Correct typo in previous entry
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7cc221ef
DJ
12003-11-06 Daniel Jacobowitz <drow@mvista.com>
2
3 * breakpoint.h (struct bp_location): Add a chain pointer.
4 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
5 macros.
6 (bp_location_chain): New variable.
7 (allocate_bp_location): New function.
8 (set_raw_breakpoint): Use it.
9 (delete_breakpoint): Remove ->loc from the bp_location_chain.
10
5cab636d
DJ
112003-11-06 Daniel Jacobowitz <drow@mvista.com>
12
13 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
14 (struct breakpoint): Remove address, shadow_contents, inserted,
adeee247 15 requested_address, and duplicate. Add a struct bp_location.
5cab636d
DJ
16 * breakpoint.c (condition_command, read_memory_nobpt)
17 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
18 (reattach_breakpoints, update_breakpoints_after_exec)
19 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
20 (breakpoint_init_inferior, breakpoint_here_p)
21 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
22 (breakpoint_thread_match, bpstat_stop_status)
23 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
24 (describe_other_breakpoints, check_duplicates)
25 (make_breakpoint_permanent, create_thread_event_breakpoint)
26 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
27 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
28 (watch_command_1, print_one_exception_catchpoint)
29 (clear_command, breakpoint_re_set_one): Adjust member accesses to
30 use the breakpoint's ->loc.
31 (set_raw_breakpoint): Likewise. Initialize ->loc.
32 (delete_breakpoint): Likewise. Free ->loc.
33
7be0c536
AC
342003-11-05 Andrew Cagney <cagney@redhat.com>
35
4c7d882e
AC
36 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
37 macro.
38 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
39 * config/i386/tm-cygwin.h
40 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
41 * config/powerpc/tm-linux.h
42 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
43 (at_subroutine_call_instruction_target): Delete declaration.
44 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
45 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
46 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
47
7be0c536
AC
48 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
49 "struct bfd_section" and "struct bfd".
50 * target.h (struct section_table): Ditto.
51 * rs6000-nat.c (xcoff_relocate_core): Ditto.
52 * solib-svr4.c (elf_locate_base): Ditto.
53 * pa64solib.c (dld_cache_t): Ditto.
54 * objfiles.h (struct obj_section): Ditto.
55 * objfiles.c (add_to_objfile_sections): Ditto.
56 * exec.c (bfdsec_to_vmap): Ditto.
57 (add_to_section_table): Ditto.
58 (build_section_table): Ditto.
59 * corelow.c (get_core_register_section): Ditto.
60 * coffread.c (find_linenos): Ditto.
61 * elfread.c (elf_interpreter): Delete #if0'd function.
62
63 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
64 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
65 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
66 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
67
68 * arch-utils.h (generic_cannot_extract_struct_value_address):
69 Delete declaration.
70 * wince.c (_initialize_wince): Fix multi-line string.
71 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
72
d8fe84e3
EZ
732003-11-05 Elena Zannoni <ezannoni@redhat.com>
74
75 * top.c (execute_command): Fix broken logic for command execution
76 while inferior is running in async mode.
77
cbdfc7c0
MK
782003-11-06 Mark Kettenis <kettenis@gnu.org>
79
80 * dwarf2-frame.c (execute_cfa_program): Mark register as
81 REG_SAVED_REG for DW_CFA_register opcode.
82
dac94105
MK
832003-11-05 Mark Kettenis <kettenis@gnu.org>
84
85 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
86 %rsp, %rip and %eflags to match ABI-change.
87
85bf2b91
JJ
882003-11-05 Jeff Johnston <jjohnstn@redhat.com>
89
90 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
91 (ia64_gdbarch_init): Don't bother calculating the os.
92 Instead use the gdbarch_info struct and look at the osabi field.
93 Also use gdbarch_list_lookup_by_info() to look for a
94 candidate gdbarch.
95
cd31fb03
KB
962003-11-05 Kevin Buettner <kevinb@redhat.com>
97
98 * frv-tdep.c (frv_register_byte): Delete.
99 (frv_extract_return_value, frv_store_return_value)
100 (frv_extract_struct_value_address): Don't call frv_register_byte().
101 Convert to non-deprecated form.
102 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
103 Convert calls to set_gdbarch_deprecated_extract_return_value(),
104 set_gdbarch_deprecated_store_return_value(), and
105 set_gdbarch_deprecated_extract_struct_value_address() into
106 non-deprecated forms.
107
0a056982
AC
1082003-11-05 Andrew Cagney <cagney@redhat.com>
109
110 * mips-tdep.c (mips_dump_tdep): Do not print
111 PRINT_EXTRA_FRAME_INFO.
112 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
113 Rename PRINT_EXTRA_FRAME_INFO.
114 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
115 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
116 (mips_print_extra_frame_info): Delete declaration.
117 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
118
29e0a062
EZ
1192003-11-05 Elena Zannoni <ezannoni@redhat.com>
120
121 * coffread.c (coff_symtab_read): Remove passing of info parameter
122 to prim_record_minimal_symbol_and_info.
123
8af580fc
EZ
1242003-11-05 Elena Zannoni <ezannoni@redhat.com>
125
126 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
127 (decode_base_type): Delete ifdeffed out code.
128
507836c0
AC
1292003-11-04 Andrew Cagney <cagney@redhat.com>
130
131 * symtab.c (find_active_alias): Delete function.
132 (lookup_block_symbol): Delete alias code.
133 * stabsread.c (resolve_live_range): Delete function.
134 (add_live_range): Delete function.
135 (resolve_symbol_reference): Delete function.
136 (define_symbol): Delete live range and alias code.
137 (scan_file_globals): Delete alias code.
138 * symtab.h (SYMBOL_RANGES): Delete macro.
139 (struct range_list): Delete structure.
140 (struct symbol): Delete field "ranges".
141 (SYMBOL_ALIASES): Delete macro.
142 (struct alias_list): Delete structure.
143 (struct symbol): Delete field "aliases".
144
1083b3bc
MS
1452003-11-04 Michael Snyder <msnyder@redhat.com>
146
147 * MAINTAINERS: Remove myself as owner of breakpoints and
148 of sparc/solaris.
149
474e5826
CV
1502003-11-03 Corinna Vinschen <vinschen@redhat.com>
151
152 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
153 (sh_sh4al_dsp_register_name): Ditto.
154 (sh4_nofpu_show_regs): Ditto.
155 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
156 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
157
2160782c
AC
1582003-11-03 Andrew Cagney <cagney@redhat.com>
159
160 * bcache.c: Include "gdb_assert.h".
161 (struct bcache): Add fields "expand_count" and
162 "expand_hash_count".
163 (expand_hash_table): Update the expand counts.
164 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
165 on object sizes and hashes.
166 * Makefile.in (bcache.o): Update dependencies.
167
85302095
AC
1682003-11-03 Andrew Cagney <cagney@redhat.com>
169
170 * exec.c (xfer_memory): Eliminate xfer_fn.
171
526eef89
KB
1722003-10-31 Kevin Buettner <kevinb@redhat.com>
173
174 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
175 (opcodes/frv-desc.h): Include.
176 (iacc0h_regnum, iacc0l_regnum): Define.
177 (last_spr_regnum, frv_num_regs): Update.
178 (new_variant): Don't supply default names for holes in the SPRs.
179 Supply names for iacc0h_regnum and iacc0l_regnum.
180 (frv_register_type): Use symbolic constants first_fpr_regnum and
181 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
182 builtin_type_int instead of builtin_type_int32.
183 (frv_register_sim_regno): New function.
184 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
185 * Makefile.in (gdb_sim_frv_h): Define.
186 (frv-tdep.o): Update dependencies.
187
9e815ec2
AC
1882003-10-31 Andrew Cagney <cagney@redhat.com>
189
190 * avr-tdep.c (avr_frame_this_id): Do not call
191 deprecated_inside_entry_file.
192 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
193 * m32r-tdep.c (m32r_frame_this_id): Ditto.
194 * d10v-tdep.c (d10v_frame_this_id): Ditto.
195 * arm-tdep.c (arm_prologue_this_id): Ditto.
196 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
197
e372db49
JB
1982003-10-31 Jim Blandy <jimb@redhat.com>
199
200 * elfread.c (elf_symtab_read): Allocate correct number of tail
201 elements to sectinfo structure. (Fix from Woody LaRue.)
202
e8bcf01f
AC
2032003-10-31 Andrew Cagney <cagney@redhat.com>
204
205 * stack.c (return_command): Use get_frame_type, instead of
206 CALL_DUMMY_HAS_COMPLETED.
207 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
208 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
209
4c05fe53
MK
2102003-10-31 Mark Kettenis <kettenis@gnu.org>
211
212 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
213 explicitly specify size of array.
214 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
215 TDEP->sc_num_regs.
216
c8b91b89
AC
2172003-10-31 Andrew Cagney <cagney@redhat.com>
218
219 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
220 function.
221 (s390_gdbarch_init): Set extract_struct_value_address.
222 * arch-utils.c (generic_cannot_extract_struct_value_address):
223 Delete function.
224 * arch-utils.h (generic_cannot_extract_struct_value_address):
225 Delete definition.
226
fdfb6fc8
MK
2272003-10-31 Mark Kettenis <kettenis@gnu.org>
228
229 * i386-linux-nat.c (fetch_core_registers): Remove.
230 (linux_elf_core_fns): Remove.
231 (_initialize_i386_linux_nat): Remove.
232
2f4950cd
AC
2332003-10-31 Andrew Cagney <cagney@redhat.com>
234
235 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
236 "exec.h".
237 (exec_entry_point): New function.
238 (enable_break): Create a "tmp_bfd_target", use that and
239 entry_point_address when computing the relocation offset.
240 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
241 * Makefile.in (solib-svr4.o): Update dependencies.
242
bba2d28d
AC
2432003-10-31 Andrew Cagney <cagney@redhat.com>
244
245 * defs.h (XZALLOC): Define.
246 * target.h (struct target_ops): Add "to_data";
247 * bfd-target.h, bfd-target.c: New files.
248 * Makefile.in (SFILES): Add "bfd-target.c".
249 (COMMON_OBS): Add "bfd-target.o".
250 (bfd-target.o): Specify dependencies.
251 (bfd_target_h): Define.
252 * defs.h (XZALLOC): Define.
253
6066c3de
AC
2542003-10-31 Andrew Cagney <cagney@redhat.com>
255
256 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
257 adjust_breakpoint_address.
258 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
259 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
260 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
261 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
262
4b8a223f
AC
2632003-10-31 Andrew Cagney <cagney@redhat.com>
264
265 * target.h (struct target_ops): Replace "to_read_partial" and
266 "to_write_partial" with "to_xfer_partial". Update comments.
267 * target.c (debug_to_write_partial): Delete function.
268 (debug_to_xfer_partial): Replace debug_to_read_partial.
269 (add_target, update_current_target, setup_target_debug): Set
270 "to_xfer_partial" instead of "to_read_partial" and
271 "to_write_partial".
272 (default_xfer_partial): Replace "default_write_partial".
273 (default_read_partial): Delete.
274 (target_read_partial, target_write_partial): Call
275 "to_xfer_partial".
276 * remote.c (init_remote_ops): Set "to_xfer_partial".
277 (init_remote_async_ops): Ditto.
278 (remote_xfer_partial): Replace "remote_read_partial".
279
66a72d25
MK
2802003-10-31 Mark Kettenis <kettenis@gnu.org>
281
282 * i386-tdep.c (i386_supply_fpregset): Support floating-point
283 registers in `fxsave' format.
284 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
285
9a12a2a0
MK
2862003-10-30 Mark Kettenis <kettenis@gnu.org>
287
e9f1aad5
MK
288 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
289 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
290 TDEP->gregset_num_regs and tdep->sizeof_gregset.
291
bb489b3c
MK
292 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
293 specify size of array.
294 (i386_linux_init_abi): Remove initialization of
295 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
296 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
297
da285bc4
MK
298 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
299 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
300 core-regset.o.
301
9a12a2a0
MK
302 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
303 the ELF header.
304
0e24ac5d
MK
3052003-10-29 Mark Kettenis <kettenis@gnu.org>
306
6d6d8e9c
MK
307 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
308 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
309 core-regset.o.
310
25e60c9b
MK
311 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
312
0e24ac5d
MK
313 * corelow.c: Include "arch-utils.h", "regset.h" and
314 "gdb_assert.h".
315 (core_gdbarch): New variable.
316 (sniff_core_bfd): Don't sniff if we have support for register sets
317 in CORE_GDBARCH.
318 (core_close): Reset CORE_GDBARCH.
319 (core_open): Initialize CORE_GDBARCH.
320 (get_core_register_section): Use register sets if they are
321 supported by CORE_GDBARCH.
322 (get_core_registers): Don't print error message if we have support
323 for register sets in CORE_GDBARCH.
324
0a0a4ac3
AC
3252003-10-29 Andrew Cagney <cagney@redhat.com>
326
327 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
328 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
329
7b097ae3
MK
3302003-10-29 Mark Kettenis <kettenis@gnu.org>
331
332 * objfiles.h (clear_objfile_data): New prototype.
333 * objfiles.c (clear_objfile_data): New function.
334 * symfile.c (reread_symbols): Clear per-objfile data.
335
46f45a4a
JJ
3362003-10-28 Jeff Johnston <jjohnstn@redhat.com>
337
338 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
339 printf_unfiltered instead of printf_filtered for output messages.
340 (add_symbol_file_command): Ditto.
341 (reread_symbols): Ditto.
342 (overlay_auto_command): Ditto.
343 (overlay_manual_command): Ditto.
344 (overlay_off_command): Ditto.
345
2b026650
MK
3462003-10-27 Mark Kettenis <kettenis@gnu.org>
347
348 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
349 (gdbarch_from_bfd): New function.
350 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
351 deprecated_select_gdbarch_hack.
352 * arch-utils.h (gdbarch_from_bfd): New prototype.
353
0bcad584 3542003-10-27 Andrew Cagney <cagney@redhat.com>
931758af
AC
355
356 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
357 arch_info. Use warning instead of fprintf_filtered. Do not use
358 deprecated bfd_printable_arch_mach.
359
7f398216
KB
3602003-10-26 Kevin Buettner <kevinb@redhat.com>
361
362 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
363 Delete.
364 (frv_register_type): Rename from frv_register_virtual_type. Add
365 ``struct gdbarch *'' parameter.
366 (frv_gdbarch_init): Delete calls to the following functions:
367 set_gdbarch_deprecated_size(),
368 set_gdbarch_deprecated_register_bytes(),
369 set_gdbarch_deprecated_register_raw_size(),
370 set_gdbarch_deprecated_max_register_raw_size(),
371 set_gdbarch_deprecated_register_virtual_size(),
372 set_gdbarch_deprecated_max_register_virtual_size(),
373 set_gdbarch_deprecated_register_virtual_size(),
374 set_gdbarch_deprecated_register_virtual_type().
375 Add call to function set_gdbarch_register_type().
376
bcf48cc7
MK
3772003-10-26 Mark Kettenis <kettenis@gnu.org>
378
6c7de422
MK
379 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
380 FDOFF_REGNUM): Remove defines.
381 * win32-nat.c (do_child_fetch_inferior_registers): Include
382 "i387-tdep.h".
3e685d41 383 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
6c7de422
MK
384 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
385 undefine I387_ST0_REGNUM.
386
f783586b
MK
387 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
388 * x86-64-tdep.c (x86_64_store_return_value): Use
389 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
390
bcf48cc7
MK
391 Change register numbers to enumartion values.
392 * i386-tdep.h (enum i386_regnum): New.
393 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
394 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
395 I386_ST0_REGNUM): Remove defines.
396 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
397 I386_EDI_REGNUM): Remove defines.
398
b6591e8b
AC
3992003-10-24 Andrew Cagney <cagney@redhat.com>
400
401 * target.c: Include "gdbcore.h".
402 (get_target_memory, get_target_memory_unsigned): New functions.
403 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
404 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
405 Use get_target_memory_unsigned.
406 * Makefile.in (target.o): Update dependencies.
407
5f724446
AC
4082003-10-24 Andrew Cagney <cagney@redhat.com>
409
ce2826aa
AC
410 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
411 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
412 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
413 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
414 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
415
5f724446
AC
416 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
417 (can_run_code_for): Use the OO term "singleton".
418
fc70c2a0
AC
4192003-10-23 Andrew Cagney <cagney@redhat.com>
420
421 * Makefile.in (stack.o): Add $(regcache_h).
422 * stack.c: Include "regcache.h"
423 (return_command): Rewrite. Use get_frame_id and
424 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
425 about unhandled return-values.
426 * value.h (set_return_value): Delete declaration.
427 * values.c (set_return_value): Delete function.
428
4afcc598
JJ
4292003-10-23 Jeff Johnston <jjohnstn@redhat.com>
430
431 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
432 (pseudo_regs): Add comment regarding register stack registers.
433 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
434 (floatformat_valid): New static routine.
435 (floatformat_ia64_ext): Add name field and set up is_valid routine
436 to floatformat_valid().
437 (examine_prologue): For the previous cfm, use
438 frame_unwind_register()
439 if the cfm is not stored in a register-stack register. Save the
440 previous cfm value in the prev_cfm field. Add debug output.
441 (ia64_frame_this_id): Use frame_id_build_special() to also register
442 the bsp. Add debug output.
443 (ia64_sigtramp_frame_this_id): Ditto.
444 (ia64_frame_prev_register): Look at cache saved_regs for a few more
445 registers and also add some checks for framelessness before accepting
446 current register values for fields such as return address. For cfm,
447 use the cached prev_cfm field if available. Add comment to explain
448 PSR logic. Add debug output.
449 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
450 as part of initialization.
451 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
452 calculated. Cache the bsp and cfm values.
453 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
454 instead of using ia64_frame_prev_register() which doesn't expect most
455 registers to be saved. The saved values for bsp and sp
456 can be taken from the cache. Add debug output.
457 (ia64_push_dummy_call): Use frame_id_build_special() to also register
458 the bsp.
459
6cfae0bc
JB
4602003-10-23 Jim Blandy <jimb@redhat.com>
461
462 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
463 architecture the current arch can run code for --- but not if it's
464 a superset.
465 (can_run_code_for): New function.
466
fcd182f9
JW
4672003-10-22 James E Wilson <wilson@specifixinc.com>
468
469 * MAINTAINERS: Move myself from paper trail section back to write
470 after approval section.
471
4646aa9d
AC
4722003-10-22 Andrew Cagney <cagney@redhat.com>
473
474 * exec.h: New file.
475 * win32-nat.c: Include "exec.h".
476 * solib.c: Include "exec.h".
477 * target.h (build_section_table): Delete declaration.
478 * somsolib.c: Include "exec.h".
479 (exec_ops): Delete extern declaration.
480 * rs6000-nat.c: Update copyright. Include "exec.h".
481 (exec_ops): Delete extern declaration.
482 * pa64solib.c: Update copyright. Include "exec.h".
483 (exec_ops): Delete extern declaration.
484 * exec.c: Update copyright. Include "exec.h".
485 * corelow.c: Update dependencies. Include "exec.h".
486 * Makefile.in (exec_h): Define.
487 (exec.o, somsolib.o): Update dependencies.
488 (pa64solib.o, corelow.o): Update dependencies.
489
0088c768
AC
4902003-10-22 Andrew Cagney <cagney@redhat.com>
491
492 * target.c: Include "gdb_assert.h" (target_read): Call
493 "target_read_partial", not "target_write_partial".
494 (default_read_partial, default_write_partial): New function.
495 (target_read_partial, target_write_partial): Simplify, assume that
496 there is always a read/write method.
497 (update_current_target, add_target): Always set "to_read_partial"
498 and "to_write_partial".
499 (target_write, target_read): Fail on a zero byte transfer.
500 * Makefile.in (target.o): Update dependencies.
501 * target.h: Update copyright date.
502 (target_object): Fix typo.
503
e2d0e7eb
AC
5042003-10-22 Andrew Cagney <cagney@redhat.com>
505
506 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
507 multi-arch method, add "targ" parameter.
508 (struct target_ops): Declare.
509 * gdbarch.h, gdbarch.c: Re-generate.
510 * Makefile.in (c-valprint.o): Update dependencies.
511 * arch-utils.h: Update copyright.
512 (convert_from_func_ptr_addr_identity): Declare.
513 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
514 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
515 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
516 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
517 * infcall.c (find_function_addr, call_function_by_hand): Update.
518 * c-valprint.c: Include "target.h".
519 (print_function_pointer_address): Update.
520
f1c07ab0
AC
5212003-10-22 Andrew Cagney <cagney@redhat.com>
522
523 * target.c (target_close): New function.
524 (debug_to_close): Use "target_close".
525 (push_target): Use "target_close".
526 (unpush_target): Use "target_close".
527 (pop_target): Use "target_close".
528 * target.h (struct target_ops): Add "to_xclose".
529 (target_open): Delete macro. Move comment to "to_open".
530 (target_close): Replace macro with function that takes a target.
531 * top.c (quit_target): Pass "current_target" to "target_close".
532
5520a790
EZ
5332003-10-21 Elena Zannoni <ezannoni@redhat.com>
534
535 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
536 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
537 * symtab.h (lookup_minimal_symbol_text): Update.
538 * breakpoint.c (create_overlay_event_breakpoint,
539 create_longjmp_breakpoint): Update callers.
540 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
541 * symtab.c (find_pc_sect_line): Ditto.
542
caa92b73
AC
5432003-10-21 Andrew Cagney <cagney@redhat.com>
544
545 * target.c (errno): Delete extern declaration.
546
aa2a9a3c
JJ
5472003-10-20 Jeff Johnston <jjohnstn@redhat.com>
548
549 * ia64-tdep.c: Change all occurrences of
550 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
551 (ia64_frame_prev_register): Minor whitespace change.
552
4beec2b7
MC
5532003-10-20 Michael Chastain <mec@shout.net>
554
555 * config/djgpp/fnchange.lst: Add lines for:
556 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
557 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
558 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
559 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
560 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
561 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
562 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
563
92ad9cd9
AC
5642003-10-20 Andrew Cagney <cagney@redhat.com>
565
566 * values.c (register_value_being_returned): Update comments. Use
567 "gdbarch_return_value" when available.
568 (using_struct_return): Ditto.
569 (set_return_value): Ditto. Use "gdbarch_return_value" when
570 available.. Print a warning, and not an error, when an unhandled
571 return type is encountered.
572 * infcmd.c: Include "gdb_assert.h".
573 (print_return_value): When gdbarch_return_value_p, and using
574 struct return, assume that the value is not available.
575 * defs.h (return_value_convention): Define.
576 * gdbarch.sh (gdbarch_return_value): New predicate method.
577 * gdbarch.h, gdbarch.c: Re-generate
578 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
579
198beae2
AC
5802003-10-20 Andrew Cagney <cagney@redhat.com>
581
582 * symtab.c: Replace "struct sec" with "struct bfd_section".
583 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
584
24d693a6 5852003-10-19 Michael Chastain <mec@shout.net>
e7cb278a
MC
586
587 * config/djgpp/fnchange.lst: Add lines for:
588 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
589 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
590 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
591
21ad8dc3
MK
5922003-10-19 Mark Kettenis <kettenis@gnu.org>
593
594 * amd64fbsd-nat.c (fetch_inferior_registers,
595 store_inferior_registers): Remove functions.
596 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
597
cced5e27
MK
5982003-10-18 Mark Kettenis <kettenis@gnu.org>
599
600 Add NetBSD/amd64 native configuration:
601 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
602 * amd64nbsd-tdep.c: New file.
603 * amd64nbsd-nat.c: New file.
604 * amd64bsd-nat.c: New file.
605 * config/i386/nbsd64.mh: New file.
606 * config/i386/nbsd64.mt: New file.
607 * configure.host: Add x86_64-*-netbsd*.
608 * configure.tgt: Add x86_64-*-netbsd*.
609 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
610 New targets.
611 * NEWS (New native configurations): Mention NetBSD/amd64.
612
666de3fd
MC
6132003-10-17 Michael Chastain <mec@shout.net>
614
615 * config/djgpp/fnchange.lst: Remove dead lines for:
616 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
617 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
618 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
619 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
620 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
621 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
622 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
623 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
624 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
625 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
626 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
627 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
628 gdb/config/sparc/tm-sparclite.h,
629 gdb/gdbtk/generic/ChangeLog-2001,
630 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
631 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
632 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
633 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
634 gdb/testsuite/gdb.mi/mi0-var-block.exp,
635 gdb/testsuite/gdb.mi/mi0-var-child.exp,
636 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
637 gdb/testsuite/gdb.mi/mi0-var-display.exp,
638 itcl/iwidgets3.0.0/demos/extfileselectionbox,
639 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
640 itcl/iwidgets3.0.0/demos/fileselectionbox,
641 itcl/iwidgets3.0.0/demos/fileselectiondialog,
642 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
643 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
644 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
645 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
646 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
647 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
648 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
649 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
650 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
651 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
652 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
653 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
654 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
655 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
656 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
657 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
658 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
659 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
660 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
661 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
662 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
663 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
664 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
665 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
666 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
667 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
668 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
669 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
670 itcl/iwidgets3.0.0/demos/html/shell.n.html,
671 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
672 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
673 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
674 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
675 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
676 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
677 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
678 itcl/iwidgets3.0.0/demos/scrolledcanvas,
679 itcl/iwidgets3.0.0/demos/scrolledframe,
680 itcl/iwidgets3.0.0/demos/scrolledhtml,
681 itcl/iwidgets3.0.0/demos/scrolledlistbox,
682 itcl/iwidgets3.0.0/demos/scrolledtext,
683 itcl/iwidgets3.0.0/demos/selectionbox,
684 itcl/iwidgets3.0.0/demos/selectiondialog,
685 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
686 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
687 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
688 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
689 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
690 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
691 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
692 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
693 itcl/iwidgets3.0.0/doc/scrolledframe.n,
694 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
695 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
696 itcl/iwidgets3.0.0/doc/scrolledtext.n,
697 itcl/iwidgets3.0.0/doc/selectionbox.n,
698 itcl/iwidgets3.0.0/doc/selectiondialog.n,
699 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
700 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
701 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
702 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
703 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
704 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
705 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
706 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
707 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
708 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
709 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
710 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
711 itcl/iwidgets3.0.0/generic/selectionbox.itk,
712 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
713 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
714 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
715 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
716 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
717 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
718 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
719 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
720 itcl/iwidgets3.0.0/tests/scrolledframe.test,
721 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
722 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
723 itcl/iwidgets3.0.0/tests/scrolledtext.test,
724 itcl/iwidgets3.0.0/tests/selectionbox.test,
725 itcl/iwidgets3.0.0/tests/selectiondialog.test,
726 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
727 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
728 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
729 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
730 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
731 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
732 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
733 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
734 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
735 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
736 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
737 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
738 tk/mac/tkMacProjects.sit.hqx.
739
1e3ff5ad
AC
7402003-10-17 Andrew Cagney <cagney@redhat.com>
741
8db32d44
AC
742 * target.c (target_section_by_addr): New function.
743 (do_xfer_memory): Use "target_section_by_addr".
744 * target.h (target_section_by_addr): Declare.
745
1e3ff5ad
AC
746 * target.h (struct target_ops): Add "to_read_partial" and
747 "to_write_partial", delete "to_query".
748 (target_read_partial, target_write_partial): Declare.
749 (target_read, target_write): Declare.
750 (target_query): Delete macro.
751 * target.c (target_read_partial): New function.
752 (target_write_partial, target_read, target_write): New function.
753 (update_current_target): Delete inheritance of "to_query". Add
754 comments about "to_read_partial" and "to_write_partial".
755 (debug_to_partial_read, debug_to_partial_write): New functions.
756 (debug_to_query): Delete function.
757 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
758 instead of "to_query".
759 * remote.c (remote_read_partial): Replace "remote_query".
760 (init_remote_ops): Set "to_read_partial" instead of "to_query".
761 (init_remote_async_ops): Ditto.
762 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
763 "target_read_partial" instead of "target_query".
764 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
765 Use "target_read_partial" instead of "target_query".
766
48c66725
JJ
7672003-10-17 Jeff Johnston <jjohnstn@redhat.com>
768
769 * frame.h (struct frame_id): Add new field: special_addr.
770 (frame_id_build_special): New prototype.
771 * frame.c (frame_id_build_special): New function.
772 (frame_id_build): Change to call frame_id_build_special().
773 (frame_id_eq): Change to also test special_addr field.
774 (frame_id_inner): Update comment.
775
7998dfc3
AC
7762003-10-17 Andrew Cagney <cagney@redhat.com>
777
778 * target.c (update_current_target): Perform the target cleanup.
779 Put the target stack beneath the squashed "current_target".
780 (add_target): Delete disabled call to "cleanup_target".
781 (cleanup_target): Delete function.
782 (push_target, unpush_target): Do not call "cleanup_target".
783
9c04404e 7842003-10-17 Andrew Cagney <cagney@redhat.com>
258b763a
AC
785
786 * target.c (target_stack): Change to a static target_ops.
787 (update_current_target): Walk the "struct target_ops" stack.
788 (pop_target, do_xfer_memory, target_info): Ditto.
789 (find_target_beneath): Ditto.
790 (push_target): Rewrite to use the "struct target_ops" stack.
791 (unpush_target): Ditto.
792 * target.h (struct target_stack_item): Delete definition.
793 (target_stack): Delete declaration.
794 (struct target_ops): Add field "beneath".
795
c98a2b49 7962003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
ac1764c7
AC
797
798 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
799 declaration.
800 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
c98a2b49
SA
801 (h8300_examine_prologue): Use h8300_normal_mode flag
802 (h8300_gdbarch_init): Set architecture info for normal mode
803
506fb367
DJ
8042003-10-16 Daniel Jacobowitz <drow@mvista.com>
805
806 * remote.c (remote_protocol_vcont): New variable.
807 (set_remote_protocol_vcont_packet_cmd): New function.
808 (show_remote_protocol_vcont_packet_cmd): New function.
809 (init_all_packet_configs): Handle remote_protocol_vcont.
810 (remote_vcont_probe): New function.
811 (remote_vcont_resume): New function.
812 (remote_resume): Use it.
813 (remote_async_resume): Call remote_resume.
814 (_initialize_remote): Add verbose-resume packet commands.
815
65815ea1
AC
8162003-10-16 Andrew Cagney <cagney@redhat.com>
817
818 * infrun.c (handle_inferior_event): Add comment about
819 "frame_id_inner" being too weak.
820
40324f1b
EZ
8212003-10-16 Elena Zannoni <ezannoni@redhat.com>
822
823 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
824 second parameter, which is always null. Remove
825 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
826 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
827 accordingly.
828 * somsolib.c (som_solib_create_inferior_hook,
829 som_solib_desire_dynamic_linker_symbols): Update callers.
830 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
b4b4b794
KI
831
8322003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
833
834 * remote-m32r-sdi.c : New file, interface to m32r on-chip
835 debug interface, SDI (Scalable Debug Interface).
836 * NEWS: Mention m32r SDI protocol was supported.
837 * Makefile.in (remote-m32r-sdi.o): Add build rule.
838 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
839
51931cbb
JJ
8402003-10-15 Jeff Johnston <jjohnstn@redhat.com>
841
842 * ia64-linux-tdep.c: Include gdbcore.h.
843 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
844 (ia64_linux_sigcontext_register_addr): Find the address of the
845 sigcontext area stored in the sigframe instead of using
846 a magic offset constant.
847
84e7fd53
AC
8482003-10-15 Andrew Cagney <cagney@redhat.com>
849
850 * remote.c (remote_search): Delete function.
851 * target.h (target_search): Delete disabled macro.
852 (struct target_ops): Delete disabled field "to_search".
853
0f4d7c52
KB
8542003-10-14 Kevin Buettner <kevinb@redhat.com>
855
856 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
857 instead of deprecated_inside_entry_file().
858
2e952408
CV
8592003-10-14 Corinna Vinschen <vinschen@redhat.com>
860
861 * sh-tdep.c: Fix copy/paste hangover in comment.
862 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
863 mode.
864 (sh3e_sh4_extract_return_value): Ditto.
865
7e86466e
RH
8662003-10-13 Richard Henderson <rth@redhat.com>
867
868 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
869 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
870 match c_val_print a bit closer.
871
46a16dba
KB
8722003-10-13 Kevin Buettner <kevinb@redhat.com>
873
874 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
875 (frv_gdbarch_adjust_breakpoint_address): New function.
876 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
877 method.
878
76897487
KB
8792003-10-13 Kevin Buettner <kevinb@redhat.com>
880
881 * breakpoint.h (struct breakpoint): Add new member
882 ``requested_address''.
883 * breakpoint.c (breakpoint_adjustment_warning)
884 (adjust_breakpoint_address): New static functions.
885 (print_it_typical): Issue warning if breakpoint's address is different
886 from its requested address.
887 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
888 (breakpoint_re_set_one): Set breakpoint's
889 ``requested_address'' field. Set ``address'' field to the
890 result of calling adjust_breakpoint_address() on the requested
891 address.
892
a1131521
KB
8932003-10-13 Kevin Buettner <kevinb@redhat.com>
894
895 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
896 * gdbarch.h, gdbarch.c: Regenerate.
897
6ce6d90f
MK
8982003-10-11 Mark Kettenis <kettenis@gnu.org>
899
155c1d33
MK
900 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
901 TDEP->sc_num_regs.
902
8a96bc77
MK
903 * i386fbsd-tdep.c: New file.
904 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
905 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
906 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
907 i386bsd-tdep.c.
908 (_initialize_i386fbsd_tdep): New function.
909 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
910 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
911 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
912 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
913 TDEP->sc_num_regs.
914 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
915 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
916 to initialize TDEP->sc_num_regs.
917 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
918 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
919 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
920 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
921 FreeBSD ELF OS/ABI's here.
922 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
923 (i386fbsd-tdep.o): New target.
924 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
925 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
926
477f40d1
MK
927 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
928 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
929 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
930 in initialization of TDEP->sc_num_regs.
931
c6b33596
MK
932 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
933 (x86_64_init_abi): Initialize regset_from_core_section if
934 appropriate.
935
8446b36a
MK
936 * i386-tdep.c (i386_regset_from_core_section): New function.
937 (i386_gdbarch_init): Initialize regset_from_core_section if
938 appropriate.
939 * i386-tdep.h (i386_regset_from_core_section): New declaration.
940
c783cbd6
MK
941 * i386-tdep.h (struct regset): Declare opaque.
942
6ce6d90f
MK
943 * gdbarch.sh (regset_from_core_section): New method.
944 (struct regset): Declare opaque.
945 * gdbarch.c, gdbarch.h: Regenerated.
946
b98ed7be
AM
9472003-10-11 Alan Modra <amodra@bigpond.net.au>
948
949 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
950 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
951 Correct test for pc within section.
952
f6214256
MK
9532003-10-11 Mark Kettenis <kettenis@gnu.org>
954
955 * gdbarch.sh: Remove trailing whitepsace from comments.
956
a8f4cde1
RM
9572003-10-08 Roland McGrath <roland@redhat.com>
958
959 * gcore.c (make_mem_sec): Function removed, folded into ...
960 (gcore_create_callback): ... here. To omit a section, clear its
961 SEC_LOAD bit rather than zeroing its size.
962 Omit read-only sections only if they correspond to a known disk file.
963 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
964
74276724
MS
9652003-10-10 Michael Snyder <msnyder@redhat.com>
966
967 * d10v-tdep.c: Fix typo in comment.
968
e754ae69
AC
9692003-10-10 Andrew Cagney <cagney@redhat.com>
970
971 * rs6000-tdep.c (e500_store_return_value): Delete function.
972 (e500_extract_return_value): Delete function.
973 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
974 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
975 "ppc_sysv_abi_restore_return_value" where applicable.
976 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
977 (ppc_sysv_abi_extract_return_value): Declare.
978 (ppc_sysv_abi_broken_store_return_value): Declare.
979 (ppc_sysv_abi_broken_extract_return_value): Declare.
980 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
981 * ppc-sysv-tdep.c (return_value_convention): Move definition to
982 start of file.
983 (do_ppc_sysv_return_value): New function.
984 (ppc_sysv_abi_extract_return_value): New function.
985 (ppc_sysv_abi_store_return_value): New function.
986 (ppc_sysv_abi_broken_extract_return_value): New function.
987 (ppc_sysv_abi_broken_store_return_value): New function.
988 (ppc_sysv_abi_use_struct_convention): Call
989 do_ppc_sysv_return_value.
990
8d4ce20a
JB
9912003-10-10 J. Brobecker <brobecker@gnat.com>
992
993 * blockframe.c (inside_main_func): No longer use symbol_lookup()
994 to lookup the main function symbol.
995
afce3d2a
CV
9962003-10-10 Corinna Vinschen <vinschen@redhat.com>
997
998 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
999 types correctly.
1000 (sh_push_dummy_call_fpu): Fix argument passing rules.
1001 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1002 float types.
1003 (sh3e_sh4_store_return_value): Ditto.
1004
7fe958be
EZ
10052003-10-10 Elena Zannoni <ezannoni@redhat.com>
1006
1007 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1008 comment.
1009
3f997a97
CV
10102003-10-10 Corinna Vinschen <vinschen@redhat.com>
1011
1012 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1013 more readable code. Accomodate passing of bitfields.
1014
8be9034a
AC
10152003-10-10 Andrew Cagney <cagney@redhat.com>
1016
1017 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1018 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1019 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1020 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1021 (ppc64_sysv_abi_push_dummy_call): New function.
1022 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1023 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1024 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1025
85a453d5
KI
10262003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1027
1028 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1029 * README: Ditto.
1030 * d10v-tdep.c: Ditto.
1031 * h8300-tdep.c: Ditto.
1032 * remote-e7000.c: Ditto.
1033 * remote-hms.c: Ditto.
1034 * ser-e7kpc.c: Ditto.
1035 * sh-stub.c: Ditto.
1036 * sh-tdep.c: Ditto.
1037 * sh-tdep.h: Ditto.
1038 * sh3-rom.c: Ditto.
1039 * sh64-tdep.c: Ditto.
1040 * top.c: Ditto.
1041 * wince.c: Ditto.
1042 * config/d10v/d10v.mt: Ditto.
1043 * config/sh/embed.mt: Ditto.
1044 * config/sh/linux.mt: Ditto.
1045 * config/sh/tm-linux.h: Ditto.
1046 * config/sh/tm-sh.h: Ditto.
1047 * config/sh/wince.mt: Ditto.
1048
221c12ff
AC
10492003-10-09 Andrew Cagney <cagney@redhat.com>
1050
1051 * ppc-tdep.h (struct type): Declare opaque.
1052 * x86-64-tdep.h (struct regcache): Declare opaque.
1053 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1054 coding style.
1055
ef5200c1
AC
10562003-10-09 Andrew Cagney <cagney@redhat.com>
1057
1058 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1059 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1060 (SOFTWARE_SINGLE_STEP_P): Ditto.
1061 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1062 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1063 (SOFTWARE_SINGLE_STEP_P): Ditto.
1064 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1065 software_single_step to rs6000_software_single_step.
a8f4cde1 1066
9644bbdd
AC
10672003-10-09 Andrew Cagney <cagney@redhat.com>
1068
1069 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1070
db72fa6b
MS
10712003-10-09 Michael Snyder <msnyder@redhat.com>
1072
f3efb16c
MS
1073 * frame.h: Fix typo in comment.
1074 * dummy-frame.c: Fix typo in comment.
db72fa6b
MS
1075 * d10v-tdep.c: Random whitespace/comment tweaks.
1076
9a5cef92
EZ
10772003-10-09 Elena Zannoni <ezannoni@redhat.com>
1078
1079 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
f49c4e4e 1080 (sh_push_dummy_code): Delete function, it's only used for dummy calls
9a5cef92 1081 on stack.
a8f4cde1 1082
9a5cef92
EZ
1083 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1084 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1085 in detail.
a8f4cde1 1086
0f317a0c
DJ
10872003-10-09 Daniel Jacobowitz <drow@mvista.com>
1088
1089 * remote-mips.c (mips_initialize): Remove unneeded call to
1090 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1091
bbab2f46
DJ
10922003-10-09 Daniel Jacobowitz <drow@mvista.com>
1093
1094 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1095 a memory pointer.
1096
550950b8
JJ
10972003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1098
1099 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1100 for any lwp we resume.
1101 (running_callback): Add lwps that have pending status events
1102 against them to be considered running.
1103
15c69bc7
KI
11042003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1105
1106 * m32r-tdep.c : Include "dis-asm.h".
1107 * Makefile.in (m32r-tdep.o): Update dependencies.
1108
51065942
JB
11092003-10-06 J. Brobecker <brobecker@gnat.com>
1110
1111 * completer.h (get_gdb_completer_word_break_characters): Delete.
1112 * completer.c: include language.h.
1113 (gdb_completer_word_break_characters): Delete.
1114 (get_gdb_completer_word_break_characters): Delete.
1115 (location_completer): Use the word break characters of the current
1116 language.
1117 (complete_line): Likewise.
1118 (line_completion_function): Likewise.
1119 (skip_quoted_chars): Likewise.
1120 * Makefile.in (completer.o): Add dependency on language.h.
1121 * top.c (init_main): Set the readline word break characters
1122 to GDB's default word break characters.
1123
6084f43a
JB
11242003-10-06 J. Brobecker <brobecker@gnat.com>
1125
1126 * language.h (language_defn): new field, la_word_break_characters.
1127 * language.c (unknown_language_defn): Set new field to
1128 default_word_break_characters.
1129 (auto_language_defn): Likewise.
1130 (local_language_defn): Likewise.
1131 * ada-lang.c (ada_language_defn): Likewise.
1132 * c-lang.c (c_language_defn): Likewise.
1133 (cplus_language_defn): Likewise.
1134 (asm_language_defn): Likewise.
1135 (minimal_language_defn): Likewise.
1136 * f-lang.c (f_language_defn): Likewise.
1137 * jv-lang.c (java_language_defn): Likewise.
1138 * m2-lang.c (m2_language_defn): Likewise.
1139 * objc-lang.c (objc_language_defn): Likewise.
1140 * p-lang.c (pascal_language_defn): Likewise.
1141 * scm-lang.c (scm_language_defn): Likewise.
1142
944fcfab
AC
11432003-10-06 Andrew Cagney <cagney@redhat.com>
1144
1145 * ppc-sysv-tdep.c: Re-indent.
1146
9f0a5303
JB
11472003-10-06 J. Brobecker <brobecker@gnat.com>
1148
1149 * language.h (default_word_break_characters): Add prototype.
1150 * language.c (default_word_break_characters): New function.
1151
7270b6ed
AS
11522003-10-06 Andreas Schwab <schwab@suse.de>
1153
1154 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1155 with %eax.
1156
a5d61f66
AC
11572003-10-06 Andrew Cagney <cagney@redhat.com>
1158
1159 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1160 "h8500-tdep.c".
1161 (z8k-tdep.o): Delete custom build rule.
1162
28a86f5c
AC
11632003-10-06 Andrew Cagney <cagney@redhat.com>
1164
1bfd8a83
AC
1165 * Makefile.in: Update all dependencies.
1166
17144ef8
AC
1167 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1168 No longer list PA as as obsolete candidate. List m32r as
1169 broken instead of obsolete.
a8f4cde1 1170
a5679ae5
AC
1171 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1172 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1173 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1174 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1175 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1176 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1177 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1178 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1179 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1180 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1181 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1182 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1183 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1184 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1185 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1186 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1187 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1188 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1189 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1190 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1191 * config/z8k/z8k.mt: Ditto.
1192
4a8269c0
AC
1193 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1194 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1195 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1196 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1197 sparclite were removed.
1198 * configure.host, configure.tgt: Remove corresponding tuples.
1199
41989fcd
AC
1200 * breakpoint.c, breakpoint.h: Remove obsolete code.
1201 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1202 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1203 * stabsread.h, xcoffread.c: Ditto.
1204
28a86f5c
AC
1205 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1206 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1207 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1208 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1209
4efdaa0d
DL
12102003-10-06 David Lecomber <dsl@sources.redhat.com>
1211
1212 * f-valprint.c: Reformatting
1213
ae53de43
MK
12142003-10-06 Mark Kettenis <kettenis@gnu.org>
1215
a8bb57e7
MK
1216 * x86-64-tdep.c: Remove duplicate comment.
1217
ae53de43
MK
1218 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1219 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1220 names for return values. This fixes a bug since we looked at %rbx
1221 instead of %rdx.
1222
473f17b0
MK
12232003-10-05 Mark Kettenis <kettenis@gnu.org>
1224
2c261fae
MK
1225 * x86-64-tdep.c: Include "regset.h".
1226
473f17b0
MK
1227 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1228 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1229 sizeof_fpregset.
1230 * i386-tdep.c: Include "regset.h".
1231 (i386_supply_gregset): New function.
1232 (i386_supply_fpregset): New function.
1233 (i386_gdbarch_init): Initialze register set-related members of
1234 TDEP.
1235 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1236 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1237
afd48b75
AC
12382003-10-03 Andrew Cagney <cagney@redhat.com>
1239
1240 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1241 set extract_return_value, store_return_value and
1242 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1243 ppc64_sysv_abi_store_return_value and
1244 ppc64_sysv_abi_use_struct_convention.
1245 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1246 (ppc64_sysv_abi_store_return_value): Declare.
1247 (ppc64_sysv_abi_use_struct_convention): Declare.
1248 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1249 (ppc64_sysv_abi_extract_return_value): New function.
1250 (ppc64_sysv_abi_store_return_value): New function.
1251 (ppc64_sysv_abi_use_struct_convention): New function.
1252 (ppc64_sysv_abi_return_value): New function.
1253
9b540880
AC
12542003-10-03 Andrew Cagney <cagney@redhat.com>
1255
1256 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1257 convert a descriptor to a function when it's in the ".opd"
1258 section.
1259
8748518b
CV
12602003-10-03 Corinna Vinschen <vinschen@redhat.com>
1261
1262 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1263 reg_size to keep GCC silent.
1264
0fd85043
CV
12652003-10-03 Corinna Vinschen <vinschen@redhat.com>
1266
1267 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1268 base for DW_EH_PE_textrel encodings.
1269 (read_encoded_value): Add a DW_EH_PE_textrel case.
1270 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1271 section.
1272
37b517aa
MK
12732003-10-03 Mark Kettenis <kettenis@gnu.org>
1274
1275 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1276
12c266ea
AC
12772003-10-02 Andrew Cagney <cagney@redhat.com>
1278
1279 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1280 REGISTER_RAW_SIZE.
1281 * gdbarch.h, gdbarch.c: Re-generate.
1282 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1283 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1284 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1285 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1286 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1287 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1288 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1289 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1290 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1291 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1292 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1293 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1294 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1295 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1296 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1297 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
a8f4cde1 1298
78ba4af6
JB
12992003-10-02 Jim Blandy <jimb@redhat.com>
1300
1301 * dwarf2read.c (struct die_info): Doc fix.
1302
617daa0e
CV
13032003-10-02 Corinna Vinschen <vinschen@redhat.com>
1304
1305 * sh-tdep.c: Running thru gdb_indent.sh.
1306
e5e33cd9
CV
13072003-10-02 Corinna Vinschen <vinschen@redhat.com>
1308
1309 * sh-tdep.c (sh_justify_value_in_reg): New function.
1310 (sh_stack_allocsize): Ditto.
1311 (flt_argreg_array): New array used for floating point argument
1312 passing.
1313 (sh_init_flt_argreg): New function.
a8f4cde1 1314 (sh_next_flt_argreg): Ditto.
e5e33cd9
CV
1315 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1316 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1317 Fix argument passing strategy.
1318 (sh_push_dummy_call_nofpu): Ditto.
1319
5fe830e4
AC
13202003-10-01 Andrew Cagney <cagney@redhat.com>
1321
1322 * value.h (register_value_being_returned): Declare. Replace
1323 "value_being_returned".
1324 * infcall.c (call_function_by_hand): Use
1325 register_value_being_returned.
1326 * infcmd.c (print_return_value): Call
1327 "register_value_being_returned", handle struct return locally.
1328 * values.c (register_value_being_returned): New function. Replace
1329 "value_being_returned".
a8f4cde1 1330
5fe830e4 13312003-09-30 Elena Zannoni <ezannoni@redhat.com>
cf50a87a
EZ
1332
1333 * linux-proc.c (linux_do_registers): New function.
1334 (linux_make_note_section): Use linux_do_registers in case of
1335 single threaded inferior programs.
1336
64f395bf
AC
13372003-10-01 Andrew Cagney <cagney@redhat.com>
1338
1339 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1340 use STRUCT_ADDR. When not using "struct return convention", pass
1341 "0" to "value_being_returned". Add FIXMEs.
1342 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1343 value_being_returned. Add comments.
1344 * values.c (value_being_returned): Add fixme.
1345 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1346 (hppa_value_returned_from_stack): Add FIXME.
1347
639d11d3
DC
13482003-09-30 David Carlton <carlton@kealia.com>
1349
1350 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1351 'has_children' and 'next' by 'child' and 'sibling'.
1352 (read_comp_unit): Rework algorithm, breaking body into
1353 read_die_and_children and read_die_and_siblings.
1354 (read_die_and_children, read_die_and_siblings): New.
1355 (read_full_die): Add 'has_children' argument; set it instead of
1356 the die's 'has_children' field. Minor formatting cleanup.
1357 (free_die_list): Use die->child and die->sibling instead of
1358 die->next.
1359 (dump_die_list): Ditto.
1360 (sibling_die): Use die->sibling.
1361 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1362 'has_children' and 'next' fields.
a8f4cde1
RM
1363 (process_die, read_file_scope, read_func_scope)
1364 (read_lexical_block_scope, read_structure_scope)
1365 (read_enumeration, read_array_type, read_common_block)
639d11d3
DC
1366 (read_namespace, read_subroutine_type, dump_die): Ditto.
1367
5bffac25
AC
13682003-09-30 Andrew Cagney <cagney@redhat.com>
1369
1370 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1371 to 224, not 220.
1372
f30992d4
AC
13732003-09-30 Andrew Cagney <cagney@redhat.com>
1374
1375 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1376 REGISTER_VIRTUAL_SIZE.
1377 * gdbarch.h, gdbarch.c: Regenerate.
1378 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1379 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1380 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1381
2e092625
AC
13822003-09-29 Andrew Cagney <cagney@redhat.com>
1383
1384 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1385 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1386 * gdbarch.h, gdbarch.c: Regenerate.
1387 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1388 * sh64-tdep.c, sparc-tdep.c: Update.
4deab737
AC
1389
1390 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1391 * remote-vxmips.c (vx_read_register): Ditto.
1392 * remote-vx68.c (vx_read_register): Ditto.
1393 * gnu-nat.c (inf_validate_procs): Ditto.
1394
7a5dd6ee
JB
13952003-09-29 J. Brobecker <brobecker@gnat.com>
1396
1397 * infcall.c (call_function_by_hand): Fix build failure
1398 introduced in the previous change to this file.
1399
1fe43d45
AC
14002003-09-29 Andrew Cagney <cagney@redhat.com>
1401
1402 * NEWS: Mention Objective-C.
1403
e28a332c
JG
14042003-09-29 Jerome Guitton <guitton@act-europe.fr>
1405
1406 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1407 test if the register has been saved on the stack.
1408 (arm_scan_prologue_cache): When analysing the instruction
1409 "str lr, [sp, #-4]", save the address where lr has been stored.
1410
9ff63c35
AC
14112003-09-28 Andrew Cagney <cagney@redhat.com>
1412
7f5f525d
AC
1413 * frame.c (frame_read_unsigned_register): Delete function.
1414 * frame.h (frame_read_unsigned_register): Delete declaration.
1415 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1416 get_frame_register_unsigned.
1417 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1418 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1419 * d10v-tdep.c (d10v_print_registers_info): Ditto.
a8f4cde1 1420
7f5f525d
AC
1421 * frame.h (frame_read_register): Delete declaration.
1422 * frame.c (frame_read_register): Delete function.
1423 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1424 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1425 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1426 * mips-tdep.c (mips_register_to_value): Ditto.
1427 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1428 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1429
1430 * frame.c (frame_read_signed_register): Delete function.
1431 (frame_read_unsigned_register): Update comments.
1432 * frame.h (frame_read_signed_register): Delete declaration.
1433 * h8300-tdep.c (h8300_print_register): Use
1434 get_frame_register_signed.
1435 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1436
9ff63c35
AC
1437 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1438 Rename VALUE_RETURNED_FROM_STACK.
1439 * infcmd.c (print_return_value): Update.
1440 * infcall.c (call_function_by_hand): Update.
1441
41d041d6
MK
14422003-09-28 Mark Kettenis <kettenis@gnu.org>
1443
1444 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1445 regcache argument and reverse the order of the other two
1446 arguments. Remove local regcache variable. Determine
1447 architecture from REGCACHE. Update comments.
1448 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1449 reverse the order of the other two arguments. Remove local
1450 regcache variable. Determine architecture from REGCACHE. Update
1451 comments.
1452 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1453 prototypes. Update comments.
1454 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1455 comment.
1456 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1457 Update.
1458 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1459 * i386-interix-nat.c (supply_fpregset): Update.
1460 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1461 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1462 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1463 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1464 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1465 Update.
1466 * i386obsd-tdep.c (fetch_core_registers): Update.
1467 * i386v4-nat.c (supply_fpregset): Update.
1468 * x86-64-linux-nat.c (supply_fpregset): Update.
1469 * x86-64-linux-tdep.c (fetch_core_registers): Update.
a8f4cde1 1470
1cb97e17
MK
14712003-09-27 Mark Kettenis <kettenis@gnu.org>
1472
5716833c
MK
1473 * i386-tdep.h: Put opaque declarations in alphabetical
1474 order. Remove spurious whitespace.
1475 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1476 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1477 * i386-tdep.c (MM0_REGNUM): Remove define.
1478 (i386_mmx_regnum_p): Add gdbarch argument.
1479 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1480 Rewrite using new macro definitions for FPU/SSE registers.
1481 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1482 definitions from i387-tdep.h.
1483 (i386_register_name): Update.
1484 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1485 new macro definitions for FPU/SSE registers.
1486 (i386_extract_return_value): Determine whether floating-point
1487 registers are present by examining REGCACHE's architecture.
1488 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1489 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1490 FPU/SSE registers.
1491 (i386_register_type): Update.
1492 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1493 definitions for FPU registers. Use REGCACHE's architecture to
1494 determine the appropriate register numbers.
1495 (i386_pseudo_register_read, i386_pseudo_register_write,
1496 i386_register_reggroup_p): Update.
1497 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1498 TDEP->mm0_regnum.
1499 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1500 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1501 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1502 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1503 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1504 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1505 *' to `void *'.
1506 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1507 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1508 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1509 definitions for FPU/SSE registers.
1510 (FXSAVE_MXCSR_ADDR): New define.
1511 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1512 TDEP->mm0_regnum.
1513 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1514 (I387_ST0_REGNUM): Define.
1515
41d35cb0
MK
1516 * regcache.h (get_regcache_arch): New prototype.
1517 * regcache.c (get_regcache_arch): New function.
1518
54e74f72
MK
1519 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1520 whitespace.
1521
1cb97e17
MK
1522 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1523 Initialize using ARRAY_SIZE.
1524
0968aa8c
AC
15252003-09-27 Andrew Cagney <cagney@redhat.com>
1526
1527 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1528 "init_frame_pc_default".
1529 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1530 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1531 * vax-tdep.c (vax_gdbarch_init): Update.
1532 * v850-tdep.c (v850_gdbarch_init): Update.
1533 * sh64-tdep.c (sh64_gdbarch_init): Update.
1534 * s390-tdep.c (s390_gdbarch_init): Update.
1535 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1536 * mcore-tdep.c (mcore_gdbarch_init): Update.
1537 * h8300-tdep.c (h8300_gdbarch_init): Update.
1538 * cris-tdep.c (cris_gdbarch_init): Update.
1539 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1540
54c84734
MK
15412003-09-26 Mark Kettenis <kettenis@gnu.org>
1542
1543 * regset.h: New file.
1544 * Makefile.in (regset_h): Add.
1545
1b1d3794
AC
15462003-09-25 Andrew Cagney <cagney@redhat.com>
1547
1548 * frame.h (deprecated_frame_saved_regs): Rename
1549 get_frame_saved_regs.
1550 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1551 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1552 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1553 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1554 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1555
e6beb428
AC
15562003-09-25 Andrew Cagney <cagney@redhat.com>
1557
1558 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1559 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1560 and Java.
1561 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1562 arm*-*-* do not use the new frame code.
1563
710122da
DC
15642003-09-25 David Carlton <carlton@kealia.com>
1565
1566 * c-exp.y: Remove 'register' declarations.
1567 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1568
79c2c32d
DC
15692003-09-25 David Carlton <carlton@kealia.com>
1570
1571 * c-exp.y: Include cp-support.h. Add qualified_type.
1572 (yylex): Delete nested type hack; add comments.
1573 * cp-namespace.c (cp_lookup_nested_type): New function.
1574 * cp-support.h: Declare cp_lookup_nested_type.
1575 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1576 instead of value_struct_elt_for_reference.
1577 * valops.c: Include cp-support.h.
1578 (value_aggregate_elt): New function.
1579 (value_namespace_elt): Ditto.
1580 (value_struct_elt_for_reference): Make static.
1581 * value.h: Delete declaration of value_struct_elt_for_reference;
1582 add declaration for value_aggregate_elt.
1583 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1584 (valops.o): Ditto.
1585
898c62f5
DJ
15862003-09-25 Daniel Jacobowitz <drow@mvista.com>
1587
1588 * stack.c: Include "reggroups.h".
1589 (frame_info): Only display registers in all_reggroup.
1590 * Makefile.in (stack.o): Update dependencies.
1591
28cd8767
JG
15922003-09-25 Jerome Guitton <guitton@act-europe.fr>
1593
1594 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1595 "add ip, sp #n" in the prologue.
1596 (arm_scan_prologue): Ditto.
1597
a4ab2b5d
JG
15982003-09-25 Jerome Guitton <guitton@act-europe.fr>
1599
1600 * MAINTAINERS (write after approval): Add myself.
1601
3f244638
AS
16022003-09-25 Andreas Schwab <schwab@suse.de>
1603
1604 * m68k-tdep.c: Include "dwarf2-frame.h".
1605 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1606 * Makefile.in (m68k-tdep.o): Update dependencies.
1607
1c0159e0
CV
16082003-09-25 Corinna Vinschen <vinschen@redhat.com>
1609
1610 * sh-tdep.c (struct frame_extra_info): Remove.
1611 (struct sh_frame_cache): New structure.
1612 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1613 (GET_TARGET_REG): Ditto but target register.
1614 (GET_PUSHED_REG): Remove.
1615 (IS_MOV_ARG_TO_REG): New macro.
1616 (IS_MOV_ARG_TO_IND_R14): New macro.
1617 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1618 (IS_MOVW_PCREL_TO_REG): New macro.
1619 (IS_MOVL_PCREL_TO_REG): New macro.
1620 (IS_SUB_REG_FROM_SP): New macro.
1621 (IS_ARG_MOV): Remove.
1622 (IS_MOV_TO_R14): Remove.
1623 (IS_RESTORE_FP): New macro.
1624 (IS_RTS): New macro.
1625 (IS_LDS): New macro.
1626 (IS_MOV_FP_SP): New macro.
1627 (IS_ADD_REG_TO_FP): New macro.
1628 (IS_ADD_IMM_FP): New macro.
1629 (sh_skip_prologue_hard_way): Remove.
1630 (sh_saved_pc_after_call): Remove.
1631 (sh_frame_chain): Remove.
1632 (sh_find_callers_reg): Remove.
a8f4cde1 1633 (sh_nofp_frame_init_saved_regs): Remove.
1c0159e0
CV
1634 (sh_fp_frame_init_saved_regs): Remove.
1635 (sh_init_extra_frame_info): Remove.
1636 (sh_analyze_prologue): New function.
1637 (sh_skip_prologue): Remove deprecated code. Rely on new function
1638 sh_analyze_prologue when after_prologue fails.
1639 (sh_frame_saved_pc): Remove.
1640 (sh_alloc_frame_cache): New function.
1641 (sh_frame_cache): Ditto.
1642 (sh_frame_prev_register): Ditto.
1643 (sh_frame_this_id): Ditto.
1644 (sh_frame_unwind): New structure defining the heuristic frame
1645 sniffer interface.
1646 (sh_frame_sniffer): New function.
1647 (sh_unwind_sp): Ditto.
1648 (sh_unwind_pc): Ditto.
1649 (sh_unwind_dummy_id): Ditto.
1650 (sh_frame_base_address): Ditto.
1651 (sh_frame_base): New structure defining new frame base code.
1652 (sh_in_function_epilogue_p): New function.
1653 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1654 code and to call all new code instead. Initialize dwarf2 and
1655 heuristic frame sniffer.
1656
5f9769d1
PH
16572003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1658
a8f4cde1
RM
1659 * parser-defs.h (struct exp_descriptor): New definition, containing
1660 language-specific info for printing, prefixifying, dumping, and
5f9769d1
PH
1661 evaluating expressions.
1662 (exp_descriptor_standard): Declare new variable.
1663 (print_subexp): Make global and declare here (from expprint.c).
1664 (dump_subexp): Ditto.
1665 (dump_subexp_body_standard): Declare.
1666 (operator_length_standard): Declare.
1667 (op_name_standard): Declare.
1668 (print_subexp): Declare.
1669 (print_subexp_standard): Declare.
1670
1671 * language.h (struct language_defn): Add la_exp_desc field to hold
1672 pointer to table for language-specific operators.
1673 Remove evaluate_exp field, which is now in struct exp_descriptor.
a8f4cde1
RM
1674
1675 * parse.c (operator_length): Move most code to new
5f9769d1 1676 operator_length_standard function. Use language-specific information.
a8f4cde1 1677 (operator_length_standard): New function taking most code from
5f9769d1
PH
1678 operator_length.
1679 (exp_descriptor_standard): New constant.
a8f4cde1
RM
1680
1681 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
5f9769d1 1682 and OP_EXTENDED_LAST.
a8f4cde1
RM
1683
1684 * expprint.c (print_subexp): Use language-specific print_subexp.
5f9769d1
PH
1685 Make global; remove static declaration.
1686 Move most code to print_subexp_standard.
a8f4cde1 1687 (print_subexp_standard): New function, containing code formerly in
5f9769d1
PH
1688 print_subexp.
1689 (op_name): Add expression to argument signature.
a8f4cde1 1690 Use langauge-specific op_name.
5f9769d1
PH
1691 Move most code to op_name_standard.
1692 (op_name_standard): New function, containing code formerly in op_name.
1693 (dump_subexp): Use new version of op_name function.
1694 Use language-specific dump_subexp_body, and move most existing code to
1695 dump_subexp_body_standard.
1696 (dump_raw_expression): Use new op_name interface.
1697 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1698 (dump_subexp_body_standard): New function, containing code formerly
1699 in dump_subexp_body.
a8f4cde1 1700
5f9769d1
PH
1701 * language.c (unknown_language): Add default la_exp_desc field and
1702 remove evaluate_exp field.
1703 (auto_language): Ditto.
1704 (local_language): Ditto.
1705 * f-lang.c (f_language_defn): Ditto.
1706 * c-lang.c (c_language_defn): Ditto.
1707 (cplus_language_defn): Ditto.
1708 (asm_language_defn): Ditto.
1709 (minimal_language_defn): Ditto.
1710 * p-lang.c (pascal_language_defn): Ditto.
1711 * m2-lang.c (m2_language_defn): Ditto.
1712 * objc-lang.c (objc_language_defn): Ditto.
a8f4cde1
RM
1713
1714 * jv-lang.c (exp_descriptor_java): New variable, containing
5f9769d1
PH
1715 Java-specific expression evaluator.
1716 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1717 field.
a8f4cde1 1718 * scm-lang.c (exp_descriptor_scm): New variable, containing
5f9769d1
PH
1719 Scheme-specific expression evaluator.
1720 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1721 field.
1722 * objc-lang.c (print_object_command): Take evaluate_exp from the
1723 la_exp_desc field.
a8f4cde1 1724
5f9769d1 1725 * Makefile.in (eval.o): Add dependency on parser-defs.h.
a8f4cde1
RM
1726
1727 * eval.c: Include parser-defs.h for the full declaration of
5f9769d1
PH
1728 la_exp_desc's type.
1729 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
a8f4cde1 1730
24daaebc
PH
17312003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1732
1733 * parser-defs.h (operator_length): Declare.
a8f4cde1 1734
24daaebc
PH
1735 * parse.c (length_of_subexp): Use operator_length to get operator
1736 lengths and arities for operators.
1737 Move most code to new operator_length function.
a8f4cde1 1738 (operator_length): New function absorbing most code from
24daaebc
PH
1739 length_of_subexp.
1740 (prefixify_subexp): Remove large case and use operator_length instead.
1741 (parse_exp_1): Use renamings:
a8f4cde1 1742 dump_prefix_expression => dump_raw_expression and
24daaebc 1743 dump_postfix_expression => dump_prefix_expression.
a8f4cde1 1744
24daaebc
PH
1745 * expression.h (dump_prefix_expression): Rename to ...
1746 (dump_raw_expression): New name.
1747 (dump_postfix_expression): Rename to ...
1748 (dump_prefix_expression): New name.
a8f4cde1 1749
24daaebc
PH
1750 * expprint.c (dump_subexp): Make global. Add comment.
1751 Move most existing code to dump_subexp_body.
1752 (dump_subexp_body): New function.
1753 (dump_prefix_expression): Rename to dump_raw_expression.
a8f4cde1 1754 Remove attempt to print the expression via print_expression: it can't
24daaebc
PH
1755 work before the expression is prefixified.
1756 (dump_raw_expression): Renamed from dump_prefix_expression.
a8f4cde1 1757 (dump_postfix_expression): Rename to dump_prefix_expression, since
24daaebc 1758 that's what it does.
a8f4cde1 1759 Remove 'note' parameter, since this routine must be used on
24daaebc
PH
1760 prefixified expression.
1761 (dump_prefix_expression): Renamed from dump_postfix_expression.
a8f4cde1 1762
8c2957c4
JB
17632003-09-22 Jim Blandy <jimb@redhat.com>
1764
1765 * dwarf2read.c (read_array_type): When building the type for an
1766 array of unspecified length, make sure to choose the upper bound
1767 so that the array's total length comes out to be zero --- that's
1768 how we represent such arrays.
1769
592e3010
MC
17702003-09-22 Michael Chastain <mec@shout.net>
1771
1772 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1773
365c70b1
JJ
17742003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1775
1776 * top.c (quit_force): Fix indirect call to quit_target so
1777 a struct qt_args pointer is passed.
1778
5d6eb653
AC
17792003-09-22 Andrew Cagney <cagney@redhat.com>
1780
1781 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1782 * arch-utils.c (init_frame_pc_noop): Delete function.
1783 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1784 "init_frame_pc".
1785 * mips-tdep.c (mips_gdbarch_init): Ditto.
1786 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1787 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1788 declaration.
1789 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1790 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1791 declaration.
1792 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1793
b222a67f
AG
17942003-09-22 Anthony Green <green@redhat.com>
1795
1796 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1797 declaration.
1798
d5b5ac79
AC
17992003-09-20 Andrew Cagney <cagney@redhat.com>
1800
deafb061
AC
1801 * breakpoint.c: Eliminate ARGSUSED.
1802 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1803 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1804 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1805 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1806 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1807 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1808 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1809 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1810 * wince.c, remote-vx.c: Ditto.
1811
d5b5ac79
AC
1812 * cli/cli-script.c: Remove "register" attributes.
1813 * config/pa/tm-hppa.h: Ditto.
1814 * cli/cli-decode.c: Ditto.
1815 * cli/cli-cmds.c: Ditto.
1816
c6316faa
AC
18172003-09-19 Andrew Cagney <cagney@redhat.com>
1818
1819 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1820 DEPRECATED_NPC_REGNUM.
1821 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1822
f4f99b11
CF
18232003-09-19 Christopher Faylor <cgf@redhat.com>
1824
1825 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1826
1708f284
JB
18272003-09-19 Jim Blandy <jimb@redhat.com>
1828
1829 * macrotab.c (macro_include): Use the correct comparison to find
1830 the appropriate place for this inclusion in the list.
1831
b9fbf434
AC
18322003-09-19 Andrew Cagney <cagney@redhat.com>
1833
1834 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1835 (DEPRECATED_HPUX_TEXT_END): Define.
1836 (deprecated_hpux_text_end): Declare.
1837 (struct target_ops): Declare opaque.
1838 * hppah-nat.c (text_end): Make static.
1839 (deprecated_hpux_text_end): New function.
1840 * exec.c (text_end): Delete global variable.
1841 (NEED_TEXT_START_END): Do not define.
1842 (exec_file_attach): Replace code computing "text_end" code with
1843 call to DEPRECATED_HPUX_TEXT_END.
1844
5b03f266
AC
18452003-09-19 Andrew Cagney <cagney@redhat.com>
1846
1847 * utils.c (align_up, align_down): New functions.
1848 * defs.h (align_up, align_down): Declare.
1849 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1850 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1851 and "align_down".
1852 (round_up, round_down): Delete functions.
1853 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1854 "align_down".
1855 (ROUND_DOWN, ROUND_UP): Delete macros.
1856 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1857 * h8300-tdep.c: Replace "round_up" and "round_down" with
1858 "align_up" and "align_down".
1859 (round_up, round_down): Delete macros.
1860 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1861 "align_down".
1862 (ROUND_UP, ROUND_DOWN): Delete macros.
1863
51db5742
JB
18642003-09-18 J. Brobecker <brobecker@gnat.com>
1865
1866 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1867 hard-coded constant. Use the proper machine name instead.
1868
77949794
AC
18692003-09-17 Andrew Cagney <cagney@redhat.com>
1870
1871 * sparc-tdep.c (legacy_register_name): Delete function.
1872 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1873 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1874 * infcmd.c (gdb_register_name): Delete variable.
1875 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1876 REGISTER_NAME and "tm.h".
1877 * gdbarch.h, gdbarch.c: Regenerate.
1878 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1879 REGISTER_NAMES in comments.
1880 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1881 * m68klinux-nat.c (regmap): Ditto.
1882
b55c33cc
JB
18832003-09-17 Jim Blandy <jimb@redhat.com>
1884
1885 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1886
957e27ac
AC
18872003-09-17 Andrew Cagney <cagney@redhat.com>
1888
1889 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1890 (ppcnbsd_init_abi): Set "use_struct_convention" to
1891 "ppcnbsd_use_struct_convention".
1892
192cb3d4
MK
18932003-09-17 Mark Kettenis <kettenis@gnu.org>
1894
1895 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1896 * gdbarch.h, gdbarch.c: Regenerate.
1897 (stabs_argument_has_addr): New architecture method.
1898 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1899 * arch-utils.c: Include "buildsym.h".
1900 (default_stabs_argument_has_addr): New function.
1901 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1902 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1903
efe59759
AC
19042003-09-17 Andrew Cagney <cagney@redhat.com>
1905
1906 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1907 * gdbarch.h, gdbarch.c: Regenerate.
1908 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1909 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1910 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1911 * sparcnbsd-tdep.c: Update.
a8f4cde1 1912
62700349
AC
19132003-09-17 Andrew Cagney <cagney@redhat.com>
1914
1915 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1916 * gdbarch.h, gdbarch.c: Regenerate.
1917 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1918 * d10v-tdep.c, frame.c: Update.
1919 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1920 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1921 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1922 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1923 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1924 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1925 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1926 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1927 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1928 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1929 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1930 * config/pa/nm-hppah.h: Update.
1931
b9ff3018
AC
19322003-09-16 Andrew Cagney <cagney@redhat.com>
1933
1934 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1935 "use_struct_convention" to "ppc_linux_use_struct_convention".
1936 (ppc_linux_use_struct_convention): New function.
1937 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1938 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1939 "rs6000_use_struct_convention".
1940 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1941 declaration.
1942 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1943 Delete function.
1944
aa1ee363
AC
19452003-09-16 Andrew Cagney <cagney@redhat.com>
1946
1947 * buildsym.c: Remove more occurances of "register".
1948 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1949 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1950 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1951 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1952 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1953 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1954 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1955 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1956
f2ea0907
CV
19572003-09-16 Corinna Vinschen <vinschen@redhat.com>
1958
1959 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1960 numbers to enumeration values.
1961 * sh-tdep.c: Accomodate above change.
1962 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1963 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1964 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1965 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1966 (IS_FPUSH): Rename from IS_FMOV.
1967 (sh_extract_struct_value_address): Remove useless comment.
1968 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1969 instead of own local values.
1970 (sh_dump_tdep): Remove.
1971 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1972 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1973
1c704f11
AC
19742003-09-15 Andrew Cagney <cagney@redhat.com>
1975
1976 * doublest.c (convert_floatformat_to_doublest): No longer need to
1977 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1978
ac79b88b
DJ
19792003-09-15 Daniel Jacobowitz <drow@mvista.com>
1980
1981 * values.c (unpack_double): Call floatformat_is_valid.
1982
1c671366
MK
19832003-09-15 Mark Kettenis <kettenis@gnu.org>
1984
de5227fb
MK
1985 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1986 ps_strings into a long.
1987
1c671366
MK
1988 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1989 _initialize_am64fbsd_nat.
1990
a604369a
KB
19912003-09-15 Kevin Buettner <kevinb@redhat.com>
1992
1993 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1994 associated with DW_AT_ranges attribute is out of bounds.
1995
b3cacbee
DL
19962003-09-15 David Lecomber <dsl@sources.redhat.com>
1997
1998 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1999
d0f37bb2
MC
20002003-09-14 Michael Chastain <mec@shout.net>
2001
2002 * config/m68k/nm-apollo68v.h: Delete.
2003 * config/m68k/xm-apollo68v.h: Delete.
2004
69517000
AC
20052003-09-14 Andrew Cagney <cagney@redhat.com>
2006
2007 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2008 * dcache.c: Update copyrights and descriptions.
2009 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2010
ef8b349d
AC
20112003-09-14 Andrew Cagney <cagney@redhat.com>
2012
2013 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2014 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2015
52f0bd74
AC
20162003-09-14 Andrew Cagney <cagney@redhat.com>
2017
2018 * alpha-nat.c: Remove some occurances of "register".
2019 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2020 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2021 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2022 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2023 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2024 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2025 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2026 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2027 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2028 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2029 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2030 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2031 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2032 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2033 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2034 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2035 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2036 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2037 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2038 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2039 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2040 * values.c, vax-tdep.c, xcoffread.c: Ditto.
a8f4cde1 2041
4a4b3fed
AC
20422003-09-13 Andrew Cagney <cagney@redhat.com>
2043
2044 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2045 * ppc-tdep.h (struct regcache): Declare opaque.
2046 * objfiles.h (struct objfile_data): Declare opaque.
2047 * cp-support.h (struct objfile): Declare opaque.
2048 * linux-nat.h (target_waitstatus): Declare opaque.
2049
2110b94f
MK
20502003-09-14 Mark Kettenis <kettenis@gnu.org>
2051
1c671366
MK
2052 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2053 (stabs_argument_has_addr): New architecture method.
2054 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2055 * arch-utils.c: Include "buildsym.h".
2056 (default_stabs_argument_has_addr): New function.
2057 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2058 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2059
2110b94f
MK
2060 * cris-tdep.c (cris_gdbarch_init): Set
2061 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2062 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2063 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2064 * mips-tdep.c (mips_gdbarch_init): Likewise.
2065 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2066 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2067
48436ce6
AC
20682003-09-13 Andrew Cagney <cagney@redhat.com>
2069
2070 * values.c (using_struct_return): Delete "function" and "funcaddr"
2071 parameters.
2072 * value.h (using_struct_return): Update declaration.
2073 * infcmd.c (finish_command_continuation): Update.
2074 (finish_command): Update.
2075 * infcall.c (call_function_by_hand): Update.
2076 * eval.c (evaluate_subexp_standard): Update.
2077
403d9909
CF
20782003-09-13 Christopher Faylor <cgf@redhat.com>
2079
2080 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2081 SSE registers since gdb will not operate correctly without this.
2082 Restore include file ordering munged in previous change.
2083 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2084
ebf7d56b
MK
20852003-09-13 Mark Kettenis <kettenis@gnu.org>
2086
8e823e25
MK
2087 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2088 REG_STRUCT_HAS_ADDR.
2089 * gdbarch.c, gdbarch.h: Updated.
2090 * infcall.c (call_function_by_hand): Update.
2091 * stabsread.c (define_symbol): Updated.
a8f4cde1 2092
ebf7d56b
MK
2093 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2094
d3f13f72
CF
20952003-09-12 Christopher Faylor <cgf@redhat.com>
2096
2097 * win32-nat.c: Reorganize so that defines used by target headers are
2098 actually defined by the system headers.
2099 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2100 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2101
14f75137
JB
21022003-09-12 Jim Blandy <jimb@redhat.com>
2103
d646061f
JB
2104 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2105 the file has no .data, .bss, or .rodata sections. Instead wait
2106 until we see a variable alleged to live in one of those sections.
2107
2a13f9bc
JB
2108 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2109 .bss section, presume that any variables we find live in the
2110 .rodata section.
2111
4f49b26b
JB
2112 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2113 offsets for global and static variables.
2114
14f75137
JB
2115 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2116 symbol types are, by definition, in the .data section, so it is
2117 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2118 If there is no .data section, there should be no N_DATA or N_DATA
2119 | N_EXT symbols.
2120
212c460c
MK
21212003-09-12 Mark Kettenis <kettenis@gnu.org>
2122
2123 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2124 (amd64fbsd_sigcontext_addr): Rewrite.
2125 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2126 with correct values.
2127 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2128 (amd64fbsd_init_abi): Fix typo.
2129
68856ea3
AC
21302003-09-12 Andrew Cagney <cagney@redhat.com>
2131
2132 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2133 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2134
627b3ba2
AC
21352003-09-12 Andrew Cagney <cagney@redhat.com>
2136
2137 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2138 "entry_file_highpc". Update comments.
2139 * defs.h (deprecated_inside_entry_file): Rename
2140 "inside_entry_file".
2141 * blockframe.c (deprecated_inside_entry_file): Rename
2142 "inside_entry_file".
2143 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2144 * vax-tdep.c (vax_frame_chain): Update.
2145 * sh64-tdep.c (sh64_frame_chain): Update.
2146 * sh-tdep.c (sh_frame_chain): Update.
2147 * rs6000-tdep.c (rs6000_frame_chain): Update.
2148 * ns32k-tdep.c (ns32k_frame_chain): Update.
2149 * mips-tdep.c (mips_frame_chain): Update.
2150 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2151 * m32r-tdep.c (m32r_frame_this_id): Update.
2152 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2153 * frv-tdep.c (frv_frame_this_id): Update.
2154 * d10v-tdep.c (d10v_frame_this_id): Update.
2155 * cris-tdep.c (cris_frame_chain): Update.
2156 * blockframe.c (legacy_frame_chain_valid): Update.
2157 * avr-tdep.c (avr_frame_this_id): Update.
2158 * arm-tdep.c (arm_prologue_this_id): Update.
2159 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2160 * objfiles.c (objfile_relocate): Update.
2161 * mipsread.c (mipscoff_symfile_read): Update.
2162 (mipscoff_symfile_read): Update.
2163 * mdebugread.c (parse_partial_symbols): Update.
2164 * dwarfread.c (read_file_scope): Update.
2165 * dwarf2read.c (read_file_scope): Update.
2166 * dbxread.c (read_dbx_symtab): Update.
2167 (read_dbx_symtab): Update.
2168 * coffread.c (complete_symtab): Update.
2169
b0abbc58
JJ
21702003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2171
2172 * top.c (quit_target): New static helper function.
2173 (quit_force): Moved code to quit_target(). Call quit_target()
2174 via catch_errors() to catch errors during quit.
2175
a1632d59
DC
21762003-09-11 David Carlton <carlton@kealia.com>
2177
2178 * buildsym.c (finish_block): Use allocate_block to allocate the
2179 block.
2180 * mdebugread.c (new_block): Add FIXME.
2181
5c4e30ca
DC
21822003-09-11 David Carlton <carlton@kealia.com>
2183
2184 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2185 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2186 (recursive_dump_type): Ditto.
2187 * printcmd.c (print_formatted): Ditto.
2188 * typeprint.c (print_type_scalar): Ditto.
2189 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2190 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2191 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2192 maint_cplus_cmd_list.
2193 * cp-support.c: Make maint_cplus_cmd_list extern.
2194 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2195 command.h.
2196 (lookup_symbol_file): Look in possible namespace blocks when
2197 appropriate.
2198 (initialize_namespace_symtab): New.
2199 (get_possible_namespace_block, free_namespace_block)
2200 (check_possible_namespace_symbols)
2201 (check_possible_namespace_symbols_loop)
2202 (check_one_possible_namespace_symbol)
2203 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2204 (_initialize_cp_namespace): Ditto.
2205 * block.h: Declare allocate_block.
2206 * block.c (allocate_block): New.
2207 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2208 allocate_block.
2209 * symfile.h: Update declaration of add_psymbol_to_list.
2210 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2211 question.
2212 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2213 scan_partial_symbols_call.
2214 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2215 helper functions.
2216 (add_partial_symbol): If necessary, scan mangled names for names
2217 of namespaces.
2218 (add_partial_namespace): Add NAMESPACE argument; generate partial
2219 symbols associated to namespaces.
2220 (add_partial_enumeration): Add NAMESPACE argument.
2221 (new_symbol): Allow namespace syms.
2222 (read_namespace): Generate namespace syms.
2223 * objfiles.h: Add opaque declaration of struct symtab.
2224 (struct objfile): Add cp_namespace_symtab member.
2225 * objfiles.c (allocate_objfile): Set
2226 objfile->cp_namespace_symtab.
2227 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2228 dictionary_h, command_h.
2229
33a7c2fc
AC
22302003-09-11 Andrew Cagney <cagney@redhat.com>
2231
2232 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2233 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2234 near the function's end.
2235 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2236 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2237 regcache_raw_write_signed to set SP_REGNUM.
2238
63cd24fe
EZ
22392003-09-11 Elena Zannoni <ezannoni@redhat.com>
2240
2241 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2242 orig_addrs is set up properly.
2243
f27dd7fd
AC
22442003-09-11 Andrew Cagney <cagney@redhat.com>
2245
2246 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2247 * gdbarch.h, gdbarch.c: Re-generate.
2248 * infcall.c (call_function_by_hand): Update.
2249 * hppa-tdep.c (hppa_push_arguments): Update.
2250 * ada-lang.c (place_on_stack): Update.
2251 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2252 * sparc-tdep.c (sparc_gdbarch_init): Update.
2253 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2254 * hppa-tdep.c (hppa_gdbarch_init): Update.
2255 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2256 stack_align.
2257
f630a401
DJ
22582003-09-11 Daniel Jacobowitz <drow@mvista.com>
2259
2260 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2261 register do need a frame.
2262
0ddabb4c
AC
22632003-09-11 Andrew Cagney <cagney@redhat.com>
2264
2265 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2266 buildable since GDB 5.0.
2267 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2268 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2269 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2270 * irix4-nat.c: Delete file.
2271 * config/mips/irix4.mh: Delete file.
2272 * config/mips/irix3.mh: Delete file.
2273 * config/mips/irix3.mt: Delete file.
2274 * config/mips/tm-irix3.h: Delete file.
2275 * config/mips/nm-irix3.h: Delete file.
2276 * config/mips/xm-irix3.h: Delete file.
2277 * config/mips/nm-irix4.h: Delete file.
2278 * config/mips/xm-irix4.h: Delete file.
2279 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2280
fde2cceb
JB
22812003-09-10 J. Brobecker <brobecker@gnat.com>
2282
2283 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2284 * Makefile.in (hppa-tdep.o): Update dependencies.
2285
66f667f5
JW
22862003-09-10 James E Wilson <wilson@specifixinc.com>
2287
ef5fd69f
JW
2288 * MAINTAINERS: Change my e-mail address. Move to paper trail
2289 section.
66f667f5 2290
53e8aaea
KB
22912003-09-10 Kevin Buettner <kevinb@redhat.com>
2292
2293 * MAINTAINERS (frv): New ISA entry.
2294
dcc6aaff
KB
22952003-09-10 Kevin Buettner <kevinb@redhat.com>
2296
2297 * frv-tdep.c (dis-asm.h): Include.
2298 * Makefile.in (frv-tdep.o): Update dependencies.
2299
932644f0
JJ
23002003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2301
2302 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2303 Fix typo for high range of floating registers.
2304
91c24f0a
DC
23052003-09-09 David Carlton <carlton@kealia.com>
2306
2307 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2308 highpc initialization here out of scan_partial_symbols.
2309 (scan_partial_symbols): Restructure into a recursive version,
2310 calling add_partial_namespace and add_partial_enumeration when
2311 appropriate.
2312 (add_partial_namespace): New.
2313 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2314
c9263853
AC
23152003-09-09 Andrew Cagney <cagney@redhat.com>
2316
e56a0ecc
AC
2317 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2318 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2319 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2320 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2321
794a477a
AC
2322 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2323 (rs6000_push_dummy_call): Set the "TOC" register.
2324
c9263853
AC
2325 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2326 methods "max_register_raw_size", "max_register_virtual_size" or
2327 "register_virtual_size".
2328
afa7d0b2
ILT
23292003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2330
2331 * MAINTAINERS: Update my e-mail address.
2332
7a41266b
AC
23332003-09-09 Andrew Cagney <cagney@redhat.com>
2334
2335 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2336 (rs6000_push_dummy_call): Store the struct return address.
2337 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2338
77b2b6d4
AC
23392003-09-09 Andrew Cagney <cagney@redhat.com>
2340
2341 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2342 "ppc_sysv_abi_push_arguments".
2343 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2344 "ppc_sysv_abi_push_arguments".
2345 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2346 instead of "push_arguments".
2347 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2348
e8a7b686
AC
23492003-09-09 Andrew Cagney <cagney@redhat.com>
2350
2351 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2352 instead of CALL_DUMMY_ADDRESS.
2353
f86f5ca3
PH
23542003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2355
2356 * p-lang.c: Eliminate "register".
2357 * c-lang.c: Ditto.
2358 * expprint.c: Ditto.
2359 * f-lang.c: Ditto.
2360 * jv-lang.c: Ditto.
2361 * language.c: Ditto.
2362 * m2-lang.c: Ditto.
2363 * parse.c: Ditto.
2364 * scm-lang.c: Ditto.
2365 * objc-lang.c: Ditto.
2366
83ee270e
NC
23672003-09-09 Nick Clifton <nickc@redhat.com>
2368
2369 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2370
a89aa300
AC
23712003-09-04 Andrew Cagney <cagney@redhat.com>
2372
2373 * avr-tdep.c: Include "dis-asm.h".
2374 * cris-tdep.c: Include "dis-asm.h".
2375 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2376 instead of corresponding typedef.
2377 * h8300-tdep.c: Include "dis-asm.h".
2378 * ia64-tdep.c: Include "dis-asm.h".
2379 * i386-tdep.c: Include "dis-asm.h".
2380 (i386_print_insn): Use "struct disassemble_info" instead of
2381 corresponding typedef.
2382 * m68k-tdep.c: Include "dis-asm.h".
2383 * mcore-tdep.c: Include "dis-asm.h".
2384 * mips-tdep.c: Include "dis-asm.h".
2385 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2386 instead of corresponding typedef.
2387 * ns32k-tdep.c: Include "dis-asm.h".
2388 * s390-tdep.c: Include "dis-asm.h".
2389 * sparc-tdep.c: Include "dis-asm.h".
2390 * vax-tdep.c: Include "dis-asm.h".
2391 * v850-tdep.c: Include "dis-asm.h".
2392 * mn10300-tdep.c: Include "dis-asm.h".
2393 * rs6000-tdep.c: Include "dis-asm.h".
2394 * xstormy16-tdep.c: Include "dis-asm.h".
2395 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2396 print_insn_xstormy16.
2397 * Makefile.in (v850-tdep.o): Update dependencies.
2398 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2399 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2400 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2401 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2402 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2403 (gdbarch_h): Remove $(dis_asm_h).
2404 * disasm.c: Include "dis-asm.h".
2405 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2406 corresponding typedef.
2407 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2408 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2409 * gdbarch.sh: Do not include "dis-asm.h".
2410 (struct disassemble_info): Declare opaque.
2411 (TARGET_PRINT_INSN): Update declaration.
2412 * gdbarch.h, gdbarch.c: Re-generate.
2413
88a82a65
AC
24142003-09-08 Andrew Cagney <cagney@redhat.com>
2415
2416 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2417 CALL_DUMMY_ADDRESS, change to a predicate.
2418 * gdbarch.h, gdbarch.c: Re-generate.
2419 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2420 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2421 * infcall.c (call_function_by_hand): Ditto.
2422 * sparc-tdep.c (sparc_push_return_address): Ditto.
2423 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2424 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2425 CALL_DUMMY_ADDRESS with entry_point_address.
2426 * v850-tdep.c (v850_push_return_address): Ditto.
2427 * s390-tdep.c (s390_push_return_address): Ditto.
2428 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2429 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2430 * mcore-tdep.c (mcore_push_return_address): Ditto.
2431 * cris-tdep.c (cris_push_return_address): Ditto.
2432 * arm-tdep.c (arm_push_return_address): Ditto.
2433
3e2c4033
AC
24342003-09-08 Andrew Cagney <cagney@redhat.com>
2435
2436 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2437 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2438 and REG_UNMODIFIED to REG_SAME_VALUE.
2439 (execute_cfa_program): Update.
2440 (dwarf2_frame_cache): Update. Initialize table to
2441 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2442 location.
2443 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2444
39efb398
AC
24452003-09-08 Andrew Cagney <cagney@redhat.com>
2446
2447 * gnu-nat.c: Remove "inline" function attribute.
2448 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2449
f5cb5aca
KB
24502003-09-08 Kevin Buettner <kevinb@redhat.com>
2451
2452 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2453 target.
2454
1cb761c7
KB
24552003-09-08 Kevin Buettner <kevinb@redhat.com>
2456
2457 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2458 (frame_extra_info): Rename this struct to frv_unwind_cache.
2459 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2460 Add fields ``prev_sp'' and ``base''.
2461 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2462 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2463 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2464 Delete.
2465 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2466 Revise all callers. Fill in the unwind cache argument and make
2467 other adjustments to account for new frame mechanisms.
2468 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2469 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2470 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2471 (frv_frame_unwind, frv_frame_base): New structs.
2472 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2473 additional arguments expected by this method and adjust function
2474 body accordingly.
2475 (frv_gdbarch_init): Remove calls to the following functions:
2476 set_gdbarch_deprecated_init_frame_pc(),
2477 set_gdbarch_deprecated_saved_pc_after_call(),
2478 set_gdbarch_deprecated_frame_chain(),
2479 set_gdbarch_deprecated_frame_saved_pc(),
2480 set_gdbarch_deprecated_frame_init_saved_regs(),
2481 set_gdbarch_deprecated_push_arguments(),
2482 set_gdbarch_deprecated_push_return_address(),
2483 set_gdbarch_deprecated_pop_frame(),
2484 set_gdbarch_deprecated_call_dummy_words(),
2485 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2486 set_gdbarch_deprecated_init_extra_frame_info(),
2487 set_gdbarch_deprecated_dummy_write_sp(), and
2488 set_gdbarch_deprecated_pc_in_call_dummy().
2489 Add calls to the following functions:
2490 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2491 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2492 frame_base_set_default().
2493 * Makefile.in (frv-tdep.o): Update dependencies.
a8f4cde1 2494
68f6cf99
MK
24952003-09-09 Mark Kettenis <kettenis@gnu.org>
2496
2497 * dwarf2-frame.c (read_encoded_value): Add support for
2498 DW_EH_PE_aligned encoding.
2499
73b65bb0
DJ
25002003-09-08 Daniel Jacobowitz <drow@mvista.com>
2501
2502 * infrun.c (normal_stop): Don't print a message if the inferior
2503 has exited.
2504
7c8a5605
JB
25052003-09-08 Jim Blandy <jimb@redhat.com>
2506
2507 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2508 * dbxread.c: #include "gdb_assert.h".
2509 (read_dbx_symtab): If the objfile has no .data section, use the
2510 section index for the .bss section instead.
2511
7dd88986
DJ
25122003-09-08 Daniel Jacobowitz <drow@mvista.com>
2513
2514 * frame.c (deprecated_safe_get_selected_frame): New function.
2515 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2516 * findvar.c (read_var_value): Call it.
2517
55ff77ac
CV
25182003-09-08 Corinna Vinschen <vinschen@redhat.com>
2519
2520 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2521 (sh64-tdep.o): Add dependencies.
2522 * configure.tgt: Add FIXME to sh-*-linux*.
2523 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2524 (sh_gdbarch_init): Always set correct sh_show_regs function
a8f4cde1 2525 pointer. Call sh64_gdbarch_init() if machine type is sh5.
55ff77ac
CV
2526 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2527 * sh64-tdep.c: New file, containing all sh64 related code from
2528 sh-tdep.c.
2529 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2530 * config/sh/linux.mt (TDEPFILES): Ditto.
a8f4cde1 2531 * config/sh/nbsd.mt (TDEPFILES): Ditto.
55ff77ac
CV
2532 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2533 * config/sh/wince.mt (TDEPFILES): Ditto.
2534
bfb39158
DJ
25352003-09-07 Daniel Jacobowitz <drow@mvista.com>
2536
2537 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2538 (stop_wait_callback): Handle !lp->signalled also.
2539 (lin_lwp_has_pending, flush_callback): New functions.
2540 (lin_lwp_wait): Call flush_callback.
2541 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2542 (linux_proc_pending_signals): New function.
2543 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2544
9407de8e
DJ
25452003-09-07 Daniel Jacobowitz <drow@mvista.com>
2546
2547 From Nick Kelsey <nickk@ubicom.com>:
2548 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2549 when the stop PC is at the beginning of a function also.
2550
2ef47cd0
DJ
25512003-09-06 Daniel Jacobowitz <drow@mvista.com>
2552
2553 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2554 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2555
6f4492c8
MK
25562003-09-06 Mark Kettenis <kettenis@gnu.org>
2557
2558 * sol-thread.c: Include "gdb_string.h".
2559
d3420b2f
MK
25602003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2561
2562 * gcore.c: Reorder include files in alphabetical order. Include
2563 "gdb_assert.h". Various coding style fixes.
2564 (derive_stack_segment, derive_heap_segment): Replace check for
2565 non-null BOTTOM and TOP with gdb_assert.
2566 (derive_heap_segment): Replace check for successful creation of
2567 ZERO with gdb_assert.
2568 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2569
5220ea4c
AC
25702003-09-04 Andrew Cagney <cagney@redhat.com>
2571
2572 * thread-db.c (verbose_dlsym): New function.
2573 (thread_db_load): Use verbose_dlsym
2574 (thread_db_new_objfile): Print that libthread_db was loaded, and
2575 that thread debugging was enabled.
2576
6e8c2c06
AC
25772003-09-04 Andrew Cagney <cagney@redhat.com>
2578
2579 * configure.tgt: Add "mips64*-*-*" target. Delete
2580 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2581 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2582 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2583 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2584 mips*-sony-*, and mips64*-*-elf* targets.
2585 * config/mips/embedl.mt: Delete file.
2586 * config/mips/embedl64.mt: Delete file.
2587 * config/mips/mips.mt: Delete file.
2588 * config/mips/mips64.mt: Delete file.
2589 * config/mips/tm-embed.h: Delete file.
2590 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2591 * config/mips/embed64.mt: Delete out-of-date comment.
2592
3a3bc038
AC
25932003-09-04 Andrew Cagney <cagney@redhat.com>
2594
2595 * hppa-tdep.c (hppa_gdbarch_init): Set
2596 "have_nonsteppable_watchpoint".
2597 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2598 * mips-tdep.c (mips_dump_tdep): Do not print
2599 HAVE_NONSTEPPABLE_WATCHPOINT.
2600 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2601 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2602 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2603 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2604
a957e642
CV
26052003-09-04 Corinna Vinschen <vinschen@redhat.com>
2606
2607 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2608 unused code. Add comment.
2609
a6fbcf2f
CV
26102003-09-04 Corinna Vinschen <vinschen@redhat.com>
2611
2612 * breakpoint.c (watchpoint_check): Check for pc being in an
2613 epilogue if watchpoint frame couldn't be found.
2614
c14a44d5
AC
26152003-09-04 Andrew Cagney <cagney@redhat.com>
2616
2617 * Makefile.in: Re-generate all dependencies.
2618
f6c40618
AC
26192003-09-03 Andrew Cagney <cagney@redhat.com>
2620
2621 * arch-utils.h (legacy_print_insn): Delete declaration.
2622 * arch-utils.c (legacy_print_insn): Delete function.
2623 * disasm.c (deprecated_tm_print_insn_info): Delete.
2624 (_initialize_disasm): Delete function, contained code initializing
2625 deprecated_tm_print_insn_info.
2626 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2627 (deprecated_tm_print_insn_info): Delete.
2628 (TARGET_PRINT_INSN): Do not provide a default.
2629 * gdbarch.h, gdbarch.c: Re-generate.
2630
242e8be5
AC
26312003-09-03 Andrew Cagney <cagney@redhat.com>
2632
2633 * disasm.c (fprintf_disasm): New function.
2634 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2635 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2636 reverts 2003-08-14 change.
2637 (_initialize_disasm): Call "init_disassemble_info", instead of
2638 INIT_DISASSEMBLE_INFO_NO_ARCH.
2639
3ffc3dda
MS
26402003-09-03 Michael Snyder <msnyder@redhat.com>
2641
2642 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2643
52d16ba8
AC
26442003-09-03 Andrew Cagney <cagney@redhat.com>
2645
2646 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2647 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2648 * symfile.c (syms_from_objfile): Update.
2649 (reread_symbols): `Update
2650 * exec.c (exec_file_attach): Update.
2651 (exec_file_attach): Update.
2652 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2653 2003-08-29 change.
2654 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2655
eb5492fa
DJ
26562003-09-03 Daniel Jacobowitz <drow@mvista.com>
2657
2658 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2659 trad-frame.h.
2660 (arm_get_cache): Delete macro.
2661 (struct arm_prologue_cache): Update comments. Make saved_regs into
2662 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2663 to prev_sp.
2664 (thumb_scan_prologue): Update for cache changes. Don't call
2665 DEPRECATED_PC_IN_CALL_DUMMY.
2666 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2667 argument and use it in desperation search for our prologue. Do not
2668 search past the specified PC.
2669 (arm_make_prologue_cache): Simplify.
2670
2671 (arm_prologue_this_id, arm_prologue_prev_register)
2672 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2673 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2674 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2675 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2676 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2677
2678 (arm_frame_chain_valid, arm_find_callers_reg)
2679 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2680 (arm_pop_frame): Delete obsolete methods.
2681 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2682
2683 (arm_gdbarch_init): Update for new frame methods. Register prologue
2684 and sigtramp unwinders. Set the default frame base method.
2685
2686 * Makefile.in (arm-tdep.o): Update dependencies.
2687 * varobj.c (find_frame_addr_in_frame_chain): Call
2688 get_frame_base_address.
2689 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2690
24de872b
DJ
26912003-09-03 Daniel Jacobowitz <drow@mvista.com>
2692
2693 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2694 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2695 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2696 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2697 Take NEXT_FRAME and CACHE arguments. Call
2698 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2699 Set unwound_pc in CACHE instead of modifying the frame argument.
2700 Don't bother checking the frame type when looking for sigtramp
2701 frames.
2702 (arm_make_prologue_cache, arm_frame_chain)
2703 (arm_init_extra_frame_info): New functions.
2704
9b8d791a
DJ
27052003-09-03 Daniel Jacobowitz <drow@mvista.com>
2706
2707 * arm-tdep.c (arm_get_cache): Define.
2708 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2709 unwound_sp, unwound_pc, and saved_regs.
2710 (thumb_scan_prologue): Take a cache instead of the frame.
2711 (arm_scan_prologue): Likewise.
2712 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2713 instead of a temporary frame.
2714 (arm_init_extra_frame_info): Allocate and use a cache.
2715 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2716
7ee3275f
AC
27172003-09-03 Andrew Cagney <cagney@redhat.com>
2718
2719 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2720 * config/mips/wince.mt (TM_CLIBS): Ditto.
2721 * config/sh/wince.mt (TM_CLIBS): Ditto.
2722 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2723 * config/sparc/sp64.mt (CC): Delete.
2724
57b29be7
AC
27252003-09-03 Andrew Cagney <cagney@redhat.com>
2726
2727 * defs.h: Do not include "arch-utils.h".
2728 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2729 GDB_MULTI_ARCH_PURE.
2730 * configure.in (GDB_MULTI_ARCH): Do not define.
2731 * configure, config.in: Regenerate.
2732 * configure.tgt: Do not set variable "gdb_multi_arch".
2733 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2734 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2735 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2736 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2737 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2738 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2739 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2740 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2741 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2742 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2743 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2744 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2745 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2746 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2747 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2748 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2749 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2750 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
a8f4cde1 2751
12e035e2
MC
27522003-08-30 Michael Chastain <mec@shout.net>
2753
2754 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2755 * config/m68k/nm-hp300hpux.h: Delete.
2756 * config/m68k/tm-hp300hpux.h: Delete.
2757 * config/m68k/xm-hp300hpux.h: Delete.
2758 * config/m68k/xm-hp300bsd.h: Delete.
2759 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2760 tm-hp300hpux.h, xm-hp300hpux.h.
2761 * somsolib.c: Remove comment about hp300 shared libraries.
2762
bda34dc2
MK
27632003-08-31 Mark Kettenis <kettenis@gnu.org>
2764
5bca7895
MK
2765 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2766 Only define PTRACE_GET_THREAD_AREA is not already defined.
2767 Various style fixes in code and comments and some additional
2768 spelling fixes in comments. Move after functions dealing with
2769 debug registers.
2770 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2771 Fix coding-style.
2772
bda34dc2
MK
2773 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2774 frame_unwind_register_unsigned instead of
2775 frame_unwind_unsigned_register.
2776
c890192f
MK
27772003-08-30 Mark Kettenis <kettenis@gnu.org>
2778
2779 * configure.in: Search for gethostbyname in libnsl.
2780 * configure: Regenerated.
2781
60fac5b8
MK
27822003-08-29 Mark Kettenis <kettenis@gnu.org>
2783
e294916c
MK
2784 * configure.in: Remove redundant AC_MSG_RESULT in check for
2785 uintptr_t in stdint.h.
2786 * configure: Regenerated.
2787
c40d267a
MK
2788 * amd64-nat.h (struct regcache): Add opaque declaration.
2789
60fac5b8
MK
2790 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2791 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2792 Change "register array" to "register cache" in comments.
2793 (x86_64_linux_gregset64_reg_offset): New variable.
2794 (GETREGS_SUPPLIES): Remove macro.
2795 (supply_gregset): Call amd64_supply_native_gregset instead of
2796 x86_64_linux_supply_gregset.
2797 (fill_gregset): Rename `regno' to `regnum'. Call
2798 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2799 (store_regs): Rename `regno' to `regnum'.
2800 (store_fpregs): Rename `regno' to `regnum'.
2801 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2802 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2803 Reorganize function a bit.
2804 (store_inferior_registers): Rename `regno' to `regnum'. Use
2805 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2806 Reorganize function a bit.
2807 (_initialize_x86_64_linux_nat): New function.
2808 * config/i386/x86-64linux.mh.
2809
546143b6
AC
28102003-08-29 Andrew Cagney <cagney@redhat.com>
2811
2812 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2813 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2814 (target_remove_watchpoint): Delete macro.
2815 (target_insert_watchpoint): Delete macro.
2816 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2817 (remote_mips_stopped_by_watchpoint): Delete declaration.
2818 (remote_mips_remove_watchpoint): Delete declaration.
2819 (remote_mips_set_watchpoint): Delete declaration.
2820 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2821 * remote-mips.c (_initialize_remote_mips): Set
2822 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2823 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2824 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2825 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2826 (mips_stopped_by_watchpoint): Rename
2827 remote_mips_stopped_by_watchpoint.
2828 (mips_can_hardware_watchpoint): Rename
2829 remote_mips_can_use_hardware_watchpoint, update function
2830 signature.
2831
7bace51b
MK
28322003-08-29 Mark Kettenis <kettenis@gnu.org>
2833
b0f5c6f2
MK
2834 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2835 USER_DS. We haven't given them a register number yet.
2836
2a6d284d
MK
2837 * amd64-nat.h: New file.
2838 * amd64-nat.c: New file.
2839 * amd64fbsd-nat.c: Include "amd64-nat.h".
2840 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2841 (amd64fbsd32_r_reg_offset): New variable.
2842 (supply_gregset): Simply call amd64_supply_native_gregset.
2843 (fill_gregset): Rename `regno' to `regnum'. Simply call
2844 amd64_collect_native_gregset.
2845 (fill_fpregset): Rename `regno' to `regnum'.
2846 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2847 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2848 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2849 `fpregset_t'. Call amd64_supply_native_gregset instead of
2850 supply_gregset. Call x86_64_supply_fxsave instead of
2851 supply_fpregset.
2852 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2853 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2854 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2855 `fpregset_t'. Call amd64_collect_native_gregset instead of
2856 fill_gregset. Call x86_64_collect_fxsave instead of
2857 fill_fpregset.
2858 (_initialize_am64fbsd_nat): Initialize
2859 amd64_native_gregset32_reg_offset and
2860 amd64_native_gregset64_reg_offset.
2861 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2862
a16d75cc
MK
2863 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2864 null pointer. Fix typo in comment.
2865
7bace51b
MK
2866 * regcache.c (supply_register): Reimplement to call
2867 regcache_raw_supply.
2868 (regcache_collect): Reimplement by calling regcache_raw_collect.
2869
9a661b68
MK
28702003-08-28 Mark Kettenis <kettenis@gnu.org>
2871
2872 * regcache.c (register_buffer): Consitify first argument.
2873 (regcache_raw_supply, regcache_raw_collect): New
2874 functions.
2875
e94cc8fa
DJ
28762003-08-28 Daniel Jacobowitz <drow@mvista.com>
2877
2878 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2879 by Nathan J. Williams.
2880
c64bd0ce
DJ
28812003-08-28 Daniel Jacobowitz <drow@mvista.com>
2882
2883 * lin-lwp.c (wait_lwp): New function, copied from
2884 stop_wait_callback. Clean up.
2885 (stop_wait_callback): Use wait_lwp.
2886
e5ab0dce
AC
28872003-08-28 Andrew Cagney <cagney@redhat.com>
2888
2889 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2890 flavour and disassembler options.
2891 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2892 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2893 deprecated_tm_print_insn_info.
a8f4cde1 2894
a788de9b
AC
28952003-08-27 Andrew Cagney <cagney@redhat.com>
2896
2897 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2898 Use target_read_memory.
2899 (s390_get_frame_info): Update. Do not reference
2900 deprecated_tm_print_insn_info.
2901 (s390_check_function_end, s390_is_sigreturn): Ditto.
2902
36482093
AC
29032003-08-27 Andrew Cagney <cagney@redhat.com>
2904
2905 * Makefile.in (cris-tdep.o): Update dependencies.
2906 * cris-tdep.c: Include "gdb_assert.h".
2907 (cris_gdbarch_init): Set print_insn.
2908 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2909 (cris_delayed_get_disassembler): Simplify, directly call the
2910 disassembler returned by cris_get_disassembler.
2911 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2912 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2913 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2914 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2915 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2916 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2917 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2918 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2919 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2920 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2921 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2922 (gdb_print_insn_sparc): Delete function.
2923 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2924 deprecated_tm_print_insn_info.
2925 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2926 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2927 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2928 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2929 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2930 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2931 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2932 (s390_gdbarch_init): Set print_insn.
2933
0285512f
AC
29342003-08-27 Andrew Cagney <cagney@redhat.com>
2935
2936 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2937 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2938 * infcall.c (call_function_by_hand): Convert the entry point
2939 address into a code address.
2940
cdcd5552
AC
29412003-08-27 Andrew Cagney <cagney@redhat.com>
2942
2943 * dsrec.c: Include "gdb_string.h".
2944 * Makefile.in (dsrec.o): Update dependencies.
2945
e85cddad
MC
29462003-08-27 Michael Chastain <mec@shout.net>
2947
2948 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2949
8bbfbb23
AC
29502003-08-27 Andrew Cagney <cagney@redhat.com>
2951
2952 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2953 (alpha_osf1_init_abi): Do not set call_dummy_address.
2954
ba058b66
DC
29552003-08-27 David Carlton <carlton@kealia.com>
2956
2957 From Randolph Chung <tausq@debian.org>:
2958 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2959 compiles with -Wformat-nonliteral -Werror.
2960
87f84c9d
JB
29612003-08-26 Jim Blandy <jimb@redhat.com>
2962
2963 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2964 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2965 bfd_lookup_symbol, since we only want symbols in code sections.
2966 (look_for_base): Pass zero as the SECT_FLAGS argument to
2967 bfd_lookup_symbol, since we're not concerned about which section
2968 the symbol is in.
2969
102d615a
JJ
29702003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2971
2972 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
a8f4cde1 2973 we are frameless or the return address register is already known.
102d615a 2974
cc7ad3ea
AC
29752003-08-26 Andrew Cagney <cagney@redhat.com>
2976
2977 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2978 in size. Add comments.
2979
af8b88dd
JJ
29802003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2981
2982 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
a8f4cde1 2983 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
af8b88dd 2984
e0a4f5a1
JM
29852003-08-26 Jason Merrill <jason@redhat.com>
2986
2987 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2988 case out of #ifdef MIPS block.
2989
4ae9ee8e
DJ
29902003-08-25 Daniel Jacobowitz <drow@mvista.com>
2991
2992 PR java/1322
2993 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2994 available before calling SECT_OFF_TEXT.
3c164570 2995 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 2996
004d836a
JJ
29972003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2998
a8f4cde1 2999 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
004d836a
JJ
3000 bof, and nat0-nat127 as pseudo-registers.
3001 (ia64_frame_cache): New struct used to cache frame info.
3002 (ia64_register_reggroup_p): New routine used to override default
a8f4cde1 3003 register grouping so registers without names are still saved and
004d836a 3004 restored.
a8f4cde1 3005 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
004d836a
JJ
3006 pseudo values.
3007 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3008 (ia64_pseudo_register_write): New routine to write pseudo-registers.
a8f4cde1 3009 (ia64_alloc_frame_cache): New routine to create a new
004d836a
JJ
3010 ia64_frame_cache.
3011 (examine_prologue): Change prototype to add next_frame pointer.
3012 Assume frameless until otherwise proven. Verify that the cfm for
a8f4cde1 3013 current frame matches the cfm that should occur for the prologues
004d836a
JJ
3014 alloc insn and if equal, mark as not frameless. At end of routine,
3015 if not frameless, calculate registers for the previous frame and store
3016 in the cache, if a cache is provided.
3017 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3018 and pass 0 for next_frame.
3019 (ia64_store_return_value): Change to use convert_typed_floating()
3020 instead of calling ia64_convert_to_raw().
3021 (ia64_extract_return_value): Change to use convert_typed_floating()
3022 instead of calling ia64_convert_to_virtual().
3023 (ia64_frame_cache): New routine to support new frame model.
3024 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3025 (ia64_frame_sniffer): Ditto.
3026 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3027 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3028 (ia64_sigtramp_frame_prev_register): Ditto.
3029 (ia64_sigtramp_frame_sniffer): Ditto.
3030 (ia64_frame_base_address): Ditto.
3031 (ia64_extract_struct_value_address): Change to issue error message.
3032 (ia64_frame_align): New routine to align sp.
3033 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
a8f4cde1 3034 (ia64_push_arguments): Removed. Logic moved to
004d836a
JJ
3035 ia64_push_dummy_call().
3036 (ia64_push_return_address): Ditto.
3037 (ia64_unwind_dummy_id): New function.
3038 (ia64_unwind_pc): Ditto.
3039 (ia64_convert_register_p): Ditto.
3040 (ia64_register_to_value): Ditto.
3041 (ia64_value_to_register): Ditto.
3042 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3043 (ia64_register_byte, ia64_register_raw_size): Ditto.
3044 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3045 (ia64_saved_pc_after_call): Ditto.
3046 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3047 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3048 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3049 (ia64_register_convert_to_raw): Ditto.
3050 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3051 (ia64_init_extra_frame_info): Ditto.
3052 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3053 (ia64_gdbarch_init): Remove registering of deprecated functions that
3054 are no longer used. Add registration of new gdbarch functions.
3055 Remove registering deprecated_write_sp. Replace
3056 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3057 Delete set_gdbarch_deprecated_register_convertible(),
3058 set_gdbarch_deprecated_register_convert_to_virtual(), and
3059 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3060 set_gdbarch_deprecated_register_size(),
3061 set_gdbarch_deprecated_register_bytes(),
3062 set_gdbarch_pcregnum(),
3063 set_gdbarch_deprecated_register_byte(),
3064 set_gdbarch_deprecated_register_raw_size(),
3065 set_gdbarch_deprecated_max_register_raw_size(),
3066 set_gdbarch_deprecated_register_virtual_size(),
3067 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3068 Replace set_gdbarch_deprecated_extract_return_value() with
3069 set_gdbarch_extract_return_value(). Remove calls to:
3070 set_gdbarch_deprecated_saved_pc_after_call();
3071 set_gdbarch_deprecated_frame_chain(),
3072 set_gdbarch_deprecated_frame_saved_pc(),
3073 set_gdbarch_deprecated_frame_init_saved_regs(),
3074 set_gdbarch_deprecated_get_saved_register(),
3075 set_gdbarch_deprecated_call_dummy_words(),
3076 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3077 set_gdbarch_deprecated_init_extra_frame_info(),
3078 set_gdbarch_deprecated_frame_args_address(),
3079 set_gdbarch_deprecated_frame_locals_address(),
3080 and set_gdbarch_deprecated_dummy_write_sp().
3081 Add set_gdbarch_convert_register_p(),
3082 set_gdbarch_register_to_value(),
3083 set_gdbarch_value_to_register(),
3084 set_gdbarch_push_dummy_call(),
3085 set_gdbarch_frame_align(),
3086 set_gdbarch_unwind_dummy_id(),
3087 set_gdbarch_unwind_pc(),
3088 frame_unwind_append_sniffer(),
3089 frame_unwind_append_sniffer(),
3090 and frame_base_set_default().
3091
aede7613
CD
30922003-08-25 Chris Demetriou <cgd@broadcom.com>
3093
3094 * configure.tgt: Document need for special "mipsisa64" handling.
3095 (mipsisa64*-*-linux64): Handle as target linux64.
3096 (mipsisa64*-*-*): Handle as target embed64.
3097
43c3a82e
MC
30982003-08-18 Michael Chastain <mec@shout.net>
3099
3100 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3101 objfile bug.
3102
6564f77d
MK
31032003-08-24 Mark Kettenis <kettenis@gnu.org>
3104
2de139ba
MK
3105 * i387-tdep.h: Update copyright date.
3106 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3107
6564f77d
MK
3108 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3109 CFLAGS games to reflect reality.
3110
42cf1509
AC
31112003-08-24 Andrew Cagney <cagney@redhat.com>
3112
3113 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3114 GDB_MULTI_ARCH is always non-zero.
3115 * osabi.c (_initialize_gdb_osabi): Ditto.
3116 (gdbarch_init_osabi): Ditto.
3117 * sparc-tdep.c: Ditto for #if code.
3118
0485f6ad
MK
31192003-08-23 Mark Kettenis <kettenis@gnu.org>
3120
3121 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3122 Update comments.
3123 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3124 comments.
3125 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3126 x86_64_supply_fxsave.
3127 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3128 x86_64_supply_fxsave.
3129 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3130 x86_64_supply_fxsave.
3131
c7716133
AJ
31322003-08-23 Andreas Jaeger <aj@suse.de>
3133
3134 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3135 i387_supply_fxsave.
3136
ed504bdf
MK
31372003-08-23 Mark Kettenis <kettenis@gnu.org>
3138
3139 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3140 i387_supply_register.
3141 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3142 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3143 i387_supply_fsave.
3144 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3145 i387_supply_fxsave.
3146 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3147 i387_supply_fsave.
3148 * i386bsd-nat.c (supply_fpregset): Adjust call to
3149 i387_supply_fsave.
3150 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3151 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3152 supply_fpregset.
3153 (store_inferior_registers): Remove extraneous whitespace. Call
3154 i387_fill_fsave instead of fill_fpregset.
3155 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3156 (supply_fpregset): Likewise.
3157 * i386v4-nat.c (supply_fpregset): Adjust call to
3158 i387_supply_fsave.
3159 * i386-interix-nat.c (supply_fpregset): Adjust call to
3160 i387_supply_fsave.
3161 * i386-linux-nat.c (supply_fpregset): Adjust call to
3162 i387_supply_fsave.
3163 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3164 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3165 i387supply_fsave and i387_supply_fxsave.
3166 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3167 Incorporate code from `i387_supply_register.
3168 (i387_supply_register): Remove.
3169 (i387_supply_fxsave): Add `regnum' argument.
3170 Update comments.
3171 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3172 prototype.
3173 (i387_supply_register): remove prototype.
3174 Update comments.
a8f4cde1 3175
4be5d520
MC
31762003-08-22 Michael Chastain <mec@shout.net>
3177
3178 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3179 Add lines for files in gdb/testsuite/gdb.cp/* that are
3180 still not 8.3 unique.
3181
7ed85d26
DJ
31822003-08-22 Daniel Jacobowitz <drow@mvista.com>
3183
3184 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3185 TYPE_VPTR_FIELDNO is valid.
3186
eb0d3137
MK
31872003-08-19 Mark Kettenis <kettenis@gnu.org>
3188
3189 * utils.c (set_width_command): Remove prototypes.
3190 (set_screen_size): New prototype.
3191 (init_page_info): Simplify by fetching the screen size from
3192 Readline. Call set_screen_size.
3193 (set_screen_size): New function.
3194 (set_width): Add missing whitespace in comment.
3195 (set_width_command): Call set_screen_size.
3196 (set_height_command): New function.
3197 (initialize_utils): Fix formatting. Make "set height" command
3198 call set_height_command. Remove redundant code that turns off
3199 pagination if output isn't a terminal. Remove redundant call to
3200 set_width_command.
a8f4cde1 3201
7e6d0ac8
MK
32022003-08-22 Mark Kettenis <kettenis@gnu.org>
3203
3567a8ea
MK
3204 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3205 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3206 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3207 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3208 `case' keyword.
3209 (sparc64_register_info): Give the reister with number
3210 SPARC64_STATE_REGNUM a name.
3211 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3212 %asi and %ccr.
3213 (sparc64_push_dummy_call): Take BIAS into account when checking
3214 stcak alignment.
3215 (sparc_software_single_step): Remove assertions that check whether
3216 NPC and NNPC were zero.
3217 (sparc_supply_rwindow): Make public. Merge functionality with
3218 sparc64_supply_rwindow.
3219 (sparc_fill_rwindow): Make public. Merge functionality with
3220 sparc64_fill_rwindow.
3221 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3222 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3223 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3224 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3225 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3226
7e6d0ac8
MK
3227 * reggroups.c: Add whitespace after declarations of local
3228 variables in functions.
3229
72e5f484
MC
32302003-08-21 Michael Chastain <mec@shout.net>
3231
3232 * gdbtypes.h: Change array bound type from an int to enum.
3233
435ac228
AC
32342003-08-21 Andrew Cagney <cagney@redhat.com>
3235
3236 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3237 * config/sparc/tm-sparc.h: Ditto.
3238 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3239 unconditionally.
3240 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3241
0d0e1a63
MK
32422003-07-13 Mark Kettenis <kettenis@gnu.org>
3243
3244 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3245 (register_objfile_data, set_objfile_data, objfile_data): New
3246 prototypes.
3247 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3248 prototypes.
3249 (allocate_objfile): Call objfile_alloc_data.
3250 (free_objfile): Call objfile_free_data.
3251 (struct objfile_data): New.
3252 (struct objfile_data_registration): New.
3253 (struct objfile_data_registry): New.
3254 (objfile_data_registry): New variable.
3255 (register_objfile_data): New function.
3256 (objfile_alloc_data, objfile_free_data): New functions.
3257 (set_objfile_data, objfile_data): New functions.
3258 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3259 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3260 (_initialize_dwarf2_frame): New function and prototype.
3261
d90cf509
AC
32622003-08-21 Andrew Cagney <cagney@redhat.com>
3263
3264 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3265 a specific architecture.
3266 * arch-utils.h (set_architecture_from_arch_mach): Delete
3267 declaration.
3268 (target_architecture_hook): Delete declaration.
3269 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3270 (default_float_format): Assume GDB_MULTI_ARCH.
3271 (default_double_format): Assume GDB_MULTI_ARCH.
3272 (set_endian_from_file): Delete function.
3273 (arch_ok): Delete function.
3274 (set_arch): Delete function.
3275 (set_architecture_from_arch_mach): Delete function.
3276 (set_architecture_from_file): Delete function.
3277 (set_architecture): Assume GDB_MULTI_ARCH.
3278 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3279
8b39fe56
MK
32802003-08-21 Mark Kettenis <kettenis@gnu.org>
3281
3282 Rewrite FreeBSD/sparc64 native configuration.
3283 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3284 * sparc64fbsd-nat.c: New file.
3285 * sparc64fbsd-tdep.c: New file.
3286 * sparc64-tdep.c sparc64-tdep.h: New files.
3287 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3288 sparc64fbsd-tdep.o): New dependencies.
3289 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3290 and sparc64fbsd-tdep.c.
3291 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3292 * config/sparc/fbsd.mh: Remove copyright notice.
3293 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3294 sparcbsd-nat.o.
3295 * config/sparc/fbsd.mt: Remove copyright notice.
3296 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3297 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3298 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3299 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3300 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3301 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3302 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3303 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3304 "sparc/tm-sp64.h".
3305 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3306 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3307
a7f19c79
MC
33082003-08-21 Michael Chastain <mec@shout.net>
3309
3310 * symtab.h: Add doco on the space critical structures and
3311 some measurements of space usage.
3312
da08ea5b
MS
33132003-08-21 Michael Snyder <msnyder@redhat.com>
3314
3315 * tracepoint.c (trace_dump_command): Trace break address
3316 is subject to DECR_PC_AFTER_BREAK.
3317 (set_traceframe_context): Make "trace_line" an int.
3318 Fixes suggested by Mark Newman <mark.newman@lmco.com>
a8f4cde1 3319
6df2bf50
MS
33202003-08-20 Michael Snyder <msnyder@redhat.com>
3321
3322 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
a8f4cde1
RM
3323 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3324 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
6df2bf50 3325 argument passing.
a8f4cde1 3326 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
6df2bf50
MS
3327 functions, replace sh_push_dummy_call.
3328 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3329
0955bbf0
MC
33302003-08-20 Michael Chastain <mec@shout.net>
3331
3332 * gdbtypes.h (struct main_type): Rearrange to save space.
3333
260a4188
MS
33342003-08-20 Michael Snyder <msnyder@redhat.com>
3335
3336 * trad-frame.c: Comment typo fix.
3337
8baa6f92
KB
33382003-08-20 Michael Snyder <msnyder@redhat.com>
3339 Kevin Buettner <kevinb@redhat.com>
3340
3341 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3342 (frv_frame_init_saved_regs): Add declaration.
3343 (frame_extra_info): Add new field ``saved_regs''.
3344 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3345 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3346 Update frame related code.
3347 (frv_extract_struct_value_address): Adjust formatting.
3348 * Makefile.in (frv-tdep.o): Update dependencies.
3349 * config/frv/tm-frv.h (target_insert_watchpoint)
3350 (target_remove_watchpoint, target_insert_hw_breakpoint)
3351 (target_remove_hw_breakpoint): Delete these macros.
3352 (remote_insert_watchpoint, remote_remove_watchpoint)
3353 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3354 these declarations.
3355
87193939
MC
33562003-08-20 Michael Chastain <mec@shout.net>
3357
3358 * defs.h (ENUM_BITFIELD): New macro.
3359 * symtab.h (ENUM_BITFIELD): Use it.
3360 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3361
062103ba
SA
33622003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3363
3364 * MAINTAINERS (write after approval): Add myself.
a8f4cde1 3365
8b148df9
AC
33662003-08-18 Andrew Cagney <cagney@redhat.com>
3367
3368 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3369 * gdbarch.h, gdbarch.c: Re-generate.
3370 * infcall.c (call_function_by_hand): Adjust the SP by
3371 frame_red_zone_size before allocating any stack space.
3372 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3373 * x86-64-tdep.c (x86_64_frame_align): New function.
3374 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3375
3376 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3377 Remove code adjusting SP so that it skips over the Red Zone.
3378
954a4db8
MK
33792003-08-18 Mark Kettenis <kettenis@gnu.org>
3380
3381 * NEWS (New native configurations): Mention FreeBSD/amd64.
3382
1a241548
AC
33832003-08-18 Andrew Cagney <cagney@redhat.com>
3384
3385 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3386 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3387 "m68k_frame_p".
3388 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3389
f82b2acd
MK
33902003-08-18 Mark Kettenis <kettenis@gnu.org>
3391
3392 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3393
4056d258
ML
33942003-08-18 Michal Ludvig <mludvig@suse.cz>
3395
3396 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3397 Define.
3398 * i386-linux-nat.c: Include "linux-nat.h".
3399 (child_post_startup_inferior): New function.
a8f4cde1 3400
99ab4326
MK
34012003-08-18 Mark Kettenis <kettenis@gnu.org>
3402
3403 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3404 at the start of a frameless function. This probably fixes PR
3405 backtrace/1338.
3406
c8d5f0d6
MC
34072003-08-17 Michael Chastain <mec@shout.net>
3408
3409 * symfile.c (find_sym_fns): Remove special case for apollo target.
3410
9016a515
DJ
34112003-08-17 Daniel Jacobowitz <drow@mvista.com>
3412
3413 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3414 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3415 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3416 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3417 (linux_supports_tracevforkdone): New function.
3418 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3419 TRACEVFORKDONE.
3420 (child_follow_fork): Handle vfork.
3421 (linux_handle_extended_wait): Likewise. Also handle exec.
3422 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3423 * NEWS: Mention fork tracing.
3424
c538c11c
DJ
34252003-08-17 Daniel Jacobowitz <drow@mvista.com>
3426
3427 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3428
4de4c07c
DJ
34292003-08-17 Daniel Jacobowitz <drow@mvista.com>
3430
3431 * Makefile.in (i386-linux-nat.o): Update dependencies.
3432 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3433 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3434 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3435 * i386-linux-nat.c: Include "linux-nat.h".
3436 (child_post_startup_inferior): New function.
3437 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3438 * infptrace.c (kill_inferior): Wrap in #ifdef.
3439 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3440 attaching to each LWP.
3441 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3442 (init_lin_lwp_ops): Fill in some more operations.
3443 * linux-nat.h (linux_enable_event_reporting)
3444 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3445 prototypes.
3446 * linux-nat.c (linux_enable_event_reporting): New function.
3447 (child_post_attach, linux_child_post_startup_inferior)
3448 (child_post_startup_inferior, child_follow_fork)
3449 (linux_handle_extended_wait, kill_inferior): New functions.
3450
7996bcec
AC
34512003-08-16 Andrew Cagney <cagney@redhat.com>
3452
3453 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3454 * gdbarch.h, gdbarch.c: Re-generate.
3455
3d48a7a0
MK
34562003-08-16 Mark Kettenis <kettenis@gnu.org>
3457
3458 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3459
7989c619
AC
34602003-08-16 Andrew Cagney <cagney@redhat.com>
3461
3462 * NEWS: Mention that "set prompt-escape-char" was deleted.
3463 * top.c (get_prompt_1): Delete function.
3464 (gdb_prompt_escape):
3465 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3466 prompt-escape-char" command.
3467 (MAX_PROMPT_SIZE): Delete macro.
3468 (get_prompt): Simplify, do not call get_prompt_1.
3469
07978cd8
AC
34702003-08-16 Andrew Cagney <cagney@redhat.com>
3471
3472 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3473 -Werror. -Wformat-nonliteral problems.
3474
3ff7cf9e
JB
34752003-08-15 J. Brobecker <brobecker@gnat.com>
3476
3477 Further multiarching work mostly for hppa64-*-hpux11:
3478 * hppa-tdep.h: New file.
3479 * hppa-tdep.c: #include hppa-tdep.c.
3480 (hppa32_num_regs): Renamed from hppa_num_regs.
3481 (hppa64_num_regs): New constant.
3482 (hppa64_call_dummy_breakpoint_offset): New constant.
3483 (hppa32_call_dummy_length): New constant.
3484 (hppa64_call_dummy_length): New constant.
3485 (hppa32_stack_align): Make name 32bit explicit.
3486 (hppa32_register_virtual_type): Likewise.
3487 (hppa32_extract_return_value): Likewise.
3488 (hppa32_use_struct_convention): Likewise.
3489 (hppa32_store_return_value): Likewise.
3490 (hppa64_register_virtual_type): New function.
3491 (hppa64_extract_return_value): New function.
3492 (hppa64_use_struct_convention): New function.
3493 (hppa64_store_return_value): New function.
3494 (hppa_frame_locals_address): Remove declaration, function does
3495 not exist anymore.
3496 (hppa_register_byte): Add support for PA64 ABI.
3497 (hppa_gdbarch_init): Add support for PA64 ABI.
3498 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3499 Make name 32bit explicit.
3500 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3501 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3502 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3503 (hppa64_hpux_frame_base_before_sigtramp): New function.
3504 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3505 * config/pa/tm-hppa64.h: Remove macros that are no longer
3506 necessary now that the gdbarch vector is properly setup.
a8f4cde1 3507 Transform some macros into function calls. Some minor cleanup.
3ff7cf9e
JB
3508 * config/pa/tm-hppah.h: Update function calls in macros
3509 following the function renaming in hppa-hpux-tdep.c.
3510 * Makefile.in (hppa_tdep_h): New variable.
3511 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3512
5d05ca6d
MS
35132003-08-14 Michael Snyder <msnyder@redhat.com>
3514
3515 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3516
37ba2569
JB
35172003-08-13 J. Brobecker <brobecker@gnat.com>
3518
3519 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3520 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3521 routine.
3522
aed7f26a
MS
35232003-08-13 Michael Snyder <msnyder@redhat.com>
3524
3525 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3526 (frv_saved_pc_after_call): Use deprecated ftype.
3527 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3528 (frv_remote_translate_xfer_address): Remove.
3529 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3530
752d4ac1
JB
35312003-08-13 J. Brobecker <brobecker@gnat.com>
3532
3533 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3534 initialization after the common gdbarch initialization, not before.
3535
1426ac1d
JB
35362003-08-13 J. Brobecker <brobecker@gnat.com>
3537
3538 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3539 (ADDR_BITS_REMOVE): Remove, redundant.
3540
b6fbdd1d
JB
35412003-08-13 J. Brobecker <brobecker@gnat.com>
3542
3543 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3544 gdbarch method to clear the 2 low bits of text addresses.
3545
44160db3
AC
35462003-08-12 Andrew Cagney <cagney@redhat.com>
3547
3548 * Makefile.in (dsrec.o): Update dependencies.
3549 * dsrec.c: Include "gdb_assert.h".
3550 (make_srec): Use snprintf instead of sprintf, use a literal format
3551 string.
3552
bcf7d3ca
AC
35532003-08-12 Andrew Cagney <cagney@redhat.com>
3554
3555 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3556 FRAME_OBSTACK_ZALLOC.
3557
49ed40de
KB
35582003-08-12 Kevin Buettner <kevinb@redhat.com>
3559
3560 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3561 SSE registers.
3562
b246147c
MK
35632003-08-10 Mark Kettenis <kettenis@gnu.org>
3564
3565 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3566 amd64fbsd_sc_reg_offset): Add extern declarations.
3567 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3568 declarations.
3569
d95fdc0d
BE
35702003-08-11 Ben Elliston <bje@wasabisystems.com>
3571
3572 * MAINTAINERS (write after approval): Update my mail address.
3573
cf6a0e73
AC
35742003-08-10 Andrew Cagney <cagney@redhat.com>
3575
3576 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3577
f837910f
MK
35782003-08-10 Mark Kettenis <kettenis@gnu.org>
3579
e2dbbd2d
MK
3580 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3581 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3582 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3583 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3584 i386bsd_sc_reg_offset): Add extern declarations.
3585 * i386obsd-nat.c: Include "i386-tdep.h"
3586 (_initialize_i386obsd_nat): Remove extern declarations.
3587 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3588 declarations.
3589 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3590 declarations.
3591
f837910f
MK
3592 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3593 instead of frame_read_register.
3594 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3595 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3596 SP_REGNUM.
3597 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3598 instead of frame_unwind_unsigned_register. Use
3599 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3600 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3601 instead of read_register. Use builtin_type_void_data_ptr instead
3602 of builtin_type_void_func_ptr when extracting the address of the
3603 jmp_buf.
3604 (i386_extract_return_value, i386_store_return_value,
3605 i386_pseudo_register_read, i386_pseudo_register_write): Use
3606 register_size instead REGISTER_RAW_SIZE.
3607
edcf254d
AC
36082003-08-10 Andrew Cagney <cagney@redhat.com>
3609
3610 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3611 sprintf. Make "name" constant.
3612
26604a34
MK
36132003-08-10 Mark Kettenis <kettenis@gnu.org>
3614
192285c6
MK
3615 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3616 instead of frame_read_register.
f837910f
MK
3617 (i387_print_float_info): Use get_frame_register and
3618 get_frame_register_unsigned instead of frame_register_read.
192285c6 3619
f0925262
MK
3620 * i386fbsd-nat.c: Include "i386-tdep.h".
3621 (child_resume): Make `eflags' an ULONGEST. Use
3622 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3623 instead of register_read and register_write.
3624
a144416f
MK
3625 * i386bsd-nat.c (fetch_inferior_registers,
3626 store_inferior_registers): Don't use && at the end of a line.
3627 (_initialize_i386bsd_nat): Fix typo.
3628
fec74868
MK
3629 * frame.c (_initialize_frame): Add missing backslash.
3630
87232496
MK
3631 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3632 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3633 and supply_register instead of manipulating the register buffer
3634 directly.
3635
c9b9de0b
MK
3636 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3637 * config/i386/nm-i386sol2.h
3638 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3639
26604a34
MK
3640 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3641 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3642 instructions that GCC likes to mingle into the prologue. Fixes
3643 gdb/1253 and gdb/1255.
3644
25d29d70
AC
36452003-08-09 Andrew Cagney <cagney@redhat.com>
3646
3647 Fix GDB PR cli/926.
3648 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3649 * command.h (add_setshow_uinteger_cmd): Declare.
3650 * frame.c (set_backtrace_cmd): New function.
3651 (show_backtrace_cmd): New function.
3652 * frame.c (_initialize_frame): Replace "set/show
3653 backtrace-below-main" with "set/show backtrace past-main". Add
3654 command "set/show backtrace limit".
3655 (backtrace_past_main): Rename "backtrace_below_main".
3656 (backtrace_limit): New variable.
3657 (get_prev_frame): Update. Check the backtrace_limit.
3658
9ebf4acf
AC
36592003-08-09 Andrew Cagney <cagney@redhat.com>
3660
3661 * defs.h (xstrprintf): Declare.
3662 * utils.c (xstrprintf): New function.
3663 * breakpoint.c (insert_breakpoints): Replace sprintf and
3664 non-literal format strings, with xstrprintf and cleanups.
3665 (delete_breakpoint,breakpoint_re_set): Ditto.
3666 (commands_command, insert_breakpoints): Ditto.
3667 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3668 (break_at_finish_command_1): Ditto.
3669
3771659b
AC
36702003-08-09 Andrew Cagney <cagney@redhat.com>
3671
3672 * MAINTAINERS (language support): List Adam Fedor as Objective C
3673 maintainer.
3674
b4263afa
JB
36752003-08-08 J. Brobecker <brobecker@gnat.com>
3676
3677 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3678 are now multiarched.
3679
d84defb1
JB
36802003-08-08 J. Brobecker <brobecker@gnat.com>
3681
3682 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3683 longer necessary now that hppa64 is partially multiarch'ed.
3684
f786f615
AC
36852003-08-08 Andrew Cagney <cagney@redhat.com>
3686
3687 * interps.c (interp_set): Check for a NULL "old_interp".
3688
c938e9b0
L
36892003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3690
3691 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3692 (install-only): Support DESTDIR.
3693 (uninstall): Likewise.
3694 (install-gdbtk): Likewise.
3695
9a146a11
EZ
36962003-08-08 Elena Zannoni <ezannoni@redhat.com>
3697
3698 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3699 contains something meaningful at all times.
3700
3701Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 3702
62599e99 3703 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 3704
56296155
BC
3705Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3706
62599e99 3707 * MAINTAINERS (write after approval): Added self.
56296155 3708
9710e734
AC
37092003-08-07 Andrew Cagney <cagney@redhat.com>
3710
3711 * inferior.h (AT_SYMBOL): Define.
3712 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3713 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3714 * mips-tdep.c (mips_call_dummy_address): Delete function.
3715 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3716 set call_dummy_address.
3717
98b3ab73
AC
37182003-08-07 Andrew Cagney <cagney@redhat.com>
3719
3720 * language.c (op_error): Delete function.
3721 (binop_type_check): Delete function.
3722 * language.h (type_op_error, range_op_error): Delete macros.
3723 (op_error): Delete declaration.
3724
2fcf52f0
AC
37252003-08-07 Andrew Cagney <cagney@redhat.com>
3726
3727 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3728
abd4220e 37292003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 3730
abd4220e 3731 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 3732 (x86_64_push_arguments): Skip the red zone.
abd4220e 3733
9dd5f34f
AC
37342003-08-05 Andrew Cagney <cagney@redhat.com>
3735
3736 * reggroups.c (reggroup_next): Check for the final entry.
3737
e5e78edc
AC
37382003-08-04 Andrew Cagney <cagney@redhat.com>
3739
ab4e3d93
AC
3740 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3741 * cli/cli-script.c (define_command): Call query directly, instead
3742 of passing it a buffer.
3743 * ocd.c (ocd_error): Pass error a constant format string.
3744 * remote-mips.c (mips_error): Use fputs_filtered.
3745
1062ca82
AC
3746 * solib-svr4.c (_initialize_svr4_solib): Update
3747 register_gdbarch_data call.
3748 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3749
fcc1c85c
AC
3750 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3751 (register_gdbarch_data): Delete "free" parameter. Update
3752 comments.
3753 * gdbarch.h, gdbarch.c: Re-generate.
3754 * reggroups.c (_initialize_reggroup): Update.
3755 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3756 * frame-base.c (_initialize_frame_base): Update.
3757 * frame-unwind.c (_initialize_frame_unwind): Update.
3758 * user-regs.c (_initialize_user_regs): Update.
3759 * remote.c (_initialize_remote): Update.
3760 * regcache.c (_initialize_regcache): Update.
3761
116f06ea
AC
3762 * regcache.c (xfree_regcache_descr): Delete function.
3763 (_initialize_regcache): Update call to register_gdbarch_data.
3764 (init_regcache_descr, init_legacy_regcache_descr): Use
3765 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3766
e5e78edc
AC
3767 * remote.c (free_remote_state): Delete function.
3768 (_initialize_remote): Update register_gdbarch_data.
3769 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3770 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3771
6c7d17ba
AC
37722003-08-04 Andrew Cagney <cagney@redhat.com>
3773
3774 * reggroups.c (struct reggroup_el): Define.
3775 (struct reggroups): Delete field "nr_group". Replace array
3776 "group" with a "first" to "last" linked list.
3777 (reggroups_init): Update. Allocate using gdbarch's obstack.
3778 (reggroups_free): Delete function.
3779 (add_group): Update. Add "el" parameter.
3780 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3781 (default_groups): Update.
3782 (reggroup_next): Replace reggroups.
3783 (reggroups_dump): Update.
3784 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3785 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3786 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3787
89b7795b
DJ
37882003-08-04 Daniel Jacobowitz <drow@mvista.com>
3789
3790 * Makefile.in (tui-interp.o): Update dependencies.
3791
306d9ac5
DC
37922003-08-04 David Carlton <carlton@kealia.com>
3793
3794 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3795 to internal_error call.
3796 * source.c (forward_search_command): Add "%s" format argument.
3797 (reverse_search_command): Ditto.
3798 * top.c (quit_confirm): Ditto.
3799 * cli/cli-setshow.c (do_setshow_command): Ditto.
3800 * cp-valprint.c (cp_print_class_method): Replace
3801 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3802 (cp_print_class_member): Ditto.
3803 * event-top.c (command_line_handler): Ditto.
3804 * linux-proc.c (linux_info_proc_cmd): Ditto.
3805 * p-typeprint.c (pascal_type_print_base): Ditto.
3806 * p-valprint.c (pascal_object_print_class_method): Ditto.
3807 (pascal_object_print_class_member): Ditto.
3808 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3809 * remote.c (remote_cisco_section_offsets): Ditto.
3810 * top.c (command_line_input): Ditto.
3811 * utils.c (vwarning,error_stream,quit): Ditto.
3812 * valprint.c (print_floating,print_binary_chars)
3813 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3814
57bfe177
AC
38152003-08-04 Andrew Cagney <cagney@redhat.com>
3816
3817 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3818
e546b999
AC
38192003-08-02 Andrew Cagney <cagney@redhat.com>
3820
3821 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3822 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3823 amd64fbsd-nat.c.
3824
91092ee5
AC
38252003-08-02 Andrew Cagney <cagney@redhat.com>
3826
3827 * Makefile.in: Update all dependencies and definitions.
3828
889f28e2
AF
38292003-08-02 Adam Fedor <fedor@gnu.org>
3830
3831 * linespec.c (is_objc_method_format): New function
3832 (decode_line_1, locate_first_half): Use it.
3833 Fixes PR objc/1298
3834
880bc914
AC
38352003-08-01 Andrew Cagney <cagney@redhat.com>
3836
3837 * NEWS: Mention that m32r is multi-arch.
3838 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3839 * configure.tgt: Recognize m32r-*-*.
3840 * config/m32r/tm-m32r.h: Delete file.
3841 * config/m32r/m32r.mt: New file.
a8f4cde1 3842 * m32r-rom.c (m32r_upload_command): Use hostent only when
880bc914
AC
3843 gethostname succeeds, in order to avoid a compilation
3844 warning.
3845 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3846 compiler warning.
3847
19f59343
MS
38482003-08-01 Michael Snyder <msnyder@redhat.com>
3849
3850 * sh-tdep.c (sh_frame_align): New gdbarch method.
3851 (sh_gdbarch_init): Set up frame_align method.
3852
4e7d7511
MS
38532003-07-31 Michael Snyder <msnyder@redhat.com>
3854
3855 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3856 which is already covered by the new frames infrastructure.
3857
63022984
AC
38582003-07-31 Andrew Cagney <cagney@redhat.com>
3859
3860 * user-regs.c (struct user_reg): Add "next" link.
3861 (struct user_regs): Replace "user" with "first" and "last" links.
3862 (append_user_reg): Add pre-allocated "reg" parameter.
3863 (builtin_user_regs): Provide initial value for "last".
3864 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3865 (user_regs_init): Allocate memory from the gdbarch obstack.
3866 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3867 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3868 linked list.
3869 (usernum_to_user_reg): New function.
3870 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3871 (value_of_user_reg): Use usernum_to_user_reg.
3872 (user_regs_free): Delete function.
3873 (_initialize_user_regs): Update register_gdbarch_data call.
3874
7cf6e574
DJ
38752003-07-31 Daniel Jacobowitz <drow@mvista.com>
3876
3877 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3878
c48a845b
MS
38792003-07-30 Michael Snyder <msnyder@redhat.com>
3880
4e7d7511 3881 * value.h (value_being_returned): Add a struct_addr argument.
a8f4cde1 3882 * infcall.c (call_function_by_hand): Pass struct_addr to
c48a845b
MS
3883 value_being_returned.
3884 * infcmd.c (print_return_value): Pass zero as struct_addr.
3885 * values.c (value_being_returned): If struct_addr is passed,
3886 use it instead of trying to recover it from the inferior.
3887
f0d8db19
KB
38882003-07-30 Kevin Buettner <kevinb@redhat.com>
3889
3890 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3891 the prologue analyzer won't need to attempt to extract the pc
3892 value from the woefully incomplete dummy frame.
3893 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3894 possible. Disable code which modifies the frame.
3895
e5c113a1
AC
38962003-07-28 Andrew Cagney <cagney@redhat.com>
3897
3898 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3899 to level 2.
3900 (annotate_breakpoints_table, annotate_record): Ditto.
3901 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3902 (annotate_field_name_end, annotate_field_value): Ditto.
3903 (annotate_field_end, annotate_frame_source_begin): Ditto.
3904 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3905 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3906 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3907 (annotate_frame_address_end, annotate_frame_address): Ditto.
3908 (annotate_frame_args, annotate_frame_end): Ditto.
3909 (annotate_frame_where, annotate_arg_begin): Ditto.
3910 (annotate_arg_name_end, annotate_arg_value): Ditto.
3911 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3912 (annotate_function_call, annotate_signal_name): Ditto.
3913 (annotate_signal_string, annotate_signal_name_end): Ditto.
3914 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3915 (annotate_value_begin, annotate_value_history_value): Ditto.
3916 (annotate_value_history_end, annotate_value_end): Ditto.
3917 (annotate_display_begin, annotate_display_number_end): Ditto.
3918 (annotate_display_format, annotate_display_expression): Ditto.
3919 (annotate_display_expression_end, annotate_display_value): Ditto.
3920 (annotate_display_end, annotate_array_section_begin): Ditto.
3921 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3922 (annotate_elt, annotate_array_section_end): Ditto.
3923
bb1db049
AC
39242003-07-28 Andrew Cagney <cagney@redhat.com>
3925
3926 * regcache.c (struct regcache_descr): Update comments on
3927 nr_raw_registers.
3928 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3929 sizeof_raw_register_valid_p.
3930 (init_regcache_descr): Set nr_raw_registers and
3931 sizeof_raw_register_valid_p before calling
3932 init_legacy_regcache_descr.
3933
20e6603c
AC
39342003-07-28 Andrew Cagney <cagney@redhat.com>
3935
3936 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3937 MOD NUM_REGS.
3938
db742940
DJ
39392003-07-28 Daniel Jacobowitz <drow@mvista.com>
3940
3941 * thread.c (info_threads_command): Use get_selected_frame ().
3942 Check that there is at least one non-sentinel frame.
3943
ce7f4371
SC
39442003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3945
3946 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3947 (m68hc11_pop_frame): Remove.
3948 (m68hc11_frame_saved_pc): Remove.
3949 (m68hc11_frame_chain): Remove.
3950 (m68hc11_frame_init_saved_regs): Remove.
3951 (m68hc11_init_extra_frame_info): Remove.
3952 (m68hc11_store_struct_return): Remove.
3953 (m68hc11_saved_pc_after_call): Remove.
3954
1ea653ae
SC
39552003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3956
3957 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3958 frame unwind information.
3959 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3960 and adapted for frame unwinding.
3961 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3962 (m68hc11_unwind_pc): New function.
3963 (m68hc11_frame_unwind_cache): New function to analyze frames.
3964 (m68hc11_frame_this_id): New function to create new frame struct.
3965 (m68hc11_frame_prev_register): New function to unwind a register from
3966 the frame.
3967 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3968 (m68hc11_frame_p): New function for the above.
3969 (m68hc11_frame_base_address): New function to return fp of frame.
3970 (m68hc11_frame_args_address): Update for frame.
3971 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3972 (m68hc11_unwind_sp): New function.
3973 (m68hc11_unwind_dummy_id): New function.
3974 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3975 calls.
3976
c8a7f6ac
SC
39772003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3978
3979 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3980 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3981 when we are beyond the current pc.
3982
3dc990bf
SC
39832003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3984
3985 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3986 from m68hc11_push_arguments.
3987 (m68hc11_push_arguments): Remove.
3988 (m68hc11_push_return_address): Remove.
3989 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3990 handlers; remove deprecated_extra_stack_alignment_needed.
3991
222e5d1d
AC
39922003-07-27 Andrew Cagney <cagney@redhat.com>
3993
3994 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3995 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3996 REAL_PC and not the pointer.
3997 * hppa-hpux-tdep.c: Include frame.h
3998
a7e9a47e
AC
39992003-07-27 Andrew Cagney <cagney@redhat.com>
4000
4001 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4002 GDB_MULTI_ACH_PARTIAL.
4003
7e3dd49e
AC
40042003-07-27 Andrew Cagney <cagney@redhat.com>
4005
4006 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4007 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4008 operator at start and not end of line.
4009 (decode_prologue): Ditto.
4010 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4011 frame_unwind_register_unsigned instead of
4012 frame_unwind_unsigned_register.
4013 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4014 read_register.
4015 (m32r_push_dummy_call): Use register_size instead of
4016 REGISTER_RAW_SIZE.
4017 (m32r_frame_sniffer): Replace m32r_frame_p.
4018 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4019 * m32r-rom.c (report_transfer_performance): Delete extern
4020 declaration.
4021 (m32r_load, m32r_upload_command): Use print_transfer_performance
4022 instead of report_transfer_performance.
4023 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4024 / add_show_from_set.
4025
0880807f
AC
40262003-07-26 Andrew Cagney <cagney@redhat.com>
4027
4028 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4029 store_return_value and extract_struct_value_address.
4030
64ae9269
DJ
40312003-07-26 Daniel Jacobowitz <drow@mvista.com>
4032
4033 PR c++/1267
4034 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4035 NULL, default to the section containing PC.
4036
e286caf2
SC
40372003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4038
4039 * NEWS: Mention "regs" deprecated for m68hc11 too.
4040
4041 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4042 (m68hc11_print_register): New function to print out one register.
4043 (m68hc11_print_registers_info): New function to print registers.
4044 (show_regs): Deprecate and use the above.
4045 (m68hc11_gdbarch_init): Install the print_registers_info.
4046
705b278b
JJ
40472003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4048
4049 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4050 that we have a SIGTRAP before returning non-zero.
4051
63cd4198
EZ
40522003-07-23 Michal Ludvig <mludvig@suse.cz>
4053 Elena Zannoni <ezannoni@redhat.com>
4054
a8f4cde1 4055 * linespec.c (decode_line_2): Avoid crash if
63cd4198
EZ
4056 find_function_start_sal() returns empty record.
4057
6926787d
AS
40582003-07-23 Andreas Schwab <schwab@suse.de>
4059
4060 * ia64-tdep.c (ia64_print_insn): New function.
4061 (ia64_gdbarch_init): Set print_insn to it.
4062 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4063 deprecated_tm_print_insn_info.
4064
708cc1b6
MS
40652003-07-22 Michael Snyder <msnyder@redhat.com>
4066
4067 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4068 handle 8-bit returns (long long).
4069 (h8300h_extract_return_value): Ditto.
4070 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4071
aebd7893
AC
40722003-07-22 Andrew Cagney <cagney@redhat.com>
4073
4074 * gdbarch.c Include "gdb_obstack.h".
4075 (struct gdbarch): Add an "obstack".
4076 (alloc_gdbarch_data): Allocate the gdbarch data using
4077 GDBARCH_OBSTACK_CALLOC.
4078 (free_gdbarch_data): Delete function.
4079 (gdbarch_obstack_zalloc): New function.
4080 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4081 Assert that the architecture is not initialized.
4082 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4083 vector from the obstack.
4084 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4085 architecture obstack.
4086 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4087 (set_gdbarch_data): Assert that the data is not initialized.
4088 (struct gdbarch_data): Delete member "free".
4089 (register_gdbarch_data): Do not initialize "free".
4090 * gdbarch.h, gdbarch.c: Re-generate.
a8f4cde1 4091
153721e6
AC
40922003-07-22 Andrew Cagney <cagney@redhat.com>
4093
4094 * configure.in (build_warnings): Add -Wformat-nonliteral.
4095 * configure: Re-generate.
4096
c193f044 40972003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
4098
4099 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 4100
c3228f12
EZ
41012003-07-22 Elena Zannoni <ezannoni@redhat.com>
4102
4103 * findvar.c (read_var_value): Remove case for thread local storage
4104 variables. It is now entirely handled by the dwarf2 location
4105 expression code.
4106 * printcmd.c (address_info): Ditto.
4107 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4108 enumeration value.
4109 (struct symbol): Remove objfile field, which was used by
4110 LOC_THREAD_LOCAL_STATIC only.
4111 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4112 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4113 usage of objfile pointer.
4114 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4115 thread local variables.
4116 Add include of objfiles.h.
4117 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4118 storage variables.
4119 * Makefile.in (dwarf2loc.o): Update dependencies.
4120
aef9bcd2
AC
41212003-07-22 Andrew Cagney <cagney@redhat.com>
4122
4123 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4124 get_frame_base.
4125 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4126 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4127 (struct value): Add opaque declaration.
4128 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4129
d95a8903
AC
41302003-07-21 Andrew Cagney <cagney@redhat.com>
4131
4132 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4133 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4134
4db73d49
SC
41352003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4136
a8f4cde1 4137 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4db73d49
SC
4138 regcache_cooked_read_unsigned instead of read_register.
4139 (m68hc11_saved_pc_after_call): Likewise.
4140 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4141 instead of write_register.
4142 (m68hc11_register_type): New function.
4143 (m68hc11_register_virtual_type): Remove.
4144 (m68hc11_store_return_value): Convert to use the regcache.
4145 (m68hc11_extract_struct_value_address): Likewise.
4146 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4147 m68hc11_register_type; undeprecate store_return_value and
4148 extract_struct_value_address.
4149
ef2b8fcd
SC
41502003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4151
4152 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4153 and translate to use regcache.
4154 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4155
625b0b97
AC
41562003-07-18 Andrew Cagney <cagney@redhat.com>
4157
4158 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4159 * gdbarch.h, gdbarch.c: Re-generate.
4160 * i386-tdep.c (i386_gdbarch_init): Do not set
4161 DWARF2_BUILD_FRAME_INFO.
4162 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4163 unconditionally.
4164 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4165 DWARF2_BUILD_FRAME_INFO.
4166
22b0d388
AC
41672003-07-18 Andrew Cagney <cagney@redhat.com>
4168
4169 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4170 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4171
1ce5d6dd
AC
41722003-07-18 Andrew Cagney <cagney@redhat.com>
4173
4174 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4175 frame_unwind_address_in_block, instead of frame_pc_unwind.
4176 (dwarf2_frame_cache): Ditto.
4177
e6e5e94c
AC
41782003-07-18 Andrew Cagney <cagney@redhat.com>
4179
4180 * user-regs.h (struct gdbarch): Declare opaque.
4181 * ui-out.h (struct ui_file): Declare opaque.
4182 * dwarf2-frame.h (struct frame_info): Declare opaque.
4183
5483d879
KW
41842003-07-18 Kris Warkentin <kewarken@qnx.com>
4185
4186 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4187 #include "...".
4188 (procfs_meminfo): Change strerror to safe_strerror.
4189 (procfs_can_run): Remove K&R badness.
4190
278a7cf7
MS
41912003-07-17 Michael Snyder <msnyder@redhat.com>
4192
4193 * remote-sim.c: Comment typo fix.
4194
606e3b82
AC
41952003-07-17 Andrew Cagney <cagney@redhat.com>
4196
4197 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4198 configure.
4199 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4200 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4201 GDB_MULTI_ARCH_PARTIAL.
4202
c43af07c
EZ
42032003-07-17 Elena Zannoni <ezannoni@redhat.com>
4204
4205 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4206 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4207 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4208
3b85b0f1
TR
42092003-07-16 Theodore A. Roth <troth@openavr.org>
4210
4211 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4212 found.
4213 (avr_frame_unwind_cache): Don't unwind FP for main.
4214 Update a comment.
4215 Save the computed prev_sp.
4216 (avr_saved_regs_unwinder): Remove function.
a8f4cde1 4217 (avr_frame_prev_register): Use PC unwind logic from
3b85b0f1
TR
4218 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4219
336d1bba
AC
42202003-07-16 Andrew Cagney <cagney@redhat.com>
4221
4222 * frame-base.h (frame_base_p_ftype): Delete definition.
4223 (frame_base_append_predicate): Delete declaration.
4224 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4225 (frame_unwind_append_predicate): Delete declaration.
4226 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4227 (append_predicate): Delete parameter "p".
4228 (frame_unwind_append_predicate): Delete function.
4229 (frame_unwind_append_sniffer): Update call to append_predicate.
4230 (frame_unwind_free): Delete function.
4231 (_initialize_frame_unwind): Pass NULL as "free" to
4232 register_gdbarch_data.
4233 (frame_unwind_init): Append the dummy_frame_sniffer.
4234 (frame_unwind_find_by_frame): Simplify.
4235 * frame-base.c (struct frame_base_table): Delete field "p".
4236 (append_predicate): Delete parameter "p".
4237 (frame_base_append_predicate): Delete function.
4238 (frame_base_append_sniffer): Update call to append_predicate.
4239 (frame_base_free): Delete function.
4240 (frame_base_find_by_frame): Simplify.
4241 (_initialize_frame_base): Pass NULL as "free" to
4242 register_gdbarch_data.
4243 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4244 (x86_64_sigtramp_frame_sniffer): Replace
4245 "x86_64_sigtramp_frame_p".
4246 (x86_64_init_abi): Set the frame unwind sniffers.
4247 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4248 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4249 (m68k_gdbarch_init): Set the frame unwind sniffers.
4250 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4251 "i386_sigtramp_frame_p".
4252 (i386_frame_sniffer): Replace "i386_frame_p".
4253 (i386_gdbarch_init): Set the frame unwind sniffers.
4254 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4255 (avr_gdbarch_init): Set the frame unwind sniffers.
4256 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4257 "alpha_sigtramp_frame_p"
4258 (alpha_heuristic_frame_sniffer): Replace
4259 "alpha_heuristic_frame_p".
4260 (alpha_gdbarch_init): Set the frame unwind sniffers.
4261 (alpha_dwarf2_init_abi): Ditto.
4262 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4263 "alpha_debug_frame_p".
4264 (alpha_mdebug_frame_base_sniffer): Replace
4265 "alpha_mdebug_frame_base_p".
4266 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4267 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4268 (d10v_gdbarch_init): Set the frame unwind sniffer.
4269 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4270 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4271 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4272 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4273 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4274 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4275
48db5a3c
CV
42762003-07-16 Michael Snyder <msnyder@redhat.com>
4277
4278 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4279 should go thru sh_dsp_register_sim_regno, else the dsp regs
4280 will not get the right values.
4281
42822003-07-16 Corinna Vinschen <vinschen@redhat.com>
4283
4284 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4285 deprecated_store_floating by call to store_typed_floating.
4286 (sh_sh4_register_convert_to_raw): Substitute call to
4287 deprecated_extract_floating by call to extract_typed_floating.
4288
42892003-07-16 Corinna Vinschen <vinschen@redhat.com>
4290
4291 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4292
42932003-07-16 Corinna Vinschen <vinschen@redhat.com>
4294
4295 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4296 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4297 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4298 as possible.
4299 (do_pseudo_register): Remove.
4300 (sh_push_dummy_code): New function.
4301 (sh64_store_struct_return): Rename from sh_store_struct_return.
4302 Only called for sh64 now.
4303 (sh_extract_struct_value_address): Regcache'ify.
4304 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4305 and accomodate new tasks.
4306 (sh64_push_return_address): Rename from sh_push_return_address.
4307 Only called for sh64 now.
4308 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4309 Regcache'ify.
4310 (sh3e_sh4_extract_return_value): Regcache'ify.
4311 (sh_default_store_return_value): Ditto.
4312 (sh3e_sh4_store_return_value): Ditto.
4313 (sh_default_register_byte): Remove.
4314 (sh_sh4_register_byte): Remove.
4315 (sh_default_register_raw_size): Remove.
4316 (sh_sh4_register_raw_size): Remove.
4317 (sh_register_virtual_size): Remove.
4318 (sh_sh3e_register_virtual_type): Remove.
4319 (sh_sh3e_register_type): New function.
4320 (sh_sh4_register_virtual_type): Remove.
4321 (sh_sh4_register_type): New function.
4322 (sh_default_register_virtual_type): Remove.
4323 (sh_default_register_type): New function.
4324 (do_fv_register_info): Add parameters to accomodate call from
4325 sh_print_registers_info.
4326 (do_dr_register_info): Ditto.
4327 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4328 Add parameters to accomodate call from sh_print_registers_info.
4329 (sh_do_fp_register): Ditto.
4330 (sh64_do_pseudo_register): Call do_dr_register_info,
4331 do_fv_register_info and sh_do_fp_register with default parameters.
4332 (sh_do_register): Add parameters to accomodate call from
4333 sh_print_registers_info.
4334 (sh_print_register): Ditto.
4335 (sh_print_registers_info): Rename from sh_do_registers_info.
4336 Add parameters to be used as gdbarch_print_registers_info
4337 implementation. Accomodate removed do_pseudo_register function
4338 pointer.
4339 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4340 function pointer. Call sh_print_register with default parameters.
4341 (sh64_do_registers_info): Call sh_print_registers_info instead of
4342 sh_do_registers_info.
4343 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4344 detection of deprecated vs. non-deprecated functionality.
4345 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4346 function pointer assignments by direct function calls.
4347
e8a89fe2
AC
43482003-07-15 Andrew Cagney <cagney@redhat.com>
4349
4350 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4351 (frame_register_unwind, create_new_frame): Ditto.
4352 (legacy_get_prev_frame, get_frame_type): Ditto.
4353 (get_frame_base_address): Use frame_base_find_by_frame.
4354 (get_frame_locals_address): Use frame_base_find_by_frame.
4355 (get_frame_args_address): Use frame_base_find_by_frame.
4356 * frame-base.h (frame_base_sniffer_ftype): Declare.
4357 (frame_base_append_sniffer): Declare.
4358 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4359 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4360 (frame_base_append_sniffer): New function.
4361 (frame_base_append_predicate): Add a NULL sniffer.
4362 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4363 (struct frame_base_table): Add "sniffer".
4364 (frame_base_free): Free the "sniffer" table.
4365 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4366 (frame_unwind_append_sniffer): Declare.
4367 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4368 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4369 (struct frame_unwind_table): Add "sniffer", delete "middle".
4370 (append_predicate): Add "sniffer" parameter, append the sniffer.
4371 (frame_unwind_init): Update append_predicate call.
4372 (frame_unwind_append_sniffer): New function.
4373 (frame_unwind_append_predicate): Update append_predicate call.
4374 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4375
0714963c
AC
43762003-07-15 Andrew Cagney <cagney@redhat.com>
4377
4378 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4379 before code inhibiting repeated unwind attempts. Add to
4380 commentary on that test's problems.
4381 * blockframe.c (inside_main_func): Look for "main" in the minimal
4382 symbol table.
4383 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4384 identical.
4385
d9170e22
AC
43862003-07-15 Andrew Cagney <cagney@redhat.com>
4387
4388 * complaints.c (struct explanation): Define.
4389 (struct complaints): Change type of "explanation" to "struct
4390 explanation".
4391 (symfile_explanations): Convert to a "struct explanation" table.
4392 (vcomplaint): Update.
4393
eba29c8c
ML
43942003-07-15 Michal Ludvig <mludvig@suse.cz>
4395
4396 * x86-64-linux-nat.c (regmap): Removed.
a8f4cde1 4397 (supply_gregset, fill_gregset): Call
eba29c8c
ML
4398 x86_64_linux_(fill,supply)_gregset functions.
4399 * x86-64-linux-tdep.c (USER_*): New defines.
4400 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4401 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4402 New functions.
4403 (fetch_core_registers): Ditto.
4404 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4405 * x86-64-linux-tdep.h: New file.
4406 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4407 and core-regset.o.
4408 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4409
68cc0bfb
MK
44102003-07-13 Mark Kettenis <kettenis@gnu.org>
4411
88a115f7
MK
4412 * x86-64-tdep.c (x86_64_store_return_value): Use
4413 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 4414
68cc0bfb
MK
4415 * configure.host: Add x86_64-*-freebsd*.
4416 * configure.tgt: Add x86_64-*-freebsd*.
4417 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4418 * amd64fbsd-nat.c: New file.
4419 * amd64fbsd-tdep.c: New file.
4420 * config/i386/nm-fbsd64.h: New file.
4421 * config/i386/fbsd64.mh: New file.
4422 * config/i386/fbsd64.mt: New file.
4423
138e7be5
MK
44242003-07-11 Mark Kettenis <kettenis@gnu.org>
4425
4426 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4427 `sc_regs_offset' and `sc_fpregs_offset'.
4428 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4429 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4430 (alpha_sigtramp_register_address): Rewrite to use new members of
4431 `struct gdbarch_tdep'.
4432 (alpha_gdbarch_init): Initialize new members of struct
4433 gdbarch_tdep'.
4434 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4435 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4436 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4437 (alphafbsd_pc_in_sigtramp): Implement.
4438 (alphafbsd_sigtramp_offset): New function.
4439 (alphafbsd_sigcontext_addr): New function.
4440 (alphafbsd_init_abi): Initialize signal trampoline related members
4441 of `struct gdbarch_tdep'.
4442 (_initialize_alphafbsd_tdep): Add prototype.
4443
95303a68
TR
44442003-07-11 Theodore A. Roth <troth@openavr.org>
4445
ba292e4c
TR
4446 * Makefile.in (install-only): Quote sed expression when generating
4447 transformed_name.
95303a68 4448
6896c0c7
RH
44492003-07-11 Richard Henderson <rth@redhat.com>
4450
4451 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4452 * dwarf2-frame.c: Include complaints.h.
4453 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4454 variable initialization; return NULL on error.
4455 (decode_frame_entry): New.
4456
8edd5d01
AC
44572003-07-11 Andrew Cagney <cagney@redhat.com>
4458
c4a09524
AC
4459 * frame.h (frame_address_in_block): Delete declaration.
4460 * blockframe.c (frame_address_in_block): Delete function.
4461 (get_frame_block): Use get_frame_address_in_block.
4462 (block_innermost_frame): Ditto.
4463 * stack.c (print_frame, backtrace_command_1): Ditto.
4464
8edd5d01
AC
4465 * frame.h (get_frame_address_in_block): Declare.
4466 (frame_unwind_address_in_block): Declare.
4467 * frame.c (frame_unwind_address_in_block): New function.
4468 (get_frame_address_in_block): New function.
4469
f7968451
AC
44702003-07-10 Andrew Cagney <cagney@redhat.com>
4471
4472 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4473 pre-default. Note: re-generate has no effect.
a8f4cde1 4474
ae99b398
AC
44752003-07-10 Andrew Cagney <cagney@redhat.com>
4476
4477 * gdbarch.sh: When a variable, but not a function, compare against
4478 0. Fix problem in previous patch.
4479 * gdbarch.c: Re-generate.
a8f4cde1 4480
956ac328
AC
44812003-07-10 Andrew Cagney <cagney@redhat.com>
4482
4483 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4484 functions against NULL, not 0.
4485 * gdbarch.c: Re-generate.
a8f4cde1 4486
287c3240
FF
44872003-07-10 Fred Fish <fnf@ninemoons.com>
4488
4489 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4490 null string instead of a null pointer.
4491 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4492
32f63c4b
MS
44932003-07-09 Michael Snyder <msnyder@redhat.com>
4494
4495 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4496
402ecd56
MK
44972003-07-09 Mark Kettenis <kettenis@gnu.org>
4498
4499 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4500 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4501 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4502 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4503 * x86-64-tdep.c: ... from here.
4504
c481dac7
AS
45052003-07-09 Andreas Schwab <schwab@suse.de>
4506
4507 * m68k-tdep.h (enum struct_return): Define.
4508 (struct gdbarch_tdep): Add struct_return.
4509 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4510 bytes are padded to the right, not to the left. Pass struct value
4511 address in register %a1, not on stack.
4512 (m68k_use_struct_convention): New function.
4513 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4514 struct_return in tdep to pcc_struct_return.
4515 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4516 reg_struct_return.
4517
a8f4cde1 45182003-07-09 Joel Brobecker <brobecker@gnat.com>
64176fa3 4519
a8f4cde1 4520 * somread.c (som_symfile_offsets): Fix compilation error.
64176fa3 4521
96a4ee76
AC
45222003-07-09 Andrew Cagney <cagney@redhat.com>
4523
4524 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4525 Add comments about the checks.
4526
1517c6d1
AC
45272003-07-08 Andrew Cagney <cagney@redhat.com>
4528
4529 * Makefile.in: Make dependency section headers consistent.
4530 (config_h): Move to $BUILD headers section.
4531 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4532 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4533 (ada-exp.tab.c): Move to YACC/LEX section.
4534 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4535 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4536
dc5dd1eb
KW
45372003-07-08 Kris Warkentin <kewarken@qnx.com>
4538
4539 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
4540 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4541 of strerror with safe_strerror, use ISO C function definitions,
4542 and replace instances of sprintf with snprintf.
dc5dd1eb 4543
612dde91
AC
45442003-07-07 Andrew Cagney <cagney@redhat.com>
4545
4546 * frame.c (get_prev_frame): Enable check for identical frames.
4547 Update comments. Update error messages.
4548
492c11d3
JB
45492003-07-07 Joel Brobecker <brobecker@gnat.com>
4550
4551 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4552
376a5a49
JB
45532003-07-07 Joel Brobecker <brobecker@gnat.com>
4554
4555 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4556 sort_symtab_syms, no longer necessary.
4557
22b4a9ad
JB
45582003-07-07 Joel Brobecker <brobecker@gnat.com>
4559
4560 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4561
5bbcb741
JB
45622003-07-07 Joel Brobecker <brobecker@gnat.com>
4563
4564 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4565 (mips_register_byte): Likewise.
4566
c139e7d9
DJ
45672003-07-07 Daniel Jacobowitz <drow@mvista.com>
4568
4569 * Makefile.in (sparc_tdep_h): New.
4570 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4571 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4572 * sparc-linux-nat.c: Include "sparc-tdep.h".
4573 * sparc-nat.c: Likewise.
4574 * sparc-tdep.c: Likewise.
4575 * sparc64nbsd-nat.c: Likewise.
4576 * sparcnbsd-nat.c: Likewise.
4577 * sparcnbsd-tdep.c: Likewise.
4578 * sparc-tdep.h: New file.
4579 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4580 and sparc_npc_regnum.
4581
fd8f87c5
DJ
45822003-07-07 Daniel Jacobowitz <drow@mvista.com>
4583
4584 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4585 (mips_linux_cannot_store_register): List supported instead of
4586 unsupported registers.
4587
13adf674
DJ
45882003-07-07 Daniel Jacobowitz <drow@mvista.com>
4589
4590 * disasm.c (dump_insns): Separate instructions from addresses.
4591
8de307e0
AS
45922003-07-07 Andreas Schwab <schwab@suse.de>
4593
4594 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4595 dependencies.
4596 * m68k-tdep.c (NUM_FREGS): Delete.
4597 (SIG_PC_FP_OFFSET): Delete.
4598 (TARGET_M68K): Delete.
4599 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4600 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4601 P_MOVEL_SP, P_MOVEML_SP): Define.
4602 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4603 P_TRAP): Delete.
4604 (m68k_register_raw_size): Delete.
4605 (m68k_register_virtual_size): Delete.
4606 (m68k_register_type): Renamed from m68k_register_virtual_type and
4607 add gdbarch argument.
4608 (m68k_store_struct_return): Delete.
4609 (m68k_deprecated_extract_return_value): Delete.
4610 (m68k_deprecated_extract_struct_value_address): Delete.
4611 (m68k_frame_chain): Delete.
4612 (m68k_frame_saved_pc): Delete.
4613 (m68k_fix_call_dummy): Delete.
4614 (m68k_push_dummy_frame): Delete.
4615 (m68k_pop_frame): Delete.
4616 (m68k_extract_return_value): New function.
4617 (m68k_store_return_value): Rewrite using regcache.
4618 (m68k_extract_struct_value_address): Rewrite using regcache.
4619 (m68k_push_dummy_call): New function.
4620 (struct m68k_frame_cache): Define.
4621 (m68k_alloc_frame_cache): New function.
4622 (m68k_analyze_frame_setup): New function.
4623 (m68k_analyze_register_saves): New function.
4624 (m68k_analyze_prologue): New function.
4625 (m68k_skip_prologue): Rewrite using above functions.
4626 (m68k_unwind_pc): New function.
4627 (m68k_frame_cache): New function.
4628 (m68k_frame_this_id): New function.
4629 (m68k_frame_prev_register): New function.
4630 (m68k_frame_unwind): New variable.
4631 (m68k_frame_p): New function.
4632 (m68k_sigtramp_frame_cache): New function.
4633 (m68k_sigtramp_frame_this_id): New function.
4634 (m68k_sigtramp_frame_prev_register): New function.
4635 (m68k_sigtramp_frame_unwind): New variable.
4636 (m68k_sigtramp_frame_p): New function.
4637 (m68k_frame_base_address): New function.
4638 (m68k_frame_base): New function.
4639 (m68k_unwind_dummy_id): New function.
4640 (fill_gregset): Use regcache_collect.
4641 (fill_fpregset): Likewise.
4642 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4643 defined.
4644 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4645 deprecated_init_frame_pc, deprecated_store_struct_return,
4646 deprecated_extract_return_value, deprecated_store_return_value,
4647 deprecated_frame_chain, deprecated_frame_saved_pc,
4648 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4649 deprecated_register_virtual_size,
4650 deprecated_max_register_raw_size,
4651 deprecated_max_register_virtual_size,
4652 deprecated_register_virtual_type, deprecated_register_size,
4653 deprecated_register_byte, deprecated_register_bytes,
4654 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4655 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4656 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4657 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4658 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4659 deprecated_push_dummy_frame, deprecated_pop_frame,
4660 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4661 only if SYSCALL_TRAP is defined. Set extract_return_value,
4662 store_return_value, extract_struct_value_address, register_type,
4663 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4664 predicates.
4665 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4666 M68K_MAX_REGISTER_SIZE): Define.
4667 (struct m68k_sigtramp_info): Define.
4668 (struct gdbarch_tdep): Add get_sigtramp_info.
4669 * m68klinux-nat.c (fetch_register): Use register_size instead of
4670 REGISTER_RAW_SIZE. Don't put assignment in if.
4671 (store_register): Likewise.
4672 (fetch_inferior_registers): Likewise.
4673 (store_inferior_registers): Likewise.
4674 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4675 (m68k_linux_frame_saved_pc): Delete.
4676 (m68k_linux_sigcontext_reg_offset,
4677 m68k_linux_ucontext_reg_offset): Define.
4678 (m68k_linux_get_sigtramp_info): New function.
4679 (m68k_linux_extract_return_value): Rewrite using regcache.
4680 (m68k_linux_store_return_value): Likewise.
4681 (m68k_linux_extract_struct_value_address): Likewise.
4682 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4683 Don't set deprecated_frame_saved_pc,
4684 deprecated_extract_return_value, deprecated_store_return_value,
4685 deprecated_extract_struct_value_address. Set
4686 extract_return_value, store_return_value,
4687 extract_struct_value_address.
4688
eb8bc282
AC
46892003-07-07 Andrew Cagney <cagney@redhat.com>
4690
4691 * expprint.c: Include "user-regs.h" instead of "frame.h".
4692 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4693 frame_map_regnum_to_name.
4694 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4695 (frame_map_name_to_regnum): Simplify, call
4696 user_reg_map_name_to_regnum.
4697 (frame_map_regnum_to_name): Simplify, call
4698 user_reg_map_regnum_to_name.
4699 (frame_register_unwind): Update.
4700 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4701 (_initialize_frame_reg): Call user_reg_add_builtin.
4702 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4703 (value_of_register): Use value_of_user_reg.
4704 * eval.c (evaluate_subexp_standard): Update.
4705 * parse.c (write_dollar_variable): Update.
4706 * d10v-tdep.c (d10v_print_registers_info): Update.
4707 * infcmd.c (registers_info): Update.
4708 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4709 (builtin_regs_h): Delete macro.
4710 (user_regs_h): Define.
4711 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4712 (builtin-regs.o): Delete target.
4713 (user-regs.o): Specify dependencies.
4714 (expprint.o): Update dependencies.
4715 (findvar.o): Update dependencies.
4716 (frame.o): Update dependencies.
4717 (std-regs.o): Update dependencies.
4718
9f476a01
CF
47192003-07-06 Christopher Faylor <cgf@redhat.com>
4720
4721 * win32-nat.c (solib_symbols_add): Use one variable for all section
4722 address stuff. Pass variable rather than address of variable to
4723 safe_symbol_file_add.
4724
a731b831
AS
47252003-07-06 Andreas Schwab <schwab@suse.de>
4726
4727 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4728
9f83329d
JB
47292003-07-04 Joel Brobecker <brobecker@gnat.com>
4730
4731 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4732
27e28cc5
KW
47332003-07-04 Kris Warkentin <kewarken@qnx.com>
4734
4735 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4736
47372003-07-04 Kris Warkentin <kewarken@qnx.com>
4738
4739 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4740 * config/i386/nto.mh: New file.
4741 * config/i386/nm-nto.h: New file.
4742 * configure.host: Add i[3456]86-*-nto*.
4743
100f2e98
JB
47442003-07-03 Joel Brobecker <brobecker@gnat.com>
4745
4746 * remote-vx.c (vx_add_symbols): Fix compilation error.
4747
e23457df
AC
47482003-07-03 Andrew Cagney <cagney@redhat.com>
4749
4750 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4751 * gdbarch.h, gdbarch.c: Re-generate.
4752 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4753 (legacy_register_name): Declare.
4754 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4755 (REGISTER_NAME): Define.
4756 * sparc-tdep.c (legacy_register_name): New function.
4757 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4758 (REGISTER_NAME): Define.
4759 (hppa64_register_name): Declare.
4760 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4761 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4762 (hppa64_register_name): New function.
4763 (hppa_register_name): New function.
4764 * arch-utils.c (legacy_register_name): Delete.
4765 * arch-utils.h (legacy_register_name): Delete.
4766
38caaeec
DJ
47672003-07-03 Daniel Jacobowitz <drow@mvista.com>
4768
4769 * cli/cli-interp.c (cli_interpreter_resume): Update the
4770 cli_uiout's stream to gdb_stdout.
4771
dadd712e
AC
47722003-07-03 Andrew Cagney <cagney@redhat.com>
4773
4774 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4775 predicate.
4776 * gdbarch.h, gdbarch.c: Re-generate.
4777 * regcache.c (init_regcache_descr): Use legacy code when either
4778 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4779
c7f1390e
DJ
47802003-07-02 Daniel Jacobowitz <drow@mvista.com>
4781
4782 * NEWS: Move "set logging" entry into GDB 6.0 section.
4783
4bc8c588
JB
47842003-07-02 Jim Blandy <jimb@redhat.com>
4785
a9dd42f1
JB
4786 * s390-tdep.c (struct frame_extra_info): new member:
4787 'stack_bought_valid'.
4788 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4789 initialize fextra_info->stack_bought.
4790 (s390_frameless_function_invocation): Don't trust the value of
4791 fextra_info_ptr->stack_bought unless
4792 fextra_info->stack_bought_valid is set.
4793
4bc8c588
JB
4794 New S390 prologue analyzer.
4795 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4796 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4797 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4798 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4799 compute_x_addr, s390_on_stack, s390_store,
4800 s390_get_signal_frame_info): New functions.
4801 (S390_NUM_SPILL_SLOTS): New macro.
4802 (s390_get_frame_info): Rewritten.
4803 (is_arg_reg): Deleted.
4804
4805 Break out the decoding of S/390 instructions into separate
4806 functions, to make it more legible, and easier to check
4807 against the spec.
4808 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4809 is_rx, is_rxe): New functions.
4810 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4811 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4812 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4813 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4814 enums for opcode values. (Is this an improvement?)
4815
fd13a04a
AC
48162003-07-02 Andrew Cagney <cagney@redhat.com>
4817
4818 * i386-tdep.c: Revert change committed as part of trad-frame code
4819 below.
4820
3f8091c1
DJ
48212003-07-02 Daniel Jacobowitz <drow@mvista.com>
4822
4823 * breakpoint.c (insert_catchpoint): Make static.
4824
8dd5115e
AS
48252003-07-02 Andreas Schwab <schwab@suse.de>
4826
4827 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4828 former ia64_push_arguments and ia64_push_return_address, and use
4829 regcache functions instead of read/write_register.
4830 (ia64_gdbarch_init): Set push_dummy_call instead of
4831 deprecated_push_arguments and deprecated_push_return_address.
4832
a2229c23
AJ
48332003-07-01 Andreas Jaeger <aj@suse.de>
4834
4835 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4836 before the call.
4837 Set %rax only to number of SSE registers used.
4838
3b3850e8
AC
48392003-07-01 Andrew Cagney <cagney@redhat.com>
4840
4841 * trad-frame.h: Update comments, a -1 .addr is reserved.
4842 (trad_frame_value_p, trad_frame_addr_p): Declare.
4843 (trad_frame_reg_p): Declare.
4844 (trad_frame_set_value): Rename trad_frame_register_value.
4845 (trad_frame_set_unknown): Declare.
4846 * trad-frame.c (trad_frame_realreg_p): New function.
4847 (trad_frame_addr_p, trad_frame_value_p): New function.
4848 (trad_frame_set_unknown): New function.
4849 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4850 (trad_frame_prev_register): Use trad_frame_realreg_p,
4851 trad_frame_addr_p and trad_frame_value_p.
4852 (trad_frame_set_value): Rename trad_frame_register_value.
4853 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4854 and trad_frame_set_value.
a2229c23 4855
4d819d0e
JB
48562003-06-30 Jim Blandy <jimb@redhat.com>
4857
4858 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4859 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4860 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4861 for 16 registers, and then 32 more bytes.
4862 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4863 New macros.
4864 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4865 Move up in the file, since it's now used by is_simple_arg.
4866 (is_simple_arg): Don't assume registers are four bytes long.
4867 Exclude all double arguments. Extended floats are not simple
4868 args.
4869 (is_power_of_two): New function.
4870 (pass_by_copy_ref): Call is_power_of_two, and check that the
4871 length fits in a register, rather than listing all the acceptable
4872 sizes. Extended floats are not passed by reference.
4873 (s390_push_arguments): Don't assume registers are four bytes long.
4874 Reserve an argument register to point to the buffer for structures
4875 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4876 S390_STACK_FRAME_OVERHEAD.
4877
1ad828f1
AS
48782003-06-30 Andreas Schwab <schwab@suse.de>
4879
4880 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4881 format error message.
4882
39b00981
JB
48832003-06-30 Joel Brobecker <brobecker@gnat.com>
4884
4885 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4886
b2a7f303
DC
48872003-06-30 David Carlton <carlton@kealia.com>
4888
4889 Band-aid for PR c++/1245.
4890 * Makefile.in (cp-support.o): Depend on complaints_h.
4891 * cp-support.c: Include complaints.h. Add declaration for
4892 find_last_component.
4893 (cp_find_first_component): Separate code into
4894 cp_find_first_component_aux.
4895 (cp_find_first_component_aux): Call demangled_name_complaint.
4896 (demangled_name_complaint): New.
4897
a257b5bb
AC
48982003-06-30 Andrew Cagney <cagney@redhat.com>
4899
4900 * remote.c (remote_write_bytes): Explicitly compute and then use
4901 the payload size. Update comments to reflect. Fixes problem of
4902 GDB not sending small packets as found by Fred Fish.
4903
0a2cfde4
AC
49042003-06-30 Andrew Cagney <cagney@redhat.com>
4905
4906 * remote.c (remote_async_wait): Fix -Wformat problem.
4907
3fcb8548
AC
49082003-06-29 Andrew Cagney <cagney@redhat.com>
4909
4910 * remote.c (remote_wait): Call error, and not warning, when the
4911 packet is corrupt.
4912 (remote_async_wait): Ditto.
4913
9f9970a3
DJ
49142003-06-29 Daniel Jacobowitz <drow@mvista.com>
4915
4916 * sparc-tdep.c (sparc_y_regnum): Make external again.
4917
83a8ccca
DJ
49182003-06-29 Daniel Jacobowitz <drow@mvista.com>
4919
4920 * cli/cli-logging.c (pop_output_files): Add void to function
4921 definition.
4922
d2cf594a
AC
49232003-06-29 Andrew Cagney <cagney@redhat.com>
4924
4925 * frame.c (frame_register_unwind): Use unsigned char when dumping
4926 the buffer contents.
4927
0fac0b41
DJ
49282003-06-28 Daniel Jacobowitz <drow@mvista.com>
4929
4930 * cli/cli-logging.c: New file.
4931 * cli-out.c (struct ui_out_data): Add original_stream.
4932 (cli_redirect): New function.
4933 (cli_ui_out_impl): Add cli_redirect.
4934 (cli_out_new): Initialize original_stream.
4935 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4936 (uo_redirect, ui_out_redirect): New.
4937 * ui-out.h (struct ui_out_impl): Add redirect member.
4938 (redirect_ftype): New.
4939 (ui_out_redirect): Add prototype.
4940 * Makefile.in: Add rules for cli-logging.c.
4941 * NEWS: Mention "set logging".
4942
88a07d7c
EZ
49432003-06-27 Elena Zannoni <ezannoni@redhat.com>
4944
4945 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4946
4eb58876
AC
49472003-06-27 Andrew Cagney <cagney@redhat.com>
4948
4949 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4950 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4951 * avr-tdep.c (avr_call_dummy_address): Delete function.
4952 (avr_gdbarch_init): Do not set call_dummy_address.
4953
1549f619
EZ
49542003-06-27 Elena Zannoni <ezannoni@redhat.com>
4955
4956 * symfile.c (syms_from_objfile): Move variables to inner block.
4957 Move the checks for the non-mainline case a bit earlier to avoid
4958 doing some useless computations.
4959
3cb3398d
EZ
49602003-06-27 Elena Zannoni <ezannoni@redhat.com>
4961
4962 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4963
3799ccc6
EZ
49642003-06-26 Elena Zannoni <ezannoni@redhat.com>
4965
4966 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4967 sections.
4968
ce1f6491
MC
49692003-06-26 Michael Chastain <mec@shout.net>
4970
4971 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4972 gdb/testsuite/gdb.c++/pr-1210.exp.
4973
d958dfd0
AC
49742003-06-26 Andrew Cagney <cagney@redhat.com>
4975
4976 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4977 altivec_expression.h and altivec_registers.h.
4978
d31431ed
AC
49792003-06-26 Andrew Cagney <cagney@redhat.com>
4980
4981 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4982 info->mach when MIPS16. Patch suggested by Fred Fish.
4983
714b1282
AC
49842003-06-26 Andrew Cagney <cagney@redhat.com>
4985
4986 * utils.c (internal_vproblem): Print the problem to a reason
4987 buffer and then pass to query. Make the msg variable more local.
4988
42efa47a
AC
49892003-06-26 Andrew Cagney <cagney@redhat.com>
4990
4991 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4992 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4993 * gdbarch.h, gdbarch.c: Re-generate.
4994 * frame-base.c (default_frame_args_address): Update. Use
4995 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4996 not available.
4997 (default_frame_locals_address): Ditto for
4998 DEPRECATED_FRAME_LOCALS_ADDRESS.
4999 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5000 (vax_frame_num_args): Update.
5001 (vax_gdbarch_init): Update.
5002 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5003 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5004 * mcore-tdep.c (mcore_gdbarch_init): Update.
5005 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5006 * ia64-tdep.c (ia64_gdbarch_init): Update.
5007 * symtab.h (address_class): Update comments.
5008 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5009 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5010 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5011 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5012 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5013 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5014 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5015 * alpha-mdebug-tdep.c: Update.
5016 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5017
8ffd9b1b
AJ
50182003-06-26 Andreas Jaeger <aj@suse.de>
5019
5020 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5021 of SSE registers so that varargs functions work. Rework handling
5022 of passing arguments on the stack.
5023 (x86_64_store_return_value): Return double and float values in SSE
5024 register.
5025
e8ac10a6
MC
50262003-06-24 Michael Chastain <mec@shout.net>
5027
5028 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5029 the "constructor breakpoints ignored" bug.
5030
986af8e6
DC
50312003-06-25 David Carlton <carlton@kealia.com>
5032
5033 * MAINTAINERS: Update e-mail address.
5034
d64558a5
JB
50352003-06-24 Jim Blandy <jimb@redhat.com>
5036
e538d2d7
JB
5037 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5038
02631ec0
JB
5039 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5040 function.
5041 (ppc_linux_init_abi): Register it as the
5042 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5043
e716d87a
JB
5044 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5045 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5046 method.
5047
d64558a5
JB
5048 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5049 (ppc64_standard_linkage_target): Use it.
5050
449a5da4
AC
50512003-06-23 Andrew Cagney <cagney@redhat.com>
5052
5053 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5054 for 0 "int0" and 4 "int32" sized registers.
5055 * gdbtypes.c (builtin_type_int0): Define.
5056 (build_gdbtypes): Initialize builtin_type_int0.
5057 * gdbtypes.h (builtin_type_int0): Declare.
5058
b2a02dda
SC
50592003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5060
5061 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5062 as characters are unsigned.
5063
fba3138e
DJ
50642003-06-22 Daniel Jacobowitz <drow@mvista.com>
5065
5066 PR gdb/1179
5067 * dwarfread.c (struct_type): Skip static fields without crashing.
5068
f6c8180b
AC
50692003-06-22 Andrew Cagney <cagney@redhat.com>
5070
5071 GDB 6.0 branch created.
f2c06f52
AC
5072 * README: Update.
5073 * PROBLEMS: Update. Empty.
5074 * NEWS: Update.
f6c8180b 5075
ae822768
DJ
50762003-06-22 Daniel Jacobowitz <drow@mvista.com>
5077
5078 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5079 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5080
261de166
AC
50812003-06-22 Andrew Cagney <cagney@redhat.com>
5082
5083 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5084 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5085 Velikov.
5086
30e94205
DJ
50872003-06-22 Daniel Jacobowitz <drow@mvista.com>
5088
5089 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5090 compilers.
5091
9e14d721
DJ
50922003-06-21 Daniel Jacobowitz <drow@mvista.com>
5093
5094 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5095 argument of val_print.
5096 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5097 to the address argument of baseclass_offset or target_read_memory.
5098 Do add it to the argument of cp_print_value_fields.
5099
a4b8ebc8
AC
51002003-06-21 Andrew Cagney <cagney@redhat.com>
5101
5102 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5103 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5104 instead of 0..NUM_REGS.
5105 (mips_register_reggroup_p): New function.
5106 (mips_pseudo_register_write): New function.
5107 (mips_pseudo_register_read): New function.
5108 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5109 based on the register's type.
5110 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5111 cooked.
5112 (mips_get_saved_register): Simplify. Assert that REGNO is a
5113 pseudo / cooked.
5114 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5115 (mips_register_type): Replace mips_register_virtual_type. Map
5116 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5117 when available.
5118 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5119 that the register is cooked / virtual.
5120 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5121 Only get the extra info when needed.
5122 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5123 (mips32_heuristic_proc_desc): Fetch the cooked register.
5124 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5125 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5126 (mips_print_register): Use gdbarch_register_type, instead of
5127 REGISTER_VIRTUAL_TYPE.
5128 (print_gp_register_row): Use gdbarch_register_type, instead of
5129 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5130 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5131 Print the pseudo / cooked registers.
5132 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5133 Print the pseudo / cooked registers.
5134 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5135 REG_NUM is pseudo / cooked.
5136 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5137 (mips_n32n64_xfer_return_value): Ditto.
5138 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5139 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5140 (mips_register_sim_regno): New function.
5141 (mips_gdbarch_init): Set deprecated_register_byte,
5142 register_group_p, pseudo_register_write, pseudo_register_read,
5143 register_sim_regno, and num_pseudo_regs. Set register_type,
5144 instead of register_virtual_type.
5145 * Makefile.in (mips-tdep.o): Update dependencies.
5146 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5147 REGISTER_VIRTUAL_TYPE.
5148 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5149 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5150 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5151 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5152 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5153
325ed089
DJ
51542003-06-21 Daniel Jacobowitz <drow@mvista.com>
5155
5156 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5157 * cli/cli-cmds.c: Include "gdb_vfork.h".
5158 (shell_escape): Use vfork.
5159
f0e7d0e8
AC
51602003-06-21 Andrew Cagney <cagney@redhat.com>
5161
c57bb9fa
AC
5162 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5163 32 bit floating-point register saves.
5164
6e51443a
AC
5165 * frame.h (deprecated_unwind_get_saved_register): Delete.
5166 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5167 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5168 and deprecated_get_next_frame_hack instead of
5169 deprecated_unwind_get_saved_register.
5170
ed183c7c
AC
5171 * mips-tdep.c (mips_dump_tdep): Do not print
5172 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5173
f0e7d0e8
AC
5174 * frame.c (get_frame_register): New function.
5175 (frame_unwind_register_signed): New function.
5176 (get_frame_register_signed): New function.
5177 (frame_unwind_register_unsigned): New function.
5178 (get_frame_register_unsigned): New function.
5179 * frame.h: Add comments on naming schema.
5180 (get_frame_register, frame_unwind_register_signed): Declare.
5181 (get_frame_register_signed, get_frame_register_signed): Declare.
5182 (frame_unwind_register_unsigned): Declare.
5183 (get_frame_register_unsigned): Declare.
5184
2224d941
TR
51852003-06-20 Theodore A. Roth <troth@openavr.org>
5186
5187 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5188
8619218d
TR
51892003-06-20 Theodore A. Roth <troth@openavr.org>
5190
5191 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5192 (avr_read_sp): Ditto.
5193
0b1b50c0
DJ
51942003-06-20 Daniel Jacobowitz <drow@mvista.com>
5195
5196 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5197 * config/arm/nm-linux.h: Likewise.
5198 * config/arm/tm-linux.h: Likewise.
5199 * config/ia64/nm-linux.h: Likewise.
5200 * config/ia64/tm-ia64.h: Likewise.
5201 * config/s390/tm-linux.h: Likewise.
5202 * config/s390/tm-s390.h: Likewise.
5203 * s390-nat.c: Likewise.
5204 * s390-tdep.c: Likewise.
5205
5206 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5207 * config/ia64/linux.mt: Likewise.
5208 * config/m68k/linux.mh: Likewise.
5209 * config/mips/linux.mt: Likewise.
5210 * config/powerpc/linux.mh: Likewise.
5211 * config/sh/linux.mt: Likewise.
5212
c8c18e65
KW
52132003-06-19 Kris Warkentin <kewarken@qnx.com>
5214
5215 * solib.c (solib_open): Change tests for whether to search
5216 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5217 comments.
5218
dcccef2e
TR
52192003-06-19 Theodore A. Roth <troth@openavr.org>
5220
5221 * avr-tdep.c (avr_frame_address): Delete function.
5222 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5223 set_gdbarch_frame_args_address.
5224
5861a190
AC
52252003-06-19 Andrew Cagney <cagney@redhat.com>
5226
5227 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5228 (REGISTER_CONVERT_FROM_TYPE): Delete.
5229 (mips_register_convert_to_type): Delete declaration.
5230 (mips_register_convert_from_type): Delete declaration.
5231 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5232 kernel/.
5233
0274a8ce
MS
52342003-06-19 Michael Snyder <msnyder@redhat.com>
5235
5236 * linux-nat.h: New file.
5237 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 5238 * lin-lwp.c: Include linux-nat.h.
0274a8ce 5239 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 5240 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
5241 (linux_make_note_section): Iterate over lwps instead of threads.
5242 (linux_do_thread_registers): Use lwp instead of merged pid.
5243 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 5244 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
5245 Add dependency on linux_nat_h.
5246
adf5f719
TR
52472003-06-19 Theodore A. Roth <troth@openavr.org>
5248
5249 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5250
6766a268
DJ
52512003-06-19 Daniel Jacobowitz <drow@mvista.com>
5252
5253 * varobj.c (get_type, get_target_type): Use check_typedef.
5254
1171114a
DJ
52552003-06-19 Daniel Jacobowitz <drow@mvista.com>
5256
5257 * breakpoint.c (insert_catchpoint): Call internal_error.
5258
adcf68a2
TR
52592003-06-19 Theodore A. Roth <troth@openavr.org>
5260
5261 * avr-tdep.c (avr_push_dummy_code): Delete function.
5262 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5263
ea67f13b
DJ
52642003-06-19 Daniel Jacobowitz <drow@mvista.com>
5265
5266 * arch-utils.c (default_prepare_to_proceed): Remove.
5267 (generic_prepare_to_proceed): Remove.
5268 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5269 (generic_prepare_to_proceed): Remove prototype.
5270 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5271 * gdbarch.c: Regenerate.
5272 * gdbarch.h: Regenerate.
5273 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5274 * hppah-nat.c (hppa_switched_threads): Remove.
5275 * infrun.c (prepare_to_proceed): New static function, copied from
5276 generic_prepare_to_proceed. Remove select_it argument.
5277 (proceed): Call prepare_to_proceed.
5278 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5279 variables.
5280 (ptrace_wait): Don't set the removed variables.
5281 (hppa_switched_threads): Remove.
5282 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5283 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5284 (lin_lwp_prepare_to_proceed): Remove prototype.
5285 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5286 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5287
4add8633
TR
52882003-06-18 Theodore A. Roth <troth@openavr.org>
5289
5290 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5291 trad-frame.h.
5292 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5293 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5294 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5295 (AVR_PROLOGUE_*): Enumerate prologue types.
5296 (struct frame_extra_info): Remove.
5297 (struct avr_unwind_cache): Define.
5298 (avr_write_sp): Delete function.
5299 (avr_read_fp): Ditto.
5300 (avr_init_extra_frame_info): Ditto.
5301 (avr_pop_frame): Ditto.
5302 (avr_frame_saved_pc): Ditto.
5303 (avr_saved_pc_after_call): Ditto.
5304 (avr_push_return_address): Ditto.
5305 (avr_frame_chain): Ditto.
5306 (avr_store_struct_return): Ditto.
5307 (avr_push_arguments): Ditto.
5308 (avr_scan_prologue): Update comments. Changed to set up the info for
5309 cache unwinding. Now returns end of prologue PC.
5310 (avr_skip_prologue): Better handling of functions lacking a prologue
5311 by using avr_scan_prologue.
5312 (avr_scan_arg_moves): New function.
5313 (avr_saved_regs_unwinder): Ditto.
5314 (avr_frame_unwind_cache): Ditto.
5315 (avr_unwind_pc): Ditto.
5316 (avr_frame_this_id): Ditto.
5317 (avr_frame_prev_register): Ditto.
5318 (avr_frame_p): Ditto.
5319 (avr_frame_base_address ): Ditto.
5320 (avr_unwind_dummy_id): Ditto.
5321 (avr_push_dummy_code): Ditto.
5322 (push_stack_item): Ditto.
5323 (pop_stack_item): Ditto.
5324 (avr_push_dummy_call): Ditto.
5325 (struct stack_item): Define.
5326 (avr_frame_unwind): Declare structure.
5327 (avr_frame_base): Ditto.
5328 (avr_gdbarch_init): Remove calls to
5329 set_gdbarch_deprecated_init_frame_pc,
5330 set_gdbarch_deprecated_target_read_fp,
5331 set_gdbarch_deprecated_dummy_write_sp,
5332 set_gdbarch_deprecated_fp_regnum,
5333 set_gdbarch_deprecated_push_arguments,
5334 set_gdbarch_deprecated_push_return_address,
5335 set_gdbarch_deprecated_pop_frame,
5336 set_gdbarch_deprecated_store_struct_return,
5337 set_gdbarch_deprecated_frame_init_saved_regs,
5338 set_gdbarch_deprecated_init_extra_frame_info,
5339 set_gdbarch_deprecated_frame_chain,
5340 set_gdbarch_deprecated_frame_saved_pc,
5341 set_gdbarch_deprecated_saved_pc_after_call.
5342 Add calls to set_gdbarch_push_dummy_call,
5343 set_gdbarch_push_dummy_code,
5344 frame_unwind_append_predicate,
5345 frame_base_set_default,
5346 set_gdbarch_unwind_dummy_id,
5347 set_gdbarch_unwind_pc.
5348 Wrap a long line.
5349
7be04a68
MS
53502003-06-18 Corinna Vinschen <vinschen@redhat.com>
5351
5352 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5353 registers for H8/300S.
5354 (h8300_print_registers_info): Ditto.
8ffd9b1b 5355 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 5356
ae087d01
DJ
53572003-06-18 Daniel Jacobowitz <drow@mvista.com>
5358
5359 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5360 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5361 (lin_lwp_wait): Likewise. Update comments.
5362 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5363 (pull_pid_from_list, linux_record_stopped_pid): New.
5364
07d8f827
SC
53652003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5366
5367 * ada-lang.c (scan_discrim_bound): Name first argument.
5368 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5369 declared by ALL_BLOCK_SYMBOLS.
5370
7cb47b14
SC
53712003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5372
5373 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5374 ("regcache.h"): Include it.
5375 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5376
6ad8ae5c
DJ
53772003-06-17 Daniel Jacobowitz <drow@mvista.com>
5378
5379 * NEWS: Mention gdbserver detach change and "disconnect" command.
5380 * infcmd.c (disconnect_command): New function.
5381 (_initialize_infcmd): Add ``disconnect'' command.
5382 * remote.c (remote_async_detach): Delete.
5383 (remote_detach): Merge remote_async_detach.
5384 (remote_disconnect): New.
5385 (init_remote_ops): Set to_disconnect.
5386 (init_remote_cisco_ops): Likewise.
5387 (init_remote_async_ops): Likewise. Use remote_detach.
5388 * target.c (cleanup_target): Default to_disconnect.
5389 (update_current_target): Inherit to_disconnect.
5390 (target_disconnect, debug_to_disconnect): New functions.
5391 (setup_target_debug): Set to_disconnect.
5392 * target.h (struct target_ops): Add to_disconnect.
5393 (target_disconnect): Add prototype.
5394
687595f9
DJ
53952003-06-17 Daniel Jacobowitz <drow@mvista.com>
5396
5397 * breakpoint.c (insert_catchpoint): New function.
5398 (insert_breakpoints): Use catch_exceptions to call
5399 insert_catchpoint. Disable catchpoints if they fail to insert.
5400
29239a8f
DJ
54012003-06-17 Daniel Jacobowitz <drow@mvista.com>
5402
5403 * symfile.c (reread_symbols): Clear sym_private.
5404
2cdf3c63
AC
54052003-06-17 Andrew Cagney <cagney@redhat.com>
5406
5407 * trad-frame.h (struct frame_info): Add opaque declaration.
5408 * remote-fileio.h (struct cmd_list_element): Add opaque
5409 declaration.
5410 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5411 comments.
5412
cf0e1e0d
DJ
54132003-06-17 Daniel Jacobowitz <drow@mvista.com>
5414
5415 * remote.c (remote_prepare_to_store): Replace call to
5416 deprecated_read_register_bytes with multiple regcache_raw_read
5417 calls.
5418
192cdb19
KW
54192003-06-17 Kris Warkentin <kewarken@qnx.com>
5420
5421 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5422 (nto_find_and_open_solib): Likewise.
5423 (nto_init_solib_absolute_prefix): Likewise.
5424 (_initialize_nto_tdep): Fix indentation.
5425
89929b45
KW
54262003-06-17 Kris Warkentin <kewarken@qnx.com>
5427
5428 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5429
46019f27
KW
54302003-06-17 Kris Warkentin <kewarken@qnx.com>
5431
5432 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5433
1a38736e
JB
54342003-06-17 Jim Blandy <jimb@redhat.com>
5435
5436 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5437
3605c34a
TR
54382003-06-16 Theodore A. Roth <troth@openavr.org>
5439
5440 * avr-tdep.c (avr_extract_return_value): New function.
5441 (avr_gdbarch_init): Set extract_return_value method.
5442
870b3035
AC
54432003-06-16 Andrew Cagney <cagney@redhat.com>
5444
5445 * frame.h (deprecated_get_next_frame_hack): Declare.
5446 * frame.c (legacy_saved_regs_prev_register): Only require
5447 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5448 there are always saved regs.
5449 (deprecated_generic_get_saved_register): Do not require
5450 DEPRECATED_FRAME_INIT_SAVED_REGS.
5451 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5452 use frame ID unwind instead.
5453 (deprecated_get_next_frame_hack): New function.
5454
63d47a7d
CV
54552003-06-16 Corinna Vinschen <vinschen@redhat.com>
5456
5457 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5458 (h8300_push_dummy_call): ...this function. Some minor optimization.
5459 (h8300_push_return_address): Remove.
5460 (h8300_gdbarch_init): Remove calls to
5461 set_gdbarch_deprecated_dummy_write_sp,
5462 set_gdbarch_deprecated_push_arguments and
5463 set_gdbarch_deprecated_push_return_address.
5464 Add call to set_gdbarch_push_dummy_call.
5465
4bb1dc5e
CV
54662003-06-16 Corinna Vinschen <vinschen@redhat.com>
5467
5468 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5469 (E_PSEUDO_EXR_REGNUM): Ditto.
5470 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 5471 registers into safe registers.
4bb1dc5e
CV
5472 (h8300_skip_prologue): Check for stm instruction to push registers
5473 used for register variables onto stack.
5474 (gdb_print_insn_h8300): Remove.
5475 (h8300_examine_prologue): Add a comment.
5476 (h8300_register_name): Take pseudo registers into account.
5477 (h8300s_register_name): Ditto.
5478 (h8300sx_register_name): Ditto.
5479 (h8300_print_register): Ditto.
5480 (h8300_print_registers_info): Define "nice" printing order.
5481 (h8300_saved_pc_after_call): Take pseudo registers into account.
5482 (h8300_register_type): Ditto. Return type used for remote connection
5483 when requesting real CCR or EXR register, return actual type when
5484 requesting pseudo CCR or EXR.
5485 (h8300_pseudo_register_read): New function.
5486 (h8300_pseudo_register_write): Ditto.
5487 (h8300_dbg_reg_to_regnum): Ditto.
5488 (h8300s_dbg_reg_to_regnum): Ditto.
5489 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5490 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5491 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5492 set_gdbarch_print_insn architecture dependent.
5493 Call set_gdbarch_pseudo_register_read and
5494 set_gdbarch_pseudo_register_write.
5495 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5496
a59fe496
AC
54972003-06-16 Andrew Cagney <cagney@redhat.com>
5498
5499 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5500 * gdbarch.h, gdbarch.c: Re-generate.
5501 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5502 * s390-tdep.c (s390_gdbarch_init): Update.
5503 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5504 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5505 * mips-tdep.c (mips_gdbarch_init): Update.
5506 * mcore-tdep.c (mcore_gdbarch_init): Update.
5507 * cris-tdep.c (cris_gdbarch_init): Update.
5508 * infcall.c (call_function_by_hand): Update.
5509 * ia64-tdep.c (ia64_push_arguments): Update comment.
5510 * frame.c (legacy_get_prev_frame): Do not assume
5511 SAVE_DUMMY_FRAME_TOS_P.
5512 * dummy-frame.c (find_dummy_frame): Update comment.
5513
6f4e5a41
AC
55142003-06-16 Andrew Cagney <cagney@redhat.com>
5515
5516 * regcache.c (do_cooked_read): Do not use register_valid_p.
5517
72fab697
TR
55182003-06-15 Theodore A. Roth <troth@openavr.org>
5519
5520 * avr-tdep.c (avr_register_type): Remove a blank line.
5521 (avr_scan_prologue): Correct some comments.
5522
e3d8b004
TR
55232003-06-15 Theodore A. Roth <troth@openavr.org>
5524
5525 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5526 prologue types.
8ffd9b1b 5527 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
5528 option.
5529 Add code to scan -mcall-prologues for mega devices.
5530
866b76ea
TR
55312003-06-15 Theodore A. Roth <troth@openavr.org>
5532
5533 * avr-tdep.c (avr_register_byte): Delete function.
5534 (avr_register_raw_size): Delete function.
5535 (avr_register_virtual_size): Delete function.
5536 (avr_register_virtual_type): Delete function.
5537 (avr_register_type): New function.
5538 (avr_address_to_pointer): Remove unused code.
5539 (avr_read_fp): Need to read FP as two separate bytes due to change to
5540 avr_register_type() usage.
5541 (avr_gdbarch_init): Don't set deprecated_register_size.
5542 Don't set deprecated_register_bytes.
5543 Don't set deprecated_register_byte.
5544 Don't set deprecated_register_raw_size.
5545 Don't set deprecated_max_register_raw_size.
5546 Don't set deprecated_register_virtual_size.
5547 Don't set deprecated_max_register_virtual_size.
5548 Don't set deprecated_register_virtual_type.
5549 Set register_type method.
5550
3993f6b1
DJ
55512003-06-15 Daniel Jacobowitz <drow@mvista.com>
5552
5553 * Makefile.in (linux-nat.o): Add rule.
5554 * linux-nat.c: New file.
5555 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5556 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5557 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5558 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5559 * config/arm/linux.mh (NATDEPFILES): Likewise.
5560 * config/i386/linux.mh (NATDEPFILES): Likewise.
5561 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5562 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5563 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5564 * config/mips/linux.mh (NATDEPFILES): Likewise.
5565 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5566 * config/s390/s390.mh (NATDEPFILES): Likewise.
5567 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5568
786a90bb
MK
55692003-06-15 Mark Kettenis <kettenis@gnu.org>
5570
5571 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5572 replace out-of-date comment.
5573
3bd3f01e
AC
55742003-06-15 Andrew Cagney <cagney@redhat.com>
5575
5576 * rdi-share/host.h (Fail): Change to a varargs function.
5577 * remote-rdi.c (Fail): Update.
8ffd9b1b 5578
de5b9bb9
MK
55792003-06-15 Mark Kettenis <kettenis@gnu.org>
5580
5581 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5582 (i386_convert_register_p, i386_register_to_value,
5583 i386_register_from_value): Handle types longer than 8 bytes.
5584
d532c08f
MK
55852003-06-15 Mark Kettenis <kettenis@gnu.org>
5586
5587 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5588 Move floating-point code to new function in i387-tdep.c.
5589 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5590 New functions containing code moved here from i386-tdep.c.
5591 * i387-tdep.h: Add opaque declaration for `struct type'.
5592 (i387_register_to_value, i387_value_to_register): New prototypes.
5593 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5594 (x86_64_init_abi): Set convert_register_p, register_to_value and
5595 value_to_register here.
8ffd9b1b 5596
42c466d7
AC
55972003-06-14 Andrew Cagney <cagney@redhat.com>
5598
5599 * mips-tdep.c (mips_register_to_value): Make static.
5600 (mips_value_to_register): Make static.
5601 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5602 * ia64-tdep.c (ia64_register_raw_size): Make static.
5603 (ia64_register_virtual_size): Make static.
5604 (ia64_register_byte): Make static.
5605 * i387-tdep.c: Include "i387-tdep.h".
5606 (print_387_control_word): Delete function.
5607 (print_387_status_word): Delete function.
5608 (print_387_status_bits): Delete function.
5609 (print_387_control_bits): Delete function.
5610 * Makefile.in (i387-tdep.o): Update dependencies.
5611 * rdi-share/host.h (Fail): Declare.
5612 * remote-rdi.c (Fail): Update to match declaration.
5613
2a9cda49
AC
56142003-06-14 Andrew Cagney <cagney@redhat.com>
5615
5616 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5617 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5618 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5619 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5620 * README: Delete reference to remote-array.
5621 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5622 (remote-array.o): Delete target.
5623 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5624 * remote-array.c: Delete file.
5625
ff2e87ac
AC
56262003-06-14 Andrew Cagney <cagney@redhat.com>
5627 Mark Kettenis <kettenis@gnu.org>
5628
5629 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5630 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5631 parameter with "frame".
5632 * gdbarch.h, gdbarch.c: Re-generate.
5633 * frame.h (put_frame_register): Declare.
5634 * frame.c (put_frame_register): New function.
5635 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5636 (legacy_register_to_value): Rewrite, use "frame" to get the
5637 register value.
5638 (legacy_value_to_register): Rewrite, use "frame" to find the
5639 register's location before storing.
5640 * arch-utils.h (legacy_convert_register_p): Update.
5641 (legacy_register_to_value, legacy_value_to_register): Update.
5642 * findvar.c (value_from_register): Rewrite, eliminate use of
5643 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5644 "frame" to REGISTER_TO_VALUE.
5645 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5646 lval_reg_frame_relative + lval_register branch of the switch. Do
5647 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5648 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5649 I386_EDI_REGNUM): New defines.
5650 (i386_next_regnum, i386_convert_register_p,
5651 i386_register_to_value, i386_value_to_register): New functions.
5652 (i386_register_convertible, i386_register_convert_to_virtual,
5653 i386_convert_to_raw): Remove functions.
5654 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5655 value_to_register instead of register_convertible,
5656 register_convert_to_virtual and register_convert_to_raw.
5657 * mips-tdep.c (mips_convert_register_p): New function.
5658 (mips_value_to_register): Replace mips_register_convert_from_type.
5659 (mips_register_to_value): Replace mips_register_convert_to_type.
5660 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5661 register_to_value.
5662 * alpha-tdep.c (alpha_convert_register_p): Update.
5663 (alpha_value_to_register): Update, store the register.
5664 (alpha_register_to_value): Update, fetch the register.
5665
98be1e77
TR
56662003-06-14 Theodore A. Roth <troth@openavr.org>
5667
5668 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5669 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5670 Don't set deprecated_call_dummy_words.
5671 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5672 Don't set remote_translate_xfer_address.
5673 (avr_io_reg_read_command): Remove commented out debug printf.
5674 Wrap a long line.
5675
57bc6122
TR
56762003-06-14 Theodore A. Roth <troth@openavr.org>
5677
5678 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5679 causes gdb to seg fault.
5680
eb01fc62
DJ
56812003-06-14 Daniel Jacobowitz <drow@mvista.com>
5682
5683 * sparc-nat.c (fetch_inferior_registers): Correct
5684 a reference to "registers".
5685
3b3e6bee
DJ
56862003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5687
5688 * Makefile.in (exc_request_U_h): Define
5689 (exc_request_S_h): Likewise.
5690 (msg_reply_S_h): Likewise.
5691 (msg_U_h): Likewise.
5692 (notify_S_h): Likewise.
5693 (process_reply_S_h): Likewise.
5694 (gnu-nat.o): Depend on gdb_obstack_h
5695 * gnu-nat.c: Include "gdb_obstack.h".
5696
b8de8283
AC
56972003-06-13 Andrew Cagney <cagney@redhat.com>
5698
5699 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5700 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 5701
f3be58bc
AC
57022003-06-13 Andrew Cagney <cagney@redhat.com>
5703
5704 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5705 when deprecated REGISTER macros can be deleted.
5706 * gdbarch.h, gdbarch.c: Re-generate.
5707
4c0122c8
JB
57082003-06-13 Jim Blandy <jimb@redhat.com>
5709
5710 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5711 Linux entry point symbols for _dl_debug_state, too.
5712
3e210248
AC
57132003-06-13 Andrew Cagney <cagney@redhat.com>
5714
5715 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5716 available, do not use the FP register, and always save the TOS.
5717 * dummy-frame.c (dummy_frame_this_id): Do not assert
5718 SAVE_DUMMY_FRAME_TOS.
5719 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5720 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5721 (i386_push_dummy_call): Add 8 to the returned SP.
5722 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5723 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5724 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5725 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5726 (x86_64_push_dummy_call): Return "sp + 16".
5727 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5728 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5729 save_dummy_frame_tos.
5730
0b65af49
JB
57312003-06-13 Jim Blandy <jimb@redhat.com>
5732
5733 * frv-tdep.c (frv_use_struct_convention): Delete static
5734 declaration for function deleted in my change of 2003-06-12.
5735
4ea2465e
TR
57362003-06-13 Theodore A. Roth <troth@openavr.org>
5737
5738 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5739 (avr_pointer_to_address): Shift code addrs left 1 bit.
5740 (avr_convert_from_func_ptr_addr): Delete function since operation is
5741 better handled by avr_address_to_pointer and avr_pointer_to_address.
5742 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5743
1581182a
MK
57442003-06-13 Mark Kettenis <kettenis@gnu.org>
5745
5746 From Kelley Cook <kelleycook@wideopenwest.com>:
5747 * configure.host: Accept i[34567]86 variants.
5748 * configure.tgt: Likewise.
5749 * nlm/configure.in: Likewise.
5750 * nlm/configure: Regenerated.
5751
7aa1783e
RE
57522003-06-13 Richard Earnshaw <rearnsha@arm.com>
5753
5754 * arm-tdep.c (solib-svr4.h): Dont' include it.
5755 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5756 * arm-linux-tdep.c: ... here. Make static.
5757 (arm_linux_init_abi): Register it.
5758 (solib-svr4.h): Include it.
5759 * Makefile.in: Update dependencies.
5760 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5761 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5762
0261a0d0
CV
57632003-06-13 Corinna Vinschen <vinschen@redhat.com>
5764
5765 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5766 indicate registers used for return values.
5767 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5768 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5769 members.
5770 (h8300_init_extra_frame_info): Ditto.
5771 (h8300_frame_locals_address): Removed.
5772 (h8300_frame_args_address): Removed.
5773 (h8300_extract_return_value): Use new regcache structure. Only care
5774 for 16 bit CPUs.
5775 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5776 (h8300_store_return_value): Use new regcache structure. Only care
5777 for 16 bit CPUs.
5778 (h8300h_store_return_value): Same function for 32 bit CPUs.
5779 (h8300_store_struct_return): Removed.
5780 (h8300_extract_struct_value_address): Use new regcache structure.
5781 (h8300h_extract_struct_value_address): Removed.
5782 (h8300_push_dummy_code): New function.
5783 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5784 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5785 set_gdbarch_store_return_value architecture dependent.
5786 Call set_gdbarch_push_dummy_code and
5787 set_gdbarch_extract_struct_value_address.
5788 Remove calls to set_gdbarch_frame_args_address,
5789 set_gdbarch_frame_locals_address,
5790 set_gdbarch_deprecated_store_struct_return,
5791 set_gdbarch_deprecated_extract_return_value,
5792 set_gdbarch_deprecated_extract_struct_value_address,
5793 set_gdbarch_deprecated_call_dummy_words and
5794 set_gdbarch_deprecated_sizeof_call_dummy_words.
5795
055c394a
CV
57962003-06-13 Corinna Vinschen <vinschen@redhat.com>
5797
5798 * h8300-tdep.c (h8300_register_byte): Remove.
5799 (h8300h_register_byte): Remove.
5800 (h8300_register_virtual_type): Remove. Substitute by...
5801 (h8300_register_type): New function.
5802 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5803 (h8300h_extract_struct_value_address): Ditto.
5804 (h8300_gdbarch_init): Drop calls to
5805 set_gdbarch_deprecated_register_byte and
5806 set_gdbarch_deprecated_register_virtual_type.
5807 Add call to set_gdbarch_register_type.
5808
9c04cab7
AC
58092003-06-13 Andrew Cagney <cagney@redhat.com>
5810
5811 * gdbarch.sh: Update comments on registers.
5812 (deprecated_register_byte): Rename register_byte.
5813 (deprecated_register_raw_size): Rename register_raw_size.
5814 (deprecated_register_virtual_size): Rename register_virtual_size.
5815 (deprecated_register_virtual_type): Rename register_virtual_type.
5816 * gdbarch.h, gdbarch.c: Re-generate.
5817 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5818 * vax-tdep.c (vax_gdbarch_init): Update.
5819 * v850-tdep.c (v850_gdbarch_init): Update.
5820 * sparc-tdep.c (sparc_gdbarch_init): Update.
5821 * sh-tdep.c (sh_gdbarch_init): Update.
5822 * s390-tdep.c (s390_gdbarch_init): Update.
5823 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5824 * ns32k-tdep.c: Update.
5825 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5826 * mips-tdep.c (mips_gdbarch_init): Update.
5827 * mcore-tdep.c (mcore_gdbarch_init): Update.
5828 * m68k-tdep.c (m68k_gdbarch_init): Update.
5829 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5830 * ia64-tdep.c (ia64_gdbarch_init): Update.
5831 * hppa-tdep.c (hppa_gdbarch_init): Update.
5832 * h8300-tdep.c (h8300_gdbarch_init): Update.
5833 * frv-tdep.c (frv_gdbarch_init): Update.
5834 * cris-tdep.c (cris_gdbarch_init): Update.
5835 * avr-tdep.c (avr_gdbarch_init): Update.
5836 * alpha-tdep.c (alpha_gdbarch_init): Update.
5837 * arm-tdep.c (arm_gdbarch_init): Update.
5838
b060cbea
AC
58392003-06-13 Andrew Cagney <cagney@redhat.com>
5840
5841 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5842 mips_o32_use_struct_convention with always_use_struct_convention.
5843
0fc9922a
DC
58442003-06-12 David Carlton <carlton@kealia.com>
5845
5846 * cp-namespace.c (cp_set_block_scope): Comment out
5847 processing_has_namespace_info branch.
5848
1fd35568
JB
58492003-06-12 Jim Blandy <jimb@redhat.com>
5850
f470a70a
JB
5851 Recognize and skip 64-bit PowerPC Linux linkage functions.
5852 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5853 insn_pattern, insns_match_pattern, d_field, ds_field): New
5854 functions, macros, and types for working with PPC instructions.
5855 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5856 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5857 ppc64_skip_trampoline_code): New functions, variables, and macros
5858 for recognizing and skipping linkage functions.
5859 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5860 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5861
49ff75ad
JB
5862 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5863 register offsets for both the 32- and 64-bit interfaces.
5864
bd918c83
JB
5865 Actually finish the job started by my change of 2003-05-29.
5866 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5867 other #definition of this.
5868 (ppc_linux_skip_trampoline_code): Remove declaration.
5869 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5870 static.
5871 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5872 method for GDBARCH.
5873
5874 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5875 'long' on ppc64-*-linux*.
5876
f8c59253
JB
5877 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5878 isn't #defined, assume the register doesn't exist: act as if
5879 tdep->ppc_mq_regnum were -1.
5880
8fbb30b1
JB
5881 * configure.host, configure.tgt: Add entries for
5882 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5883 powerpc/linux.mt.
5884 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5885 New files.
5886
1fd35568
JB
5887 * arch-utils.c (always_use_struct_convention): New function.
5888 * arch-utils.h (always_use_struct_convention): New prototype.
5889 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5890 (alpha_gdbarch_init): Register always_use_struct_convention,
5891 instead of alpha_use_struct_convention.
5892 * cris-tdep.c (cris_use_struct_convention): Delete.
5893 (cris_gdbarch_init): Register always_use_struct_convention,
5894 instead of cris_use_struct_convention.
5895 * frv-tdep.c (frv_use_struct_convention): Delete.
5896 (frv_gdbarch_init): Register always_use_struct_convention,
5897 instead of frv_use_struct_convention.
5898 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5899 (h8300_gdbarch_init): Register always_use_struct_convention,
5900 instead of h8300_use_struct_convention.
e3305dd9 5901 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
5902 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5903 instead of mips_o32_use_struct_convention.
5904
e14e6e9c
AC
59052003-06-12 Andrew Cagney <cagney@redhat.com>
5906
5907 * wince.c: Include "mips-tdep.h".
5908 * mips-tdep.h (mips_next_pc): Declare.
5909 * mcore-tdep.c: Make more local functions static.
5910 * Makefile.in (wince.o): Update dependencies.
5911
2335f48e
DC
59122003-06-12 David Carlton <carlton@kealia.com>
5913
5914 * symtab.c (lookup_symbol_aux_minsyms): Replace
5915 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5916 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5917 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5918 SYMBOL_NATURAL_NAME.
5919
f70a7d61
AS
59202003-06-12 Andreas Schwab <schwab@suse.de>
5921
5922 * Makefile.in (tuiDisassem.o): Update dependencies.
5923
b6429628
DC
59242003-06-12 David Carlton <carlton@bactrian.org>
5925
5926 * symtab.h: Delete declaration of make_symbol_overload_list.
5927 Add declaration of lookup_partial_symbol.
5928 * symtab.c (remove_params): Move to cp-support.c.
5929 (overload_list_add_symbol, make_symbol_overload_list)
5930 (sym_return_val_size, sym_return_val_index): Ditto.
5931 (lookup_partial_symbol): Make extern.
5932 * cp-support.h: Add declaration of make_symbol_overload_list.
5933 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5934 symtab.h, and block.h.
5935 (remove_params): Move here from symtab.c.
5936 (overload_list_add_symbol, make_symbol_overload_list)
5937 (sym_return_val_size, sym_return_val_index): Ditto.
5938 * valops.c: Include cp-support.h.
5939 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5940 frame_h, and block_h.
5941 (valops.o): Depend on cp_support_h.
5942
084edea5
CV
59432003-06-12 Corinna Vinschen <vinschen@redhat.com>
5944
5945 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5946 substitute by NUM_REGS throughout.
5947 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5948 (h8300s_register_name): New function for H8S registers.
5949 (h8300sx_register_name): Ditto for H8SX registers.
5950 (h8300_print_register): Revise register printing, avoid depending
5951 on 32 bit long.
0261a0d0 5952 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
5953 (h8300h_register_byte): New function for any other architecture.
5954 (h8300_register_raw_size): Remove.
5955 (h8300_register_virtual_type): Revise to return actually useful
5956 type.
5957 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5958 (h8300h_extract_struct_value_address): New function for any other
5959 architecture.
5960 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5961 set_gdbarch_register_name, set_gdbarch_register_byte,
5962 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5963 Remove calls to set_gdbarch_deprecated_register_size,
5964 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5965 set_gdbarch_deprecated_max_register_raw_size,
5966 set_gdbarch_register_virtual_size and
5967 set_gdbarch_deprecated_max_register_virtual_size entirely.
5968 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5969 set_gdbarch_long_double_bit.
5970
06194148
JJ
59712003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5972
8ffd9b1b
AJ
5973 * doublest.c (convert_doublest_to_floatformat): When dealing
5974 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
5975 processing a full 32 bits of mantissa.
5976
de4f826b
DC
59772003-06-11 David Carlton <carlton@bactrian.org>
5978
5979 * dictionary.h: New.
5980 * dictionary.c: New.
5981 * block.h: Add opaque declaration for struct dictionary.
5982 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5983 'sym' members.
5984 (BLOCK_DICT): New macro.
5985 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5986 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5987 BLOCK_SHOULD_SORT.
5988 (ALL_BLOCK_SYMBOLS): Update definition.
5989 * Makefile.in (SFILES): Add dictionary.c.
5990 (dictionary_h): New.
5991 (COMMON_OBS): Add dictionary.o.
5992 (dictionary.o): New.
5993 (ada-lang.o): Depend on dictionary_h.
5994 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5995 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5996 (mi-cmd-stack.o): Ditto.
5997 (gdbtk-cmds.o): Update dependencies.
5998 (gdbtk-stack.o): Ditto.
5999 * ada-lang.c: Include dictionary.h.
6000 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6001 (fill_in_ada_prototype, debug_print_block): Ditto.
6002 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6003 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6004 'is_sorted'.
6005 * mdebugread.c: Include dictionary.h.
6006 (struct parse_stack): Delete 'maxsyms' member.
6007 (parse_symbol): Update calls to new_block. Delete calls to
6008 shrink_block. Use dictionary methods.
6009 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6010 Update calls to new_symtab. Don't maintain maxsyms data.
6011 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6012 (add_symbol): Just call dict_add_symbol.
6013 (new_symtab): Delete 'maxsyms' argument.
6014 (new_symtab): Update calls to new_block.
6015 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6016 (shrink_block): Delete function.
6017 (fixup_sigtramp): Update call to new_block. Add symbol via
6018 dict_add_symbol.
6019 * jv-lang.c: Include dictionary.h.
6020 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6021 appropriately. Set class_symtab->free_func. Make sure the
6022 blockvector is big enough to hold two blocks.
6023 (add_class_symtab_symbol): Use dictionary methods.
6024 (free_class_block): New function.
6025 (type_from_class): Replace explicit iteration by
6026 ALL_BLOCK_SYMBOLS.
6027 * symtab.h (struct symtab): Replace 'free_ptr' method by
6028 'free_func'.
6029 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6030 sort_symtab_syms.
6031 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6032 sort_symtab_syms.
6033 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6034 Include dictionary.h.
6035 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6036 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6037 sort_symtab_syms.
6038 * objfiles.c: Include dictionary.h.
6039 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6040 * buildsym.c: Include dictionary.h.
6041 (finish_block): Use dictionary methods.
6042 (end_symtab): Set free_func to NULL, not free_ptr.
6043 * tracepoint.c: Include dictionary.h.
6044 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6045 (scope_info): Ditto.
6046 * stack.c: Include dictionary.h.
6047 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6048 (print_block_frame_labels, print_frame_arg_vars)
6049 (print_frame_args): Ditto.
6050 * symmisc.c (free_symtab_block): Use dictionary methods.
6051 (dump_symtab): Ditto.
6052 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6053 Include dictionary.h.
6054 * symfile.h: Delete declarations of sort_block_syms,
6055 sort_symtab_syms.
6056 * symfile.c (sort_block_syms): Delete.
6057 (sort_symtab_syms): Delete.
6058 * symtab.c: Include dictionary.h.
6059 (lookup_block_symbol): Use dictionary iterators.
6060 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6061 (search_symbols, make_symbol_completion_list): Ditto.
6062 (make_symbol_overload_list): Ditto.
6063 * valops.c (value_of_local): Use dict_empty.
6064 Include dictionary.h.
6065
a31f978c
JB
60662003-06-11 J. Brobecker <brobecker@gnat.com>
6067
6068 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6069
526e70c0
DC
60702003-06-11 David Carlton <carlton@bactrian.org>
6071
6072 * block.h (BLOCK_SHOULD_SORT): Delete.
6073 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6074 blocks.
6075 * ada-lang.c (ada_add_block_symbols): Ditto.
6076 * symfile.c (sort_block_syms): Delete.
6077 (sort_symtab_syms): Ditto.
6078 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6079 declarations.
6080 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6081 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6082 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6083 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6084 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6085 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6086 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6087
33c08150
JJ
60882003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6089
8ffd9b1b 6090 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
6091 bits to 128.
6092
781a750d
AC
60932003-06-11 Andrew Cagney <cagney@redhat.com>
6094
6095 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6096 REGISTER_CONVERTIBLE.
6097 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6098 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6099 * gdbarch.h, gdbarch.c: Re-generate.
6100 * arch-utils.h (deprecated_register_convertible_not): Rename
6101 generic_register_convertible_not.
6102 * arch-utils.c (deprecated_register_convertible_not): Rename
6103 generic_register_convertible.
6104 (legacy_convert_register_p, legacy_register_to_value): Update.
6105 * sh-tdep.c (sh64_push_arguments): Update.
6106 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6107 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6108 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6109 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6110 * arch-utils.c (legacy_value_to_register): Update.
6111 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6112 (rs6000_register_convert_to_raw): Make parameter "from" const.
6113 * mips-tdep.c (mips_gdbarch_init): Update.
6114 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6115 * infcmd.c (default_print_registers_info): Update.
6116 * ia64-tdep.c (ia64_gdbarch_init): Update.
6117 (ia64_register_convert_to_raw): Make parameter "from" const.
6118 * i386-tdep.c (i386_gdbarch_init): Update.
6119 (i386_register_convert_to_raw): Update.
6120
cd90e54f
AC
61212003-06-11 Andrew Cagney <cagney@redhat.com>
6122
6123 * remote-fileio.c: Include "remote-fileio.h".
6124 * Makefile.in (remote-fileio.o): Update dependencies.
6125 (remote_fileio_h): Fix typo.
6126
a78f21af
AC
61272003-06-11 Andrew Cagney <cagney@redhat.com>
6128
6129 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6130 (xstormy16_save_dummy_frame_tos): Make static.
6131 (_initialize_xstormy16_tdep): Add declaration.
6132 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6133 * v850-tdep.c: Make local functions static.
6134 (_initialize_v850_tdep): Add declaration.
6135 * sparc-tdep.c: Make local functions static.
6136 (_initialize_sparc_tdep): Add declaration.
6137 * sh-tdep.c: Make local functions static.
6138 (_initialize_sh_tdep): Add declaration.
6139 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6140 * s390-tdep.c: Make local functions static.
6141 (_initialize_s390_tdep): Add declaration.
6142 * dbxread.c (find_stab_function_addr): Make static.
6143 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6144 * ocd.c (_initialize_remote_ocd): Add declaration.
6145 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6146 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6147 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6148 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6149 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6150 * remote-array.c (_initialize_array): Add declaration.
6151 (_initialize_remote_monitors): Add declaration.
6152 * remote-mips.c: Make local functions static.
6153 (_initialize_remote_mips): Add declaration.
6154 * mcore-tdep.c: Make all local functions static.
6155 (_initialize_mcore_tdep): Add declaration.
6156 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6157 * abug-rom.c (_initialize_abug_rom): Add declaration.
6158 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6159 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6160 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6161 * remote-est.c (_initialize_est): Add declaration.
6162 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6163 (m68hc11_call_dummy_address): Make static.
6164 * ia64-tdep.c: Make local functions static.
6165 (_initialize_ia64_tdep): Add declaration.
6166 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6167 * monitor.c (monitor_wait_filter): Make static.
6168 (_initialize_remote_monitors): Add declaration.
6169 * remote-hms.c (_initialize_remote_hms): Add declaration.
6170 * remote-e7000.c (fetch_regs_from_dump): Make static.
6171 (expect_n): Make static.
6172 (_initialize_remote_e7000): Add declaration.
6173 * ser-e7kpc.c: Always include "defs.h".
6174 (_initialize_ser_e7000pc): Add declaration.
6175 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6176 * cris-tdep.c: Make all but one function static.
6177 (_initialize_cris_tdep): Add declaration.
6178 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6179 * solib.c (update_solib_list): Make static.
6180 (_initialize_solib): Add declaration.
6181 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6182 (_initialize_avr_tdep): Add declaration.
6183 * remote-rdi.c (voiddummy): Make static.
6184 (_initialize_remote_rdi): Add declaration.
6185 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6186 * remote-rdp.c (send_rdp): Make static.
6187 (_initialize_remote_rdp): Add declaration.
6188 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6189
cbcdb1f5
CV
61902003-06-11 Corinna Vinschen <vinschen@redhat.com>
6191
6192 * remote-fileio.c: Make ari happy.
6193
a191ea8d
JB
61942003-06-10 J. Brobecker <brobecker@gnat.com>
6195
6196 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6197 fetching the trailing bytes of the buffer we are about to write.
6198
0ef75e11
AC
61992003-06-10 Andrew Cagney <cagney@redhat.com>
6200
6201 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6202 * Makefile.in (remote-fileio.o): Update dependencies.
6203 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6204 include <setjmp.h>, or <sys/types.h> conditional on USG.
6205 (remote_fio_jmp_buf): Delete global variable.
6206
449092f6 62072003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 6208 Martin M. Hunt <hunt@redhat.com>
449092f6 6209
559fa028
AC
6210 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6211 (SFILES): Add remote-fileio.c.
6212 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6213 dependencies for building remote.o.
449092f6
CV
6214 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6215 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 6216 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
6217 static storage class.
6218 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6219 'F' packet.
6220 (_initialize_remote): Call initialize_remote_fileio().
6221 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
6222 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6223 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6224 (captured_main): Initialize new ui_files.
6225 * ui-file.c: Add read and fgets input functions.
6226 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6227 (null_file_read): New function.
6228 (ui_file_read): New function.
6229 (set_ui_file_read): New function.
6230 (stdio_file_read): New function.
6231 * ui-file.h: New type ui_file_read_ftype.
6232 (set_ui_file_read): Declare.
6233 (ui_file_read): Declare.
6234
248de703
AC
62352003-06-09 Andrew Cagney <cagney@redhat.com>
6236
6237 * frame.h (deprecated_unwind_get_saved_register): Rename
6238 generic_unwind_get_saved_register, update comments.
6239 * mips-tdep.c (mips_get_saved_register): Update.
6240 * frame.c (deprecated_unwind_get_saved_register): Update.
6241
0ed8aa57
AC
62422003-06-09 Andrew Cagney <cagney@redhat.com>
6243
6244 * vax-tdep.c (vax_frame_locals_address): Delete function.
6245 (vax_gdbarch_init): Do not set frame_locals_address.
6246 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6247 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6248 * s390-tdep.c (s390_frame_args_address): Delete function.
6249 (s390_gdbarch_init): Do not set frame_args_address or
6250 frame_locals_address.
6251 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6252 (ns32k_gdbarch_init): Do not set frame_locals_address.
6253 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6254 (hppa_frame_locals_address): Delete function.
6255 (hppa_gdbarch_init): Do not set frame_args_address, or
6256 frame_locals_address.
6257 * arm-tdep.c (arm_frame_args_address): Delete.
6258 (arm_frame_locals_address): Delete.
6259 (arm_gdbarch_init): Do not set frame_args_address, or
6260 frame_locals_address.
6261
983a287a
AC
62622003-06-09 Andrew Cagney <cagney@redhat.com>
6263
6264 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6265 * gdbarch.h, gdbarch.c: Re-generate.
6266 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6267 * arch-utils.c (frame_num_args_unknown): Delete function.
6268 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6269 (frame_info): Use FRAME_NUM_ARGS_P.
6270 * arm-tdep.c (arm_frame_num_args): Delete function.
6271 (arm_gdbarch_init): Do not set frame_num_args.
6272 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6273 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6274 (hppa_gdbarch_init): Do not set frame_num_args.
6275 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6276 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6277 frame_num_args to default frame_num_args_unknown.
6278 * v850-tdep.c (v850_gdbarch_init): Ditto.
6279 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6280 * sh-tdep.c (sh_gdbarch_init): Ditto.
6281 * s390-tdep.c (s390_gdbarch_init): Ditto.
6282 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6283 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6284 * mips-tdep.c (mips_gdbarch_init): Ditto.
6285 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6286 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6287 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6288 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6289 * i386-tdep.c (i386_gdbarch_init): Ditto.
6290 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6291 * frv-tdep.c (frv_gdbarch_init): Ditto.
6292 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6293 * cris-tdep.c (cris_gdbarch_init): Ditto.
6294 * avr-tdep.c (avr_gdbarch_init): Ditto.
6295 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6296
8d3b0994
AC
62972003-06-09 Andrew Cagney <cagney@redhat.com>
6298
6299 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6300 (print_frame_args): Moved to "stack.c".
6301 * stack.c: Include "gdb_assert.h".
6302 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6303 (print_frame_args): Moved from "printcmd.c".
6304 * frame.h (print_frame_args): Delete declaration.
6305 * Makefile.in (stack.o): Update dependencies.
6306
25e3a86b
AC
63072003-06-08 Andrew Cagney <cagney@redhat.com>
6308
6309 * frame.c (get_prev_frame): Remove reference to
6310 frame_args_address_correct in comments.
6311 * frame-base.c (default_frame_args_address): Delete code
6312 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6313 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6314 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6315 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6316 (vax_frame_args_address_correct): Delete declaration.
6317
a9e5fdc2
AC
63182003-06-08 Andrew Cagney <cagney@redhat.com>
6319
6320 * gdbarch.sh (UNWIND_SP): Add.
6321 * gdbarch.h, gdbarch.c: Re-generate.
6322 * frame.c (frame_sp_unwind): New function.
6323 (get_frame_sp): New function.
6324 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6325 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6326 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6327 value.
6328 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6329 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6330
8983bd83
AC
63312003-06-08 Andrew Cagney <cagney@redhat.com>
6332
7fec2c59
AC
6333 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6334 REMOTE_BREAKPOINT.
6335 * remote.c: Update.
6336 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6337 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6338 * config/m68k/tm-sun3.h: Update.
6339 * config/m68k/tm-m68klynx.h: Update.
6340 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6341
8983bd83
AC
6342 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6343 trad_frame". Update comments.
6344 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6345 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6346 (trad_frame_register_value, trad_frame_prev_register): Update.
6347
b9362cc7
AC
63482003-06-08 Andrew Cagney <cagney@redhat.com>
6349
6350 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6351 from GCC's acinclude.m4.
6352 * configure.in: Check for getopt's delcaration.
8ffd9b1b 6353 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
6354 * main.c (error_init): Delete declaration.
6355 * defs.h (error_init): Declare.
6356 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6357 (rs6000_convert_from_func_ptr_addr): Make static.
6358 (_initialize_rs6000_tdep): Add declaration.
6359 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6360 (show_commands, set_verbose, show_history): Delete declaration.
6361 * top.h (set_verbose): Add declaration.
6362 (show_history, set_history, show_commands): Add declaration.
6363 (do_restore_instream_cleanup): Add declaration.
6364 * objc-lang.c (specialcmp): Make static.
6365 (print_object_command): Make static.
6366 (find_objc_msgsend): Make static.
6367 (find_objc_msgcall_submethod_helper): Make static.
6368 (find_objc_msgcall_submethod): Make static.
6369 (_initialize_objc_language): Add declaration.
6370 (find_implementation_from_class): Make static.
6371 (find_implementation): Make static.
6372 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6373 * objc-lang.h (lookup_struct_typedef): Add declaration.
6374 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6375 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6376 (do_restore_user_call_depth): Make static.
6377 (do_restore_instream_cleanup): Delete declaration.
6378 (dont_repeat): Delete declaration.
6379 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6380 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6381 * reggroups.c (_initialize_reggroup): Add declaration.
6382 * cp-support.c (_initialize_cp_support): Add declaration.
6383 * cp-abi.c (_initialize_cp_abi): Add declaration.
6384 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6385 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6386 (_initialize_gnu_v3_abi): Add declaration.
6387 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6388 (_initialize_gnu_v2_abi): Add declaration.
6389 * frame-base.c (_initialize_frame_base): Add declaration.
6390 * doublest.c (floatformat_from_length): Make static.
6391 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6392 * frame.c (create_sentinel_frame): Make static.
6393 (_initialize_frame): Add declaration.
6394 * top.c (do_catch_errors): Make static.
6395 (gdb_rl_operate_and_get_next_completion): Make static.
6396 * typeprint.c: Include "typeprint.h".
6397 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6398 (sentinel_frame_this_id): Make static.
6399 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6400 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6401 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6402 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6403 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6404 * maint.c (maintenance_print_architecture): Make static.
6405 * signals/signals.c (_initialize_signals): Add declaration.
6406 * std-regs.c (_initialize_frame_reg): Add declaration.
6407 * jv-exp.y (push_variable): ISO C definition.
6408 (push_qualified_expression_name): Ditto.
6409 * memattr.c (_initialize_mem): Add declaration.
6410 * remote.c (remote_check_watch_resources): Make static.
6411 (remote_stopped_by_watchpoint): Make static.
6412 (remote_stopped_data_address): Make static.
6413 * d10v-tdep.c (nr_dmap_regs): Make static.
6414 (a0_regnum): Make static.
6415 (d10v_frame_unwind_cache): Make static.
6416 (d10v_frame_p): Make static.
6417 * osabi.c (show_osabi): Make static.
6418 (_initialize_gdb_osabi): Add extern declaration.
6419 * gdbtypes.c (make_qualified_type): Make static.
6420 (safe_parse_type): Make static.
6421 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6422 * macrotab.c (macro_bcache_free): Make static.
6423 * interps.c (interp_set_quiet): Make static.
6424 (interpreter_exec_cmd): Make static.
6425 * stack.h (select_frame_command): New file.
6426 * stack.c: Include "stack.h".
6427 (select_frame_command_wrapper): Delete function.
6428 (select_frame_command): Make global.
6429 * infcall.c: Include "infcall.h".
6430 * linespec.c: Include "linespec.h".
6431 * symfile.c (sections_overlap): Make static.
6432 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6433 * charset.c (_initialize_charset): Add missing prototype.
6434 * regcache.c (init_legacy_regcache_descr): Make static.
6435 (do_regcache_xfree): Make static.
6436 (regcache_xfer_part): Make static.
6437 (_initialize_regcache): Add missing prototype.
6438 * breakpoint.c (parse_breakpoint_sals): Make static.
6439 (breakpoint_sals_to_pc): Make static.
6440 * interps.h (clear_interpreter_hooks): ISO C declaration.
6441 * Makefile.in (stack_h): Define.
6442 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6443 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6444
a0f267c7
AC
64452003-06-08 Andrew Cagney <cagney@redhat.com>
6446
6447 * Makefile.in (d10v-tdep.o): Update dependencies.
6448 (SFILES): Add trad-frame.c.
6449 (trad_frame_h): Define.
6450 (COMMON_OBS): Add trad-frame.o.
6451 (trad-frame.o): Specify dependencies.
6452 * d10v-tdep.c: Include "trad-frame.h".
6453 (saved_regs_unwinder): Delete function.
6454 (d10v_frame_prev_register): Use trad_frame_prev_register.
6455 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6456 trad_frame", delete "regs" and "prev_sp".
6457 (prologue_find_regs): Use trad-frame.
6458 * trad-frame.h, trad-frame.c: New files.
6459
4538b4f4
MK
64602003-06-08 Mark Kettenis <kettenis@gnu.org>
6461
6462 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6463
a0273b2f
AF
64642003-06-07 Adam Fedor <fedor@gnu.org>
6465
6466 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6467 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6468 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6469 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 6470 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
6471 Use it.
6472
3a6c3343
AC
64732003-06-07 Andrew Cagney <cagney@redhat.com>
6474
6475 * symfile.h: Re-indent, clean up comments.
6476
b46e02f6
AC
64772003-06-07 Andrew Cagney <cagney@redhat.com>
6478
6479 * inferior.h (deprecated_write_sp): Replace
6480 generic_target_write_sp.
6481 * regcache.c (deprecated_write_sp): Replace
6482 generic_target_write_sp.
6483 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6484 * vax-tdep.c (vax_gdbarch_init): Update.
6485 * v850-tdep.c (v850_gdbarch_init): Update.
6486 * sparc-tdep.c (sparc_gdbarch_init): Update.
6487 * sh-tdep.c (sh_gdbarch_init): Update.
6488 * s390-tdep.c (s390_gdbarch_init): Update.
6489 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6490 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6491 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6492 * mcore-tdep.c (mcore_gdbarch_init): Update.
6493 * m68k-tdep.c (m68k_gdbarch_init): Update.
6494 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6495 * ia64-tdep.c (ia64_gdbarch_init): Update.
6496 * h8300-tdep.c (h8300_gdbarch_init): Update.
6497 * frv-tdep.c (frv_gdbarch_init): Update.
6498 * cris-tdep.c (cris_gdbarch_init): Update.
6499 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6500
a42e117c
AC
65012003-06-07 Andrew Cagney <cagney@redhat.com>
6502
6503 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6504 Assert that PC_REGNUM is valid.
6505 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6506
bd1ce8ba
AC
65072003-06-07 Andrew Cagney <cagney@redhat.com>
6508
6509 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6510 * gdbarch.h, gdbarch.c: Regenerate.
6511 * mn10300-tdep.c: Include "gdb_assert.h".
6512 (mn10300_read_fp): New function.
6513 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6514 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6515 * ia64-tdep.c: Include "gdb_assert.h".
6516 (ia64_read_fp): New function.
6517 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6518 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6519 * regcache.c (generic_target_read_sp): Delete function.
6520 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6521 * inferior.h (generic_target_read_sp): Delete declaration.
6522 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6523 generic_target_read_sp.
6524 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6525 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6526 * sh-tdep.c (sh_gdbarch_init): Ditto.
6527 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6528 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6529
ec5cbaec
AC
65302003-06-07 Andrew Cagney <cagney@redhat.com>
6531
6532 * gdbarch.sh: Comment each field of startup_gdbarch.
6533 * gdbarch.h, gdbarch.c: Re-generate.
6534
cde9ea48
AC
65352003-06-07 Andrew Cagney <cagney@redhat.com>
6536
6537 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6538 * gdbarch.h, gdbarch.c: Re-generate.
6539 * regcache.c: Update comments on read_pc et.al.
6540 (generic_target_read_pc): Delete function.
6541 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6542 * inferior.h (generic_target_read_pc): Delete declaration.
6543 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6544 generic_target_read_pc.
6545 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6546 * sh-tdep.c (sh_gdbarch_init): Ditto.
6547 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6548 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6549
9a90a780
AC
65502003-06-07 Andrew Cagney <cagney@redhat.com>
6551
6552 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6553 "index" with "special_local_sect". Use strcmp instead of STREQ.
6554 Append period to coments.
6555
a39a16c4
MM
65562003-06-06 Mark Mitchell <mark@codesourcery.com>
6557
6558 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6559 (elfstab_offset_sections): Likewise.
6560 * gdb-stabs.h (stab_section_info): Likewise.
6561 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6562 * objfiles.c (objfile_relocate): Likewise.
6563 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6564 * remote.c (get_offsets): Likewise.
6565 (remote_cisco_objfile_relocate): Likewise.
6566 * somread.c (som_symfile_offsets): Likewise.
6567 * symfile.c (alloc_section_addr_info): New function.
6568 (build_section_addr_info_from_section_tab): Use it.
6569 (free_section_addr_info): Adjust.
6570 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6571 (syms_from_objfile): Allocate local_addr dynamically.
6572 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6573 dynamically.
6574 (add_symbol_file_command): Allocate sect_opts dynamically.
6575 (reread_symbols): Avoid use of SECT_OFF_MAX.
6576 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6577 (alloc_section_addr_info): Declare it.
6578 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6579 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6580 dynamically.
6581 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 6582
20c6c2f8
AC
65832003-06-06 Andrew Cagney <cagney@redhat.com>
6584
6585 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6586 (d10v_frame_unwind_cache): Do not set "return_pc".
6587
884a26c8
MS
65882003-06-06 Michael Snyder <msnyder@redhat.com>
6589
6590 * h8300-tdep.c: Make tidy (long lines).
6591
088ce440
ML
65922003-06-06 Michal Ludvig <mludvig@suse.cz>
6593
8ffd9b1b 6594 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
6595 to regcache_collect().
6596
7d773d96
JB
65972003-06-05 J. Brobecker <brobecker@gnat.com>
6598
6599 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6600 pc_in_sigtramp multiarch method.
6601 (hppa_hpux_som_init_abi): Use it.
6602 (hppa_hpux_elf_init_abi): Likewise.
6603 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6604 macro has been multiarched.
6605 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6606 macro here, as hppa64 isn't multiarched yet.
6607
1df6926e
AC
66082003-06-05 Andrew Cagney <cagney@redhat.com>
6609
6610 * Makefile.in (value_h): Add $(frame_h).
6611 * value.h: Include "frame.h".
6612 (struct value): Replace "frame_addr" with "frame_id".
6613 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6614 * values.c (allocate_value): Use VALUE_FRAME_ID.
6615 (value_copy): Use VALUE_FRAME_ID.
6616 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6617 * valops.c (value_assign): Update. Use frame_find_by_id.
6618
6b53acc6
ML
66192003-06-05 Michal Ludvig <mludvig@suse.cz>
6620
6621 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6622 in each pass.
6623
4d9850d3
JJ
66242003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6625
6626 * thread-db.c (check_event): For create/death event breakpoints,
6627 loop through all messages to ensure that we read the message
6628 corresponding to the breakpoint we are at.
6629
8efca6ba
MS
66302003-06-04 Michael Snyder <msnyder@redhat.com>
6631
6632 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6633
0912c7f2
MK
66342003-06-04 Mark Kettenis <kettenis@gnu.org>
6635
6636 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6637 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6638 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6639 when handling .eh_frame sections.
6640
4e370325
JB
66412003-06-04 J. Brobecker <brobecker@gnat.com>
6642
6643 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6644 prepare_to_proceed procedure instead of the hppa-specific one.
6645 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6646
b757528f 66472003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 6648
b757528f
JJ
6649 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6650 * config.in: Regenerated.
6651 * configure.in: Add test for syscall function and check for
6652 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6653 * configure: Regenerated.
6654 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6655 <sys/syscall.h>.
6656 (kill_lwp): New function that uses tkill syscall or
6657 uses kill, depending on whether threading model is nptl or not.
6658 All callers of kill() changed to use kill_lwp().
6659 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6660 see if all threads have already exited in the nptl model.
6661 (stop_and_resume_callback): New callback function used by the
6662 lin_lwp_wait thread exit handling code.
6663 (stop_wait_callback): Check for threads already having exited and
6664 delete such threads fromt the lwp list when discovered.
6665 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 6666
b757528f
JJ
6667 Roland McGrath <roland@redhat.com>
6668 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6669 nptl libthread_db.
6670
087779b1
RH
66712003-06-03 Richard Henderson <rth@redhat.com>
6672
b21fd293
RH
6673 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6674 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6675 (alpha_sigtramp_frame_prev_register): Likewise.
6676 (alpha_heuristic_frame_prev_register): Likewise.
6677 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6678
8ffd9b1b 6679 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
6680 alpha-specific register id names.
6681 (alpha_mdebug_frame_unwind_cache): Likewise.
6682 (alpha_mdebug_frame_prev_register): Likewise.
6683
baa490c4
RH
66842003-06-03 Richard Henderson <rth@redhat.com>
6685
6686 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6687 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6688 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6689 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6690 unwind routines.
6691 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6692 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6693 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6694
6695 * alpha-linux-tdep.c: Remove unnecessary includes.
6696 * Makefile.in (alpha-linux-tdep.o): Update.
6697
66982003-06-03 Richard Henderson <rth@redhat.com>
6699
6700 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6701 (alphabsd_fill_fpreg): Likewise.
6702
f534e522
JB
67032003-06-03 J. Brobecker <brobecker@gnat.com>
6704
6705 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6706 references to struct frame_info fields by calls to the equivalent
6707 accessors. Necessary now that frame_info is opaque.
6708
4035536b
JB
67092003-06-03 J. Brobecker <brobecker@gnat.com>
6710
6711 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6712 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6713 structure, field no longer exists.
6714
0bd79c5c
JB
67152003-06-03 J. Brobecker <brobecker@gnat.com>
6716
6717 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6718 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6719
37bb6d9f
JB
67202003-06-03 J. Brobecker <brobecker@gnat.com>
6721
6722 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6723 references to struct frame_info fields by calls to the equivalent
6724 accessors. Necessary now that frame_info is opaque.
6725
852ee05c
JB
67262003-06-03 J. Brobecker <brobecker@gnat.com>
6727
6728 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6729 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6730 structure, field no longer exists.
6731
7d58c67d
TR
67322003-06-03 Theodore A. Roth <troth@openavr.org>
6733
8ffd9b1b 6734 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
6735 accumulation of the size of all registers instead of blindly using
6736 DEPRECATED_REGISTER_BYTES.
6737
0a48e7e8
MS
67382003-06-03 Michael Snyder <msnyder@redhat.com>
6739
6740 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6741 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6742 for h8300sx.
6743
9798ab0d
JB
67442003-06-03 J. Brobecker <brobecker@gnat.com>
6745
6746 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6747 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6748
00b037e2
AC
67492003-06-03 Andrew Cagney <cagney@redhat.com>
6750
6751 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6752 (sparc_convert_to_raw): Delete function.
6753 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6754 register_convert_to_virtual.
6755
043b2f77
JJ
67562003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6757
6758 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6759 layer if not dealing with a statically-linked threaded program.
6760
f43caff8
KW
67612003-06-03 Kris Warkentin <kewarken@qnx.com>
6762
6763 * solib.c (solib_open): Update comment to reflect actual search order.
6764
ae1e7417
AC
67652003-06-03 Andrew Cagney <cagney@redhat.com>
6766
6767 * frame.c (get_frame_memory_signed): New function.
6768 (get_frame_memory, get_frame_memory_unsigned): New function.
6769 (get_frame_arch): New function.
6770 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6771 (get_frame_memory, get_frame_unsigned_memory): Declare.
6772 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6773 get_frame_memory_unsigned and get_frame_arch.
6774 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6775
cb123844
RG
67762003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6777
6778 * MAINTAINERS (write after approval): Add myself.
6779
1bb792e9
JB
67802003-06-03 Jim Blandy <jimb@redhat.com>
6781
6782 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6783 elements of gregset_t are 64 bits each, but access registers
6784 are still 32 bits, so they're packed two per gregset_t
6785 element. Unpack/pack them properly.
6786
aee8d8ba
DC
67872003-06-02 David Carlton <carlton@bactrian.org>
6788
6789 * linespec.c (find_methods): Break out code into
6790 add_matching_methods and add_constructors.
6791 (add_matching_methods): New.
6792 (add_constructors): Ditto.
6793
bf7488d2
AC
67942003-06-02 Andrew Cagney <cagney@redhat.com>
6795
bf7488d2
AC
6796 * sparc-tdep.c (sparc_print_registers): Delete call to
6797 REGISTER_CONVERTIBLE.
6798 (sparc_gdbarch_init): Do not set register_convertible.
6799 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6800 * frv-tdep.c (frv_gdbarch_init): Ditto.
6801 * cris-tdep.c (cris_gdbarch_init): Ditto.
6802
adedef68
EZ
68032003-06-02 Elena Zannoni <ezannoni@redhat.com>
6804
8ffd9b1b 6805 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
6806 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6807 (syms_from_objfile): Ditto.
6808
650fcc91
AS
68092003-06-03 Andreas Schwab <schwab@suse.de>
6810
6811 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6812 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6813
df4a182b
RH
68142003-06-02 Richard Henderson <rth@redhat.com>
6815
6816 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6817 a member of all_reggroup.
6818
c483c494
RH
68192003-06-02 Richard Henderson <rth@redhat.com>
6820
6821 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6822 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6823 (alpha_lds, alpha_sts): New.
6824 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 6825 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
6826 restructure and fail for type sizes other than 4 or 8.
6827 (alpha_value_to_register): Similarly.
6828 (alpha_extract_return_value): Use alpha_sts.
6829 (alpha_store_return_value): Use alpha_lds.
6830 (alpha_gdbarch_init): Update hooks.
6831
b38b6be2
RH
68322003-06-02 Richard Henderson <rth@redhat.com>
6833
6834 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6835 regnum identifiers.
6836 (alpha_sigtramp_register_address): Likewise.
6837
98a8e1e5
RH
68382003-06-02 Richard Henderson <rth@redhat.com>
6839
6840 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6841 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6842 * alpha-tdep.h: Declare them.
6843
6844 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6845 Remove zerobuf. Don't error on UNIQUE.
6846 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6847 (ALPHA_REGSET_UNIQUE): Provide default.
6848 (supply_gregset): Use alpha_supply_int_regs.
6849 (fill_gregset): Use alpha_fill_int_regs.
6850 (supply_fpregset): Use alpha_supply_fp_regs.
6851 (fill_fpregset): Use alpha_fill_fp_regs.
6852 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6853 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6854 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6855 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6856 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6857 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6858
67dfac52
RH
68592003-06-02 Richard Henderson <rth@redhat.com>
6860
f75d70cc
RH
6861 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6862
67dfac52
RH
6863 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6864 (alpha_store_return_value): Likewise.
6865
0cf566ec
DC
68662003-06-02 David Carlton <carlton@math.stanford.edu>
6867
6868 * block.c (contained_in): Add 'const' to arguments.
6869 (block_function): Ditto.
6870 * block.h: Update declarations for block_function and
6871 contained_in.
6872
cdef89d0
DC
68732003-06-02 David Carlton <carlton@math.stanford.edu>
6874
6875 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6876 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6877 * p-valprint.c (pascal_val_print): Ditto.
6878 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6879
72667056
RH
68802003-06-02 Richard Henderson <rth@redhat.com>
6881
98a8e1e5
RH
6882 * alpha-tdep.c (alpha_push_dummy_call): Use
6883 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 6884
8ffd9b1b 6885 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
6886 sign-extension of 32-bit values.
6887 (alpha_store_return_value): Similarly.
0ede8eca 6888
98a8e1e5
RH
6889 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6890 (alpha_extract_return_value): Likewise.
6891 (alpha_store_return_value): Likewise.
7b5e1cb3 6892
98a8e1e5
RH
6893 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6894 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 6895
98a8e1e5
RH
6896 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6897 (alpha_extract_struct_value_address): Likewise.
6898 (alpha_store_return_value): Likewise.
6899 (alpha_store_struct_return): Remove.
6900 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 6901
98a8e1e5
RH
6902 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6903 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6904 macros where appropriate.
6905 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6906 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 6907
98a8e1e5
RH
6908 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6909 for SP, GP; void_func_ptr for PC; non-language-specific types
6910 for all others.
6911 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 6912
6dd77b81
RH
69132003-06-02 Richard Henderson <rth@redhat.com>
6914
6915 * top.h (lim_at_start): Declare.
6916 * main.c (captured_main): Set it.
6917 * top.c (lim_at_start): Define.
6918 (command_loop): Use it instead of &environ.
6919 * event-top.c (command_handler): Likewise.
6920
f4dbdb54
JT
69212003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6922
6923 * mipsnbsd-tdep.c: Update copyright years.
6924 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6925
8f285956
RH
69262003-06-01 Richard Henderson <rth@redhat.com>
6927
98a8e1e5
RH
6928 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6929 (alpha-linux-tdep.o): Update dependencies.
6930 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6931 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 6932
615967cb
RH
69332003-06-01 Richard Henderson <rth@redhat.com>
6934
98a8e1e5
RH
6935 * alpha-tdep.c (alpha_register_reggroup_p): New.
6936 (alpha_gdbarch_init): Register it.
615967cb 6937
b59661bd
AC
69382003-06-02 Andrew Cagney <cagney@redhat.com>
6939
6940 * dwarfread.c: Eliminate "register"
6941 (decode_die_type): Eliminate assignment within "if".
6942 (struct_type, decode_array_element_type): Ditto.
6943 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6944 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6945 (decode_modified_type, completedieinfo): Ditto.
6946 * block.c: Eliminate "register".
6947 (blockvector_for_pc_sect): Eliminate assignment within "if".
6948 * cp-support.h (struct symbol): Opaque declaration.
6949 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6950
5ef165c2
RH
69512003-06-01 Richard Henderson <rth@redhat.com>
6952
98a8e1e5
RH
6953 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6954 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 6955
143985b7
AF
69562003-06-01 Adam Fedor <fedor@gnu.org>
6957
6958 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6959 * gdbarch.[ch]: Regenerate.
6960 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6961 (hppa_gdbarch_init): Set it in the gdbarch vector.
6962 * i386-tdep.c (i386_fetch_pointer_argument): New
6963 (i386_gdbarch_init): Set it into gdbarch.
6964 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6965 (rs6000_gdbarch_init): Set it in gdbarch.
6966 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6967 (sparc_gdbarch_init): Set it in gdbarch.
6968
ae0167b9
AC
69692003-06-01 Andrew Cagney <cagney@redhat.com>
6970
7c0b4a20
AC
6971 * defs.h (extract_address): Delete declaration.
6972 * findvar.c (extract_address): Delete function.
6973 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6974 extract_address with the inline equivalent,
6975 extract_unsigned_integer.
6976 (xstormy16_extract_struct_value_address): Ditto.
6977 (xstormy16_pointer_to_address): Ditto.
6978 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6979 * v850-tdep.c (v850_push_arguments): Ditto.
6980 (v850_extract_return_value): Ditto.
6981 (v850_extract_struct_value_address): Ditto.
6982 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6983 (sparcnbsd_get_longjmp_target_64): Ditto.
6984 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6985 (get_longjmp_target): Ditto.
6986 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6987 (sh64_extract_struct_value_address): Ditto.
6988 (sh_push_arguments): Ditto.
6989 (sh64_push_arguments): Ditto.
6990 * remote-vxsparc.c (vx_read_register): Ditto.
6991 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6992 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6993 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6994 * mipsv4-nat.c (get_longjmp_target): Ditto.
6995 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6996 * mips-nat.c (get_longjmp_target): Ditto.
6997 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6998 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6999 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7000 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7001 * irix5-nat.c (get_longjmp_target): Ditto.
7002 * irix4-nat.c (get_longjmp_target): Ditto.
7003 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7004 (ia64_push_arguments): Ditto.
7005 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7006 * h8300-tdep.c (h8300_push_arguments): Ditto.
7007 (h8300_store_return_value): Ditto.
7008 (h8300_extract_struct_value_address): Ditto.
7009 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7010 (frv_push_arguments): Ditto.
7011 * avr-tdep.c (avr_pointer_to_address): Ditto.
7012 (avr_push_arguments): Ditto.
7013 * arm-tdep.c (arm_push_dummy_call): Ditto.
7014 (arm_get_longjmp_target): Ditto.
7015 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7016 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7017 (alpha_get_longjmp_target): Ditto.
7018
ae0167b9
AC
7019 * solib-irix.c (extract_mips_address): Inline extract_address,
7020 replacing it with extract_signed_integer.
7021 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7022 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7023 (first_link_map_member, open_symbol_file_object): Ditto.
7024 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7025 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7026 (LM_NEXT, LM_NAME): Ditto.
7027
44d88583
RH
70282003-06-01 Richard Henderson <rth@redhat.com>
7029
98a8e1e5
RH
7030 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7031 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7032 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7033 (alpha_cannot_store_register): Likewise.
7034 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7035 * alpha-nat.c (supply_gregset): Likewise.
7036 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 7037
310e9b6a
AC
70382003-06-01 Andrew Cagney <cagney@redhat.com>
7039
7040 * infcall.c (call_function_by_hand): Update comment on
7041 DEPRECATED_DUMMY_WRITE_SP.
7042
7043 * mips-tdep.c (mips_gdbarch_init): Do not set
7044 deprecated_dummy_write_sp.
7045 (mips_eabi_push_dummy_call): Set the SP register.
7046 (mips_o64_push_dummy_call): Set the SP register.
7047 (mips_o32_push_dummy_call): Set the SP register.
7048 (mips_n32n64_push_dummy_call): Set the SP register.
7049
5ab84872
RH
70502003-06-01 Richard Henderson <rth@redhat.com>
7051
98a8e1e5
RH
7052 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7053 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7054 (supply_gregset): Likewise.
7055 * alpha-tdep.c (alpha_store_return_value): Likewise.
7056 (alpha_get_longjmp_target): Likewise.
7057 (alpha_register_name): Constify array.
7058 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7059 deprecated_register_size, deprecated_register_bytes,
7060 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7061 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7062 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 7063
09cc52fd
RH
70642003-06-01 Richard Henderson <rth@redhat.com>
7065
7066 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7067 from arg_reg_buffer to regcache to avoid double conversion.
7068
c7f16359
MK
70692003-06-01 Mark Kettenis <kettenis@gnu.org>
7070
7071 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7072 SP_REGNUM.
7073 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7074 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7075
7131cb6e
RH
70762003-06-01 Richard Henderson <rth@redhat.com>
7077
98a8e1e5
RH
7078 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7079 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 7080
f3e0f90b
RH
70812003-06-01 Richard Henderson <rth@redhat.com>
7082
98a8e1e5
RH
7083 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7084 not overlapping PC_REGNUM.
f3e0f90b 7085
c88e30c0
RH
70862003-06-01 Richard Henderson <rth@redhat.com>
7087
98a8e1e5
RH
7088 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7089 alpha_push_arguments. Don't dump argument register data to
7090 the target stack. Fix float and 128-bit long double semantics.
7091 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7092 (alpha_fix_call_dummy): Remove.
7093 (alpha_call_dummy_words): Remove.
7094 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 7095
f1a559ae
RH
70962003-06-01 Richard Henderson <rth@redhat.com>
7097
7098 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7099
5e045346
AC
71002003-06-01 Andrew Cagney <cagney@redhat.com>
7101
95404a3e
AC
7102 * mips-tdep.c (is_mips16_addr): New function.
7103 (make_mips16_addr, unmake_mips16_addr): New functions.
7104 (pc_is_mips16, mips_fetch_instruction): Use.
7105 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7106 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7107 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7108 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7109 TARGET_MIPS.
7110 * config/mips/tm-mips.h: Update copyright.
7111 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7112 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7113 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7114 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7115 (TM_PRINT_INSN_MACH): Delete.
7116 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7117
5e045346
AC
7118 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7119 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7120 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7121 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7122 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7123 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7124 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7125 mips*-*-riscos* and mips*-*-sysv* onto mips.
7126 * config/mips/mips64.mt: New file.
7127 * config/mips/mips.mt: New file.
7128 * config/mips/littlemips.mt: Delete file.
7129 * config/mips/decstation.mt: Delete file.
7130 * config/mips/vr4300el.mt: Delete file.
7131 * config/mips/vr5000el.mt: Delete file.
7132 * config/mips/vr5000.mt: Delete file.
7133 * config/mips/vr4100.mt: Delete file.
7134 * config/mips/vr4xxxel.mt: Delete file.
7135 * config/mips/vr4300.mt: Delete file.
7136 * config/mips/vr4xxx.mt: Delete file.
7137 * config/mips/bigmips.mt: Delete file.
7138 * config/mips/bigmips64.mt: Delete file.
7139 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7140 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7141 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7142 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7143 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7144 "tm-bigmips.h".
7145 * config/mips/tm-irix3.h: Ditto.
7146 * config/mips/tm-mipsv4.h: Ditto.
7147 * config/mips/tm-embed.h: Ditto.
7148 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7149 "tm-bigmips64.h".
7150 * config/mips/tm-vr5000el.h: Delete file.
7151 * config/mips/tm-tx39l.h: Delete file.
7152 * config/mips/tm-vr4300el.h: Delete file.
7153 * config/mips/tm-vr4xxxel.h: Delete file.
7154 * config/mips/tm-vr4300.h: Delete file.
7155 * config/mips/tm-vr4100.h: Delete file.
7156 * config/mips/tm-vr4xxx.h: Delete file.
7157 * config/mips/tm-vr5000.h: Delete file.
7158 * config/mips/tm-embedl64.h: Delete file.
7159 * config/mips/tm-embedl.h: Delete file.
7160 * config/mips/tm-embed64.h: Delete file.
7161 * config/mips/tm-bigmips64.h: Delete file.
7162 * config/mips/tm-bigmips.h: Delete file.
7163
2473a4a9
MK
71642003-06-01 Mark Kettenis <kettenis@gnu.org>
7165
97a5b208
MK
7166 Fix gdb/1216.
7167 * shnbsd-nat.c: Include "sh-tdep.h".
7168
2473a4a9
MK
7169 From Richard Henderson <rth@redhat.com>:
7170 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7171
e0f7ec59
AC
71722003-05-31 Andrew Cagney <cagney@redhat.com>
7173
7174 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7175 forward declaration.
7176 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7177 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7178 (mips_find_saved_regs): Use set_reg_offset.
7179 (mips_frame_init_saved_regs): Delete function.
7180 (mips_pop_frame): Call mips_find_saved_regs instead of
7181 DEPRECATED_FRAME_INIT_SAVED_REGS.
7182
68dcc709
AC
71832003-05-31 Andrew Cagney <cagney@redhat.com>
7184
7185 * mips-tdep.c (mips_gdbarch_init): Do not set
7186 deprecated_max_register_raw_size, register_virtual_size, and
7187 deprecated_max_register_virtual_size.
7188
cfc14b3a
MK
71892003-05-31 Mark Kettenis <kettenis@gnu.org>
7190
6405b0a6
MK
7191 * i386-tdep.c: Include "dwarf2-frame.h".
7192 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7193 * Makefile.in (i386-tdep.o): Update dependencies.
7194
cfc14b3a
MK
7195 * dwarf2-frame.c, dwarf2-frame.h: New files.
7196 * Makefile.in (SFILES): Add dwarf2-frame.c.
7197 (dwarf2_frame_h): Define.
7198 (COMMON_OBS): Add dwarf2-frame.o.
7199 (dwarf2-frame.o): Add dependencies.
7200
6a2751d2
AJ
72012003-05-31 Andreas Jaeger <aj@suse.de>
7202
7203 * x86-64-linux-nat.c: Fix comment.
7204
1c3545ae
MK
72052003-05-31 Mark Kettenis <kettenis@gnu.org>
7206
10f93086
MK
7207 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7208 function signature.
7209
1c3545ae
MK
7210 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7211 have a sigcontext_addr handler.
7212 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7213 sigcontext_addr handler.
7214
e11c53d2
AC
72152003-05-31 Andrew Cagney <cagney@redhat.com>
7216
7217 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7218 (print_fp_register_row): Replace do_fp_register_row.
7219 (mips_print_fp_register): Add "file" and "frame" parameters.
7220 (mips_print_register): Add "file" and "frame" parameters.
7221 (mips_print_registers_info): Replace mips_do_registers_info.
7222 (mips_gdbarch_init): Set print_registers_info instead of
7223 deprecated_do_registers_info.
7224 (mips_read_fp_register_single): Add "frame" parameter.
7225 (mips_read_fp_register_double): Add "frame" parameter.
7226
a3386186
MK
72272003-05-31 Mark Kettenis <kettenis@gnu.org>
7228
70913449
MK
7229 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7230 Fixes a bug where GDB would print the wrong register names for
7231 targets without SSE.
7232
2b5e0749
MK
7233 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7234 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7235 registers.
7236
7237 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7238 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7239 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7240 TDEP->sc_sp_offset.
7241
a3386186
MK
7242 From Michal Ludvig <mludvig@suse.cz>:
7243 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7244 and `sc_num_regs'.
7245 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7246 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7247 I386_ST0_REGNUM): Move here from...
7248 * i386-tdep.c: ... here.
7249 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7250 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7251 registers if possible.
7252 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7253 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7254 Remove variables.
7255 (i386bsd_sc_reg_offset): New variable.
7256 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7257 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7258 TDEP->sc_sp_offset.
7259 (i386fbsd_sc_reg_offset): New variable.
7260 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7261 TDEP->sc_num_regs.
7262 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7263 variables.
7264 (i386fbsd4_sc_reg_offset): New variable.
7265 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7266 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7267 TDEP->sc_sp_offset.
7268 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7269 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7270 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7271 Remove variables.
7272 (i386nbsd_sc_reg_offset): New variable.
7273 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7274 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7275 TDEP->sc_sp_offset.
7276 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7277 Remove variables.
7278 (i386obsd_sc_reg_offset): New variable.
7279 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7280 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7281 TDEP->sc_sp_offset.
7282 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7283 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7284 for frame pointer offset in `struct sigcontext'.
7285
25ab4790
AC
72862003-05-31 Andrew Cagney <cagney@redhat.com>
7287
7288 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7289 architecture methods call_dummy_words, sizeof_call_dummy_words,
7290 push_return_address, store_struct_return, and fix_call_dummy. Set
7291 push_dummy_call instead of deprecated_push_arguments.
7292 (mips_store_struct_return): Delete function.
7293 (mips_fix_call_dummy): Delete function.
7294 (mips_push_return_address): Delete function.
7295 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7296 RA_REGNUM and T9_REGNUM.
7297 (mips_n32n64_push_dummy_call): Ditto for
7298 mips_n32n64_push_arguments.
7299 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7300 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7301
6a65450a
AC
73022003-05-31 Andrew Cagney <cagney@redhat.com>
7303
7304 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7305 "dummy_addr" to "bp_addr".
7306 * infcall.c (call_function_by_hand): Pass "funaddr" to
7307 gdbarch_push_dummy_call.
7308 * gdbarch.h, gdbarch.c: Re-generate.
7309 * i386-tdep.c (i386_push_dummy_call): Update.
7310 * arm-tdep.c (arm_push_dummy_call): Update.
7311 * d10v-tdep.c (d10v_push_dummy_call): Update.
7312
c4f35dd8
MK
73132003-05-31 Mark Kettenis <kettenis@gnu.org>
7314
7315 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7316 variable declarations.
7317 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7318 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7319 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7320 x86_64_init_frame_pc, x86_64_init_frame_pc,
7321 x86_64_function_has_prologue): Remove prototypes.
7322 (X86_64_NUM_GREGS): New define.
7323 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7324 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7325 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7326 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7327 XMM1_REGNUM): Remove defines.
7328 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7329 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7330 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7331 X86_64_XMM1_REGNUM): New defines.
7332 (struct x86_64_register_info): Renamed from `struct
7333 register_info'. Remove `size' member.
7334 (x86_64_register_info_table): Remove variable.
7335 (x86_64_register_info): New variable.
7336 (X86_64_NUM_REGS): New define.
7337 (X86_64_NUM_GREGS): Remove define.
7338 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7339 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7340 Remove variables.
7341 (x86_54_dwarf2_reg_to_regnum): Remove function.
7342 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7343 (x86_64_dwarf_reg_to_regnum): New function.
7344 (x86_64_register_name): Rewrite.
7345 (x86_64_register_raw_size): Remove function.
7346 (x86_64_register_byte_table): Remove variable.
7347 (x86_64_register_byte): Remove function.
7348 (x86_64_register_virtual_type): Remove function.
7349 (x86_64_register_type): New function.
7350 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7351 x86_64_register_convert_to_raw): Remove functions.
7352 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7353 (x86_64_use_struct_convention): Make static. Adjust for renamed
7354 defines.
7355 (x86_64_frame_init_saved_regs): Remove function.
7356 (x86_64_push_arguments): Make static. Change to accept a regcache
7357 as argument.
7358 (x86_64_store_return_value, x86_64_extract_return_value): Make
7359 static. Rewrite based on i386 counterparts.
7360 (x86_64_push_dummy_call): New function.
7361 (X86_64_NUM_SAVED_REGS): New define.
7362 (x86_64_register_number): Remove function.
7363 (x86_64_store_struct_return): Remove function.
7364 (x86_64_frameless_function_invocation,
7365 x86_64_function_has_prologue): Remove functions.
7366 (PROLOG_BUFSIZE): Remove define.
7367 (struct x86_64_frame_cache): New structure.
7368 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7369 x86_64_frame_cache, x86_64_frame_this_id,
7370 x86_64_frame_prev_register, x86_64_frame_p,
7371 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7372 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7373 functions.
7374 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7375 variables.
7376 (x86_64_skip_prologue): Rewrite in terms of
7377 x86_64_analyze_prologue.
7378 (x86_64_frame_base_address): New function.
7379 (x86_64_frame_base): New variable.
7380 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7381 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7382 set deprecated_fp_regnum, deprecated_register_size,
7383 deprecated_register_bytes, register_raw_size, register_byte,
7384 register_virtual_type, register_convertiable,
7385 register_convert_to_virtual, convert_to_raw,
7386 deprecated_get_saved_register, deprecated_target_read_fp,
7387 deprecated_push_arguments, deprecated_push_return_address,
7388 deprecated_pop_frame, deprecated_store_struct_return,
7389 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7390 frameless_function_invocation, deprecated_frame_saved_pc,
7391 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7392 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7393 deprecated_init_frame_pc and virtual_frame_pointer. Call
7394 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7395 and x86_64_frame_p. Call frame_base_set_default to register
7396 x86_64_frame_base.
7397 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7398 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7399 (_initialize_x86_64_tdep): Remove function.
7400 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7401 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7402 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7403 define.
7404 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7405 (x86_64_linux_sigcontext_addr): Rewrite.
7406 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7407 x86_64_linux_frame_saved_pc): Remove functions.
7408 (x86_64_linux_pc_in_sigtramp): Renamed from
7409 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7410 trampoline.
7411 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7412 Remove_functions.
7413 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7414 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7415 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7416 (x86_64_regmap): Rename to regmap.
7417 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7418 x86_64_num_gregs.
7419 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7420 x86_64_regmap.
7421 (x86_64_fxsave_offset): Remove function.
7422 (supply_fpregset): Simply call x86_64_supply_fxsave.
7423 (fill_fpregset): Simply call x86_64_fill_fxsave.
7424 (fetch_inferior_registers, store_inferior_registers): Avoid
7425 asignment in if-statement.
7426 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7427 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7428 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7429 (fetch_core_registers): Remove function.
7430 (linux_elf_core_fns): Remove.
7431 (offsetoff): Don't define.
7432 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7433 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7434 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7435 add core-regset.o.
7436 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7437 protection against multiple includes instead of NM_X86_64_h. Add
7438 various comments. Include "config/nm-linux.h". Don't include
7439 <signal.h>.
7440 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7441 GET_THREAD_SIGNALS): Remove defines.
7442 (x86_64_register_u_addr, kernel_u_size,
7443 lin_thread_get_thread_signals): Remove prototypes.
7444 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7445 [HAVE_LINK_H]: Don't include "solib.h".
7446 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7447 * config/i386/tm-x86-64linux.h: Fix comments.
7448 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7449 x86-64-tdep.o): Update dependencies.
7450
c25083af
AC
74512003-05-30 Andrew Cagney <cagney@redhat.com>
7452
c8f55a7b
AC
7453 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7454 Change parameter type to a "struct regcache *".
7455
c25083af
AC
7456 * gdbarch.sh: Regardless of the multi-arch level, always define
7457 the macro when not already defined.
7458 * gdbarch.h, gdbarch.c: Re-generate.
7459
fbe586ae
RH
74602003-05-30 Richard Henderson <rth@redhat.com>
7461
7462 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7463 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7464 (alpha_mdebug_frame_this_id): Likewise.
7465 (alpha_mdebug_frame_prev_register): Likewise.
7466 (alpha_mdebug_frame_base_address): Likewise.
7467 (alpha_mdebug_frame_locals_address): Likewise.
7468 (alpha_mdebug_frame_args_address): Likewise.
7469 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7470 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7471 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7472 loop increment.
7473 (alpha_heuristic_frame_this_id): Make static.
7474 (alpha_heuristic_frame_prev_register): Likewise.
7475 (alpha_heuristic_frame_base_address): Likewise.
7476 * alpha-tdep.h: Update.
7477
acd5c798
MK
74782003-05-30 Mark Kettenis <kettenis@gnu.org>
7479
7480 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7481 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7482 defenitions.
7483 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7484 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7485 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7486 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7487 I386_ST0_REGNUM): New defines.
7488 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7489 codestream_get): Remove define.
7490 (codestream_next_addr, condestream_addr, condestream_buf,
7491 codestream_off, codestream_cnt): Remove variables.
7492 (codestream_fill, codestream_seek, codestream_read): Remove
7493 functions.
7494 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7495 functionality.
7496 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7497 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7498 i386_frame_saved_pc, i386_saved_pc_after_call,
7499 i386_frame_num_args, i386_frame_init_saved_regs,
7500 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7501 i386_push_arguments): Remove functions.
7502 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7503 functionality. Use i386_analyze_prologue instead of
7504 i386_get_frame_setup.
7505 (I386_NUM_SAVED_REGS): New define.
7506 (struct i386_frame_cache): New structure.
7507 (i386_alloc_frame_cache, i386_analyze_struct_return,
7508 i386_skip_probe, i386_analyze_frame_setup,
7509 i386_analyze_register_saves, i386_analyze_prologue,
7510 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7511 i386_frame_prev_register, i386_sigtramp_frame_cache,
7512 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7513 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7514 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7515 New functions.
7516 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7517 New variables.
7518 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7519 I386_EAX_REGNUM and I386_EDX_REGNUM.
7520 (i386_extract_return_value, i386_store_return_value): Use
7521 I386_ST0_REGNUM where appropriate.
7522 (i386_extract_struct_value_address): Rewrite to use extract_address.
7523 (i386_svr4_pc_in_sigtramp): Add comment.
7524 (i386_svr4_sigcontext_addr): Rewrite.
7525 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7526 TDEP->sc_sp_offset.
7527 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7528 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7529 of new defines. Set push_dummy_call, don't set
7530 deprecated_push_arguments, deprecated_push_return_address,
7531 deprecated_pop_frame. Don't set parm_boundary. Don't set
7532 deprecated_frame_chain, deprecated_frame_saved_pc,
7533 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7534 save_dummy_frame_tos, unwind_pc. Call
7535 frame_unwind_append_predicate and frame_base_set_default. Don't
7536 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7537 Don't set frameless_function_invocation. Don't set
7538 deprecated_register_bytes, deprecated_register_size,
7539 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7540 * i386-linux-tdep.c: Fix formatting in some comments.
7541 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7542 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7543 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7544 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7545 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7546 redundant parentheses.
7547 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7548 (i386_linux_sigcontext_addr): Use it. Rewrite.
7549 (find_minsym_and_objfile): Change name of second argument.
7550 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7551 changed. Use frame_pc_unwind instead of
7552 DEPRECATED_SAVED_PC_AFTER_CALL.
7553 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7554 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7555 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7556 unwinder.
7557 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7558 "dummy-frame.h".
7559 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7560 (_initialize_i386_cygwin_tdep): New prototype.
7561 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7562 deprecated_frame_chain_valid.
7563 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7564 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7565 Rely on the SVR4 defaults.
7566 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7567 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7568
c89b70f1
AC
75692003-05-30 Andrew Cagney <cagney@redhat.com>
7570
7571 * infcall.c (call_function_by_hand): Always call
7572 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7573
85b32d22
RH
75742003-05-30 Richard Henderson <rth@redhat.com>
7575
c89b70f1
AC
7576 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7577 increment.
85b32d22 7578
bfe51b1e
JB
75792003-05-29 Jim Blandy <jimb@redhat.com>
7580
7581 Use gdbarch methods for solib stuff on PowerPC Linux.
7582 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7583 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7584 show through.
7585 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7586 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7587 giving the same effect as the #definitions above.
7588
1abf022c
AF
75892003-05-29 Adam Fedor <fedor@gnu.org>
7590
7591 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7592 (find_implementation_from_class): Replace it with the standard
7593 case i.e. do nothing.
7594
d2427a71
RH
75952003-05-29 Richard Henderson <rth@redhat.com>
7596
7597 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7598 (alpha_linux_sigtramp_offset): Use it. Make static.
7599 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7600 update for new frame model.
7601 * alpha-mdebug-tdep.c: New file.
7602 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7603 (alpha_osf1_init_abi): Install it.
7604 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7605 (linked_proc_desc_table): Remove.
7606 (alpha_frame_past_sigtramp_frame): Remove.
7607 (alpha_dynamic_sigtramp_offset): Remove.
7608 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7609 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7610 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7611 (push_sigtramp_desc): Remove.
7612 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7613 (alpha_cannot_store_register): Likewise.
7614 (alpha_sigcontext_addr): Remove.
7615 (alpha_find_saved_regs): Remove.
7616 (alpha_frame_init_saved_regs): Remove.
7617 (alpha_init_frame_pc_first): Remove.
7618 (read_next_frame_reg): Remove.
7619 (alpha_frame_saved_pc): Remove.
7620 (alpha_saved_pc_after_call): Remove.
7621 (temp_proc_desc, temp_saved_regs): Remove.
7622 (alpha_about_to_return): Remove.
7623 (cached_proc_desc): Remove.
7624 (alpha_frame_chain): Remove.
7625 (alpha_print_extra_frame_info): Remove.
7626 (alpha_init_extra_frame_info): Remove.
7627 (alpha_frame_locals_address): Remove.
7628 (alpha_frame_args_address): Remove.
7629 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7630 (alpha_push_dummy_frame): Remove.
7631 (alpha_pop_frame): Remove.
7632 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7633 (alpha_read_insn): New.
7634 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7635 for different insn encodings.
7636 (alpha_in_lenient_prologue): Remove.
7637 (struct alpha_sigtramp_unwind_cache): New.
7638 (alpha_sigtramp_frame_unwind_cache): New.
7639 (alpha_sigtramp_register_address): New.
7640 (alpha_sigtramp_frame_this_id): New.
7641 (alpha_sigtramp_frame_prev_register): New.
7642 (alpha_sigtramp_frame_unwind): New.
7643 (alpha_sigtramp_frame_p): New.
7644 (struct alpha_heuristic_unwind_cache): New.
7645 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7646 don't count nop insns that occur between functions.
7647 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7648 heuristic_proc_desc, but without the mdebug wrapping.
7649 (alpha_heuristic_frame_this_id): New.
7650 (alpha_heuristic_frame_prev_register): New.
7651 (alpha_heuristic_frame_unwind): New.
7652 (alpha_heuristic_frame_p): New.
7653 (alpha_heuristic_frame_base_address): New.
7654 (alpha_heuristic_frame_base): New.
7655 (alpha_unwind_dummy_id): New.
7656 (alpha_unwind_pc): New.
7657 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7658 frame related deprecated initializations; install replacements.
7659 (alpha_dump_tdep): Remove.
7660 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7661 (alpha_read_insn, alpha_after_prologue,
7662 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7663 alpha_heuristic_frame_prev_register,
7664 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7665 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7666 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7667 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7668
93ec1121
AC
76692003-05-29 Andrew Cagney <cagney@redhat.com>
7670
7671 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7672 dependant on the availability of ASSERT_FUNCTION.
7673 (ASSERT_FUNCTION): Do not define when there is no function name.
7674
98f08d3d
KB
76752003-05-29 Kevin Buettner <kevinb@redhat.com>
7676
7677 From Jimi X <jimix@watson.ibm.com>:
7678 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7679
0897f59b
JB
76802003-05-28 Jim Blandy <jimb@redhat.com>
7681
7682 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7683 argument to ptrace to int; the system headers should give it the
7684 right type, and pointers don't fit in ints on powerpc64-*-*.
7685
14898363
L
76862003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7687
7688 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7689 DW_TAG_catch_block.
7690
a7a48797
EZ
76912003-05-26 Elena Zannoni <ezannoni@redhat.com>
7692
7693 * stabsread.c (dbx_lookup_type): Make static.
7694 (read_type): Ditto.
7695 (add_undefined_type): Ditto.
7696 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7697 not export.
7698
f5479e9c
EZ
76992003-05-26 Elena Zannoni <ezannoni@redhat.com>
7700
7701 * hpread.c (hpread_has_name): Make static.
7702 (hpread_psymtab_to_symtab): Ditto.
7703 (file_exists): Ditto.
7704 (hpread_call_pxdb): Ditto.
7705 (hpread_pxdb_needed): Ditto.
7706 (hpread_quick_traverse): Ditto.
7707 (hpread_get_header): Ditto.
7708 (hpread_get_lntt): Ditto.
7709 (hpread_get_slt): Ditto.
7710 (class_of): Ditto.
7711
eb2e12d7
AS
77122003-05-25 Andreas Schwab <schwab@suse.de>
7713
78bf922a
AS
7714 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7715 stack_align and deprecated_extra_stack_alignment_needed.
7716 (m68k_stack_align): Delete.
7717
eb2e12d7
AS
7718 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7719 (m68k_register_virtual_size): Likewise.
7720 (altos_skip_prologue): Remove obsolete function.
7721 (isi_frame_num_args): Likewise.
7722 (news_frame_num_args): Likewise.
7723 (m68k_fix_call_dummy): Make static.
7724 (m68k_push_dummy_frame): Likewise.
7725 (m68k_pop_frame): Likewise.
7726 (m68k_skip_prologue): Likewise.
7727 (m68k_frame_init_saved_regs): Likewise.
7728 (m68k_saved_pc_after_call): Likewise.
7729 (m68k_get_longjmp_target): Make multi-arch.
7730 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7731 structure. Register m68k_get_longjmp_target if enabled.
7732 * m68k-tdep.h (struct gdbarch_tdep): Define.
7733 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7734
7735 * Makefile.in (config.status): Also depend on configure.tgt
7736 and configure.host.
7737 (m68klinux-tdep.o): Update dependencies.
7738 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7739 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7740 (M68K_LINUX_JB_PC): Define.
7741 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7742 and take additional parameter.
7743 (m68k_linux_sigtramp_saved_pc): Update.
7744 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7745 m68k_linux_pc_in_sigtramp, in_plt_section,
7746 find_solib_trampoline_target.
7747 * config/m68k/tm-linux.h: Don't include any tm headers.
7748 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7749 (JB_ELEMENT_SIZE): Likewise.
7750 (JB_PC): Likewise.
7751 (GET_LONGJMP_TARGET): Likewise.
7752 (IN_SIGTRAMP): Likewise.
7753 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7754
eb2c22dc
MK
77552003-05-25 Mark Kettenis <kettenis@gnu.org>
7756
7757 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7758 (sparc32_push_arguments): Re-implement by calling
7759 sparc32_do_push_arguments.
7760
44b7b84e
MK
77612003-05-25 Mark Kettenis <kettenis@gnu.org>
7762
7763 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7764 SPARC_O1_REGNUM): New defines.
7765 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7766 (sparc32_store_return_value): New function.
7767 (sparc_extract_struct_value_address): Rewrite to operate on a
7768 regcache.
7769 (sparc_gdbarch_init): Don't set
7770 deprecated_extract_struct_value_address. Set
7771 extract_struct_value_address instead. Don't set
7772 deprecated_extract_return_value and deprecated_store_return_value
7773 for 32-bit targets. Set extract_return_value and
7774 store_return_value instead.
7775 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7776 DEPRECTAED_EXTRACT_RETURN_VALUE,
7777 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7778 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7779 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7780 (sparc_store_return_value): Remove prototype.
7781 (sparc32_store_return_value): New prototype.
7782 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7783 Adjust prototypes.
7784
f6ad61e3
MK
77852003-05-24 Mark Kettenis <kettenis@gnu.org>
7786
7787 * sparcnbsd-tdep.c: Include "gdb_string.h".
7788
b276f1bb
AC
77892003-05-23 Andrew Cagney <cagney@redhat.com>
7790
7791 * p-valprint.c (pascal_val_print): Replace extract_address with
7792 the inline equivalent extract_unsigned_integer.
7793 * jv-valprint.c (java_value_print): Ditto.
7794 * ada-valprint.c (ada_val_print_1): Ditto.
7795 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7796
e76c5fcc
TR
77972003-05-23 Theodore A. Roth <troth@openavr.org>
7798
7799 * blockframe.c (frameless_look_for_prologue): Remove unused
7800 after_prologue variable.
7801
2cdd89cb
MK
78022003-05-23 Mark Kettenis <kettenis@gnu.org>
7803
7804 * blockframe.c (get_pc_function_start): Rewrite to avoid
7805 asignments in if-statements.
7806
182d43bc
EZ
78072003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7808
7809 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 7810 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
7811 files, don't relocate absolute symbols (and do use mst_abs).
7812
e8f3fcdd
AC
78132003-05-23 Andrew Cagney <cagney@redhat.com>
7814
7815 * objc-lang.c: Include "gdb_assert.h".
7816 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7817 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7818 (gdb_check, gdb_check_fatal): Delete functions.
7819 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7820 gdb_assert.
7821 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7822 * Makefile.in (objc-lang.o): Update dependencies.
7823
3c23e6fb
ILT
78242003-05-22 Ian Lance Taylor <ian@airs.com>
7825
7826 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7827 with fprintf_filtered, not fprintf_unfiltered.
7828
af1342ab
AC
78292003-05-22 Andrew Cagney <cagney@redhat.com>
7830
7831 * stack.c (frame_info): Inline extract_address, replacing it with
7832 extract_unsigned_integer.
7833 * findvar.c (unsigned_pointer_to_address): Ditto.
7834 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7835 * dwarf2expr.c (dwarf2_read_address): Ditto.
7836 * frame.c (frame_pc_unwind): Update comment.
7837 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7838
47e242ec
JJ
78392003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7840
7841 * infptrace.c (detach): Call print_sys_errmsg rather than
7842 perror_with_name to issue warning message when errno is non-zero
7843 after calling ptrace detach.
7844
e2ac8128
JB
78452003-05-21 J. Brobecker <brobecker@gnat.com>
7846
7847 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7848 macro definitions from here...
7849 * hppa-tdep.c: ...to there.
7850
92b3541e
KB
78512003-05-20 Kevin Buettner <kevinb@redhat.com>
7852
7853 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7854 register_ptrace_addr(). Fix all callers.
7855
55809acb
AS
78562003-05-21 Andreas Schwab <schwab@suse.de>
7857
7858 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7859 dependencies.
7860 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7861 end.
7862 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7863 (_initialize_m68k_linux_tdep): New function.
7864 (m68k_linux_frame_saved_pc): Make static.
7865 (m68k_linux_extract_return_value): Likewise.
7866 (m68k_linux_store_return_value): Likewise.
7867 (m68k_linux_extract_struct_value_address): Likewise.
7868 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7869 Remove.
7870 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7871 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7872 (DEPRECATED_FRAME_SAVED_PC): Remove.
7873
0fbc10f7
KW
78742003-05-20 Kris Warkentin <kewarken@qnx.com>
7875
7876 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7877 regset numbering rather than our own.
7878
58da2eb2
DC
78792003-05-19 David Carlton <carlton@bactrian.org>
7880
7881 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7882
1fcb5155
DC
78832003-05-19 David Carlton <carlton@bactrian.org>
7884
7885 Partial fix for PR c++/827.
7886 * cp-support.h: Include symtab.h.
7887 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7888 * cp-namespace.c: Update contributors.
7889 (cp_lookup_symbol_nonlocal): New.
7890 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7891 (lookup_symbol_file): Ditto.
7892 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7893 * block.h: Declare block_scope, block_using, block_global_block.
7894 * block.c (block_scope): New.
7895 (block_using, block_global_block): Ditto.
7896 * Makefile.in (cp_support_h): Depend on symtab_h.
7897 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7898
5f9a71c3
DC
78992003-05-19 David Carlton <carlton@bactrian.org>
7900
7901 * language.h (struct language_defn): Add 'la_value_of_this'
7902 and 'la_lookup_symbol_nonlocal' members.
7903 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7904 lookup_symbol_static, lookup_symbol_global,
7905 lookup_symbol_aux_block.
7906 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7907 if we should search fields of this and how to do static/global
7908 lookup.
7909 (lookup_symbol_aux_block): Make extern.
7910 (basic_lookup_symbol_nonlocal): New.
7911 (lookup_symbol_static, lookup_symbol_global): Ditto.
7912 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7913 'la_lookup_symbol_nonlocal' members.
7914 * c-lang.c (c_language_defn, cplus_language_defn)
7915 (asm_language_defn, minimal_language_defn): Ditto.
7916 * jv-lang.c (java_language_defn): Ditto.
7917 * language.c (unknown_language_defn, auto_language_defn)
7918 (local_language_defn): Ditto.
7919 * m2-lang.c (m2_language_defn): Ditto.
7920 * objc-lang.c (objc_language_defn): Ditto.
7921 * scm-lang.c (scm_language_defn): Ditto.
7922 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7923 * p-lang.c (pascal_language_defn): Ditto for both.
7924 * Makefile.in (f-lang.o): Depend on value_h.
7925 (p-lang.o): Ditto.
7926
89a9d1b1
DC
79272003-05-19 David Carlton <carlton@bactrian.org>
7928
7929 * block.h: Declare block_static_block.
7930 * block.c (block_static_block): New.
7931 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7932 lookup_symbol_aux_local, calling block_static_block instead.
7933 (lookup_symbol_aux_local): Delete 'static_block' argument.
7934
eed3f8ab
DC
79352003-05-19 David Carlton <carlton@bactrian.org>
7936
7937 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7938
a09d8bda
ML
79392003-05-19 Michal Ludvig <mludvig@suse.cz>
7940
7941 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7942 register numbers mapping.
7943
69636828
AF
79442003-05-18 Adam Fedor <fedor@gnu.org>
7945
7946 * symtab.c (completion_list_objc_symbol): New function.
7947 (make_symbol_completion_list): Use it to add ObjC symbols
7948 when looking though the list.
7949 (language_search_unquoted_string): New function.
7950 (make_file_symbol_completion_list): Use it.
7951
55baeb84
AS
79522003-05-18 Andreas Schwab <schwab@suse.de>
7953
d0b45d99
AS
7954 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7955 dependencies.
7956 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7957 as m68k_linux_extract_return_value.
7958 (DEPRECATED_STORE_RETURN_VALUE): Define as
7959 m68k_linux_store_return_value.
7960 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7961 m68k_linux_extract_struct_value_address.
7962 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7963 get_next_frame, get_frame_base, get_frame_pc.
7964 (m68k_linux_frame_saved_pc): Use get_frame_base.
7965 (m68k_linux_extract_return_value): New function.
7966 (m68k_linux_store_return_value): New function.
7967 (m68k_linux_extract_struct_value_address): New function.
7968 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7969
55baeb84
AS
7970 * c-exp.y (typebase): Remove duplicate occurence of
7971 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 7972 of lookup_signed_typename.
55baeb84 7973
b6b08ebf
MK
79742003-05-18 Mark Kettenis <kettenis@gnu.org>
7975
7976 * dwarf2loc.c (find_location_expression): Change type of second
7977 argument to `size_t *'.
7978 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7979 for size variable.
7980
5ad1c190
DC
79812003-05-18 David Carlton <carlton@bactrian.org>
7982
7983 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7984 'linkage_name'. Add comment.
7985 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7986 'linkage_name'.
7987 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7988 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7989 (lookup_block_symbol): Ditto.
7990
b8b527c5
AC
79912003-05-16 Andrew Cagney <cagney@redhat.com>
7992
7993 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7994 * gdbarch.h, gdbarch.c: Re-generate.
7995 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7996 * TODO (REGISTER_BYTES): Delete reference.
7997 * alpha-tdep.c (alpha_gdbarch_init): Update.
7998 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7999 * x86-64-tdep.c (x86_64_init_abi): Update.
8000 * vax-tdep.c (vax_gdbarch_init): Update.
8001 * v850-tdep.c (v850_gdbarch_init): Update.
8002 * sparc-tdep.c (sparc_gdbarch_init): Update.
8003 * sh-tdep.c (sh_gdbarch_init): Update.
8004 * s390-tdep.c (s390_gdbarch_init): Update.
8005 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8006 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8007 (ns32k_gdbarch_init_32382): Update.
8008 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8009 * mcore-tdep.c (mcore_gdbarch_init): Update.
8010 * m68k-tdep.c (m68k_gdbarch_init): Update.
8011 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8012 * ia64-tdep.c (ia64_gdbarch_init): Update.
8013 * i386-tdep.c (i386_gdbarch_init): Update.
8014 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8015 * hppa-tdep.c (hppa_gdbarch_init): Update.
8016 * h8300-tdep.c (h8300_gdbarch_init): Update.
8017 * frv-tdep.c (frv_gdbarch_init): Update.
8018 * cris-tdep.c (cris_gdbarch_init): Update.
8019 * avr-tdep.c (avr_gdbarch_init): Update.
8020 * arm-tdep.c (arm_gdbarch_init): Update.
8021 * sparc-tdep.c (sparc_pop_frame): Update.
8022 * rs6000-tdep.c (rs6000_pop_frame): Update.
8023 * remote.c (init_remote_state): Update.
8024 (remote_prepare_to_store): Update.
8025 * remote-vx.c (vx_prepare_to_store): Update.
8026 * remote-sds.c (sds_fetch_registers): Update.
8027 (sds_prepare_to_store): Update.
8028 * remote-array.c: Update.
8029 * regcache.c (init_legacy_regcache_descr): Update.
8030 (init_regcache_descr): Update.
8031 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8032 (mips_o64_extract_return_value): Update.
8033 * irix5-nat.c (fetch_core_registers): Update.
8034 * irix4-nat.c (fetch_core_registers): Update.
8035 * i386-tdep.h: Update.
8036 * hppa-tdep.c (pa_do_registers_info): Update.
8037 (pa_do_strcat_registers_info): Update.
8038 * cris-tdep.c (cris_register_bytes_ok): Update.
8039 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8040 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8041 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8042 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8043 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8044 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8045 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8046 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8047 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8048 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8049 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8050 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8051 (REGISTER_BYTES_OK): Update.
8052 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8053 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8054
ee2842e2
ILT
80552003-05-16 Ian Lance Taylor <ian@airs.com>
8056
8057 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8058 (vax_print_insn, print_insn_arg): Remove static functions.
8059 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8060 print_insn_vax from opcodes library.
8061 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8062
973177d3
AC
80632003-05-15 Andrew Cagney <cagney@redhat.com>
8064
aaab4dba
AC
8065 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8066 * target.h (memory_breakpoint_from_pc): Delete declaration.
8067 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8068 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8069 * monitor.c (monitor_insert_breakpoint): Use
8070 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8071 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8072 * gdbarch.h, gdbarch.c: Re-generate.
8073 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8074 (sparc_gdbarch_init): Set breakpoint_from_pc to
8075 sparc_breakpoint_from_pc.
8076 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8077 (BREAKPOINT_FROM_PC): Define.
8078 (sparc_breakpoint_from_pc): Declare.
8079 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8080 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8081 (BREAKPOINT_FROM_PC): Define.
8082 (BREAKPOINT): Delete macro.
8083 * target.h: Update comment.
8084 * s390-tdep.c (s390_gdbarch_init): Update comments.
8085 * remote.c: Update comments.
8086 * remote-mips.c: Update comments.
8087 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8088 * mem-break.c: Update comment.
8089 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8090 (ia64_memory_insert_breakpoint): Update.
8091 * config/sparc/tm-sparc.h: Update comment.
8092 * config/pa/tm-hppa64.h: Update comment.
8093 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8094 (rs6000_breakpoint_from_pc): Update.
8095 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8096 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8097 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8098 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8099 (mips_breakpoint_from_pc): Update.
8100 (mips_dump_tdep): Update.
8101
e06963ff
AC
8102 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8103 * minsyms.c (lookup_minimal_symbol): Inline
8104 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8105
973177d3
AC
8106 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8107 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8108 * p-lang.c (pascal_printstr): Ditto.
8109 * objc-lang.c (objc_printstr): Ditto.
8110 * m2-lang.c (m2_printstr): Ditto.
8111 * jv-valprint.c (java_print_value_fields): Ditto.
8112 * f-lang.c (f_printstr): Ditto.
8113 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8114 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8115 for repeat_count_threshold.
8116 * Makefile.in (cp-valprint.o): Update dependencies.
8117
5ea2bd7f 81182003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 8119
5ea2bd7f
JJ
8120 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8121 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
8122 they start with mov r2,r12. Support skipping over indirect stores
8123 of the input registers. Upon hitting a non-nop branch instruction
8124 or predicated instruction, bail out by setting lim_pc to the current
8125 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
8126 beyond our calculated value and we have trust_limit set,
8127 use the lim_pc value.
8128
cc8c88f3
AC
81292003-05-15 Andrew Cagney <cagney@redhat.com>
8130
8131 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8132 generic_find_dummy_frame.
8133 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8134 (deprecated_generic_find_dummy_frame): Update.
8135 (deprecated_read_register_dummy): Update.
8136 * frame.c (deprecated_generic_get_saved_register): Update.
8137
909cd28e
TR
81382003-05-15 Theodore A. Roth <troth@openavr.org>
8139
8140 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8141 (avr_gdbarch_init): Set breakpoint_from_pc method.
8142
b923b08d
AC
81432003-05-15 Andrew Cagney <cagney@redhat.com>
8144
8145 * regcache.c (build_regcache): Set deprecated_register_valid
8146 directly.
8147 (deprecated_grub_regcache_for_register_valid): Delete function.
8148 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8149 declaration.
8150
ae2f03ac 81512003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
8152
8153 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
8154 * symtab.c (lookup_symbol_aux): Delete calls to
8155 lookup_symbol_aux_minsyms.
8156 (lookup_symbol_aux_minsyms): Comment out function and
8157 prototype. Delete lookup by mangled name.
ae2f03ac 8158
18ec9831
KB
81592003-05-14 Kevin Buettner <kevinb@redhat.com>
8160
8161 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8162 correctly indicate an empty stack and ``stack_allocated'' to the
8163 indicate the number of elements initially allocated.
8164 (dwarf_expr_grow_stack): Simplify method for computing new
8165 stack size. Don't loop infinitely if ``stack_len'' is zero.
8166 (execute_stack_op): Move ``ctx->in_reg'' initialization
8167 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8168 be used in conjuction with DW_OP_piece. Revise error message
8169 accordingly.
8170
de18ac1f
TR
81712003-05-14 Theodore A. Roth <troth@openavr.org>
8172
8173 * MAINTAINERS: Update my email address.
8174 * avr-tdep.c: Ditto.
8175
176620f1
EZ
81762003-05-14 Elena Zannoni <ezannoni@redhat.com>
8177
8178 * symtab.h (enum domain_enum): Rename from namespace_enum.
8179 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8180 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8181 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8182 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8183 TYPES_NAMESPACE, METHODS_NAMESPACE.
8184 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8185 (struct symbol, struct partial_symbol): Rename field
8186 'namespace_enum namespace' to 'domain_enum domain'.
8187 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8188 Delete old define kludge for namespace.
8189
8190 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8191 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8192 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8193 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8194 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8195 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8196 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8197 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8198 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8199 occurrences of the above.
8200
b7f31508
ILT
82012003-05-14 Ian Lance Taylor <ian@airs.com>
8202
8203 * Makefile.in (install-only): Use $(SHELL) when running
8204 mkinstalldirs.
8205
2fdbdd39
ILT
82062003-05-13 Ian Lance Taylor <ian@airs.com>
8207
a208d82c
ILT
8208 * MAINTAINERS (write after approval): Add myself.
8209
2fdbdd39
ILT
8210 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8211 second and third arguments.
8212 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8213 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8214
fbd9dcd3
AC
82152003-05-13 Andrew Cagney <cagney@redhat.com>
8216
8217 * defs.h (store_address): Delete declaration.
8218 findvar.c (store_address): Delete function.
8219 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8220 store_unsigned_integer.
8221 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8222 * v850-tdep.c (v850_push_arguments): Ditto.
8223 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8224 * sh-tdep.c (sh64_get_saved_register): Ditto.
8225 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8226 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8227 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8228 (mips_get_saved_register): Ditto.
8229 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8230 (find_func_descr, ia64_push_arguments): Ditto.
8231 * i386-tdep.c (i386_push_arguments): Ditto.
8232 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8233 * frv-tdep.c (frv_push_arguments): Ditto.
8234 * frame.c (legacy_saved_regs_prev_register): Ditto.
8235 (deprecated_generic_get_saved_register): Ditto.
8236 * findvar.c (unsigned_address_to_pointer): Ditto.
8237 * dwarf2read.c (dwarf2_const_value): Ditto.
8238 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8239 * alpha-tdep.c (alpha_push_arguments): Ditto.
8240
6760f9e6
JB
82412003-05-12 J. Brobecker <brobecker@gnat.com>
8242
8243 * NEWS: Mention that the hppa-hpux port has been partially
8244 multiarched (32bit ABIT only, so far).
8245
30e221b4
AC
82462003-05-11 Andrew Cagney <cagney@redhat.com>
8247
8248 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8249 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8250 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8251 sim/testsuite/sim/arm/misaligned2.ms, and
8252 sim/testsuite/sim/arm/misaligned3.ms.
8253 * disasm.h (struct ui_file): Add opaque struct declaration.
8254 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8255 * frame.h (struct ui_file): Ditto.
8256
dea7f9ba
MK
82572003-05-11 Mark Kettenis <kettenis@gnu.org>
8258
8259 * value.h: Pretty print.
8260
01986c48
MK
82612003-05-10 Mark Kettenis <kettenis@gnu.org>
8262
8263 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8264
123a958e
AC
82652003-05-08 Andrew Cagney <cagney@redhat.com>
8266
8267 * regcache.h (max_register_size): Delete declaration.
8268 * regcache.c (max_register_size): Delete function.
8269 (struct regcache_descr): Delete field "max_register_size".
8270 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8271 registers fit in MAX_REGISTER_SIZE.
8272 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8273 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8274 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8275 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8276 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8277 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8278 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8279 * dve3900-rom.c, hppa-tdep.c: Ditto.
8280
eb294659
DC
82812003-05-08 David Carlton <carlton@math.stanford.edu>
8282
8283 * valops.c (push_word): Fix typo.
8284
d9d9c31f
AC
82852003-05-08 Andrew Cagney <cagney@redhat.com>
8286
8287 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8288 * gdbarch.h: Re-generate.
8289 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8290 (legacy_max_register_raw_size): Delete declaration.
8291 * regcache.c (legacy_max_register_raw_size): Delete function.
8292 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8293 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8294 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8295 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8296 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8297 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8298 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8299 * findvar.c, dwarf2cfi.c: Ditto.
8300
22540ece
AC
83012003-05-08 Andrew Cagney <cagney@redhat.com>
8302
8303 * mips-tdep.c (read_signed_register): New function, moved to here
8304 from "regcache.c".
8305 (read_signed_register_pid): Ditto.
8306 * regcache.c (read_signed_register_pid): Delete function, moved to
8307 "mips-tdep.c".
8308 (read_signed_register): Ditto.
8309 * regcache.h (read_signed_register): Delete declaration.
8310 (read_signed_register_pid): Delete declaration.
8311
0c92afe8
AC
83122003-05-08 Andrew Cagney <cagney@redhat.com>
8313
8314 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8315 * gdbarch.h: Re-generate.
8316 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8317 (legacy_max_register_virtual_size): Delete declaration.
8318 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8319 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8320 * tracepoint.c (memrange_sortmerge): Ditto.
8321 * sparc-tdep.c (sparc_print_registers): Ditto.
8322 * regcache.c (legacy_max_register_virtual_size): Delete function.
8323
6037b830
JB
83242002-05-08 J. Brobecker <brobecker@gnat.com>
8325
8326 * fork-child.c (escape_bang_in_quoted_argument): New function.
8327 (fork_inferior): Escape '!' characters in quoted arguments
8328 only when needed.
8329
5d62c8b1
JB
83302003-05-08 J. Brobecker <brobecker@gnat.com>
8331
8332 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8333 the language of the CU is not currently supported by GDB.
8334
20a0e81d
JB
83352003-05-08 J. Brobecker <brobecker@gnat.com>
8336
8337 * defs.h (language): Add language_minimal enum value.
8338 * c-lang.c (minimal_language_defn): New language definition.
8339 (_initialize_c_language): Add the new minimal language to the list
8340 of languages known to GDB.
8341
710ee10a
KB
83422003-05-08 Kevin Buettner <kevinb@redhat.com>
8343
8344 * frame.c (get_frame_type): Don't attempt to lazily initialize
8345 frame's unwinder for legacy frames.
8346
1750fa04
AC
83472003-05-07 Andrew Cagney <cagney@redhat.com>
8348
8349 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8350 and "regcache" parameters.
8351 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8352
ddf9f258 83532003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
8354
8355 * dwarf2read.c (dwarf_decode_lines): Only use output of
8356 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
8357 the current address.
8358
87767c29
AC
83592003-05-07 Andrew Cagney <cagney@redhat.com>
8360
8361 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8362 code.
8363
5e7b2f39
JB
83642003-05-07 Jim Blandy <jimb@redhat.com>
8365
8366 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8367 'maint info symtabs' and 'maint info psymtabs'.
8368 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8369 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8370 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8371 Declarations updated.
8372 * maint.c (maintenance_list_command): Delete.
8373 (_initialize_maint_cmds): Update calls to add_cmd.
8374 * gdbcmd.h (maintenancelistlist): Delete declaration.
8375 * cli/cli-cmds.c (maintenancelistlist): Delete.
8376 (init_cmd_lists): Don't initialize it.
8377 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8378
f6684c31
AC
83792003-05-07 Andrew Cagney <cagney@redhat.com>
8380
8381 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8382 "regcache".
8383 (d10v_print_registers_info): Update.
8384 (d10v_dmap_register, d10v_imap_register): Delete functions.
8385 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8386 and "imap_register".
8387 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8388 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8389 * arch-utils.c (generic_remote_translate_xfer_address): Add
8390 "regcache" and "gdbarch" parameters.
8391 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8392 parameter. Change class to multi-arch.
8393 * gdbarch.h, gdbarch.c: Re-generate.
8394 * remote.c (remote_xfer_memory): Use
8395 gdbarch_remote_translate_xfer_address.
8ffd9b1b 8396
e4846b08
JJ
83972003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8398
8399 * infrun.c (prev_pc): Move declaration ahead of proceed().
8400 (proceed): Refresh prev_pc value before resuming.
8401 (stop_stepping): Remove code to refresh prev_pc.
8402
6b71b8ac
KW
84032003-05-06 Kris Warkentin <kewarken@qnx.com>
8404
8405 * nto-tdep.c: Removed stray comment.
8406
47979a4b
KW
84072003-05-06 Kris Warkentin <kewarken@qnx.com>
8408
8409 * i386-nto-tdep.c: Fix old K&R function definitions.
8410 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8411 Also change add_show_from_set() call to add_setshow_cmd().
8412 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8413
00905d52
AC
84142003-05-05 Andrew Cagney <cagney@redhat.com>
8415
8416 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8417 (fprint_dummy_frames): New function.
8418 (maintenance_print_dummy_frames): New function.
8419 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8420 * frame.c (fprint_frame_id): Make global.
8421 * frame.h (fprint_frame_id): Declare.
8422 * Makefile.in (dummy-frame.o): Update dependencies.
8423
b1e29e33
AC
84242003-05-05 Andrew Cagney <cagney@redhat.com>
8425
8426 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8427 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8428 SIZEOF_CALL_DUMMY_WORDS.
8429 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8430 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8431 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8432 CALL_DUMMY_BREAKPOINT_OFFSET.
8433 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8434 CALL_DUMMY_START_OFFSET.
8435 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8436 * gdbarch.h, gdbarch.c: Re-generate.
8437 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8438 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8439 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8440 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8441 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8442 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8443 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8444 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8445 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8446 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8447 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8448 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8449 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8450 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8451 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
8452
84532003-05-05 Kris Warkentin <kewarken@qnx.com>
8454
8455 * configure.tgt: Add i[3456]86-*-nto*.
8456 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8457 * nto-tdep.c: New file. Neutrino target support routines.
8458 * nto-tdep.h: New file. Neutrino target header.
8459 * config/tm-qnxnto.h: New file.
8460 * config/i386/i386nto.mt: New file.
8461 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 8462
0ce3d317
AC
84632003-05-04 Andrew Cagney <cagney@redhat.com>
8464
8465 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8466 (load_infrun_state): Ditto.
8467 (struct thread_info): Drop "prev_func_name" field.
8468 * thread.c (load_infrun_state): Update.
8469 (save_infrun_state): Update.
8470 * infrun.c (prev_func_name): Delete variable.
8471 (init_wait_for_inferior): Do not clear prev_func_name.
8472 (stop_stepping, keep_going, context_switch): Do not swap
8473 prev_func_name.
8474 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8475 instead of PC_IN_SIGTRAMP.
8476
46654a5b
AC
84772003-05-04 Andrew Cagney <cagney@redhat.com>
8478
8479 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8480 REGISTER_BYTE with register_offset_hack.
8481 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8482 that REGISTER_BYTE is consistent with the regcache.
8483 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8484 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 8485
14b08c1b
MK
84862003-05-04 Mark Kettenis <kettenis@gnu.org>
8487
04c8243f
MK
8488 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8489 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8490
14b08c1b
MK
8491 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8492
c7a11e01
JB
84932003-05-03 J. Brobecker <brobecker@gnat.com>
8494
8495 From Thierry Schneider <tpschneider1@yahoo.com>
8496 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8497 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8498 (mi-cmd-symbol.o): Add rule.
8499
7043d8dc
AC
85002003-05-03 Andrew Cagney <cagney@redhat.com>
8501
8502 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8503 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8504 * gdbarch.h, gdbarch.c: Re-generate.
8505 * d10v-tdep.c (d10v_push_dummy_code): New function.
8506 (d10v_gdbarch_init): Set push_dummy_code.
8507 * infcall.c (legacy_push_dummy_code): New function.
8508 (generic_push_dummy_code): New function.
8509 (push_dummy_code): New function.
8510 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8511 instead of dummy_addr, to push_dummy_call. Move call to
8512 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8513 switch.
8514 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8515
92bf2b80
AC
85162003-05-03 Andrew Cagney <cagney@redhat.com>
8517
8518 * disasm.h (print_insn): Declare.
8519 * disasm.c (init_gdb_disassemble_info): New function.
8520 (gdb_disassembly): Call init_gdb_disassemble_info.
8521 (gdb_print_insn): New function.
8522 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8523 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8524 * mcore-tdep.c: Include "disasm.h"
8525 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8526 * d10v-tdep.c: Include "disasm.h".
8527 (display_trace): Call gdb_print_insn, instead of print_insn.
8528 (print_insn): Delete function.
8529 * printcmd.c: Include "disasm.h".
8530 (print_insn): Delete function.
8531 (print_formatted): Call gdb_print_insn, instead of print_insn.
8532 * Makefile.in (printcmd.o): Update dependencies.
8533 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 8534
27d94c49
AC
85352003-05-02 Andrew Cagney <cagney@redhat.com>
8536
82de1e5b
AC
8537 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8538 PC_REGNUM, re-indent.
8539 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8540 PC_REGNUM isn't set.
8541
27d94c49
AC
8542 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8543 * gdbarch.h, gdbarch.c: Re-generate.
8544 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8545 register_virtual_size, pc_regnum, or register_bytes.
8546 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8547 (d10v_register_type): Use D10V_PC_REGNUM.
8548 (d10v_print_registers_info, d10v_read_pc): Ditto.
8549 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8550 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8551
a9c0dc7f
DC
85522003-05-02 David Carlton <carlton@bactrian.org>
8553
8554 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8555 the name with mstrsave.
8556
e33d66ec
EZ
85572003-05-02 Elena Zannoni <ezannoni@redhat.com>
8558
8559 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8560 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8561 (host_charset_name, target_charset_name): New vars for use by
8562 set/show commands.
8563 (host_charset_enum, target_charset_enum): New enums for set/show
8564 commands.
8565 (set_charset_sfunc, set_host_charset_sfunc,
8566 set_target_charset_sfunc): New functions.
8567 (set_host_charset, set_target_charset): Make static.
8568 (list_charsets, set_host_charset_command,
8569 set_target_charset_command): Delete functions.
8570 (show_charset_command): Rewrite as....
8571 (show_charset): Hook this up with the set/show command mechanism.
8572 (_initialize_charset): Change names of charsets to match the
8573 set/show enums. Use host_charset_name and target_charset_name.
8574 Use set/show mechanism for charset, host-charset, target-charset
8575 commands. Do not make 'show host-charset' and 'show
8576 target-charset' be aliases of 'show charset'.
8577
8578 * charset.h (set_host_charset, set_target_charset): Don't export,
8579 they are not used outside the file.
8580
2b6fd0d8
AC
85812003-05-01 Andrew Cagney <cagney@redhat.com>
8582
8583 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8584 (gdb_disassembly): Make "di" non static, always initialize and
8585 cleanup. Always use dis_asm_read_memory.
8586 (gdb_dis_asm_read_memory): Delete function.
8587
6ae2f580
AC
85882003-05-01 Andrew Cagney <cagney@redhat.com>
8589
8590 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8591 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8592
810ecf9f
AC
85932003-04-30 Andrew Cagney <cagney@redhat.com>
8594
8595 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8596 "tm_print_insn_info".
8597 (TARGET_PRINT_INSN_INFO): Delete macro.
8598 (dis_asm_read_memory): Delete function declaration.
8599 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8600 (tm_print_insn_info): Delete variable definition.
8601 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8602 * gdbarch.h, gdbarch.c: Re-generate.
8603 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8604 "deprecated_tm_print_insn_info".
8605 * mcore-tdep.c (mcore_dump_insn): Ditto.
8606 * mips-tdep.c (mips_gdbarch_init): Ditto.
8607 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8608 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8609 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8610 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8611 instead of TARGET_PRINT_INSN_INFO, add comment.
8612 * s390-tdep.c (s390_get_frame_info): Instead of
8613 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8614 (s390_check_function_end, s390_is_sigreturn): Ditto.
8615 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8616 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8617 * disasm.c: Include "gdbcore.h".
8618 (_initialize_disasm): New function, initialize
8619 "deprecated_tm_print_insn_info".
8620 (deprecated_tm_print_insn_info): New variable.
8621 (dis_asm_read_memory): Moved from "corefile.c", made static.
8622 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8623 * Makefile.in (disasm.o): Update dependencies.
8624
07020390
AC
86252003-04-30 Andrew Cagney <cagney@redhat.com>
8626
8627 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8628
a9fa03de
AF
86292003-04-29 Adam Fedor <fedor@gnu.org>
8630
8631 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8632 * infcall.c (find_function_addr): Make non-static.
8633 * infcall.h (find_function_addr): Declare.
8634 * Makefile.in (eval.o): Update dependencies.
8635
1bae87b9
AF
86362003-04-28 Adam Fedor <fedor@gnu.org>
8637
8638 * symtab.c (symbol_find_demangled_name): Check for and demangle
8639 ObjC symbols.
8640 (symbol_init_demangled_name): Init for language_objc as well.
8641
0ba6dca9
AC
86422003-04-28 Andrew Cagney <cagney@redhat.com>
8643
8644 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8645 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8646 * gdbarch.h, gdbarch.c: Re-generate.
8647 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8648 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8649 * inferior.h (deprecated_read_fp): Rename read_fp.
8650 (generic_target_read_fp): Delete declaration.
8651 * regcache.c (generic_target_read_fp): Delete function.
8652 (deprecated_read_fp): Replace read_fp, use
8653 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8654 * d10v-tdep.c (d10v_read_fp): Delete function.
8655 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8656
8657 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8658 deprecated_target_read_fp to generic_target_read_fp.
8659 * sh-tdep.c (sh_gdbarch_init): Ditto.
8660 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8661 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8662 * frv-tdep.c (frv_gdbarch_init): Ditto.
8663
8664 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8665 deprecated_fp_regnum.
8666 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8667 * vax-tdep.c (vax_gdbarch_init): Ditto.
8668 * v850-tdep.c (v850_gdbarch_init): Ditto.
8669 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8670 * sh-tdep.c (sh_gdbarch_init): Ditto.
8671 * s390-tdep.c (s390_gdbarch_init): Ditto.
8672 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8673 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8674 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8675 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8676 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8677 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8678 * i386-tdep.c (i386_gdbarch_init): Ditto.
8679 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8680 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8681 * frv-tdep.c (frv_gdbarch_init): Ditto.
8682 * cris-tdep.c (cris_gdbarch_init): Ditto.
8683 * avr-tdep.c (avr_gdbarch_init): Ditto.
8684 * arm-tdep.c (arm_gdbarch_init): Ditto.
8685 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8686
8687 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8688 * v850-tdep.c (v850_gdbarch_init): Ditto.
8689 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8690 * sh-tdep.c (sh_gdbarch_init): Ditto.
8691 * s390-tdep.c (s390_gdbarch_init): Ditto.
8692 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8693 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8694 * mips-tdep.c (mips_gdbarch_init): Ditto.
8695 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8696 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8697 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8698 * frv-tdep.c (frv_gdbarch_init): Ditto.
8699 * avr-tdep.c (avr_gdbarch_init): Ditto.
8700 * arm-tdep.c (arm_gdbarch_init): Ditto.
8701
8702 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8703 DEPRECATED_FP_REGNUM.
8704 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8705 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8706 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8707 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8708 (sparc32_register_virtual_type): Ditto.
8709 * sh-tdep.c (sh64_frame_chain): Ditto.
8710 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8711 (sh_nofp_frame_init_saved_regs): Ditto.
8712 (sh64_nofp_frame_init_saved_regs): Ditto.
8713 (sh_fp_frame_init_saved_regs): Ditto.
8714 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8715 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8716 * procfs.c (procfs_fetch_registers): Ditto.
8717 (procfs_store_registers): Ditto.
8718 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8719 (store_inferior_registers, fetch_core_registers): Ditto.
8720 (fetch_kcore_registers, clear_regs): Ditto.
8721 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8722 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8723 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8724 * nlm/i386.c (do_status): Ditto.
8725 * mipsv4-nat.c (supply_gregset): Ditto.
8726 * mips-tdep.c: Ditto for comments.
8727 * mips-nat.c (fetch_inferior_registers): Ditto.
8728 (store_inferior_registers, fetch_core_registers): Ditto.
8729 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8730 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8731 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8732 (i386_do_pop_frame, i386_register_type): Ditto.
8733 * hppa-tdep.c (hppa_frame_chain): Ditto.
8734 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8735 (hppa_pop_frame, hppa_read_fp): Ditto.
8736 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8737 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8738 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8739 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8740 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8741 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8742 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8743 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8744 * blockframe.c: Ditto for comments.
8745 * arch-utils.h: Ditto for comments.
8746 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8747 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8748 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8749 * alpha-tdep.h: Ditto for comments.
8750 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8751 (alpha_cannot_store_register): Ditto.
8752 (alpha_push_dummy_frame): Ditto.
8753 * alpha-nat.c (supply_gregset): Ditto.
8754
8755 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8756 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8757 * config/sparc/tm-sparc.h: Update comment.
8758
8759 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8760 deprecated_read_fp instead of TARGET_READ_FP.
8761 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8762 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8763 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8764 deprecated_read_fp instead of read_fp.
8765 * s390-tdep.c (s390_push_arguments): Ditto.
8766 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8767 * frame.h: Ditto in comments.
8768 * frame.c (legacy_get_prev_frame): Ditto.
8769 * dummy-frame.c (dummy_frame_this_id): Ditto.
8770 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8771
d7a27068
AC
87722003-04-28 Andrew Cagney <cagney@redhat.com>
8773
8774 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8775 * gdbarch.h, gdbarch.c: Re-generate.
8776 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8777 * vax-tdep.c (_initialize_vax_tdep): Update.
8778 * v850-tdep.c (_initialize_v850_tdep): Update.
8779 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8780 * s390-tdep.c (_initialize_s390_tdep): Update.
8781 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8782 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8783 * mips-tdep.c (_initialize_mips_tdep): Update.
8784 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8785 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8786 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8787 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8788 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8789 * frv-tdep.c (_initialize_frv_tdep): Update.
8790 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8791 (_initialize_cris_tdep): Update.
8792 * arch-utils.c (legacy_print_insn): Update.
8793 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8794
d2630e69
AF
87952003-04-26 Adam Fedor <fedor@gnu.org>
8796
8797 * linespec.c (decode_objc): New function to decode ObjC calls
8798 (decode_line_1): Check for ObjC calls (using decode_objc)
8799 * Makefile (linespec.o): Update dependencies.
8800
3086aeae
DJ
88012003-04-26 Daniel Jacobowitz <drow@mvista.com>
8802
8803 * breakpoint.h (struct breakpoint_ops): New.
8804 (struct breakpoint): Add ops member.
8805
8806 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8807 (mention): Use new breakpoint ops member.
8808 (set_raw_breakpoint): Initialize ops field to NULL.
8809 (print_exception_catchpoint, print_one_exception_catchpoint)
8810 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8811 (gnu_v3_exception_catchpoint_ops): New.
8812 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8813
1fbec6c3
AF
88142003-04-25 Adam Fedor <fedor@gnu.org>
8815
8816 * Makefile.in (COMMON_OBS): Add objc-lang.o
8817
0ef21242
AC
88182003-04-25 Andrew Cagney <cagney@redhat.com>
8819
8820 * d10v-tdep.c (print_insn): Delete function.
8821 (display_trace): Use TARGET_PRINT_INSN.
8822 (_initialize_d10v_tdep): Do not set tm_print_insn.
8823 (d10v_gdbarch_init): Set print_insn.
8824
f75493ed
AC
88252003-04-25 Andrew Cagney <cagney@redhat.com>
8826
8827 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8828 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8829 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8830 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8831 (nr_dmap_regs, a0_regnum): ... new functions.
8832 (d10v_print_registers_info): Use a0_regnum, use register_size.
8833 (d10v_register_byte): Delete function.
8834 (d10v_register_raw_size): Delete function.
8835 (d10v_register_type): Use a0_regnum.
8836 (d10v_print_registers_info): Use a0_regnum.
8837 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8838 (d10v_gdbarch_init): Do not set register_byte or
8839 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8840 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8841 extract_address.
8842 (trace_command): Use XCALLOC.
8843 (print_insn): Delete reference to tm_print_insn.
8844 (saved_regs_unwinder): Use store_unsigned_integer instead of
8845 store_address.
8846 * frame.h (FRAME_OBSTACK_CALLOC): Define
8847
2202b100
DC
88482003-04-25 David Carlton <carlton@bactrian.org>
8849
8850 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8851
4e45ca2e
AF
88522003-04-24 Adam Fedor <fedor@gnu.org>
8853
8854 * objc-lang.c: Include "valprint.h"
8855 * Makefile.in (objc-lang.o): Update dependencies.
8856
93de3e7f
AF
88572003-04-24 Adam Fedor <fedor@gnu.org>
8858
8ffd9b1b 8859 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
8860 architecture dependant compilation and mark as unimplemented
8861 (until they get put in the gdbarch vector).
8862
0f20eeea
DC
88632003-04-23 David Carlton <carlton@bactrian.org>
8864
8865 * cp-support.c (cp_find_first_component): Accept 'operator' in
8866 more locations.
8867
74cfe982
AC
88682003-04-23 Andrew Cagney <cagney@redhat.com>
8869
8870 * infcall.c (call_function_by_hand): Eliminate redundant
8871 indentation. Move "saved_async" and "old_cleanups" to where they
8872 are needed.
8ffd9b1b 8873
52557533
AC
88742003-04-23 Andrew Cagney <cagney@redhat.com>
8875
8876 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8877 and "buffer". Move the "name" code to where it is needed.
8878
158775de
AC
88792003-04-23 Andrew Cagney <cagney@redhat.com>
8880
8881 * infcall.c (call_function_by_hand): Move variables "start_sp",
8882 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8883 code to ON_STACK switch branch.
8ffd9b1b 8884
ebc7896c
AC
88852003-04-23 Andrew Cagney <cagney@redhat.com>
8886
8887 * infcall.c (call_function_by_hand): Make declaration of "i",
8888 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8889 lint.
8890
d727590f
AC
88912003-04-23 Andrew Cagney <cagney@redhat.com>
8892
8893 * infcall.c (call_function_by_hand): Delete variable
8894 "n_method_args". Localize "param_type"'s declaration to the loop
8895 that it is used. Reinstate code assigning to said variable -
8896 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8897 Rationalize code using "param_type".
8898
d585e13a
AC
88992003-04-22 Andrew Cagney <cagney@redhat.com>
8900
8901 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8902 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8903 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8904 to DEPRECATED_PUSH_RETURN_ADDRESS.
8905
051caad9
KB
89062003-04-22 Kevin Buettner <kevinb@redhat.com>
8907
8908 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8909 on the DWARF2 register number prior to fetching a register.
8910
77296879
JB
89112003-04-22 J. Brobecker <brobecker@gnat.com>
8912
8913 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8914 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 8915 this macro was always set to 0.
77296879
JB
8916 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8917 considering the fact that this macro was always set to 0.
8918 * hppa-tdep.h (hppa_store_return_value): Likewise.
8919 (hppa_extract_return_value): Likewise.
8920
4252f1df
JB
89212003-04-22 J. Brobecker <brobecker@gnat.com>
8922
8923 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8924 the hppa-pro target only.
8925
14604c6b
JB
89262003-04-21 J. Brobecker <brobecker@gnat.com>
8927
8928 Ongoing multi-arch conversion effort for HP/UX:
8929 * config/pa/tm-hppa.h: Move all macro that are no longer
8930 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8931 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8932
77eb01d1
JB
89332003-04-21 J. Brobecker <brobecker@gnat.com>
8934
8935 * config/pa/tm-hppa.h: Obsolete a section that was only used
8936 for hppa-pro.
8937
61995b3b
JB
89382003-04-21 J. Brobecker <brobecker@gnat.com>
8939
8940 Ongoing multi-arch conversion for HP/UX.
8941 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8942 if already defined (allows hppa64 to stay non-multiarched for now).
8943 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8944
4aa79dcc
AC
89452003-04-21 Andrew Cagney <cagney@redhat.com>
8946
8947 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8948
0f751ff2
AC
89492003-04-21 Andrew Cagney <cagney@redhat.com>
8950
8951 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8952 "i386_num_mmx_regs".
8953
04714b91
AC
89542003-04-21 Andrew Cagney <cagney@redhat.com>
8955
8956 * infcall.c: New file.
8957 * infcall.h: New file.
8958 * valarith.c: Include "infcall.h".
8959 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8960 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8961 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8962 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8963 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8964 (SFILES): Add "infcall.c"
8965 (COMMON_OBS): Add "infcall.o".
8966 (infcall.o): Specify dependencies.
8967 * value.h (call_function_by_hand): Delete declaration.
8968 * inferior.h (run_stack_dummy): Delete declaration.
8969 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8970 (run_stack_dummy): Move to "infcall.c", merged into
8971 call_function_by_hand.
8972 * valops.c (call_function_by_hand): Moved to "infcall.c".
8973 (find_function_addr, value_arg_coerce): Ditto.
8974 (unwindonsignal_p, coerce_float_to_double): Ditto.
8975 (_initialize_valops): Move "set/show coerce-float-to-double", and
8976 "set/show unwindonsignal" commands to "infcall.c".
8977 * v850-tdep.c, target.h: Update comments.
8978 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8979 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8980 (sh64_init_extra_frame_info): Update comments.
8981 * mn10300-tdep.c: Update comments.
8982 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8983 * config/sparc/tm-sparc.h: Update comments.
8984 * breakpoint.h: Update comments.
8985 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8986 * arm-tdep.c: Update comment.
8987
f9d3c2a8
MK
89882003-04-19 Mark Kettenis <kettenis@gnu.org>
8989
c40e1eab
MK
8990 * i386-tdep.c (i386_num_register_names): New variable.
8991 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8992 (MM0_REGNUM): Remove redundant parentheses in define.
8993 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8994 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8995 i386_mxcsr_regnum_p): Remove redundant parentheses.
8996 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 8997
94ea66b3
MK
8998 * i386-tdep.c (i386_extract_return_value,
8999 i386_store_return_value): Correct check for availability of
9000 floating-point registers.
9001
54299a1d
MK
9002 * i386-tdep.c (i386_frame_num_args): Remove function.
9003 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9004
c86c27af
MK
9005 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9006 mmx_regnum_to_fp_regnum. Adjust all callers.
9007
f9d3c2a8
MK
9008 * i386-tdep.c (i386_get_longjmp_target): Use
9009 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9010 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9011 extract_address.
9012
94ba74a9
MK
90132003-04-19 Mark Kettenis <kettenis@gnu.org>
9014
9015 * core-regset.c: Update comments to reflect reality. Re-order
9016 includes.
9017 (fetch_core_registers): Use switch instead of if. Remove
9018 redundant prototype.
9019
4074e13c
JB
90202003-04-18 Jim Blandy <jimb@redhat.com>
9021
9022 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 9023 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 9024
e3ab4aba
RH
90252003-04-17 Richard Henderson <rth@redhat.com>
9026
9027 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9028
627bf7c1
EZ
90292003-04-17 Michael Snyder <msnyder@redhat.com>
9030 Karen Bennet <bennet@redhat.com>
9031
9032 Committed by Elena Zannoni <ezannoni@redhat.com>
9033 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 9034
514621a9
EZ
90352003-04-17 Elena Zannoni <ezannoni@redhat.com>
9036
9037 * values.c (value_being_returned): Don't fetch the return
fbe586ae 9038 value if the return type is void.
514621a9 9039
b4acd559
JJ
90402003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9041
9042 * thread-db.c: Reindented.
8ffd9b1b 9043
530b167e 90442003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
9045
9046 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9047 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
9048 as types.
9049
0a48e7e8
MS
9050
9051
9052
9053
9054
9055
9056
9057
9058
9059
9060
9061
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
8ffd9b1b 9073
ab9fe00e
KB
90742003-04-16 Kevin Buettner <kevinb@redhat.com>
9075
610a3745 9076 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
9077 the size of ``long double'' to 16, instead of 8.
9078
e64a344c
MK
90792003-04-16 Mark Kettenis <kettenis@gnu.org>
9080
9081 * i386-linux-nat.c: Add some whitespace to make things more
9082 readable.
9083 (fetch_register, store_register, fetch_inferior_registers,
9084 store_inferior_registers): Get rid of assignment in if-statement.
9085 (store_register): Fix typo in error message.
9086
25d41031
AC
90872003-04-16 Andrew Cagney <cagney@redhat.com>
9088
9089 * utils.c (xmmalloc): Always allocate something, matches
9090 libiberty/xmalloc's semantics.
9091 (xmrealloc, xmcalloc): Ditto.
9092
c50901fd
AC
90932003-04-16 Andrew Cagney <cagney@redhat.com>
9094
9095 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9096 update comments.
9097 (get_frame_type): Initialize unwind and type when needed.
9098 (get_frame_id, frame_register_unwind): Ditto.
9099
f81824a9
AC
91002003-04-16 Andrew Cagney <cagney@redhat.com>
9101
9102 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9103 obsolete.
9104 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9105 * sparcl-stub.c: Obsolete file.
9106 * config/sparc/tm-sparclet.h: Obsolete file.
9107 * sparclet-stub.c: Obsolete file.
9108 * sparclet-rom.c: Obsolete file.
9109 * sparcl-tdep.c: Obsolete file.
9110 * config/sparc/tm-sparclite.h: Obsolete file.
9111 * config/sparc/sparclite.mt: Obsolete file.
9112 * config/sparc/sparclet.mt: Obsolete file.
9113 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9114 sparc86x-*-* obsolete.
9115
9219021c
DC
91162003-04-15 David Carlton <carlton@math.stanford.edu>
9117
9118 * Makefile.in (SFILES): Add cp-namespace.c.
9119 (COMMON_OBS): Add cp-namespace.o.
9120 (block.o): Depend on gdb_obstack_h and cp_support_h.
9121 (buildsym.o): Depend on cp_support_h.
9122 (cp-namespace.o): New.
9123 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9124 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9125 (dwarf2read.o): Depend on cp_support_h.
9126 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9127 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9128 processing_current_namespace.
9129 (read_namespace): Update processing_current_namespace; check for
9130 anonymous namespaces.
9131 (dwarf2_name): New function.
9132 (dwarf2_extension): Ditto.
9133 * cp-support.h: Update copyright, contributors.
9134 Add inclusion guards.
9135 Add opaque declaration for structs obstack, block, symbol.
9136 (struct using_direct): New struct.
9137 Add declarations for cp_find_first_component,
9138 cp_entire_prefix_len, processing_has_namespace_info,
9139 processing_current_namespace, cp_is_anonymous,
9140 cp_add_using_directive, cp_initialize_namespace,
9141 cp_finalize_namespace, cp_set_block_scope,
9142 cp_scan_for_anonymous_namespaces.
9143 * cp-namespace.c: New file.
9144 * cp-support.c: Update copyright.
9145 Include ctype.h, gdb_assert.h, gdbcmd.h.
9146 New variable maint_cplus_cmd_list.
9147 (cp_find_first_component): New function.
9148 (cp_entire_prefix_len, maint_cplus_command)
9149 (first_component_command, _initialize_cp_support): Ditto.
9150 * buildsym.c: Include cp-support.h.
9151 New variable using_list.
9152 (add_symbol_to_list): Check for anonymous namespaces.
9153 (finish_block): Set block's scope.
9154 (start_symtab): Initialize C++ namespace support.
9155 (end_symtab): Finalize C++ namespace support.
9156 * block.h: Add opaque declarations for structs
9157 block_namespace_info, using_direct, and obstack.
9158 Add declarations for block_set_scope and block_set_using.
9159 (struct block): Add 'language_specific' member.
9160 (BLOCK_NAMESPACE): New macro.
9161 * block.c: Include gdb_obstack.h and cp-support.h.
9162 (struct block_namespace_info): New struct.
9163 (block_set_scope): New function.
9164 (block_set_using, block_initialize_namespace): Ditto.
9165
d5a921c9
KB
91662003-04-14 Kevin Buettner <kevinb@redhat.com>
9167
9168 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9169 (locate_base): Return early if there aren't any link map offsets.
9170 (svr4_solib_create_inferior_hook): Warn if shared library support
9171 is unavailable.
9172
d2a52b27
DC
91732003-04-14 David Carlton <carlton@math.stanford.edu>
9174
9175 * symtab.c (symbol_set_names): Add prefix when storing Java names
9176 in hash table. Fix for PR java/1039.
9177
980cae7a
DC
91782003-04-14 David Carlton <carlton@math.stanford.edu>
9179
9180 * symtab.c (symbol_set_names): Rename 'name' arg to
9181 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9182 * symtab.h: Change 'name' argument in declaration of
9183 symbol_set_names to 'linkage_name'.
9184 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9185
e227b13c
AC
91862003-04-14 Andrew Cagney <cagney@redhat.com>
9187
9188 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9189 return the fully sign-extended register value.
9190 (get_frame_pointer): Ditto.
9191 (mips_pop_frame): Initialize "proc_desc" after checking for a
9192 dummy frame.
9193
36712a20
AC
91942003-04-14 Andrew Cagney <cagney@redhat.com>
9195
9196 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9197 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9198 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9199 (mips_push_register): Delete function.
9200 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9201 PUSH_FP_REGNUM.
9202
44ea7b70
JB
92032003-04-14 Jim Blandy <jimb@redhat.com>
9204
9205 * symmisc.c: #include "gdb_regex.h".
9206 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9207 functions.
9208 * maint.c (maintenance_list_command): New function.
9209 (_initialize_maint_cmds): Register the above as commands.
9210 * symtab.h (maintenance_list_symtabs,
9211 maintenance_list_psymtabs): New declarations.
9212 * cli/cli-cmds.c (maintenancelistlist): New variable.
9213 (init_cmd_lists): Initialize it.
9214 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9215 * gdbcmd.h (maintenancelistlist): New declaration.
9216 * Makefile.in (symmisc.o): Update dependencies.
9217
2d0c7962
EZ
92182003-04-14 Elena Zannoni <ezannoni@redhat.com>
9219
9220 * s390-nat.c: Include asm/types.h for addr_t.
9221
1947a811
CV
92222003-04-14 Corinna Vinschen <vinschen@redhat.com>
9223
9224 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9225 actually incoming type.
9226
adb616d7
AC
92272003-04-13 Andrew Cagney <cagney@redhat.com>
9228
9229 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9230 get_next_frame and get_frame_saved_regs.
9231
9b5e151c
AC
92322003-04-13 Andrew Cagney <cagney@redhat.com>
9233
9234 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9235 of gdbarch_num_regs.
9236
ef6e7e13
AC
92372003-04-13 Andrew Cagney <cagney@redhat.com>
9238
9239 * frame.h: Mention what replaced what in "struct frame_info".
9240 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9241 deprecated_update_frame_base_hack and
9242 deprecated_update_frame_pc_hack.
9243 * hppa-tdep.c: Ditto.
9244
61fbb938
DJ
92452003-04-13 Daniel Jacobowitz <drow@mvista.com>
9246
9247 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9248 to read_reg and update its comment. Remove regnum member.
9249 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9250 Don't call read_reg when setting in_reg. Call read_reg to get
9251 the frame base if it's in a register. Return the register number
9252 on the stack instead of in the context. Remove extra arguments
9253 to read_reg.
9254 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9255 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9256 the register number on the expression stack.
9257 (needs_frame_read_reg): Remove extra arguments.
9258
0d53c4c4
DJ
92592003-04-13 Daniel Jacobowitz <drow@mvista.com>
9260
9261 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9262 made non-static.
9263 (execute_stack_op): All callers updated.
9264 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9265 * dwarf2loc.c (find_location_expression): New function.
9266 (dwarf_expr_frame_base): Call it.
9267 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9268 (dwarf2_tracepoint_var_ref): New function, broken out from
9269 locexpr_tracepoint_var_ref.
9270 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9271 Make static.
9272 (loclist_read_variable, loclist_read_needs_frame): New functions.
9273 (loclist_describe_location, loclist_tracepoint_var_ref): New
9274 functions.
9275 (dwarf2_loclist_funcs): New struct location_funcs.
9276 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9277 (struct dwarf2_locexpr_baton): Add comments.
9278 (dwarf2_loclist_funcs): New extern.
9279 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9280 base_address and base_known.
9281 (dwarf_loc_buffer): New variable.
9282 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9283 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9284 (dwarf2_has_info): Initialize dwarf_loc_offset.
9285 (dwarf2_build_psymtabs): Read in .debug_loc.
9286 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9287 DWARF_LOC_SIZE.
9288 (psymtab_to_symtab_1): Likewise. Move base address calculation
9289 here, from...
9290 (dwarf2_get_pc_bounds): ... here. Use the base address from
9291 cu_header.
9292 (dwarf2_symbol_mark_computed): Handle location lists.
9293
6aca59a3
DJ
92942003-04-13 Daniel Jacobowitz <drow@mvista.com>
9295
9296 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9297 if the linkage name demangled successfully.
9298
aca1fcd0
MK
92992003-04-13 Mark Kettenis <kettenis@gnu.org>
9300
97095916
MK
9301 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9302 disassmbly_flavour): Removed.
9303
aca1fcd0
MK
9304 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9305
562a961f
MK
93062003-04-13 Mark Kettenis <kettenis@gnu.org>
9307
9308 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9309
bd013d54
AC
93102003-04-12 Andrew Cagney <cagney@redhat.com>
9311
9312 * frame.h (struct frame_info): Move definition from here ...
9313 * frame.c (struct frame_info): ... to here.
9314
167ef8b1
AC
93152003-04-12 Andrew Cagney <cagney@redhat.com>
9316
9317 * gdbthread.h (save_infrun_state): Delete parameter
9318 "prev_func_start".
9319 (struct thread_info): Delete field "prev_func_start".
9320 (load_infrun_state): Ditto.
9321 * thread.c (load_infrun_state, save_infrun_state): Update.
9322 * infrun.c (prev_func_start): Delete variable.
9323 (context_switch, init_wait_for_inferior): Update.
9324 (stop_stepping, keep_going): Update.
9325
da3331ec
AC
93262003-04-12 Andrew Cagney <cagney@redhat.com>
9327
9328 * gdbarch.sh: Add missing opaque declarations.
9329 * gdbarch.h: Regnerate.
9330 * symtab.h: Add missing opaque declarations.
9331 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9332 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9333 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9334 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9335 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9336 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9337 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9338 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9339 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9340 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9341 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9342 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9343 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9344
18adea3f
AC
93452003-04-11 Andrew Cagney <cagney@redhat.com>
9346
9347 * frame.c (get_frame_id): Return this frame's "id".
9348 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9349 function start.
9350 (legacy_saved_regs_this_id): Replace function body with
9351 internal-error.
9352 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9353 FRAME_OBSTACK_ZALLOC.
9354 (create_new_frame): Mark the frame ID as valid.
9355
2252e863
AO
93562003-04-11 Alexandre Oliva <aoliva@redhat.com>
9357
9358 * Makefile.in (libbfd_h): Added missing setting.
9359 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9360 according to the selected ABI.
9361
a8245ab8
JJ
93622003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9363
9364 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9365
6913c89a
AC
93662003-04-11 Andrew Cagney <cagney@redhat.com>
9367
9368 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9369 SAVED_PC_AFTER_CALL.
9370 * gdbarch.h, gdbarch.c: Regenerate.
9371 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9372 * x86-64-tdep.c (x86_64_init_abi): Update.
9373 * vax-tdep.c (vax_gdbarch_init): Update.
9374 * v850-tdep.c (v850_gdbarch_init): Update.
9375 * sparc-tdep.c (sparc_gdbarch_init): Update.
9376 * sh-tdep.c (sh_gdbarch_init): Update.
9377 * s390-tdep.c (s390_gdbarch_init): Update.
9378 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9379 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9380 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9381 * mips-tdep.c (mips_gdbarch_init): Update.
9382 * mcore-tdep.c (mcore_gdbarch_init): Update.
9383 * m68k-tdep.c (m68k_gdbarch_init): Update.
9384 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9385 * ia64-tdep.c (ia64_gdbarch_init): Update.
9386 (ia64_saved_pc_after_call): Update declaration.
9387 * i386ly-tdep.c (i386lynx_init_abi): Update.
9388 * i386-tdep.c (i386_gdbarch_init): Update.
9389 * hppa-tdep.c (hppa_gdbarch_init): Update.
9390 * h8300-tdep.c (h8300_gdbarch_init): Update.
9391 * frv-tdep.c (frv_gdbarch_init): Update.
9392 * cris-tdep.c (cris_gdbarch_init): Update.
9393 * avr-tdep.c (avr_gdbarch_init): Update.
9394 * arm-tdep.c (arm_gdbarch_init): Update.
9395 * alpha-tdep.c (alpha_gdbarch_init): Update.
9396 * ns32knbsd-nat.c (frame_num_args): Update.
9397 * ns32k-tdep.c (umax_frame_num_args): Update.
9398 * mips-tdep.c (mips_init_frame_pc_first): Update.
9399 * infrun.c (step_over_function): Update.
9400 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9401 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9402 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9403 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9404 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9405 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9406 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9407 * arch-utils.c (init_frame_pc_default): Update.
9408 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9409 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9410 declaration.
8ffd9b1b 9411
38edeab8
AC
94122003-04-11 Andrew Cagney <cagney@redhat.com>
9413
9414 * i387-tdep.c: Update copyright.
9415 (i387_to_double): Delete function.
9416 (double_to_i387): Delete function.
9417
81f8a206
AC
94182003-04-10 Andrew Cagney <cagney@redhat.com>
9419
9420 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9421 frame's function's address. Simplify.
9422 (d10v_frame_unwind_cache): Check that the frame's function is
9423 non-zero.
9424
6e691f7a
JB
94252003-04-10 Jim Blandy <jimb@redhat.com>
9426
9427 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9428 call to set_gdbarch_deprecated_push_arguments.
9429
7f78e237
AC
94302003-04-10 Andrew Cagney <cagney@redhat.com>
9431
9432 * frame.c (fprint_frame_id): New function.
9433 (fprint_frame_type, fprint_frame): New function.
9434 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9435 (create_sentinel_frame, get_frame_id): Ditto.
9436 (frame_id_p, frame_id_eq): Ditto.
9437 (frame_id_inner, create_new_frame): Ditto.
9438 (legacy_get_prev_frame, get_prev_frame): Ditto.
9439 (deprecated_update_frame_pc_hack): Ditto.
9440 (frame_register_unwind): Ditto.
9441 (deprecated_update_frame_base_hack): Ditto.
9442
f870b49b
CV
94432003-04-10 Corinna Vinschen <vinschen@redhat.com>
9444
9445 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9446 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9447 frame_chain function.
9448 * Makefile.in: Add dependencies due to above change.
9449
7c86889b
CV
94502003-04-10 Corinna Vinschen <vinschen@redhat.com>
9451
9452 * blockframe.c (legacy_frame_chain_valid): Move call to
9453 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9454 inside_entry_file.
9455
d0a55772
AC
94562003-04-09 Andrew Cagney <cagney@redhat.com>
9457
9458 * frame.h (struct frame_id): Replace "pc" and "base" with
9459 "stack_addr" and "code_addr". Update comments.
9460 (frame_id_build): Update parameter names and comment.
9461 (struct frame_info): Replace "id_p" and "id" with "this_id".
9462 * dummy-frame.c (dummy_frame_this_id): Update.
9463 * breakpoint.c (print_one_breakpoint): Update.
9464 * frame.c (get_frame_id): Update.
9465 (get_frame_base, frame_id_build): Update.
9466 (create_sentinel_frame, legacy_get_prev_frame): Update.
9467 (deprecated_update_frame_base_hack): Update.
9468 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9469 (frame_id_inner): Ditto.
9470
ac16bf07
AC
94712003-04-09 Andrew Cagney <cagney@redhat.com>
9472
9473 * defs.h (gdb_print_host_address): Make "addr" parameter a
9474 pointer constant.
9475 * utils.c (gdb_print_host_address): Update.
9476
366cfc9e
KB
94772003-04-09 Kevin Buettner <kevinb@redhat.com>
9478
9479 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9480 register number for R0 is 0.
9481
cd983b5c
JB
94822003-04-09 J. Brobecker <brobecker@gnat.com>
9483
9484 * frame.h (struct gdbarch): Add opaque structure definition
9485 to avoid a compilation warning on LynxOS 4.0.
9486
d1340264
AC
94872003-04-09 Andrew Cagney <cagney@redhat.com>
9488
9489 * frame.h (struct frame_info): Delete field "pc". Replace
9490 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9491 structure.
9492 * frame.c (frame_pc_unwind): Update.
9493 (create_sentinel_frame): Do not set "pc".
9494 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9495 (get_frame_pc): Call frame_pc_unwind.
9496 (deprecated_update_frame_pc_hack): Update.
9497 (create_new_frame): Use "pc" not "->pc".
9498
90a6fffb
AC
94992003-04-09 Andrew Cagney <cagney@redhat.com>
9500
9501 * frame.c (get_frame_id): Eliminate code updating "frame".
9502 (legacy_get_prev_frame): Ditto.
9503 (get_frame_base): Return id.base directly.
9504 (deprecated_update_frame_base_hack): Update "id.base".
9505 * frame.h (struct frame_info): Delete field "frame".
9506
2fbce691
AC
95072003-04-09 Andrew Cagney <cagney@redhat.com>
9508
9509 * NEWS: Mention that the "Sequent family" is obsolete.
9510 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9511 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9512 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9513 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9514 * config/i386/tm-ptx4.h: Obsolete file.
9515 * config/i386/tm-ptx.h: Obsolete file.
9516 * symm-tdep.c: Obsolete file.
9517 * config/i386/symmetry.mt: Obsolete file.
9518 * config/i386/tm-symmetry.h: Obsolete file.
9519 * symm-nat.c: Obsolete file.
9520 * config/i386/nm-symmetry.h: Obsolete file.
9521 * config/i386/xm-symmetry.h: Obsolete file.
9522 * config/i386/symmetry.mh: Obsolete file.
9523 * config/i386/nm-ptx4.h: Obsolete file.
9524 * config/i386/ptx4.mh: Obsolete file.
9525 * config/i386/ptx.mt: Obsolete file.
9526 * config/i386/ptx.mh: Obsolete file.
9527 * config/i386/xm-ptx4.h: Obsolete file.
9528 * config/i386/xm-ptx.h: Obsolete file.
9529
78c43945
AC
95302003-04-09 Andrew Cagney <cagney@redhat.com>
9531
9532 Obsolete mips*-*-mach3*.
9533 * NEWS: Mention that mips*-*-mach3* is obsolete.
9534 * m3-nat.c: Obsolete file.
9535 * config/nm-m3.h: Obsolete file.
9536 * config/mips/tm-mipsm3.h: Obsolete file.
9537 * config/mips/mipsm3.mt: Obsolete file.
9538 * config/mips/mipsm3.mh: Obsolete file.
9539 * config/mips/xm-mipsm3.h: Obsolete file.
9540 * mipsm3-nat.c: Obsolete file.
9541 * configure.host: Obsolete mips-dec-mach3*.
9542 * configure.tgt: Obsolete mips*-*-mach3*.
9543
f1908289
AC
95442003-04-09 Andrew Cagney <cagney@redhat.com>
9545
9546 * doublest.h: Update copyright.
9547 (deprecated_store_floating, deprecated_extract_floating): Rename
9548 store_floating and extract_floating. Update comments.
9549 * doublest.c: Update copyright.
9550 (extract_floating_by_length): Replace extract_floating.
9551 (store_floating_by_length): Replace store_floating.
9552 (deprecated_extract_floating): New function.
9553 (deprecated_store_floating): New function.
9554 (extract_typed_floating): Call extract_floating_by_length.
9555 (store_typed_floating): Call store_floating_by_length.
9556 * x86-64-tdep.c (x86_64_store_return_value): Update.
9557 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9558 (sh64_extract_return_value): Update.
9559 (sh_sh4_register_convert_to_virtual): Update.
9560 (sh_sh64_register_convert_to_virtual): Update.
9561 (sh_sh4_register_convert_to_raw): Update.
9562 (sh_sh64_register_convert_to_raw): Update.
9563 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9564 (rs6000_register_convert_to_raw): Update.
9565 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9566 (ia64_register_convert_to_raw): Update.
9567 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9568 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9569 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9570 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9571 (alpha_register_convert_to_raw): Update.
9572
4443bd83
AC
95732003-04-08 Andrew Cagney <cagney@redhat.com>
9574
9575 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9576 * gdbarch.h, gdbarch.c: Re-generate.
9577 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9578 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9579 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9580 conditionally, use frame_pc_unwind as an alternative. Add
9581 comments.
9582 * arch-utils.c (init_frame_pc_default): Only call
9583 SAVED_PC_AFTER_CALL when available.
9584
c0236d92
EZ
95852003-04-08 Elena Zannoni <ezannoni@redhat.com>
9586
fbe586ae 9587 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9588 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9589 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9590 (start_remote): Ditto.
9591 (handle_inferior_event): Ditto.
9592 (save_inferior_status): Ditto.
9593 (restore_inferior_status): Ditto.
9594 * infcmd.c (attach_command): Ditto.
9595 * fork-child.c (startup_inferior): Ditto.
fbe586ae 9596 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9597 * alpha-tdep.c (heuristic_proc_start): Ditto.
9598 * mips-tdep.c (heuristic_proc_start): Ditto.
9599 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9600 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9601 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9602 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9603 * remote-vx.c (vx_create_inferior): Ditto.
9604
96052003-04-08 Elena Zannoni <ezannoni@redhat.com>
9606
9607 * infrun.c (stop_soon_quietly): Make it an enum, to better
9608 override the default behavior of handle_inferior_event.
9609 (clear_proceed_status): Update uses of stop_soon_quietly to
9610 reflect that it is now an enum.
9611 (start_remote): Ditto.
9612 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9613 is set to handle the new GNU/Linux kernel behavior for
9614 attach/sigstop. Update uses of stop_soon_quietly.
9615 * inferior.h (enum stop_kind): New enum.
9616 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9617 Reset normal handle_inferior_event behavior, afterwards.
9618 * fork-child.c (startup_inferior): Update.
9619 * alpha-tdep.c (heuristic_proc_start): Update.
9620 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9621 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9622 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9623 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9624 * remote-vx.c (vx_create_inferior): Update.
9625 * mips-tdep.c (heuristic_proc_start): Update.
9626
1211bce3
EZ
96272003-04-07 Elena Zannoni <ezannoni@redhat.com>
9628
9629 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 9630 be freed more than once, causing wild memory corruptions.
1211bce3 9631 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 9632 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 9633 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 9634 with the "core" target.
1211bce3 9635
f0ef6b29
KB
96362003-04-07 Kevin Buettner <kevinb@redhat.com>
9637
9638 * mips-tdep.c (mips_print_fp_register): New function, created from
9639 do_fp_register_row(). Registers are now (also) printed as hex.
9640 Only one register is printed per row.
9641 (mips_print_register, do_fp_register_row): Print floating point
9642 registers with mips_print_fp_register().
9643
8cf71652
AC
96442003-04-06 Andrew Cagney <cagney@redhat.com>
9645
5e488a7b
AC
9646 * valprint.h (inspect_it): Add extern declaration.
9647 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9648 (selectors_info, classes_info): Ditto.
9649 (find_objc_msgcall): Fix indentation.
9650 (objc_printstr): Delete extern declarations.
9651
8cf71652
AC
9652 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9653
e6ba3bc9
AC
96542003-04-06 Andrew Cagney <cagney@redhat.com>
9655
9656 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9657 Update comment.
9658 * frame.c (legacy_saved_regs_this_id): Update.
9659 (legacy_get_prev_frame): Update.
9660 * xstormy16-tdep.c: Update comment.
9661 * sparc-tdep.c (sparc_frame_chain): Update comment.
9662 * blockframe.c (legacy_frame_chain_valid): Update.
9663
55e1d7e7
AC
96642003-04-06 Andrew Cagney <cagney@redhat.com>
9665
996179ee
AC
9666 * valprint.c (val_print_type_code_int): Delete #ifdef
9667 PRINT_TYPELESS_INTEGER code.
9668
55e1d7e7
AC
9669 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9670 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9671 multi-arch definition.
9672 * gdbarch.h: Re-generate.
9673
43bd9a9e
AC
96742003-04-05 Andrew Cagney <cagney@redhat.com>
9675
9676 Eliminate FRAME_FIND_SAVED_REGS.
9677 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9678 Change FSR parameter to a pointer.
9679 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9680 Assume FSR parameter is a pointer.
9681 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9682 Make fsr a pointer.
9683 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9684 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9685 saved_regs a pointer.
9686 (hppa_frame_saved_pc): Ditto.
9687 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9688 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9689 pointer.
9690 (restore_pc_queue): Make fsr a pointer.
9691 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9692 (hppa_frame_chain): Make saved_regs a pointer, call
9693 hppa_frame_init_saved_regs.
9694 * sparc-tdep.c: Include "gdb_assert.h".
9695 (sparc_frame_find_saved_regs): Replace internal_error with
9696 gdb_assert.
9697 * remote-vxsparc.c (vx_read_register): Delete reference to
9698 FRAME_FIND_SAVED_REGS.
9699 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9700 * gdbarch.h: Regenerate.
9701 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9702 (deprecated_get_frame_saved_regs): Delete declaration.
9703 (struct frame_saved_regs): Delete definition.
9704 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9705 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9706 (hppa_frame_find_saved_regs): Delete declaration.
9707 (FRAME_FIND_SAVED_REGS): Delete macro.
9708 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9709 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9710 FRAME_FIND_SAVED_REGS in comment.
9711
be41e9f4
AC
97122003-04-05 Andrew Cagney <cagney@redhat.com>
9713
9714 * frame.c (frame_func_unwind, get_frame_func): New functions.
9715 * frame.h (get_frame_func, frame_func_unwind): Declare.
9716 (struct frame_info): Add field "prev_func" for caching the
9717 previous frame's function address.
9718 * arm-tdep.c (arm_frameless_function_invocation): Combine
9719 get_pc_function_start and get_frame_pc into get_frame_func.
9720 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9721 (sh64_nofp_frame_init_saved_regs): Ditto.
9722 * s390-tdep.c (s390_function_start): Ditto.
9723 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9724 (rs6000_frameless_function_invocation): Ditto.
9725 (rs6000_frame_saved_pc): Ditto.
9726 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9727 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9728 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9729 (i386_frame_init_saved_regs): Ditto.
9730 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9731 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9732 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9733 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9734 * blockframe.c (frameless_look_for_prologue): Ditto.
9735
a01dd7cc
AC
97362003-04-05 Andrew Cagney <cagney@redhat.com>
9737
9738 * frame.c (legacy_get_prev_frame): Link prev to next at the
9739 function start. Update comments.
9740
5e5592e6
AC
97412003-04-05 Andrew Cagney <cagney@redhat.com>
9742
9743 * frame.c (get_frame_id): Update comment.
9744 (legacy_get_prev_frame): Update comment.
9745 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9746 * gdbarch.h: Regenerate.
9747 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9748 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9749
6fba5002
AC
97502003-04-05 Andrew Cagney <cagney@redhat.com>
9751
9752 * stack.c (print_frame_info): Use get_frame_pc.
9753
7df05f2b
AC
97542003-04-04 Andrew Cagney <cagney@redhat.com>
9755
9756 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9757 the frame's type from the unwinder.
9758 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9759 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9760 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9761 (get_frame_base_address): Use get_frame_type.
9762 (get_frame_locals_address, get_frame_args_address): Ditto.
9763 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9764 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9765 (struct frame_info): Add comment explaining why the frame contains
9766 a "type" field.
9767 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9768 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9769 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9770 NORMAL_FRAME.
9771 * frame-unwind.h: Include "frame.h".
9772 (struct frame_unwind): Add "type" field.
9773 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 9774
11889732
AC
97752003-04-04 Andrew Cagney <cagney@redhat.com>
9776
9777 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9778 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9779 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9780 get_frame_base.
9781 (d10v_unwind_dummy_id): Use frame_id_build.
9782 * frame.c (find_frame_sal): Use get_frame_pc.
9783 (create_new_frame): Use deprecated_update_frame_pc_hack and
9784 deprecated_update_frame_base_hack.
9785 (create_sentinel_frame): Add comment about ->pc going away.
9786 (get_prev_frame): Add comment about ->pc going away.
9787 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9788 frame_id_build, deprecated_update_frame_pc_hack and
9789 deprecated_update_frame_base_hack.
9790 (select_frame): Use get_frame_pc.
9791 (legacy_saved_regs_this_id): Use frame_id_build.
9792
50c46a0d
EZ
97932003-04-04 Elena Zannoni <ezannoni@redhat.com>
9794
fbe586ae
RH
9795 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9796 signed integer case.
9797 (classify_argument): Handle enumerations and references.
50c46a0d 9798
50bbdbd9
AC
97992003-04-04 Andrew Cagney <cagney@redhat.com>
9800
9801 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9802 ID to NULL.
9803
36018d2e
AF
98042003-04-01 Adam Fedor <fedor@gnu.org>
9805
9806 * gdb/objc-lang.c (selectors_info): Replace calls to
9807 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9808 SYMBOL_NATURAL_NAME.
9809 (classes_info, find_methods): Likewise.
9810
35cec841
KB
98112003-04-03 Kevin Buettner <kevinb@redhat.com>
9812
9813 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9814 ``mach'' to the value determined by bfd_default_set_arch_mach().
9815
43136899
BR
98162003-04-02 Bob Rossi <bob_rossi@cox.net>
9817
9818 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9819 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9820 (mi-cmd-file.o): Update dependencies.
9821
040b99fd
KB
98222003-04-01 Kevin Buettner <kevinb@redhat.com>
9823
9824 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9825 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9826
9a3d7dfd
AF
98272003-04-01 Adam Fedor <fedor@gnu.org>
9828
9829 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9830 * language.h (struct language_defn): Add la_demangle.
9831 (language_demangle): Declare.
9832 * language.c (language_demangle): New function.
9833 (unk_lang_demangle): Likewise.
9834 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 9835 Add ukn_lang_demangle.
9a3d7dfd 9836 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 9837 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
9838 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9839 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9840 * jv-lang.c (java_demangle): New function
9841 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
9842 * objc-lang.c (objc_demangle): Add options argument
9843 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
9844 * maint.c (maintenance_demangle): Replace switch with
9845 call to language_demangle.
9846 * utils.c (fprintf_symbol_filtered): Likewise.
9847
5e074003
AC
98482003-04-01 Andrew Cagney <cagney@redhat.com>
9849
9850 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9851 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9852 PRINT_TYPELESS_INTEGER.
9853 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9854 PUSH_RETURN_ADDRESS.
9855
270cb5d6
AC
98562003-04-01 Andrew Cagney <cagney@redhat.com>
9857
9858 * Makefile.in (d10v-tdep.o): Update dependencies.
9859 * d10v-tdep.c: Include "frame-base.h".
9860 (d10v_frame_unwind): Make constant.
9861 (d10v_frame_base_address): New function.
9862 (d10v_frame_base): New variable.
9863 (d10v_gdbarch_init): Set frame_base default.
9864 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9865 comment for base.
9866 (d10v_frame_unwind_cache): Set and use "prev_sp".
9867 (d10v_frame_this_id): Use the previous frame's inner most stack
9868 address and this frame's func address for the frame ID. Use
9869 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 9870
6bfb3e36
AC
98712003-04-01 Andrew Cagney <cagney@redhat.com>
9872
9873 * frame.h (get_frame_locals_address, get_frame_args_address):
9874 Refer to the base address, instead of the address of the first
9875 local or parameter.
8ffd9b1b 9876
da62e633
AC
98772003-04-01 Andrew Cagney <cagney@redhat.com>
9878
9879 Add frame debug info addresses:
9880 * frame-base.c: New file.
9881 * frame-base.h: New file.
9882 * frame.h (struct frame_base): Add opaque declaration.
9883 (get_frame_base): Update comment.
9884 (get_frame_base_address): Declare.
9885 (get_frame_locals_address): Declare.
9886 (get_frame_args_address): Declare.
9887 (struct frame_info): Add "base" and "base_cache". Update
9888 comments on the unwinder.
9889 * frame.c: Include "frame-base.h".
9890 (get_frame_locals_address): New function.
9891 (get_frame_base_address): New function.
9892 (get_frame_args_address): New function.
9893 * findvar.c (read_var_value): Use get_frame_locals_address and
9894 get_frame_args_address.
9895 * stack.c (frame_info): Use get_frame_locals_address and
9896 get_frame_args_address.
9897 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9898 moved to "frame-base.c".
9899 * printcmd.c (print_frame_nameless_args): Ditto.
9900 * symtab.h (address_class): Update comments.
9901 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9902 get_frame_base_address.
9903 * dwarf2expr.c (execute_stack_op): Ditto.
9904 * Makefile.in (frame_base_h): Define.
9905 (frame.o): Update dependencies.
9906 (frame-base.o): Add dependencies.
9907 (SFILES): Add frame-base.c.
9908 (COMMON_OBS): Add frame-base.o.
9909
3d30e9c2
AC
99102003-04-01 Andrew Cagney <cagney@redhat.com>
9911
9912 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9913 CALL_DUMMY_LENGTH): Ditto.
9914 * gdbarch.c: Re-generate.
9915 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9916 (CALL_DUMMY_LENGTH): Delete macro.
9917 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9918 * arm-tdep.c (arm_gdbarch_init): Ditto.
9919 * avr-tdep.c (avr_gdbarch_init): Ditto.
9920 * cris-tdep.c (cris_gdbarch_init): Ditto.
9921 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9922 * frv-tdep.c (frv_gdbarch_init): Ditto.
9923 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9924 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9925 * i386-tdep.c (i386_gdbarch_init): Ditto.
9926 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9927 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9928 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9929 * mips-tdep.c (mips_gdbarch_init): Ditto.
9930 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9931 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9932 * s390-tdep.c (s390_gdbarch_init): Ditto.
9933 * sh-tdep.c (sh_gdbarch_init): Ditto.
9934 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9935 * v850-tdep.c (v850_gdbarch_init): Ditto.
9936 * vax-tdep.c (vax_gdbarch_init): Ditto.
9937 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9938
ce0c7262
CV
99392003-04-01 Corinna Vinschen <vinschen@redhat.com>
9940
9941 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9942
73dd234f
AC
99432003-04-01 Andrew Cagney <cagney@redhat.com>
9944
9945 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9946 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9947 * gdbarch.h, gdbarch.c: Re-generate.
9948 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9949 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9950 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9951 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9952 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9953 * infcmd.c (run_stack_dummy): Simplify assuming
9954 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9955 * infrun.c (handle_inferior_event): Ditto.
9956 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9957 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9958 * arm-tdep.c (arm_gdbarch_init): Ditto.
9959 * avr-tdep.c (avr_gdbarch_init): Ditto.
9960 * cris-tdep.c (cris_gdbarch_init): Ditto.
9961 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9962 * frv-tdep.c (frv_gdbarch_init): Ditto.
9963 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9964 * i386-tdep.c (i386_gdbarch_init): Ditto.
9965 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9966 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9967 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9968 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9969 * mips-tdep.c (mips_gdbarch_init): Ditto.
9970 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9971 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9972 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9973 * s390-tdep.c (s390_gdbarch_init): Ditto.
9974 * sh-tdep.c (sh_gdbarch_init): Ditto.
9975 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9976 * v850-tdep.c (v850_gdbarch_init): Ditto.
9977 * vax-tdep.c (vax_gdbarch_init): Ditto.
9978 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9979
97606a13
DJ
99802003-04-01 Daniel Jacobowitz <drow@mvista.com>
9981
9982 * symfile.c (symfile_relocate_debug_section): Update call to
9983 bfd_simple_get_relocated_section_contents.
9984
e8ab51f7
AC
99852003-03-31 Andrew Cagney <cagney@redhat.com>
9986
9987 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9988 * gdbarch.h, gdbarch.c: Regenerate.
9989 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9990 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9991 available.
9992 * frame.h (generic_fix_call_dummy): Delete declaration.
9993 * dummy-frame.h: Update comment.
9994 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9995 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9996 fix_call_dummy.
9997 * sh-tdep.c (sh_gdbarch_init): Ditto.
9998 * s390-tdep.c (s390_gdbarch_init): Ditto.
9999 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10000 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10001 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10002 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10003 * i386-tdep.c (i386_gdbarch_init): Ditto.
10004 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10005 * frv-tdep.c (frv_gdbarch_init): Ditto.
10006 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10007 * cris-tdep.c (cris_gdbarch_init): Ditto.
10008 * avr-tdep.c (avr_gdbarch_init): Ditto.
10009 * arm-tdep.c (arm_gdbarch_init): Ditto.
10010
018d1b48
JB
100112003-03-31 J. Brobecker <brobecker@gnat.com>
10012
10013 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10014 (INIT_FRAME_AP): Likewise.
10015 (EXTRA_FRAME_INFO): Likewise.
10016
e9a2674e
AC
100172003-03-31 Andrew Cagney <cagney@redhat.com>
10018
10019 * gdbarch.sh: Include "symfile.h".
10020 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10021 * gdbarch.h, gdbarch.c: Re-generate.
10022 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10023 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10024 call_dummy_address, the default is at entry_point_address.
10025 * v850-tdep.c (v850_gdbarch_init): Ditto.
10026 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10027 * sh-tdep.c (sh_gdbarch_init): Ditto.
10028 * s390-tdep.c (s390_gdbarch_init): Ditto.
10029 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10030 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10031 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10032 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10033 * i386-tdep.c (i386_gdbarch_init): Ditto.
10034 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10035 * frv-tdep.c (frv_gdbarch_init): Ditto.
10036 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10037 * cris-tdep.c (cris_gdbarch_init): Ditto.
10038 * arm-tdep.c (arm_gdbarch_init): Ditto.
10039
e8a8712a
AC
100402003-03-31 Andrew Cagney <cagney@redhat.com>
10041
10042 * gdbarch.sh (CALL_DUMMY_P): Delete.
10043 * gdbarch.h, gdbarch.c: Re-generate.
10044 * inferior.h (CALL_DUMMY_P): Delete macro.
10045 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10046 * vax-tdep.c (vax_gdbarch_init): Update.
10047 * v850-tdep.c (v850_gdbarch_init): Update.
10048 * sparc-tdep.c (sparc_gdbarch_init): Update.
10049 * sh-tdep.c (sh_gdbarch_init): Update.
10050 * s390-tdep.c (s390_gdbarch_init): Update.
10051 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10052 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10053 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10054 * mips-tdep.c (mips_gdbarch_init): Update.
10055 * mcore-tdep.c (mcore_gdbarch_init): Update.
10056 * m68k-tdep.c (m68k_gdbarch_init): Update.
10057 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10058 * ia64-tdep.c (ia64_gdbarch_init): Update.
10059 * i386-tdep.c (i386_gdbarch_init): Update.
10060 * h8300-tdep.c (h8300_gdbarch_init): Update.
10061 * frv-tdep.c (frv_gdbarch_init): Update.
10062 * d10v-tdep.c (d10v_gdbarch_init): Update.
10063 * cris-tdep.c (cris_gdbarch_init): Update.
10064 * breakpoint.c (deprecated_frame_in_dummy): Update.
10065 * avr-tdep.c (avr_gdbarch_init): Update.
10066 * alpha-tdep.c (alpha_gdbarch_init): Update.
10067 * arm-tdep.c (arm_gdbarch_init): Update.
10068 * dummy-frame.c (dummy_frame_this_id): Update comments.
10069 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10070 * frame.c (legacy_get_prev_frame): Ditto.
10071 * valops.c (call_function_by_hand): Delete function.
10072 (hand_function_call): Rename to call_function_by_hand
10073
ed234cf8
AC
100742003-03-30 Andrew Cagney <cagney@redhat.com>
10075
10076 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 10077 * value.h (struct value): Update comment.
ed234cf8 10078
06c77151
AC
100792003-03-30 Andrew Cagney <cagney@redhat.com>
10080
6c2b5168
AC
10081 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10082 D10V_FP_REGNUM.
10083 (d10v_gdbarch_init): Do not set fp_regnum.
10084
06c77151
AC
10085 * frame.c (get_frame_base): Force ID initialization.
10086 (get_prev_frame): Move computation of the frame ID from here ...
10087 (get_frame_id): ... to here.
10088 (legacy_get_prev_frame): Mark the frame ID as valid.
10089 * frame.h (struct frame_info): Add field "id_p".
10090
97a1a11c
MK
100912003-03-30 Mark Kettenis <kettenis@gnu.org>
10092
10093 * i386-tdep.c (i386_store_struct_return): Removed.
10094 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10095
6c0e89ed
AC
100962003-03-30 Andrew Cagney <cagney@redhat.com>
10097
10098 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10099 * gdbarch.h, gdbarch.c: Regenerate.
10100 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10101 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10102 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10103 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10104 * i386-tdep.c (i386_gdbarch_init): Ditto.
10105 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10106 * cris-tdep.c (cris_gdbarch_init): Ditto.
10107 * vax-tdep.c (vax_gdbarch_init): Ditto.
10108 * s390-tdep.c (s390_gdbarch_init): Ditto.
10109 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10110 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10111 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10112 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10113 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10114 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10115 * sparc-tdep.c (sparc_gdbarch_init): Update.
10116 * sh-tdep.c (sh_gdbarch_init): Update.
10117 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10118 * mips-tdep.c (mips_gdbarch_init): Update.
10119 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10120 * ia64-tdep.c (ia64_gdbarch_init): Update.
10121 * frv-tdep.c (frv_gdbarch_init): Update.
10122 * avr-tdep.c (avr_gdbarch_init): Update.
10123 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10124 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10125 instead of when push_dummy_call is not available.
8ffd9b1b 10126
f7dd6af2
AC
101272003-03-30 Andrew Cagney <cagney@redhat.com>
10128
10129 * infttrace.c: Include "gdbthread.h".
10130 (parent_attach_all): Fix function signature.
10131 (call_ptrace): Update call.
10132 * Makefile.in (infttrace.o): Update dependencies.
10133
28f617b3
AC
101342003-03-30 Andrew Cagney <cagney@redhat.com>
10135
10136 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10137 PUSH_RETURN_ADDRESS.
10138 * gdbarch.h, gdbarch.c: Regenerate.
10139 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10140 * x86-64-tdep.c (x86_64_init_abi): Update.
10141 * v850-tdep.c (v850_gdbarch_init): Update.
10142 * sparc-tdep.c (sparc_gdbarch_init): Update.
10143 * sh-tdep.c (sh_gdbarch_init): Update.
10144 * s390-tdep.c (s390_gdbarch_init): Update.
10145 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10146 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10147 * mips-tdep.c (mips_gdbarch_init): Update.
10148 * mcore-tdep.c (mcore_gdbarch_init): Update.
10149 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10150 * ia64-tdep.c (ia64_gdbarch_init): Update.
10151 * i386-tdep.c (i386_gdbarch_init): Update.
10152 * h8300-tdep.c (h8300_gdbarch_init): Update.
10153 * frv-tdep.c (frv_gdbarch_init): Update.
10154 * cris-tdep.c (cris_gdbarch_init): Update.
10155 * avr-tdep.c (avr_gdbarch_init): Update.
10156 * arm-tdep.c (arm_gdbarch_init): Update.
10157 * valops.c (hand_function_call): Update.
10158
4d628cd7
AC
101592003-03-29 Andrew Cagney <cagney@redhat.com>
10160
10161 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10162 sizeof_call_dummy_words.
10163 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10164 define.
10165 * gdbarch.h: Regenerate.
8ffd9b1b 10166
65e82032
AC
101672003-03-29 Andrew Cagney <cagney@redhat.com>
10168
10169 * infttrace.h: New file.
10170 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10171 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10172 (hpread_read_doc_function_type): Detect an initialized type1.
10173 (hpread_quick_traverse): Initialize mod_name_string.
10174 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10175 (som_solib_get_solib_by_pc): Declare.
10176 (so_lib_thread_start_addr): Declare.
10177 (no_shared_libraries): Declare.
10178 * somread.c (init_import_symbols): Make static. Add forward
10179 declaration.
10180 * config/pa/nm-hppah.h: Include "infttrace.h" for
10181 parent_attach_all.
10182 (hppa_insert_hw_watchpoint): Declare.
10183 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10184 * hppah-nat.c: Include "gdb_string.h".
10185 (parent_attach_all): Delete extern declaration, moved to
10186 "infttrace.h".
10187 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10188 int.
10189 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10190 * Makefile.in (infttrace_h): Define.
10191 (hpread.o): Update dependencies.
10192 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10193 * hppa-hpux-tdep.c: Include "gdb_string.h".
10194 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10195 * infrun.c (handle_inferior_event): Always initialize
10196 stepped_after_stopped_by_watchpoint. Add default and remove
10197 fallthrough in switch statement.
10198 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10199 parameter to int.
10200 (hppa_remove_hw_watchpoint): Ditto.
10201
2c3bbe77
AC
102022003-03-29 Andrew Cagney <cagney@redhat.com>
10203
10204 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10205 offset.
10206
2dd604e7
RE
102072003-03-29 Richard Earnshaw <rearnsha@arm.com>
10208
10209 * arm-tdep.c (arm_push_arguments): Delete.
10210 (struct stack_item): New type.
10211 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10212 (arm_store_struct_return): Delte.
10213 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10214 arm_push_arguments or arm_store_struct_return.
10215
e8933a55
AC
102162003-03-28 Andrew Cagney <cagney@redhat.com>
10217
10218 * Makefile.in (d10v-tdep.o): Update dependencies.
10219 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10220 * d10v-tdep.c: Include "remote.h".
10221 (target_resume_hook): Delete extern declaration.
10222 (target_wait_loop_hook): Ditto.
10223 (tdisassemble_command): Eliminate assignment in "if" conditional.
10224 (d10v_ts2_register_sim_regno): Eliminate call to
10225 legacy_register_sim_regno.
10226 (d10v_ts3_register_sim_regno): Ditto.
10227
6949171e
JJ
102282003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10229
10230 * thread.c: Reindented.
10231 * lin-lwp.c: Ditto.
10232 * linux-proc.c: Ditto.
10233
98c7071f
BR
102342003-03-28 Bob Rossi <bob_rossi@cox.net>
10235
fbe586ae 10236 * MAINTAINERS (write after approval): Add myself.
98c7071f 10237
5edc9ca6
TR
102382003-03-27 Theodore A. Roth <troth@openavr.org>
10239
10240 * objc-exp.y: Add missing semi-colons.
10241
378bfd1b
AC
102422003-03-27 Andrew Cagney <cagney@redhat.com>
10243
10244 * regcache.c (write_sp): Delete function and references.
10245 * inferior.h (write_sp): Delete declaration.
10246 * valops.c (hand_function_call): Replace write_sp with
10247 TARGET_WRITE_SP.
10248 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10249 (sparc_pop_frame): Ditto.
8ffd9b1b 10250
56056df7
AC
102512003-03-27 Andrew Cagney <cagney@redhat.com>
10252
10253 * NEWS: Mention removal of support for hppa*-*-bsd* and
10254 hppa*-*-osf* natives, and hppa*-*-pro* target.
10255 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10256 * config/pa/xm-pa.h: Obsolete file.
10257 * config/pa/xm-hppab.h: Obsolete file.
10258 * config/pa/nm-hppab.h: Obsolete file.
10259 * config/pa/tm-hppab.h: Obsolete file.
10260 * config/pa/tm-hppao.h: Obsolete file.
10261 * config/pa/nm-hppao.h: Obsolete file.
10262 * config/pa/tm-pro.h: Obsolete file.
10263 * config/pa/hppaosf.mt: Obsolete file.
10264 * config/pa/hppaosf.mh: Obsolete file.
10265 * config/pa/hppapro.mt: Obsolete file.
10266 * config/pa/hppabsd.mt: Obsolete file.
10267 * config/pa/hppabsd.mh: Obsolete file.
10268 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10269 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10270 hppa*-*-osf*.
10271
5873a88d
AC
102722003-03-27 Andrew Cagney <cagney@redhat.com>
10273
10274 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10275 push_arguments. Don't set push_return_address or write_sp.
10276 (d10v_push_dummy_call): Replace d10v_push_arguments.
10277 (d10v_push_return_address, d10v_write_sp): Delete function,
10278 handled by push_dummy_call.
10279
b81774d8
AC
102802003-03-26 Andrew Cagney <cagney@redhat.com>
10281
10282 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10283 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10284 regcache and dummy_addr parameters.
10285 * gdbarch.h, gdbarch.c: Re-generate.
10286 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10287 available; assume it will handle stack alignment and return
10288 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10289 legacy_push_arguments.
10290 (legacy_push_arguments): Rename default_push_arguments.
10291 * value.h (legacy_push_arguments): Rename default_push_arguments.
10292 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10293 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10294 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10295 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10296 * config/i386/tm-symmetry.h: Update.
10297 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10298 * x86-64-tdep.c (x86_64_init_abi): Update.
10299 * v850-tdep.c (v850_gdbarch_init): Update.
10300 * sparc-tdep.c (sparc_gdbarch_init): Update.
10301 * sh-tdep.c (sh_gdbarch_init): Update.
10302 * s390-tdep.c (s390_gdbarch_init): Update.
10303 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10304 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10305 * mips-tdep.c (mips_gdbarch_init): Update.
10306 * mcore-tdep.c (mcore_gdbarch_init): Update.
10307 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10308 * ia64-tdep.c (ia64_gdbarch_init): Update.
10309 * i386-tdep.c (i386_gdbarch_init): Update.
10310 * hppa-tdep.c (hppa_gdbarch_init): Update.
10311 * h8300-tdep.c (h8300_gdbarch_init): Update.
10312 * frv-tdep.c (frv_gdbarch_init): Update.
10313 * d10v-tdep.c (d10v_gdbarch_init): Update.
10314 * cris-tdep.c (cris_gdbarch_init): Update.
10315 * avr-tdep.c (avr_gdbarch_init): Update.
10316 * arm-tdep.c (arm_gdbarch_init): Update.
10317 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10318 * alpha-tdep.c (alpha_gdbarch_init): Update.
10319
f541410f
DJ
103202003-03-26 Daniel Jacobowitz <drow@mvista.com>
10321
10322 * signals/signals.c (do_target_signal_to_host): Correct realtime
10323 signal range test.
10324
69f567ae
DJ
103252003-03-26 Daniel Jacobowitz <drow@mvista.com>
10326
10327 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10328 (struct sal_chain, map_catch_names): Remove.
10329 (catch_exception_command_1): Don't call
10330 handle_gnu_4_16_catch_command.
10331
d5d14a5a
DJ
103322003-03-26 Daniel Jacobowitz <drow@mvista.com>
10333
10334 From Mark Dettinger <dettinge@de.ibm.com>:
10335 * dwarf2cfi.c (read_2u): Increment pointer by two.
10336
bdd73e22
DJ
103372003-03-26 Daniel Jacobowitz <drow@mvista.com>
10338
10339 * signals/signals.c: Fix typos in last change.
10340
960cb555
DJ
103412003-03-26 Daniel Jacobowitz <drow@mvista.com>
10342
10343 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10344 not already defined. Use __SIGRTMIN if available.
10345 (target_signal_from_host): Remove SIGRTMIN block.
10346 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10347 the signal is within the realtime range.
10348
f636b87d
AF
103492003-03-25 Adam Fedor <fedor@gnu.org>
10350
10351 * Makefile.in (infrun.o): Add $(language_h)
10352 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10353 for language specific trampolines.
10354 * language.h (struct language_defn): Add skip_trampoline.
10355 (skip_language_trampoline): Declare.
10356 * language.c (unk_lang_trampoline, skip_language_trampoline):
10357 New functions.
10358 (unknown_language_defn, auto_language_defn, local_language_defn):
10359 Add ukn_lang_trampoline.
10360 * ada-lang.c (ada_language_defn): Add NULL for language
10361 specific skip_trampoline.
10362 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10363 scm-lang.c: Likewise.
10364 * objc-lang.c (objc_skip_trampoline): New function.
10365 (objc_language_defn): Add objc_skip_trampoline.
10366
28f617b3 103672003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
10368
10369 * frame.c (get_prev_frame): Delay validating a frame's ID -
10370 non-NULL, didn't go backwards - until an attempt to unwind it to
10371 the previous frame.
10372
f933a9c5
AC
103732003-03-25 Andrew Cagney <cagney@redhat.com>
10374
10375 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10376 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10377 * gdbarch.h, gdbarch.c: Re-generate.
10378 * config/sparc/tm-sparc.h
10379 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10380 * sparc-tdep.c (sparc_gdbarch_init): Set
10381 deprecated_extra_stack_alignment_needed.
10382 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10383 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10384 extra_stack_alignment_needed.
10385 * v850-tdep.c (v850_gdbarch_init): Ditto.
10386 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10387 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10388 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10389 * cris-tdep.c (cris_gdbarch_init): Ditto.
10390 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10391 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 10392
4183d812
AC
103932003-03-25 Andrew Cagney <cagney@redhat.com>
10394
10395 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10396 STORE_STRUCT_RETURN.
10397 * gdbarch.h, gdbarch.c: Regenerate.
10398 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10399 (d10v_push_arguments): Set the struct return register.
10400 (d10v_gdbarch_init): Update.
10401 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10402 * x86-64-tdep.c (x86_64_init_abi): Update.
10403 * vax-tdep.c (vax_gdbarch_init): Update.
10404 * v850-tdep.c (v850_gdbarch_init): Update.
10405 * sparc-tdep.c (sparc_gdbarch_init): Update.
10406 * sh-tdep.c (sh_gdbarch_init): Update.
10407 * s390-tdep.c (s390_gdbarch_init): Update.
10408 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10409 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10410 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10411 * mips-tdep.c (mips_gdbarch_init): Update.
10412 * mcore-tdep.c (mcore_gdbarch_init): Update.
10413 * m68k-tdep.c (m68k_gdbarch_init): Update.
10414 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10415 * ia64-tdep.c (ia64_gdbarch_init): Update.
10416 * i386-tdep.c (i386_gdbarch_init): Update.
10417 * hppa-tdep.c (hppa_gdbarch_init): Update.
10418 * h8300-tdep.c (h8300_gdbarch_init): Update.
10419 * frv-tdep.c (frv_gdbarch_init): Update.
10420 * cris-tdep.c (cris_gdbarch_init): Update.
10421 * avr-tdep.c (avr_gdbarch_init): Update.
10422 * arm-tdep.c (arm_gdbarch_init): Update.
10423 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10424
1bf6d5cc
AC
104252003-03-25 Andrew Cagney <cagney@redhat.com>
10426
10427 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10428 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10429 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10430 * gdbarch.h, gdbarch.c: Regenerate.
10431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10432 call_dummy_stack_adjust_p.
10433 * vax-tdep.c (vax_gdbarch_init): Ditto.
10434 * v850-tdep.c (v850_gdbarch_init): Ditto.
10435 * sh-tdep.c (sh_gdbarch_init): Ditto.
10436 * s390-tdep.c (s390_gdbarch_init): Ditto.
10437 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10438 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10439 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10440 * mips-tdep.c (mips_gdbarch_init): Ditto.
10441 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10442 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10443 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10444 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10445 * i386-tdep.c (i386_gdbarch_init): Ditto.
10446 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10447 * frv-tdep.c (frv_gdbarch_init): Ditto.
10448 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10449 * cris-tdep.c (cris_gdbarch_init): Ditto.
10450 * avr-tdep.c (avr_gdbarch_init): Ditto.
10451 * arm-tdep.c (arm_gdbarch_init): Ditto.
10452 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10453 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10454 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10455 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10456 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10457 call_dummy_stack_adjust_p.
10458 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10459 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10460 * sparc-tdep.c (sparc32_push_arguments): Update.
10461 * valops.c (hand_function_call): Update.
10462
71c08af0
CV
104632003-03-25 Corinna Vinschen <vinschen@redhat.com>
10464
10465 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10466 set_gdbarch_char_signed.
10467
30757f90
RE
104682003-03-25 Richard Earnshaw <rearnsha@arm.com>
10469
10470 PR cli/548
10471 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10472
03d48a7d
RE
104732003-03-25 Richard Earnshaw <rearnsha@arm.com>
10474
10475 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10476 (_initialize_arm_tdep): Don't set tm_print_insn.
10477
2cf6873c
AF
104782003-03-24 Adam Fedor <fedor@gnu.org>
10479
10480 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10481 * objc-lang.h: Add multiple inclusion protection.
10482 (start_msglist, add_msglist, end_msglist): Additional declarations.
10483
17c0759e
RE
104842003-03-24 Richard Earnshaw <rearnsha@arm.com>
10485
10486 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10487 value was renamed to ARM_FLOAT_SOFT_FPA.
10488
618ce49f
AC
104892003-03-23 Andrew Cagney <cagney@redhat.com>
10490
10491 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10492 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10493 * gdbarch.h, gdbarch.c: Regenerate.
10494 * valops.c (hand_function_call): Update.
10495 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10496 * frame.c (legacy_saved_regs_this_id): Update.
10497 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10498 * dummy-frame.h: Update.
10499 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10500 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10501 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10502 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10503 * config/m68k/tm-sun3.h: Update.
10504 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10505 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10506 * x86-64-tdep.c (x86_64_init_abi): Update.
10507 * vax-tdep.c (vax_gdbarch_init): Update.
10508 * v850-tdep.c (v850_gdbarch_init): Update.
10509 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10510 * sh-tdep.c (sh_gdbarch_init): Update.
10511 * s390-tdep.c (s390_gdbarch_init): Update.
10512 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10513 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10514 (frame_get_saved_regs): Update.
10515 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10516 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10517 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10518 * mips-tdep.c (mips_gdbarch_init): Update.
10519 * mcore-tdep.c (mcore_gdbarch_init): Update.
10520 * m68k-tdep.c (m68k_gdbarch_init): Update.
10521 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10522 * ia64-tdep.c (ia64_gdbarch_init): Update.
10523 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10524 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10525 (i386_interix_back_one_frame): Update.
10526 * hppa-tdep.c (hppa_gdbarch_init): Update.
10527 (hppa_init_extra_frame_info): Update.
10528 * h8300-tdep.c (h8300_gdbarch_init): Update.
10529 * frv-tdep.c (frv_gdbarch_init): Update.
10530 * cris-tdep.c (cris_gdbarch_init): Update.
10531 * avr-tdep.c (avr_gdbarch_init): Update.
10532 * arm-tdep.c (arm_gdbarch_init): Update.
10533 * alpha-tdep.c (alpha_gdbarch_init): Update.
10534
fd50bc42
RE
105352003-03-22 Richard Earnshaw <rearnsha@arm.com>
10536
10537 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10538 (arm_get_fp_model): Declare.
10539 * arm-tdep.c (fp_model_strings): New string array.
10540 (arm_fp_model, current_fp_model): New variables.
10541 (arm_get_fp_model): New function.
10542 (arm_set_fp): New function.
10543 (set_fp_model_sfunc): New function.
10544 (show_fp_model): New function.
10545 (_initialize_arm_tdep): Add new command to set/show the FPU.
10546 (arm_extract_return_value): Use arm_get_fp_model.
10547 (arm_store_return_value): Likewise.
10548 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10549 to initialize the floating-point data types.
10550 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10551 model is FPA.
10552
26304000
RE
105532003-03-22 Richard Earnshaw <rearnsha@arm.com>
10554
10555 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10556 the current setting of each value.
10557 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 10558 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
10559 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10560 commands and add new version as subcommands of "set/show arm".
10561
afd7eef0
RE
105622003-03-22 Richard Earnshaw <rearnsha@arm.com>
10563
10564 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10565 (set_arm_command, show_arm_command): New functions.
10566 (_initialize_arm_tdep): Add them.
10567 (num_disassembly_options): Renamed from num_flavor_options.
10568 (valid_disassembly_styles): Renamed from valid_flavors.
10569 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 10570 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
10571 set_disassembly_flavor_sfunc.
10572 (set_disassembly_style): Renamed from set_disassembly_flavor.
10573 (arm_othernames): Updated.
10574 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10575 command. Add "set/show arm disassembly" commands. Deprecate
10576 "othernames" command.
10577
299a7944
RE
105782003-03-22 Richard Earnshaw <rearnsha@arm.com>
10579
10580 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10581 (arm-tdep.o): Depend on elf_arm_h.
10582
c1dac9e6
RE
105832003-03-22 Richard Earnshaw <rearnsha@arm.com>
10584
10585 * Makefile.in (coff_internal_h): Define.
10586 (arm-tdep.o): Update dependencies.
10587
2702d96c
RE
105882003-03-22 Richard Earnshaw <rearnsha@arm.com>
10589
10590 * arm-tdep.c (prologue_cache): Delete.
10591 (check_prologue_cache, save_prologue_cache): Delete.
10592 (arm_scan_prologue): Don't check or update the prologue_cache.
10593 (arm_gdb_arch_init): Don't initialize it.
10594 (_initialize_arm_tdep): Likewise.
10595
27d5d74b
SC
105962003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10597
10598 * MAINTAINERS (tui): Maintainer of tui code.
10599
1762d96d
CV
106002003-03-21 Corinna Vinschen <vinschen@redhat.com>
10601
10602 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10603 (i386-cygwin-tdep.o): Add dependencies.
10604 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10605 * i386-cygwin-tdep.c: New file.
10606 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10607 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10608
4c2e2391
AC
106092003-03-20 Andrew Cagney <cagney@redhat.com>
10610
f20d38b7
AC
10611 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10612 (handle_inferior_event): Remove code calling
10613 DYNAMIC_TRAMPOLINE_NEXTPC.
10614
0022b738
AC
10615 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10616 already has a full path.
10617
864dbc90
AC
10618 * main.c (gdb_main): Return 1.
10619 (captured_main): Call error to report an invalid interpreter.
10620
4c2e2391
AC
10621 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10622 * alpha-osf1-tdep.c: Include "gdb_string.h".
10623
5ef7553b
JB
106242003-03-19 J. Brobecker <brobecker@gnat.com>
10625
10626 Continuing work to convert the hppa targets to multiarch partial.
10627
10628 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10629 method, now that hppa_push_dummy_frame has a conformant prototype.
10630 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10631 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10632 for the switch to multiarch partial.
10633
7bde8967
KB
106342003-03-19 Kevin Buettner <kevinb@redhat.com>
10635
10636 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10637 when iss is issNull.
10638
b006a9e9
KB
106392003-03-18 Kevin Buettner <kevinb@redhat.com>
10640
10641 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10642 NUM_REGS bounds check.
10643
5e2e9765
KB
106442003-03-18 Kevin Buettner <kevinb@redhat.com>
10645
10646 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10647 * mips-tdep.c (gdb_assert.h): Include.
10648 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10649 (mips_register_name): Handle integer registers explicitly. Add
10650 bounds checking.
10651 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10652 (mips_lsi33k_reg_names): Don't list integer registers; they're
10653 handled by mips_register_name() now.
10654 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10655 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10656 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10657 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10658 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10659
a2867626
AC
106602003-03-18 Andrew Cagney <cagney@redhat.com>
10661
10662 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10663 a void pointer.
10664 * gdbtypes.h (print_scalar_formatted): Update declaration.
10665 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10666
06600e06
JB
106672003-03-18 J. Brobecker <brobecker@gnat.com>
10668
10669 * infrun.c (observer.h): Add #include.
10670 (normal_stop): Add call to observer_notify_normal_stop.
10671 * Makefile.in (infrun.o): Add dependency on observer.h.
10672
7daf4f5b
JB
106732003-03-18 J. Brobecker <brobecker@gnat.com>
10674
10675 Continuing work to convert the hppa targets to multiarch partial.
10676 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10677 parameter. Reformat comment.
10678 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10679 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10680 to match new profile.
10681
3371ccc0
JB
106822003-03-18 J. Brobecker <brobecker@gnat.com>
10683
10684 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10685 appear to be working in any case.
10686
4fbe891e
JB
106872003-03-18 J. Brobecker <brobecker@gnat.com>
10688
10689 * observer.c (observer_test_first_observer): New static variable.
10690 (observer_test_second_observer): Likewise.
10691 (observer_test_third_observer): Likewise.
10692 (observer_test_first_notification_function): New static function.
10693 (observer_test_second_notification_function): Likewise.
10694 (observer_test_third_notification_function): Likewise.
10695
a7ff40e7
JB
106962003-03-17 J. Brobecker <brobecker@gnat.com>
10697
10698 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10699 * somsolib.c (gdb_assert.h): Likewise.
10700 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10701 (somsolib.o): Likewise.
10702
26ca4152
AC
107032003-03-17 Andrew Cagney <cagney@redhat.com>
10704
10705 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10706 BFD. Simplify setting of di.endian.
10707
0a613259
AC
107082003-03-17 Andrew Cagney <cagney@redhat.com>
10709
10710 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10711 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10712
10713 From Elena Zannoni <ezannoni@redhat.com>
10714 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10715 vector and floating-point parameters.
10716 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10717 convention.
10718 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10719
1132738f
FN
107202003-03-17 Fernando Nasser <fnasser@redhat.com>
10721
10722 * MAINTAINERS: Remove my name from several maintainership roles.
10723
6dc42492
AC
107242003-03-17 Andrew Cagney <cagney@redhat.com>
10725
10726 Fix frame off-by-one bug.
10727 * frame-unwind.h (frame_this_id_ftype): Replace
10728 frame_unwind_id_ftype.
10729 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10730 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10731 with "prev_register".
10732 * frame-unwind.c (frame_unwind_find_by_pc): Return
10733 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10734 comment.
10735 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10736 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10737 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10738 (dummy_frame_unwind): Update.
10739 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10740 sentinel_frame_register_unwind.
10741 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10742 (sentinel_frame_unwinder): Update.
10743 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10744 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10745 * frame.c (create_sentinel_frame): Update. Initialize
10746 "prologue_cache" instead of "unwind_cache".
10747 (frame_register_unwind): Call this frame's prev_register with the
10748 next frame and this frame's prologue cache.
10749 (get_prev_frame): Simplify. Always call prev frame's this_id with
10750 this frame and prev frame's prologue cache. Document that this
10751 call is shifted one to the left when compared to the
10752 frame_register_unwind call.
10753 (legacy_saved_regs_prev_register): Replace
10754 frame_saved_regs_register_unwind.
10755 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10756 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10757 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10758 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10759 (d10v_frame_unwind): Update.
10760 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10761 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10762 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10763 "saved_regs" with "this_saved_regs".
10764
efd710d6
AC
107652003-03-16 Andrew Cagney <cagney@redhat.com>
10766
10767 * frame.c (frame_pop): Don't call target_store_registers. Fix
10768 problem reported by Mark Kettenis.
10769
4e259f09
MK
107702003-03-16 Mark Kettenis <kettenis@gnu.org>
10771
10772 * i386-tdep.c (i386_register_type): Renamed from
10773 i386_register_virtual_type. Adjust function signature.
10774 (i386_gdbarch_init): Set register_type instead of
10775 deprecated_max_register_raw_size,
10776 deprecated_max_register_virtual_size and register_virtual_type.
10777
055bb976
AC
107782003-03-14 Andrew Cagney <cagney@redhat.com>
10779
10780 * frame.c (get_prev_frame): When a legacy frame, always call
10781 legacy_get_prev_frame. Simplify unwind code using assumption that
10782 the unwinder is new.
10783 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10784 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10785 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10786
ac2adee5
AC
107872003-03-14 Andrew Cagney <cagney@redhat.com>
10788
10789 * frame.c (get_saved_register): Delete function.
10790 * frame.h (get_saved_register): Delete declaration.
10791 * xstormy16-tdep.c: Update comment.
10792 * regcache.h: Update comments.
10793 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10794 get_saved_register and extract_address, use
10795 frame_read_unsigned_register.
10796 (sparc_frame_saved_pc): Ditto.
10797 (sparc_get_saved_register): Instead of get_saved_register, use
10798 frame_register.
10799 (sparc_pop_frame): Ditto.
10800 * findvar.c: Update comments.
10801 (value_of_register): Call frame_register instead of
10802 get_saved_register.
10803 (value_from_register): Ditto.
10804 * config/sparc/tm-sparc.h: Update comment.
10805 * breakpoint.c: Update comment.
10806
129c1cd6
AC
108072003-03-14 Andrew Cagney <cagney@redhat.com>
10808
10809 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10810 GET_SAVED_REGISTER.
10811 * gdbarch.h, gdbarch.c: Re-generate.
10812 * frame.h: Update comments.
10813 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10814 * x86-64-tdep.c (x86_64_init_abi): Update.
10815 * sparc-tdep.c (sparc_gdbarch_init): Update.
10816 * sh-tdep.c (sh_gdbarch_init): Update.
10817 * mips-tdep.c (mips_gdbarch_init): Update.
10818 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10819 * cris-tdep.c (cris_gdbarch_init): Update.
10820 * ia64-tdep.c (ia64_gdbarch_init): Update.
10821 * frame.c (frame_register): Update.
10822 (get_saved_register): Update.
10823 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 10824
749b82f6
AC
108252003-03-13 Andrew Cagney <cagney@redhat.com>
10826
10827 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10828 * gdbarch.h, gdbarch.c: Regenerate.
10829 * valops.c (hand_function_call): Update comment.
10830 * stack.c (return_command): Update comment.
10831 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10832 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10833 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10834 * x86-64-tdep.c (x86_64_init_abi): Update.
10835 * vax-tdep.c (vax_gdbarch_init): Update.
10836 * v850-tdep.c (v850_gdbarch_init): Update.
10837 * sparc-tdep.c (sparc_gdbarch_init): Update.
10838 * sh-tdep.c (sh_gdbarch_init): Update.
10839 * s390-tdep.c (s390_gdbarch_init): Update.
10840 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10841 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10842 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10843 * mips-tdep.c (mips_gdbarch_init): Update.
10844 * mcore-tdep.c (mcore_gdbarch_init): Update.
10845 * m68k-tdep.c (m68k_gdbarch_init): Update.
10846 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10847 * ia64-tdep.c (ia64_gdbarch_init): Update.
10848 * i386-tdep.c (i386_gdbarch_init): Update.
10849 * hppa-tdep.c (hppa_gdbarch_init): Update.
10850 * h8300-tdep.c (h8300_gdbarch_init): Update.
10851 * frv-tdep.c (frv_gdbarch_init): Update.
10852 * cris-tdep.c (cris_gdbarch_init): Update.
10853 * avr-tdep.c (avr_gdbarch_init): Update.
10854 * arm-tdep.c (arm_gdbarch_init): Update.
10855 * alpha-tdep.c (alpha_gdbarch_init): Update.
10856
1594fa56
AC
108572003-03-13 Andrew Cagney <cagney@redhat.com>
10858
10859 * frame.c (legacy_frame_p): New function.
10860 (get_prev_frame): Use legacy_frame_p.
10861 * frame.h (legacy_frame_p): Declare.
10862
7717fda3
V
108632003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10864
fbe586ae 10865 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
10866 listing corrected.
10867
0c67cbe9
V
108682003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10869
fbe586ae 10870 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 10871
03febf99
AC
108722003-03-12 Andrew Cagney <cagney@redhat.com>
10873
10874 * frame.c (get_prev_frame): Rename the frame parameter to
10875 "this_frame".
10876 (get_next_frame, legacy_get_prev_frame): Ditto.
10877
0a1e1ca1
AC
108782003-03-12 Andrew Cagney <cagney@redhat.com>
10879
10880 * frame.c (get_current_frame): Check target_has_registers before
10881 checking target_has_stack.
10882 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10883 instead of deprecated_selected_frame.
10884 * findvar.c (value_of_register): Pass "frame", not
10885 deprecated_selected_frame, to value_of_builtin_reg.
10886
a66a9c23
AC
108872003-03-12 Andrew Cagney <cagney@redhat.com>
10888
10889 * regcache.c (regcache_cooked_write_signed): New function.
10890 (regcache_cooked_write_unsigned): New function.
10891 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10892 (regcache_cooked_read_signed): Fix regnum in range assertion.
10893 * regcache.h (regcache_cooked_write_signed): Declare.
10894 (regcache_cooked_write_unsigned): Declare.
10895
8bedc050
AC
108962003-03-12 Andrew Cagney <cagney@redhat.com>
10897
10898 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10899 * gdbarch.h, gdbarch.c: Re-generate.
10900 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10901 * x86-64-tdep.h: Update.
10902 * x86-64-tdep.c (x86_64_init_abi): Update.
10903 * v850-tdep.c (v850_gdbarch_init): Update.
10904 * sparc-tdep.c (sparc_gdbarch_init): Update.
10905 * sh-tdep.c (sh_gdbarch_init): Update.
10906 * s390-tdep.c (s390_gdbarch_init): Update.
10907 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10908 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10909 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10910 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10911 * mips-tdep.c (mips_gdbarch_init): Update.
10912 * mcore-tdep.c (mcore_gdbarch_init): Update.
10913 * m68k-tdep.c (m68k_gdbarch_init): Update.
10914 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10915 * ia64-tdep.c (ia64_gdbarch_init): Update.
10916 * i386-tdep.c (i386_gdbarch_init): Update.
10917 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10918 * hppa-tdep.c (hppa_gdbarch_init): Update.
10919 * h8300-tdep.c (h8300_gdbarch_init): Update.
10920 * frv-tdep.c (frv_gdbarch_init): Update.
10921 * cris-tdep.c (cris_gdbarch_init): Update.
10922 * avr-tdep.c (avr_gdbarch_init): Update.
10923 * arm-tdep.c (arm_gdbarch_init): Update.
10924 * alpha-tdep.c (alpha_gdbarch_init): Update.
10925 * sh-tdep.c (sh_init_extra_frame_info): Update.
10926 (sh64_init_extra_frame_info): Update.
10927 * ns32knbsd-nat.c (frame_num_args): Update.
10928 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10929 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10930 (xstormy16_frame_chain_valid): Update.
10931 * vax-tdep.c (vax_saved_pc_after_call): Update.
10932 * v850-tdep.c (v850_frame_chain): Update.
10933 (v850_pop_frame): Update.
10934 (v850_init_extra_frame_info): Update.
10935 * sparc-tdep.c (setup_arbitrary_frame): Update.
10936 * ns32k-tdep.c (umax_frame_num_args): Update.
10937 * s390-tdep.c (s390_pop_frame_regular): Update.
10938 * mn10300-tdep.c (mn10300_frame_chain): Update.
10939 (mn10300_pop_frame_regular): Update.
10940 (mn10300_init_extra_frame_info): Update.
10941 * mips-tdep.c (mips_init_frame_pc_first): Update.
10942 (mips_frame_chain): Update.
10943 (mips_pop_frame): Update.
10944 * mcore-tdep.c (mcore_frame_chain): Update.
10945 (mcore_pop_frame): Update.
10946 (mcore_init_extra_frame_info): Update.
10947 * arch-utils.c (init_frame_pc_default): Update.
10948 * m68k-tdep.c (isi_frame_num_args): Update.
10949 (delta68_frame_num_args): Update.
10950 (news_frame_num_args): Update.
10951 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10952 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10953 (alpha_frame_chain): Update.
10954 (alpha_pop_frame): Update.
10955 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10956 (hppa_init_extra_frame_info): Update.
10957 (hppa_frame_chain): Update.
10958 (hppa_frame_chain_valid): Update.
10959 * cris-tdep.c (cris_init_extra_frame_info): Update.
10960 * avr-tdep.c (avr_init_extra_frame_info): Update.
10961 * arm-tdep.c (arm_frame_chain_valid): Update.
10962 (arm_init_extra_frame_info): Update.
10963 (arm_pop_frame): Update.
10964 * frame.c (frame_pc_unwind): Update.
10965 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10966 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10967 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10968 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10969 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10970 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 10971
7a25a7c1
AC
109722003-03-12 Andrew Cagney <cagney@redhat.com>
10973
10974 Eliminate the need for POP_FRAME.
10975 * frame.c (do_frame_unwind_register): New function.
10976 (frame_pop): When no POP_FRAME, pop the frame using register
10977 unwind and a scratch regcache.
10978 (frame_saved_regs_pop): Delete function.
10979 (trad_frame_unwinder): Update.
10980 * d10v-tdep.c (d10v_frame_pop): Delete function.
10981 (d10v_frame_unwind): Update.
10982 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10983 (sentinel_frame_unwinder): Update.
10984 * dummy-frame.c (dummy_frame_pop): Delete function.
10985 (dummy_frame_unwind): Update.
10986 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10987 (struct frame_unwind): Update.
10988
2f38ef89
KB
109892003-03-11 Kevin Buettner <kevinb@redhat.com>
10990
10991 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10992 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10993 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10994 Do range checks on register number obtained from debugging info.
10995 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10996 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10997 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10998 mapping function.
10999 (do_fp_register_row): Fix typo which caused double type to be
11000 used when attempting to unpack a float.
11001
552f4abf
JB
110022003-03-11 J. Brobecker <brobecker@gnat.com>
11003
11004 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11005
e0d2ae16
AC
110062003-03-11 Andrew Cagney <cagney@redhat.com>
11007
11008 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11009 frame. Problem found by Corinna Vinschen.
11010
ddbfdd06
PM
110112003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11012
11013 * doublest.c (floatformat_from_length): Accept also
11014 the real size of 'long double' type.
11015
088b2ddc 110162003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 11017
088b2ddc 11018 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
11019 * breakpoint.c (bpstat_copy): Copy the command lines as well
11020 as the old value, to match what is freed in bpstat_clear.
11021
f56f77c1
DC
110222003-03-10 David Carlton <carlton@math.stanford.edu>
11023
11024 * minsyms.c (add_minsym_to_hash_table): Replace
11025 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11026 (compare_minimal_symbols, compact_minimal_symbols)
11027 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11028 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11029 of DEPRECATED_SYMBOL_MATCHES_NAME.
11030 (lookup_minimal_symbol_solib_trampoline): Ditto.
11031
5602984a
AC
110322003-03-10 Andrew Cagney <cagney@redhat.com>
11033
11034 * regcache.h (regcache_cooked_read_ftype): Define.
11035 (regcache_save, regcache_restore): Add a cooked_read parameter.
11036 * regcache.c (regcache_save, regcache_restore): Update.
11037 (do_cooked_read): New function.
11038 (regcache_cpy): Pass do_cooked_read to regcache_save and
11039 regcache_restore.
11040
8bedc050
AC
110412003-03-10 Andrew Cagney <cagney@redhat.com>
11042
11043 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11044 * gdbarch.h, gdbarch.c: Re-generate.
11045 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11046 * x86-64-tdep.h: Update.
11047 * x86-64-tdep.c (x86_64_init_abi): Update.
11048 * v850-tdep.c (v850_gdbarch_init): Update.
11049 * sparc-tdep.c (sparc_gdbarch_init): Update.
11050 * sh-tdep.c (sh_gdbarch_init): Update.
11051 * s390-tdep.c (s390_gdbarch_init): Update.
11052 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11053 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11054 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11055 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11056 * mips-tdep.c (mips_gdbarch_init): Update.
11057 * mcore-tdep.c (mcore_gdbarch_init): Update.
11058 * m68k-tdep.c (m68k_gdbarch_init): Update.
11059 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11060 * ia64-tdep.c (ia64_gdbarch_init): Update.
11061 * i386-tdep.c (i386_gdbarch_init): Update.
11062 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11063 * hppa-tdep.c (hppa_gdbarch_init): Update.
11064 * h8300-tdep.c (h8300_gdbarch_init): Update.
11065 * frv-tdep.c (frv_gdbarch_init): Update.
11066 * cris-tdep.c (cris_gdbarch_init): Update.
11067 * avr-tdep.c (avr_gdbarch_init): Update.
11068 * arm-tdep.c (arm_gdbarch_init): Update.
11069 * alpha-tdep.c (alpha_gdbarch_init): Update.
11070 * sh-tdep.c (sh_init_extra_frame_info): Update.
11071 (sh64_init_extra_frame_info): Update.
11072 * ns32knbsd-nat.c (frame_num_args): Update.
11073 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11074 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11075 (xstormy16_frame_chain_valid): Update.
11076 * vax-tdep.c (vax_saved_pc_after_call): Update.
11077 * v850-tdep.c (v850_frame_chain): Update.
11078 (v850_pop_frame): Update.
11079 (v850_init_extra_frame_info): Update.
11080 * sparc-tdep.c (setup_arbitrary_frame): Update.
11081 * ns32k-tdep.c (umax_frame_num_args): Update.
11082 * s390-tdep.c (s390_pop_frame_regular): Update.
11083 * mn10300-tdep.c (mn10300_frame_chain): Update.
11084 (mn10300_pop_frame_regular): Update.
11085 (mn10300_init_extra_frame_info): Update.
11086 * mips-tdep.c (mips_init_frame_pc_first): Update.
11087 (mips_frame_chain): Update.
11088 (mips_pop_frame): Update.
11089 * mcore-tdep.c (mcore_frame_chain): Update.
11090 (mcore_pop_frame): Update.
11091 (mcore_init_extra_frame_info): Update.
11092 * arch-utils.c (init_frame_pc_default): Update.
11093 * m68k-tdep.c (isi_frame_num_args): Update.
11094 (delta68_frame_num_args): Update.
11095 (news_frame_num_args): Update.
11096 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11097 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11098 (alpha_frame_chain): Update.
11099 (alpha_pop_frame): Update.
11100 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11101 (hppa_init_extra_frame_info): Update.
11102 (hppa_frame_chain): Update.
11103 (hppa_frame_chain_valid): Update.
11104 * cris-tdep.c (cris_init_extra_frame_info): Update.
11105 * avr-tdep.c (avr_init_extra_frame_info): Update.
11106 * arm-tdep.c (arm_frame_chain_valid): Update.
11107 (arm_init_extra_frame_info): Update.
11108 (arm_pop_frame): Update.
11109 * frame.c (frame_pc_unwind): Update.
11110 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11111 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11112 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11113 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11114 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11115 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 11116
12cc2063
AC
111172003-03-10 Andrew Cagney <cagney@redhat.com>
11118
11119 * gdbarch.sh (gdbarch_unwind_pc): New method.
11120 * gdbarch.h, gdbarch.c: Regenerate.
11121 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11122 but use read_pc and FRAME_SAVED_PC as fall backs.
11123 (frame_saved_regs_pc_unwind): Delete function.
11124 (trad_frame_unwinder): Update.
11125 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11126 (struct frame_unwind): Update.
11127 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11128 (dummy_frame_unwind): Update.
11129 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11130 (sentinel_frame_unwinder): Update.
11131 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11132 (d10v_frame_unwind): Update.
11133 (d10v_unwind_pc): New function.
11134 (d10v_gdbarch_init): Set unwind_pc.
11135
ef840a37
AC
111362003-03-10 Andrew Cagney <cagney@redhat.com>
11137
a2ce2e56
AC
11138 * gdbarch.h: Re-generate.
11139
ef840a37
AC
11140 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11141 PC.
11142 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11143 the PC register.
11144
08f3424b
MK
111452003-03-08 Mark Kettenis <kettenis@gnu.org>
11146
11147 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11148
1248ede2
AC
111492003-03-08 Andrew Cagney <cagney@redhat.com>
11150
11151 * cli-out.c: Update copyright.
11152 (cli_out_data): Define typedef. Use instead of ui_out_data.
11153
f49bacc8
AC
111542003-03-08 Andrew Cagney <cagney@redhat.com>
11155
11156 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11157 the result.
11158
9b05f993
AC
111592003-03-07 Andrew Cagney <cagney@redhat.com>
11160
11161 * gdbarch.sh: Don't generate two macro definitions when an
11162 undefined macro taking no arguments.
11163 * gdbarch.h: Regenerate.
8ffd9b1b 11164
166f4c7b
ML
111652002-03-07 Michal Ludvig <mludvig@suse.cz>
11166
11167 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11168 (x86_64_unwind_dummy_id): New functions.
11169 (x86_64_init_abi): Register these two new functions.
11170
6d686a84
ML
111712003-03-07 Michal Ludvig <mludvig@suse.cz>
11172
11173 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 11174 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
11175 separate function.
11176 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11177
6314f104
AC
111782003-03-05 Andrew Cagney <cagney@redhat.com>
11179
11180 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11181 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11182 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11183 to use unwind_dummy_id when a dummy frame.
11184 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11185 predicate.
11186 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 11187
ceea5145
AC
111882003-03-05 Andrew Cagney <cagney@redhat.com>
11189
11190 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11191 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11192 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11193 values.
11194
0d843116
AC
111952003-03-05 Andrew Cagney <cagney@redhat.com>
11196
11197 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11198 (struct d10v_unwind_cache): Delete field "frameless". Replace
11199 "next_addr" with "sp_offset". Add "r11_offset".
11200 (d10v_frame_unwind_cache): Update.
11201 (prologue_find_regs): Update. When "mv r11, sp", save the
11202 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11203 RN was saved in r11_offset.
11204
b2579786
AC
112052003-03-05 Andrew Cagney <cagney@redhat.com>
11206
11207 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11208 cached PC value in the next frame.
11209
218e5956
AC
112102003-03-05 Andrew Cagney <cagney@redhat.com>
11211
11212 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11213 "id_unwind_cache" with "id".
11214 (frame_id_unwind): Delete declaration.
11215 * frame.c (frame_id_unwind): Delete function.
11216 (get_prev_frame): Call the frame id unwind method directly. Store
11217 the returned next frame's ID value in NEXT_FRAME. Note that there
11218 is a problem with the wrong unwind ID being called with the wrong
11219 unwind cache.
11220
ed363b1b
DJ
112212003-03-05 Daniel Jacobowitz <drow@mvista.com>
11222
11223 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11224
fe1f4a5e
DJ
112252003-03-05 James Ingham <jingham@apple.com>
11226 Daniel Jacobowitz <drow@mvista.com>
11227
11228 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11229 (auto_cp_abi): New variable.
11230 (current_cp_abi, num_cp_abis): Make static.
11231 (CP_ABI_MAX): Define.
11232 (cp_abis): Turn into an array.
11233 (value_virtual_fn_field): Fix formatting.
11234 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11235 takes a pointer.
11236 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11237 (list_cp_abis, _initialize_cp_abi): New functions.
11238 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11239 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11240 switch_to_cp_abi. Update prototype for register_cp_abi.
11241 * Makefile.in (cp-abi.o): Update dependencies.
11242 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11243 instead of switch_to_cp_abi.
11244 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11245 register_cp_abi.
11246 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11247 register_cp_abi.
11248 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11249
e4adbba9
DJ
112502003-03-05 Daniel Jacobowitz <drow@mvista.com>
11251
11252 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11253 * dwarf2loc.c: Include "regcache.h".
11254 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11255 register_size.
11256 * Makefile.in (dwarf2loc.o): Update dependencies.
11257
91ccbfc1
TR
112582003-03-04 Theodore A. Roth <troth@openavr.org>
11259
11260 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11261 number of io registers reported by remote target is not a multiple of
11262 step.
11263
3d4e8fd2
DC
112642003-03-04 David Carlton <carlton@math.stanford.edu>
11265
11266 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11267 (lookup_symbol_aux_psymtabs): Update call to
11268 lookup_partial_symbol.
11269 (lookup_transparent_type, find_main_psymtab)
11270 (make_symbol_overload_list): Ditto.
11271
ed42d87b
KH
112722003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11273
11274 * MAINTAINERS (Write after approval): Update my email address.
11275
a0ed5532
AC
112762003-03-03 Andrew Cagney <cagney@redhat.com>
11277
11278 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11279 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11280 predicate. Replace MAX_REGISTER_RAW_SIZE.
11281 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11282 MAX_REGISTER_VIRTUAL_SIZE.
11283 * regcache.c (legacy_max_register_raw_size): New function.
11284 (legacy_max_register_virtual_size): New function.
11285 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11286 (MAX_REGISTER_RAW_SIZE): Define.
11287 (legacy_max_register_raw_size): Declare.
11288 (legacy_max_register_virtual_size): Declare.
11289 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11290 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11291 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11292 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11293 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11294 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11295 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11296 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11297 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11298 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11299 * vax-tdep.c (vax_gdbarch_init): Update.
11300 * v850-tdep.c (v850_gdbarch_init): Update.
11301 * sparc-tdep.c (sparc_gdbarch_init): Update.
11302 * sh-tdep.c (sh_gdbarch_init): Update.
11303 * s390-tdep.c (s390_gdbarch_init): Update.
11304 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11305 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11306 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11307 * mips-tdep.c (mips_gdbarch_init): Update.
11308 * mcore-tdep.c (mcore_gdbarch_init): Update.
11309 * m68k-tdep.c (m68k_gdbarch_init): Update.
11310 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11311 * ia64-tdep.c (ia64_gdbarch_init): Update.
11312 * i386-tdep.c (i386_gdbarch_init): Update.
11313 * hppa-tdep.c (hppa_gdbarch_init): Update.
11314 * h8300-tdep.c (h8300_gdbarch_init): Update.
11315 * frv-tdep.c (frv_gdbarch_init): Update.
11316 * cris-tdep.c (cris_gdbarch_init): Update.
11317 * avr-tdep.c (avr_gdbarch_init): Update.
11318 * arm-tdep.c (arm_gdbarch_init): Update.
11319 * alpha-tdep.c (alpha_gdbarch_init): Update.
11320 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11321 max_register_raw_size or max_register_virtual_size.
11322
8e437497
DC
113232003-03-03 David Carlton <carlton@math.stanford.edu>
11324
11325 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11326 SYMBOL_MATCHES_NAME, add comment.
11327 (SYMBOL_MATCHES_NATURAL_NAME): New.
11328 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11329 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11330 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11331 * symtab.c (lookup_partial_symbol): Use
11332 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11333 unhelpful comment.
11334 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11335 SYMBOL_MATCHES_NAME.
11336 Fix for PR c++/33.
11337
25120b0d
DC
113382003-03-03 David Carlton <carlton@math.stanford.edu>
11339
11340 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11341 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11342 by regexp matching against SYMBOL_NATURAL_NAME.
11343
78a11fb4
DC
113442003-03-03 David Carlton <carlton@math.stanford.edu>
11345
11346 * linespec.c (find_method): Extract code into collect_methods.
11347 (collect_methods): New.
11348
645dd519
MK
113492003-03-02 Mark Kettenis <kettenis@gnu.org>
11350
b4700d91
MK
11351 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11352 get_frame_base.
11353
645dd519
MK
11354 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11355 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11356
0aa7e1aa
SC
113572003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11358
8ffd9b1b 11359 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
11360 and not regnum when summing the size of all registers up to regnum.
11361
f30ee0bc
AC
113622003-03-01 Andrew Cagney <cagney@redhat.com>
11363
11364 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11365 FRAME_INIT_SAVED_REGS.
11366 * gdbarch.h, gdbarch.c: Regenerate.
11367 * stack.c (frame_info): Update.
11368 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11369 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11370 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11371 * ns32k-tdep.c (ns32k_pop_frame): Update.
11372 * mips-tdep.c (mips_pop_frame): Update.
11373 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11374 * ia64-tdep.c (ia64_frame_chain): Update.
11375 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11376 (ia64_frameless_function_invocation): Update.
11377 (ia64_init_extra_frame_info): Update.
11378 (ia64_pop_frame_regular): Update.
11379 * frame.h (struct frame_info): Update comment.
11380 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11381 * frame.c (frame_saved_regs_register_unwind): Update.
11382 (frame_saved_regs_register_unwind): Update.
11383 (deprecated_generic_get_saved_register): Update.
11384 * cris-tdep.c: Update comment.
11385 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11386 Rename macro.
11387 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11388 * x86-64-tdep.c (x86_64_init_abi): Update.
11389 * vax-tdep.c (vax_gdbarch_init): Update.
11390 * v850-tdep.c (v850_gdbarch_init): Update.
11391 * sparc-tdep.c (sparc_gdbarch_init): Update.
11392 * sh-tdep.c (sh_gdbarch_init): Update.
11393 * s390-tdep.c (s390_gdbarch_init): Update.
11394 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11395 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11396 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11397 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11398 * mips-tdep.c (mips_gdbarch_init): Update.
11399 * mcore-tdep.c (mcore_gdbarch_init): Update.
11400 * m68k-tdep.c (m68k_gdbarch_init): Update.
11401 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11402 * ia64-tdep.c (ia64_gdbarch_init): Update.
11403 * i386-tdep.c (i386_gdbarch_init): Update.
11404 * frv-tdep.c (frv_gdbarch_init): Update.
11405 * avr-tdep.c (avr_gdbarch_init): Update.
11406 * arm-tdep.c (arm_gdbarch_init): Update.
11407 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 11408
42fa7c0f
AC
114092003-03-01 Andrew Cagney <cagney@redhat.com>
11410
11411 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11412 option enum and switch. When no windows, set the interpreter to
11413 INTERP_CONSOLE.
8ffd9b1b 11414
49c7e338
AC
114152003-03-01 Andrew Cagney <cagney@redhat.com>
11416
11417 * main.c (captured_main): Replace magic option characters with an
11418 enum.
11419
e9582e71
AC
114202003-03-01 Andrew Cagney <cagney@redhat.com>
11421
11422 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11423 INIT_EXTRA_FRAME_INFO.
11424 * gdbarch.h, gdbarch.c: Regenerate.
11425 * arm-tdep.c: Update comments.
11426 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11427 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11428 * frame.h, avr-tdep.c: Ditto.
11429 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11430 (create_new_frame, legacy_get_prev_frame): Ditto.
11431 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11432 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11433 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11434 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11435 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11436 * v850-tdep.c (v850_gdbarch_init): Ditto.
11437 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11438 * sh-tdep.c (sh_gdbarch_init): Ditto.
11439 * s390-tdep.c (s390_gdbarch_init): Ditto.
11440 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11441 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11442 * mips-tdep.c (mips_gdbarch_init): Ditto.
11443 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11444 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11445 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11446 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11447 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11448 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11449 * frv-tdep.c (frv_gdbarch_init): Ditto.
11450 * cris-tdep.c (cris_gdbarch_init): Ditto.
11451 * avr-tdep.c (avr_gdbarch_init): Ditto.
11452 * arm-tdep.c (arm_gdbarch_init): Ditto.
11453 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11454 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11455
35cac7cf
AC
114562003-03-01 Andrew Cagney <cagney@redhat.com>
11457
11458 * gdbarch.sh (register_type): New function with predicate.
11459 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11460 * gdbarch.h, gdbarch.c: Re-generate.
11461 * arch-utils.c (generic_register_byte): Use generic_register_size.
11462 (generic_register_size): When available, use
11463 gdbarch_register_type.
11464 * regcache.c (init_regcache_descr): When available, initialize the
11465 register type array using gdbarch_register_type. If the
11466 architecture supplies gdbarch_register_type, do not use the legacy
11467 regcache layout.
11468 * d10v-tdep.c (d10v_register_type): Replace
11469 d10v_register_virtual_type.
11470 (d10v_gdbarch_init): Set register_type instead of
11471 register_virtual_type.
11472
7b83296f
AC
114732003-03-01 Andrew Cagney <cagney@redhat.com>
11474
11475 * Makefile.in (ax-gdb.o): Update dependencies.
11476 * ax-gdb.c: Include "regcache.h".
11477 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11478 * findvar.c (value_of_register): Ditto.
11479 * infcmd.c (default_print_registers_info): Ditto.
11480
eadc1c87
MK
114812003-03-01 Mark Kettenis <kettenis@gnu.org>
11482
11483 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11484 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11485
14143612
MK
114862003-03-01 Mark Kettenis <kettenis@gnu.org>
11487
11488 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11489 of STREQ.
11490
a55cc764
DJ
114912003-02-28 Daniel Jacobowitz <drow@mvista.com>
11492
11493 * Makefile.in (dwarf2loc.o): Update dependencies.
11494 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11495 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11496 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11497 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11498 (locexpr_tracepoint_var_ref): New function.
11499 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11500
08a617da
AC
115012003-02-28 Andrew Cagney <cagney@redhat.com>
11502
11503 * regcache.c (register_size): New function.
11504 * regcache.h (register_size): Declare
11505 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11506 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11507
4224873a
DC
115082003-02-28 David Carlton <carlton@math.stanford.edu>
11509
11510 * linespec.c (decode_compound): Extract code into find_method.
11511 (find_method): New.
11512
ccdc5d7f
JB
115132003-02-28 J. Brobecker <brobecker@gnat.com>
11514
11515 * Makefile.in: Add rules to build and link in observer.o.
11516
974e8ced
JB
115172003-02-27 J. Brobecker <brobecker@gnat.com>
11518
11519 * observer.c: Minor comments edits.
11520
7a28f973
JB
115212003-02-27 J. Brobecker <brobecker@gnat.com>
11522
11523 * observer.h, observer.c: New file.
11524
27cddce2
AC
115252003-02-27 Andrew Cagney <cagney@redhat.com>
11526
11527 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11528
b94a41a1
SC
115292003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11530
11531 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11532 (M6812_OP_STS_EXT): Likewise.
11533 (m6811_prologue): Use the above to recognize prologue.
11534 (m6812_prologue): Likewise.
11535
c8be8951
DC
115362003-02-27 David Carlton <carlton@math.stanford.edu>
11537
11538 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11539 SYMBOL_PRINT_NAME.
11540 (compare_psymbols): Ditto.
11541 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11542
d05bb1fc
MS
115432003-02-27 Michael Snyder <msnyder@redhat.com>
11544
4e845cd3
MS
11545 * f-lang.c (build_fortran_types): New function.
11546 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
11547 * doublest.c (extract_floating): Fix warning text.
11548
f3824013
AC
115492003-02-27 Andrew Cagney <cagney@redhat.com>
11550
11551 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11552 predicate. Replaces PUSH_DUMMY_FRAME.
11553 * gdbarch.h, gdbarch.c: Regnerate.
11554 * valops.c (hand_function_call): Update. Call
11555 generic_push_dummy_frame directly.
11556 * vax-tdep.c (vax_gdbarch_init): Update.
11557 * sparc-tdep.c (sparc_gdbarch_init): Update.
11558 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11559 * m68k-tdep.c (m68k_gdbarch_init): Update.
11560 * hppa-tdep.c (hppa_gdbarch_init): Update.
11561 * alpha-tdep.c (alpha_gdbarch_init): Update.
11562 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11563 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11564 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11565 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11566 push_dummy_frame to generic_push_dummy_frame.
11567 * v850-tdep.c (v850_gdbarch_init): Ditto.
11568 * sh-tdep.c (sh_gdbarch_init): Ditto.
11569 * s390-tdep.c (s390_gdbarch_init): Ditto.
11570 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11571 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11572 * mips-tdep.c (mips_gdbarch_init): Ditto.
11573 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11574 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11575 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11576 * i386-tdep.c (i386_gdbarch_init): Ditto.
11577 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11578 * frv-tdep.c (frv_gdbarch_init): Ditto.
11579 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11580 * cris-tdep.c (cris_gdbarch_init): Ditto.
11581 * avr-tdep.c (avr_gdbarch_init): Ditto.
11582 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 11583
ad188201
KB
115842003-02-26 Kevin Buettner <kevinb@redhat.com>
11585
11586 * mips-tdep.c (show_mips_abi): New function.
11587 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11588 command ``show mips abi''.
11589
6b37567a 115902003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 11591
6b37567a 11592 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 11593 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
11594 more sline entries have been seen for the function.
11595
d3e0a5bf
MC
115962003-02-26 Michael Chastain <mec@shout.net>
11597
11598 * configure: Regenerate with autoconf 000227.
11599
18972eea
MC
116002003-02-26 Michael Chastain <mec@shout.net>
11601
11602 Close PR build/660.
11603 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11604 for old libc5/glibc.
11605 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11606
0bbde931
KW
116072003-02-26 Kris Warkentin <kewarken@qnx.com>
11608
11609 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11610 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11611
27ca5dad
MC
116122003-02-26 Michael Chastain <mec@shout.net>
11613
11614 * configure.in: New variable HAVE_UINTPTR_T.
11615 * configure, config.in: Regenerated.
11616
6f88d630
DJ
116172003-02-26 Daniel Jacobowitz <drow@mvista.com>
11618
11619 Fix PR build/1097.
11620 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11621
b14185ce
AC
116222003-02-25 Andrew Cagney <cagney@redhat.com>
11623
11624 * frame.c (get_prev_frame): Add comment on check for
11625 inside_entry_func. Only check for inside_entry_file when not a
11626 dummy and not a sentinel. Check that the new frame is not inner
11627 to the old frame.
11628
ac2bd0a9
AC
116292003-02-25 Andrew Cagney <cagney@redhat.com>
11630
11631 * frame.c (frame_debug): New variable.
11632 (_initialize_frame): Add "set/show debug frame" command.
11633 (get_prev_frame): When frame_debug, print reason why unwind
11634 failed.
11635
b18a0fd2
MC
116362003-02-25 Michael Chastain <mec@shout.net>
11637
11638 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11639 to avoid uintptr_t definition problems.
11640
22abf04a
DC
116412003-02-25 David Carlton <carlton@math.stanford.edu>
11642
11643 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11644 (SYMBOL_LINKAGE_NAME): Ditto.
11645 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11646 SYMBOL_LINKAGE_NAME.
11647 (struct general_symbol_info): Expand comment.
11648 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11649 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11650 (SYMBOL_MATCHES_REGEXP): Ditto.
11651 * symtab.c (symbol_natural_name): New function.
11652 * objfiles.h: Replace all uses of SYMBOL_NAME by
11653 DEPRECATED_SYMBOL_NAME.
11654 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11655 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11656 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11657 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11658 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11659 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11660 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11661 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11662 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11663 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11664 * ada-exp.y: Ditto.
11665 * ada-exp.y: Update copyright.
11666 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11667 * cp-valprint.c: Ditto.
11668
1a5848f6
JJ
116692003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11670
11671 * infptrace.c (detach): Do not flag error if ptrace detach fails
11672 and errno is set to ESRCH.
11673
7343d46a
AC
116742003-02-24 Andrew Cagney <cagney@redhat.com>
11675
11676 * infptrace.c (udot_info): Change type of udot_off to long. Use
11677 paddr when printing udot_off's value.
11678
49fa1dc2
DC
116792003-02-24 David Carlton <carlton@math.stanford.edu>
11680
11681 * symtab.c (make_symbol_overload_list): Only read in partial
11682 symtabs containing a matching partial symbol.
11683
0fe19209
DC
116842003-02-24 David Carlton <carlton@math.stanford.edu>
11685
11686 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11687 do the comparison, not strcmp.
11688 * symfile.c (compare_psymbols): Ditto.
11689 * defs.h: Declare strcmp_iw_ordered.
11690 * utils.c (strcmp_iw_ordered): New function.
11691
8e3ee7b5
JB
116922003-02-24 Jim Blandy <jimb@redhat.com>
11693
11694 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11695 support, shared libs): Remove my name from here, to better reflect
11696 reality.
11697
7df1a324
KW
116982003-02-24 Kris Warkentin <kewarken@qnx.com>
11699
11700 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11701 (target_ops): Add to_have_continuable_watchpoint.
11702 * target.c (update_current_target): Add INHERIT line for
11703 to_have_continuable_watchpoint.
11704 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11705 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11706 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11707 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11708
d1c76907
EZ
117092003-02-24 Elena Zannoni <ezannoni@redhat.com>
11710
11711 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11712 maintainership.
11713
2610b0bf
KW
117142003-02-24 Kris Warkentin <kewarken@qnx.com>
11715
f46169db
KW
11716 * solib.c (solib_open): Call target defined search function after
11717 failing with solib-search-path.
11718 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11719 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 11720
9a3c34fe
KW
117212003-02-24 Kris Warkentin <kewarken@qnx.com>
11722
f46169db 11723 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 11724
2417dd25
SC
117252003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11726
11727 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11728
b631436b
SC
117292003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11730
11731 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11732 (m68hc11_add_reggroups): New function.
11733 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11734 (m68hc11_gdbarch_init): Install the reggroups.
11735 (_initialize_m68hc11_tdep): Initialize them.
11736
0aa8c1e4
JW
117372003-02-21 James E Wilson <wilson@tuliptree.org>
11738
11739 * MAINTAINERS: Update my email address.
11740
50ceaba5
DC
117412003-02-21 David Carlton <carlton@math.stanford.edu>
11742
11743 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11744
4c2df51b
DJ
117452003-02-21 Daniel Jacobowitz <drow@mvista.com>
11746
11747 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11748 * symtab.h: Add opaque declarations of struct axs_value and
11749 struct agent_expr.
11750 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11751 (struct location_funcs): New type.
11752 (struct symbol): Add "loc" to aux_value.
11753 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11754 * dwarf2read.c: Include "dwarf2expr.h".
11755 (dwarf2_symbol_mark_computed): New function.
11756 (read_func_scope): Use it.
11757 (var_decode_location): New function.
11758 (new_symbol): Use it.
11759 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11760
11761 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11762 (dwarf2expr_h, dwarf2loc_h): New variables.
11763 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11764 (dwarf2expr.o, dwarf2loc.o): New rules.
11765 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11766 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11767 LOC_COMPUTED_ARG.
11768 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11769 * m2-exp.y (yylex): Likewise.
11770 * printcmd.c (address_info, print_frame_args): Likewise.
11771 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11772 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11773 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11774 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11775 * symtab.c (lookup_block_symbol): Likewise.
11776
5784d15e
AF
117772003-02-20 Adam Fedor <fedor@gnu.org>
11778
11779 * symtab.h: Remove objc_specific struct
11780 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11781 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11782 Have language_objc use cplus_specific struct.
11783
d4cad8db
TT
117842003-02-20 Tom Tromey <tromey@redhat.com>
11785
11786 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11787 TYPE_NAME, when printing a String value. PR java/1075.
11788
2f9a90b4
AF
117892003-02-20 Adam Fedor <fedor@gnu.org>
11790
d38074a8 11791 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 11792 * objc-lang.c (find_methods): Make static.
2f9a90b4 11793
6f17862b
CF
117942003-02-20 Christopher Faylor <cgf@redhat.com>
11795
11796 * win32-nat.c (get_image_name): Check return value from
11797 ReadProcessMemory.
11798 (child_xfer_memory): Ditto.
11799
715d1656
AO
118002003-02-20 Alexandre Oliva <aoliva@redhat.com>
11801
11802 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11803 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11804 '${exec_prefix}' (in addition to the expansion thereof) as
11805 relocatable.
11806 * configure: Rebuilt.
11807
b1262a02
DC
118082003-02-20 David Carlton <carlton@math.stanford.edu>
11809
11810 * symtab.c (search_symbols): Revert the search_symbols part of my
11811 2002-12-23 patch. Add comment.
11812
7134143f
DJ
118132002-02-20 Daniel Jacobowitz <drow@mvista.com>
11814
11815 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11816 * dbxread.c (elfstab_build_psymtabs): Don't call
11817 install_minimal_symbols.
11818 (stabsect_build_psymtabs): Likewise.
11819 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11820 earlier.
11821 * somread.c (som_symfile_read): Call install_minimal_symbols
11822 and do_cleanups earlier.
11823 * nlmread.c (nlm_symfile_read): Likewise.
11824 * mdebugread.c (elfmdebug_build_psymtabs): Call
11825 install_minimal_symbols and make appropriate cleanups.
11826
cf466558
KB
118272003-02-20 Kevin Buettner <kevinb@redhat.com>
11828
11829 * solib.c (reload_shared_libraries): New function.
11830 (_initialize_solib): Add callbacks for ``set solib-search-path''
11831 and ``set solib-absolute-prefix''.
11832
de5ad195
DC
118332003-02-20 David Carlton <carlton@math.stanford.edu>
11834
11835 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11836 expand comment.
11837 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11838 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11839 * ada-typeprint.c (ada_typedef_print): Ditto.
11840 * ax-gdb.c (gen_var_ref): Ditto.
11841 * breakpoint.c (print_one_breakpoint): Ditto.
11842 * buildsym.c (finish_block): Ditto.
11843 * c-valprint.c (c_val_print): Ditto.
11844 * expprint.c (print_subexp): Ditto.
11845 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
11846 * infcmd.c (jump_command): Ditto.
11847 * linespec.c (decode_line_2, decode_compound): Ditto.
11848 * maint.c (maintenance_translate_address): Ditto.
11849 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
11850 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11851 Ditto.
8ffd9b1b
AJ
11852 * p-valprint.c (pascal_val_print): Ditto.
11853 * stabsread.c (define_symbol): Ditto.
de5ad195 11854 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
11855 (print_frame_arg_vars, return_command): Ditto.
11856 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11857 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
11858 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11859 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
11860 (rbreak_command): Ditto.
11861 * tracepoint.c (tracepoints_info): Ditto.
11862 * typeprint.c (typedef_print): Ditto.
11863 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
11864 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11865 * ada-typeprint.c: Update Copyright.
11866 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11867 * tracepoint.c, cli/cli-cmds.c: Ditto.
11868
f796e4be
KB
118692003-02-20 Kevin Buettner <kevinb@redhat.com>
11870
11871 * frame.c (generic_unwind_get_saved_register): Make non-static.
11872 * frame.h (generic_unwind_get_saved_register): Declare.
11873 * mips-tdep.c (read_next_frame_reg): Fetch register from
11874 current regcache when frame is NULL.
11875 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11876 that must be NULL.
11877 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11878 instead of frame_register_unwind().
11879
836cc9f4
AC
118802003-02-20 Andrew Cagney <ac131313@redhat.com>
11881
11882 * remote-sim.c (gdbsim_insert_breakpoint)
11883 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11884 code.
11885
501eef12
AC
118862003-02-20 Andrew Cagney <ac131313@redhat.com>
11887
11888 * remote.c (_initialize_remote): Add commands "set/show remote
11889 hardware-watchpoint-limit" and "set/show remote
11890 hardware-breakpoint-limit".
11891 (remote_hw_watchpoint_limit): Initialize to -1.
11892 (remote_hw_breakpoint_limit): Ditto.
11893 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11894
1b6bc7e0
CF
118952003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11896
11897 * coff-pe-read.c: New file - support reading of minimal symbols from a
11898 portable executable using the export table.
11899 * coff-pe-read.h: New file.
11900 * coffread.c: Include coff-pe-read.h.
11901 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11902 debugging symbols found.
11903 * Makefile.in (SFILES): Add coff-pe-read.o.
11904 (coff_pe_read_h): Define.
11905 (COMMON_OBS): Add coff-pe-read.o.
11906 (coffread.o): Add coff_pe_read_h dependency.
11907 (coff-pe-read.o): New target.
11908
fe898f56
DC
119092003-02-19 David Carlton <carlton@math.stanford.edu>
11910
11911 * Makefile.in (SFILES): Add block.c.
11912 (block_h): New.
11913 (COMMON_OBS): Add block.o.
11914 (block.o): New.
11915 (x86-64-tdep.o): Add $(block_h).
11916 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11917 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11918 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11919 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11920 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11921 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11922 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11923 * value.h: Add opaque declaration for struct block.
11924 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11925 * ada-lang.h: Ditto.
11926 * x86-64-tdep.c: #include "block.h"
11927 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11928 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11929 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11930 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11931 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11932 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11933 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11934 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11935 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11936 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11937 * symtab.c (block_function): Ditto.
11938 (contained_in): Ditto.
11939 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11940 block.h. Add opaque declaration for struct block.
11941 * symtab.h: Move block_function and contained_in declarations to
11942 block.h. Add opaque declarations for struct block, struct
11943 blockvector.
11944 (struct block): Move to block.h.
11945 (struct blockvector): Ditto.
11946 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11947 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11948 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11949 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11950 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11951 Ditto.
11952 * block.c: New file.
11953 * block.h: New file.
11954
173345b5
TR
119552003-02-19 Theodore A. Roth <troth@openavr.org>
11956
11957 * avr-tdep.c (avr_extract_return_value): Remove function.
11958 (avr_store_return_value): Remove function.
11959 (avr_extract_struct_value_address): Remove function.
11960 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11961
338ef23d
AC
119622003-02-19 Andrew Cagney <ac131313@redhat.com>
11963
11964 * rs6000-tdep.c: Include "gdb_assert.h".
11965 (registers_e500): Add "acc" and "spefscr".
11966 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11967 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11968 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11969 really is "r0".
11970 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11971
5412f5f3
KS
119722003-02-18 Keith Seitz <keiths@redhat.com>
11973
11974 * Makefile.in: Add gdbtk-interps.c.
11975
881324eb
KB
119762003-02-18 Kevin Buettner <kevinb@redhat.com>
11977
11978 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11979 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11980
6a2f5abf
AC
119812003-02-18 Andrew Cagney <cagney@redhat.com>
11982
11983 * symtab.h (struct objfile): Add opaque declaration.
11984
54c7009d
EZ
119852003-02-18 Elena Zannoni <ezannoni@redhat.com>
11986
11987 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
11988 * dbxread.c (process_one_symbol): Use last_function_start rather
11989 than function_start_offset to find the real beginning of the
11990 current function. The latter is just the text section offset on
11991 some systems, the former is always the real function start.
54c7009d 11992
7ee6d7eb
AC
119932003-02-17 Andrew Cagney <cagney@redhat.com>
11994
11995 * configure.in: Revert ${target} != ${host}.
11996
2846da9b
AC
119972003-02-17 Andrew Cagney <ac131313@redhat.com>
11998
11999 * configure.in (Makefile): Use the test ${target} != ${host},
12000 instead of the absence of the "nm.h" file, to determine of the
12001 configuration non-native.
12002 * configure: Regenerate.
8ffd9b1b 12003
3b27aeea
EZ
120042003-02-14 Elena Zannoni <ezannoni@redhat.com>
12005
fbe586ae 12006 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
12007
12008 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12009 conditionalize tui_active test.
12010 (lookup_cmd_1): Ditto.
12011
b0b1c2c0
MK
120122003-02-14 Mark Kettenis <kettenis@gnu.org>
12013
12014 * configure.in: Add check for _etext.
12015 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12016 available.
12017 * config.in, configure: regenerated.
12018
8f05cde5
DJ
120192003-02-14 Daniel Jacobowitz <drow@mvista.com>
12020
12021 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12022
021e7609
AC
120232003-02-14 Andrew Cagney <ac131313@redhat.com>
12024
12025 * main.c (tui_version): Delete variable.
12026 (captured_main): When --tui, set interpreter_p to "tui" instead of
12027 enabling tui_version.
12028 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12029 tui_version.
12030 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12031 * cli/cli-cmds.c (disassemble_command): Ditto.
12032 * defs.h (tui_version): Delete declaration.
12033 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12034 (tui-interp.o): Add rules.
12035 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12036
e325dcec
CF
120372003-02-14 Christopher Faylor <cgf@redhat.com>
12038
36ffb041 12039 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
12040 just-loaded dll.
12041
c4f90d87
JM
120422003-02-12 Jason Molenda (jmolenda@apple.com)
12043
fbe586ae
RH
12044 * symmisc.c (print_objfile_statistics): Include information about
12045 the number of psymtabs and symtabs in each object file.
c4f90d87 12046
e46e5ccd
KS
120472003-02-13 Keith R Seitz <keiths@redhat.com>
12048
12049 * main.h (struct captured_main_args): Add interpreter_p.
12050 * main.c (captured_main): Initialize interpreter_p from context.
12051 * gdb.c (main): Set interpreter_p argument.
12052 * Makefile.in (gdb.o): Add dependency for interps.h.
12053
fe97fe9c
AC
120542003-02-12 Andrew Cagney <ac131313@redhat.com>
12055
12056 * event-top.c (cli_command_loop): Delete declaration.
12057 (_initialize_event_loop): Delete function setting event_loop_hook.
12058 * event-top.h (cli_command_loop): Declare. Update copyright.
12059 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12060 * interps.c (current_interp_command_loop): When event_loop_p, call
12061 cli_command_loop.
12062
1cdac4ef
AC
120632003-02-12 Andrew Cagney <ac131313@redhat.com>
12064
12065 * interps.h (interp_command_loop_ftype): Change return type to
12066 void.
12067
48037ead
ML
120682003-02-12 Michal Ludvig <mludvig@suse.cz>
12069
12070 * x86-64-tdep.c (x86_64_extract_return_value)
12071 (x86_64_store_return_value): Use regcache instead of regbuf.
12072 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12073 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12074
033afc63
AC
120752003-02-11 Andrew Cagney <ac131313@redhat.com>
12076
12077 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12078 * aclocal.m4: Regenerate.
12079 * configure: Regenerate.
12080
12081 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12082 TCL_LD_SEARCH_FLAGS.
12083
40d02bca
ML
120842003-02-10 Michal Ludvig <mludvig@suse.cz>
12085
12086 * dwarf2cfi.c: Reindented.
12087
11308a41
AC
120882003-02-09 Andrew Cagney <ac131313@redhat.com>
12089
12090 * interps.c (clear_interpreter_hooks): Convert function definition
12091 to ISO C.
12092
e1c1c0f6
DC
120932003-02-07 David Carlton <carlton@math.stanford.edu>
12094
12095 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12096
ab5d3da6
KB
120972003-02-07 Kevin Buettner <kevinb@redhat.com>
12098
12099 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12100 (struct type): ...to here.
12101 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12102 field.
12103 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12104 (replace_type): Set length on all type variants for a given type.
12105
b8a92b82
AC
121062003-02-07 Andrew Cagney <ac131313@redhat.com>
12107
12108 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12109 <sys/stat.h>.
12110 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 12111
5cb316ef
AC
121122003-02-06 Andrew Cagney <ac131313@redhat.com>
12113
2555fe1a
AC
12114 * Makefile.in (symm-nat.o): Update dependencies.
12115 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12116 (lynx-nat.o, ia64-linux-nat.): Ditto.
12117 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12118 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12119 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12120
44270758
AC
12121 * Makefile.in (inflow_h): Define.
12122 (procfs.o, inflow.o, procfs.o): Update dependencies.
12123 * inftarg.c (child_stop): Delete extern declaration of
12124 inferior_process_group. Include "inflow.h".
12125 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12126 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12127 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12128 (our_process_group, inferior_process_group): Extern declarations.
12129
df8f7274
AC
12130 * procfs.c: Include "gdb_assert.h".
12131
5cb316ef
AC
12132 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12133 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12134 * jv-typeprint.c (java_type_print_base): Ditto.
12135 * typeprint.c (typedef_print): Eliminate STREQ.
12136 * cli/cli-script.c (define_command, define_command): Ditto.
12137 * main.c (captured_main): Ditto.
12138 * values.c (lookup_internalvar): Ditto.
12139 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12140 within `if' conditional.
12141 * linespec.c (decode_line_2): Ditto.
12142 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12143 (bfd_openw_with_cleanup): Ditto.
12144
2a28ccea
MK
121452003-02-07 Mark Kettenis <kettenis@gnu.org>
12146
12147 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12148 legacy_extract_return_value and store_return_value to
12149 legacy_return_value.
12150
786b8124
CF
121512003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12152
12153 * win32-nat.c (get_relocated_section_addrs): New function. Find
12154 section load addresses for symbol handling in relocated DLLs.
12155 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12156
b871e4ec
FF
121572003-02-05 Fred Fish <fnf@intrinsity.com>
12158
12159 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12160 '=' and '!='.
12161 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12162 with '&' and '=='.
12163 (angel_RDI_info): Ditto.
12164 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12165 with '&' and '!='.
12166 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 12167
4389a95a 121682003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
12169 Keith Seitz <keiths@redhat.com>
12170 Elena Zannoni <ezannoni@redhat.com>
12171 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
12172
12173 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12174 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12175 (SUBDIR_MI_OBS): Add "mi-interp.o".
12176 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12177 (SFILES): Add "interps.c".
12178 (COMMON_OBS): Add "interps.o".
12179 (interps_h, mi_main_h): Define.
12180 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12181 (mi-main.o, main.o, event-top.o): Update dependencies.
12182 * cli/cli-interp.c: New file.
12183 * interps.h, interps.c: New files.
12184 * top.c: (gdb_init): Don't install the default interpreter, handed
12185 by captured_main.
12186 * main.c: Include "interps.h".
12187 (interpreter_p): Note that it should malloc'ed.
12188 (captured_command_loop): Call current_interp_command_loop.
12189 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12190 xfree and xstrdup when updating interpreter_p. Install the
12191 default interpreter. Add hack to stop mi1's copyright notice
12192 being encoded.
12193 * event-top.h (gdb_setup_readline): Declare.
12194 (gdb_disable_readline): Declare.
12195 * event-top.c: Include "interps.h".
12196 (display_gdb_prompt): Call current_interp_display_prompt_p.
12197 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12198 gdb_stdlog, and gdb_stdtarg.
12199 (_initialize_event_loop): Don't call gdb_setup_readline.
12200 * cli-out.c (cli_out_set_stream): New function.
12201 * cli-out.h (cli_out_set_stream): Declare.
12202
ff3b5810
MK
122032003-02-06 Mark Kettenis <kettenis@gnu.org>
12204
12205 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12206 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12207 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12208 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12209 config/i386/i386v42mp.mt: Removed.
12210
5b729aa5
MK
122112003-02-05 Mark Kettenis <kettenis@gnu.org>
12212
12213 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12214 GDB_OSABI_SOLARIS.
12215
8cc15142
MC
122162003-02-05 Michael Chastain <mec@shout.net>
12217
12218 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12219 2.12.1 and earlier versions.
12220
5aa5d4b9
AC
122212003-02-05 Andrew Cagney <ac131313@redhat.com>
12222
12223 Remove orphaned hosts, targets and files.
12224 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12225 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12226 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12227 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12228 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12229 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12230 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12231 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12232 * config/sparc/tm-sp64sim.h: Delete.
12233 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12234 hosts.
12235 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12236 mips*-dec-mach3* targets.
12237
b68767c1
MC
122382003-02-04 Michael Chastain <mec@shout.net>
12239
12240 * NEWS: Fix typo: sepcifying -> specifying.
12241
5ae7ca1d
MC
122422003-02-04 Michael Chastain <mec@shout.net>
12243
12244 * dwarfread.c: Add documentation on the state of dwarf-1,
12245 looking towards obsoletion.
12246
d08a4280
MC
122472003-02-03 Michael Chastain <mec@shout.net>
12248
12249 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12250 gdb/testsuite/gdb.c++/pr-1023.exp.
12251
e9be73e4
AC
122522003-02-04 Andrew Cagney <ac131313@redhat.com>
12253
12254 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12255 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12256
12257 * utils.c (init_page_info): Delete reference to MPW in comments.
12258 * main.c (captured_main): Delete #ifdef MPW.
12259
05d57f6f
AC
122602003-02-04 Andrew Cagney <ac131313@redhat.com>
12261
8ffd9b1b 12262 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
12263 * monitor.c (monitor_expect): Obsolete reference to m32r.
12264 * configure.tgt: Mark m32r-*-elf* as obsolete.
12265 * MAINTAINERS: Mark m32k as obsolete.
12266 * m32r-rom.c: Obsolete file.
12267 * config/m32r/m32r.mt: Obsolete file.
12268 * config/m32r/tm-m32r.h: Obsolete file.
12269 * m32r-stub.c: Obsolete file.
12270 * m32r-tdep.c: Obsolete file.
12271
8b0e5691
AC
122722003-02-04 Andrew Cagney <ac131313@redhat.com>
12273
12274 * NEWS: Mention that the z8k-zilog-none is obsolete.
12275 * MAINTAINERS: Mark z8k as obsolete.
12276 * configure.tgt: Obsolete the z8k-*-coff* target.
12277 * config/z8k/z8k.mt: Obsolete file.
12278 * config/z8k/tm-z8k.h: Obsolete file.
12279 * z8k-tdep.c: Obsolete file.
12280
67f16606
AC
122812003-02-04 Andrew Cagney <ac131313@redhat.com>
12282
12283 * NEWS: Mention that the mn10200-elf is obsolete.
12284 * configure.tgt: Obsolete mn10200-*-* target.
12285 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12286 mention that the mn10200 is obsolete.
12287 * breakpoint.h: Ditto.
12288 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12289 * config/mn10200/mn10200.mt: Obsolete file.
12290 * config/mn10200/tm-mn10200.h: Obsolete file.
12291 * mn10200-tdep.c: Obsolete file.
12292
fd2299bd
AC
122932003-02-04 Andrew Cagney <ac131313@redhat.com>
12294
12295 * MAINTAINERS: Mark h8500 as obsolete.
12296 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12297 * findvar.c (value_from_register): Ditto.
12298 * h8500-tdep.c: Mark file as obsolete.
12299 * config/h8500/h8500.mt: Ditto.
12300 * config/h8500/tm-h8500.h: Ditto.
12301 * NEWS: Mention that h8500 is obsolete.
12302
eb9a305d
DC
123032003-02-04 David Carlton <carlton@math.stanford.edu>
12304
12305 * objfiles.c (allocate_objfile): Always set name. Add comment at
12306 start of function.
12307 * jv-lang.c (get_dynamics_objfile): Add comment.
12308
406fc7fb
DC
123092003-02-04 David Carlton <carlton@math.stanford.edu>
12310
12311 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12312 * printcmd.c (build_address_symbolic): Replace uses of
12313 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12314 SYMBOL_NAME, and asm_demangle.
12315 Update copyright.
12316
93d91629
DC
123172003-02-04 David Carlton <carlton@math.stanford.edu>
12318
12319 * linespec.c (decode_compound): Extract code into
12320 lookup_prefix_sym.
12321 (lookup_prefix_sym): New function.
12322
1c5cb38e
DC
123232003-02-04 David Carlton <carlton@math.stanford.edu>
12324
12325 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12326 FLOAT_COERCION_BADNESS.
12327 * gdbtypes.c (rank_one_type): Replace all uses of
12328 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12329
0cf824c9
JB
123302003-02-04 Jim Blandy <jimb@redhat.com>
12331
12332 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12333 section, let dwarf_macinfo_section point to it, not
12334 dwarf_loc_section.
12335
a2d356b0
DJ
123362003-02-04 Daniel Jacobowitz <drow@mvista.com>
12337
12338 Pointed out by Anton Blanchard <anton@samba.org>.
12339 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12340 (ppc_linux_at_sigtramp_return_path): Use it.
12341
2de7ced7
DJ
123422003-02-04 Daniel Jacobowitz <drow@mvista.com>
12343
12344 * defs.h (streq): Add prototype.
12345 * utils.c (streq): New function.
12346
12347 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12348 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12349 * mdebugread.c (new_symbol): Likewise.
12350 * stabsread.c (define_symbol): Likewise.
12351 * coffread.c (process_coff_symbol): Likewise.
12352 * dwarfread.c (new_symbol): Likewise.
12353
12354 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12355 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12356 here.
12357 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12358 SYMBOL_INIT_DEMANGLED_NAME.
12359 * objfiles.c: Include "hashtab.h".
12360 (allocate_objfile): Call htab_set_functions_ex for the
12361 demangled_names_hash.
12362 (free_objfile): Call htab_delete for the demangled_names_hash.
12363 * objfiles.h (struct htab): Add declaration.
12364 (struct objfile): Add demangled_names_hash.
12365 * symfile.c: Include "hashtab.h".
12366 (reread_symbols): Call htab_delete for the demangled_names_hash.
12367 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12368 SYMBOL_NAME in the bcache.
12369 * symtab.c: Include "hashtab.h". Update comments.
12370 (create_demangled_names_hash, symbol_set_names): New functions.
12371 (symbol_find_demangled_name): New function, broken out from
12372 symbol_init_demangled_names.
12373 (symbol_init_demangled_names): Use it.
12374 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12375 (SYMBOL_SET_NAMES): New macro.
12376 (symbol_set_names): Add prototype.
12377
15831452
JB
123782003-02-03 Jim Blandy <jimb@redhat.com>
12379
12380 Use a single, consistent representation for an empty minimal
12381 symbol table in an objfile.
12382 * objfiles.c (terminate_minimal_symbol_table): New function.
12383 (allocate_objfile): Call it.
12384 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12385 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 12386 non-NULL.
15831452
JB
12387 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12388 objfile has minimal symbols, compare minimal_symbol_count to zero,
12389 instead of comparing msymbols with NULL.
12390 * objfiles.c (have_minimal_symbols): Same.
12391 * solib-sunos.c (solib_add_common_symbols): Call
12392 terminate_minimal_symbol_table.
12393 * symfile.c (reread_symbols): Same.
8ffd9b1b 12394
ffc65945
KB
123952003-02-03 Kevin Buettner <kevinb@redhat.com>
12396
12397 * s390-tdep.c (s390_address_class_type_flags)
12398 (s390_address_class_type_flags_to_name)
12399 (s390_address_class_name_to_type_flags): New functions.
12400 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12401 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12402
f211c6d4
MS
124032003-02-03 Michael Snyder <msnyder@redhat.com>
12404
12405 * arm-tdep.c: Fix spell-o in comment.
12406
659b0389
ML
124072003-02-03 Michal Ludvig <mludvig@suse.cz>
12408
12409 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12410 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 12411 error messages to contain BFD filename.
659b0389 12412
3b31d625
EZ
124132003-02-02 Elena Zannoni <ezannoni@redhat.com>
12414
997b089a 12415 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
12416 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12417 (do_mixed_source_and_assembly): Use
12418 make_cleanup_ui_out_tuple_begin_end and
12419 make_cleanup_ui_out_tuple_begin_end.
12420 (do_mixed_source_and_assembly): Ditto.
12421 * thread.c (do_captured_list_thread_ids): Ditto.
12422 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12423 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12424 ui_out_tuple_end): Delete prototypes.
12425 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12426 ui_out_list_end, ui_out_tuple_end): Delete.
12427
12428 From Kevin Buettner <kevinb@redhat.com>:
12429 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
12430 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12431 (do_cleanup_table_end): New functions.
12432 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12433 Use cleanups to invoke_ui_out_tuple_end().
12434 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
12435 * cli/cli-setshow.c (cmd_show_list): Use
12436 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 12437
5b181d62
AC
124382003-02-02 Andrew Cagney <ac131313@redhat.com>
12439
12440 * frame.c (frame_unwind_register): New function.
12441 (frame_unwind_unsigned_register): Use.
12442 (frame_unwind_signed_register): Use.
12443 (frame_read_register): New function.
12444 * frame.h (frame_unwind_register): Declare.
12445 (frame_read_register): Declare.
12446
12447 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12448 and frame_unwind_register instead of read_memory, write_register
12449 and deprecated_write_register_bytes.
12450
5f601589
AC
124512003-02-02 Andrew Cagney <ac131313@redhat.com>
12452
12453 * frame.h: Note that namelen can be negative.
12454 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12455 NAME's length.
12456
12457 * NEWS: Mention that the d10v's `regs' command is deprecated.
12458 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12459 (d10v_print_registers_info): New function.
12460 (show_regs): Call d10v_print_registers_info.
12461 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12462
6a3fe0a4
MK
124632003-02-02 Mark Kettenis <kettenis@gnu.org>
12464
12465 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12466 lost in the previous patch.
12467
075559bc
AC
124682003-02-01 Andrew Cagney <ac131313@redhat.com>
12469
12470 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
12471 * stack.c (print_frame_info_base): Output complete FRAME tuple
12472 for synthesized frames.
075559bc 12473
6789195b
AC
124742003-02-02 Andrew Cagney <ac131313@redhat.com>
12475
12476 * mips-nat.c (zerobuf): Delete.
12477 (fetch_inferior_registers): Alloc local zerobuf.
12478 (fetch_core_registers): Alloc local zerobuf.
12479 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12480 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12481 * thread-db.c (thread_db_store_registers): Ditto.
12482 * sh-tdep.c (sh_do_register): Ditto.
12483 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12484 * remote-sim.c (gdbsim_store_register): Ditto.
12485 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12486 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12487 * monitor.c (monitor_supply_register): Ditto.
12488 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12489 * mips-nat.c (fetch_inferior_registers): Ditto.
12490 * m68klinux-nat.c (fetch_register): Ditto.
12491 * lynx-nat.c (fetch_inferior_registers): Ditto.
12492 (fetch_inferior_registers): Ditto.
12493 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12494 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12495 (hpux_thread_store_registers): Ditto.
12496 * hppah-nat.c (fetch_register): Ditto.
12497 * hppab-nat.c (fetch_register): Ditto.
12498 * hppa-tdep.c (pa_register_look_aside): Ditto.
12499 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12500 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12501
e669114a
AC
125022003-02-01 Andrew Cagney <ac131313@redhat.com>
12503
12504 * gdbarch.sh: Explictly specify all method levels. When a
12505 variable with an empty level, provide a non-multi-arch default.
12506 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12507 * gdbarch.h: Re-generate.
12508 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12509 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12510
9a043c1d
AC
125112003-02-01 Andrew Cagney <ac131313@redhat.com>
12512
12513 * defs.h (host_pointer_to_address): Delete declaration.
12514 (address_to_host_pointer): Delete declaration.
12515 * utils.c (host_pointer_to_address): Delete function.
12516 (address_to_host_pointer): Delete function.
12517 * procfs.c (procfs_address_to_host_pointer): New function.
12518 * procfs.c (proc_set_watchpoint): Use.
12519 (procfs_can_use_hw_breakpoint): Update comments.
12520 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12521 (som_solib_add): Use.
12522 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12523 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 12524
7ca9f392
AC
125252003-02-01 Andrew Cagney <ac131313@redhat.com>
12526
94bbfd30
AC
12527 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12528 strlen d_name.
12529
7ca9f392
AC
12530 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12531 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12532 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12533 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12534 (define_symbol): Update.
12535 * symfile.c (generic_load): Remove references to nindy.
12536 * symtab.c: Remove references to nindy.
12537
31a85ea2
AC
125382003-02-01 Andrew Cagney <ac131313@redhat.com>
12539
12540 * infcmd.c (print_float_info): Delete code conditional on
12541 FLOAT_INFO.
12542 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12543 * config/m68k/nm-apollo68b.h: Ditto.
12544 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12545 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12546 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12547
f6e85fc8
MK
125482003-02-01 Mark Kettenis <kettenis@gnu.org>
12549
6015b6a0
MK
12550 * config/i386/tm-i386os9k.h: Removed.
12551
f7a30bdf
MK
12552 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12553 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12554 they're identical to i[3456]86-*-sysv* now.
12555 * config/i386/i386v32.mh: Removed.
12556 * config/i386/xm-i386v32.h: Removed.
12557 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12558
28d52111
MK
12559 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12560
4d3f6bce
MK
12561 * config/i386/i386dgux.mh: Removed.
12562 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12563
f6e85fc8
MK
12564 * configure.in: Fix typo.
12565 * configure: Regenerated.
12566
53955967
DC
125672003-01-31 David Carlton <carlton@math.stanford.edu>
12568
12569 * dwarf2read.c (dwarf2_locate_sections): Set
12570 dwarf_ranges_section.
12571
b1364885
AC
125722003-01-31 Andrew Cagney <ac131313@redhat.com>
12573
8dbb1c65
AC
12574 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12575 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 12576
8731e58e
AC
12577 * utils.c: Re-indent.
12578
b1364885
AC
12579 * config/djgpp/fnchange.lst: Delete nindy files.
12580 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12581 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12582 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12583 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12584 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12585 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12586 * Makefile.in (init.c): Remove nindy references.
12587 (saber_gdb): Delete rule.
12588 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12589 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12590 and a68v-nat.c.
12591 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12592 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12593 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12594 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12595 nindy-share/stop.h.
12596 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12597 * saber.suppress: Delete file.
12598
086df311
DJ
125992003-01-31 Daniel Jacobowitz <drow@mvista.com>
12600
12601 * dbxread.c (stabs_data): New static variable.
12602 (fill_symbuf): Support an in-memory buffer for stabs data.
12603 (stabs_seek): New function.
12604 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12605 (read_ofile_symtab): Use stabs_seek.
12606 (elfstab_build_psymtabs): Take an asection* instead of
12607 an offset and size. Relocate the stabs data if necessary.
12608 Save the section* for dbx_psymtab_to_symtab.
12609 * dwarf2read.c: Add section variables for each debug section.
12610 (dwarf2_locate_sections): Fill them in.
12611 (dwarf2_read_section): Take an asection* argument.
12612 Relocate the section contents if necessary.
12613 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12614 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12615 it to dwarf2_read_section.
12616 (dwarf2_build_frame_info): Update callers.
12617 * elfread.c (elf_symfile_read): Update call to
12618 elfstab_build_psymtabs.
12619 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12620 (DBX_STAB_SECTION): New macro.
8ffd9b1b 12621 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
12622 * symfile.c (symfile_dummy_outputs): New function.
12623 (symfile_relocate_debug_section): New function.
12624 * symfile.h (symfile_relocate_debug_section): Add prototype.
12625
87d1b352
RH
126262003-01-31 Richard Henderson <rth@redhat.com>
12627
12628 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12629 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12630 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12631 * alpha-tdep.c (alpha_register_name): Add "unique".
12632 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12633 (ALPHA_UNIQUE_REGNUM): New.
12634 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12635
c48861fb
AC
126362003-01-31 Andrew Cagney <ac131313@redhat.com>
12637
12638 * README: Remove reference to Ericsson 1800 monitor.
12639 * Makefile.in (remote-es.o): Delete rule.
12640 (ALLDEPFILES): Delete remote-es.c.
12641 * remote-es.c: Delete file.
12642 * config/m68k/es1800.mt: Delete file.
12643 * config/djgpp/fnchange.lst: Update.
12644 * configure.tgt: Delete m68*-ericsson-* target.
12645
d764a824
AF
126462003-01-31 Adam Fedor <fedor@gnu.org>
12647
12648 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12649 Remove duplicate/shadowing variable of same name.
12650
fe36c4f4
JB
126512003-01-30 Jim Blandy <jimb@redhat.com>
12652
12653 * symfile.c (find_separate_debug_file): Assert that the objfile's
12654 directory name we compute ends with a slash, and then assume that
12655 that's so everywhere we use it.
12656
cb741690
DJ
126572003-01-30 Daniel Jacobowitz <drow@mvista.com>
12658
12659 * valops.c (value_assign): Flush frame cache after stores to memory
12660 also.
12661
96ee5227
AC
126622003-01-30 Andrew Cagney <ac131313@redhat.com>
12663
12664 * Makefile.in (mon960-rom.o): Delete rule.
12665 * mon960-rom.c: Delete file.
12666
7f6104a9
AC
126672003-01-30 Andrew Cagney <ac131313@redhat.com>
12668
12669 * d10v-tdep.c: Include "frame-unwind.h".
12670 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12671 list.
12672 (next_addr, uses_frame): Delete.
12673 (struct d10v_unwind_cache): Define.
12674 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12675 Use info instead of next_addr and uses_frame globals.
12676 (d10v_frame_init_saved_regs): Delete function.
12677 (d10v_init_extra_frame_info): Delete function.
12678 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12679 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12680 init_frame_pc or frame_saved_pc.
12681 (d10v_pop_frame): Delete function.
12682 (do_d10v_pop_frame): Delete function.
12683 (d10v_frame_chain): Delete function.
12684 (d10v_frame_chain_valid): Delete function.
12685 (d10v_frame_pc_unwind): New function.
12686 (d10v_frame_id_unwind): New function.
12687 (saved_regs_unwinder): New function.
12688 (d10v_frame_register_unwind): New function.
12689 (d10v_frame_pop): New function.
12690 (d10v_frame_unwind): New variable.
12691 (d10v_frame_p): New function.
12692 (d10v_frame_saved_pc): Delete function.
12693 * Makefile.in (d10v-tdep.o): Update dependencies.
12694
cad2e848
JB
126952003-01-30 J. Brobecker <brobecker@gnat.com>
12696
12697 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12698 causing some regressions due to a change in the default value
12699 for this macro.
12700
af34e669
DJ
127012003-01-29 Richard Henderson <rth@redhat.com>
12702 Elena Zannoni <ezannoni@redhat.com>
12703 Daniel Jacobowitz <drow@mvista.com>
12704
12705 Fix PR gdb/961.
8ffd9b1b 12706 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
12707 variables.
12708 (RANGES_SECTION): New.
12709 (dwarf_ranges_buffer): New variable.
12710 (struct comp_unit_head): Add member "die".
12711 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12712 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12713 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12714 (dwarf2_locate_sections): Likewise.
12715 (dwarf2_build_psymtabs): Read .debug_ranges.
12716 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12717 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12718 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12719 Look for DW_AT_ranges and return the bounding box.
12720
baa93fa6
CF
127212003-01-29 Brian Ford <ford@vss.fsi.com>
12722
12723 * win32-nat.c (cygwin_pid): Removed as unused.
12724 (child_attach): Try fall back to Cygwin pid.
12725
c63f977f
JB
127262003-01-29 Jim Blandy <jimb@redhat.com>
12727
12728 * objfiles.h (struct objfile): Doc fix.
12729
d62d1979
AC
127302003-01-29 Andrew Cagney <ac131313@redhat.com>
12731
12732 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12733 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12734 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12735 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12736 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12737 (FRAME_SAVED_PC): Change to a function with predicate.
12738 * gdbarch.h, gdbarch.c: Re-generate.
12739
1ae18a04
AC
127402003-01-28 Andrew Cagney <ac131313@redhat.com>
12741
52287340
AC
12742 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12743
1ae18a04
AC
12744 * complaints.c (complain): Delete function.
12745 * complaints.h (struct deprecated_complaint): Delete definition.
12746 (complain): Delete declaration.
12747
f2c16bd6
KB
127482003-01-28 Kevin Buettner <kevinb@redhat.com>
12749
12750 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12751 dummy frames.
12752
a94dd1fd
AC
127532003-01-27 Andrew Cagney <ac131313@redhat.com>
12754
12755 * sentinel-frame.h, sentinel-frame.c: New files.
12756 * Makefile.in (frame.o): Update dependencies.
12757 (SFILES): Add sentinel-frame.c.
12758 (sentinel_frame_h): Define.
12759 (COMMON_OBS): Add sentinel-frame.o.
12760 (sentinel-frame.o): Specify dependencies.
12761 * frame.c: Include "sentinel-frame.h".
12762 (frame_register_unwind): Rewrite assuming that there is always a a
12763 ->next frame.
12764 (frame_register, generic_unwind_get_saved_register): Ditto.
12765 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12766 (create_sentinel_frame, unwind_to_current_frame): New functions.
12767 (get_current_frame): Rewrite using create_sentinel_frame and
12768 unwind_to_current_frame. When possible, always create a frame.
12769 (create_new_frame): Set next to the sentinel frame.
12770 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12771 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12772 ID cache when necessary.
12773 (frame_saved_regs_id_unwind): Use frame_relative_level.
12774 (deprecated_generic_get_saved_register): Use frame_relative_level,
12775 get_frame_saved_regs, get_frame_pc, get_frame_base and
12776 get_next_frame.
12777 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12778 frame_register.
12779
5378adc4
DJ
127802003-01-27 Daniel Jacobowitz <drow@mvista.com>
12781
12782 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12783
51ee2ddc
DJ
127842003-01-27 Daniel Jacobowitz <drow@mvista.com>
12785
12786 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12787 (maintenance_set_profile_cmd): Use error () instead of warning ().
12788
d9feb4e7
DJ
127892003-01-27 Daniel Jacobowitz <drow@mvista.com>
12790
12791 * configure.in: Check that -pg works if using --enable-profiling.
12792 Check for monstartup and _mcleanup regardless of --enable-profiling.
12793 * maint.c: Check for monstartup and _mcleanup before using them.
12794 * config.in: Regenerated.
12795 * configure: Regenerated.
12796
2d188dd3
NC
127972003-01-24 Nick Clifton <nickc@redhat.com>
12798
12799 * Add sh2e support:
12800
12801 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12802
12803 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12804 (sh2e_show_regs): New.
12805 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12806 * config/sh/tm-sh.h: Added sh2e to comments.
12807
cb3c37b2
JB
128082003-01-23 Jim Blandy <jimb@redhat.com>
12809
12810 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12811 symbols found)" message here; we haven't checked for a separate
12812 debug info file yet, so we don't know yet.
12813 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12814 we've looked everywhere. Also, there's no need to print a special
12815 message when we're loading the separate debug info file: the one
12816 symbol_file_add prints is fine.
12817
5b5d99cf
JB
128182003-01-23 Alexander Larsson <alexl@redhat.com>
12819 Jim Blandy <jimb@redhat.com>
12820
12821 Add support for executables whose debug info has been separated
12822 out into a separate file, leaving only a link behind.
12823 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12824 and separate_debug_objfile_backlink.
12825 (put_objfile_before): New declaration.
12826 * symfile.c: #include "filenames.h".
12827 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12828 debug info in a separate file, read that, too. Save the addrs
12829 argument, so we can use it again to read the separated debug info;
12830 syms_from_objfile modifies the table we pass it.
12831 (reread_symbols): After re-reading an objfile, call
12832 reread_separate_symbols to refresh its separate debug info
12833 objfile, if it has one.
12834 (reread_separate_symbols, find_separate_debug_file,
12835 get_debug_link_info, separate_debug_file_exists): New functions.
12836 (debug_file_directory): New global var.
12837 (_initialize_symfile): Initialize debug_file_directory, and
12838 provide the new `set debug-file-directory' command to let the user
12839 change it.
12840 * objfiles.c (free_objfile): If this objfile has its debug info in
12841 a separate objfile, free that one too. If this is itself a
12842 separate debug info objfile, clear our parent's backlink.
12843 (put_objfile_before): New function.
12844 * utils.c (gnu_debuglink_crc32): New function.
12845 * defs.h (gnu_debuglink_crc32): New declaration.
12846 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12847 * configure.in: Handle --with-separate-debug-dir config option.
12848 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12849 * acconfig.h (DEBUGDIR): New macro.
12850 * configure, aclocal.m4, config.in: Regenerated.
12851
7e8580c1
JB
128522003-01-22 Jim Blandy <jimb@redhat.com>
12853
7904e09f
JB
12854 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12855 like the old symbol_file_add, but taking new arguments: you can
12856 now pass in either a `struct section_addr_info' list to say where
12857 each section is loaded, or a `struct section_offsets' table. Pass
12858 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 12859 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
12860 with the appropriate quiescent values for the new arguments.
12861
7e8580c1
JB
12862 * symfile.c: #include "gdb_assert.h".
12863 (syms_from_objfile): Add the ability to pass in a section offset
12864 table directly, as an alternative to the section_addr_info table.
12865 Document arguments better.
12866 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12867 * symfile.h (syms_from_objfile): Update declaration.
12868 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12869 syms_from_objfile.
12870 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12871
d28f9cdf
DJ
128722003-01-22 Daniel Jacobowitz <drow@mvista.com>
12873
12874 Original patch by Tom Tromey <tromey@cygnus.com> and
12875 Jason Molenda <jmolenda@apple.com>.
12876 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12877 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12878 * NEWS: Mention profiling.
12879 * configure.in (--enable-gdbtk): Fix typo.
12880 (--enable-profiling): New. Set PROFILE_CFLAGS.
12881 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12882 Fill in function.
12883 (profiling_state): New variable.
12884 (mcleanup_wrapper): New function.
12885 (_initialize_maint): Remove NOTYET, fix call to
12886 add_setshow_boolean_cmd for "maint set profile".
12887 * configure: Regenerated.
12888
df21e465
MH
128892003-01-21 Martin M. Hunt <hunt@redhat.com>
12890
12891 * Makefile.in (install-gdbtk): Install PNG images too.
12892
73c1f219
AC
128932003-01-21 Andrew Cagney <ac131313@redhat.com>
12894
12895 * exec.c (text_start): Delete global variable.
12896 (exec_file_attach): Make text_start local to the function.
12897 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12898 * valops.c (hand_function_call): Delete code that handles
12899 BEFORE_TEXT_END and AFTER_TEXT_END.
12900 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12901 of CALL_DUMMY_LOCATION.
12902 * gdbarch.c: Regenerate.
12903 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12904 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12905 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12906 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12907 (text_end): Delete extern declaration.
12908
eb4f72c5
AC
129092003-01-21 Andrew Cagney <ac131313@redhat.com>
12910
12911 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12912 * blockframe.c (backtrace_below_main): Move to "frame.c".
12913 (frame_chain_valid): Delete check for backtrace_below_main.
12914 (_initialize_blockframe): Delete initialization, move ``set
12915 backtrace-below-main'' command to "frame.c".
12916 (do_flush_frames_sfunc): Delete function.
12917 * frame.c: Include "command.h" and "gdbcmd.h".
12918 (frame_type_from_pc): New function.
12919 (create_new_frame): Use frame_type_from_pc.
12920 (legacy_get_prev_frame): New function.
12921 (get_prev_frame): Rewrite. When an old style frame, call
12922 legacy_get_prev_frame. Otherwize, unwind the PC first.
12923 (_initialize_frame): Add ``set backtrace-below-main'' command.
12924 * Makefile.in (frame.o): Update dependencies.
12925
778ce8cc
AC
129262003-01-19 Andrew Cagney <ac131313@redhat.com>
12927
12928 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12929 DEPRECATED_REGISTERS_INFO.
12930
01c193c8
AC
129312003-01-19 Andrew Cagney <ac131313@redhat.com>
12932
12933 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12934 Maintainers'. Update `Various Maintainers'.
12935
dedc2a2b
AC
129362003-01-19 Andrew Cagney <ac131313@redhat.com>
12937
12938 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12939 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12940 Suppress actual parameters when `-'.
12941 * gdbarch.h, gdbarch.c: Regenerate.
12942
b7261c70
AC
129432003-01-19 Andrew Cagney <ac131313@redhat.com>
12944
12945 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12946 code handling dummy frames.
12947
dbe9fe58
AC
129482003-01-19 Andrew Cagney <ac131313@redhat.com>
12949
12950 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12951 (struct frame_unwind): Add field pop.
12952 * frame.h (frame_pop): Declare.
12953 * frame.c (frame_saved_regs_pop): New function.
12954 (trad_frame_unwinder): Add frame_saved_regs_pop.
12955 (frame_pop): New function.
12956 * dummy-frame.c (dummy_frame_pop): New function.
12957 (discard_innermost_dummy): New function.
12958 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12959 (dummy_frame_unwind): Add dummy_frame_pop.
12960 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12961 * valops.c (hand_function_call): Ditto.
12962 * stack.c (return_command): Ditto.
12963
570b8f7c
AC
129642003-01-18 Andrew Cagney <ac131313@redhat.com>
12965
12966 * cris-tdep.c: Fix function declaration indentation.
12967 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12968 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12969 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12970 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12971 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12972 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12973
129742003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
12975
12976 * README (Unpacking and Installation -- quick overview):
12977 Warn against ".../gdb-5.3/gdb/configure".
12978
494cca16
AC
129792003-01-18 Andrew Cagney <ac131313@redhat.com>
12980
12981 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12982 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12983 (struct frame_unwind): Declare opaque.
12984 (dummy_frame_p): Declare function.
12985 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12986 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12987 * dummy-frame.c: Include "frame-unwind.h".
12988 (dummy_frame_p): New function.
12989 (dummy_frame_unwind): New variable.
12990 * frame.c: Include "frame-unwind.h".
12991 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12992 to use the new unwind field.
12993 (set_unwind_by_pc): Delete function.
12994 (create_new_frame, get_prev_frame): Set unwind field using
12995 frame_unwind_find_by_pc.
12996 (trad_frame_unwind, trad_frame_unwinder): New variables.
12997 * frame.h (trad_frame_unwind): Declare variable.
12998 (frame_id_unwind_ftype): Delete declaration.
12999 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13000 (struct frame_unwind): Declare opaque.
13001 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13002 register_unwind with a single unwind pointer.
13003 * frame-unwind.h, frame-unwind.c: New files.
13004 * Makefile.in (SFILES): Add frame-unwind.c.
13005 (frame_unwind_h): Define.
13006 (COMMON_OBS): Add frame-unwind.o.
13007 (frame-unwind.o): Specify dependencies.
13008 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 13009
4efb68b1
AC
130102003-01-18 Andrew Cagney <ac131313@redhat.com>
13011
13012 * ada-valprint.c: Eliminate PTR.
13013 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13014 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13015 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13016 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13017 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13018 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13019 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 13020
a84d24ee
AC
130212003-01-17 Andrew Cagney <ac131313@redhat.com>
13022
762f08a3
AC
13023 * main.c (captured_main): Don't use PTR.
13024 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13025 * gdbtypes.c (lookup_primitive_typename): Ditto.
13026 (lookup_struct_elt_type): Ditto.
13027 * f-valprint.c (info_common_command): Ditto.
13028 (list_all_visible_commons): Ditto.
13029 * jv-typeprint.c (java_type_print_base): Ditto.
13030
a84d24ee
AC
13031 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13032 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13033 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13034 i386-interix-nat.c and i386-interix-tdep.c. Rename
13035 m68klinux-nat.c and m68klinux-tdep.c. Rename
13036 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13037 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13038 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13039 * main.c (captured_main): Use xfree, not free.
13040
c170fb60
AC
130412003-01-16 Andrew Cagney <ac131313@redhat.com>
13042
13043 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13044 ID back using a parameter.
13045 * frame.c (frame_id_unwind): Update call.
13046 (frame_saved_regs_id_unwind): Update.
13047 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13048 * dummy-frame.h (struct frame_id): Add opaque declaration.
13049 (dummy_frame_id_unwind): Update declaration.
13050
867f3898
AC
130512003-01-15 Andrew Cagney <ac131313@redhat.com>
13052
13053 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13054
40622be8 130552003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 13056
40622be8 13057 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 13058
ae66c1fc
EZ
130592003-01-14 Elena Zannoni <ezannoni@redhat.com>
13060
997b089a 13061 Fix PR gdb/898
ae66c1fc
EZ
13062 * breakpoint.c (until_break_command): Add new argument. Use it to
13063 decide whether to stop only at the current frame or not.
13064 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 13065 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
13066 call.
13067 (advance_command): New function.
13068 (_initialize_infcmd): Update help string for 'until' command.
13069 Add new 'advance' command.
13070
a04257e6
DC
130712003-01-14 David Carlton <carlton@math.stanford.edu>
13072
13073 * linespec.c (decode_line_1): Normalize comments.
13074 (set_flags): Ditto.
13075 (locate_first_half): Ditto.
13076 (decode_compound): Ditto.
13077 (symtab_from_filename): Ditto.
13078 (decode_all_digits): Ditto.
13079 (decode_dollar): Ditto.
13080 (find_methods): Ditto.
13081 (find_toplevel_char): Ditto.
13082
1bac305b
AC
130832003-01-13 Andrew Cagney <ac131313@redhat.com>
13084
13085 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13086 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13087 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13088 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13089 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13090 * language.c, language.h, m32r-tdep.c: Update copyright.
13091 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13092 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13093 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13094 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13095 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13096 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13097
25caa7a8
EZ
130982003-01-13 Elena Zannoni <ezannoni@redhat.com>
13099
13100 * stabsread.h (process_later, resolve_cfront_continuation):
13101 Obsolete.
13102 Update copyright years.
13103 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13104 Update copyright year.
13105 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 13106 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
13107 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13108 Update copyright year.
13109 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13110 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13111 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13112 (parse_partial_symbols): Obsolete cfront support.
13113 * stabsread.c
13114 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13115 macros.
13116 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13117 read_cfront_baseclasses, read_cfront_member_functions,
13118 resolve_cfront_continuation,read_cfront_static_fields,
13119 copy_cfront_struct_fields): Obsolete functions.
13120 (define_symbol, read_one_struct_field): Obsolete cfront support.
13121 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13122 Update Copyright year.
13123
7789c6f5
EZ
131242003-01-13 Elena Zannoni <ezannoni@redhat.com>
13125
13126 * stack.c (print_frame_info, print_stack_frame_base_stub,
13127 print_stack_frame_base, show_and_print_stack_frame_stub,
13128 show_and_print_stack_frame, print_only_stack_frame_stub,
13129 print_only_stack_frame): Delete functions.
13130 (print_stack_frame_stub): Call print_frame_info instead of
13131 print_frame_info_base.
13132 (print_frame_info_base): Rename to print_frame_info.
13133 (backtrace_command_1): Call print_frame_info, instead of
13134 print_frame_info_base.
13135 (current_frame_command): Call print_stack_frame, instead of
13136 print_only_stack_frame.
13137 (frame_command): Call print_stack_frame, instead of
13138 show_and_print_stack_frame.
13139 (up_command): Ditto.
13140 (down_command): Ditto.
13141 * frame.h (print_only_stack_frame): Delete prototype.
13142 * infrun.c (normal_stop): Call print_stack_frame, instead of
13143 show_and_print_stack_frame.
13144 * thread.c (info_threads_command): Call print_stack_frame, instead
13145 of print_only_stack_frame.
13146
3f5a3016
AC
131472003-01-13 Andrew Cagney <ac131313@redhat.com>
13148
d99ba314
AC
13149 * README (Graphical interface to GDB): Update URL. Point at
13150 gdb/links/.
13151
3f5a3016
AC
13152 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13153 version match.
13154
083ae935
DJ
131552003-01-13 Daniel Jacobowitz <drow@mvista.com>
13156
13157 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13158 lines.
13159
5365276c
DJ
131602003-01-13 Daniel Jacobowitz <drow@mvista.com>
13161
13162 * thread-db.c (attach_thread): Prototype.
13163 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13164 thread information (ti), and valid flags (th_valid, ti_valid).
13165 (attach_thread): Move target_pid_to_str call to after the thread
13166 is added to GDB's list. Initialize the cache.
13167 (thread_get_info_callback, thread_db_map_id2thr)
13168 (thread_db_get_info): New functions.
13169 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13170 (thread_db_store_registers, thread_db_thread_alive)
13171 (thread_db_get_thread_local_address): Use them.
13172 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13173 of calling error() for threads in unknown state.
13174
13175 (clear_lwpid_callback): New function.
13176 (thread_db_resume): Use it to clear the cache.
13177
9fc30b6b
DJ
131782003-01-13 Daniel Jacobowitz <drow@mvista.com>
13179
13180 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13181 (resume_callback): Remove dead code.
13182
8f871025
AC
131832003-01-13 Andrew Cagney <ac131313@redhat.com>
13184
13185 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13186 predicate.
13187 * gdbarch.h, gdbarch.c: Regenerate.
13188 * stack.c (frame_info): Only initialize the saved registers when
13189 FRAME_INIT_SAVED_REGS_P.
13190 * frame.c (frame_saved_regs_register_unwind): Assert
13191 FRAME_INIT_SAVED_REGS_P.
13192 (deprecated_generic_get_saved_register): Ditto.
13193
3f565f1e
DJ
131942003-01-13 Daniel Jacobowitz <drow@mvista.com>
13195
13196 * source.c (openp): Squelch warning about "filename".
13197
072b1022
DJ
131982003-01-13 Daniel Jacobowitz <drow@mvista.com>
13199
13200 * source.c (openp): If the file does not exist don't necessarily
13201 search the path.
13202
973ccf8b
DJ
132032003-01-13 Daniel Jacobowitz <drow@mvista.com>
13204
13205 Fix PR gdb/872.
13206 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13207 (integer_types_same_name_p): New function.
13208 (rank_one_type): Use it.
13209 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13210
030292b7
DJ
132112003-01-13 Daniel Jacobowitz <drow@mvista.com>
13212
13213 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13214 variables.
13215 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13216 * configure.in: Add --with-sysroot.
13217 * configure: Regenerated.
13218 * main.c (gdb_sysroot): New variable.
13219 (captured_main): Initialize gdb_sysroot.
13220 * defs.h (gdb_sysroot): New extern declaration.
13221 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13222
afb5d334
MC
132232003-01-12 Michael Chastain <mec@shout.net>
13224
13225 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13226
751ceeb4
MC
132272003-01-12 Michael Chastain <mec@shout.net>
13228
13229 * top.c (print_gdb_version): Bump copyright year to 2003.
13230
94cd26f8
DC
132312003-01-12 David Carlton <carlton@bactrian.org>
13232
13233 * linespec.c (symtab_from_filename): Rename variable 's' to
13234 'file_symtab'.
13235
1ce79225
AC
132362003-01-12 Andrew Cagney <ac131313@redhat.com>
13237
13238 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13239 dummy frame.
13240 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13241
fa1fd571
AC
132422003-01-12 Andrew Cagney <ac131313@redhat.com>
13243
13244 * d10v-tdep.c: Include "gdb_assert.h".
13245 (d10v_store_return_value): Rewrite to match current interface.
13246 (d10v_extract_struct_value_address): Ditto.
13247 (d10v_extract_return_value): Ditto.
13248 (d10v_gdbarch_init): Set store_restore_value,
13249 extract_struct_value_address and extract_return_value.
13250
68b8d23e
JB
132512003-01-12 J. Brobecker <brobecker@gnat.com>
13252
13253 * hpread.c (set_namestring): New procedure replacing the
13254 SET_NAMESTRING macro.
13255 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13256 by calls to set_namestring.
13257
132582003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
13259
13260 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13261 a compilation warning.
13262 (hpread_process_one_debug_symbol): Likewise.
13263
88d262ca
DC
132642003-01-10 David Carlton <carlton@math.stanford.edu>
13265
13266 * linespec.c (decode_line_1): Rename variable 's' to
13267 'file_symtab'.
13268 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13269 (decode_dollar): Ditto.
13270 (decode_variable): Ditto.
13271 (symbol_found): Ditto.
13272
86669319
MC
132732003-01-09 Michael Chastain <mec@shout.net>
13274
13275 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13276
616a9dc4
CV
132772003-01-07 Corinna Vinschen <vinschen@redhat.com>
13278
13279 * win32-nat.c (set_process_privilege): New function.
13280 (child_attach): Call set_process_privilege() to enable the
13281 SE_DEBUG_NAME user privilege if available in process token.
13282
3269bcfa
JB
132832003-01-10 J. Brobecker <brobecker@gnat.com>
13284
13285 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13286 compilation error in the previous revision.
13287
2b0ee454
DC
132882003-01-09 David Carlton <carlton@math.stanford.edu>
13289
13290 * linespec.c: Update copyright.
13291
b3ba1b44
DJ
132922003-01-09 Daniel Jacobowitz <drow@mvista.com>
13293
13294 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13295 than inferior_ptid.
13296 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13297
4ef3f3be
AC
132982003-01-09 Andrew Cagney <ac131313@redhat.com>
13299
479ab5a0
AC
13300 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13301 Update comments.
13302 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13303 (frame_saved_regs_zalloc): Update.
13304 (frame_saved_regs_register_unwind): Update.
13305 (create_new_frame): Update.
13306 (get_prev_frame): Update.
13307 (frame_extra_info_zalloc): Update.
13308 (deprecated_get_frame_saved_regs): Update.
13309 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13310 * cris-tdep.c: Update comment.
13311
bde58177
AC
13312 * somsolib.h: Fix function indentation.
13313 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13314 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13315 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13316 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13317 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13318
4ef3f3be
AC
13319 * infrun.c (follow_fork): Use ISO C definition.
13320 * expprint.c (print_subexp): Use xfree instead of free.
13321 * charset.c: Include "gdb_string.h" instead of <string.h>.
13322 (register_iconv_charsets): Use ISO C definition.
13323 (host_charset, target_charset): Ditto.
13324 * Makefile.in (charset.o): Update dependencies.
13325 (mi-cmd-env.o): Update dependencies.
13326
1c615f7a
AC
133272003-01-08 Andrew Cagney <cagney@redhat.com>
13328
13329 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13330 get_frame_base.
13331
c9a1dc08
AC
133322003-01-08 Andrew Cagney <ac131313@redhat.com>
13333
13334 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13335 build directories. Save edited gdb output in Mbuild.log. If a
13336 build fails, remove any final GDB executable.
13337
dbad9d94
AC
133382003-01-08 Andrew Cagney <ac131313@redhat.com>
13339
13340 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13341 replacing hex constants with function names and stripping leading
13342 file name directory prefixes.
13343
8d357cca
AC
133442003-01-08 Andrew Cagney <cagney@redhat.com>
13345
13346 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13347 get_frame_base.
13348
bca02a8a
DC
133492003-01-08 David Carlton <carlton@math.stanford.edu>
13350
13351 * linespec.c (decode_line_1): Move code into decode_variable.
13352 (decode_variable): New function.
13353
7f8ab3a0
AC
133542003-01-08 Andrew Cagney <ac131313@redhat.com>
13355
13356 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13357
7b5849cc
AC
133582003-01-08 Andrew Cagney <cagney@redhat.com>
13359
13360 * cris-tdep.c (cris_frame_init_saved_regs): Use
13361 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13362 saved_regs buffer.
13363 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13364 (sh64_nofp_frame_init_saved_regs): Ditto.
13365 (sh_fp_frame_init_saved_regs): Ditto.
13366 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13367 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13368 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13369 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13370
72a5efb3
DJ
133712003-01-08 Daniel Jacobowitz <drow@mvista.com>
13372
13373 * minsyms.c (lookup_minimal_symbol): Update comment.
13374 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13375 (lookup_minimal_symbol_solib_trampoline): Likewise.
13376
11c02a10
AC
133772003-01-08 Andrew Cagney <cagney@redhat.com>
13378
aab3ea25
AC
13379 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13380 frame_relative_level.
13381
da50a4b7
AC
13382 * alpha-tdep.c: Use get_frame_extra_info.
13383 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13384 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13385 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13386 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13387
11c02a10
AC
13388 * alpha-tdep.c: Use get_next_frame.
13389 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13390 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13391 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13392 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13393 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13394 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13395 * xstormy16-tdep.c: Ditto.
8ffd9b1b 13396
1e2330ba
AC
133972003-01-07 Andrew Cagney <cagney@redhat.com>
13398
13399 * alpha-tdep.c: Use get_frame_base.
13400 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13401 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13402 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13403 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13404 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13405 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13406 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13407 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 13408
2d75187b
AC
134092003-01-07 Andrew Cagney <cagney@redhat.com>
13410
13411 * frame.c (deprecated_get_frame_context): New function.
13412 (deprecated_set_frame_context): New function.
13413 * frame.h (deprecated_get_frame_context): Declare.
13414 (deprecated_set_frame_context): Declare.
13415 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13416 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 13417
483d36b2
AC
134182003-01-07 Andrew Cagney <cagney@redhat.com>
13419
13420 * frame.c (deprecated_set_frame_next_hack): New function.
13421 (deprecated_set_frame_prev_hack): New function.
13422 * frame.h (deprecated_set_frame_next_hack): Declare.
13423 (deprecated_set_frame_prev_hack): Declare.
13424 * mcore-tdep.c (analyze_dummy_frame): Use
13425 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13426 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13427
14e91ac5
DC
134282003-01-07 David Carlton <carlton@math.stanford.edu>
13429
13430 * linespec.c (decode_line_1): Move code into decode_dollar.
13431 (decode_dollar): New function.
13432
b0c6b05c
AC
134332003-01-07 Andrew Cagney <cagney@redhat.com>
13434
13435 * arm-tdep.c (arm_init_extra_frame_info): Use
13436 deprecated_update_frame_base_hack.
13437 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13438 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13439 (fix_frame_pointer): Ditto.
13440 (mn10300_analyze_prologue): Ditto.
13441
a00a19e9
AC
134422003-01-07 Andrew Cagney <cagney@redhat.com>
13443
13444 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13445 extra_info using frame_extra_info_zalloc.
13446 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13447 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13448 (sh64_init_extra_frame_info): Ditto.
13449 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13450 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13451 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13452 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13453 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13454 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13455 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13456 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13457 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13458 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13459 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13460 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13461
13462 * mn10300-tdep.c (analyze_dummy_frame): Use
13463 deprecated_set_frame_extra_info_hack.
13464 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13465
1fb4c65b
JB
134662003-01-07 J. Brobecker <brobecker@gnat.com>
13467
13468 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13469 class is not scText. These do not define "real" procedures.
13470 (parse_partial_symbols): Likewise.
13471
9fe7d6bf
MS
134722003-01-06 Michael Snyder <msnyder@redhat.com>
13473
13474 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13475
f6c609c4
AC
134762003-01-06 Andrew Cagney <ac131313@redhat.com>
13477
13478 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13479 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13480 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13481 deprecated_frame_xmalloc_with_cleanup.
13482 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13483 deprecated_frame_xmalloc.
13484 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13485 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13486
d995ff4b
AC
134872003-01-06 Andrew Cagney <cagney@redhat.com>
13488
84dc46cb
AC
13489 * x86-64-linux-tdep.c: Include "osabi.h".
13490 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13491
d995ff4b
AC
13492 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13493
66140c26
AC
134942003-01-06 Andrew Cagney <cagney@redhat.com>
13495
13496 * MAINTAINERS (Target Instruction Set Architectures): Update
13497 arm-elf. Can be built with -Werror, has been multiarched.
13498
13499 * value.h (unpack_long): Make buffer parameter constant.
13500 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13501 * scm-lang.h (scm_parse): Ditto.
13502 * defs.h (extract_typed_address, extract_address): Ditto.
13503 (extract_long_unsigned_integer): Ditto.
13504 * inferior.h (unsigned_pointer_to_address): Ditto.
13505 (signed_pointer_to_address): Ditto.
13506 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13507 * gdbarch.h, gdbarch.c: Regenerate.
13508 * findvar.c (extract_long_unsigned_integer): Update.
13509 (extract_address): Update.
13510 (extract_typed_address): Update.
13511 (unsigned_pointer_to_address): Update.
13512 * values.c (unpack_long): Update.
13513 (unpack_double): Update.
13514 (unpack_pointer): Update.
13515 (unpack_field_as_long): Update.
13516 * d10v-tdep.c (d10v_pointer_to_address): Update.
13517 * avr-tdep.c (avr_pointer_to_address): Update.
13518 * scm-lang.c (scm_unpack): Update.
13519 * findvar.c (signed_pointer_to_address): Update.
13520
b089b3da
ML
135212003-01-06 Michal Ludvig <mludvig@suse.cz>
13522
8ffd9b1b 13523 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
13524 since it is in i386-tdep.c.
13525
aff87235
JB
135262003-01-06 J. Brobecker <brobecker@gnat.com>
13527
13528 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13529 failure introduced in the previous change.
13530
34f5e845
MC
135312003-01-05 Michael Chastain <mec@shout.net>
13532
13533 * README: Remove references to deleted remote-*.c files:
13534 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13535 remote-nrom.c, remote-os9k.c, remote-udi.c.
13536
28bcfd30
MK
135372003-01-05 Mark Kettenis <kettenis@gnu.org>
13538
13539 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13540 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13541 i386_get_longjmp_target.
13542
15a5b3ee
AC
135432003-01-05 Andrew Cagney <ac131313@redhat.com>
13544
13545 * arm-tdep.c (prologue_cache): Change to a pointer.
13546 (_initialize_arm_tdep): Allocate prologue_cache.
13547 (check_prologue_cache): Update.
13548 (save_prologue_cache): Update.
13549 (arm_gdbarch_init): Update.
13550
c263362b
DJ
135512003-01-04 Daniel Jacobowitz <drow@mvista.com>
13552
13553 * stabsread.c (update_method_name_from_physname): Call complaint()
13554 instead of error.
13555
51603483
DJ
135562003-01-04 Daniel Jacobowitz <drow@mvista.com>
13557
13558 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13559 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13560 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13561
13562 * blockframe.c: Include "gdbcmd.h" and "command.h".
13563 (backtrace_below_main): New variable.
13564 (file_frame_chain_valid, func_frame_chain_valid)
13565 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13566 (generic_func_frame_chain_valid): Remove functions.
13567 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13568 (_initialize_blockframe): New function.
13569 * Makefile.in (blockframe.o): Update dependencies.
13570 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13571 comment. Call frame_chain_valid ().
13572 * frame.h: Remove old prototypes. Add prototype for
13573 frame_chain_valid and update comments to match.
13574 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13575 Remove old comment.
13576 * gdbarch.h: Regenerated.
13577 * gdbarch.c: Regenerated.
13578
13579 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13580 set_gdbarch_frame_chain_valid.
13581 * avr-tdep.c (avr_gdbarch_init): Likewise.
13582 * cris-tdep.c (cris_gdbarch_init): Likewise.
13583 * frv-tdep.c (frv_gdbarch_init): Likewise.
13584 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13585 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13586 (i386_nw_init_abi): Likewise.
13587 (i386_gdbarch_init): Likewise.
13588 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13589 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13590 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13591 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13592 * mips-tdep.c (mips_gdbarch_init): Likewise.
13593 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13594 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13595 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13596 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13597 * s390-tdep.c (s390_gdbarch_init): Likewise.
13598 * sh-tdep.c (sh_gdbarch_init): Likewise.
13599 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13600 * v850-tdep.c (v850_gdbarch_init): Likewise.
13601 * vax-tdep.c (vax_gdbarch_init): Likewise.
13602 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13603
13604 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13605 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13606 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13607 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13608 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13609 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13610 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13611 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13612
b00a8037
DJ
136132002-01-04 Daniel Jacobowitz <drow@mvista.com>
13614
13615 * Makefile.in (acconfig_h): Remove incorrect macro.
13616 (config_h): Define.
13617 (osabi.o): Update dependencies.
13618 * configure.tgt: Set gdb_osabi based on target triplet.
13619 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13620 * configure: Regenerated.
13621 * config.in: Regenerated.
13622 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13623 (GDB_OSABI_DEFAULT): Define if not already defined.
13624 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13625 (set_osabi_string): New variables.
13626 (gdbarch_register_osabi): Add new OS ABI to
13627 gdb_osabi_available_names.
13628 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13629 (set_osabi, show_osabi): New functions.
13630 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13631
4be87837
DJ
136322003-01-04 Daniel Jacobowitz <drow@mvista.com>
13633
13634 * arch-utils.c (gdbarch_info_init): Set osabi to
13635 GDB_OSABI_UNINITIALIZED.
13636 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13637 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13638 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13639 * gdbarch.c: Regenerated.
13640 * gdbarch.h: Regenerated.
13641 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13642 there's no BFD.
13643 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13644 * osabi.h (enum gdb_osabi): Move to defs.h.
13645 (gdbarch_init_osabi): Update prototype.
13646 * defs.h (enum gdb_osabi): Moved here.
13647 * Makefile.in: Update dependencies.
13648
13649 * alpha-tdep.h: Don't include "osabi.h".
13650 (struct gdbarch_tdep): Remove osabi member.
13651 * alpha-tdep.c: Include "osabi.h".
13652 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13653 iterate over arches. Update call to gdbarch_init_osabi.
13654 (alpha_dump_tdep): Don't dump osabi.
13655 * alpha-linux-tdep.c: Include "osabi.h".
13656 * alpha-osf1-tdep.c: Include "osabi.h".
13657 * alphafbsd-tdep.c: Include "osabi.h".
13658 * alphanbsd-tdep.c: Include "osabi.h".
13659
13660 * arm-tdep.h: Don't include "osabi.h".
13661 (struct gdbarch_tdep): Remove osabi member.
13662 * arm-tdep.c: Include "osabi.h".
13663 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13664 iterate over arches. Update call to gdbarch_init_osabi.
13665 (arm_dump_tdep): Don't dump osabi.
13666 * arm-linux-tdep.c: Include "osabi.h".
13667 * armnbsd-tdep.c: Include "osabi.h".
13668
13669 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13670 Update call to gdbarch_init_osabi.
13671
13672 * i386-tdep.h: Don't include "osabi.h".
13673 (struct gdbarch_tdep): Remove osabi member.
13674 * i386-tdep.c: Include "osabi.h".
13675 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13676 iterate over arches. Update call to gdbarch_init_osabi.
13677 (i386_dump_tdep): Don't dump osabi.
13678 * i386-linux-tdep.c: Include "osabi.h".
13679 * i386-sol2-tdep.c: Include "osabi.h".
13680 * i386bsd-tdep.c: Include "osabi.h".
13681 * i386gnu-tdep.c: Include "osabi.h".
13682 * i386ly-tdep.c: Include "osabi.h".
13683 * i386nbsd-tdep.c: Include "osabi.h".
13684 * i386obsd-tdep.c: Include "osabi.h".
13685
13686 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13687 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13688 check osabi when iterating over arches. Update call to
13689 gdbarch_init_osabi.
13690 (mips_dump_tdep): Don't dump osabi.
13691
13692 * ns32k-tdep.h: Don't include "osabi.h".
13693 (struct gdbarch_tdep): Remove.
13694 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13695 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13696 allocate tdep. Update call to gdbarch_init_osabi.
13697 (ns32k_dump_tdep): Remove.
13698 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13699 * ns32knbsd-tdep.c: Include "osabi.h".
13700
13701 * ppc-tdep.h: Don't include "osabi.h".
13702 (struct gdbarch_tdep): Remove osabi member.
13703 * rs6000-tdep.c: Include "osabi.h".
13704 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13705 osabi when iterating over arches. Update call to
13706 gdbarch_init_osabi.
13707 (rs6000_dump_tdep): Don't dump osabi.
13708 * ppc-linux-tdep.c: Include "osabi.h".
13709 * ppcnbsd-tdep.c: Include "osabi.h".
13710
13711 * sh-tdep.h: Don't include "osabi.h".
13712 (struct gdbarch_tdep): Remove osabi member.
13713 * sh-tdep.c: Include "osabi.h".
13714 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13715 iterate over arches. Update call to gdbarch_init_osabi.
13716 (sh_dump_tdep): Don't dump osabi.
13717 * shnbsd-tdep.c: Include "osabi.h".
13718
13719 * sparc-tdep.c: Include "osabi.h".
13720 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13721 iterate over arches. Update call to gdbarch_init_osabi.
13722 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13723 tdep structure.
13724
13725 * vax-tdep.h: Don't include "osabi.h".
13726 (struct gdbarch_tdep): Remove.
13727 * vax-tdep.c: Include "osabi.h".
13728 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13729 iterate over arches. Don't allocate tdep. Update call
13730 to gdbarch_init_osabi.
13731 (vax_dump_tdep): Remove.
13732 (_initialize_vax_tdep): Update call to gdbarch_register.
13733
a881cf8e
DJ
137342003-01-04 Daniel Jacobowitz <drow@mvista.com>
13735
13736 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13737 entirely.
13738 (breakpoint_re_set_one): Don't fetch the value for a disabled
13739 watchpoint.
13740
1e698235
DJ
137412003-01-04 Daniel Jacobowitz <drow@mvista.com>
13742
13743 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13744 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13745 (COERCE_FLOAT_TO_DOUBLE): Remove.
13746 * gdbarch.c: Regenerate.
13747 * gdbarch.h: Regenerate.
13748 * Makefile.in: Remove value_h from gdbarch_h.
13749 * valops.c (coerce_float_to_double): New variable.
13750 (default_coerce_float_to_double): Remove.
13751 (standard_coerce_float_to_double): Remove.
13752 (value_arg_coerce): Use coerce_float_to_double.
13753 (_initialize_valops): Add "set coerce-float-to-double".
13754 * value.h (default_coerce_float_to_double): Remove prototype.
13755 (standard_coerce_float_to_double): Remove prototype.
13756
13757 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13758 prototyped.
13759 * mdebugread.c (parse_symbol): Likewise.
13760 * stabsread.c (define_symbol): Mark all functions as prototyped.
13761
13762 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13763 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13764 set_gdbarch_coerce_float_to_double.
13765 * arm-tdep.c (arm_gdbarch_init): Likewise.
13766 * frv-tdep.c (frv_gdbarch_init): Likewise.
13767 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13768 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13769 * mips-tdep.c (mips_gdbarch_init): Likewise.
13770 (mips_coerce_float_to_double): Remove.
13771 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13772 (rs6000_coerce_float_to_double): Remove.
13773 * s390-tdep.c (s390_gdbarch_init): Likewise.
13774 * sh-tdep.c (sh_gdbarch_init): Likewise.
13775 (sh_coerce_float_to_double): Remove.
13776 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13777 (sparc_coerce_float_to_double): Remove.
13778 * v850-tdep.c (v850_gdbarch_init): Likewise.
13779 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13780 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13781 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13782 (hppa_coerce_float_to_double): Remove prototype.
13783 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13784
f436a26a
DJ
137852003-01-04 Daniel Jacobowitz <drow@mvista.com>
13786
13787 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13788
248f8055
DJ
137892003-01-04 Daniel Jacobowitz <drow@mvista.com>
13790
13791 Suggested by Stewart Brown <sb24@avaya.com>:
13792 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13793 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13794 (c_type_print_varspec_suffix): Likewise.
13795
72cfdc76
MK
137962003-01-04 Mark Kettenis <kettenis@gnu.org>
13797
bfd260bb
MK
13798 * configure.in: Don't set and AC_SUBST SUBDIRS.
13799 * configure: Regenerated.
13800
72cfdc76
MK
13801 * configure.in: Remove code dealing with shared libraries.
13802 * Makefile.in: Remove HLDFLAGS and HLDENV.
13803 * configure: Regenerated.
13804
c8b8a898
AC
138052003-01-04 Andrew Cagney <ac131313@redhat.com>
13806
13807 * frame.c (deprecated_frame_xmalloc): New function.
13808 (deprecated_set_frame_saved_regs_hack): New function.
13809 (deprecated_set_frame_extra_info_hack): New function.
13810 * frame.h (deprecated_frame_xmalloc): Declare.
13811 (deprecated_set_frame_saved_regs_hack): Declare.
13812 (deprecated_set_frame_extra_info_hack): Declare.
13813
14abd0fb
MK
138142003-01-04 Mark Kettenis <kettenis@gnu.org>
13815
8ee53726
MK
13816 * configure.in: Move code that provides the --enable-gdbtk option
13817 right after the code that handles the --enable-tui option, and
13818 polish it somewhat.
13819 * configure: Regenerated.
13820
14abd0fb
MK
13821 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13822 AC_CHECK_FUNCS and remove the old check for pread64.
13823 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13824 * acconfig.h (_GNU_SOURCE): Add.
13825 (HAVE_PREAD64): Remove.
13826 * configure, aclocal.m4, config.in: Regenerated.
13827
b2fb4676
AC
138282003-01-03 Andrew Cagney <ac131313@redhat.com>
13829
13830 * alpha-tdep.c: Use get_frame_saved_regs.
13831 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13832 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13833 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13834 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13835 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13836
8dcde887
MK
138372003-01-03 Mark Kettenis <kettenis@gnu.org>
13838
13839 * configure.in: Remove all use of the SUBDIRS variable; add
13840 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13841 code providing the --enable-multi-ice option, and move it right in
13842 front of the code that checks whether gdbserver is supported.
13843 Polish that too.
13844 * configure: Regenerated.
13845 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13846 @SUBDIRS@.
13847
8ccd593b
AC
138482003-01-03 Andrew Cagney <cagney@redhat.com>
13849
13850 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13851 * avr-tdep.c, cris-tdep.c: Ditto.
13852 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13853 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 13854
91151a06
MK
138552003-01-03 Mark Kettenis <kettenis@gnu.org>
13856
13857 * configure.in: Remove --enable-netrom option.
13858 * configure: Regenerated.
13859
8fe84d01
MK
138602003-01-03 Mark Kettenis <kettenis@gnu.org>
13861
13862 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13863 declaration for `struct re_pattern_buffer' instead.
13864 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13865
f0394be6
JB
138662003-01-03 J. Brobecker <brobecker@gnat.com>
13867
13868 * mdebugread.c (parse_symbol): Count until the stEnd matching
13869 the structure name.
13870
27e9bf90
MK
138712003-01-02 Mark Kettenis <kettenis@gnu.org>
13872
93d331ba
MK
13873 * configure.in: Remove --with-cpu option.
13874 subscripts. Remove evil changequotes here.
13875 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13876 * config.in, configure: Regenerated.
8ffd9b1b 13877
27e9bf90
MK
13878 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13879 * configure.in: Cleanup section that sources GDB and BFD configure
13880 subscripts. Remove evil changequotes here.
13881 * config.in, configure: Regenerated.
13882
50abf9e5
AC
138832003-01-02 Andrew Cagney <ac131313@redhat.com>
13884
13885 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13886 frame accessor methods.
13887 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13888 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13889 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13890 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13891 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13892 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13893 * z8k-tdep.c: Ditto.
8ffd9b1b 13894
287c1a40
MK
138952003-01-02 Mark Kettenis <kettenis@gnu.org>
13896
f5dbc56d
MK
13897 * configure.in: Remove UI_OUT configuration code.
13898 * ada-lang.c: Update assuming UI_OUT is always true.
13899 * Makefile.in (UIOUT_CFLAGS): Remove.
13900 * configure: Regenerated.
13901 * TODO: Remove blurb about elimination of -DUI_OUT.
13902
627af7ea
MK
13903 * configure.in: Move code that provides the --enable-gdbcli,
13904 --enable-gdbmi options right before the code that handles the
13905 --enable-tui option. Polish a bit.
13906 * configure: Regenerated.
13907
06825bd1
MK
13908 * configure.in: Rewrite check for GNU regex and the
13909 --without-included regex option, and move it into the "Checks for
13910 library functions" section. This makes us use the system regex
13911 again by default on systems with version 2 of the GNU C library.
13912 This was apparently broken.
13913 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13914 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13915 * config.in, configure: Regenerated.
13916
287c1a40
MK
13917 * configure.in: Move code that provides the --enable-tui option
13918 before the "Checks for libraries" section. Polish the code
13919 somewhat and set need_curses to yes if we build the TUI. Rewrite
13920 code that looks for a library providing termcap functionality to
13921 match more closely what's done in the Readline library, and move
13922 it into to the "Checks for libraries" section.
13923 * configure: Regenerated.
13924 * Makefile.in (TERMCAP): Remove variable.
13925 * config/i386/go32.mh (TERMCAP): Remove variable.
13926
684e56bf
AC
139272003-01-02 Andrew Cagney <ac131313@redhat.com>
13928
13929 * MAINTAINERS: Mention gdb_mbuild.sh.
13930 * gdb_mbuild.sh: Rewrite.
13931
e1ea1d75
MK
139322003-01-02 Mark Kettenis <kettenis@gnu.org>
13933
13934 * configure.in: Fix typo in last change.
13935 * config.in, configure: Regenerated.
13936
1b831c93
AC
139372003-01-02 Andrew Cagney <ac131313@redhat.com>
13938
13939 * valarith.c (value_binop): Delete obsolete code and comments.
13940 * configure.host: Ditto.
13941 * buildsym.h (make_blockvector): Ditto.
13942 * buildsym.c (make_blockvector): Ditto.
13943 * defs.h (enum language): Ditto.
13944 (chill_demangle): Ditto.
13945 * elfread.c (elf_symtab_read): Ditto.
13946 * dwarfread.c (CHILL_PRODUCER): Ditto.
13947 (set_cu_language): Ditto.
13948 (handle_producer): Ditto.
13949 * expprint.c (print_subexp): Ditto.
13950 * gdbtypes.c (chill_varying_type): Ditto.
13951 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13952 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13953 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13954 (chill_varying_type): Ditto.
13955 * language.h (_LANG_chill): Ditto.
13956 * language.c (binop_result_type, integral_type): Ditto.
13957 (character_type, string_type, structured_type): Ditto.
13958 (lang_bool_type, binop_type_check): Ditto.
13959 * stabsread.h (os9k_stabs): Ditto.
13960 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13961 (define_symbol, read_type, read_struct_fields): Ditto.
13962 (read_array_type, read_enum_type, read_huge_number): Ditto.
13963 (read_range_type, start_stabs): Ditto.
13964 * symfile.c (init_filename_language_table): Ditto.
13965 (add_psymbol_with_dem_name_to_list): Ditto.
13966 * symtab.c (symbol_init_language_specific): Ditto.
13967 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13968 * symtab.h (struct general_symbol_info): Ditto.
13969 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13970 * typeprint.c (typedef_print): Ditto.
13971 * utils.c (fprintf_symbol_filtered): Ditto.
13972 * valops.c (value_cast, search_struct_field, value_slice): Delete
13973 obsolete code.
13974 (varying_to_slice): Delete function.
13975 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13976 (varying_to_slice): Delete declaration.
13977 * MAINTAINERS: Update.
13978
8bb2c122
MK
139792003-01-02 Mark Kettenis <kettenis@gnu.org>
13980
97bf5e38
MK
13981 * configure.in: Reorganize "Checks for library functions section"
13982 a bit. Remove check for `btowc' and `isascii' functions.
13983 * configure: Regenerated.
13984
5ee754fc
MK
13985 * acconfig.h (_MSE_INT_H): Remove.
13986 * configure.in: Create "Checks for header files" section, and move
13987 appropriate tests there. Don't check for objlist.h, wchar.h,
13988 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13989 misdetection fix. Also add "Checks for types", "Checks for
13990 compiler characteristics" and "Checks for library functions"
13991 sections.
13992 * config.in, configure: Regenerated.
13993
8bb2c122
MK
13994 * configure.in: Create "Checks for programs" section, and move
13995 appropriate tests there.
13996
9a156167
MK
139972003-01-01 Mark Kettenis <kettenis@gnu.org>
13998
13999 * configure.in: Create "Checks for libraries" section, and move
14000 appropriate tests there. Cleanup check for wctype in libw. Use
14001 AC_SEARCH_LIBS to see whether we need libsocket.
14002 * configure: Regenerated.
14003
a80e2bcb 14004For older changes see ChangeLog-2002
c906108c
SS
14005\f
14006Local Variables:
14007mode: change-log
14008left-margin: 8
14009fill-column: 74
14010version-control: never
14011End:
This page took 1.113615 seconds and 4 git commands to generate.