* breakpoints.c (insert_bp_location): New function, broken out
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
879bfdc2
DJ
12003-11-06 Daniel Jacobowitz <drow@mvista.com>
2
3 * breakpoints.c (insert_bp_location): New function, broken out
4 from insert_breakpoints. Work on an bp_location instead of a
5 breakpoint.
6 (insert_breakpoints): Use it.
7
cf3a9e5b
DJ
82003-11-06 Daniel Jacobowitz <drow@mvista.com>
9
10 * breakpoint.h (struct bp_location): Add section.
11 (struct breakpoint): Remove section.
12 * breakpoint.c (insert_breakpoints, remove_breakpoint)
13 (breakpoint_here_p, breakpoint_inserted_here_p)
14 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
15 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
16 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
17 section through loc.
18
ffce0d52
DJ
192003-11-06 Daniel Jacobowitz <drow@mvista.com>
20
21 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
22 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
23
e049a4b5
DJ
242003-11-06 Daniel Jacobowitz <drow@mvista.com>
25
26 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
27 arguments. Initialize owner and type for the new breakpoint
28 location item.
29 (set_raw_breakpoint): Update call to allocate_bp_location.
30
7cc221ef
DJ
312003-11-06 Daniel Jacobowitz <drow@mvista.com>
32
33 * breakpoint.h (struct bp_location): Add a chain pointer.
34 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
35 macros.
36 (bp_location_chain): New variable.
37 (allocate_bp_location): New function.
38 (set_raw_breakpoint): Use it.
39 (delete_breakpoint): Remove ->loc from the bp_location_chain.
40
5cab636d
DJ
412003-11-06 Daniel Jacobowitz <drow@mvista.com>
42
43 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
44 (struct breakpoint): Remove address, shadow_contents, inserted,
adeee247 45 requested_address, and duplicate. Add a struct bp_location.
5cab636d
DJ
46 * breakpoint.c (condition_command, read_memory_nobpt)
47 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
48 (reattach_breakpoints, update_breakpoints_after_exec)
49 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
50 (breakpoint_init_inferior, breakpoint_here_p)
51 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
52 (breakpoint_thread_match, bpstat_stop_status)
53 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
54 (describe_other_breakpoints, check_duplicates)
55 (make_breakpoint_permanent, create_thread_event_breakpoint)
56 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
57 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
58 (watch_command_1, print_one_exception_catchpoint)
59 (clear_command, breakpoint_re_set_one): Adjust member accesses to
60 use the breakpoint's ->loc.
61 (set_raw_breakpoint): Likewise. Initialize ->loc.
62 (delete_breakpoint): Likewise. Free ->loc.
63
7be0c536
AC
642003-11-05 Andrew Cagney <cagney@redhat.com>
65
4c7d882e
AC
66 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
67 macro.
68 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
69 * config/i386/tm-cygwin.h
70 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
71 * config/powerpc/tm-linux.h
72 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
73 (at_subroutine_call_instruction_target): Delete declaration.
74 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
75 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
76 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
77
7be0c536
AC
78 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
79 "struct bfd_section" and "struct bfd".
80 * target.h (struct section_table): Ditto.
81 * rs6000-nat.c (xcoff_relocate_core): Ditto.
82 * solib-svr4.c (elf_locate_base): Ditto.
83 * pa64solib.c (dld_cache_t): Ditto.
84 * objfiles.h (struct obj_section): Ditto.
85 * objfiles.c (add_to_objfile_sections): Ditto.
86 * exec.c (bfdsec_to_vmap): Ditto.
87 (add_to_section_table): Ditto.
88 (build_section_table): Ditto.
89 * corelow.c (get_core_register_section): Ditto.
90 * coffread.c (find_linenos): Ditto.
91 * elfread.c (elf_interpreter): Delete #if0'd function.
92
93 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
94 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
95 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
96 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
97
98 * arch-utils.h (generic_cannot_extract_struct_value_address):
99 Delete declaration.
100 * wince.c (_initialize_wince): Fix multi-line string.
101 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
102
d8fe84e3
EZ
1032003-11-05 Elena Zannoni <ezannoni@redhat.com>
104
105 * top.c (execute_command): Fix broken logic for command execution
106 while inferior is running in async mode.
107
cbdfc7c0
MK
1082003-11-06 Mark Kettenis <kettenis@gnu.org>
109
110 * dwarf2-frame.c (execute_cfa_program): Mark register as
111 REG_SAVED_REG for DW_CFA_register opcode.
112
dac94105
MK
1132003-11-05 Mark Kettenis <kettenis@gnu.org>
114
115 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
116 %rsp, %rip and %eflags to match ABI-change.
117
85bf2b91
JJ
1182003-11-05 Jeff Johnston <jjohnstn@redhat.com>
119
120 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
121 (ia64_gdbarch_init): Don't bother calculating the os.
122 Instead use the gdbarch_info struct and look at the osabi field.
123 Also use gdbarch_list_lookup_by_info() to look for a
124 candidate gdbarch.
125
cd31fb03
KB
1262003-11-05 Kevin Buettner <kevinb@redhat.com>
127
128 * frv-tdep.c (frv_register_byte): Delete.
129 (frv_extract_return_value, frv_store_return_value)
130 (frv_extract_struct_value_address): Don't call frv_register_byte().
131 Convert to non-deprecated form.
132 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
133 Convert calls to set_gdbarch_deprecated_extract_return_value(),
134 set_gdbarch_deprecated_store_return_value(), and
135 set_gdbarch_deprecated_extract_struct_value_address() into
136 non-deprecated forms.
137
0a056982
AC
1382003-11-05 Andrew Cagney <cagney@redhat.com>
139
140 * mips-tdep.c (mips_dump_tdep): Do not print
141 PRINT_EXTRA_FRAME_INFO.
142 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
143 Rename PRINT_EXTRA_FRAME_INFO.
144 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
145 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
146 (mips_print_extra_frame_info): Delete declaration.
147 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
148
29e0a062
EZ
1492003-11-05 Elena Zannoni <ezannoni@redhat.com>
150
151 * coffread.c (coff_symtab_read): Remove passing of info parameter
152 to prim_record_minimal_symbol_and_info.
153
8af580fc
EZ
1542003-11-05 Elena Zannoni <ezannoni@redhat.com>
155
156 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
157 (decode_base_type): Delete ifdeffed out code.
158
507836c0
AC
1592003-11-04 Andrew Cagney <cagney@redhat.com>
160
161 * symtab.c (find_active_alias): Delete function.
162 (lookup_block_symbol): Delete alias code.
163 * stabsread.c (resolve_live_range): Delete function.
164 (add_live_range): Delete function.
165 (resolve_symbol_reference): Delete function.
166 (define_symbol): Delete live range and alias code.
167 (scan_file_globals): Delete alias code.
168 * symtab.h (SYMBOL_RANGES): Delete macro.
169 (struct range_list): Delete structure.
170 (struct symbol): Delete field "ranges".
171 (SYMBOL_ALIASES): Delete macro.
172 (struct alias_list): Delete structure.
173 (struct symbol): Delete field "aliases".
174
1083b3bc
MS
1752003-11-04 Michael Snyder <msnyder@redhat.com>
176
177 * MAINTAINERS: Remove myself as owner of breakpoints and
178 of sparc/solaris.
179
474e5826
CV
1802003-11-03 Corinna Vinschen <vinschen@redhat.com>
181
182 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
183 (sh_sh4al_dsp_register_name): Ditto.
184 (sh4_nofpu_show_regs): Ditto.
185 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
186 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
187
2160782c
AC
1882003-11-03 Andrew Cagney <cagney@redhat.com>
189
190 * bcache.c: Include "gdb_assert.h".
191 (struct bcache): Add fields "expand_count" and
192 "expand_hash_count".
193 (expand_hash_table): Update the expand counts.
194 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
195 on object sizes and hashes.
196 * Makefile.in (bcache.o): Update dependencies.
197
85302095
AC
1982003-11-03 Andrew Cagney <cagney@redhat.com>
199
200 * exec.c (xfer_memory): Eliminate xfer_fn.
201
526eef89
KB
2022003-10-31 Kevin Buettner <kevinb@redhat.com>
203
204 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
205 (opcodes/frv-desc.h): Include.
206 (iacc0h_regnum, iacc0l_regnum): Define.
207 (last_spr_regnum, frv_num_regs): Update.
208 (new_variant): Don't supply default names for holes in the SPRs.
209 Supply names for iacc0h_regnum and iacc0l_regnum.
210 (frv_register_type): Use symbolic constants first_fpr_regnum and
211 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
212 builtin_type_int instead of builtin_type_int32.
213 (frv_register_sim_regno): New function.
214 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
215 * Makefile.in (gdb_sim_frv_h): Define.
216 (frv-tdep.o): Update dependencies.
217
9e815ec2
AC
2182003-10-31 Andrew Cagney <cagney@redhat.com>
219
220 * avr-tdep.c (avr_frame_this_id): Do not call
221 deprecated_inside_entry_file.
222 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
223 * m32r-tdep.c (m32r_frame_this_id): Ditto.
224 * d10v-tdep.c (d10v_frame_this_id): Ditto.
225 * arm-tdep.c (arm_prologue_this_id): Ditto.
226 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
227
e372db49
JB
2282003-10-31 Jim Blandy <jimb@redhat.com>
229
230 * elfread.c (elf_symtab_read): Allocate correct number of tail
231 elements to sectinfo structure. (Fix from Woody LaRue.)
232
e8bcf01f
AC
2332003-10-31 Andrew Cagney <cagney@redhat.com>
234
235 * stack.c (return_command): Use get_frame_type, instead of
236 CALL_DUMMY_HAS_COMPLETED.
237 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
238 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
239
4c05fe53
MK
2402003-10-31 Mark Kettenis <kettenis@gnu.org>
241
242 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
243 explicitly specify size of array.
244 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
245 TDEP->sc_num_regs.
246
c8b91b89
AC
2472003-10-31 Andrew Cagney <cagney@redhat.com>
248
249 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
250 function.
251 (s390_gdbarch_init): Set extract_struct_value_address.
252 * arch-utils.c (generic_cannot_extract_struct_value_address):
253 Delete function.
254 * arch-utils.h (generic_cannot_extract_struct_value_address):
255 Delete definition.
256
fdfb6fc8
MK
2572003-10-31 Mark Kettenis <kettenis@gnu.org>
258
259 * i386-linux-nat.c (fetch_core_registers): Remove.
260 (linux_elf_core_fns): Remove.
261 (_initialize_i386_linux_nat): Remove.
262
2f4950cd
AC
2632003-10-31 Andrew Cagney <cagney@redhat.com>
264
265 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
266 "exec.h".
267 (exec_entry_point): New function.
268 (enable_break): Create a "tmp_bfd_target", use that and
269 entry_point_address when computing the relocation offset.
270 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
271 * Makefile.in (solib-svr4.o): Update dependencies.
272
bba2d28d
AC
2732003-10-31 Andrew Cagney <cagney@redhat.com>
274
275 * defs.h (XZALLOC): Define.
276 * target.h (struct target_ops): Add "to_data";
277 * bfd-target.h, bfd-target.c: New files.
278 * Makefile.in (SFILES): Add "bfd-target.c".
279 (COMMON_OBS): Add "bfd-target.o".
280 (bfd-target.o): Specify dependencies.
281 (bfd_target_h): Define.
282 * defs.h (XZALLOC): Define.
283
6066c3de
AC
2842003-10-31 Andrew Cagney <cagney@redhat.com>
285
286 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
287 adjust_breakpoint_address.
288 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
289 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
290 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
291 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
292
4b8a223f
AC
2932003-10-31 Andrew Cagney <cagney@redhat.com>
294
295 * target.h (struct target_ops): Replace "to_read_partial" and
296 "to_write_partial" with "to_xfer_partial". Update comments.
297 * target.c (debug_to_write_partial): Delete function.
298 (debug_to_xfer_partial): Replace debug_to_read_partial.
299 (add_target, update_current_target, setup_target_debug): Set
300 "to_xfer_partial" instead of "to_read_partial" and
301 "to_write_partial".
302 (default_xfer_partial): Replace "default_write_partial".
303 (default_read_partial): Delete.
304 (target_read_partial, target_write_partial): Call
305 "to_xfer_partial".
306 * remote.c (init_remote_ops): Set "to_xfer_partial".
307 (init_remote_async_ops): Ditto.
308 (remote_xfer_partial): Replace "remote_read_partial".
309
66a72d25
MK
3102003-10-31 Mark Kettenis <kettenis@gnu.org>
311
312 * i386-tdep.c (i386_supply_fpregset): Support floating-point
313 registers in `fxsave' format.
314 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
315
9a12a2a0
MK
3162003-10-30 Mark Kettenis <kettenis@gnu.org>
317
e9f1aad5
MK
318 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
319 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
320 TDEP->gregset_num_regs and tdep->sizeof_gregset.
321
bb489b3c
MK
322 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
323 specify size of array.
324 (i386_linux_init_abi): Remove initialization of
325 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
326 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
327
da285bc4
MK
328 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
329 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
330 core-regset.o.
331
9a12a2a0
MK
332 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
333 the ELF header.
334
0e24ac5d
MK
3352003-10-29 Mark Kettenis <kettenis@gnu.org>
336
6d6d8e9c
MK
337 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
338 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
339 core-regset.o.
340
25e60c9b
MK
341 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
342
0e24ac5d
MK
343 * corelow.c: Include "arch-utils.h", "regset.h" and
344 "gdb_assert.h".
345 (core_gdbarch): New variable.
346 (sniff_core_bfd): Don't sniff if we have support for register sets
347 in CORE_GDBARCH.
348 (core_close): Reset CORE_GDBARCH.
349 (core_open): Initialize CORE_GDBARCH.
350 (get_core_register_section): Use register sets if they are
351 supported by CORE_GDBARCH.
352 (get_core_registers): Don't print error message if we have support
353 for register sets in CORE_GDBARCH.
354
0a0a4ac3
AC
3552003-10-29 Andrew Cagney <cagney@redhat.com>
356
357 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
358 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
359
7b097ae3
MK
3602003-10-29 Mark Kettenis <kettenis@gnu.org>
361
362 * objfiles.h (clear_objfile_data): New prototype.
363 * objfiles.c (clear_objfile_data): New function.
364 * symfile.c (reread_symbols): Clear per-objfile data.
365
46f45a4a
JJ
3662003-10-28 Jeff Johnston <jjohnstn@redhat.com>
367
368 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
369 printf_unfiltered instead of printf_filtered for output messages.
370 (add_symbol_file_command): Ditto.
371 (reread_symbols): Ditto.
372 (overlay_auto_command): Ditto.
373 (overlay_manual_command): Ditto.
374 (overlay_off_command): Ditto.
375
2b026650
MK
3762003-10-27 Mark Kettenis <kettenis@gnu.org>
377
378 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
379 (gdbarch_from_bfd): New function.
380 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
381 deprecated_select_gdbarch_hack.
382 * arch-utils.h (gdbarch_from_bfd): New prototype.
383
0bcad584 3842003-10-27 Andrew Cagney <cagney@redhat.com>
931758af
AC
385
386 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
387 arch_info. Use warning instead of fprintf_filtered. Do not use
388 deprecated bfd_printable_arch_mach.
389
7f398216
KB
3902003-10-26 Kevin Buettner <kevinb@redhat.com>
391
392 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
393 Delete.
394 (frv_register_type): Rename from frv_register_virtual_type. Add
395 ``struct gdbarch *'' parameter.
396 (frv_gdbarch_init): Delete calls to the following functions:
397 set_gdbarch_deprecated_size(),
398 set_gdbarch_deprecated_register_bytes(),
399 set_gdbarch_deprecated_register_raw_size(),
400 set_gdbarch_deprecated_max_register_raw_size(),
401 set_gdbarch_deprecated_register_virtual_size(),
402 set_gdbarch_deprecated_max_register_virtual_size(),
403 set_gdbarch_deprecated_register_virtual_size(),
404 set_gdbarch_deprecated_register_virtual_type().
405 Add call to function set_gdbarch_register_type().
406
bcf48cc7
MK
4072003-10-26 Mark Kettenis <kettenis@gnu.org>
408
6c7de422
MK
409 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
410 FDOFF_REGNUM): Remove defines.
411 * win32-nat.c (do_child_fetch_inferior_registers): Include
412 "i387-tdep.h".
3e685d41 413 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
6c7de422
MK
414 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
415 undefine I387_ST0_REGNUM.
416
f783586b
MK
417 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
418 * x86-64-tdep.c (x86_64_store_return_value): Use
419 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
420
bcf48cc7
MK
421 Change register numbers to enumartion values.
422 * i386-tdep.h (enum i386_regnum): New.
423 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
424 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
425 I386_ST0_REGNUM): Remove defines.
426 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
427 I386_EDI_REGNUM): Remove defines.
428
b6591e8b
AC
4292003-10-24 Andrew Cagney <cagney@redhat.com>
430
431 * target.c: Include "gdbcore.h".
432 (get_target_memory, get_target_memory_unsigned): New functions.
433 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
434 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
435 Use get_target_memory_unsigned.
436 * Makefile.in (target.o): Update dependencies.
437
5f724446
AC
4382003-10-24 Andrew Cagney <cagney@redhat.com>
439
ce2826aa
AC
440 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
441 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
442 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
443 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
444 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
445
5f724446
AC
446 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
447 (can_run_code_for): Use the OO term "singleton".
448
fc70c2a0
AC
4492003-10-23 Andrew Cagney <cagney@redhat.com>
450
451 * Makefile.in (stack.o): Add $(regcache_h).
452 * stack.c: Include "regcache.h"
453 (return_command): Rewrite. Use get_frame_id and
454 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
455 about unhandled return-values.
456 * value.h (set_return_value): Delete declaration.
457 * values.c (set_return_value): Delete function.
458
4afcc598
JJ
4592003-10-23 Jeff Johnston <jjohnstn@redhat.com>
460
461 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
462 (pseudo_regs): Add comment regarding register stack registers.
463 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
464 (floatformat_valid): New static routine.
465 (floatformat_ia64_ext): Add name field and set up is_valid routine
466 to floatformat_valid().
467 (examine_prologue): For the previous cfm, use
468 frame_unwind_register()
469 if the cfm is not stored in a register-stack register. Save the
470 previous cfm value in the prev_cfm field. Add debug output.
471 (ia64_frame_this_id): Use frame_id_build_special() to also register
472 the bsp. Add debug output.
473 (ia64_sigtramp_frame_this_id): Ditto.
474 (ia64_frame_prev_register): Look at cache saved_regs for a few more
475 registers and also add some checks for framelessness before accepting
476 current register values for fields such as return address. For cfm,
477 use the cached prev_cfm field if available. Add comment to explain
478 PSR logic. Add debug output.
479 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
480 as part of initialization.
481 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
482 calculated. Cache the bsp and cfm values.
483 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
484 instead of using ia64_frame_prev_register() which doesn't expect most
485 registers to be saved. The saved values for bsp and sp
486 can be taken from the cache. Add debug output.
487 (ia64_push_dummy_call): Use frame_id_build_special() to also register
488 the bsp.
489
6cfae0bc
JB
4902003-10-23 Jim Blandy <jimb@redhat.com>
491
492 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
493 architecture the current arch can run code for --- but not if it's
494 a superset.
495 (can_run_code_for): New function.
496
fcd182f9
JW
4972003-10-22 James E Wilson <wilson@specifixinc.com>
498
499 * MAINTAINERS: Move myself from paper trail section back to write
500 after approval section.
501
4646aa9d
AC
5022003-10-22 Andrew Cagney <cagney@redhat.com>
503
504 * exec.h: New file.
505 * win32-nat.c: Include "exec.h".
506 * solib.c: Include "exec.h".
507 * target.h (build_section_table): Delete declaration.
508 * somsolib.c: Include "exec.h".
509 (exec_ops): Delete extern declaration.
510 * rs6000-nat.c: Update copyright. Include "exec.h".
511 (exec_ops): Delete extern declaration.
512 * pa64solib.c: Update copyright. Include "exec.h".
513 (exec_ops): Delete extern declaration.
514 * exec.c: Update copyright. Include "exec.h".
515 * corelow.c: Update dependencies. Include "exec.h".
516 * Makefile.in (exec_h): Define.
517 (exec.o, somsolib.o): Update dependencies.
518 (pa64solib.o, corelow.o): Update dependencies.
519
0088c768
AC
5202003-10-22 Andrew Cagney <cagney@redhat.com>
521
522 * target.c: Include "gdb_assert.h" (target_read): Call
523 "target_read_partial", not "target_write_partial".
524 (default_read_partial, default_write_partial): New function.
525 (target_read_partial, target_write_partial): Simplify, assume that
526 there is always a read/write method.
527 (update_current_target, add_target): Always set "to_read_partial"
528 and "to_write_partial".
529 (target_write, target_read): Fail on a zero byte transfer.
530 * Makefile.in (target.o): Update dependencies.
531 * target.h: Update copyright date.
532 (target_object): Fix typo.
533
e2d0e7eb
AC
5342003-10-22 Andrew Cagney <cagney@redhat.com>
535
536 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
537 multi-arch method, add "targ" parameter.
538 (struct target_ops): Declare.
539 * gdbarch.h, gdbarch.c: Re-generate.
540 * Makefile.in (c-valprint.o): Update dependencies.
541 * arch-utils.h: Update copyright.
542 (convert_from_func_ptr_addr_identity): Declare.
543 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
544 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
545 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
546 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
547 * infcall.c (find_function_addr, call_function_by_hand): Update.
548 * c-valprint.c: Include "target.h".
549 (print_function_pointer_address): Update.
550
f1c07ab0
AC
5512003-10-22 Andrew Cagney <cagney@redhat.com>
552
553 * target.c (target_close): New function.
554 (debug_to_close): Use "target_close".
555 (push_target): Use "target_close".
556 (unpush_target): Use "target_close".
557 (pop_target): Use "target_close".
558 * target.h (struct target_ops): Add "to_xclose".
559 (target_open): Delete macro. Move comment to "to_open".
560 (target_close): Replace macro with function that takes a target.
561 * top.c (quit_target): Pass "current_target" to "target_close".
562
5520a790
EZ
5632003-10-21 Elena Zannoni <ezannoni@redhat.com>
564
565 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
566 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
567 * symtab.h (lookup_minimal_symbol_text): Update.
568 * breakpoint.c (create_overlay_event_breakpoint,
569 create_longjmp_breakpoint): Update callers.
570 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
571 * symtab.c (find_pc_sect_line): Ditto.
572
caa92b73
AC
5732003-10-21 Andrew Cagney <cagney@redhat.com>
574
575 * target.c (errno): Delete extern declaration.
576
aa2a9a3c
JJ
5772003-10-20 Jeff Johnston <jjohnstn@redhat.com>
578
579 * ia64-tdep.c: Change all occurrences of
580 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
581 (ia64_frame_prev_register): Minor whitespace change.
582
4beec2b7
MC
5832003-10-20 Michael Chastain <mec@shout.net>
584
585 * config/djgpp/fnchange.lst: Add lines for:
586 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
587 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
588 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
589 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
590 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
591 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
592 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
593
92ad9cd9
AC
5942003-10-20 Andrew Cagney <cagney@redhat.com>
595
596 * values.c (register_value_being_returned): Update comments. Use
597 "gdbarch_return_value" when available.
598 (using_struct_return): Ditto.
599 (set_return_value): Ditto. Use "gdbarch_return_value" when
600 available.. Print a warning, and not an error, when an unhandled
601 return type is encountered.
602 * infcmd.c: Include "gdb_assert.h".
603 (print_return_value): When gdbarch_return_value_p, and using
604 struct return, assume that the value is not available.
605 * defs.h (return_value_convention): Define.
606 * gdbarch.sh (gdbarch_return_value): New predicate method.
607 * gdbarch.h, gdbarch.c: Re-generate
608 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
609
198beae2
AC
6102003-10-20 Andrew Cagney <cagney@redhat.com>
611
612 * symtab.c: Replace "struct sec" with "struct bfd_section".
613 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
614
24d693a6 6152003-10-19 Michael Chastain <mec@shout.net>
e7cb278a
MC
616
617 * config/djgpp/fnchange.lst: Add lines for:
618 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
619 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
620 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
621
21ad8dc3
MK
6222003-10-19 Mark Kettenis <kettenis@gnu.org>
623
624 * amd64fbsd-nat.c (fetch_inferior_registers,
625 store_inferior_registers): Remove functions.
626 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
627
cced5e27
MK
6282003-10-18 Mark Kettenis <kettenis@gnu.org>
629
630 Add NetBSD/amd64 native configuration:
631 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
632 * amd64nbsd-tdep.c: New file.
633 * amd64nbsd-nat.c: New file.
634 * amd64bsd-nat.c: New file.
635 * config/i386/nbsd64.mh: New file.
636 * config/i386/nbsd64.mt: New file.
637 * configure.host: Add x86_64-*-netbsd*.
638 * configure.tgt: Add x86_64-*-netbsd*.
639 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
640 New targets.
641 * NEWS (New native configurations): Mention NetBSD/amd64.
642
666de3fd
MC
6432003-10-17 Michael Chastain <mec@shout.net>
644
645 * config/djgpp/fnchange.lst: Remove dead lines for:
646 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
647 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
648 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
649 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
650 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
651 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
652 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
653 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
654 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
655 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
656 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
657 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
658 gdb/config/sparc/tm-sparclite.h,
659 gdb/gdbtk/generic/ChangeLog-2001,
660 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
661 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
662 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
663 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
664 gdb/testsuite/gdb.mi/mi0-var-block.exp,
665 gdb/testsuite/gdb.mi/mi0-var-child.exp,
666 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
667 gdb/testsuite/gdb.mi/mi0-var-display.exp,
668 itcl/iwidgets3.0.0/demos/extfileselectionbox,
669 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
670 itcl/iwidgets3.0.0/demos/fileselectionbox,
671 itcl/iwidgets3.0.0/demos/fileselectiondialog,
672 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
673 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
674 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
675 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
676 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
677 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
678 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
679 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
680 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
681 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
682 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
683 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
684 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
685 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
686 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
687 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
688 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
689 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
690 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
691 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
692 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
693 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
694 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
695 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
696 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
697 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
698 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
699 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
700 itcl/iwidgets3.0.0/demos/html/shell.n.html,
701 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
702 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
703 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
704 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
705 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
706 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
707 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
708 itcl/iwidgets3.0.0/demos/scrolledcanvas,
709 itcl/iwidgets3.0.0/demos/scrolledframe,
710 itcl/iwidgets3.0.0/demos/scrolledhtml,
711 itcl/iwidgets3.0.0/demos/scrolledlistbox,
712 itcl/iwidgets3.0.0/demos/scrolledtext,
713 itcl/iwidgets3.0.0/demos/selectionbox,
714 itcl/iwidgets3.0.0/demos/selectiondialog,
715 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
716 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
717 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
718 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
719 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
720 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
721 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
722 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
723 itcl/iwidgets3.0.0/doc/scrolledframe.n,
724 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
725 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
726 itcl/iwidgets3.0.0/doc/scrolledtext.n,
727 itcl/iwidgets3.0.0/doc/selectionbox.n,
728 itcl/iwidgets3.0.0/doc/selectiondialog.n,
729 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
730 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
731 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
732 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
733 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
734 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
735 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
736 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
737 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
738 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
739 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
740 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
741 itcl/iwidgets3.0.0/generic/selectionbox.itk,
742 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
743 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
744 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
745 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
746 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
747 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
748 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
749 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
750 itcl/iwidgets3.0.0/tests/scrolledframe.test,
751 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
752 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
753 itcl/iwidgets3.0.0/tests/scrolledtext.test,
754 itcl/iwidgets3.0.0/tests/selectionbox.test,
755 itcl/iwidgets3.0.0/tests/selectiondialog.test,
756 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
757 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
758 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
759 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
760 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
761 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
762 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
763 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
764 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
765 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
766 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
767 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
768 tk/mac/tkMacProjects.sit.hqx.
769
1e3ff5ad
AC
7702003-10-17 Andrew Cagney <cagney@redhat.com>
771
8db32d44
AC
772 * target.c (target_section_by_addr): New function.
773 (do_xfer_memory): Use "target_section_by_addr".
774 * target.h (target_section_by_addr): Declare.
775
1e3ff5ad
AC
776 * target.h (struct target_ops): Add "to_read_partial" and
777 "to_write_partial", delete "to_query".
778 (target_read_partial, target_write_partial): Declare.
779 (target_read, target_write): Declare.
780 (target_query): Delete macro.
781 * target.c (target_read_partial): New function.
782 (target_write_partial, target_read, target_write): New function.
783 (update_current_target): Delete inheritance of "to_query". Add
784 comments about "to_read_partial" and "to_write_partial".
785 (debug_to_partial_read, debug_to_partial_write): New functions.
786 (debug_to_query): Delete function.
787 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
788 instead of "to_query".
789 * remote.c (remote_read_partial): Replace "remote_query".
790 (init_remote_ops): Set "to_read_partial" instead of "to_query".
791 (init_remote_async_ops): Ditto.
792 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
793 "target_read_partial" instead of "target_query".
794 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
795 Use "target_read_partial" instead of "target_query".
796
48c66725
JJ
7972003-10-17 Jeff Johnston <jjohnstn@redhat.com>
798
799 * frame.h (struct frame_id): Add new field: special_addr.
800 (frame_id_build_special): New prototype.
801 * frame.c (frame_id_build_special): New function.
802 (frame_id_build): Change to call frame_id_build_special().
803 (frame_id_eq): Change to also test special_addr field.
804 (frame_id_inner): Update comment.
805
7998dfc3
AC
8062003-10-17 Andrew Cagney <cagney@redhat.com>
807
808 * target.c (update_current_target): Perform the target cleanup.
809 Put the target stack beneath the squashed "current_target".
810 (add_target): Delete disabled call to "cleanup_target".
811 (cleanup_target): Delete function.
812 (push_target, unpush_target): Do not call "cleanup_target".
813
9c04404e 8142003-10-17 Andrew Cagney <cagney@redhat.com>
258b763a
AC
815
816 * target.c (target_stack): Change to a static target_ops.
817 (update_current_target): Walk the "struct target_ops" stack.
818 (pop_target, do_xfer_memory, target_info): Ditto.
819 (find_target_beneath): Ditto.
820 (push_target): Rewrite to use the "struct target_ops" stack.
821 (unpush_target): Ditto.
822 * target.h (struct target_stack_item): Delete definition.
823 (target_stack): Delete declaration.
824 (struct target_ops): Add field "beneath".
825
c98a2b49 8262003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
ac1764c7
AC
827
828 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
829 declaration.
830 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
c98a2b49
SA
831 (h8300_examine_prologue): Use h8300_normal_mode flag
832 (h8300_gdbarch_init): Set architecture info for normal mode
833
506fb367
DJ
8342003-10-16 Daniel Jacobowitz <drow@mvista.com>
835
836 * remote.c (remote_protocol_vcont): New variable.
837 (set_remote_protocol_vcont_packet_cmd): New function.
838 (show_remote_protocol_vcont_packet_cmd): New function.
839 (init_all_packet_configs): Handle remote_protocol_vcont.
840 (remote_vcont_probe): New function.
841 (remote_vcont_resume): New function.
842 (remote_resume): Use it.
843 (remote_async_resume): Call remote_resume.
844 (_initialize_remote): Add verbose-resume packet commands.
845
65815ea1
AC
8462003-10-16 Andrew Cagney <cagney@redhat.com>
847
848 * infrun.c (handle_inferior_event): Add comment about
849 "frame_id_inner" being too weak.
850
40324f1b
EZ
8512003-10-16 Elena Zannoni <ezannoni@redhat.com>
852
853 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
854 second parameter, which is always null. Remove
855 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
856 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
857 accordingly.
858 * somsolib.c (som_solib_create_inferior_hook,
859 som_solib_desire_dynamic_linker_symbols): Update callers.
860 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
b4b4b794
KI
861
8622003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
863
864 * remote-m32r-sdi.c : New file, interface to m32r on-chip
865 debug interface, SDI (Scalable Debug Interface).
866 * NEWS: Mention m32r SDI protocol was supported.
867 * Makefile.in (remote-m32r-sdi.o): Add build rule.
868 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
869
51931cbb
JJ
8702003-10-15 Jeff Johnston <jjohnstn@redhat.com>
871
872 * ia64-linux-tdep.c: Include gdbcore.h.
873 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
874 (ia64_linux_sigcontext_register_addr): Find the address of the
875 sigcontext area stored in the sigframe instead of using
876 a magic offset constant.
877
84e7fd53
AC
8782003-10-15 Andrew Cagney <cagney@redhat.com>
879
880 * remote.c (remote_search): Delete function.
881 * target.h (target_search): Delete disabled macro.
882 (struct target_ops): Delete disabled field "to_search".
883
0f4d7c52
KB
8842003-10-14 Kevin Buettner <kevinb@redhat.com>
885
886 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
887 instead of deprecated_inside_entry_file().
888
2e952408
CV
8892003-10-14 Corinna Vinschen <vinschen@redhat.com>
890
891 * sh-tdep.c: Fix copy/paste hangover in comment.
892 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
893 mode.
894 (sh3e_sh4_extract_return_value): Ditto.
895
7e86466e
RH
8962003-10-13 Richard Henderson <rth@redhat.com>
897
898 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
899 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
900 match c_val_print a bit closer.
901
46a16dba
KB
9022003-10-13 Kevin Buettner <kevinb@redhat.com>
903
904 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
905 (frv_gdbarch_adjust_breakpoint_address): New function.
906 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
907 method.
908
76897487
KB
9092003-10-13 Kevin Buettner <kevinb@redhat.com>
910
911 * breakpoint.h (struct breakpoint): Add new member
912 ``requested_address''.
913 * breakpoint.c (breakpoint_adjustment_warning)
914 (adjust_breakpoint_address): New static functions.
915 (print_it_typical): Issue warning if breakpoint's address is different
916 from its requested address.
917 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
918 (breakpoint_re_set_one): Set breakpoint's
919 ``requested_address'' field. Set ``address'' field to the
920 result of calling adjust_breakpoint_address() on the requested
921 address.
922
a1131521
KB
9232003-10-13 Kevin Buettner <kevinb@redhat.com>
924
925 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
926 * gdbarch.h, gdbarch.c: Regenerate.
927
6ce6d90f
MK
9282003-10-11 Mark Kettenis <kettenis@gnu.org>
929
155c1d33
MK
930 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
931 TDEP->sc_num_regs.
932
8a96bc77
MK
933 * i386fbsd-tdep.c: New file.
934 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
935 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
936 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
937 i386bsd-tdep.c.
938 (_initialize_i386fbsd_tdep): New function.
939 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
940 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
941 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
942 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
943 TDEP->sc_num_regs.
944 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
945 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
946 to initialize TDEP->sc_num_regs.
947 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
948 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
949 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
950 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
951 FreeBSD ELF OS/ABI's here.
952 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
953 (i386fbsd-tdep.o): New target.
954 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
955 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
956
477f40d1
MK
957 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
958 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
959 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
960 in initialization of TDEP->sc_num_regs.
961
c6b33596
MK
962 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
963 (x86_64_init_abi): Initialize regset_from_core_section if
964 appropriate.
965
8446b36a
MK
966 * i386-tdep.c (i386_regset_from_core_section): New function.
967 (i386_gdbarch_init): Initialize regset_from_core_section if
968 appropriate.
969 * i386-tdep.h (i386_regset_from_core_section): New declaration.
970
c783cbd6
MK
971 * i386-tdep.h (struct regset): Declare opaque.
972
6ce6d90f
MK
973 * gdbarch.sh (regset_from_core_section): New method.
974 (struct regset): Declare opaque.
975 * gdbarch.c, gdbarch.h: Regenerated.
976
b98ed7be
AM
9772003-10-11 Alan Modra <amodra@bigpond.net.au>
978
979 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
980 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
981 Correct test for pc within section.
982
f6214256
MK
9832003-10-11 Mark Kettenis <kettenis@gnu.org>
984
985 * gdbarch.sh: Remove trailing whitepsace from comments.
986
a8f4cde1
RM
9872003-10-08 Roland McGrath <roland@redhat.com>
988
989 * gcore.c (make_mem_sec): Function removed, folded into ...
990 (gcore_create_callback): ... here. To omit a section, clear its
991 SEC_LOAD bit rather than zeroing its size.
992 Omit read-only sections only if they correspond to a known disk file.
993 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
994
74276724
MS
9952003-10-10 Michael Snyder <msnyder@redhat.com>
996
997 * d10v-tdep.c: Fix typo in comment.
998
e754ae69
AC
9992003-10-10 Andrew Cagney <cagney@redhat.com>
1000
1001 * rs6000-tdep.c (e500_store_return_value): Delete function.
1002 (e500_extract_return_value): Delete function.
1003 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1004 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1005 "ppc_sysv_abi_restore_return_value" where applicable.
1006 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1007 (ppc_sysv_abi_extract_return_value): Declare.
1008 (ppc_sysv_abi_broken_store_return_value): Declare.
1009 (ppc_sysv_abi_broken_extract_return_value): Declare.
1010 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1011 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1012 start of file.
1013 (do_ppc_sysv_return_value): New function.
1014 (ppc_sysv_abi_extract_return_value): New function.
1015 (ppc_sysv_abi_store_return_value): New function.
1016 (ppc_sysv_abi_broken_extract_return_value): New function.
1017 (ppc_sysv_abi_broken_store_return_value): New function.
1018 (ppc_sysv_abi_use_struct_convention): Call
1019 do_ppc_sysv_return_value.
1020
8d4ce20a
JB
10212003-10-10 J. Brobecker <brobecker@gnat.com>
1022
1023 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1024 to lookup the main function symbol.
1025
afce3d2a
CV
10262003-10-10 Corinna Vinschen <vinschen@redhat.com>
1027
1028 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1029 types correctly.
1030 (sh_push_dummy_call_fpu): Fix argument passing rules.
1031 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1032 float types.
1033 (sh3e_sh4_store_return_value): Ditto.
1034
7fe958be
EZ
10352003-10-10 Elena Zannoni <ezannoni@redhat.com>
1036
1037 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1038 comment.
1039
3f997a97
CV
10402003-10-10 Corinna Vinschen <vinschen@redhat.com>
1041
1042 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1043 more readable code. Accomodate passing of bitfields.
1044
8be9034a
AC
10452003-10-10 Andrew Cagney <cagney@redhat.com>
1046
1047 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1048 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1049 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1050 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1051 (ppc64_sysv_abi_push_dummy_call): New function.
1052 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1053 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1054 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1055
85a453d5
KI
10562003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1057
1058 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1059 * README: Ditto.
1060 * d10v-tdep.c: Ditto.
1061 * h8300-tdep.c: Ditto.
1062 * remote-e7000.c: Ditto.
1063 * remote-hms.c: Ditto.
1064 * ser-e7kpc.c: Ditto.
1065 * sh-stub.c: Ditto.
1066 * sh-tdep.c: Ditto.
1067 * sh-tdep.h: Ditto.
1068 * sh3-rom.c: Ditto.
1069 * sh64-tdep.c: Ditto.
1070 * top.c: Ditto.
1071 * wince.c: Ditto.
1072 * config/d10v/d10v.mt: Ditto.
1073 * config/sh/embed.mt: Ditto.
1074 * config/sh/linux.mt: Ditto.
1075 * config/sh/tm-linux.h: Ditto.
1076 * config/sh/tm-sh.h: Ditto.
1077 * config/sh/wince.mt: Ditto.
1078
221c12ff
AC
10792003-10-09 Andrew Cagney <cagney@redhat.com>
1080
1081 * ppc-tdep.h (struct type): Declare opaque.
1082 * x86-64-tdep.h (struct regcache): Declare opaque.
1083 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1084 coding style.
1085
ef5200c1
AC
10862003-10-09 Andrew Cagney <cagney@redhat.com>
1087
1088 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1089 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1090 (SOFTWARE_SINGLE_STEP_P): Ditto.
1091 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1092 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1093 (SOFTWARE_SINGLE_STEP_P): Ditto.
1094 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1095 software_single_step to rs6000_software_single_step.
a8f4cde1 1096
9644bbdd
AC
10972003-10-09 Andrew Cagney <cagney@redhat.com>
1098
1099 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1100
db72fa6b
MS
11012003-10-09 Michael Snyder <msnyder@redhat.com>
1102
f3efb16c
MS
1103 * frame.h: Fix typo in comment.
1104 * dummy-frame.c: Fix typo in comment.
db72fa6b
MS
1105 * d10v-tdep.c: Random whitespace/comment tweaks.
1106
9a5cef92
EZ
11072003-10-09 Elena Zannoni <ezannoni@redhat.com>
1108
1109 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
f49c4e4e 1110 (sh_push_dummy_code): Delete function, it's only used for dummy calls
9a5cef92 1111 on stack.
a8f4cde1 1112
9a5cef92
EZ
1113 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1114 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1115 in detail.
a8f4cde1 1116
0f317a0c
DJ
11172003-10-09 Daniel Jacobowitz <drow@mvista.com>
1118
1119 * remote-mips.c (mips_initialize): Remove unneeded call to
1120 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1121
bbab2f46
DJ
11222003-10-09 Daniel Jacobowitz <drow@mvista.com>
1123
1124 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1125 a memory pointer.
1126
550950b8
JJ
11272003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1128
1129 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1130 for any lwp we resume.
1131 (running_callback): Add lwps that have pending status events
1132 against them to be considered running.
1133
15c69bc7
KI
11342003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1135
1136 * m32r-tdep.c : Include "dis-asm.h".
1137 * Makefile.in (m32r-tdep.o): Update dependencies.
1138
51065942
JB
11392003-10-06 J. Brobecker <brobecker@gnat.com>
1140
1141 * completer.h (get_gdb_completer_word_break_characters): Delete.
1142 * completer.c: include language.h.
1143 (gdb_completer_word_break_characters): Delete.
1144 (get_gdb_completer_word_break_characters): Delete.
1145 (location_completer): Use the word break characters of the current
1146 language.
1147 (complete_line): Likewise.
1148 (line_completion_function): Likewise.
1149 (skip_quoted_chars): Likewise.
1150 * Makefile.in (completer.o): Add dependency on language.h.
1151 * top.c (init_main): Set the readline word break characters
1152 to GDB's default word break characters.
1153
6084f43a
JB
11542003-10-06 J. Brobecker <brobecker@gnat.com>
1155
1156 * language.h (language_defn): new field, la_word_break_characters.
1157 * language.c (unknown_language_defn): Set new field to
1158 default_word_break_characters.
1159 (auto_language_defn): Likewise.
1160 (local_language_defn): Likewise.
1161 * ada-lang.c (ada_language_defn): Likewise.
1162 * c-lang.c (c_language_defn): Likewise.
1163 (cplus_language_defn): Likewise.
1164 (asm_language_defn): Likewise.
1165 (minimal_language_defn): Likewise.
1166 * f-lang.c (f_language_defn): Likewise.
1167 * jv-lang.c (java_language_defn): Likewise.
1168 * m2-lang.c (m2_language_defn): Likewise.
1169 * objc-lang.c (objc_language_defn): Likewise.
1170 * p-lang.c (pascal_language_defn): Likewise.
1171 * scm-lang.c (scm_language_defn): Likewise.
1172
944fcfab
AC
11732003-10-06 Andrew Cagney <cagney@redhat.com>
1174
1175 * ppc-sysv-tdep.c: Re-indent.
1176
9f0a5303
JB
11772003-10-06 J. Brobecker <brobecker@gnat.com>
1178
1179 * language.h (default_word_break_characters): Add prototype.
1180 * language.c (default_word_break_characters): New function.
1181
7270b6ed
AS
11822003-10-06 Andreas Schwab <schwab@suse.de>
1183
1184 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1185 with %eax.
1186
a5d61f66
AC
11872003-10-06 Andrew Cagney <cagney@redhat.com>
1188
1189 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1190 "h8500-tdep.c".
1191 (z8k-tdep.o): Delete custom build rule.
1192
28a86f5c
AC
11932003-10-06 Andrew Cagney <cagney@redhat.com>
1194
1bfd8a83
AC
1195 * Makefile.in: Update all dependencies.
1196
17144ef8
AC
1197 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1198 No longer list PA as as obsolete candidate. List m32r as
1199 broken instead of obsolete.
a8f4cde1 1200
a5679ae5
AC
1201 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1202 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1203 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1204 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1205 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1206 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1207 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1208 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1209 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1210 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1211 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1212 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1213 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1214 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1215 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1216 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1217 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1218 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1219 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1220 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1221 * config/z8k/z8k.mt: Ditto.
1222
4a8269c0
AC
1223 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1224 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1225 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1226 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1227 sparclite were removed.
1228 * configure.host, configure.tgt: Remove corresponding tuples.
1229
41989fcd
AC
1230 * breakpoint.c, breakpoint.h: Remove obsolete code.
1231 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1232 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1233 * stabsread.h, xcoffread.c: Ditto.
1234
28a86f5c
AC
1235 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1236 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1237 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1238 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1239
4efdaa0d
DL
12402003-10-06 David Lecomber <dsl@sources.redhat.com>
1241
1242 * f-valprint.c: Reformatting
1243
ae53de43
MK
12442003-10-06 Mark Kettenis <kettenis@gnu.org>
1245
a8bb57e7
MK
1246 * x86-64-tdep.c: Remove duplicate comment.
1247
ae53de43
MK
1248 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1249 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1250 names for return values. This fixes a bug since we looked at %rbx
1251 instead of %rdx.
1252
473f17b0
MK
12532003-10-05 Mark Kettenis <kettenis@gnu.org>
1254
2c261fae
MK
1255 * x86-64-tdep.c: Include "regset.h".
1256
473f17b0
MK
1257 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1258 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1259 sizeof_fpregset.
1260 * i386-tdep.c: Include "regset.h".
1261 (i386_supply_gregset): New function.
1262 (i386_supply_fpregset): New function.
1263 (i386_gdbarch_init): Initialze register set-related members of
1264 TDEP.
1265 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1266 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1267
afd48b75
AC
12682003-10-03 Andrew Cagney <cagney@redhat.com>
1269
1270 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1271 set extract_return_value, store_return_value and
1272 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1273 ppc64_sysv_abi_store_return_value and
1274 ppc64_sysv_abi_use_struct_convention.
1275 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1276 (ppc64_sysv_abi_store_return_value): Declare.
1277 (ppc64_sysv_abi_use_struct_convention): Declare.
1278 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1279 (ppc64_sysv_abi_extract_return_value): New function.
1280 (ppc64_sysv_abi_store_return_value): New function.
1281 (ppc64_sysv_abi_use_struct_convention): New function.
1282 (ppc64_sysv_abi_return_value): New function.
1283
9b540880
AC
12842003-10-03 Andrew Cagney <cagney@redhat.com>
1285
1286 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1287 convert a descriptor to a function when it's in the ".opd"
1288 section.
1289
8748518b
CV
12902003-10-03 Corinna Vinschen <vinschen@redhat.com>
1291
1292 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1293 reg_size to keep GCC silent.
1294
0fd85043
CV
12952003-10-03 Corinna Vinschen <vinschen@redhat.com>
1296
1297 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1298 base for DW_EH_PE_textrel encodings.
1299 (read_encoded_value): Add a DW_EH_PE_textrel case.
1300 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1301 section.
1302
37b517aa
MK
13032003-10-03 Mark Kettenis <kettenis@gnu.org>
1304
1305 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1306
12c266ea
AC
13072003-10-02 Andrew Cagney <cagney@redhat.com>
1308
1309 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1310 REGISTER_RAW_SIZE.
1311 * gdbarch.h, gdbarch.c: Re-generate.
1312 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1313 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1314 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1315 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1316 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1317 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1318 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1319 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1320 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1321 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1322 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1323 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1324 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1325 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1326 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1327 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
a8f4cde1 1328
78ba4af6
JB
13292003-10-02 Jim Blandy <jimb@redhat.com>
1330
1331 * dwarf2read.c (struct die_info): Doc fix.
1332
617daa0e
CV
13332003-10-02 Corinna Vinschen <vinschen@redhat.com>
1334
1335 * sh-tdep.c: Running thru gdb_indent.sh.
1336
e5e33cd9
CV
13372003-10-02 Corinna Vinschen <vinschen@redhat.com>
1338
1339 * sh-tdep.c (sh_justify_value_in_reg): New function.
1340 (sh_stack_allocsize): Ditto.
1341 (flt_argreg_array): New array used for floating point argument
1342 passing.
1343 (sh_init_flt_argreg): New function.
a8f4cde1 1344 (sh_next_flt_argreg): Ditto.
e5e33cd9
CV
1345 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1346 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1347 Fix argument passing strategy.
1348 (sh_push_dummy_call_nofpu): Ditto.
1349
5fe830e4
AC
13502003-10-01 Andrew Cagney <cagney@redhat.com>
1351
1352 * value.h (register_value_being_returned): Declare. Replace
1353 "value_being_returned".
1354 * infcall.c (call_function_by_hand): Use
1355 register_value_being_returned.
1356 * infcmd.c (print_return_value): Call
1357 "register_value_being_returned", handle struct return locally.
1358 * values.c (register_value_being_returned): New function. Replace
1359 "value_being_returned".
a8f4cde1 1360
5fe830e4 13612003-09-30 Elena Zannoni <ezannoni@redhat.com>
cf50a87a
EZ
1362
1363 * linux-proc.c (linux_do_registers): New function.
1364 (linux_make_note_section): Use linux_do_registers in case of
1365 single threaded inferior programs.
1366
64f395bf
AC
13672003-10-01 Andrew Cagney <cagney@redhat.com>
1368
1369 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1370 use STRUCT_ADDR. When not using "struct return convention", pass
1371 "0" to "value_being_returned". Add FIXMEs.
1372 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1373 value_being_returned. Add comments.
1374 * values.c (value_being_returned): Add fixme.
1375 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1376 (hppa_value_returned_from_stack): Add FIXME.
1377
639d11d3
DC
13782003-09-30 David Carlton <carlton@kealia.com>
1379
1380 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1381 'has_children' and 'next' by 'child' and 'sibling'.
1382 (read_comp_unit): Rework algorithm, breaking body into
1383 read_die_and_children and read_die_and_siblings.
1384 (read_die_and_children, read_die_and_siblings): New.
1385 (read_full_die): Add 'has_children' argument; set it instead of
1386 the die's 'has_children' field. Minor formatting cleanup.
1387 (free_die_list): Use die->child and die->sibling instead of
1388 die->next.
1389 (dump_die_list): Ditto.
1390 (sibling_die): Use die->sibling.
1391 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1392 'has_children' and 'next' fields.
a8f4cde1
RM
1393 (process_die, read_file_scope, read_func_scope)
1394 (read_lexical_block_scope, read_structure_scope)
1395 (read_enumeration, read_array_type, read_common_block)
639d11d3
DC
1396 (read_namespace, read_subroutine_type, dump_die): Ditto.
1397
5bffac25
AC
13982003-09-30 Andrew Cagney <cagney@redhat.com>
1399
1400 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1401 to 224, not 220.
1402
f30992d4
AC
14032003-09-30 Andrew Cagney <cagney@redhat.com>
1404
1405 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1406 REGISTER_VIRTUAL_SIZE.
1407 * gdbarch.h, gdbarch.c: Regenerate.
1408 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1409 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1410 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1411
2e092625
AC
14122003-09-29 Andrew Cagney <cagney@redhat.com>
1413
1414 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1415 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1416 * gdbarch.h, gdbarch.c: Regenerate.
1417 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1418 * sh64-tdep.c, sparc-tdep.c: Update.
4deab737
AC
1419
1420 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1421 * remote-vxmips.c (vx_read_register): Ditto.
1422 * remote-vx68.c (vx_read_register): Ditto.
1423 * gnu-nat.c (inf_validate_procs): Ditto.
1424
7a5dd6ee
JB
14252003-09-29 J. Brobecker <brobecker@gnat.com>
1426
1427 * infcall.c (call_function_by_hand): Fix build failure
1428 introduced in the previous change to this file.
1429
1fe43d45
AC
14302003-09-29 Andrew Cagney <cagney@redhat.com>
1431
1432 * NEWS: Mention Objective-C.
1433
e28a332c
JG
14342003-09-29 Jerome Guitton <guitton@act-europe.fr>
1435
1436 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1437 test if the register has been saved on the stack.
1438 (arm_scan_prologue_cache): When analysing the instruction
1439 "str lr, [sp, #-4]", save the address where lr has been stored.
1440
9ff63c35
AC
14412003-09-28 Andrew Cagney <cagney@redhat.com>
1442
7f5f525d
AC
1443 * frame.c (frame_read_unsigned_register): Delete function.
1444 * frame.h (frame_read_unsigned_register): Delete declaration.
1445 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1446 get_frame_register_unsigned.
1447 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1448 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1449 * d10v-tdep.c (d10v_print_registers_info): Ditto.
a8f4cde1 1450
7f5f525d
AC
1451 * frame.h (frame_read_register): Delete declaration.
1452 * frame.c (frame_read_register): Delete function.
1453 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1454 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1455 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1456 * mips-tdep.c (mips_register_to_value): Ditto.
1457 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1458 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1459
1460 * frame.c (frame_read_signed_register): Delete function.
1461 (frame_read_unsigned_register): Update comments.
1462 * frame.h (frame_read_signed_register): Delete declaration.
1463 * h8300-tdep.c (h8300_print_register): Use
1464 get_frame_register_signed.
1465 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1466
9ff63c35
AC
1467 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1468 Rename VALUE_RETURNED_FROM_STACK.
1469 * infcmd.c (print_return_value): Update.
1470 * infcall.c (call_function_by_hand): Update.
1471
41d041d6
MK
14722003-09-28 Mark Kettenis <kettenis@gnu.org>
1473
1474 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1475 regcache argument and reverse the order of the other two
1476 arguments. Remove local regcache variable. Determine
1477 architecture from REGCACHE. Update comments.
1478 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1479 reverse the order of the other two arguments. Remove local
1480 regcache variable. Determine architecture from REGCACHE. Update
1481 comments.
1482 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1483 prototypes. Update comments.
1484 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1485 comment.
1486 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1487 Update.
1488 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1489 * i386-interix-nat.c (supply_fpregset): Update.
1490 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1491 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1492 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1493 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1494 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1495 Update.
1496 * i386obsd-tdep.c (fetch_core_registers): Update.
1497 * i386v4-nat.c (supply_fpregset): Update.
1498 * x86-64-linux-nat.c (supply_fpregset): Update.
1499 * x86-64-linux-tdep.c (fetch_core_registers): Update.
a8f4cde1 1500
1cb97e17
MK
15012003-09-27 Mark Kettenis <kettenis@gnu.org>
1502
5716833c
MK
1503 * i386-tdep.h: Put opaque declarations in alphabetical
1504 order. Remove spurious whitespace.
1505 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1506 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1507 * i386-tdep.c (MM0_REGNUM): Remove define.
1508 (i386_mmx_regnum_p): Add gdbarch argument.
1509 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1510 Rewrite using new macro definitions for FPU/SSE registers.
1511 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1512 definitions from i387-tdep.h.
1513 (i386_register_name): Update.
1514 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1515 new macro definitions for FPU/SSE registers.
1516 (i386_extract_return_value): Determine whether floating-point
1517 registers are present by examining REGCACHE's architecture.
1518 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1519 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1520 FPU/SSE registers.
1521 (i386_register_type): Update.
1522 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1523 definitions for FPU registers. Use REGCACHE's architecture to
1524 determine the appropriate register numbers.
1525 (i386_pseudo_register_read, i386_pseudo_register_write,
1526 i386_register_reggroup_p): Update.
1527 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1528 TDEP->mm0_regnum.
1529 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1530 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1531 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1532 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1533 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1534 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1535 *' to `void *'.
1536 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1537 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1538 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1539 definitions for FPU/SSE registers.
1540 (FXSAVE_MXCSR_ADDR): New define.
1541 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1542 TDEP->mm0_regnum.
1543 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1544 (I387_ST0_REGNUM): Define.
1545
41d35cb0
MK
1546 * regcache.h (get_regcache_arch): New prototype.
1547 * regcache.c (get_regcache_arch): New function.
1548
54e74f72
MK
1549 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1550 whitespace.
1551
1cb97e17
MK
1552 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1553 Initialize using ARRAY_SIZE.
1554
0968aa8c
AC
15552003-09-27 Andrew Cagney <cagney@redhat.com>
1556
1557 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1558 "init_frame_pc_default".
1559 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1560 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1561 * vax-tdep.c (vax_gdbarch_init): Update.
1562 * v850-tdep.c (v850_gdbarch_init): Update.
1563 * sh64-tdep.c (sh64_gdbarch_init): Update.
1564 * s390-tdep.c (s390_gdbarch_init): Update.
1565 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1566 * mcore-tdep.c (mcore_gdbarch_init): Update.
1567 * h8300-tdep.c (h8300_gdbarch_init): Update.
1568 * cris-tdep.c (cris_gdbarch_init): Update.
1569 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1570
54c84734
MK
15712003-09-26 Mark Kettenis <kettenis@gnu.org>
1572
1573 * regset.h: New file.
1574 * Makefile.in (regset_h): Add.
1575
1b1d3794
AC
15762003-09-25 Andrew Cagney <cagney@redhat.com>
1577
1578 * frame.h (deprecated_frame_saved_regs): Rename
1579 get_frame_saved_regs.
1580 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1581 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1582 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1583 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1584 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1585
e6beb428
AC
15862003-09-25 Andrew Cagney <cagney@redhat.com>
1587
1588 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1589 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1590 and Java.
1591 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1592 arm*-*-* do not use the new frame code.
1593
710122da
DC
15942003-09-25 David Carlton <carlton@kealia.com>
1595
1596 * c-exp.y: Remove 'register' declarations.
1597 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1598
79c2c32d
DC
15992003-09-25 David Carlton <carlton@kealia.com>
1600
1601 * c-exp.y: Include cp-support.h. Add qualified_type.
1602 (yylex): Delete nested type hack; add comments.
1603 * cp-namespace.c (cp_lookup_nested_type): New function.
1604 * cp-support.h: Declare cp_lookup_nested_type.
1605 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1606 instead of value_struct_elt_for_reference.
1607 * valops.c: Include cp-support.h.
1608 (value_aggregate_elt): New function.
1609 (value_namespace_elt): Ditto.
1610 (value_struct_elt_for_reference): Make static.
1611 * value.h: Delete declaration of value_struct_elt_for_reference;
1612 add declaration for value_aggregate_elt.
1613 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1614 (valops.o): Ditto.
1615
898c62f5
DJ
16162003-09-25 Daniel Jacobowitz <drow@mvista.com>
1617
1618 * stack.c: Include "reggroups.h".
1619 (frame_info): Only display registers in all_reggroup.
1620 * Makefile.in (stack.o): Update dependencies.
1621
28cd8767
JG
16222003-09-25 Jerome Guitton <guitton@act-europe.fr>
1623
1624 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1625 "add ip, sp #n" in the prologue.
1626 (arm_scan_prologue): Ditto.
1627
a4ab2b5d
JG
16282003-09-25 Jerome Guitton <guitton@act-europe.fr>
1629
1630 * MAINTAINERS (write after approval): Add myself.
1631
3f244638
AS
16322003-09-25 Andreas Schwab <schwab@suse.de>
1633
1634 * m68k-tdep.c: Include "dwarf2-frame.h".
1635 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1636 * Makefile.in (m68k-tdep.o): Update dependencies.
1637
1c0159e0
CV
16382003-09-25 Corinna Vinschen <vinschen@redhat.com>
1639
1640 * sh-tdep.c (struct frame_extra_info): Remove.
1641 (struct sh_frame_cache): New structure.
1642 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1643 (GET_TARGET_REG): Ditto but target register.
1644 (GET_PUSHED_REG): Remove.
1645 (IS_MOV_ARG_TO_REG): New macro.
1646 (IS_MOV_ARG_TO_IND_R14): New macro.
1647 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1648 (IS_MOVW_PCREL_TO_REG): New macro.
1649 (IS_MOVL_PCREL_TO_REG): New macro.
1650 (IS_SUB_REG_FROM_SP): New macro.
1651 (IS_ARG_MOV): Remove.
1652 (IS_MOV_TO_R14): Remove.
1653 (IS_RESTORE_FP): New macro.
1654 (IS_RTS): New macro.
1655 (IS_LDS): New macro.
1656 (IS_MOV_FP_SP): New macro.
1657 (IS_ADD_REG_TO_FP): New macro.
1658 (IS_ADD_IMM_FP): New macro.
1659 (sh_skip_prologue_hard_way): Remove.
1660 (sh_saved_pc_after_call): Remove.
1661 (sh_frame_chain): Remove.
1662 (sh_find_callers_reg): Remove.
a8f4cde1 1663 (sh_nofp_frame_init_saved_regs): Remove.
1c0159e0
CV
1664 (sh_fp_frame_init_saved_regs): Remove.
1665 (sh_init_extra_frame_info): Remove.
1666 (sh_analyze_prologue): New function.
1667 (sh_skip_prologue): Remove deprecated code. Rely on new function
1668 sh_analyze_prologue when after_prologue fails.
1669 (sh_frame_saved_pc): Remove.
1670 (sh_alloc_frame_cache): New function.
1671 (sh_frame_cache): Ditto.
1672 (sh_frame_prev_register): Ditto.
1673 (sh_frame_this_id): Ditto.
1674 (sh_frame_unwind): New structure defining the heuristic frame
1675 sniffer interface.
1676 (sh_frame_sniffer): New function.
1677 (sh_unwind_sp): Ditto.
1678 (sh_unwind_pc): Ditto.
1679 (sh_unwind_dummy_id): Ditto.
1680 (sh_frame_base_address): Ditto.
1681 (sh_frame_base): New structure defining new frame base code.
1682 (sh_in_function_epilogue_p): New function.
1683 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1684 code and to call all new code instead. Initialize dwarf2 and
1685 heuristic frame sniffer.
1686
5f9769d1
PH
16872003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1688
a8f4cde1
RM
1689 * parser-defs.h (struct exp_descriptor): New definition, containing
1690 language-specific info for printing, prefixifying, dumping, and
5f9769d1
PH
1691 evaluating expressions.
1692 (exp_descriptor_standard): Declare new variable.
1693 (print_subexp): Make global and declare here (from expprint.c).
1694 (dump_subexp): Ditto.
1695 (dump_subexp_body_standard): Declare.
1696 (operator_length_standard): Declare.
1697 (op_name_standard): Declare.
1698 (print_subexp): Declare.
1699 (print_subexp_standard): Declare.
1700
1701 * language.h (struct language_defn): Add la_exp_desc field to hold
1702 pointer to table for language-specific operators.
1703 Remove evaluate_exp field, which is now in struct exp_descriptor.
a8f4cde1
RM
1704
1705 * parse.c (operator_length): Move most code to new
5f9769d1 1706 operator_length_standard function. Use language-specific information.
a8f4cde1 1707 (operator_length_standard): New function taking most code from
5f9769d1
PH
1708 operator_length.
1709 (exp_descriptor_standard): New constant.
a8f4cde1
RM
1710
1711 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
5f9769d1 1712 and OP_EXTENDED_LAST.
a8f4cde1
RM
1713
1714 * expprint.c (print_subexp): Use language-specific print_subexp.
5f9769d1
PH
1715 Make global; remove static declaration.
1716 Move most code to print_subexp_standard.
a8f4cde1 1717 (print_subexp_standard): New function, containing code formerly in
5f9769d1
PH
1718 print_subexp.
1719 (op_name): Add expression to argument signature.
a8f4cde1 1720 Use langauge-specific op_name.
5f9769d1
PH
1721 Move most code to op_name_standard.
1722 (op_name_standard): New function, containing code formerly in op_name.
1723 (dump_subexp): Use new version of op_name function.
1724 Use language-specific dump_subexp_body, and move most existing code to
1725 dump_subexp_body_standard.
1726 (dump_raw_expression): Use new op_name interface.
1727 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1728 (dump_subexp_body_standard): New function, containing code formerly
1729 in dump_subexp_body.
a8f4cde1 1730
5f9769d1
PH
1731 * language.c (unknown_language): Add default la_exp_desc field and
1732 remove evaluate_exp field.
1733 (auto_language): Ditto.
1734 (local_language): Ditto.
1735 * f-lang.c (f_language_defn): Ditto.
1736 * c-lang.c (c_language_defn): Ditto.
1737 (cplus_language_defn): Ditto.
1738 (asm_language_defn): Ditto.
1739 (minimal_language_defn): Ditto.
1740 * p-lang.c (pascal_language_defn): Ditto.
1741 * m2-lang.c (m2_language_defn): Ditto.
1742 * objc-lang.c (objc_language_defn): Ditto.
a8f4cde1
RM
1743
1744 * jv-lang.c (exp_descriptor_java): New variable, containing
5f9769d1
PH
1745 Java-specific expression evaluator.
1746 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1747 field.
a8f4cde1 1748 * scm-lang.c (exp_descriptor_scm): New variable, containing
5f9769d1
PH
1749 Scheme-specific expression evaluator.
1750 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1751 field.
1752 * objc-lang.c (print_object_command): Take evaluate_exp from the
1753 la_exp_desc field.
a8f4cde1 1754
5f9769d1 1755 * Makefile.in (eval.o): Add dependency on parser-defs.h.
a8f4cde1
RM
1756
1757 * eval.c: Include parser-defs.h for the full declaration of
5f9769d1
PH
1758 la_exp_desc's type.
1759 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
a8f4cde1 1760
24daaebc
PH
17612003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1762
1763 * parser-defs.h (operator_length): Declare.
a8f4cde1 1764
24daaebc
PH
1765 * parse.c (length_of_subexp): Use operator_length to get operator
1766 lengths and arities for operators.
1767 Move most code to new operator_length function.
a8f4cde1 1768 (operator_length): New function absorbing most code from
24daaebc
PH
1769 length_of_subexp.
1770 (prefixify_subexp): Remove large case and use operator_length instead.
1771 (parse_exp_1): Use renamings:
a8f4cde1 1772 dump_prefix_expression => dump_raw_expression and
24daaebc 1773 dump_postfix_expression => dump_prefix_expression.
a8f4cde1 1774
24daaebc
PH
1775 * expression.h (dump_prefix_expression): Rename to ...
1776 (dump_raw_expression): New name.
1777 (dump_postfix_expression): Rename to ...
1778 (dump_prefix_expression): New name.
a8f4cde1 1779
24daaebc
PH
1780 * expprint.c (dump_subexp): Make global. Add comment.
1781 Move most existing code to dump_subexp_body.
1782 (dump_subexp_body): New function.
1783 (dump_prefix_expression): Rename to dump_raw_expression.
a8f4cde1 1784 Remove attempt to print the expression via print_expression: it can't
24daaebc
PH
1785 work before the expression is prefixified.
1786 (dump_raw_expression): Renamed from dump_prefix_expression.
a8f4cde1 1787 (dump_postfix_expression): Rename to dump_prefix_expression, since
24daaebc 1788 that's what it does.
a8f4cde1 1789 Remove 'note' parameter, since this routine must be used on
24daaebc
PH
1790 prefixified expression.
1791 (dump_prefix_expression): Renamed from dump_postfix_expression.
a8f4cde1 1792
8c2957c4
JB
17932003-09-22 Jim Blandy <jimb@redhat.com>
1794
1795 * dwarf2read.c (read_array_type): When building the type for an
1796 array of unspecified length, make sure to choose the upper bound
1797 so that the array's total length comes out to be zero --- that's
1798 how we represent such arrays.
1799
592e3010
MC
18002003-09-22 Michael Chastain <mec@shout.net>
1801
1802 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1803
365c70b1
JJ
18042003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1805
1806 * top.c (quit_force): Fix indirect call to quit_target so
1807 a struct qt_args pointer is passed.
1808
5d6eb653
AC
18092003-09-22 Andrew Cagney <cagney@redhat.com>
1810
1811 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1812 * arch-utils.c (init_frame_pc_noop): Delete function.
1813 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1814 "init_frame_pc".
1815 * mips-tdep.c (mips_gdbarch_init): Ditto.
1816 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1817 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1818 declaration.
1819 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1820 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1821 declaration.
1822 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1823
b222a67f
AG
18242003-09-22 Anthony Green <green@redhat.com>
1825
1826 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1827 declaration.
1828
d5b5ac79
AC
18292003-09-20 Andrew Cagney <cagney@redhat.com>
1830
deafb061
AC
1831 * breakpoint.c: Eliminate ARGSUSED.
1832 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1833 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1834 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1835 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1836 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1837 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1838 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1839 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1840 * wince.c, remote-vx.c: Ditto.
1841
d5b5ac79
AC
1842 * cli/cli-script.c: Remove "register" attributes.
1843 * config/pa/tm-hppa.h: Ditto.
1844 * cli/cli-decode.c: Ditto.
1845 * cli/cli-cmds.c: Ditto.
1846
c6316faa
AC
18472003-09-19 Andrew Cagney <cagney@redhat.com>
1848
1849 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1850 DEPRECATED_NPC_REGNUM.
1851 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1852
f4f99b11
CF
18532003-09-19 Christopher Faylor <cgf@redhat.com>
1854
1855 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1856
1708f284
JB
18572003-09-19 Jim Blandy <jimb@redhat.com>
1858
1859 * macrotab.c (macro_include): Use the correct comparison to find
1860 the appropriate place for this inclusion in the list.
1861
b9fbf434
AC
18622003-09-19 Andrew Cagney <cagney@redhat.com>
1863
1864 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1865 (DEPRECATED_HPUX_TEXT_END): Define.
1866 (deprecated_hpux_text_end): Declare.
1867 (struct target_ops): Declare opaque.
1868 * hppah-nat.c (text_end): Make static.
1869 (deprecated_hpux_text_end): New function.
1870 * exec.c (text_end): Delete global variable.
1871 (NEED_TEXT_START_END): Do not define.
1872 (exec_file_attach): Replace code computing "text_end" code with
1873 call to DEPRECATED_HPUX_TEXT_END.
1874
5b03f266
AC
18752003-09-19 Andrew Cagney <cagney@redhat.com>
1876
1877 * utils.c (align_up, align_down): New functions.
1878 * defs.h (align_up, align_down): Declare.
1879 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1880 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1881 and "align_down".
1882 (round_up, round_down): Delete functions.
1883 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1884 "align_down".
1885 (ROUND_DOWN, ROUND_UP): Delete macros.
1886 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1887 * h8300-tdep.c: Replace "round_up" and "round_down" with
1888 "align_up" and "align_down".
1889 (round_up, round_down): Delete macros.
1890 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1891 "align_down".
1892 (ROUND_UP, ROUND_DOWN): Delete macros.
1893
51db5742
JB
18942003-09-18 J. Brobecker <brobecker@gnat.com>
1895
1896 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1897 hard-coded constant. Use the proper machine name instead.
1898
77949794
AC
18992003-09-17 Andrew Cagney <cagney@redhat.com>
1900
1901 * sparc-tdep.c (legacy_register_name): Delete function.
1902 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1903 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1904 * infcmd.c (gdb_register_name): Delete variable.
1905 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1906 REGISTER_NAME and "tm.h".
1907 * gdbarch.h, gdbarch.c: Regenerate.
1908 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1909 REGISTER_NAMES in comments.
1910 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1911 * m68klinux-nat.c (regmap): Ditto.
1912
b55c33cc
JB
19132003-09-17 Jim Blandy <jimb@redhat.com>
1914
1915 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1916
957e27ac
AC
19172003-09-17 Andrew Cagney <cagney@redhat.com>
1918
1919 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1920 (ppcnbsd_init_abi): Set "use_struct_convention" to
1921 "ppcnbsd_use_struct_convention".
1922
192cb3d4
MK
19232003-09-17 Mark Kettenis <kettenis@gnu.org>
1924
1925 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1926 * gdbarch.h, gdbarch.c: Regenerate.
1927 (stabs_argument_has_addr): New architecture method.
1928 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1929 * arch-utils.c: Include "buildsym.h".
1930 (default_stabs_argument_has_addr): New function.
1931 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1932 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1933
efe59759
AC
19342003-09-17 Andrew Cagney <cagney@redhat.com>
1935
1936 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1937 * gdbarch.h, gdbarch.c: Regenerate.
1938 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1939 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1940 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1941 * sparcnbsd-tdep.c: Update.
a8f4cde1 1942
62700349
AC
19432003-09-17 Andrew Cagney <cagney@redhat.com>
1944
1945 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1946 * gdbarch.h, gdbarch.c: Regenerate.
1947 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1948 * d10v-tdep.c, frame.c: Update.
1949 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1950 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1951 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1952 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1953 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1954 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1955 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1956 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1957 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1958 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1959 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1960 * config/pa/nm-hppah.h: Update.
1961
b9ff3018
AC
19622003-09-16 Andrew Cagney <cagney@redhat.com>
1963
1964 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1965 "use_struct_convention" to "ppc_linux_use_struct_convention".
1966 (ppc_linux_use_struct_convention): New function.
1967 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1968 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1969 "rs6000_use_struct_convention".
1970 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1971 declaration.
1972 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1973 Delete function.
1974
aa1ee363
AC
19752003-09-16 Andrew Cagney <cagney@redhat.com>
1976
1977 * buildsym.c: Remove more occurances of "register".
1978 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1979 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1980 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1981 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1982 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1983 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1984 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1985 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1986
f2ea0907
CV
19872003-09-16 Corinna Vinschen <vinschen@redhat.com>
1988
1989 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1990 numbers to enumeration values.
1991 * sh-tdep.c: Accomodate above change.
1992 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1993 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1994 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1995 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1996 (IS_FPUSH): Rename from IS_FMOV.
1997 (sh_extract_struct_value_address): Remove useless comment.
1998 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1999 instead of own local values.
2000 (sh_dump_tdep): Remove.
2001 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2002 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2003
1c704f11
AC
20042003-09-15 Andrew Cagney <cagney@redhat.com>
2005
2006 * doublest.c (convert_floatformat_to_doublest): No longer need to
2007 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2008
ac79b88b
DJ
20092003-09-15 Daniel Jacobowitz <drow@mvista.com>
2010
2011 * values.c (unpack_double): Call floatformat_is_valid.
2012
1c671366
MK
20132003-09-15 Mark Kettenis <kettenis@gnu.org>
2014
de5227fb
MK
2015 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2016 ps_strings into a long.
2017
1c671366
MK
2018 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2019 _initialize_am64fbsd_nat.
2020
a604369a
KB
20212003-09-15 Kevin Buettner <kevinb@redhat.com>
2022
2023 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2024 associated with DW_AT_ranges attribute is out of bounds.
2025
b3cacbee
DL
20262003-09-15 David Lecomber <dsl@sources.redhat.com>
2027
2028 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2029
d0f37bb2
MC
20302003-09-14 Michael Chastain <mec@shout.net>
2031
2032 * config/m68k/nm-apollo68v.h: Delete.
2033 * config/m68k/xm-apollo68v.h: Delete.
2034
69517000
AC
20352003-09-14 Andrew Cagney <cagney@redhat.com>
2036
2037 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2038 * dcache.c: Update copyrights and descriptions.
2039 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2040
ef8b349d
AC
20412003-09-14 Andrew Cagney <cagney@redhat.com>
2042
2043 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2044 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2045
52f0bd74
AC
20462003-09-14 Andrew Cagney <cagney@redhat.com>
2047
2048 * alpha-nat.c: Remove some occurances of "register".
2049 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2050 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2051 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2052 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2053 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2054 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2055 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2056 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2057 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2058 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2059 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2060 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2061 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2062 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2063 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2064 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2065 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2066 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2067 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2068 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2069 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2070 * values.c, vax-tdep.c, xcoffread.c: Ditto.
a8f4cde1 2071
4a4b3fed
AC
20722003-09-13 Andrew Cagney <cagney@redhat.com>
2073
2074 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2075 * ppc-tdep.h (struct regcache): Declare opaque.
2076 * objfiles.h (struct objfile_data): Declare opaque.
2077 * cp-support.h (struct objfile): Declare opaque.
2078 * linux-nat.h (target_waitstatus): Declare opaque.
2079
2110b94f
MK
20802003-09-14 Mark Kettenis <kettenis@gnu.org>
2081
1c671366
MK
2082 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2083 (stabs_argument_has_addr): New architecture method.
2084 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2085 * arch-utils.c: Include "buildsym.h".
2086 (default_stabs_argument_has_addr): New function.
2087 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2088 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2089
2110b94f
MK
2090 * cris-tdep.c (cris_gdbarch_init): Set
2091 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2092 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2093 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2094 * mips-tdep.c (mips_gdbarch_init): Likewise.
2095 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2096 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2097
48436ce6
AC
20982003-09-13 Andrew Cagney <cagney@redhat.com>
2099
2100 * values.c (using_struct_return): Delete "function" and "funcaddr"
2101 parameters.
2102 * value.h (using_struct_return): Update declaration.
2103 * infcmd.c (finish_command_continuation): Update.
2104 (finish_command): Update.
2105 * infcall.c (call_function_by_hand): Update.
2106 * eval.c (evaluate_subexp_standard): Update.
2107
403d9909
CF
21082003-09-13 Christopher Faylor <cgf@redhat.com>
2109
2110 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2111 SSE registers since gdb will not operate correctly without this.
2112 Restore include file ordering munged in previous change.
2113 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2114
ebf7d56b
MK
21152003-09-13 Mark Kettenis <kettenis@gnu.org>
2116
8e823e25
MK
2117 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2118 REG_STRUCT_HAS_ADDR.
2119 * gdbarch.c, gdbarch.h: Updated.
2120 * infcall.c (call_function_by_hand): Update.
2121 * stabsread.c (define_symbol): Updated.
a8f4cde1 2122
ebf7d56b
MK
2123 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2124
d3f13f72
CF
21252003-09-12 Christopher Faylor <cgf@redhat.com>
2126
2127 * win32-nat.c: Reorganize so that defines used by target headers are
2128 actually defined by the system headers.
2129 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2130 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2131
14f75137
JB
21322003-09-12 Jim Blandy <jimb@redhat.com>
2133
d646061f
JB
2134 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2135 the file has no .data, .bss, or .rodata sections. Instead wait
2136 until we see a variable alleged to live in one of those sections.
2137
2a13f9bc
JB
2138 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2139 .bss section, presume that any variables we find live in the
2140 .rodata section.
2141
4f49b26b
JB
2142 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2143 offsets for global and static variables.
2144
14f75137
JB
2145 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2146 symbol types are, by definition, in the .data section, so it is
2147 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2148 If there is no .data section, there should be no N_DATA or N_DATA
2149 | N_EXT symbols.
2150
212c460c
MK
21512003-09-12 Mark Kettenis <kettenis@gnu.org>
2152
2153 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2154 (amd64fbsd_sigcontext_addr): Rewrite.
2155 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2156 with correct values.
2157 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2158 (amd64fbsd_init_abi): Fix typo.
2159
68856ea3
AC
21602003-09-12 Andrew Cagney <cagney@redhat.com>
2161
2162 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2163 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2164
627b3ba2
AC
21652003-09-12 Andrew Cagney <cagney@redhat.com>
2166
2167 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2168 "entry_file_highpc". Update comments.
2169 * defs.h (deprecated_inside_entry_file): Rename
2170 "inside_entry_file".
2171 * blockframe.c (deprecated_inside_entry_file): Rename
2172 "inside_entry_file".
2173 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2174 * vax-tdep.c (vax_frame_chain): Update.
2175 * sh64-tdep.c (sh64_frame_chain): Update.
2176 * sh-tdep.c (sh_frame_chain): Update.
2177 * rs6000-tdep.c (rs6000_frame_chain): Update.
2178 * ns32k-tdep.c (ns32k_frame_chain): Update.
2179 * mips-tdep.c (mips_frame_chain): Update.
2180 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2181 * m32r-tdep.c (m32r_frame_this_id): Update.
2182 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2183 * frv-tdep.c (frv_frame_this_id): Update.
2184 * d10v-tdep.c (d10v_frame_this_id): Update.
2185 * cris-tdep.c (cris_frame_chain): Update.
2186 * blockframe.c (legacy_frame_chain_valid): Update.
2187 * avr-tdep.c (avr_frame_this_id): Update.
2188 * arm-tdep.c (arm_prologue_this_id): Update.
2189 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2190 * objfiles.c (objfile_relocate): Update.
2191 * mipsread.c (mipscoff_symfile_read): Update.
2192 (mipscoff_symfile_read): Update.
2193 * mdebugread.c (parse_partial_symbols): Update.
2194 * dwarfread.c (read_file_scope): Update.
2195 * dwarf2read.c (read_file_scope): Update.
2196 * dbxread.c (read_dbx_symtab): Update.
2197 (read_dbx_symtab): Update.
2198 * coffread.c (complete_symtab): Update.
2199
b0abbc58
JJ
22002003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2201
2202 * top.c (quit_target): New static helper function.
2203 (quit_force): Moved code to quit_target(). Call quit_target()
2204 via catch_errors() to catch errors during quit.
2205
a1632d59
DC
22062003-09-11 David Carlton <carlton@kealia.com>
2207
2208 * buildsym.c (finish_block): Use allocate_block to allocate the
2209 block.
2210 * mdebugread.c (new_block): Add FIXME.
2211
5c4e30ca
DC
22122003-09-11 David Carlton <carlton@kealia.com>
2213
2214 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2215 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2216 (recursive_dump_type): Ditto.
2217 * printcmd.c (print_formatted): Ditto.
2218 * typeprint.c (print_type_scalar): Ditto.
2219 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2220 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2221 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2222 maint_cplus_cmd_list.
2223 * cp-support.c: Make maint_cplus_cmd_list extern.
2224 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2225 command.h.
2226 (lookup_symbol_file): Look in possible namespace blocks when
2227 appropriate.
2228 (initialize_namespace_symtab): New.
2229 (get_possible_namespace_block, free_namespace_block)
2230 (check_possible_namespace_symbols)
2231 (check_possible_namespace_symbols_loop)
2232 (check_one_possible_namespace_symbol)
2233 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2234 (_initialize_cp_namespace): Ditto.
2235 * block.h: Declare allocate_block.
2236 * block.c (allocate_block): New.
2237 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2238 allocate_block.
2239 * symfile.h: Update declaration of add_psymbol_to_list.
2240 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2241 question.
2242 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2243 scan_partial_symbols_call.
2244 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2245 helper functions.
2246 (add_partial_symbol): If necessary, scan mangled names for names
2247 of namespaces.
2248 (add_partial_namespace): Add NAMESPACE argument; generate partial
2249 symbols associated to namespaces.
2250 (add_partial_enumeration): Add NAMESPACE argument.
2251 (new_symbol): Allow namespace syms.
2252 (read_namespace): Generate namespace syms.
2253 * objfiles.h: Add opaque declaration of struct symtab.
2254 (struct objfile): Add cp_namespace_symtab member.
2255 * objfiles.c (allocate_objfile): Set
2256 objfile->cp_namespace_symtab.
2257 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2258 dictionary_h, command_h.
2259
33a7c2fc
AC
22602003-09-11 Andrew Cagney <cagney@redhat.com>
2261
2262 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2263 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2264 near the function's end.
2265 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2266 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2267 regcache_raw_write_signed to set SP_REGNUM.
2268
63cd24fe
EZ
22692003-09-11 Elena Zannoni <ezannoni@redhat.com>
2270
2271 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2272 orig_addrs is set up properly.
2273
f27dd7fd
AC
22742003-09-11 Andrew Cagney <cagney@redhat.com>
2275
2276 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2277 * gdbarch.h, gdbarch.c: Re-generate.
2278 * infcall.c (call_function_by_hand): Update.
2279 * hppa-tdep.c (hppa_push_arguments): Update.
2280 * ada-lang.c (place_on_stack): Update.
2281 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2282 * sparc-tdep.c (sparc_gdbarch_init): Update.
2283 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2284 * hppa-tdep.c (hppa_gdbarch_init): Update.
2285 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2286 stack_align.
2287
f630a401
DJ
22882003-09-11 Daniel Jacobowitz <drow@mvista.com>
2289
2290 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2291 register do need a frame.
2292
0ddabb4c
AC
22932003-09-11 Andrew Cagney <cagney@redhat.com>
2294
2295 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2296 buildable since GDB 5.0.
2297 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2298 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2299 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2300 * irix4-nat.c: Delete file.
2301 * config/mips/irix4.mh: Delete file.
2302 * config/mips/irix3.mh: Delete file.
2303 * config/mips/irix3.mt: Delete file.
2304 * config/mips/tm-irix3.h: Delete file.
2305 * config/mips/nm-irix3.h: Delete file.
2306 * config/mips/xm-irix3.h: Delete file.
2307 * config/mips/nm-irix4.h: Delete file.
2308 * config/mips/xm-irix4.h: Delete file.
2309 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2310
fde2cceb
JB
23112003-09-10 J. Brobecker <brobecker@gnat.com>
2312
2313 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2314 * Makefile.in (hppa-tdep.o): Update dependencies.
2315
66f667f5
JW
23162003-09-10 James E Wilson <wilson@specifixinc.com>
2317
ef5fd69f
JW
2318 * MAINTAINERS: Change my e-mail address. Move to paper trail
2319 section.
66f667f5 2320
53e8aaea
KB
23212003-09-10 Kevin Buettner <kevinb@redhat.com>
2322
2323 * MAINTAINERS (frv): New ISA entry.
2324
dcc6aaff
KB
23252003-09-10 Kevin Buettner <kevinb@redhat.com>
2326
2327 * frv-tdep.c (dis-asm.h): Include.
2328 * Makefile.in (frv-tdep.o): Update dependencies.
2329
932644f0
JJ
23302003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2331
2332 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2333 Fix typo for high range of floating registers.
2334
91c24f0a
DC
23352003-09-09 David Carlton <carlton@kealia.com>
2336
2337 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2338 highpc initialization here out of scan_partial_symbols.
2339 (scan_partial_symbols): Restructure into a recursive version,
2340 calling add_partial_namespace and add_partial_enumeration when
2341 appropriate.
2342 (add_partial_namespace): New.
2343 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2344
c9263853
AC
23452003-09-09 Andrew Cagney <cagney@redhat.com>
2346
e56a0ecc
AC
2347 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2348 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2349 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2350 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2351
794a477a
AC
2352 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2353 (rs6000_push_dummy_call): Set the "TOC" register.
2354
c9263853
AC
2355 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2356 methods "max_register_raw_size", "max_register_virtual_size" or
2357 "register_virtual_size".
2358
afa7d0b2
ILT
23592003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2360
2361 * MAINTAINERS: Update my e-mail address.
2362
7a41266b
AC
23632003-09-09 Andrew Cagney <cagney@redhat.com>
2364
2365 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2366 (rs6000_push_dummy_call): Store the struct return address.
2367 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2368
77b2b6d4
AC
23692003-09-09 Andrew Cagney <cagney@redhat.com>
2370
2371 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2372 "ppc_sysv_abi_push_arguments".
2373 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2374 "ppc_sysv_abi_push_arguments".
2375 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2376 instead of "push_arguments".
2377 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2378
e8a7b686
AC
23792003-09-09 Andrew Cagney <cagney@redhat.com>
2380
2381 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2382 instead of CALL_DUMMY_ADDRESS.
2383
f86f5ca3
PH
23842003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2385
2386 * p-lang.c: Eliminate "register".
2387 * c-lang.c: Ditto.
2388 * expprint.c: Ditto.
2389 * f-lang.c: Ditto.
2390 * jv-lang.c: Ditto.
2391 * language.c: Ditto.
2392 * m2-lang.c: Ditto.
2393 * parse.c: Ditto.
2394 * scm-lang.c: Ditto.
2395 * objc-lang.c: Ditto.
2396
83ee270e
NC
23972003-09-09 Nick Clifton <nickc@redhat.com>
2398
2399 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2400
a89aa300
AC
24012003-09-04 Andrew Cagney <cagney@redhat.com>
2402
2403 * avr-tdep.c: Include "dis-asm.h".
2404 * cris-tdep.c: Include "dis-asm.h".
2405 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2406 instead of corresponding typedef.
2407 * h8300-tdep.c: Include "dis-asm.h".
2408 * ia64-tdep.c: Include "dis-asm.h".
2409 * i386-tdep.c: Include "dis-asm.h".
2410 (i386_print_insn): Use "struct disassemble_info" instead of
2411 corresponding typedef.
2412 * m68k-tdep.c: Include "dis-asm.h".
2413 * mcore-tdep.c: Include "dis-asm.h".
2414 * mips-tdep.c: Include "dis-asm.h".
2415 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2416 instead of corresponding typedef.
2417 * ns32k-tdep.c: Include "dis-asm.h".
2418 * s390-tdep.c: Include "dis-asm.h".
2419 * sparc-tdep.c: Include "dis-asm.h".
2420 * vax-tdep.c: Include "dis-asm.h".
2421 * v850-tdep.c: Include "dis-asm.h".
2422 * mn10300-tdep.c: Include "dis-asm.h".
2423 * rs6000-tdep.c: Include "dis-asm.h".
2424 * xstormy16-tdep.c: Include "dis-asm.h".
2425 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2426 print_insn_xstormy16.
2427 * Makefile.in (v850-tdep.o): Update dependencies.
2428 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2429 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2430 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2431 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2432 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2433 (gdbarch_h): Remove $(dis_asm_h).
2434 * disasm.c: Include "dis-asm.h".
2435 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2436 corresponding typedef.
2437 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2438 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2439 * gdbarch.sh: Do not include "dis-asm.h".
2440 (struct disassemble_info): Declare opaque.
2441 (TARGET_PRINT_INSN): Update declaration.
2442 * gdbarch.h, gdbarch.c: Re-generate.
2443
88a82a65
AC
24442003-09-08 Andrew Cagney <cagney@redhat.com>
2445
2446 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2447 CALL_DUMMY_ADDRESS, change to a predicate.
2448 * gdbarch.h, gdbarch.c: Re-generate.
2449 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2450 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2451 * infcall.c (call_function_by_hand): Ditto.
2452 * sparc-tdep.c (sparc_push_return_address): Ditto.
2453 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2454 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2455 CALL_DUMMY_ADDRESS with entry_point_address.
2456 * v850-tdep.c (v850_push_return_address): Ditto.
2457 * s390-tdep.c (s390_push_return_address): Ditto.
2458 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2459 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2460 * mcore-tdep.c (mcore_push_return_address): Ditto.
2461 * cris-tdep.c (cris_push_return_address): Ditto.
2462 * arm-tdep.c (arm_push_return_address): Ditto.
2463
3e2c4033
AC
24642003-09-08 Andrew Cagney <cagney@redhat.com>
2465
2466 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2467 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2468 and REG_UNMODIFIED to REG_SAME_VALUE.
2469 (execute_cfa_program): Update.
2470 (dwarf2_frame_cache): Update. Initialize table to
2471 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2472 location.
2473 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2474
39efb398
AC
24752003-09-08 Andrew Cagney <cagney@redhat.com>
2476
2477 * gnu-nat.c: Remove "inline" function attribute.
2478 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2479
f5cb5aca
KB
24802003-09-08 Kevin Buettner <kevinb@redhat.com>
2481
2482 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2483 target.
2484
1cb761c7
KB
24852003-09-08 Kevin Buettner <kevinb@redhat.com>
2486
2487 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2488 (frame_extra_info): Rename this struct to frv_unwind_cache.
2489 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2490 Add fields ``prev_sp'' and ``base''.
2491 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2492 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2493 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2494 Delete.
2495 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2496 Revise all callers. Fill in the unwind cache argument and make
2497 other adjustments to account for new frame mechanisms.
2498 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2499 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2500 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2501 (frv_frame_unwind, frv_frame_base): New structs.
2502 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2503 additional arguments expected by this method and adjust function
2504 body accordingly.
2505 (frv_gdbarch_init): Remove calls to the following functions:
2506 set_gdbarch_deprecated_init_frame_pc(),
2507 set_gdbarch_deprecated_saved_pc_after_call(),
2508 set_gdbarch_deprecated_frame_chain(),
2509 set_gdbarch_deprecated_frame_saved_pc(),
2510 set_gdbarch_deprecated_frame_init_saved_regs(),
2511 set_gdbarch_deprecated_push_arguments(),
2512 set_gdbarch_deprecated_push_return_address(),
2513 set_gdbarch_deprecated_pop_frame(),
2514 set_gdbarch_deprecated_call_dummy_words(),
2515 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2516 set_gdbarch_deprecated_init_extra_frame_info(),
2517 set_gdbarch_deprecated_dummy_write_sp(), and
2518 set_gdbarch_deprecated_pc_in_call_dummy().
2519 Add calls to the following functions:
2520 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2521 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2522 frame_base_set_default().
2523 * Makefile.in (frv-tdep.o): Update dependencies.
a8f4cde1 2524
68f6cf99
MK
25252003-09-09 Mark Kettenis <kettenis@gnu.org>
2526
2527 * dwarf2-frame.c (read_encoded_value): Add support for
2528 DW_EH_PE_aligned encoding.
2529
73b65bb0
DJ
25302003-09-08 Daniel Jacobowitz <drow@mvista.com>
2531
2532 * infrun.c (normal_stop): Don't print a message if the inferior
2533 has exited.
2534
7c8a5605
JB
25352003-09-08 Jim Blandy <jimb@redhat.com>
2536
2537 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2538 * dbxread.c: #include "gdb_assert.h".
2539 (read_dbx_symtab): If the objfile has no .data section, use the
2540 section index for the .bss section instead.
2541
7dd88986
DJ
25422003-09-08 Daniel Jacobowitz <drow@mvista.com>
2543
2544 * frame.c (deprecated_safe_get_selected_frame): New function.
2545 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2546 * findvar.c (read_var_value): Call it.
2547
55ff77ac
CV
25482003-09-08 Corinna Vinschen <vinschen@redhat.com>
2549
2550 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2551 (sh64-tdep.o): Add dependencies.
2552 * configure.tgt: Add FIXME to sh-*-linux*.
2553 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2554 (sh_gdbarch_init): Always set correct sh_show_regs function
a8f4cde1 2555 pointer. Call sh64_gdbarch_init() if machine type is sh5.
55ff77ac
CV
2556 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2557 * sh64-tdep.c: New file, containing all sh64 related code from
2558 sh-tdep.c.
2559 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2560 * config/sh/linux.mt (TDEPFILES): Ditto.
a8f4cde1 2561 * config/sh/nbsd.mt (TDEPFILES): Ditto.
55ff77ac
CV
2562 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2563 * config/sh/wince.mt (TDEPFILES): Ditto.
2564
bfb39158
DJ
25652003-09-07 Daniel Jacobowitz <drow@mvista.com>
2566
2567 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2568 (stop_wait_callback): Handle !lp->signalled also.
2569 (lin_lwp_has_pending, flush_callback): New functions.
2570 (lin_lwp_wait): Call flush_callback.
2571 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2572 (linux_proc_pending_signals): New function.
2573 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2574
9407de8e
DJ
25752003-09-07 Daniel Jacobowitz <drow@mvista.com>
2576
2577 From Nick Kelsey <nickk@ubicom.com>:
2578 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2579 when the stop PC is at the beginning of a function also.
2580
2ef47cd0
DJ
25812003-09-06 Daniel Jacobowitz <drow@mvista.com>
2582
2583 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2584 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2585
6f4492c8
MK
25862003-09-06 Mark Kettenis <kettenis@gnu.org>
2587
2588 * sol-thread.c: Include "gdb_string.h".
2589
d3420b2f
MK
25902003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2591
2592 * gcore.c: Reorder include files in alphabetical order. Include
2593 "gdb_assert.h". Various coding style fixes.
2594 (derive_stack_segment, derive_heap_segment): Replace check for
2595 non-null BOTTOM and TOP with gdb_assert.
2596 (derive_heap_segment): Replace check for successful creation of
2597 ZERO with gdb_assert.
2598 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2599
5220ea4c
AC
26002003-09-04 Andrew Cagney <cagney@redhat.com>
2601
2602 * thread-db.c (verbose_dlsym): New function.
2603 (thread_db_load): Use verbose_dlsym
2604 (thread_db_new_objfile): Print that libthread_db was loaded, and
2605 that thread debugging was enabled.
2606
6e8c2c06
AC
26072003-09-04 Andrew Cagney <cagney@redhat.com>
2608
2609 * configure.tgt: Add "mips64*-*-*" target. Delete
2610 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2611 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2612 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2613 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2614 mips*-sony-*, and mips64*-*-elf* targets.
2615 * config/mips/embedl.mt: Delete file.
2616 * config/mips/embedl64.mt: Delete file.
2617 * config/mips/mips.mt: Delete file.
2618 * config/mips/mips64.mt: Delete file.
2619 * config/mips/tm-embed.h: Delete file.
2620 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2621 * config/mips/embed64.mt: Delete out-of-date comment.
2622
3a3bc038
AC
26232003-09-04 Andrew Cagney <cagney@redhat.com>
2624
2625 * hppa-tdep.c (hppa_gdbarch_init): Set
2626 "have_nonsteppable_watchpoint".
2627 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2628 * mips-tdep.c (mips_dump_tdep): Do not print
2629 HAVE_NONSTEPPABLE_WATCHPOINT.
2630 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2631 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2632 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2633 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2634
a957e642
CV
26352003-09-04 Corinna Vinschen <vinschen@redhat.com>
2636
2637 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2638 unused code. Add comment.
2639
a6fbcf2f
CV
26402003-09-04 Corinna Vinschen <vinschen@redhat.com>
2641
2642 * breakpoint.c (watchpoint_check): Check for pc being in an
2643 epilogue if watchpoint frame couldn't be found.
2644
c14a44d5
AC
26452003-09-04 Andrew Cagney <cagney@redhat.com>
2646
2647 * Makefile.in: Re-generate all dependencies.
2648
f6c40618
AC
26492003-09-03 Andrew Cagney <cagney@redhat.com>
2650
2651 * arch-utils.h (legacy_print_insn): Delete declaration.
2652 * arch-utils.c (legacy_print_insn): Delete function.
2653 * disasm.c (deprecated_tm_print_insn_info): Delete.
2654 (_initialize_disasm): Delete function, contained code initializing
2655 deprecated_tm_print_insn_info.
2656 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2657 (deprecated_tm_print_insn_info): Delete.
2658 (TARGET_PRINT_INSN): Do not provide a default.
2659 * gdbarch.h, gdbarch.c: Re-generate.
2660
242e8be5
AC
26612003-09-03 Andrew Cagney <cagney@redhat.com>
2662
2663 * disasm.c (fprintf_disasm): New function.
2664 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2665 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2666 reverts 2003-08-14 change.
2667 (_initialize_disasm): Call "init_disassemble_info", instead of
2668 INIT_DISASSEMBLE_INFO_NO_ARCH.
2669
3ffc3dda
MS
26702003-09-03 Michael Snyder <msnyder@redhat.com>
2671
2672 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2673
52d16ba8
AC
26742003-09-03 Andrew Cagney <cagney@redhat.com>
2675
2676 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2677 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2678 * symfile.c (syms_from_objfile): Update.
2679 (reread_symbols): `Update
2680 * exec.c (exec_file_attach): Update.
2681 (exec_file_attach): Update.
2682 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2683 2003-08-29 change.
2684 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2685
eb5492fa
DJ
26862003-09-03 Daniel Jacobowitz <drow@mvista.com>
2687
2688 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2689 trad-frame.h.
2690 (arm_get_cache): Delete macro.
2691 (struct arm_prologue_cache): Update comments. Make saved_regs into
2692 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2693 to prev_sp.
2694 (thumb_scan_prologue): Update for cache changes. Don't call
2695 DEPRECATED_PC_IN_CALL_DUMMY.
2696 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2697 argument and use it in desperation search for our prologue. Do not
2698 search past the specified PC.
2699 (arm_make_prologue_cache): Simplify.
2700
2701 (arm_prologue_this_id, arm_prologue_prev_register)
2702 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2703 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2704 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2705 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2706 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2707
2708 (arm_frame_chain_valid, arm_find_callers_reg)
2709 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2710 (arm_pop_frame): Delete obsolete methods.
2711 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2712
2713 (arm_gdbarch_init): Update for new frame methods. Register prologue
2714 and sigtramp unwinders. Set the default frame base method.
2715
2716 * Makefile.in (arm-tdep.o): Update dependencies.
2717 * varobj.c (find_frame_addr_in_frame_chain): Call
2718 get_frame_base_address.
2719 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2720
24de872b
DJ
27212003-09-03 Daniel Jacobowitz <drow@mvista.com>
2722
2723 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2724 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2725 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2726 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2727 Take NEXT_FRAME and CACHE arguments. Call
2728 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2729 Set unwound_pc in CACHE instead of modifying the frame argument.
2730 Don't bother checking the frame type when looking for sigtramp
2731 frames.
2732 (arm_make_prologue_cache, arm_frame_chain)
2733 (arm_init_extra_frame_info): New functions.
2734
9b8d791a
DJ
27352003-09-03 Daniel Jacobowitz <drow@mvista.com>
2736
2737 * arm-tdep.c (arm_get_cache): Define.
2738 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2739 unwound_sp, unwound_pc, and saved_regs.
2740 (thumb_scan_prologue): Take a cache instead of the frame.
2741 (arm_scan_prologue): Likewise.
2742 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2743 instead of a temporary frame.
2744 (arm_init_extra_frame_info): Allocate and use a cache.
2745 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2746
7ee3275f
AC
27472003-09-03 Andrew Cagney <cagney@redhat.com>
2748
2749 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2750 * config/mips/wince.mt (TM_CLIBS): Ditto.
2751 * config/sh/wince.mt (TM_CLIBS): Ditto.
2752 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2753 * config/sparc/sp64.mt (CC): Delete.
2754
57b29be7
AC
27552003-09-03 Andrew Cagney <cagney@redhat.com>
2756
2757 * defs.h: Do not include "arch-utils.h".
2758 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2759 GDB_MULTI_ARCH_PURE.
2760 * configure.in (GDB_MULTI_ARCH): Do not define.
2761 * configure, config.in: Regenerate.
2762 * configure.tgt: Do not set variable "gdb_multi_arch".
2763 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2764 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2765 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2766 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2767 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2768 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2769 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2770 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2771 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2772 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2773 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2774 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2775 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2776 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2777 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2778 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2779 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2780 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
a8f4cde1 2781
12e035e2
MC
27822003-08-30 Michael Chastain <mec@shout.net>
2783
2784 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2785 * config/m68k/nm-hp300hpux.h: Delete.
2786 * config/m68k/tm-hp300hpux.h: Delete.
2787 * config/m68k/xm-hp300hpux.h: Delete.
2788 * config/m68k/xm-hp300bsd.h: Delete.
2789 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2790 tm-hp300hpux.h, xm-hp300hpux.h.
2791 * somsolib.c: Remove comment about hp300 shared libraries.
2792
bda34dc2
MK
27932003-08-31 Mark Kettenis <kettenis@gnu.org>
2794
5bca7895
MK
2795 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2796 Only define PTRACE_GET_THREAD_AREA is not already defined.
2797 Various style fixes in code and comments and some additional
2798 spelling fixes in comments. Move after functions dealing with
2799 debug registers.
2800 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2801 Fix coding-style.
2802
bda34dc2
MK
2803 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2804 frame_unwind_register_unsigned instead of
2805 frame_unwind_unsigned_register.
2806
c890192f
MK
28072003-08-30 Mark Kettenis <kettenis@gnu.org>
2808
2809 * configure.in: Search for gethostbyname in libnsl.
2810 * configure: Regenerated.
2811
60fac5b8
MK
28122003-08-29 Mark Kettenis <kettenis@gnu.org>
2813
e294916c
MK
2814 * configure.in: Remove redundant AC_MSG_RESULT in check for
2815 uintptr_t in stdint.h.
2816 * configure: Regenerated.
2817
c40d267a
MK
2818 * amd64-nat.h (struct regcache): Add opaque declaration.
2819
60fac5b8
MK
2820 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2821 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2822 Change "register array" to "register cache" in comments.
2823 (x86_64_linux_gregset64_reg_offset): New variable.
2824 (GETREGS_SUPPLIES): Remove macro.
2825 (supply_gregset): Call amd64_supply_native_gregset instead of
2826 x86_64_linux_supply_gregset.
2827 (fill_gregset): Rename `regno' to `regnum'. Call
2828 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2829 (store_regs): Rename `regno' to `regnum'.
2830 (store_fpregs): Rename `regno' to `regnum'.
2831 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2832 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2833 Reorganize function a bit.
2834 (store_inferior_registers): Rename `regno' to `regnum'. Use
2835 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2836 Reorganize function a bit.
2837 (_initialize_x86_64_linux_nat): New function.
2838 * config/i386/x86-64linux.mh.
2839
546143b6
AC
28402003-08-29 Andrew Cagney <cagney@redhat.com>
2841
2842 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2843 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2844 (target_remove_watchpoint): Delete macro.
2845 (target_insert_watchpoint): Delete macro.
2846 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2847 (remote_mips_stopped_by_watchpoint): Delete declaration.
2848 (remote_mips_remove_watchpoint): Delete declaration.
2849 (remote_mips_set_watchpoint): Delete declaration.
2850 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2851 * remote-mips.c (_initialize_remote_mips): Set
2852 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2853 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2854 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2855 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2856 (mips_stopped_by_watchpoint): Rename
2857 remote_mips_stopped_by_watchpoint.
2858 (mips_can_hardware_watchpoint): Rename
2859 remote_mips_can_use_hardware_watchpoint, update function
2860 signature.
2861
7bace51b
MK
28622003-08-29 Mark Kettenis <kettenis@gnu.org>
2863
b0f5c6f2
MK
2864 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2865 USER_DS. We haven't given them a register number yet.
2866
2a6d284d
MK
2867 * amd64-nat.h: New file.
2868 * amd64-nat.c: New file.
2869 * amd64fbsd-nat.c: Include "amd64-nat.h".
2870 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2871 (amd64fbsd32_r_reg_offset): New variable.
2872 (supply_gregset): Simply call amd64_supply_native_gregset.
2873 (fill_gregset): Rename `regno' to `regnum'. Simply call
2874 amd64_collect_native_gregset.
2875 (fill_fpregset): Rename `regno' to `regnum'.
2876 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2877 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2878 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2879 `fpregset_t'. Call amd64_supply_native_gregset instead of
2880 supply_gregset. Call x86_64_supply_fxsave instead of
2881 supply_fpregset.
2882 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2883 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2884 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2885 `fpregset_t'. Call amd64_collect_native_gregset instead of
2886 fill_gregset. Call x86_64_collect_fxsave instead of
2887 fill_fpregset.
2888 (_initialize_am64fbsd_nat): Initialize
2889 amd64_native_gregset32_reg_offset and
2890 amd64_native_gregset64_reg_offset.
2891 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2892
a16d75cc
MK
2893 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2894 null pointer. Fix typo in comment.
2895
7bace51b
MK
2896 * regcache.c (supply_register): Reimplement to call
2897 regcache_raw_supply.
2898 (regcache_collect): Reimplement by calling regcache_raw_collect.
2899
9a661b68
MK
29002003-08-28 Mark Kettenis <kettenis@gnu.org>
2901
2902 * regcache.c (register_buffer): Consitify first argument.
2903 (regcache_raw_supply, regcache_raw_collect): New
2904 functions.
2905
e94cc8fa
DJ
29062003-08-28 Daniel Jacobowitz <drow@mvista.com>
2907
2908 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2909 by Nathan J. Williams.
2910
c64bd0ce
DJ
29112003-08-28 Daniel Jacobowitz <drow@mvista.com>
2912
2913 * lin-lwp.c (wait_lwp): New function, copied from
2914 stop_wait_callback. Clean up.
2915 (stop_wait_callback): Use wait_lwp.
2916
e5ab0dce
AC
29172003-08-28 Andrew Cagney <cagney@redhat.com>
2918
2919 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2920 flavour and disassembler options.
2921 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2922 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2923 deprecated_tm_print_insn_info.
a8f4cde1 2924
a788de9b
AC
29252003-08-27 Andrew Cagney <cagney@redhat.com>
2926
2927 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2928 Use target_read_memory.
2929 (s390_get_frame_info): Update. Do not reference
2930 deprecated_tm_print_insn_info.
2931 (s390_check_function_end, s390_is_sigreturn): Ditto.
2932
36482093
AC
29332003-08-27 Andrew Cagney <cagney@redhat.com>
2934
2935 * Makefile.in (cris-tdep.o): Update dependencies.
2936 * cris-tdep.c: Include "gdb_assert.h".
2937 (cris_gdbarch_init): Set print_insn.
2938 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2939 (cris_delayed_get_disassembler): Simplify, directly call the
2940 disassembler returned by cris_get_disassembler.
2941 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2942 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2943 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2944 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2945 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2946 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2947 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2948 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2949 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2950 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2951 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2952 (gdb_print_insn_sparc): Delete function.
2953 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2954 deprecated_tm_print_insn_info.
2955 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2956 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2957 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2958 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2959 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2960 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2961 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2962 (s390_gdbarch_init): Set print_insn.
2963
0285512f
AC
29642003-08-27 Andrew Cagney <cagney@redhat.com>
2965
2966 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2967 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2968 * infcall.c (call_function_by_hand): Convert the entry point
2969 address into a code address.
2970
cdcd5552
AC
29712003-08-27 Andrew Cagney <cagney@redhat.com>
2972
2973 * dsrec.c: Include "gdb_string.h".
2974 * Makefile.in (dsrec.o): Update dependencies.
2975
e85cddad
MC
29762003-08-27 Michael Chastain <mec@shout.net>
2977
2978 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2979
8bbfbb23
AC
29802003-08-27 Andrew Cagney <cagney@redhat.com>
2981
2982 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2983 (alpha_osf1_init_abi): Do not set call_dummy_address.
2984
ba058b66
DC
29852003-08-27 David Carlton <carlton@kealia.com>
2986
2987 From Randolph Chung <tausq@debian.org>:
2988 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2989 compiles with -Wformat-nonliteral -Werror.
2990
87f84c9d
JB
29912003-08-26 Jim Blandy <jimb@redhat.com>
2992
2993 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2994 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2995 bfd_lookup_symbol, since we only want symbols in code sections.
2996 (look_for_base): Pass zero as the SECT_FLAGS argument to
2997 bfd_lookup_symbol, since we're not concerned about which section
2998 the symbol is in.
2999
102d615a
JJ
30002003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3001
3002 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
a8f4cde1 3003 we are frameless or the return address register is already known.
102d615a 3004
cc7ad3ea
AC
30052003-08-26 Andrew Cagney <cagney@redhat.com>
3006
3007 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3008 in size. Add comments.
3009
af8b88dd
JJ
30102003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3011
3012 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
a8f4cde1 3013 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
af8b88dd 3014
e0a4f5a1
JM
30152003-08-26 Jason Merrill <jason@redhat.com>
3016
3017 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3018 case out of #ifdef MIPS block.
3019
4ae9ee8e
DJ
30202003-08-25 Daniel Jacobowitz <drow@mvista.com>
3021
3022 PR java/1322
3023 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3024 available before calling SECT_OFF_TEXT.
3c164570 3025 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 3026
004d836a
JJ
30272003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3028
a8f4cde1 3029 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
004d836a
JJ
3030 bof, and nat0-nat127 as pseudo-registers.
3031 (ia64_frame_cache): New struct used to cache frame info.
3032 (ia64_register_reggroup_p): New routine used to override default
a8f4cde1 3033 register grouping so registers without names are still saved and
004d836a 3034 restored.
a8f4cde1 3035 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
004d836a
JJ
3036 pseudo values.
3037 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3038 (ia64_pseudo_register_write): New routine to write pseudo-registers.
a8f4cde1 3039 (ia64_alloc_frame_cache): New routine to create a new
004d836a
JJ
3040 ia64_frame_cache.
3041 (examine_prologue): Change prototype to add next_frame pointer.
3042 Assume frameless until otherwise proven. Verify that the cfm for
a8f4cde1 3043 current frame matches the cfm that should occur for the prologues
004d836a
JJ
3044 alloc insn and if equal, mark as not frameless. At end of routine,
3045 if not frameless, calculate registers for the previous frame and store
3046 in the cache, if a cache is provided.
3047 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3048 and pass 0 for next_frame.
3049 (ia64_store_return_value): Change to use convert_typed_floating()
3050 instead of calling ia64_convert_to_raw().
3051 (ia64_extract_return_value): Change to use convert_typed_floating()
3052 instead of calling ia64_convert_to_virtual().
3053 (ia64_frame_cache): New routine to support new frame model.
3054 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3055 (ia64_frame_sniffer): Ditto.
3056 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3057 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3058 (ia64_sigtramp_frame_prev_register): Ditto.
3059 (ia64_sigtramp_frame_sniffer): Ditto.
3060 (ia64_frame_base_address): Ditto.
3061 (ia64_extract_struct_value_address): Change to issue error message.
3062 (ia64_frame_align): New routine to align sp.
3063 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
a8f4cde1 3064 (ia64_push_arguments): Removed. Logic moved to
004d836a
JJ
3065 ia64_push_dummy_call().
3066 (ia64_push_return_address): Ditto.
3067 (ia64_unwind_dummy_id): New function.
3068 (ia64_unwind_pc): Ditto.
3069 (ia64_convert_register_p): Ditto.
3070 (ia64_register_to_value): Ditto.
3071 (ia64_value_to_register): Ditto.
3072 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3073 (ia64_register_byte, ia64_register_raw_size): Ditto.
3074 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3075 (ia64_saved_pc_after_call): Ditto.
3076 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3077 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3078 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3079 (ia64_register_convert_to_raw): Ditto.
3080 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3081 (ia64_init_extra_frame_info): Ditto.
3082 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3083 (ia64_gdbarch_init): Remove registering of deprecated functions that
3084 are no longer used. Add registration of new gdbarch functions.
3085 Remove registering deprecated_write_sp. Replace
3086 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3087 Delete set_gdbarch_deprecated_register_convertible(),
3088 set_gdbarch_deprecated_register_convert_to_virtual(), and
3089 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3090 set_gdbarch_deprecated_register_size(),
3091 set_gdbarch_deprecated_register_bytes(),
3092 set_gdbarch_pcregnum(),
3093 set_gdbarch_deprecated_register_byte(),
3094 set_gdbarch_deprecated_register_raw_size(),
3095 set_gdbarch_deprecated_max_register_raw_size(),
3096 set_gdbarch_deprecated_register_virtual_size(),
3097 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3098 Replace set_gdbarch_deprecated_extract_return_value() with
3099 set_gdbarch_extract_return_value(). Remove calls to:
3100 set_gdbarch_deprecated_saved_pc_after_call();
3101 set_gdbarch_deprecated_frame_chain(),
3102 set_gdbarch_deprecated_frame_saved_pc(),
3103 set_gdbarch_deprecated_frame_init_saved_regs(),
3104 set_gdbarch_deprecated_get_saved_register(),
3105 set_gdbarch_deprecated_call_dummy_words(),
3106 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3107 set_gdbarch_deprecated_init_extra_frame_info(),
3108 set_gdbarch_deprecated_frame_args_address(),
3109 set_gdbarch_deprecated_frame_locals_address(),
3110 and set_gdbarch_deprecated_dummy_write_sp().
3111 Add set_gdbarch_convert_register_p(),
3112 set_gdbarch_register_to_value(),
3113 set_gdbarch_value_to_register(),
3114 set_gdbarch_push_dummy_call(),
3115 set_gdbarch_frame_align(),
3116 set_gdbarch_unwind_dummy_id(),
3117 set_gdbarch_unwind_pc(),
3118 frame_unwind_append_sniffer(),
3119 frame_unwind_append_sniffer(),
3120 and frame_base_set_default().
3121
aede7613
CD
31222003-08-25 Chris Demetriou <cgd@broadcom.com>
3123
3124 * configure.tgt: Document need for special "mipsisa64" handling.
3125 (mipsisa64*-*-linux64): Handle as target linux64.
3126 (mipsisa64*-*-*): Handle as target embed64.
3127
43c3a82e
MC
31282003-08-18 Michael Chastain <mec@shout.net>
3129
3130 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3131 objfile bug.
3132
6564f77d
MK
31332003-08-24 Mark Kettenis <kettenis@gnu.org>
3134
2de139ba
MK
3135 * i387-tdep.h: Update copyright date.
3136 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3137
6564f77d
MK
3138 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3139 CFLAGS games to reflect reality.
3140
42cf1509
AC
31412003-08-24 Andrew Cagney <cagney@redhat.com>
3142
3143 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3144 GDB_MULTI_ARCH is always non-zero.
3145 * osabi.c (_initialize_gdb_osabi): Ditto.
3146 (gdbarch_init_osabi): Ditto.
3147 * sparc-tdep.c: Ditto for #if code.
3148
0485f6ad
MK
31492003-08-23 Mark Kettenis <kettenis@gnu.org>
3150
3151 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3152 Update comments.
3153 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3154 comments.
3155 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3156 x86_64_supply_fxsave.
3157 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3158 x86_64_supply_fxsave.
3159 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3160 x86_64_supply_fxsave.
3161
c7716133
AJ
31622003-08-23 Andreas Jaeger <aj@suse.de>
3163
3164 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3165 i387_supply_fxsave.
3166
ed504bdf
MK
31672003-08-23 Mark Kettenis <kettenis@gnu.org>
3168
3169 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3170 i387_supply_register.
3171 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3172 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3173 i387_supply_fsave.
3174 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3175 i387_supply_fxsave.
3176 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3177 i387_supply_fsave.
3178 * i386bsd-nat.c (supply_fpregset): Adjust call to
3179 i387_supply_fsave.
3180 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3181 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3182 supply_fpregset.
3183 (store_inferior_registers): Remove extraneous whitespace. Call
3184 i387_fill_fsave instead of fill_fpregset.
3185 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3186 (supply_fpregset): Likewise.
3187 * i386v4-nat.c (supply_fpregset): Adjust call to
3188 i387_supply_fsave.
3189 * i386-interix-nat.c (supply_fpregset): Adjust call to
3190 i387_supply_fsave.
3191 * i386-linux-nat.c (supply_fpregset): Adjust call to
3192 i387_supply_fsave.
3193 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3194 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3195 i387supply_fsave and i387_supply_fxsave.
3196 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3197 Incorporate code from `i387_supply_register.
3198 (i387_supply_register): Remove.
3199 (i387_supply_fxsave): Add `regnum' argument.
3200 Update comments.
3201 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3202 prototype.
3203 (i387_supply_register): remove prototype.
3204 Update comments.
a8f4cde1 3205
4be5d520
MC
32062003-08-22 Michael Chastain <mec@shout.net>
3207
3208 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3209 Add lines for files in gdb/testsuite/gdb.cp/* that are
3210 still not 8.3 unique.
3211
7ed85d26
DJ
32122003-08-22 Daniel Jacobowitz <drow@mvista.com>
3213
3214 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3215 TYPE_VPTR_FIELDNO is valid.
3216
eb0d3137
MK
32172003-08-19 Mark Kettenis <kettenis@gnu.org>
3218
3219 * utils.c (set_width_command): Remove prototypes.
3220 (set_screen_size): New prototype.
3221 (init_page_info): Simplify by fetching the screen size from
3222 Readline. Call set_screen_size.
3223 (set_screen_size): New function.
3224 (set_width): Add missing whitespace in comment.
3225 (set_width_command): Call set_screen_size.
3226 (set_height_command): New function.
3227 (initialize_utils): Fix formatting. Make "set height" command
3228 call set_height_command. Remove redundant code that turns off
3229 pagination if output isn't a terminal. Remove redundant call to
3230 set_width_command.
a8f4cde1 3231
7e6d0ac8
MK
32322003-08-22 Mark Kettenis <kettenis@gnu.org>
3233
3567a8ea
MK
3234 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3235 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3236 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3237 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3238 `case' keyword.
3239 (sparc64_register_info): Give the reister with number
3240 SPARC64_STATE_REGNUM a name.
3241 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3242 %asi and %ccr.
3243 (sparc64_push_dummy_call): Take BIAS into account when checking
3244 stcak alignment.
3245 (sparc_software_single_step): Remove assertions that check whether
3246 NPC and NNPC were zero.
3247 (sparc_supply_rwindow): Make public. Merge functionality with
3248 sparc64_supply_rwindow.
3249 (sparc_fill_rwindow): Make public. Merge functionality with
3250 sparc64_fill_rwindow.
3251 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3252 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3253 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3254 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3255 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3256
7e6d0ac8
MK
3257 * reggroups.c: Add whitespace after declarations of local
3258 variables in functions.
3259
72e5f484
MC
32602003-08-21 Michael Chastain <mec@shout.net>
3261
3262 * gdbtypes.h: Change array bound type from an int to enum.
3263
435ac228
AC
32642003-08-21 Andrew Cagney <cagney@redhat.com>
3265
3266 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3267 * config/sparc/tm-sparc.h: Ditto.
3268 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3269 unconditionally.
3270 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3271
0d0e1a63
MK
32722003-07-13 Mark Kettenis <kettenis@gnu.org>
3273
3274 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3275 (register_objfile_data, set_objfile_data, objfile_data): New
3276 prototypes.
3277 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3278 prototypes.
3279 (allocate_objfile): Call objfile_alloc_data.
3280 (free_objfile): Call objfile_free_data.
3281 (struct objfile_data): New.
3282 (struct objfile_data_registration): New.
3283 (struct objfile_data_registry): New.
3284 (objfile_data_registry): New variable.
3285 (register_objfile_data): New function.
3286 (objfile_alloc_data, objfile_free_data): New functions.
3287 (set_objfile_data, objfile_data): New functions.
3288 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3289 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3290 (_initialize_dwarf2_frame): New function and prototype.
3291
d90cf509
AC
32922003-08-21 Andrew Cagney <cagney@redhat.com>
3293
3294 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3295 a specific architecture.
3296 * arch-utils.h (set_architecture_from_arch_mach): Delete
3297 declaration.
3298 (target_architecture_hook): Delete declaration.
3299 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3300 (default_float_format): Assume GDB_MULTI_ARCH.
3301 (default_double_format): Assume GDB_MULTI_ARCH.
3302 (set_endian_from_file): Delete function.
3303 (arch_ok): Delete function.
3304 (set_arch): Delete function.
3305 (set_architecture_from_arch_mach): Delete function.
3306 (set_architecture_from_file): Delete function.
3307 (set_architecture): Assume GDB_MULTI_ARCH.
3308 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3309
8b39fe56
MK
33102003-08-21 Mark Kettenis <kettenis@gnu.org>
3311
3312 Rewrite FreeBSD/sparc64 native configuration.
3313 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3314 * sparc64fbsd-nat.c: New file.
3315 * sparc64fbsd-tdep.c: New file.
3316 * sparc64-tdep.c sparc64-tdep.h: New files.
3317 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3318 sparc64fbsd-tdep.o): New dependencies.
3319 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3320 and sparc64fbsd-tdep.c.
3321 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3322 * config/sparc/fbsd.mh: Remove copyright notice.
3323 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3324 sparcbsd-nat.o.
3325 * config/sparc/fbsd.mt: Remove copyright notice.
3326 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3327 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3328 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3329 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3330 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3331 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3332 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3333 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3334 "sparc/tm-sp64.h".
3335 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3336 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3337
a7f19c79
MC
33382003-08-21 Michael Chastain <mec@shout.net>
3339
3340 * symtab.h: Add doco on the space critical structures and
3341 some measurements of space usage.
3342
da08ea5b
MS
33432003-08-21 Michael Snyder <msnyder@redhat.com>
3344
3345 * tracepoint.c (trace_dump_command): Trace break address
3346 is subject to DECR_PC_AFTER_BREAK.
3347 (set_traceframe_context): Make "trace_line" an int.
3348 Fixes suggested by Mark Newman <mark.newman@lmco.com>
a8f4cde1 3349
6df2bf50
MS
33502003-08-20 Michael Snyder <msnyder@redhat.com>
3351
3352 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
a8f4cde1
RM
3353 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3354 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
6df2bf50 3355 argument passing.
a8f4cde1 3356 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
6df2bf50
MS
3357 functions, replace sh_push_dummy_call.
3358 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3359
0955bbf0
MC
33602003-08-20 Michael Chastain <mec@shout.net>
3361
3362 * gdbtypes.h (struct main_type): Rearrange to save space.
3363
260a4188
MS
33642003-08-20 Michael Snyder <msnyder@redhat.com>
3365
3366 * trad-frame.c: Comment typo fix.
3367
8baa6f92
KB
33682003-08-20 Michael Snyder <msnyder@redhat.com>
3369 Kevin Buettner <kevinb@redhat.com>
3370
3371 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3372 (frv_frame_init_saved_regs): Add declaration.
3373 (frame_extra_info): Add new field ``saved_regs''.
3374 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3375 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3376 Update frame related code.
3377 (frv_extract_struct_value_address): Adjust formatting.
3378 * Makefile.in (frv-tdep.o): Update dependencies.
3379 * config/frv/tm-frv.h (target_insert_watchpoint)
3380 (target_remove_watchpoint, target_insert_hw_breakpoint)
3381 (target_remove_hw_breakpoint): Delete these macros.
3382 (remote_insert_watchpoint, remote_remove_watchpoint)
3383 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3384 these declarations.
3385
87193939
MC
33862003-08-20 Michael Chastain <mec@shout.net>
3387
3388 * defs.h (ENUM_BITFIELD): New macro.
3389 * symtab.h (ENUM_BITFIELD): Use it.
3390 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3391
062103ba
SA
33922003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3393
3394 * MAINTAINERS (write after approval): Add myself.
a8f4cde1 3395
8b148df9
AC
33962003-08-18 Andrew Cagney <cagney@redhat.com>
3397
3398 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3399 * gdbarch.h, gdbarch.c: Re-generate.
3400 * infcall.c (call_function_by_hand): Adjust the SP by
3401 frame_red_zone_size before allocating any stack space.
3402 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3403 * x86-64-tdep.c (x86_64_frame_align): New function.
3404 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3405
3406 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3407 Remove code adjusting SP so that it skips over the Red Zone.
3408
954a4db8
MK
34092003-08-18 Mark Kettenis <kettenis@gnu.org>
3410
3411 * NEWS (New native configurations): Mention FreeBSD/amd64.
3412
1a241548
AC
34132003-08-18 Andrew Cagney <cagney@redhat.com>
3414
3415 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3416 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3417 "m68k_frame_p".
3418 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3419
f82b2acd
MK
34202003-08-18 Mark Kettenis <kettenis@gnu.org>
3421
3422 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3423
4056d258
ML
34242003-08-18 Michal Ludvig <mludvig@suse.cz>
3425
3426 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3427 Define.
3428 * i386-linux-nat.c: Include "linux-nat.h".
3429 (child_post_startup_inferior): New function.
a8f4cde1 3430
99ab4326
MK
34312003-08-18 Mark Kettenis <kettenis@gnu.org>
3432
3433 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3434 at the start of a frameless function. This probably fixes PR
3435 backtrace/1338.
3436
c8d5f0d6
MC
34372003-08-17 Michael Chastain <mec@shout.net>
3438
3439 * symfile.c (find_sym_fns): Remove special case for apollo target.
3440
9016a515
DJ
34412003-08-17 Daniel Jacobowitz <drow@mvista.com>
3442
3443 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3444 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3445 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3446 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3447 (linux_supports_tracevforkdone): New function.
3448 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3449 TRACEVFORKDONE.
3450 (child_follow_fork): Handle vfork.
3451 (linux_handle_extended_wait): Likewise. Also handle exec.
3452 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3453 * NEWS: Mention fork tracing.
3454
c538c11c
DJ
34552003-08-17 Daniel Jacobowitz <drow@mvista.com>
3456
3457 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3458
4de4c07c
DJ
34592003-08-17 Daniel Jacobowitz <drow@mvista.com>
3460
3461 * Makefile.in (i386-linux-nat.o): Update dependencies.
3462 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3463 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3464 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3465 * i386-linux-nat.c: Include "linux-nat.h".
3466 (child_post_startup_inferior): New function.
3467 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3468 * infptrace.c (kill_inferior): Wrap in #ifdef.
3469 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3470 attaching to each LWP.
3471 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3472 (init_lin_lwp_ops): Fill in some more operations.
3473 * linux-nat.h (linux_enable_event_reporting)
3474 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3475 prototypes.
3476 * linux-nat.c (linux_enable_event_reporting): New function.
3477 (child_post_attach, linux_child_post_startup_inferior)
3478 (child_post_startup_inferior, child_follow_fork)
3479 (linux_handle_extended_wait, kill_inferior): New functions.
3480
7996bcec
AC
34812003-08-16 Andrew Cagney <cagney@redhat.com>
3482
3483 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3484 * gdbarch.h, gdbarch.c: Re-generate.
3485
3d48a7a0
MK
34862003-08-16 Mark Kettenis <kettenis@gnu.org>
3487
3488 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3489
7989c619
AC
34902003-08-16 Andrew Cagney <cagney@redhat.com>
3491
3492 * NEWS: Mention that "set prompt-escape-char" was deleted.
3493 * top.c (get_prompt_1): Delete function.
3494 (gdb_prompt_escape):
3495 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3496 prompt-escape-char" command.
3497 (MAX_PROMPT_SIZE): Delete macro.
3498 (get_prompt): Simplify, do not call get_prompt_1.
3499
07978cd8
AC
35002003-08-16 Andrew Cagney <cagney@redhat.com>
3501
3502 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3503 -Werror. -Wformat-nonliteral problems.
3504
3ff7cf9e
JB
35052003-08-15 J. Brobecker <brobecker@gnat.com>
3506
3507 Further multiarching work mostly for hppa64-*-hpux11:
3508 * hppa-tdep.h: New file.
3509 * hppa-tdep.c: #include hppa-tdep.c.
3510 (hppa32_num_regs): Renamed from hppa_num_regs.
3511 (hppa64_num_regs): New constant.
3512 (hppa64_call_dummy_breakpoint_offset): New constant.
3513 (hppa32_call_dummy_length): New constant.
3514 (hppa64_call_dummy_length): New constant.
3515 (hppa32_stack_align): Make name 32bit explicit.
3516 (hppa32_register_virtual_type): Likewise.
3517 (hppa32_extract_return_value): Likewise.
3518 (hppa32_use_struct_convention): Likewise.
3519 (hppa32_store_return_value): Likewise.
3520 (hppa64_register_virtual_type): New function.
3521 (hppa64_extract_return_value): New function.
3522 (hppa64_use_struct_convention): New function.
3523 (hppa64_store_return_value): New function.
3524 (hppa_frame_locals_address): Remove declaration, function does
3525 not exist anymore.
3526 (hppa_register_byte): Add support for PA64 ABI.
3527 (hppa_gdbarch_init): Add support for PA64 ABI.
3528 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3529 Make name 32bit explicit.
3530 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3531 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3532 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3533 (hppa64_hpux_frame_base_before_sigtramp): New function.
3534 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3535 * config/pa/tm-hppa64.h: Remove macros that are no longer
3536 necessary now that the gdbarch vector is properly setup.
a8f4cde1 3537 Transform some macros into function calls. Some minor cleanup.
3ff7cf9e
JB
3538 * config/pa/tm-hppah.h: Update function calls in macros
3539 following the function renaming in hppa-hpux-tdep.c.
3540 * Makefile.in (hppa_tdep_h): New variable.
3541 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3542
5d05ca6d
MS
35432003-08-14 Michael Snyder <msnyder@redhat.com>
3544
3545 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3546
37ba2569
JB
35472003-08-13 J. Brobecker <brobecker@gnat.com>
3548
3549 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3550 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3551 routine.
3552
aed7f26a
MS
35532003-08-13 Michael Snyder <msnyder@redhat.com>
3554
3555 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3556 (frv_saved_pc_after_call): Use deprecated ftype.
3557 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3558 (frv_remote_translate_xfer_address): Remove.
3559 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3560
752d4ac1
JB
35612003-08-13 J. Brobecker <brobecker@gnat.com>
3562
3563 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3564 initialization after the common gdbarch initialization, not before.
3565
1426ac1d
JB
35662003-08-13 J. Brobecker <brobecker@gnat.com>
3567
3568 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3569 (ADDR_BITS_REMOVE): Remove, redundant.
3570
b6fbdd1d
JB
35712003-08-13 J. Brobecker <brobecker@gnat.com>
3572
3573 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3574 gdbarch method to clear the 2 low bits of text addresses.
3575
44160db3
AC
35762003-08-12 Andrew Cagney <cagney@redhat.com>
3577
3578 * Makefile.in (dsrec.o): Update dependencies.
3579 * dsrec.c: Include "gdb_assert.h".
3580 (make_srec): Use snprintf instead of sprintf, use a literal format
3581 string.
3582
bcf7d3ca
AC
35832003-08-12 Andrew Cagney <cagney@redhat.com>
3584
3585 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3586 FRAME_OBSTACK_ZALLOC.
3587
49ed40de
KB
35882003-08-12 Kevin Buettner <kevinb@redhat.com>
3589
3590 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3591 SSE registers.
3592
b246147c
MK
35932003-08-10 Mark Kettenis <kettenis@gnu.org>
3594
3595 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3596 amd64fbsd_sc_reg_offset): Add extern declarations.
3597 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3598 declarations.
3599
d95fdc0d
BE
36002003-08-11 Ben Elliston <bje@wasabisystems.com>
3601
3602 * MAINTAINERS (write after approval): Update my mail address.
3603
cf6a0e73
AC
36042003-08-10 Andrew Cagney <cagney@redhat.com>
3605
3606 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3607
f837910f
MK
36082003-08-10 Mark Kettenis <kettenis@gnu.org>
3609
e2dbbd2d
MK
3610 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3611 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3612 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3613 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3614 i386bsd_sc_reg_offset): Add extern declarations.
3615 * i386obsd-nat.c: Include "i386-tdep.h"
3616 (_initialize_i386obsd_nat): Remove extern declarations.
3617 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3618 declarations.
3619 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3620 declarations.
3621
f837910f
MK
3622 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3623 instead of frame_read_register.
3624 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3625 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3626 SP_REGNUM.
3627 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3628 instead of frame_unwind_unsigned_register. Use
3629 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3630 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3631 instead of read_register. Use builtin_type_void_data_ptr instead
3632 of builtin_type_void_func_ptr when extracting the address of the
3633 jmp_buf.
3634 (i386_extract_return_value, i386_store_return_value,
3635 i386_pseudo_register_read, i386_pseudo_register_write): Use
3636 register_size instead REGISTER_RAW_SIZE.
3637
edcf254d
AC
36382003-08-10 Andrew Cagney <cagney@redhat.com>
3639
3640 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3641 sprintf. Make "name" constant.
3642
26604a34
MK
36432003-08-10 Mark Kettenis <kettenis@gnu.org>
3644
192285c6
MK
3645 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3646 instead of frame_read_register.
f837910f
MK
3647 (i387_print_float_info): Use get_frame_register and
3648 get_frame_register_unsigned instead of frame_register_read.
192285c6 3649
f0925262
MK
3650 * i386fbsd-nat.c: Include "i386-tdep.h".
3651 (child_resume): Make `eflags' an ULONGEST. Use
3652 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3653 instead of register_read and register_write.
3654
a144416f
MK
3655 * i386bsd-nat.c (fetch_inferior_registers,
3656 store_inferior_registers): Don't use && at the end of a line.
3657 (_initialize_i386bsd_nat): Fix typo.
3658
fec74868
MK
3659 * frame.c (_initialize_frame): Add missing backslash.
3660
87232496
MK
3661 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3662 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3663 and supply_register instead of manipulating the register buffer
3664 directly.
3665
c9b9de0b
MK
3666 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3667 * config/i386/nm-i386sol2.h
3668 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3669
26604a34
MK
3670 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3671 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3672 instructions that GCC likes to mingle into the prologue. Fixes
3673 gdb/1253 and gdb/1255.
3674
25d29d70
AC
36752003-08-09 Andrew Cagney <cagney@redhat.com>
3676
3677 Fix GDB PR cli/926.
3678 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3679 * command.h (add_setshow_uinteger_cmd): Declare.
3680 * frame.c (set_backtrace_cmd): New function.
3681 (show_backtrace_cmd): New function.
3682 * frame.c (_initialize_frame): Replace "set/show
3683 backtrace-below-main" with "set/show backtrace past-main". Add
3684 command "set/show backtrace limit".
3685 (backtrace_past_main): Rename "backtrace_below_main".
3686 (backtrace_limit): New variable.
3687 (get_prev_frame): Update. Check the backtrace_limit.
3688
9ebf4acf
AC
36892003-08-09 Andrew Cagney <cagney@redhat.com>
3690
3691 * defs.h (xstrprintf): Declare.
3692 * utils.c (xstrprintf): New function.
3693 * breakpoint.c (insert_breakpoints): Replace sprintf and
3694 non-literal format strings, with xstrprintf and cleanups.
3695 (delete_breakpoint,breakpoint_re_set): Ditto.
3696 (commands_command, insert_breakpoints): Ditto.
3697 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3698 (break_at_finish_command_1): Ditto.
3699
3771659b
AC
37002003-08-09 Andrew Cagney <cagney@redhat.com>
3701
3702 * MAINTAINERS (language support): List Adam Fedor as Objective C
3703 maintainer.
3704
b4263afa
JB
37052003-08-08 J. Brobecker <brobecker@gnat.com>
3706
3707 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3708 are now multiarched.
3709
d84defb1
JB
37102003-08-08 J. Brobecker <brobecker@gnat.com>
3711
3712 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3713 longer necessary now that hppa64 is partially multiarch'ed.
3714
f786f615
AC
37152003-08-08 Andrew Cagney <cagney@redhat.com>
3716
3717 * interps.c (interp_set): Check for a NULL "old_interp".
3718
c938e9b0
L
37192003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3720
3721 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3722 (install-only): Support DESTDIR.
3723 (uninstall): Likewise.
3724 (install-gdbtk): Likewise.
3725
9a146a11
EZ
37262003-08-08 Elena Zannoni <ezannoni@redhat.com>
3727
3728 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3729 contains something meaningful at all times.
3730
3731Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 3732
62599e99 3733 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 3734
56296155
BC
3735Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3736
62599e99 3737 * MAINTAINERS (write after approval): Added self.
56296155 3738
9710e734
AC
37392003-08-07 Andrew Cagney <cagney@redhat.com>
3740
3741 * inferior.h (AT_SYMBOL): Define.
3742 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3743 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3744 * mips-tdep.c (mips_call_dummy_address): Delete function.
3745 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3746 set call_dummy_address.
3747
98b3ab73
AC
37482003-08-07 Andrew Cagney <cagney@redhat.com>
3749
3750 * language.c (op_error): Delete function.
3751 (binop_type_check): Delete function.
3752 * language.h (type_op_error, range_op_error): Delete macros.
3753 (op_error): Delete declaration.
3754
2fcf52f0
AC
37552003-08-07 Andrew Cagney <cagney@redhat.com>
3756
3757 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3758
abd4220e 37592003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 3760
abd4220e 3761 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 3762 (x86_64_push_arguments): Skip the red zone.
abd4220e 3763
9dd5f34f
AC
37642003-08-05 Andrew Cagney <cagney@redhat.com>
3765
3766 * reggroups.c (reggroup_next): Check for the final entry.
3767
e5e78edc
AC
37682003-08-04 Andrew Cagney <cagney@redhat.com>
3769
ab4e3d93
AC
3770 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3771 * cli/cli-script.c (define_command): Call query directly, instead
3772 of passing it a buffer.
3773 * ocd.c (ocd_error): Pass error a constant format string.
3774 * remote-mips.c (mips_error): Use fputs_filtered.
3775
1062ca82
AC
3776 * solib-svr4.c (_initialize_svr4_solib): Update
3777 register_gdbarch_data call.
3778 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3779
fcc1c85c
AC
3780 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3781 (register_gdbarch_data): Delete "free" parameter. Update
3782 comments.
3783 * gdbarch.h, gdbarch.c: Re-generate.
3784 * reggroups.c (_initialize_reggroup): Update.
3785 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3786 * frame-base.c (_initialize_frame_base): Update.
3787 * frame-unwind.c (_initialize_frame_unwind): Update.
3788 * user-regs.c (_initialize_user_regs): Update.
3789 * remote.c (_initialize_remote): Update.
3790 * regcache.c (_initialize_regcache): Update.
3791
116f06ea
AC
3792 * regcache.c (xfree_regcache_descr): Delete function.
3793 (_initialize_regcache): Update call to register_gdbarch_data.
3794 (init_regcache_descr, init_legacy_regcache_descr): Use
3795 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3796
e5e78edc
AC
3797 * remote.c (free_remote_state): Delete function.
3798 (_initialize_remote): Update register_gdbarch_data.
3799 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3800 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3801
6c7d17ba
AC
38022003-08-04 Andrew Cagney <cagney@redhat.com>
3803
3804 * reggroups.c (struct reggroup_el): Define.
3805 (struct reggroups): Delete field "nr_group". Replace array
3806 "group" with a "first" to "last" linked list.
3807 (reggroups_init): Update. Allocate using gdbarch's obstack.
3808 (reggroups_free): Delete function.
3809 (add_group): Update. Add "el" parameter.
3810 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3811 (default_groups): Update.
3812 (reggroup_next): Replace reggroups.
3813 (reggroups_dump): Update.
3814 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3815 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3816 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3817
89b7795b
DJ
38182003-08-04 Daniel Jacobowitz <drow@mvista.com>
3819
3820 * Makefile.in (tui-interp.o): Update dependencies.
3821
306d9ac5
DC
38222003-08-04 David Carlton <carlton@kealia.com>
3823
3824 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3825 to internal_error call.
3826 * source.c (forward_search_command): Add "%s" format argument.
3827 (reverse_search_command): Ditto.
3828 * top.c (quit_confirm): Ditto.
3829 * cli/cli-setshow.c (do_setshow_command): Ditto.
3830 * cp-valprint.c (cp_print_class_method): Replace
3831 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3832 (cp_print_class_member): Ditto.
3833 * event-top.c (command_line_handler): Ditto.
3834 * linux-proc.c (linux_info_proc_cmd): Ditto.
3835 * p-typeprint.c (pascal_type_print_base): Ditto.
3836 * p-valprint.c (pascal_object_print_class_method): Ditto.
3837 (pascal_object_print_class_member): Ditto.
3838 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3839 * remote.c (remote_cisco_section_offsets): Ditto.
3840 * top.c (command_line_input): Ditto.
3841 * utils.c (vwarning,error_stream,quit): Ditto.
3842 * valprint.c (print_floating,print_binary_chars)
3843 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3844
57bfe177
AC
38452003-08-04 Andrew Cagney <cagney@redhat.com>
3846
3847 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3848
e546b999
AC
38492003-08-02 Andrew Cagney <cagney@redhat.com>
3850
3851 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3852 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3853 amd64fbsd-nat.c.
3854
91092ee5
AC
38552003-08-02 Andrew Cagney <cagney@redhat.com>
3856
3857 * Makefile.in: Update all dependencies and definitions.
3858
889f28e2
AF
38592003-08-02 Adam Fedor <fedor@gnu.org>
3860
3861 * linespec.c (is_objc_method_format): New function
3862 (decode_line_1, locate_first_half): Use it.
3863 Fixes PR objc/1298
3864
880bc914
AC
38652003-08-01 Andrew Cagney <cagney@redhat.com>
3866
3867 * NEWS: Mention that m32r is multi-arch.
3868 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3869 * configure.tgt: Recognize m32r-*-*.
3870 * config/m32r/tm-m32r.h: Delete file.
3871 * config/m32r/m32r.mt: New file.
a8f4cde1 3872 * m32r-rom.c (m32r_upload_command): Use hostent only when
880bc914
AC
3873 gethostname succeeds, in order to avoid a compilation
3874 warning.
3875 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3876 compiler warning.
3877
19f59343
MS
38782003-08-01 Michael Snyder <msnyder@redhat.com>
3879
3880 * sh-tdep.c (sh_frame_align): New gdbarch method.
3881 (sh_gdbarch_init): Set up frame_align method.
3882
4e7d7511
MS
38832003-07-31 Michael Snyder <msnyder@redhat.com>
3884
3885 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3886 which is already covered by the new frames infrastructure.
3887
63022984
AC
38882003-07-31 Andrew Cagney <cagney@redhat.com>
3889
3890 * user-regs.c (struct user_reg): Add "next" link.
3891 (struct user_regs): Replace "user" with "first" and "last" links.
3892 (append_user_reg): Add pre-allocated "reg" parameter.
3893 (builtin_user_regs): Provide initial value for "last".
3894 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3895 (user_regs_init): Allocate memory from the gdbarch obstack.
3896 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3897 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3898 linked list.
3899 (usernum_to_user_reg): New function.
3900 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3901 (value_of_user_reg): Use usernum_to_user_reg.
3902 (user_regs_free): Delete function.
3903 (_initialize_user_regs): Update register_gdbarch_data call.
3904
7cf6e574
DJ
39052003-07-31 Daniel Jacobowitz <drow@mvista.com>
3906
3907 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3908
c48a845b
MS
39092003-07-30 Michael Snyder <msnyder@redhat.com>
3910
4e7d7511 3911 * value.h (value_being_returned): Add a struct_addr argument.
a8f4cde1 3912 * infcall.c (call_function_by_hand): Pass struct_addr to
c48a845b
MS
3913 value_being_returned.
3914 * infcmd.c (print_return_value): Pass zero as struct_addr.
3915 * values.c (value_being_returned): If struct_addr is passed,
3916 use it instead of trying to recover it from the inferior.
3917
f0d8db19
KB
39182003-07-30 Kevin Buettner <kevinb@redhat.com>
3919
3920 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3921 the prologue analyzer won't need to attempt to extract the pc
3922 value from the woefully incomplete dummy frame.
3923 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3924 possible. Disable code which modifies the frame.
3925
e5c113a1
AC
39262003-07-28 Andrew Cagney <cagney@redhat.com>
3927
3928 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3929 to level 2.
3930 (annotate_breakpoints_table, annotate_record): Ditto.
3931 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3932 (annotate_field_name_end, annotate_field_value): Ditto.
3933 (annotate_field_end, annotate_frame_source_begin): Ditto.
3934 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3935 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3936 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3937 (annotate_frame_address_end, annotate_frame_address): Ditto.
3938 (annotate_frame_args, annotate_frame_end): Ditto.
3939 (annotate_frame_where, annotate_arg_begin): Ditto.
3940 (annotate_arg_name_end, annotate_arg_value): Ditto.
3941 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3942 (annotate_function_call, annotate_signal_name): Ditto.
3943 (annotate_signal_string, annotate_signal_name_end): Ditto.
3944 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3945 (annotate_value_begin, annotate_value_history_value): Ditto.
3946 (annotate_value_history_end, annotate_value_end): Ditto.
3947 (annotate_display_begin, annotate_display_number_end): Ditto.
3948 (annotate_display_format, annotate_display_expression): Ditto.
3949 (annotate_display_expression_end, annotate_display_value): Ditto.
3950 (annotate_display_end, annotate_array_section_begin): Ditto.
3951 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3952 (annotate_elt, annotate_array_section_end): Ditto.
3953
bb1db049
AC
39542003-07-28 Andrew Cagney <cagney@redhat.com>
3955
3956 * regcache.c (struct regcache_descr): Update comments on
3957 nr_raw_registers.
3958 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3959 sizeof_raw_register_valid_p.
3960 (init_regcache_descr): Set nr_raw_registers and
3961 sizeof_raw_register_valid_p before calling
3962 init_legacy_regcache_descr.
3963
20e6603c
AC
39642003-07-28 Andrew Cagney <cagney@redhat.com>
3965
3966 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3967 MOD NUM_REGS.
3968
db742940
DJ
39692003-07-28 Daniel Jacobowitz <drow@mvista.com>
3970
3971 * thread.c (info_threads_command): Use get_selected_frame ().
3972 Check that there is at least one non-sentinel frame.
3973
ce7f4371
SC
39742003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3975
3976 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3977 (m68hc11_pop_frame): Remove.
3978 (m68hc11_frame_saved_pc): Remove.
3979 (m68hc11_frame_chain): Remove.
3980 (m68hc11_frame_init_saved_regs): Remove.
3981 (m68hc11_init_extra_frame_info): Remove.
3982 (m68hc11_store_struct_return): Remove.
3983 (m68hc11_saved_pc_after_call): Remove.
3984
1ea653ae
SC
39852003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3986
3987 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3988 frame unwind information.
3989 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3990 and adapted for frame unwinding.
3991 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3992 (m68hc11_unwind_pc): New function.
3993 (m68hc11_frame_unwind_cache): New function to analyze frames.
3994 (m68hc11_frame_this_id): New function to create new frame struct.
3995 (m68hc11_frame_prev_register): New function to unwind a register from
3996 the frame.
3997 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3998 (m68hc11_frame_p): New function for the above.
3999 (m68hc11_frame_base_address): New function to return fp of frame.
4000 (m68hc11_frame_args_address): Update for frame.
4001 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4002 (m68hc11_unwind_sp): New function.
4003 (m68hc11_unwind_dummy_id): New function.
4004 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4005 calls.
4006
c8a7f6ac
SC
40072003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4008
4009 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4010 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4011 when we are beyond the current pc.
4012
3dc990bf
SC
40132003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4014
4015 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4016 from m68hc11_push_arguments.
4017 (m68hc11_push_arguments): Remove.
4018 (m68hc11_push_return_address): Remove.
4019 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4020 handlers; remove deprecated_extra_stack_alignment_needed.
4021
222e5d1d
AC
40222003-07-27 Andrew Cagney <cagney@redhat.com>
4023
4024 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4025 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4026 REAL_PC and not the pointer.
4027 * hppa-hpux-tdep.c: Include frame.h
4028
a7e9a47e
AC
40292003-07-27 Andrew Cagney <cagney@redhat.com>
4030
4031 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4032 GDB_MULTI_ACH_PARTIAL.
4033
7e3dd49e
AC
40342003-07-27 Andrew Cagney <cagney@redhat.com>
4035
4036 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4037 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4038 operator at start and not end of line.
4039 (decode_prologue): Ditto.
4040 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4041 frame_unwind_register_unsigned instead of
4042 frame_unwind_unsigned_register.
4043 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4044 read_register.
4045 (m32r_push_dummy_call): Use register_size instead of
4046 REGISTER_RAW_SIZE.
4047 (m32r_frame_sniffer): Replace m32r_frame_p.
4048 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4049 * m32r-rom.c (report_transfer_performance): Delete extern
4050 declaration.
4051 (m32r_load, m32r_upload_command): Use print_transfer_performance
4052 instead of report_transfer_performance.
4053 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4054 / add_show_from_set.
4055
0880807f
AC
40562003-07-26 Andrew Cagney <cagney@redhat.com>
4057
4058 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4059 store_return_value and extract_struct_value_address.
4060
64ae9269
DJ
40612003-07-26 Daniel Jacobowitz <drow@mvista.com>
4062
4063 PR c++/1267
4064 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4065 NULL, default to the section containing PC.
4066
e286caf2
SC
40672003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4068
4069 * NEWS: Mention "regs" deprecated for m68hc11 too.
4070
4071 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4072 (m68hc11_print_register): New function to print out one register.
4073 (m68hc11_print_registers_info): New function to print registers.
4074 (show_regs): Deprecate and use the above.
4075 (m68hc11_gdbarch_init): Install the print_registers_info.
4076
705b278b
JJ
40772003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4078
4079 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4080 that we have a SIGTRAP before returning non-zero.
4081
63cd4198
EZ
40822003-07-23 Michal Ludvig <mludvig@suse.cz>
4083 Elena Zannoni <ezannoni@redhat.com>
4084
a8f4cde1 4085 * linespec.c (decode_line_2): Avoid crash if
63cd4198
EZ
4086 find_function_start_sal() returns empty record.
4087
6926787d
AS
40882003-07-23 Andreas Schwab <schwab@suse.de>
4089
4090 * ia64-tdep.c (ia64_print_insn): New function.
4091 (ia64_gdbarch_init): Set print_insn to it.
4092 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4093 deprecated_tm_print_insn_info.
4094
708cc1b6
MS
40952003-07-22 Michael Snyder <msnyder@redhat.com>
4096
4097 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4098 handle 8-bit returns (long long).
4099 (h8300h_extract_return_value): Ditto.
4100 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4101
aebd7893
AC
41022003-07-22 Andrew Cagney <cagney@redhat.com>
4103
4104 * gdbarch.c Include "gdb_obstack.h".
4105 (struct gdbarch): Add an "obstack".
4106 (alloc_gdbarch_data): Allocate the gdbarch data using
4107 GDBARCH_OBSTACK_CALLOC.
4108 (free_gdbarch_data): Delete function.
4109 (gdbarch_obstack_zalloc): New function.
4110 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4111 Assert that the architecture is not initialized.
4112 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4113 vector from the obstack.
4114 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4115 architecture obstack.
4116 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4117 (set_gdbarch_data): Assert that the data is not initialized.
4118 (struct gdbarch_data): Delete member "free".
4119 (register_gdbarch_data): Do not initialize "free".
4120 * gdbarch.h, gdbarch.c: Re-generate.
a8f4cde1 4121
153721e6
AC
41222003-07-22 Andrew Cagney <cagney@redhat.com>
4123
4124 * configure.in (build_warnings): Add -Wformat-nonliteral.
4125 * configure: Re-generate.
4126
c193f044 41272003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
4128
4129 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 4130
c3228f12
EZ
41312003-07-22 Elena Zannoni <ezannoni@redhat.com>
4132
4133 * findvar.c (read_var_value): Remove case for thread local storage
4134 variables. It is now entirely handled by the dwarf2 location
4135 expression code.
4136 * printcmd.c (address_info): Ditto.
4137 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4138 enumeration value.
4139 (struct symbol): Remove objfile field, which was used by
4140 LOC_THREAD_LOCAL_STATIC only.
4141 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4142 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4143 usage of objfile pointer.
4144 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4145 thread local variables.
4146 Add include of objfiles.h.
4147 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4148 storage variables.
4149 * Makefile.in (dwarf2loc.o): Update dependencies.
4150
aef9bcd2
AC
41512003-07-22 Andrew Cagney <cagney@redhat.com>
4152
4153 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4154 get_frame_base.
4155 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4156 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4157 (struct value): Add opaque declaration.
4158 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4159
d95a8903
AC
41602003-07-21 Andrew Cagney <cagney@redhat.com>
4161
4162 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4163 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4164
4db73d49
SC
41652003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4166
a8f4cde1 4167 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4db73d49
SC
4168 regcache_cooked_read_unsigned instead of read_register.
4169 (m68hc11_saved_pc_after_call): Likewise.
4170 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4171 instead of write_register.
4172 (m68hc11_register_type): New function.
4173 (m68hc11_register_virtual_type): Remove.
4174 (m68hc11_store_return_value): Convert to use the regcache.
4175 (m68hc11_extract_struct_value_address): Likewise.
4176 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4177 m68hc11_register_type; undeprecate store_return_value and
4178 extract_struct_value_address.
4179
ef2b8fcd
SC
41802003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4181
4182 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4183 and translate to use regcache.
4184 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4185
625b0b97
AC
41862003-07-18 Andrew Cagney <cagney@redhat.com>
4187
4188 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4189 * gdbarch.h, gdbarch.c: Re-generate.
4190 * i386-tdep.c (i386_gdbarch_init): Do not set
4191 DWARF2_BUILD_FRAME_INFO.
4192 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4193 unconditionally.
4194 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4195 DWARF2_BUILD_FRAME_INFO.
4196
22b0d388
AC
41972003-07-18 Andrew Cagney <cagney@redhat.com>
4198
4199 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4200 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4201
1ce5d6dd
AC
42022003-07-18 Andrew Cagney <cagney@redhat.com>
4203
4204 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4205 frame_unwind_address_in_block, instead of frame_pc_unwind.
4206 (dwarf2_frame_cache): Ditto.
4207
e6e5e94c
AC
42082003-07-18 Andrew Cagney <cagney@redhat.com>
4209
4210 * user-regs.h (struct gdbarch): Declare opaque.
4211 * ui-out.h (struct ui_file): Declare opaque.
4212 * dwarf2-frame.h (struct frame_info): Declare opaque.
4213
5483d879
KW
42142003-07-18 Kris Warkentin <kewarken@qnx.com>
4215
4216 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4217 #include "...".
4218 (procfs_meminfo): Change strerror to safe_strerror.
4219 (procfs_can_run): Remove K&R badness.
4220
278a7cf7
MS
42212003-07-17 Michael Snyder <msnyder@redhat.com>
4222
4223 * remote-sim.c: Comment typo fix.
4224
606e3b82
AC
42252003-07-17 Andrew Cagney <cagney@redhat.com>
4226
4227 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4228 configure.
4229 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4230 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4231 GDB_MULTI_ARCH_PARTIAL.
4232
c43af07c
EZ
42332003-07-17 Elena Zannoni <ezannoni@redhat.com>
4234
4235 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4236 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4237 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4238
3b85b0f1
TR
42392003-07-16 Theodore A. Roth <troth@openavr.org>
4240
4241 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4242 found.
4243 (avr_frame_unwind_cache): Don't unwind FP for main.
4244 Update a comment.
4245 Save the computed prev_sp.
4246 (avr_saved_regs_unwinder): Remove function.
a8f4cde1 4247 (avr_frame_prev_register): Use PC unwind logic from
3b85b0f1
TR
4248 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4249
336d1bba
AC
42502003-07-16 Andrew Cagney <cagney@redhat.com>
4251
4252 * frame-base.h (frame_base_p_ftype): Delete definition.
4253 (frame_base_append_predicate): Delete declaration.
4254 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4255 (frame_unwind_append_predicate): Delete declaration.
4256 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4257 (append_predicate): Delete parameter "p".
4258 (frame_unwind_append_predicate): Delete function.
4259 (frame_unwind_append_sniffer): Update call to append_predicate.
4260 (frame_unwind_free): Delete function.
4261 (_initialize_frame_unwind): Pass NULL as "free" to
4262 register_gdbarch_data.
4263 (frame_unwind_init): Append the dummy_frame_sniffer.
4264 (frame_unwind_find_by_frame): Simplify.
4265 * frame-base.c (struct frame_base_table): Delete field "p".
4266 (append_predicate): Delete parameter "p".
4267 (frame_base_append_predicate): Delete function.
4268 (frame_base_append_sniffer): Update call to append_predicate.
4269 (frame_base_free): Delete function.
4270 (frame_base_find_by_frame): Simplify.
4271 (_initialize_frame_base): Pass NULL as "free" to
4272 register_gdbarch_data.
4273 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4274 (x86_64_sigtramp_frame_sniffer): Replace
4275 "x86_64_sigtramp_frame_p".
4276 (x86_64_init_abi): Set the frame unwind sniffers.
4277 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4278 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4279 (m68k_gdbarch_init): Set the frame unwind sniffers.
4280 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4281 "i386_sigtramp_frame_p".
4282 (i386_frame_sniffer): Replace "i386_frame_p".
4283 (i386_gdbarch_init): Set the frame unwind sniffers.
4284 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4285 (avr_gdbarch_init): Set the frame unwind sniffers.
4286 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4287 "alpha_sigtramp_frame_p"
4288 (alpha_heuristic_frame_sniffer): Replace
4289 "alpha_heuristic_frame_p".
4290 (alpha_gdbarch_init): Set the frame unwind sniffers.
4291 (alpha_dwarf2_init_abi): Ditto.
4292 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4293 "alpha_debug_frame_p".
4294 (alpha_mdebug_frame_base_sniffer): Replace
4295 "alpha_mdebug_frame_base_p".
4296 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4297 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4298 (d10v_gdbarch_init): Set the frame unwind sniffer.
4299 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4300 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4301 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4302 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4303 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4304 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4305
48db5a3c
CV
43062003-07-16 Michael Snyder <msnyder@redhat.com>
4307
4308 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4309 should go thru sh_dsp_register_sim_regno, else the dsp regs
4310 will not get the right values.
4311
43122003-07-16 Corinna Vinschen <vinschen@redhat.com>
4313
4314 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4315 deprecated_store_floating by call to store_typed_floating.
4316 (sh_sh4_register_convert_to_raw): Substitute call to
4317 deprecated_extract_floating by call to extract_typed_floating.
4318
43192003-07-16 Corinna Vinschen <vinschen@redhat.com>
4320
4321 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4322
43232003-07-16 Corinna Vinschen <vinschen@redhat.com>
4324
4325 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4326 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4327 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4328 as possible.
4329 (do_pseudo_register): Remove.
4330 (sh_push_dummy_code): New function.
4331 (sh64_store_struct_return): Rename from sh_store_struct_return.
4332 Only called for sh64 now.
4333 (sh_extract_struct_value_address): Regcache'ify.
4334 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4335 and accomodate new tasks.
4336 (sh64_push_return_address): Rename from sh_push_return_address.
4337 Only called for sh64 now.
4338 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4339 Regcache'ify.
4340 (sh3e_sh4_extract_return_value): Regcache'ify.
4341 (sh_default_store_return_value): Ditto.
4342 (sh3e_sh4_store_return_value): Ditto.
4343 (sh_default_register_byte): Remove.
4344 (sh_sh4_register_byte): Remove.
4345 (sh_default_register_raw_size): Remove.
4346 (sh_sh4_register_raw_size): Remove.
4347 (sh_register_virtual_size): Remove.
4348 (sh_sh3e_register_virtual_type): Remove.
4349 (sh_sh3e_register_type): New function.
4350 (sh_sh4_register_virtual_type): Remove.
4351 (sh_sh4_register_type): New function.
4352 (sh_default_register_virtual_type): Remove.
4353 (sh_default_register_type): New function.
4354 (do_fv_register_info): Add parameters to accomodate call from
4355 sh_print_registers_info.
4356 (do_dr_register_info): Ditto.
4357 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4358 Add parameters to accomodate call from sh_print_registers_info.
4359 (sh_do_fp_register): Ditto.
4360 (sh64_do_pseudo_register): Call do_dr_register_info,
4361 do_fv_register_info and sh_do_fp_register with default parameters.
4362 (sh_do_register): Add parameters to accomodate call from
4363 sh_print_registers_info.
4364 (sh_print_register): Ditto.
4365 (sh_print_registers_info): Rename from sh_do_registers_info.
4366 Add parameters to be used as gdbarch_print_registers_info
4367 implementation. Accomodate removed do_pseudo_register function
4368 pointer.
4369 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4370 function pointer. Call sh_print_register with default parameters.
4371 (sh64_do_registers_info): Call sh_print_registers_info instead of
4372 sh_do_registers_info.
4373 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4374 detection of deprecated vs. non-deprecated functionality.
4375 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4376 function pointer assignments by direct function calls.
4377
e8a89fe2
AC
43782003-07-15 Andrew Cagney <cagney@redhat.com>
4379
4380 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4381 (frame_register_unwind, create_new_frame): Ditto.
4382 (legacy_get_prev_frame, get_frame_type): Ditto.
4383 (get_frame_base_address): Use frame_base_find_by_frame.
4384 (get_frame_locals_address): Use frame_base_find_by_frame.
4385 (get_frame_args_address): Use frame_base_find_by_frame.
4386 * frame-base.h (frame_base_sniffer_ftype): Declare.
4387 (frame_base_append_sniffer): Declare.
4388 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4389 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4390 (frame_base_append_sniffer): New function.
4391 (frame_base_append_predicate): Add a NULL sniffer.
4392 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4393 (struct frame_base_table): Add "sniffer".
4394 (frame_base_free): Free the "sniffer" table.
4395 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4396 (frame_unwind_append_sniffer): Declare.
4397 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4398 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4399 (struct frame_unwind_table): Add "sniffer", delete "middle".
4400 (append_predicate): Add "sniffer" parameter, append the sniffer.
4401 (frame_unwind_init): Update append_predicate call.
4402 (frame_unwind_append_sniffer): New function.
4403 (frame_unwind_append_predicate): Update append_predicate call.
4404 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4405
0714963c
AC
44062003-07-15 Andrew Cagney <cagney@redhat.com>
4407
4408 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4409 before code inhibiting repeated unwind attempts. Add to
4410 commentary on that test's problems.
4411 * blockframe.c (inside_main_func): Look for "main" in the minimal
4412 symbol table.
4413 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4414 identical.
4415
d9170e22
AC
44162003-07-15 Andrew Cagney <cagney@redhat.com>
4417
4418 * complaints.c (struct explanation): Define.
4419 (struct complaints): Change type of "explanation" to "struct
4420 explanation".
4421 (symfile_explanations): Convert to a "struct explanation" table.
4422 (vcomplaint): Update.
4423
eba29c8c
ML
44242003-07-15 Michal Ludvig <mludvig@suse.cz>
4425
4426 * x86-64-linux-nat.c (regmap): Removed.
a8f4cde1 4427 (supply_gregset, fill_gregset): Call
eba29c8c
ML
4428 x86_64_linux_(fill,supply)_gregset functions.
4429 * x86-64-linux-tdep.c (USER_*): New defines.
4430 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4431 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4432 New functions.
4433 (fetch_core_registers): Ditto.
4434 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4435 * x86-64-linux-tdep.h: New file.
4436 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4437 and core-regset.o.
4438 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4439
68cc0bfb
MK
44402003-07-13 Mark Kettenis <kettenis@gnu.org>
4441
88a115f7
MK
4442 * x86-64-tdep.c (x86_64_store_return_value): Use
4443 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 4444
68cc0bfb
MK
4445 * configure.host: Add x86_64-*-freebsd*.
4446 * configure.tgt: Add x86_64-*-freebsd*.
4447 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4448 * amd64fbsd-nat.c: New file.
4449 * amd64fbsd-tdep.c: New file.
4450 * config/i386/nm-fbsd64.h: New file.
4451 * config/i386/fbsd64.mh: New file.
4452 * config/i386/fbsd64.mt: New file.
4453
138e7be5
MK
44542003-07-11 Mark Kettenis <kettenis@gnu.org>
4455
4456 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4457 `sc_regs_offset' and `sc_fpregs_offset'.
4458 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4459 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4460 (alpha_sigtramp_register_address): Rewrite to use new members of
4461 `struct gdbarch_tdep'.
4462 (alpha_gdbarch_init): Initialize new members of struct
4463 gdbarch_tdep'.
4464 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4465 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4466 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4467 (alphafbsd_pc_in_sigtramp): Implement.
4468 (alphafbsd_sigtramp_offset): New function.
4469 (alphafbsd_sigcontext_addr): New function.
4470 (alphafbsd_init_abi): Initialize signal trampoline related members
4471 of `struct gdbarch_tdep'.
4472 (_initialize_alphafbsd_tdep): Add prototype.
4473
95303a68
TR
44742003-07-11 Theodore A. Roth <troth@openavr.org>
4475
ba292e4c
TR
4476 * Makefile.in (install-only): Quote sed expression when generating
4477 transformed_name.
95303a68 4478
6896c0c7
RH
44792003-07-11 Richard Henderson <rth@redhat.com>
4480
4481 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4482 * dwarf2-frame.c: Include complaints.h.
4483 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4484 variable initialization; return NULL on error.
4485 (decode_frame_entry): New.
4486
8edd5d01
AC
44872003-07-11 Andrew Cagney <cagney@redhat.com>
4488
c4a09524
AC
4489 * frame.h (frame_address_in_block): Delete declaration.
4490 * blockframe.c (frame_address_in_block): Delete function.
4491 (get_frame_block): Use get_frame_address_in_block.
4492 (block_innermost_frame): Ditto.
4493 * stack.c (print_frame, backtrace_command_1): Ditto.
4494
8edd5d01
AC
4495 * frame.h (get_frame_address_in_block): Declare.
4496 (frame_unwind_address_in_block): Declare.
4497 * frame.c (frame_unwind_address_in_block): New function.
4498 (get_frame_address_in_block): New function.
4499
f7968451
AC
45002003-07-10 Andrew Cagney <cagney@redhat.com>
4501
4502 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4503 pre-default. Note: re-generate has no effect.
a8f4cde1 4504
ae99b398
AC
45052003-07-10 Andrew Cagney <cagney@redhat.com>
4506
4507 * gdbarch.sh: When a variable, but not a function, compare against
4508 0. Fix problem in previous patch.
4509 * gdbarch.c: Re-generate.
a8f4cde1 4510
956ac328
AC
45112003-07-10 Andrew Cagney <cagney@redhat.com>
4512
4513 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4514 functions against NULL, not 0.
4515 * gdbarch.c: Re-generate.
a8f4cde1 4516
287c3240
FF
45172003-07-10 Fred Fish <fnf@ninemoons.com>
4518
4519 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4520 null string instead of a null pointer.
4521 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4522
32f63c4b
MS
45232003-07-09 Michael Snyder <msnyder@redhat.com>
4524
4525 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4526
402ecd56
MK
45272003-07-09 Mark Kettenis <kettenis@gnu.org>
4528
4529 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4530 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4531 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4532 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4533 * x86-64-tdep.c: ... from here.
4534
c481dac7
AS
45352003-07-09 Andreas Schwab <schwab@suse.de>
4536
4537 * m68k-tdep.h (enum struct_return): Define.
4538 (struct gdbarch_tdep): Add struct_return.
4539 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4540 bytes are padded to the right, not to the left. Pass struct value
4541 address in register %a1, not on stack.
4542 (m68k_use_struct_convention): New function.
4543 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4544 struct_return in tdep to pcc_struct_return.
4545 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4546 reg_struct_return.
4547
a8f4cde1 45482003-07-09 Joel Brobecker <brobecker@gnat.com>
64176fa3 4549
a8f4cde1 4550 * somread.c (som_symfile_offsets): Fix compilation error.
64176fa3 4551
96a4ee76
AC
45522003-07-09 Andrew Cagney <cagney@redhat.com>
4553
4554 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4555 Add comments about the checks.
4556
1517c6d1
AC
45572003-07-08 Andrew Cagney <cagney@redhat.com>
4558
4559 * Makefile.in: Make dependency section headers consistent.
4560 (config_h): Move to $BUILD headers section.
4561 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4562 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4563 (ada-exp.tab.c): Move to YACC/LEX section.
4564 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4565 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4566
dc5dd1eb
KW
45672003-07-08 Kris Warkentin <kewarken@qnx.com>
4568
4569 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
4570 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4571 of strerror with safe_strerror, use ISO C function definitions,
4572 and replace instances of sprintf with snprintf.
dc5dd1eb 4573
612dde91
AC
45742003-07-07 Andrew Cagney <cagney@redhat.com>
4575
4576 * frame.c (get_prev_frame): Enable check for identical frames.
4577 Update comments. Update error messages.
4578
492c11d3
JB
45792003-07-07 Joel Brobecker <brobecker@gnat.com>
4580
4581 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4582
376a5a49
JB
45832003-07-07 Joel Brobecker <brobecker@gnat.com>
4584
4585 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4586 sort_symtab_syms, no longer necessary.
4587
22b4a9ad
JB
45882003-07-07 Joel Brobecker <brobecker@gnat.com>
4589
4590 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4591
5bbcb741
JB
45922003-07-07 Joel Brobecker <brobecker@gnat.com>
4593
4594 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4595 (mips_register_byte): Likewise.
4596
c139e7d9
DJ
45972003-07-07 Daniel Jacobowitz <drow@mvista.com>
4598
4599 * Makefile.in (sparc_tdep_h): New.
4600 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4601 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4602 * sparc-linux-nat.c: Include "sparc-tdep.h".
4603 * sparc-nat.c: Likewise.
4604 * sparc-tdep.c: Likewise.
4605 * sparc64nbsd-nat.c: Likewise.
4606 * sparcnbsd-nat.c: Likewise.
4607 * sparcnbsd-tdep.c: Likewise.
4608 * sparc-tdep.h: New file.
4609 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4610 and sparc_npc_regnum.
4611
fd8f87c5
DJ
46122003-07-07 Daniel Jacobowitz <drow@mvista.com>
4613
4614 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4615 (mips_linux_cannot_store_register): List supported instead of
4616 unsupported registers.
4617
13adf674
DJ
46182003-07-07 Daniel Jacobowitz <drow@mvista.com>
4619
4620 * disasm.c (dump_insns): Separate instructions from addresses.
4621
8de307e0
AS
46222003-07-07 Andreas Schwab <schwab@suse.de>
4623
4624 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4625 dependencies.
4626 * m68k-tdep.c (NUM_FREGS): Delete.
4627 (SIG_PC_FP_OFFSET): Delete.
4628 (TARGET_M68K): Delete.
4629 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4630 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4631 P_MOVEL_SP, P_MOVEML_SP): Define.
4632 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4633 P_TRAP): Delete.
4634 (m68k_register_raw_size): Delete.
4635 (m68k_register_virtual_size): Delete.
4636 (m68k_register_type): Renamed from m68k_register_virtual_type and
4637 add gdbarch argument.
4638 (m68k_store_struct_return): Delete.
4639 (m68k_deprecated_extract_return_value): Delete.
4640 (m68k_deprecated_extract_struct_value_address): Delete.
4641 (m68k_frame_chain): Delete.
4642 (m68k_frame_saved_pc): Delete.
4643 (m68k_fix_call_dummy): Delete.
4644 (m68k_push_dummy_frame): Delete.
4645 (m68k_pop_frame): Delete.
4646 (m68k_extract_return_value): New function.
4647 (m68k_store_return_value): Rewrite using regcache.
4648 (m68k_extract_struct_value_address): Rewrite using regcache.
4649 (m68k_push_dummy_call): New function.
4650 (struct m68k_frame_cache): Define.
4651 (m68k_alloc_frame_cache): New function.
4652 (m68k_analyze_frame_setup): New function.
4653 (m68k_analyze_register_saves): New function.
4654 (m68k_analyze_prologue): New function.
4655 (m68k_skip_prologue): Rewrite using above functions.
4656 (m68k_unwind_pc): New function.
4657 (m68k_frame_cache): New function.
4658 (m68k_frame_this_id): New function.
4659 (m68k_frame_prev_register): New function.
4660 (m68k_frame_unwind): New variable.
4661 (m68k_frame_p): New function.
4662 (m68k_sigtramp_frame_cache): New function.
4663 (m68k_sigtramp_frame_this_id): New function.
4664 (m68k_sigtramp_frame_prev_register): New function.
4665 (m68k_sigtramp_frame_unwind): New variable.
4666 (m68k_sigtramp_frame_p): New function.
4667 (m68k_frame_base_address): New function.
4668 (m68k_frame_base): New function.
4669 (m68k_unwind_dummy_id): New function.
4670 (fill_gregset): Use regcache_collect.
4671 (fill_fpregset): Likewise.
4672 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4673 defined.
4674 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4675 deprecated_init_frame_pc, deprecated_store_struct_return,
4676 deprecated_extract_return_value, deprecated_store_return_value,
4677 deprecated_frame_chain, deprecated_frame_saved_pc,
4678 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4679 deprecated_register_virtual_size,
4680 deprecated_max_register_raw_size,
4681 deprecated_max_register_virtual_size,
4682 deprecated_register_virtual_type, deprecated_register_size,
4683 deprecated_register_byte, deprecated_register_bytes,
4684 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4685 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4686 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4687 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4688 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4689 deprecated_push_dummy_frame, deprecated_pop_frame,
4690 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4691 only if SYSCALL_TRAP is defined. Set extract_return_value,
4692 store_return_value, extract_struct_value_address, register_type,
4693 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4694 predicates.
4695 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4696 M68K_MAX_REGISTER_SIZE): Define.
4697 (struct m68k_sigtramp_info): Define.
4698 (struct gdbarch_tdep): Add get_sigtramp_info.
4699 * m68klinux-nat.c (fetch_register): Use register_size instead of
4700 REGISTER_RAW_SIZE. Don't put assignment in if.
4701 (store_register): Likewise.
4702 (fetch_inferior_registers): Likewise.
4703 (store_inferior_registers): Likewise.
4704 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4705 (m68k_linux_frame_saved_pc): Delete.
4706 (m68k_linux_sigcontext_reg_offset,
4707 m68k_linux_ucontext_reg_offset): Define.
4708 (m68k_linux_get_sigtramp_info): New function.
4709 (m68k_linux_extract_return_value): Rewrite using regcache.
4710 (m68k_linux_store_return_value): Likewise.
4711 (m68k_linux_extract_struct_value_address): Likewise.
4712 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4713 Don't set deprecated_frame_saved_pc,
4714 deprecated_extract_return_value, deprecated_store_return_value,
4715 deprecated_extract_struct_value_address. Set
4716 extract_return_value, store_return_value,
4717 extract_struct_value_address.
4718
eb8bc282
AC
47192003-07-07 Andrew Cagney <cagney@redhat.com>
4720
4721 * expprint.c: Include "user-regs.h" instead of "frame.h".
4722 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4723 frame_map_regnum_to_name.
4724 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4725 (frame_map_name_to_regnum): Simplify, call
4726 user_reg_map_name_to_regnum.
4727 (frame_map_regnum_to_name): Simplify, call
4728 user_reg_map_regnum_to_name.
4729 (frame_register_unwind): Update.
4730 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4731 (_initialize_frame_reg): Call user_reg_add_builtin.
4732 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4733 (value_of_register): Use value_of_user_reg.
4734 * eval.c (evaluate_subexp_standard): Update.
4735 * parse.c (write_dollar_variable): Update.
4736 * d10v-tdep.c (d10v_print_registers_info): Update.
4737 * infcmd.c (registers_info): Update.
4738 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4739 (builtin_regs_h): Delete macro.
4740 (user_regs_h): Define.
4741 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4742 (builtin-regs.o): Delete target.
4743 (user-regs.o): Specify dependencies.
4744 (expprint.o): Update dependencies.
4745 (findvar.o): Update dependencies.
4746 (frame.o): Update dependencies.
4747 (std-regs.o): Update dependencies.
4748
9f476a01
CF
47492003-07-06 Christopher Faylor <cgf@redhat.com>
4750
4751 * win32-nat.c (solib_symbols_add): Use one variable for all section
4752 address stuff. Pass variable rather than address of variable to
4753 safe_symbol_file_add.
4754
a731b831
AS
47552003-07-06 Andreas Schwab <schwab@suse.de>
4756
4757 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4758
9f83329d
JB
47592003-07-04 Joel Brobecker <brobecker@gnat.com>
4760
4761 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4762
27e28cc5
KW
47632003-07-04 Kris Warkentin <kewarken@qnx.com>
4764
4765 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4766
47672003-07-04 Kris Warkentin <kewarken@qnx.com>
4768
4769 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4770 * config/i386/nto.mh: New file.
4771 * config/i386/nm-nto.h: New file.
4772 * configure.host: Add i[3456]86-*-nto*.
4773
100f2e98
JB
47742003-07-03 Joel Brobecker <brobecker@gnat.com>
4775
4776 * remote-vx.c (vx_add_symbols): Fix compilation error.
4777
e23457df
AC
47782003-07-03 Andrew Cagney <cagney@redhat.com>
4779
4780 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4781 * gdbarch.h, gdbarch.c: Re-generate.
4782 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4783 (legacy_register_name): Declare.
4784 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4785 (REGISTER_NAME): Define.
4786 * sparc-tdep.c (legacy_register_name): New function.
4787 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4788 (REGISTER_NAME): Define.
4789 (hppa64_register_name): Declare.
4790 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4791 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4792 (hppa64_register_name): New function.
4793 (hppa_register_name): New function.
4794 * arch-utils.c (legacy_register_name): Delete.
4795 * arch-utils.h (legacy_register_name): Delete.
4796
38caaeec
DJ
47972003-07-03 Daniel Jacobowitz <drow@mvista.com>
4798
4799 * cli/cli-interp.c (cli_interpreter_resume): Update the
4800 cli_uiout's stream to gdb_stdout.
4801
dadd712e
AC
48022003-07-03 Andrew Cagney <cagney@redhat.com>
4803
4804 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4805 predicate.
4806 * gdbarch.h, gdbarch.c: Re-generate.
4807 * regcache.c (init_regcache_descr): Use legacy code when either
4808 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4809
c7f1390e
DJ
48102003-07-02 Daniel Jacobowitz <drow@mvista.com>
4811
4812 * NEWS: Move "set logging" entry into GDB 6.0 section.
4813
4bc8c588
JB
48142003-07-02 Jim Blandy <jimb@redhat.com>
4815
a9dd42f1
JB
4816 * s390-tdep.c (struct frame_extra_info): new member:
4817 'stack_bought_valid'.
4818 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4819 initialize fextra_info->stack_bought.
4820 (s390_frameless_function_invocation): Don't trust the value of
4821 fextra_info_ptr->stack_bought unless
4822 fextra_info->stack_bought_valid is set.
4823
4bc8c588
JB
4824 New S390 prologue analyzer.
4825 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4826 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4827 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4828 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4829 compute_x_addr, s390_on_stack, s390_store,
4830 s390_get_signal_frame_info): New functions.
4831 (S390_NUM_SPILL_SLOTS): New macro.
4832 (s390_get_frame_info): Rewritten.
4833 (is_arg_reg): Deleted.
4834
4835 Break out the decoding of S/390 instructions into separate
4836 functions, to make it more legible, and easier to check
4837 against the spec.
4838 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4839 is_rx, is_rxe): New functions.
4840 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4841 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4842 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4843 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4844 enums for opcode values. (Is this an improvement?)
4845
fd13a04a
AC
48462003-07-02 Andrew Cagney <cagney@redhat.com>
4847
4848 * i386-tdep.c: Revert change committed as part of trad-frame code
4849 below.
4850
3f8091c1
DJ
48512003-07-02 Daniel Jacobowitz <drow@mvista.com>
4852
4853 * breakpoint.c (insert_catchpoint): Make static.
4854
8dd5115e
AS
48552003-07-02 Andreas Schwab <schwab@suse.de>
4856
4857 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4858 former ia64_push_arguments and ia64_push_return_address, and use
4859 regcache functions instead of read/write_register.
4860 (ia64_gdbarch_init): Set push_dummy_call instead of
4861 deprecated_push_arguments and deprecated_push_return_address.
4862
a2229c23
AJ
48632003-07-01 Andreas Jaeger <aj@suse.de>
4864
4865 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4866 before the call.
4867 Set %rax only to number of SSE registers used.
4868
3b3850e8
AC
48692003-07-01 Andrew Cagney <cagney@redhat.com>
4870
4871 * trad-frame.h: Update comments, a -1 .addr is reserved.
4872 (trad_frame_value_p, trad_frame_addr_p): Declare.
4873 (trad_frame_reg_p): Declare.
4874 (trad_frame_set_value): Rename trad_frame_register_value.
4875 (trad_frame_set_unknown): Declare.
4876 * trad-frame.c (trad_frame_realreg_p): New function.
4877 (trad_frame_addr_p, trad_frame_value_p): New function.
4878 (trad_frame_set_unknown): New function.
4879 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4880 (trad_frame_prev_register): Use trad_frame_realreg_p,
4881 trad_frame_addr_p and trad_frame_value_p.
4882 (trad_frame_set_value): Rename trad_frame_register_value.
4883 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4884 and trad_frame_set_value.
a2229c23 4885
4d819d0e
JB
48862003-06-30 Jim Blandy <jimb@redhat.com>
4887
4888 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4889 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4890 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4891 for 16 registers, and then 32 more bytes.
4892 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4893 New macros.
4894 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4895 Move up in the file, since it's now used by is_simple_arg.
4896 (is_simple_arg): Don't assume registers are four bytes long.
4897 Exclude all double arguments. Extended floats are not simple
4898 args.
4899 (is_power_of_two): New function.
4900 (pass_by_copy_ref): Call is_power_of_two, and check that the
4901 length fits in a register, rather than listing all the acceptable
4902 sizes. Extended floats are not passed by reference.
4903 (s390_push_arguments): Don't assume registers are four bytes long.
4904 Reserve an argument register to point to the buffer for structures
4905 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4906 S390_STACK_FRAME_OVERHEAD.
4907
1ad828f1
AS
49082003-06-30 Andreas Schwab <schwab@suse.de>
4909
4910 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4911 format error message.
4912
39b00981
JB
49132003-06-30 Joel Brobecker <brobecker@gnat.com>
4914
4915 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4916
b2a7f303
DC
49172003-06-30 David Carlton <carlton@kealia.com>
4918
4919 Band-aid for PR c++/1245.
4920 * Makefile.in (cp-support.o): Depend on complaints_h.
4921 * cp-support.c: Include complaints.h. Add declaration for
4922 find_last_component.
4923 (cp_find_first_component): Separate code into
4924 cp_find_first_component_aux.
4925 (cp_find_first_component_aux): Call demangled_name_complaint.
4926 (demangled_name_complaint): New.
4927
a257b5bb
AC
49282003-06-30 Andrew Cagney <cagney@redhat.com>
4929
4930 * remote.c (remote_write_bytes): Explicitly compute and then use
4931 the payload size. Update comments to reflect. Fixes problem of
4932 GDB not sending small packets as found by Fred Fish.
4933
0a2cfde4
AC
49342003-06-30 Andrew Cagney <cagney@redhat.com>
4935
4936 * remote.c (remote_async_wait): Fix -Wformat problem.
4937
3fcb8548
AC
49382003-06-29 Andrew Cagney <cagney@redhat.com>
4939
4940 * remote.c (remote_wait): Call error, and not warning, when the
4941 packet is corrupt.
4942 (remote_async_wait): Ditto.
4943
9f9970a3
DJ
49442003-06-29 Daniel Jacobowitz <drow@mvista.com>
4945
4946 * sparc-tdep.c (sparc_y_regnum): Make external again.
4947
83a8ccca
DJ
49482003-06-29 Daniel Jacobowitz <drow@mvista.com>
4949
4950 * cli/cli-logging.c (pop_output_files): Add void to function
4951 definition.
4952
d2cf594a
AC
49532003-06-29 Andrew Cagney <cagney@redhat.com>
4954
4955 * frame.c (frame_register_unwind): Use unsigned char when dumping
4956 the buffer contents.
4957
0fac0b41
DJ
49582003-06-28 Daniel Jacobowitz <drow@mvista.com>
4959
4960 * cli/cli-logging.c: New file.
4961 * cli-out.c (struct ui_out_data): Add original_stream.
4962 (cli_redirect): New function.
4963 (cli_ui_out_impl): Add cli_redirect.
4964 (cli_out_new): Initialize original_stream.
4965 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4966 (uo_redirect, ui_out_redirect): New.
4967 * ui-out.h (struct ui_out_impl): Add redirect member.
4968 (redirect_ftype): New.
4969 (ui_out_redirect): Add prototype.
4970 * Makefile.in: Add rules for cli-logging.c.
4971 * NEWS: Mention "set logging".
4972
88a07d7c
EZ
49732003-06-27 Elena Zannoni <ezannoni@redhat.com>
4974
4975 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4976
4eb58876
AC
49772003-06-27 Andrew Cagney <cagney@redhat.com>
4978
4979 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4980 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4981 * avr-tdep.c (avr_call_dummy_address): Delete function.
4982 (avr_gdbarch_init): Do not set call_dummy_address.
4983
1549f619
EZ
49842003-06-27 Elena Zannoni <ezannoni@redhat.com>
4985
4986 * symfile.c (syms_from_objfile): Move variables to inner block.
4987 Move the checks for the non-mainline case a bit earlier to avoid
4988 doing some useless computations.
4989
3cb3398d
EZ
49902003-06-27 Elena Zannoni <ezannoni@redhat.com>
4991
4992 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4993
3799ccc6
EZ
49942003-06-26 Elena Zannoni <ezannoni@redhat.com>
4995
4996 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4997 sections.
4998
ce1f6491
MC
49992003-06-26 Michael Chastain <mec@shout.net>
5000
5001 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5002 gdb/testsuite/gdb.c++/pr-1210.exp.
5003
d958dfd0
AC
50042003-06-26 Andrew Cagney <cagney@redhat.com>
5005
5006 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5007 altivec_expression.h and altivec_registers.h.
5008
d31431ed
AC
50092003-06-26 Andrew Cagney <cagney@redhat.com>
5010
5011 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5012 info->mach when MIPS16. Patch suggested by Fred Fish.
5013
714b1282
AC
50142003-06-26 Andrew Cagney <cagney@redhat.com>
5015
5016 * utils.c (internal_vproblem): Print the problem to a reason
5017 buffer and then pass to query. Make the msg variable more local.
5018
42efa47a
AC
50192003-06-26 Andrew Cagney <cagney@redhat.com>
5020
5021 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5022 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5023 * gdbarch.h, gdbarch.c: Re-generate.
5024 * frame-base.c (default_frame_args_address): Update. Use
5025 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5026 not available.
5027 (default_frame_locals_address): Ditto for
5028 DEPRECATED_FRAME_LOCALS_ADDRESS.
5029 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5030 (vax_frame_num_args): Update.
5031 (vax_gdbarch_init): Update.
5032 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5033 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5034 * mcore-tdep.c (mcore_gdbarch_init): Update.
5035 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5036 * ia64-tdep.c (ia64_gdbarch_init): Update.
5037 * symtab.h (address_class): Update comments.
5038 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5039 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5040 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5041 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5042 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5043 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5044 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5045 * alpha-mdebug-tdep.c: Update.
5046 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5047
8ffd9b1b
AJ
50482003-06-26 Andreas Jaeger <aj@suse.de>
5049
5050 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5051 of SSE registers so that varargs functions work. Rework handling
5052 of passing arguments on the stack.
5053 (x86_64_store_return_value): Return double and float values in SSE
5054 register.
5055
e8ac10a6
MC
50562003-06-24 Michael Chastain <mec@shout.net>
5057
5058 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5059 the "constructor breakpoints ignored" bug.
5060
986af8e6
DC
50612003-06-25 David Carlton <carlton@kealia.com>
5062
5063 * MAINTAINERS: Update e-mail address.
5064
d64558a5
JB
50652003-06-24 Jim Blandy <jimb@redhat.com>
5066
e538d2d7
JB
5067 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5068
02631ec0
JB
5069 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5070 function.
5071 (ppc_linux_init_abi): Register it as the
5072 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5073
e716d87a
JB
5074 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5075 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5076 method.
5077
d64558a5
JB
5078 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5079 (ppc64_standard_linkage_target): Use it.
5080
449a5da4
AC
50812003-06-23 Andrew Cagney <cagney@redhat.com>
5082
5083 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5084 for 0 "int0" and 4 "int32" sized registers.
5085 * gdbtypes.c (builtin_type_int0): Define.
5086 (build_gdbtypes): Initialize builtin_type_int0.
5087 * gdbtypes.h (builtin_type_int0): Declare.
5088
b2a02dda
SC
50892003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5090
5091 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5092 as characters are unsigned.
5093
fba3138e
DJ
50942003-06-22 Daniel Jacobowitz <drow@mvista.com>
5095
5096 PR gdb/1179
5097 * dwarfread.c (struct_type): Skip static fields without crashing.
5098
f6c8180b
AC
50992003-06-22 Andrew Cagney <cagney@redhat.com>
5100
5101 GDB 6.0 branch created.
f2c06f52
AC
5102 * README: Update.
5103 * PROBLEMS: Update. Empty.
5104 * NEWS: Update.
f6c8180b 5105
ae822768
DJ
51062003-06-22 Daniel Jacobowitz <drow@mvista.com>
5107
5108 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5109 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5110
261de166
AC
51112003-06-22 Andrew Cagney <cagney@redhat.com>
5112
5113 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5114 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5115 Velikov.
5116
30e94205
DJ
51172003-06-22 Daniel Jacobowitz <drow@mvista.com>
5118
5119 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5120 compilers.
5121
9e14d721
DJ
51222003-06-21 Daniel Jacobowitz <drow@mvista.com>
5123
5124 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5125 argument of val_print.
5126 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5127 to the address argument of baseclass_offset or target_read_memory.
5128 Do add it to the argument of cp_print_value_fields.
5129
a4b8ebc8
AC
51302003-06-21 Andrew Cagney <cagney@redhat.com>
5131
5132 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5133 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5134 instead of 0..NUM_REGS.
5135 (mips_register_reggroup_p): New function.
5136 (mips_pseudo_register_write): New function.
5137 (mips_pseudo_register_read): New function.
5138 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5139 based on the register's type.
5140 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5141 cooked.
5142 (mips_get_saved_register): Simplify. Assert that REGNO is a
5143 pseudo / cooked.
5144 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5145 (mips_register_type): Replace mips_register_virtual_type. Map
5146 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5147 when available.
5148 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5149 that the register is cooked / virtual.
5150 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5151 Only get the extra info when needed.
5152 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5153 (mips32_heuristic_proc_desc): Fetch the cooked register.
5154 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5155 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5156 (mips_print_register): Use gdbarch_register_type, instead of
5157 REGISTER_VIRTUAL_TYPE.
5158 (print_gp_register_row): Use gdbarch_register_type, instead of
5159 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5160 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5161 Print the pseudo / cooked registers.
5162 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5163 Print the pseudo / cooked registers.
5164 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5165 REG_NUM is pseudo / cooked.
5166 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5167 (mips_n32n64_xfer_return_value): Ditto.
5168 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5169 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5170 (mips_register_sim_regno): New function.
5171 (mips_gdbarch_init): Set deprecated_register_byte,
5172 register_group_p, pseudo_register_write, pseudo_register_read,
5173 register_sim_regno, and num_pseudo_regs. Set register_type,
5174 instead of register_virtual_type.
5175 * Makefile.in (mips-tdep.o): Update dependencies.
5176 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5177 REGISTER_VIRTUAL_TYPE.
5178 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5179 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5180 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5181 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5182 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5183
325ed089
DJ
51842003-06-21 Daniel Jacobowitz <drow@mvista.com>
5185
5186 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5187 * cli/cli-cmds.c: Include "gdb_vfork.h".
5188 (shell_escape): Use vfork.
5189
f0e7d0e8
AC
51902003-06-21 Andrew Cagney <cagney@redhat.com>
5191
c57bb9fa
AC
5192 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5193 32 bit floating-point register saves.
5194
6e51443a
AC
5195 * frame.h (deprecated_unwind_get_saved_register): Delete.
5196 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5197 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5198 and deprecated_get_next_frame_hack instead of
5199 deprecated_unwind_get_saved_register.
5200
ed183c7c
AC
5201 * mips-tdep.c (mips_dump_tdep): Do not print
5202 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5203
f0e7d0e8
AC
5204 * frame.c (get_frame_register): New function.
5205 (frame_unwind_register_signed): New function.
5206 (get_frame_register_signed): New function.
5207 (frame_unwind_register_unsigned): New function.
5208 (get_frame_register_unsigned): New function.
5209 * frame.h: Add comments on naming schema.
5210 (get_frame_register, frame_unwind_register_signed): Declare.
5211 (get_frame_register_signed, get_frame_register_signed): Declare.
5212 (frame_unwind_register_unsigned): Declare.
5213 (get_frame_register_unsigned): Declare.
5214
2224d941
TR
52152003-06-20 Theodore A. Roth <troth@openavr.org>
5216
5217 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5218
8619218d
TR
52192003-06-20 Theodore A. Roth <troth@openavr.org>
5220
5221 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5222 (avr_read_sp): Ditto.
5223
0b1b50c0
DJ
52242003-06-20 Daniel Jacobowitz <drow@mvista.com>
5225
5226 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5227 * config/arm/nm-linux.h: Likewise.
5228 * config/arm/tm-linux.h: Likewise.
5229 * config/ia64/nm-linux.h: Likewise.
5230 * config/ia64/tm-ia64.h: Likewise.
5231 * config/s390/tm-linux.h: Likewise.
5232 * config/s390/tm-s390.h: Likewise.
5233 * s390-nat.c: Likewise.
5234 * s390-tdep.c: Likewise.
5235
5236 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5237 * config/ia64/linux.mt: Likewise.
5238 * config/m68k/linux.mh: Likewise.
5239 * config/mips/linux.mt: Likewise.
5240 * config/powerpc/linux.mh: Likewise.
5241 * config/sh/linux.mt: Likewise.
5242
c8c18e65
KW
52432003-06-19 Kris Warkentin <kewarken@qnx.com>
5244
5245 * solib.c (solib_open): Change tests for whether to search
5246 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5247 comments.
5248
dcccef2e
TR
52492003-06-19 Theodore A. Roth <troth@openavr.org>
5250
5251 * avr-tdep.c (avr_frame_address): Delete function.
5252 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5253 set_gdbarch_frame_args_address.
5254
5861a190
AC
52552003-06-19 Andrew Cagney <cagney@redhat.com>
5256
5257 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5258 (REGISTER_CONVERT_FROM_TYPE): Delete.
5259 (mips_register_convert_to_type): Delete declaration.
5260 (mips_register_convert_from_type): Delete declaration.
5261 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5262 kernel/.
5263
0274a8ce
MS
52642003-06-19 Michael Snyder <msnyder@redhat.com>
5265
5266 * linux-nat.h: New file.
5267 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 5268 * lin-lwp.c: Include linux-nat.h.
0274a8ce 5269 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 5270 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
5271 (linux_make_note_section): Iterate over lwps instead of threads.
5272 (linux_do_thread_registers): Use lwp instead of merged pid.
5273 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 5274 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
5275 Add dependency on linux_nat_h.
5276
adf5f719
TR
52772003-06-19 Theodore A. Roth <troth@openavr.org>
5278
5279 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5280
6766a268
DJ
52812003-06-19 Daniel Jacobowitz <drow@mvista.com>
5282
5283 * varobj.c (get_type, get_target_type): Use check_typedef.
5284
1171114a
DJ
52852003-06-19 Daniel Jacobowitz <drow@mvista.com>
5286
5287 * breakpoint.c (insert_catchpoint): Call internal_error.
5288
adcf68a2
TR
52892003-06-19 Theodore A. Roth <troth@openavr.org>
5290
5291 * avr-tdep.c (avr_push_dummy_code): Delete function.
5292 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5293
ea67f13b
DJ
52942003-06-19 Daniel Jacobowitz <drow@mvista.com>
5295
5296 * arch-utils.c (default_prepare_to_proceed): Remove.
5297 (generic_prepare_to_proceed): Remove.
5298 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5299 (generic_prepare_to_proceed): Remove prototype.
5300 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5301 * gdbarch.c: Regenerate.
5302 * gdbarch.h: Regenerate.
5303 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5304 * hppah-nat.c (hppa_switched_threads): Remove.
5305 * infrun.c (prepare_to_proceed): New static function, copied from
5306 generic_prepare_to_proceed. Remove select_it argument.
5307 (proceed): Call prepare_to_proceed.
5308 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5309 variables.
5310 (ptrace_wait): Don't set the removed variables.
5311 (hppa_switched_threads): Remove.
5312 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5313 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5314 (lin_lwp_prepare_to_proceed): Remove prototype.
5315 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5316 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5317
4add8633
TR
53182003-06-18 Theodore A. Roth <troth@openavr.org>
5319
5320 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5321 trad-frame.h.
5322 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5323 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5324 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5325 (AVR_PROLOGUE_*): Enumerate prologue types.
5326 (struct frame_extra_info): Remove.
5327 (struct avr_unwind_cache): Define.
5328 (avr_write_sp): Delete function.
5329 (avr_read_fp): Ditto.
5330 (avr_init_extra_frame_info): Ditto.
5331 (avr_pop_frame): Ditto.
5332 (avr_frame_saved_pc): Ditto.
5333 (avr_saved_pc_after_call): Ditto.
5334 (avr_push_return_address): Ditto.
5335 (avr_frame_chain): Ditto.
5336 (avr_store_struct_return): Ditto.
5337 (avr_push_arguments): Ditto.
5338 (avr_scan_prologue): Update comments. Changed to set up the info for
5339 cache unwinding. Now returns end of prologue PC.
5340 (avr_skip_prologue): Better handling of functions lacking a prologue
5341 by using avr_scan_prologue.
5342 (avr_scan_arg_moves): New function.
5343 (avr_saved_regs_unwinder): Ditto.
5344 (avr_frame_unwind_cache): Ditto.
5345 (avr_unwind_pc): Ditto.
5346 (avr_frame_this_id): Ditto.
5347 (avr_frame_prev_register): Ditto.
5348 (avr_frame_p): Ditto.
5349 (avr_frame_base_address ): Ditto.
5350 (avr_unwind_dummy_id): Ditto.
5351 (avr_push_dummy_code): Ditto.
5352 (push_stack_item): Ditto.
5353 (pop_stack_item): Ditto.
5354 (avr_push_dummy_call): Ditto.
5355 (struct stack_item): Define.
5356 (avr_frame_unwind): Declare structure.
5357 (avr_frame_base): Ditto.
5358 (avr_gdbarch_init): Remove calls to
5359 set_gdbarch_deprecated_init_frame_pc,
5360 set_gdbarch_deprecated_target_read_fp,
5361 set_gdbarch_deprecated_dummy_write_sp,
5362 set_gdbarch_deprecated_fp_regnum,
5363 set_gdbarch_deprecated_push_arguments,
5364 set_gdbarch_deprecated_push_return_address,
5365 set_gdbarch_deprecated_pop_frame,
5366 set_gdbarch_deprecated_store_struct_return,
5367 set_gdbarch_deprecated_frame_init_saved_regs,
5368 set_gdbarch_deprecated_init_extra_frame_info,
5369 set_gdbarch_deprecated_frame_chain,
5370 set_gdbarch_deprecated_frame_saved_pc,
5371 set_gdbarch_deprecated_saved_pc_after_call.
5372 Add calls to set_gdbarch_push_dummy_call,
5373 set_gdbarch_push_dummy_code,
5374 frame_unwind_append_predicate,
5375 frame_base_set_default,
5376 set_gdbarch_unwind_dummy_id,
5377 set_gdbarch_unwind_pc.
5378 Wrap a long line.
5379
7be04a68
MS
53802003-06-18 Corinna Vinschen <vinschen@redhat.com>
5381
5382 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5383 registers for H8/300S.
5384 (h8300_print_registers_info): Ditto.
8ffd9b1b 5385 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 5386
ae087d01
DJ
53872003-06-18 Daniel Jacobowitz <drow@mvista.com>
5388
5389 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5390 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5391 (lin_lwp_wait): Likewise. Update comments.
5392 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5393 (pull_pid_from_list, linux_record_stopped_pid): New.
5394
07d8f827
SC
53952003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5396
5397 * ada-lang.c (scan_discrim_bound): Name first argument.
5398 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5399 declared by ALL_BLOCK_SYMBOLS.
5400
7cb47b14
SC
54012003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5402
5403 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5404 ("regcache.h"): Include it.
5405 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5406
6ad8ae5c
DJ
54072003-06-17 Daniel Jacobowitz <drow@mvista.com>
5408
5409 * NEWS: Mention gdbserver detach change and "disconnect" command.
5410 * infcmd.c (disconnect_command): New function.
5411 (_initialize_infcmd): Add ``disconnect'' command.
5412 * remote.c (remote_async_detach): Delete.
5413 (remote_detach): Merge remote_async_detach.
5414 (remote_disconnect): New.
5415 (init_remote_ops): Set to_disconnect.
5416 (init_remote_cisco_ops): Likewise.
5417 (init_remote_async_ops): Likewise. Use remote_detach.
5418 * target.c (cleanup_target): Default to_disconnect.
5419 (update_current_target): Inherit to_disconnect.
5420 (target_disconnect, debug_to_disconnect): New functions.
5421 (setup_target_debug): Set to_disconnect.
5422 * target.h (struct target_ops): Add to_disconnect.
5423 (target_disconnect): Add prototype.
5424
687595f9
DJ
54252003-06-17 Daniel Jacobowitz <drow@mvista.com>
5426
5427 * breakpoint.c (insert_catchpoint): New function.
5428 (insert_breakpoints): Use catch_exceptions to call
5429 insert_catchpoint. Disable catchpoints if they fail to insert.
5430
29239a8f
DJ
54312003-06-17 Daniel Jacobowitz <drow@mvista.com>
5432
5433 * symfile.c (reread_symbols): Clear sym_private.
5434
2cdf3c63
AC
54352003-06-17 Andrew Cagney <cagney@redhat.com>
5436
5437 * trad-frame.h (struct frame_info): Add opaque declaration.
5438 * remote-fileio.h (struct cmd_list_element): Add opaque
5439 declaration.
5440 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5441 comments.
5442
cf0e1e0d
DJ
54432003-06-17 Daniel Jacobowitz <drow@mvista.com>
5444
5445 * remote.c (remote_prepare_to_store): Replace call to
5446 deprecated_read_register_bytes with multiple regcache_raw_read
5447 calls.
5448
192cdb19
KW
54492003-06-17 Kris Warkentin <kewarken@qnx.com>
5450
5451 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5452 (nto_find_and_open_solib): Likewise.
5453 (nto_init_solib_absolute_prefix): Likewise.
5454 (_initialize_nto_tdep): Fix indentation.
5455
89929b45
KW
54562003-06-17 Kris Warkentin <kewarken@qnx.com>
5457
5458 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5459
46019f27
KW
54602003-06-17 Kris Warkentin <kewarken@qnx.com>
5461
5462 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5463
1a38736e
JB
54642003-06-17 Jim Blandy <jimb@redhat.com>
5465
5466 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5467
3605c34a
TR
54682003-06-16 Theodore A. Roth <troth@openavr.org>
5469
5470 * avr-tdep.c (avr_extract_return_value): New function.
5471 (avr_gdbarch_init): Set extract_return_value method.
5472
870b3035
AC
54732003-06-16 Andrew Cagney <cagney@redhat.com>
5474
5475 * frame.h (deprecated_get_next_frame_hack): Declare.
5476 * frame.c (legacy_saved_regs_prev_register): Only require
5477 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5478 there are always saved regs.
5479 (deprecated_generic_get_saved_register): Do not require
5480 DEPRECATED_FRAME_INIT_SAVED_REGS.
5481 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5482 use frame ID unwind instead.
5483 (deprecated_get_next_frame_hack): New function.
5484
63d47a7d
CV
54852003-06-16 Corinna Vinschen <vinschen@redhat.com>
5486
5487 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5488 (h8300_push_dummy_call): ...this function. Some minor optimization.
5489 (h8300_push_return_address): Remove.
5490 (h8300_gdbarch_init): Remove calls to
5491 set_gdbarch_deprecated_dummy_write_sp,
5492 set_gdbarch_deprecated_push_arguments and
5493 set_gdbarch_deprecated_push_return_address.
5494 Add call to set_gdbarch_push_dummy_call.
5495
4bb1dc5e
CV
54962003-06-16 Corinna Vinschen <vinschen@redhat.com>
5497
5498 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5499 (E_PSEUDO_EXR_REGNUM): Ditto.
5500 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 5501 registers into safe registers.
4bb1dc5e
CV
5502 (h8300_skip_prologue): Check for stm instruction to push registers
5503 used for register variables onto stack.
5504 (gdb_print_insn_h8300): Remove.
5505 (h8300_examine_prologue): Add a comment.
5506 (h8300_register_name): Take pseudo registers into account.
5507 (h8300s_register_name): Ditto.
5508 (h8300sx_register_name): Ditto.
5509 (h8300_print_register): Ditto.
5510 (h8300_print_registers_info): Define "nice" printing order.
5511 (h8300_saved_pc_after_call): Take pseudo registers into account.
5512 (h8300_register_type): Ditto. Return type used for remote connection
5513 when requesting real CCR or EXR register, return actual type when
5514 requesting pseudo CCR or EXR.
5515 (h8300_pseudo_register_read): New function.
5516 (h8300_pseudo_register_write): Ditto.
5517 (h8300_dbg_reg_to_regnum): Ditto.
5518 (h8300s_dbg_reg_to_regnum): Ditto.
5519 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5520 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5521 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5522 set_gdbarch_print_insn architecture dependent.
5523 Call set_gdbarch_pseudo_register_read and
5524 set_gdbarch_pseudo_register_write.
5525 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5526
a59fe496
AC
55272003-06-16 Andrew Cagney <cagney@redhat.com>
5528
5529 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5530 * gdbarch.h, gdbarch.c: Re-generate.
5531 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5532 * s390-tdep.c (s390_gdbarch_init): Update.
5533 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5534 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5535 * mips-tdep.c (mips_gdbarch_init): Update.
5536 * mcore-tdep.c (mcore_gdbarch_init): Update.
5537 * cris-tdep.c (cris_gdbarch_init): Update.
5538 * infcall.c (call_function_by_hand): Update.
5539 * ia64-tdep.c (ia64_push_arguments): Update comment.
5540 * frame.c (legacy_get_prev_frame): Do not assume
5541 SAVE_DUMMY_FRAME_TOS_P.
5542 * dummy-frame.c (find_dummy_frame): Update comment.
5543
6f4e5a41
AC
55442003-06-16 Andrew Cagney <cagney@redhat.com>
5545
5546 * regcache.c (do_cooked_read): Do not use register_valid_p.
5547
72fab697
TR
55482003-06-15 Theodore A. Roth <troth@openavr.org>
5549
5550 * avr-tdep.c (avr_register_type): Remove a blank line.
5551 (avr_scan_prologue): Correct some comments.
5552
e3d8b004
TR
55532003-06-15 Theodore A. Roth <troth@openavr.org>
5554
5555 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5556 prologue types.
8ffd9b1b 5557 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
5558 option.
5559 Add code to scan -mcall-prologues for mega devices.
5560
866b76ea
TR
55612003-06-15 Theodore A. Roth <troth@openavr.org>
5562
5563 * avr-tdep.c (avr_register_byte): Delete function.
5564 (avr_register_raw_size): Delete function.
5565 (avr_register_virtual_size): Delete function.
5566 (avr_register_virtual_type): Delete function.
5567 (avr_register_type): New function.
5568 (avr_address_to_pointer): Remove unused code.
5569 (avr_read_fp): Need to read FP as two separate bytes due to change to
5570 avr_register_type() usage.
5571 (avr_gdbarch_init): Don't set deprecated_register_size.
5572 Don't set deprecated_register_bytes.
5573 Don't set deprecated_register_byte.
5574 Don't set deprecated_register_raw_size.
5575 Don't set deprecated_max_register_raw_size.
5576 Don't set deprecated_register_virtual_size.
5577 Don't set deprecated_max_register_virtual_size.
5578 Don't set deprecated_register_virtual_type.
5579 Set register_type method.
5580
3993f6b1
DJ
55812003-06-15 Daniel Jacobowitz <drow@mvista.com>
5582
5583 * Makefile.in (linux-nat.o): Add rule.
5584 * linux-nat.c: New file.
5585 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5586 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5587 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5588 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5589 * config/arm/linux.mh (NATDEPFILES): Likewise.
5590 * config/i386/linux.mh (NATDEPFILES): Likewise.
5591 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5592 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5593 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5594 * config/mips/linux.mh (NATDEPFILES): Likewise.
5595 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5596 * config/s390/s390.mh (NATDEPFILES): Likewise.
5597 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5598
786a90bb
MK
55992003-06-15 Mark Kettenis <kettenis@gnu.org>
5600
5601 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5602 replace out-of-date comment.
5603
3bd3f01e
AC
56042003-06-15 Andrew Cagney <cagney@redhat.com>
5605
5606 * rdi-share/host.h (Fail): Change to a varargs function.
5607 * remote-rdi.c (Fail): Update.
8ffd9b1b 5608
de5b9bb9
MK
56092003-06-15 Mark Kettenis <kettenis@gnu.org>
5610
5611 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5612 (i386_convert_register_p, i386_register_to_value,
5613 i386_register_from_value): Handle types longer than 8 bytes.
5614
d532c08f
MK
56152003-06-15 Mark Kettenis <kettenis@gnu.org>
5616
5617 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5618 Move floating-point code to new function in i387-tdep.c.
5619 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5620 New functions containing code moved here from i386-tdep.c.
5621 * i387-tdep.h: Add opaque declaration for `struct type'.
5622 (i387_register_to_value, i387_value_to_register): New prototypes.
5623 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5624 (x86_64_init_abi): Set convert_register_p, register_to_value and
5625 value_to_register here.
8ffd9b1b 5626
42c466d7
AC
56272003-06-14 Andrew Cagney <cagney@redhat.com>
5628
5629 * mips-tdep.c (mips_register_to_value): Make static.
5630 (mips_value_to_register): Make static.
5631 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5632 * ia64-tdep.c (ia64_register_raw_size): Make static.
5633 (ia64_register_virtual_size): Make static.
5634 (ia64_register_byte): Make static.
5635 * i387-tdep.c: Include "i387-tdep.h".
5636 (print_387_control_word): Delete function.
5637 (print_387_status_word): Delete function.
5638 (print_387_status_bits): Delete function.
5639 (print_387_control_bits): Delete function.
5640 * Makefile.in (i387-tdep.o): Update dependencies.
5641 * rdi-share/host.h (Fail): Declare.
5642 * remote-rdi.c (Fail): Update to match declaration.
5643
2a9cda49
AC
56442003-06-14 Andrew Cagney <cagney@redhat.com>
5645
5646 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5647 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5648 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5649 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5650 * README: Delete reference to remote-array.
5651 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5652 (remote-array.o): Delete target.
5653 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5654 * remote-array.c: Delete file.
5655
ff2e87ac
AC
56562003-06-14 Andrew Cagney <cagney@redhat.com>
5657 Mark Kettenis <kettenis@gnu.org>
5658
5659 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5660 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5661 parameter with "frame".
5662 * gdbarch.h, gdbarch.c: Re-generate.
5663 * frame.h (put_frame_register): Declare.
5664 * frame.c (put_frame_register): New function.
5665 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5666 (legacy_register_to_value): Rewrite, use "frame" to get the
5667 register value.
5668 (legacy_value_to_register): Rewrite, use "frame" to find the
5669 register's location before storing.
5670 * arch-utils.h (legacy_convert_register_p): Update.
5671 (legacy_register_to_value, legacy_value_to_register): Update.
5672 * findvar.c (value_from_register): Rewrite, eliminate use of
5673 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5674 "frame" to REGISTER_TO_VALUE.
5675 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5676 lval_reg_frame_relative + lval_register branch of the switch. Do
5677 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5678 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5679 I386_EDI_REGNUM): New defines.
5680 (i386_next_regnum, i386_convert_register_p,
5681 i386_register_to_value, i386_value_to_register): New functions.
5682 (i386_register_convertible, i386_register_convert_to_virtual,
5683 i386_convert_to_raw): Remove functions.
5684 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5685 value_to_register instead of register_convertible,
5686 register_convert_to_virtual and register_convert_to_raw.
5687 * mips-tdep.c (mips_convert_register_p): New function.
5688 (mips_value_to_register): Replace mips_register_convert_from_type.
5689 (mips_register_to_value): Replace mips_register_convert_to_type.
5690 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5691 register_to_value.
5692 * alpha-tdep.c (alpha_convert_register_p): Update.
5693 (alpha_value_to_register): Update, store the register.
5694 (alpha_register_to_value): Update, fetch the register.
5695
98be1e77
TR
56962003-06-14 Theodore A. Roth <troth@openavr.org>
5697
5698 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5699 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5700 Don't set deprecated_call_dummy_words.
5701 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5702 Don't set remote_translate_xfer_address.
5703 (avr_io_reg_read_command): Remove commented out debug printf.
5704 Wrap a long line.
5705
57bc6122
TR
57062003-06-14 Theodore A. Roth <troth@openavr.org>
5707
5708 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5709 causes gdb to seg fault.
5710
eb01fc62
DJ
57112003-06-14 Daniel Jacobowitz <drow@mvista.com>
5712
5713 * sparc-nat.c (fetch_inferior_registers): Correct
5714 a reference to "registers".
5715
3b3e6bee
DJ
57162003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5717
5718 * Makefile.in (exc_request_U_h): Define
5719 (exc_request_S_h): Likewise.
5720 (msg_reply_S_h): Likewise.
5721 (msg_U_h): Likewise.
5722 (notify_S_h): Likewise.
5723 (process_reply_S_h): Likewise.
5724 (gnu-nat.o): Depend on gdb_obstack_h
5725 * gnu-nat.c: Include "gdb_obstack.h".
5726
b8de8283
AC
57272003-06-13 Andrew Cagney <cagney@redhat.com>
5728
5729 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5730 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 5731
f3be58bc
AC
57322003-06-13 Andrew Cagney <cagney@redhat.com>
5733
5734 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5735 when deprecated REGISTER macros can be deleted.
5736 * gdbarch.h, gdbarch.c: Re-generate.
5737
4c0122c8
JB
57382003-06-13 Jim Blandy <jimb@redhat.com>
5739
5740 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5741 Linux entry point symbols for _dl_debug_state, too.
5742
3e210248
AC
57432003-06-13 Andrew Cagney <cagney@redhat.com>
5744
5745 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5746 available, do not use the FP register, and always save the TOS.
5747 * dummy-frame.c (dummy_frame_this_id): Do not assert
5748 SAVE_DUMMY_FRAME_TOS.
5749 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5750 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5751 (i386_push_dummy_call): Add 8 to the returned SP.
5752 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5753 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5754 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5755 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5756 (x86_64_push_dummy_call): Return "sp + 16".
5757 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5758 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5759 save_dummy_frame_tos.
5760
0b65af49
JB
57612003-06-13 Jim Blandy <jimb@redhat.com>
5762
5763 * frv-tdep.c (frv_use_struct_convention): Delete static
5764 declaration for function deleted in my change of 2003-06-12.
5765
4ea2465e
TR
57662003-06-13 Theodore A. Roth <troth@openavr.org>
5767
5768 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5769 (avr_pointer_to_address): Shift code addrs left 1 bit.
5770 (avr_convert_from_func_ptr_addr): Delete function since operation is
5771 better handled by avr_address_to_pointer and avr_pointer_to_address.
5772 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5773
1581182a
MK
57742003-06-13 Mark Kettenis <kettenis@gnu.org>
5775
5776 From Kelley Cook <kelleycook@wideopenwest.com>:
5777 * configure.host: Accept i[34567]86 variants.
5778 * configure.tgt: Likewise.
5779 * nlm/configure.in: Likewise.
5780 * nlm/configure: Regenerated.
5781
7aa1783e
RE
57822003-06-13 Richard Earnshaw <rearnsha@arm.com>
5783
5784 * arm-tdep.c (solib-svr4.h): Dont' include it.
5785 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5786 * arm-linux-tdep.c: ... here. Make static.
5787 (arm_linux_init_abi): Register it.
5788 (solib-svr4.h): Include it.
5789 * Makefile.in: Update dependencies.
5790 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5791 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5792
0261a0d0
CV
57932003-06-13 Corinna Vinschen <vinschen@redhat.com>
5794
5795 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5796 indicate registers used for return values.
5797 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5798 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5799 members.
5800 (h8300_init_extra_frame_info): Ditto.
5801 (h8300_frame_locals_address): Removed.
5802 (h8300_frame_args_address): Removed.
5803 (h8300_extract_return_value): Use new regcache structure. Only care
5804 for 16 bit CPUs.
5805 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5806 (h8300_store_return_value): Use new regcache structure. Only care
5807 for 16 bit CPUs.
5808 (h8300h_store_return_value): Same function for 32 bit CPUs.
5809 (h8300_store_struct_return): Removed.
5810 (h8300_extract_struct_value_address): Use new regcache structure.
5811 (h8300h_extract_struct_value_address): Removed.
5812 (h8300_push_dummy_code): New function.
5813 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5814 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5815 set_gdbarch_store_return_value architecture dependent.
5816 Call set_gdbarch_push_dummy_code and
5817 set_gdbarch_extract_struct_value_address.
5818 Remove calls to set_gdbarch_frame_args_address,
5819 set_gdbarch_frame_locals_address,
5820 set_gdbarch_deprecated_store_struct_return,
5821 set_gdbarch_deprecated_extract_return_value,
5822 set_gdbarch_deprecated_extract_struct_value_address,
5823 set_gdbarch_deprecated_call_dummy_words and
5824 set_gdbarch_deprecated_sizeof_call_dummy_words.
5825
055c394a
CV
58262003-06-13 Corinna Vinschen <vinschen@redhat.com>
5827
5828 * h8300-tdep.c (h8300_register_byte): Remove.
5829 (h8300h_register_byte): Remove.
5830 (h8300_register_virtual_type): Remove. Substitute by...
5831 (h8300_register_type): New function.
5832 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5833 (h8300h_extract_struct_value_address): Ditto.
5834 (h8300_gdbarch_init): Drop calls to
5835 set_gdbarch_deprecated_register_byte and
5836 set_gdbarch_deprecated_register_virtual_type.
5837 Add call to set_gdbarch_register_type.
5838
9c04cab7
AC
58392003-06-13 Andrew Cagney <cagney@redhat.com>
5840
5841 * gdbarch.sh: Update comments on registers.
5842 (deprecated_register_byte): Rename register_byte.
5843 (deprecated_register_raw_size): Rename register_raw_size.
5844 (deprecated_register_virtual_size): Rename register_virtual_size.
5845 (deprecated_register_virtual_type): Rename register_virtual_type.
5846 * gdbarch.h, gdbarch.c: Re-generate.
5847 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5848 * vax-tdep.c (vax_gdbarch_init): Update.
5849 * v850-tdep.c (v850_gdbarch_init): Update.
5850 * sparc-tdep.c (sparc_gdbarch_init): Update.
5851 * sh-tdep.c (sh_gdbarch_init): Update.
5852 * s390-tdep.c (s390_gdbarch_init): Update.
5853 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5854 * ns32k-tdep.c: Update.
5855 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5856 * mips-tdep.c (mips_gdbarch_init): Update.
5857 * mcore-tdep.c (mcore_gdbarch_init): Update.
5858 * m68k-tdep.c (m68k_gdbarch_init): Update.
5859 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5860 * ia64-tdep.c (ia64_gdbarch_init): Update.
5861 * hppa-tdep.c (hppa_gdbarch_init): Update.
5862 * h8300-tdep.c (h8300_gdbarch_init): Update.
5863 * frv-tdep.c (frv_gdbarch_init): Update.
5864 * cris-tdep.c (cris_gdbarch_init): Update.
5865 * avr-tdep.c (avr_gdbarch_init): Update.
5866 * alpha-tdep.c (alpha_gdbarch_init): Update.
5867 * arm-tdep.c (arm_gdbarch_init): Update.
5868
b060cbea
AC
58692003-06-13 Andrew Cagney <cagney@redhat.com>
5870
5871 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5872 mips_o32_use_struct_convention with always_use_struct_convention.
5873
0fc9922a
DC
58742003-06-12 David Carlton <carlton@kealia.com>
5875
5876 * cp-namespace.c (cp_set_block_scope): Comment out
5877 processing_has_namespace_info branch.
5878
1fd35568
JB
58792003-06-12 Jim Blandy <jimb@redhat.com>
5880
f470a70a
JB
5881 Recognize and skip 64-bit PowerPC Linux linkage functions.
5882 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5883 insn_pattern, insns_match_pattern, d_field, ds_field): New
5884 functions, macros, and types for working with PPC instructions.
5885 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5886 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5887 ppc64_skip_trampoline_code): New functions, variables, and macros
5888 for recognizing and skipping linkage functions.
5889 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5890 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5891
49ff75ad
JB
5892 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5893 register offsets for both the 32- and 64-bit interfaces.
5894
bd918c83
JB
5895 Actually finish the job started by my change of 2003-05-29.
5896 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5897 other #definition of this.
5898 (ppc_linux_skip_trampoline_code): Remove declaration.
5899 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5900 static.
5901 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5902 method for GDBARCH.
5903
5904 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5905 'long' on ppc64-*-linux*.
5906
f8c59253
JB
5907 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5908 isn't #defined, assume the register doesn't exist: act as if
5909 tdep->ppc_mq_regnum were -1.
5910
8fbb30b1
JB
5911 * configure.host, configure.tgt: Add entries for
5912 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5913 powerpc/linux.mt.
5914 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5915 New files.
5916
1fd35568
JB
5917 * arch-utils.c (always_use_struct_convention): New function.
5918 * arch-utils.h (always_use_struct_convention): New prototype.
5919 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5920 (alpha_gdbarch_init): Register always_use_struct_convention,
5921 instead of alpha_use_struct_convention.
5922 * cris-tdep.c (cris_use_struct_convention): Delete.
5923 (cris_gdbarch_init): Register always_use_struct_convention,
5924 instead of cris_use_struct_convention.
5925 * frv-tdep.c (frv_use_struct_convention): Delete.
5926 (frv_gdbarch_init): Register always_use_struct_convention,
5927 instead of frv_use_struct_convention.
5928 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5929 (h8300_gdbarch_init): Register always_use_struct_convention,
5930 instead of h8300_use_struct_convention.
e3305dd9 5931 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
5932 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5933 instead of mips_o32_use_struct_convention.
5934
e14e6e9c
AC
59352003-06-12 Andrew Cagney <cagney@redhat.com>
5936
5937 * wince.c: Include "mips-tdep.h".
5938 * mips-tdep.h (mips_next_pc): Declare.
5939 * mcore-tdep.c: Make more local functions static.
5940 * Makefile.in (wince.o): Update dependencies.
5941
2335f48e
DC
59422003-06-12 David Carlton <carlton@kealia.com>
5943
5944 * symtab.c (lookup_symbol_aux_minsyms): Replace
5945 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5946 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5947 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5948 SYMBOL_NATURAL_NAME.
5949
f70a7d61
AS
59502003-06-12 Andreas Schwab <schwab@suse.de>
5951
5952 * Makefile.in (tuiDisassem.o): Update dependencies.
5953
b6429628
DC
59542003-06-12 David Carlton <carlton@bactrian.org>
5955
5956 * symtab.h: Delete declaration of make_symbol_overload_list.
5957 Add declaration of lookup_partial_symbol.
5958 * symtab.c (remove_params): Move to cp-support.c.
5959 (overload_list_add_symbol, make_symbol_overload_list)
5960 (sym_return_val_size, sym_return_val_index): Ditto.
5961 (lookup_partial_symbol): Make extern.
5962 * cp-support.h: Add declaration of make_symbol_overload_list.
5963 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5964 symtab.h, and block.h.
5965 (remove_params): Move here from symtab.c.
5966 (overload_list_add_symbol, make_symbol_overload_list)
5967 (sym_return_val_size, sym_return_val_index): Ditto.
5968 * valops.c: Include cp-support.h.
5969 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5970 frame_h, and block_h.
5971 (valops.o): Depend on cp_support_h.
5972
084edea5
CV
59732003-06-12 Corinna Vinschen <vinschen@redhat.com>
5974
5975 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5976 substitute by NUM_REGS throughout.
5977 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5978 (h8300s_register_name): New function for H8S registers.
5979 (h8300sx_register_name): Ditto for H8SX registers.
5980 (h8300_print_register): Revise register printing, avoid depending
5981 on 32 bit long.
0261a0d0 5982 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
5983 (h8300h_register_byte): New function for any other architecture.
5984 (h8300_register_raw_size): Remove.
5985 (h8300_register_virtual_type): Revise to return actually useful
5986 type.
5987 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5988 (h8300h_extract_struct_value_address): New function for any other
5989 architecture.
5990 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5991 set_gdbarch_register_name, set_gdbarch_register_byte,
5992 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5993 Remove calls to set_gdbarch_deprecated_register_size,
5994 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5995 set_gdbarch_deprecated_max_register_raw_size,
5996 set_gdbarch_register_virtual_size and
5997 set_gdbarch_deprecated_max_register_virtual_size entirely.
5998 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5999 set_gdbarch_long_double_bit.
6000
06194148
JJ
60012003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6002
8ffd9b1b
AJ
6003 * doublest.c (convert_doublest_to_floatformat): When dealing
6004 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
6005 processing a full 32 bits of mantissa.
6006
de4f826b
DC
60072003-06-11 David Carlton <carlton@bactrian.org>
6008
6009 * dictionary.h: New.
6010 * dictionary.c: New.
6011 * block.h: Add opaque declaration for struct dictionary.
6012 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6013 'sym' members.
6014 (BLOCK_DICT): New macro.
6015 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6016 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6017 BLOCK_SHOULD_SORT.
6018 (ALL_BLOCK_SYMBOLS): Update definition.
6019 * Makefile.in (SFILES): Add dictionary.c.
6020 (dictionary_h): New.
6021 (COMMON_OBS): Add dictionary.o.
6022 (dictionary.o): New.
6023 (ada-lang.o): Depend on dictionary_h.
6024 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6025 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6026 (mi-cmd-stack.o): Ditto.
6027 (gdbtk-cmds.o): Update dependencies.
6028 (gdbtk-stack.o): Ditto.
6029 * ada-lang.c: Include dictionary.h.
6030 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6031 (fill_in_ada_prototype, debug_print_block): Ditto.
6032 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6033 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6034 'is_sorted'.
6035 * mdebugread.c: Include dictionary.h.
6036 (struct parse_stack): Delete 'maxsyms' member.
6037 (parse_symbol): Update calls to new_block. Delete calls to
6038 shrink_block. Use dictionary methods.
6039 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6040 Update calls to new_symtab. Don't maintain maxsyms data.
6041 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6042 (add_symbol): Just call dict_add_symbol.
6043 (new_symtab): Delete 'maxsyms' argument.
6044 (new_symtab): Update calls to new_block.
6045 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6046 (shrink_block): Delete function.
6047 (fixup_sigtramp): Update call to new_block. Add symbol via
6048 dict_add_symbol.
6049 * jv-lang.c: Include dictionary.h.
6050 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6051 appropriately. Set class_symtab->free_func. Make sure the
6052 blockvector is big enough to hold two blocks.
6053 (add_class_symtab_symbol): Use dictionary methods.
6054 (free_class_block): New function.
6055 (type_from_class): Replace explicit iteration by
6056 ALL_BLOCK_SYMBOLS.
6057 * symtab.h (struct symtab): Replace 'free_ptr' method by
6058 'free_func'.
6059 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6060 sort_symtab_syms.
6061 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6062 sort_symtab_syms.
6063 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6064 Include dictionary.h.
6065 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6066 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6067 sort_symtab_syms.
6068 * objfiles.c: Include dictionary.h.
6069 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6070 * buildsym.c: Include dictionary.h.
6071 (finish_block): Use dictionary methods.
6072 (end_symtab): Set free_func to NULL, not free_ptr.
6073 * tracepoint.c: Include dictionary.h.
6074 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6075 (scope_info): Ditto.
6076 * stack.c: Include dictionary.h.
6077 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6078 (print_block_frame_labels, print_frame_arg_vars)
6079 (print_frame_args): Ditto.
6080 * symmisc.c (free_symtab_block): Use dictionary methods.
6081 (dump_symtab): Ditto.
6082 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6083 Include dictionary.h.
6084 * symfile.h: Delete declarations of sort_block_syms,
6085 sort_symtab_syms.
6086 * symfile.c (sort_block_syms): Delete.
6087 (sort_symtab_syms): Delete.
6088 * symtab.c: Include dictionary.h.
6089 (lookup_block_symbol): Use dictionary iterators.
6090 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6091 (search_symbols, make_symbol_completion_list): Ditto.
6092 (make_symbol_overload_list): Ditto.
6093 * valops.c (value_of_local): Use dict_empty.
6094 Include dictionary.h.
6095
a31f978c
JB
60962003-06-11 J. Brobecker <brobecker@gnat.com>
6097
6098 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6099
526e70c0
DC
61002003-06-11 David Carlton <carlton@bactrian.org>
6101
6102 * block.h (BLOCK_SHOULD_SORT): Delete.
6103 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6104 blocks.
6105 * ada-lang.c (ada_add_block_symbols): Ditto.
6106 * symfile.c (sort_block_syms): Delete.
6107 (sort_symtab_syms): Ditto.
6108 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6109 declarations.
6110 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6111 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6112 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6113 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6114 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6115 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6116 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6117
33c08150
JJ
61182003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6119
8ffd9b1b 6120 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
6121 bits to 128.
6122
781a750d
AC
61232003-06-11 Andrew Cagney <cagney@redhat.com>
6124
6125 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6126 REGISTER_CONVERTIBLE.
6127 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6128 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6129 * gdbarch.h, gdbarch.c: Re-generate.
6130 * arch-utils.h (deprecated_register_convertible_not): Rename
6131 generic_register_convertible_not.
6132 * arch-utils.c (deprecated_register_convertible_not): Rename
6133 generic_register_convertible.
6134 (legacy_convert_register_p, legacy_register_to_value): Update.
6135 * sh-tdep.c (sh64_push_arguments): Update.
6136 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6137 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6138 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6139 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6140 * arch-utils.c (legacy_value_to_register): Update.
6141 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6142 (rs6000_register_convert_to_raw): Make parameter "from" const.
6143 * mips-tdep.c (mips_gdbarch_init): Update.
6144 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6145 * infcmd.c (default_print_registers_info): Update.
6146 * ia64-tdep.c (ia64_gdbarch_init): Update.
6147 (ia64_register_convert_to_raw): Make parameter "from" const.
6148 * i386-tdep.c (i386_gdbarch_init): Update.
6149 (i386_register_convert_to_raw): Update.
6150
cd90e54f
AC
61512003-06-11 Andrew Cagney <cagney@redhat.com>
6152
6153 * remote-fileio.c: Include "remote-fileio.h".
6154 * Makefile.in (remote-fileio.o): Update dependencies.
6155 (remote_fileio_h): Fix typo.
6156
a78f21af
AC
61572003-06-11 Andrew Cagney <cagney@redhat.com>
6158
6159 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6160 (xstormy16_save_dummy_frame_tos): Make static.
6161 (_initialize_xstormy16_tdep): Add declaration.
6162 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6163 * v850-tdep.c: Make local functions static.
6164 (_initialize_v850_tdep): Add declaration.
6165 * sparc-tdep.c: Make local functions static.
6166 (_initialize_sparc_tdep): Add declaration.
6167 * sh-tdep.c: Make local functions static.
6168 (_initialize_sh_tdep): Add declaration.
6169 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6170 * s390-tdep.c: Make local functions static.
6171 (_initialize_s390_tdep): Add declaration.
6172 * dbxread.c (find_stab_function_addr): Make static.
6173 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6174 * ocd.c (_initialize_remote_ocd): Add declaration.
6175 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6176 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6177 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6178 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6179 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6180 * remote-array.c (_initialize_array): Add declaration.
6181 (_initialize_remote_monitors): Add declaration.
6182 * remote-mips.c: Make local functions static.
6183 (_initialize_remote_mips): Add declaration.
6184 * mcore-tdep.c: Make all local functions static.
6185 (_initialize_mcore_tdep): Add declaration.
6186 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6187 * abug-rom.c (_initialize_abug_rom): Add declaration.
6188 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6189 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6190 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6191 * remote-est.c (_initialize_est): Add declaration.
6192 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6193 (m68hc11_call_dummy_address): Make static.
6194 * ia64-tdep.c: Make local functions static.
6195 (_initialize_ia64_tdep): Add declaration.
6196 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6197 * monitor.c (monitor_wait_filter): Make static.
6198 (_initialize_remote_monitors): Add declaration.
6199 * remote-hms.c (_initialize_remote_hms): Add declaration.
6200 * remote-e7000.c (fetch_regs_from_dump): Make static.
6201 (expect_n): Make static.
6202 (_initialize_remote_e7000): Add declaration.
6203 * ser-e7kpc.c: Always include "defs.h".
6204 (_initialize_ser_e7000pc): Add declaration.
6205 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6206 * cris-tdep.c: Make all but one function static.
6207 (_initialize_cris_tdep): Add declaration.
6208 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6209 * solib.c (update_solib_list): Make static.
6210 (_initialize_solib): Add declaration.
6211 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6212 (_initialize_avr_tdep): Add declaration.
6213 * remote-rdi.c (voiddummy): Make static.
6214 (_initialize_remote_rdi): Add declaration.
6215 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6216 * remote-rdp.c (send_rdp): Make static.
6217 (_initialize_remote_rdp): Add declaration.
6218 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6219
cbcdb1f5
CV
62202003-06-11 Corinna Vinschen <vinschen@redhat.com>
6221
6222 * remote-fileio.c: Make ari happy.
6223
a191ea8d
JB
62242003-06-10 J. Brobecker <brobecker@gnat.com>
6225
6226 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6227 fetching the trailing bytes of the buffer we are about to write.
6228
0ef75e11
AC
62292003-06-10 Andrew Cagney <cagney@redhat.com>
6230
6231 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6232 * Makefile.in (remote-fileio.o): Update dependencies.
6233 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6234 include <setjmp.h>, or <sys/types.h> conditional on USG.
6235 (remote_fio_jmp_buf): Delete global variable.
6236
449092f6 62372003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 6238 Martin M. Hunt <hunt@redhat.com>
449092f6 6239
559fa028
AC
6240 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6241 (SFILES): Add remote-fileio.c.
6242 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6243 dependencies for building remote.o.
449092f6
CV
6244 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6245 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 6246 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
6247 static storage class.
6248 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6249 'F' packet.
6250 (_initialize_remote): Call initialize_remote_fileio().
6251 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
6252 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6253 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6254 (captured_main): Initialize new ui_files.
6255 * ui-file.c: Add read and fgets input functions.
6256 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6257 (null_file_read): New function.
6258 (ui_file_read): New function.
6259 (set_ui_file_read): New function.
6260 (stdio_file_read): New function.
6261 * ui-file.h: New type ui_file_read_ftype.
6262 (set_ui_file_read): Declare.
6263 (ui_file_read): Declare.
6264
248de703
AC
62652003-06-09 Andrew Cagney <cagney@redhat.com>
6266
6267 * frame.h (deprecated_unwind_get_saved_register): Rename
6268 generic_unwind_get_saved_register, update comments.
6269 * mips-tdep.c (mips_get_saved_register): Update.
6270 * frame.c (deprecated_unwind_get_saved_register): Update.
6271
0ed8aa57
AC
62722003-06-09 Andrew Cagney <cagney@redhat.com>
6273
6274 * vax-tdep.c (vax_frame_locals_address): Delete function.
6275 (vax_gdbarch_init): Do not set frame_locals_address.
6276 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6277 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6278 * s390-tdep.c (s390_frame_args_address): Delete function.
6279 (s390_gdbarch_init): Do not set frame_args_address or
6280 frame_locals_address.
6281 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6282 (ns32k_gdbarch_init): Do not set frame_locals_address.
6283 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6284 (hppa_frame_locals_address): Delete function.
6285 (hppa_gdbarch_init): Do not set frame_args_address, or
6286 frame_locals_address.
6287 * arm-tdep.c (arm_frame_args_address): Delete.
6288 (arm_frame_locals_address): Delete.
6289 (arm_gdbarch_init): Do not set frame_args_address, or
6290 frame_locals_address.
6291
983a287a
AC
62922003-06-09 Andrew Cagney <cagney@redhat.com>
6293
6294 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6295 * gdbarch.h, gdbarch.c: Re-generate.
6296 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6297 * arch-utils.c (frame_num_args_unknown): Delete function.
6298 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6299 (frame_info): Use FRAME_NUM_ARGS_P.
6300 * arm-tdep.c (arm_frame_num_args): Delete function.
6301 (arm_gdbarch_init): Do not set frame_num_args.
6302 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6303 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6304 (hppa_gdbarch_init): Do not set frame_num_args.
6305 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6306 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6307 frame_num_args to default frame_num_args_unknown.
6308 * v850-tdep.c (v850_gdbarch_init): Ditto.
6309 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6310 * sh-tdep.c (sh_gdbarch_init): Ditto.
6311 * s390-tdep.c (s390_gdbarch_init): Ditto.
6312 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6313 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6314 * mips-tdep.c (mips_gdbarch_init): Ditto.
6315 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6316 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6317 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6318 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6319 * i386-tdep.c (i386_gdbarch_init): Ditto.
6320 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6321 * frv-tdep.c (frv_gdbarch_init): Ditto.
6322 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6323 * cris-tdep.c (cris_gdbarch_init): Ditto.
6324 * avr-tdep.c (avr_gdbarch_init): Ditto.
6325 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6326
8d3b0994
AC
63272003-06-09 Andrew Cagney <cagney@redhat.com>
6328
6329 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6330 (print_frame_args): Moved to "stack.c".
6331 * stack.c: Include "gdb_assert.h".
6332 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6333 (print_frame_args): Moved from "printcmd.c".
6334 * frame.h (print_frame_args): Delete declaration.
6335 * Makefile.in (stack.o): Update dependencies.
6336
25e3a86b
AC
63372003-06-08 Andrew Cagney <cagney@redhat.com>
6338
6339 * frame.c (get_prev_frame): Remove reference to
6340 frame_args_address_correct in comments.
6341 * frame-base.c (default_frame_args_address): Delete code
6342 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6343 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6344 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6345 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6346 (vax_frame_args_address_correct): Delete declaration.
6347
a9e5fdc2
AC
63482003-06-08 Andrew Cagney <cagney@redhat.com>
6349
6350 * gdbarch.sh (UNWIND_SP): Add.
6351 * gdbarch.h, gdbarch.c: Re-generate.
6352 * frame.c (frame_sp_unwind): New function.
6353 (get_frame_sp): New function.
6354 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6355 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6356 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6357 value.
6358 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6359 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6360
8983bd83
AC
63612003-06-08 Andrew Cagney <cagney@redhat.com>
6362
7fec2c59
AC
6363 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6364 REMOTE_BREAKPOINT.
6365 * remote.c: Update.
6366 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6367 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6368 * config/m68k/tm-sun3.h: Update.
6369 * config/m68k/tm-m68klynx.h: Update.
6370 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6371
8983bd83
AC
6372 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6373 trad_frame". Update comments.
6374 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6375 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6376 (trad_frame_register_value, trad_frame_prev_register): Update.
6377
b9362cc7
AC
63782003-06-08 Andrew Cagney <cagney@redhat.com>
6379
6380 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6381 from GCC's acinclude.m4.
6382 * configure.in: Check for getopt's delcaration.
8ffd9b1b 6383 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
6384 * main.c (error_init): Delete declaration.
6385 * defs.h (error_init): Declare.
6386 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6387 (rs6000_convert_from_func_ptr_addr): Make static.
6388 (_initialize_rs6000_tdep): Add declaration.
6389 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6390 (show_commands, set_verbose, show_history): Delete declaration.
6391 * top.h (set_verbose): Add declaration.
6392 (show_history, set_history, show_commands): Add declaration.
6393 (do_restore_instream_cleanup): Add declaration.
6394 * objc-lang.c (specialcmp): Make static.
6395 (print_object_command): Make static.
6396 (find_objc_msgsend): Make static.
6397 (find_objc_msgcall_submethod_helper): Make static.
6398 (find_objc_msgcall_submethod): Make static.
6399 (_initialize_objc_language): Add declaration.
6400 (find_implementation_from_class): Make static.
6401 (find_implementation): Make static.
6402 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6403 * objc-lang.h (lookup_struct_typedef): Add declaration.
6404 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6405 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6406 (do_restore_user_call_depth): Make static.
6407 (do_restore_instream_cleanup): Delete declaration.
6408 (dont_repeat): Delete declaration.
6409 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6410 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6411 * reggroups.c (_initialize_reggroup): Add declaration.
6412 * cp-support.c (_initialize_cp_support): Add declaration.
6413 * cp-abi.c (_initialize_cp_abi): Add declaration.
6414 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6415 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6416 (_initialize_gnu_v3_abi): Add declaration.
6417 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6418 (_initialize_gnu_v2_abi): Add declaration.
6419 * frame-base.c (_initialize_frame_base): Add declaration.
6420 * doublest.c (floatformat_from_length): Make static.
6421 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6422 * frame.c (create_sentinel_frame): Make static.
6423 (_initialize_frame): Add declaration.
6424 * top.c (do_catch_errors): Make static.
6425 (gdb_rl_operate_and_get_next_completion): Make static.
6426 * typeprint.c: Include "typeprint.h".
6427 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6428 (sentinel_frame_this_id): Make static.
6429 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6430 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6431 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6432 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6433 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6434 * maint.c (maintenance_print_architecture): Make static.
6435 * signals/signals.c (_initialize_signals): Add declaration.
6436 * std-regs.c (_initialize_frame_reg): Add declaration.
6437 * jv-exp.y (push_variable): ISO C definition.
6438 (push_qualified_expression_name): Ditto.
6439 * memattr.c (_initialize_mem): Add declaration.
6440 * remote.c (remote_check_watch_resources): Make static.
6441 (remote_stopped_by_watchpoint): Make static.
6442 (remote_stopped_data_address): Make static.
6443 * d10v-tdep.c (nr_dmap_regs): Make static.
6444 (a0_regnum): Make static.
6445 (d10v_frame_unwind_cache): Make static.
6446 (d10v_frame_p): Make static.
6447 * osabi.c (show_osabi): Make static.
6448 (_initialize_gdb_osabi): Add extern declaration.
6449 * gdbtypes.c (make_qualified_type): Make static.
6450 (safe_parse_type): Make static.
6451 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6452 * macrotab.c (macro_bcache_free): Make static.
6453 * interps.c (interp_set_quiet): Make static.
6454 (interpreter_exec_cmd): Make static.
6455 * stack.h (select_frame_command): New file.
6456 * stack.c: Include "stack.h".
6457 (select_frame_command_wrapper): Delete function.
6458 (select_frame_command): Make global.
6459 * infcall.c: Include "infcall.h".
6460 * linespec.c: Include "linespec.h".
6461 * symfile.c (sections_overlap): Make static.
6462 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6463 * charset.c (_initialize_charset): Add missing prototype.
6464 * regcache.c (init_legacy_regcache_descr): Make static.
6465 (do_regcache_xfree): Make static.
6466 (regcache_xfer_part): Make static.
6467 (_initialize_regcache): Add missing prototype.
6468 * breakpoint.c (parse_breakpoint_sals): Make static.
6469 (breakpoint_sals_to_pc): Make static.
6470 * interps.h (clear_interpreter_hooks): ISO C declaration.
6471 * Makefile.in (stack_h): Define.
6472 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6473 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6474
a0f267c7
AC
64752003-06-08 Andrew Cagney <cagney@redhat.com>
6476
6477 * Makefile.in (d10v-tdep.o): Update dependencies.
6478 (SFILES): Add trad-frame.c.
6479 (trad_frame_h): Define.
6480 (COMMON_OBS): Add trad-frame.o.
6481 (trad-frame.o): Specify dependencies.
6482 * d10v-tdep.c: Include "trad-frame.h".
6483 (saved_regs_unwinder): Delete function.
6484 (d10v_frame_prev_register): Use trad_frame_prev_register.
6485 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6486 trad_frame", delete "regs" and "prev_sp".
6487 (prologue_find_regs): Use trad-frame.
6488 * trad-frame.h, trad-frame.c: New files.
6489
4538b4f4
MK
64902003-06-08 Mark Kettenis <kettenis@gnu.org>
6491
6492 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6493
a0273b2f
AF
64942003-06-07 Adam Fedor <fedor@gnu.org>
6495
6496 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6497 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6498 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6499 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 6500 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
6501 Use it.
6502
3a6c3343
AC
65032003-06-07 Andrew Cagney <cagney@redhat.com>
6504
6505 * symfile.h: Re-indent, clean up comments.
6506
b46e02f6
AC
65072003-06-07 Andrew Cagney <cagney@redhat.com>
6508
6509 * inferior.h (deprecated_write_sp): Replace
6510 generic_target_write_sp.
6511 * regcache.c (deprecated_write_sp): Replace
6512 generic_target_write_sp.
6513 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6514 * vax-tdep.c (vax_gdbarch_init): Update.
6515 * v850-tdep.c (v850_gdbarch_init): Update.
6516 * sparc-tdep.c (sparc_gdbarch_init): Update.
6517 * sh-tdep.c (sh_gdbarch_init): Update.
6518 * s390-tdep.c (s390_gdbarch_init): Update.
6519 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6520 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6521 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6522 * mcore-tdep.c (mcore_gdbarch_init): Update.
6523 * m68k-tdep.c (m68k_gdbarch_init): Update.
6524 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6525 * ia64-tdep.c (ia64_gdbarch_init): Update.
6526 * h8300-tdep.c (h8300_gdbarch_init): Update.
6527 * frv-tdep.c (frv_gdbarch_init): Update.
6528 * cris-tdep.c (cris_gdbarch_init): Update.
6529 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6530
a42e117c
AC
65312003-06-07 Andrew Cagney <cagney@redhat.com>
6532
6533 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6534 Assert that PC_REGNUM is valid.
6535 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6536
bd1ce8ba
AC
65372003-06-07 Andrew Cagney <cagney@redhat.com>
6538
6539 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6540 * gdbarch.h, gdbarch.c: Regenerate.
6541 * mn10300-tdep.c: Include "gdb_assert.h".
6542 (mn10300_read_fp): New function.
6543 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6544 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6545 * ia64-tdep.c: Include "gdb_assert.h".
6546 (ia64_read_fp): New function.
6547 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6548 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6549 * regcache.c (generic_target_read_sp): Delete function.
6550 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6551 * inferior.h (generic_target_read_sp): Delete declaration.
6552 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6553 generic_target_read_sp.
6554 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6555 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6556 * sh-tdep.c (sh_gdbarch_init): Ditto.
6557 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6558 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6559
ec5cbaec
AC
65602003-06-07 Andrew Cagney <cagney@redhat.com>
6561
6562 * gdbarch.sh: Comment each field of startup_gdbarch.
6563 * gdbarch.h, gdbarch.c: Re-generate.
6564
cde9ea48
AC
65652003-06-07 Andrew Cagney <cagney@redhat.com>
6566
6567 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6568 * gdbarch.h, gdbarch.c: Re-generate.
6569 * regcache.c: Update comments on read_pc et.al.
6570 (generic_target_read_pc): Delete function.
6571 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6572 * inferior.h (generic_target_read_pc): Delete declaration.
6573 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6574 generic_target_read_pc.
6575 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6576 * sh-tdep.c (sh_gdbarch_init): Ditto.
6577 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6578 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6579
9a90a780
AC
65802003-06-07 Andrew Cagney <cagney@redhat.com>
6581
6582 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6583 "index" with "special_local_sect". Use strcmp instead of STREQ.
6584 Append period to coments.
6585
a39a16c4
MM
65862003-06-06 Mark Mitchell <mark@codesourcery.com>
6587
6588 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6589 (elfstab_offset_sections): Likewise.
6590 * gdb-stabs.h (stab_section_info): Likewise.
6591 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6592 * objfiles.c (objfile_relocate): Likewise.
6593 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6594 * remote.c (get_offsets): Likewise.
6595 (remote_cisco_objfile_relocate): Likewise.
6596 * somread.c (som_symfile_offsets): Likewise.
6597 * symfile.c (alloc_section_addr_info): New function.
6598 (build_section_addr_info_from_section_tab): Use it.
6599 (free_section_addr_info): Adjust.
6600 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6601 (syms_from_objfile): Allocate local_addr dynamically.
6602 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6603 dynamically.
6604 (add_symbol_file_command): Allocate sect_opts dynamically.
6605 (reread_symbols): Avoid use of SECT_OFF_MAX.
6606 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6607 (alloc_section_addr_info): Declare it.
6608 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6609 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6610 dynamically.
6611 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 6612
20c6c2f8
AC
66132003-06-06 Andrew Cagney <cagney@redhat.com>
6614
6615 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6616 (d10v_frame_unwind_cache): Do not set "return_pc".
6617
884a26c8
MS
66182003-06-06 Michael Snyder <msnyder@redhat.com>
6619
6620 * h8300-tdep.c: Make tidy (long lines).
6621
088ce440
ML
66222003-06-06 Michal Ludvig <mludvig@suse.cz>
6623
8ffd9b1b 6624 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
6625 to regcache_collect().
6626
7d773d96
JB
66272003-06-05 J. Brobecker <brobecker@gnat.com>
6628
6629 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6630 pc_in_sigtramp multiarch method.
6631 (hppa_hpux_som_init_abi): Use it.
6632 (hppa_hpux_elf_init_abi): Likewise.
6633 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6634 macro has been multiarched.
6635 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6636 macro here, as hppa64 isn't multiarched yet.
6637
1df6926e
AC
66382003-06-05 Andrew Cagney <cagney@redhat.com>
6639
6640 * Makefile.in (value_h): Add $(frame_h).
6641 * value.h: Include "frame.h".
6642 (struct value): Replace "frame_addr" with "frame_id".
6643 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6644 * values.c (allocate_value): Use VALUE_FRAME_ID.
6645 (value_copy): Use VALUE_FRAME_ID.
6646 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6647 * valops.c (value_assign): Update. Use frame_find_by_id.
6648
6b53acc6
ML
66492003-06-05 Michal Ludvig <mludvig@suse.cz>
6650
6651 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6652 in each pass.
6653
4d9850d3
JJ
66542003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6655
6656 * thread-db.c (check_event): For create/death event breakpoints,
6657 loop through all messages to ensure that we read the message
6658 corresponding to the breakpoint we are at.
6659
8efca6ba
MS
66602003-06-04 Michael Snyder <msnyder@redhat.com>
6661
6662 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6663
0912c7f2
MK
66642003-06-04 Mark Kettenis <kettenis@gnu.org>
6665
6666 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6667 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6668 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6669 when handling .eh_frame sections.
6670
4e370325
JB
66712003-06-04 J. Brobecker <brobecker@gnat.com>
6672
6673 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6674 prepare_to_proceed procedure instead of the hppa-specific one.
6675 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6676
b757528f 66772003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 6678
b757528f
JJ
6679 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6680 * config.in: Regenerated.
6681 * configure.in: Add test for syscall function and check for
6682 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6683 * configure: Regenerated.
6684 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6685 <sys/syscall.h>.
6686 (kill_lwp): New function that uses tkill syscall or
6687 uses kill, depending on whether threading model is nptl or not.
6688 All callers of kill() changed to use kill_lwp().
6689 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6690 see if all threads have already exited in the nptl model.
6691 (stop_and_resume_callback): New callback function used by the
6692 lin_lwp_wait thread exit handling code.
6693 (stop_wait_callback): Check for threads already having exited and
6694 delete such threads fromt the lwp list when discovered.
6695 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 6696
b757528f
JJ
6697 Roland McGrath <roland@redhat.com>
6698 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6699 nptl libthread_db.
6700
087779b1
RH
67012003-06-03 Richard Henderson <rth@redhat.com>
6702
b21fd293
RH
6703 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6704 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6705 (alpha_sigtramp_frame_prev_register): Likewise.
6706 (alpha_heuristic_frame_prev_register): Likewise.
6707 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6708
8ffd9b1b 6709 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
6710 alpha-specific register id names.
6711 (alpha_mdebug_frame_unwind_cache): Likewise.
6712 (alpha_mdebug_frame_prev_register): Likewise.
6713
baa490c4
RH
67142003-06-03 Richard Henderson <rth@redhat.com>
6715
6716 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6717 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6718 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6719 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6720 unwind routines.
6721 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6722 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6723 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6724
6725 * alpha-linux-tdep.c: Remove unnecessary includes.
6726 * Makefile.in (alpha-linux-tdep.o): Update.
6727
67282003-06-03 Richard Henderson <rth@redhat.com>
6729
6730 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6731 (alphabsd_fill_fpreg): Likewise.
6732
f534e522
JB
67332003-06-03 J. Brobecker <brobecker@gnat.com>
6734
6735 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6736 references to struct frame_info fields by calls to the equivalent
6737 accessors. Necessary now that frame_info is opaque.
6738
4035536b
JB
67392003-06-03 J. Brobecker <brobecker@gnat.com>
6740
6741 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6742 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6743 structure, field no longer exists.
6744
0bd79c5c
JB
67452003-06-03 J. Brobecker <brobecker@gnat.com>
6746
6747 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6748 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6749
37bb6d9f
JB
67502003-06-03 J. Brobecker <brobecker@gnat.com>
6751
6752 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6753 references to struct frame_info fields by calls to the equivalent
6754 accessors. Necessary now that frame_info is opaque.
6755
852ee05c
JB
67562003-06-03 J. Brobecker <brobecker@gnat.com>
6757
6758 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6759 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6760 structure, field no longer exists.
6761
7d58c67d
TR
67622003-06-03 Theodore A. Roth <troth@openavr.org>
6763
8ffd9b1b 6764 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
6765 accumulation of the size of all registers instead of blindly using
6766 DEPRECATED_REGISTER_BYTES.
6767
0a48e7e8
MS
67682003-06-03 Michael Snyder <msnyder@redhat.com>
6769
6770 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6771 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6772 for h8300sx.
6773
9798ab0d
JB
67742003-06-03 J. Brobecker <brobecker@gnat.com>
6775
6776 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6777 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6778
00b037e2
AC
67792003-06-03 Andrew Cagney <cagney@redhat.com>
6780
6781 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6782 (sparc_convert_to_raw): Delete function.
6783 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6784 register_convert_to_virtual.
6785
043b2f77
JJ
67862003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6787
6788 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6789 layer if not dealing with a statically-linked threaded program.
6790
f43caff8
KW
67912003-06-03 Kris Warkentin <kewarken@qnx.com>
6792
6793 * solib.c (solib_open): Update comment to reflect actual search order.
6794
ae1e7417
AC
67952003-06-03 Andrew Cagney <cagney@redhat.com>
6796
6797 * frame.c (get_frame_memory_signed): New function.
6798 (get_frame_memory, get_frame_memory_unsigned): New function.
6799 (get_frame_arch): New function.
6800 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6801 (get_frame_memory, get_frame_unsigned_memory): Declare.
6802 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6803 get_frame_memory_unsigned and get_frame_arch.
6804 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6805
cb123844
RG
68062003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6807
6808 * MAINTAINERS (write after approval): Add myself.
6809
1bb792e9
JB
68102003-06-03 Jim Blandy <jimb@redhat.com>
6811
6812 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6813 elements of gregset_t are 64 bits each, but access registers
6814 are still 32 bits, so they're packed two per gregset_t
6815 element. Unpack/pack them properly.
6816
aee8d8ba
DC
68172003-06-02 David Carlton <carlton@bactrian.org>
6818
6819 * linespec.c (find_methods): Break out code into
6820 add_matching_methods and add_constructors.
6821 (add_matching_methods): New.
6822 (add_constructors): Ditto.
6823
bf7488d2
AC
68242003-06-02 Andrew Cagney <cagney@redhat.com>
6825
bf7488d2
AC
6826 * sparc-tdep.c (sparc_print_registers): Delete call to
6827 REGISTER_CONVERTIBLE.
6828 (sparc_gdbarch_init): Do not set register_convertible.
6829 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6830 * frv-tdep.c (frv_gdbarch_init): Ditto.
6831 * cris-tdep.c (cris_gdbarch_init): Ditto.
6832
adedef68
EZ
68332003-06-02 Elena Zannoni <ezannoni@redhat.com>
6834
8ffd9b1b 6835 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
6836 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6837 (syms_from_objfile): Ditto.
6838
650fcc91
AS
68392003-06-03 Andreas Schwab <schwab@suse.de>
6840
6841 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6842 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6843
df4a182b
RH
68442003-06-02 Richard Henderson <rth@redhat.com>
6845
6846 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6847 a member of all_reggroup.
6848
c483c494
RH
68492003-06-02 Richard Henderson <rth@redhat.com>
6850
6851 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6852 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6853 (alpha_lds, alpha_sts): New.
6854 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 6855 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
6856 restructure and fail for type sizes other than 4 or 8.
6857 (alpha_value_to_register): Similarly.
6858 (alpha_extract_return_value): Use alpha_sts.
6859 (alpha_store_return_value): Use alpha_lds.
6860 (alpha_gdbarch_init): Update hooks.
6861
b38b6be2
RH
68622003-06-02 Richard Henderson <rth@redhat.com>
6863
6864 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6865 regnum identifiers.
6866 (alpha_sigtramp_register_address): Likewise.
6867
98a8e1e5
RH
68682003-06-02 Richard Henderson <rth@redhat.com>
6869
6870 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6871 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6872 * alpha-tdep.h: Declare them.
6873
6874 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6875 Remove zerobuf. Don't error on UNIQUE.
6876 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6877 (ALPHA_REGSET_UNIQUE): Provide default.
6878 (supply_gregset): Use alpha_supply_int_regs.
6879 (fill_gregset): Use alpha_fill_int_regs.
6880 (supply_fpregset): Use alpha_supply_fp_regs.
6881 (fill_fpregset): Use alpha_fill_fp_regs.
6882 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6883 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6884 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6885 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6886 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6887 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6888
67dfac52
RH
68892003-06-02 Richard Henderson <rth@redhat.com>
6890
f75d70cc
RH
6891 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6892
67dfac52
RH
6893 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6894 (alpha_store_return_value): Likewise.
6895
0cf566ec
DC
68962003-06-02 David Carlton <carlton@math.stanford.edu>
6897
6898 * block.c (contained_in): Add 'const' to arguments.
6899 (block_function): Ditto.
6900 * block.h: Update declarations for block_function and
6901 contained_in.
6902
cdef89d0
DC
69032003-06-02 David Carlton <carlton@math.stanford.edu>
6904
6905 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6906 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6907 * p-valprint.c (pascal_val_print): Ditto.
6908 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6909
72667056
RH
69102003-06-02 Richard Henderson <rth@redhat.com>
6911
98a8e1e5
RH
6912 * alpha-tdep.c (alpha_push_dummy_call): Use
6913 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 6914
8ffd9b1b 6915 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
6916 sign-extension of 32-bit values.
6917 (alpha_store_return_value): Similarly.
0ede8eca 6918
98a8e1e5
RH
6919 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6920 (alpha_extract_return_value): Likewise.
6921 (alpha_store_return_value): Likewise.
7b5e1cb3 6922
98a8e1e5
RH
6923 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6924 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 6925
98a8e1e5
RH
6926 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6927 (alpha_extract_struct_value_address): Likewise.
6928 (alpha_store_return_value): Likewise.
6929 (alpha_store_struct_return): Remove.
6930 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 6931
98a8e1e5
RH
6932 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6933 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6934 macros where appropriate.
6935 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6936 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 6937
98a8e1e5
RH
6938 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6939 for SP, GP; void_func_ptr for PC; non-language-specific types
6940 for all others.
6941 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 6942
6dd77b81
RH
69432003-06-02 Richard Henderson <rth@redhat.com>
6944
6945 * top.h (lim_at_start): Declare.
6946 * main.c (captured_main): Set it.
6947 * top.c (lim_at_start): Define.
6948 (command_loop): Use it instead of &environ.
6949 * event-top.c (command_handler): Likewise.
6950
f4dbdb54
JT
69512003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6952
6953 * mipsnbsd-tdep.c: Update copyright years.
6954 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6955
8f285956
RH
69562003-06-01 Richard Henderson <rth@redhat.com>
6957
98a8e1e5
RH
6958 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6959 (alpha-linux-tdep.o): Update dependencies.
6960 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6961 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 6962
615967cb
RH
69632003-06-01 Richard Henderson <rth@redhat.com>
6964
98a8e1e5
RH
6965 * alpha-tdep.c (alpha_register_reggroup_p): New.
6966 (alpha_gdbarch_init): Register it.
615967cb 6967
b59661bd
AC
69682003-06-02 Andrew Cagney <cagney@redhat.com>
6969
6970 * dwarfread.c: Eliminate "register"
6971 (decode_die_type): Eliminate assignment within "if".
6972 (struct_type, decode_array_element_type): Ditto.
6973 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6974 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6975 (decode_modified_type, completedieinfo): Ditto.
6976 * block.c: Eliminate "register".
6977 (blockvector_for_pc_sect): Eliminate assignment within "if".
6978 * cp-support.h (struct symbol): Opaque declaration.
6979 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6980
5ef165c2
RH
69812003-06-01 Richard Henderson <rth@redhat.com>
6982
98a8e1e5
RH
6983 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6984 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 6985
143985b7
AF
69862003-06-01 Adam Fedor <fedor@gnu.org>
6987
6988 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6989 * gdbarch.[ch]: Regenerate.
6990 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6991 (hppa_gdbarch_init): Set it in the gdbarch vector.
6992 * i386-tdep.c (i386_fetch_pointer_argument): New
6993 (i386_gdbarch_init): Set it into gdbarch.
6994 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6995 (rs6000_gdbarch_init): Set it in gdbarch.
6996 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6997 (sparc_gdbarch_init): Set it in gdbarch.
6998
ae0167b9
AC
69992003-06-01 Andrew Cagney <cagney@redhat.com>
7000
7c0b4a20
AC
7001 * defs.h (extract_address): Delete declaration.
7002 * findvar.c (extract_address): Delete function.
7003 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7004 extract_address with the inline equivalent,
7005 extract_unsigned_integer.
7006 (xstormy16_extract_struct_value_address): Ditto.
7007 (xstormy16_pointer_to_address): Ditto.
7008 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7009 * v850-tdep.c (v850_push_arguments): Ditto.
7010 (v850_extract_return_value): Ditto.
7011 (v850_extract_struct_value_address): Ditto.
7012 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7013 (sparcnbsd_get_longjmp_target_64): Ditto.
7014 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7015 (get_longjmp_target): Ditto.
7016 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7017 (sh64_extract_struct_value_address): Ditto.
7018 (sh_push_arguments): Ditto.
7019 (sh64_push_arguments): Ditto.
7020 * remote-vxsparc.c (vx_read_register): Ditto.
7021 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7022 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7023 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7024 * mipsv4-nat.c (get_longjmp_target): Ditto.
7025 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7026 * mips-nat.c (get_longjmp_target): Ditto.
7027 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7028 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7029 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7030 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7031 * irix5-nat.c (get_longjmp_target): Ditto.
7032 * irix4-nat.c (get_longjmp_target): Ditto.
7033 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7034 (ia64_push_arguments): Ditto.
7035 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7036 * h8300-tdep.c (h8300_push_arguments): Ditto.
7037 (h8300_store_return_value): Ditto.
7038 (h8300_extract_struct_value_address): Ditto.
7039 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7040 (frv_push_arguments): Ditto.
7041 * avr-tdep.c (avr_pointer_to_address): Ditto.
7042 (avr_push_arguments): Ditto.
7043 * arm-tdep.c (arm_push_dummy_call): Ditto.
7044 (arm_get_longjmp_target): Ditto.
7045 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7046 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7047 (alpha_get_longjmp_target): Ditto.
7048
ae0167b9
AC
7049 * solib-irix.c (extract_mips_address): Inline extract_address,
7050 replacing it with extract_signed_integer.
7051 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7052 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7053 (first_link_map_member, open_symbol_file_object): Ditto.
7054 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7055 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7056 (LM_NEXT, LM_NAME): Ditto.
7057
44d88583
RH
70582003-06-01 Richard Henderson <rth@redhat.com>
7059
98a8e1e5
RH
7060 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7061 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7062 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7063 (alpha_cannot_store_register): Likewise.
7064 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7065 * alpha-nat.c (supply_gregset): Likewise.
7066 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 7067
310e9b6a
AC
70682003-06-01 Andrew Cagney <cagney@redhat.com>
7069
7070 * infcall.c (call_function_by_hand): Update comment on
7071 DEPRECATED_DUMMY_WRITE_SP.
7072
7073 * mips-tdep.c (mips_gdbarch_init): Do not set
7074 deprecated_dummy_write_sp.
7075 (mips_eabi_push_dummy_call): Set the SP register.
7076 (mips_o64_push_dummy_call): Set the SP register.
7077 (mips_o32_push_dummy_call): Set the SP register.
7078 (mips_n32n64_push_dummy_call): Set the SP register.
7079
5ab84872
RH
70802003-06-01 Richard Henderson <rth@redhat.com>
7081
98a8e1e5
RH
7082 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7083 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7084 (supply_gregset): Likewise.
7085 * alpha-tdep.c (alpha_store_return_value): Likewise.
7086 (alpha_get_longjmp_target): Likewise.
7087 (alpha_register_name): Constify array.
7088 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7089 deprecated_register_size, deprecated_register_bytes,
7090 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7091 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7092 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 7093
09cc52fd
RH
70942003-06-01 Richard Henderson <rth@redhat.com>
7095
7096 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7097 from arg_reg_buffer to regcache to avoid double conversion.
7098
c7f16359
MK
70992003-06-01 Mark Kettenis <kettenis@gnu.org>
7100
7101 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7102 SP_REGNUM.
7103 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7104 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7105
7131cb6e
RH
71062003-06-01 Richard Henderson <rth@redhat.com>
7107
98a8e1e5
RH
7108 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7109 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 7110
f3e0f90b
RH
71112003-06-01 Richard Henderson <rth@redhat.com>
7112
98a8e1e5
RH
7113 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7114 not overlapping PC_REGNUM.
f3e0f90b 7115
c88e30c0
RH
71162003-06-01 Richard Henderson <rth@redhat.com>
7117
98a8e1e5
RH
7118 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7119 alpha_push_arguments. Don't dump argument register data to
7120 the target stack. Fix float and 128-bit long double semantics.
7121 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7122 (alpha_fix_call_dummy): Remove.
7123 (alpha_call_dummy_words): Remove.
7124 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 7125
f1a559ae
RH
71262003-06-01 Richard Henderson <rth@redhat.com>
7127
7128 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7129
5e045346
AC
71302003-06-01 Andrew Cagney <cagney@redhat.com>
7131
95404a3e
AC
7132 * mips-tdep.c (is_mips16_addr): New function.
7133 (make_mips16_addr, unmake_mips16_addr): New functions.
7134 (pc_is_mips16, mips_fetch_instruction): Use.
7135 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7136 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7137 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7138 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7139 TARGET_MIPS.
7140 * config/mips/tm-mips.h: Update copyright.
7141 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7142 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7143 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7144 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7145 (TM_PRINT_INSN_MACH): Delete.
7146 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7147
5e045346
AC
7148 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7149 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7150 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7151 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7152 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7153 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7154 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7155 mips*-*-riscos* and mips*-*-sysv* onto mips.
7156 * config/mips/mips64.mt: New file.
7157 * config/mips/mips.mt: New file.
7158 * config/mips/littlemips.mt: Delete file.
7159 * config/mips/decstation.mt: Delete file.
7160 * config/mips/vr4300el.mt: Delete file.
7161 * config/mips/vr5000el.mt: Delete file.
7162 * config/mips/vr5000.mt: Delete file.
7163 * config/mips/vr4100.mt: Delete file.
7164 * config/mips/vr4xxxel.mt: Delete file.
7165 * config/mips/vr4300.mt: Delete file.
7166 * config/mips/vr4xxx.mt: Delete file.
7167 * config/mips/bigmips.mt: Delete file.
7168 * config/mips/bigmips64.mt: Delete file.
7169 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7170 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7171 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7172 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7173 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7174 "tm-bigmips.h".
7175 * config/mips/tm-irix3.h: Ditto.
7176 * config/mips/tm-mipsv4.h: Ditto.
7177 * config/mips/tm-embed.h: Ditto.
7178 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7179 "tm-bigmips64.h".
7180 * config/mips/tm-vr5000el.h: Delete file.
7181 * config/mips/tm-tx39l.h: Delete file.
7182 * config/mips/tm-vr4300el.h: Delete file.
7183 * config/mips/tm-vr4xxxel.h: Delete file.
7184 * config/mips/tm-vr4300.h: Delete file.
7185 * config/mips/tm-vr4100.h: Delete file.
7186 * config/mips/tm-vr4xxx.h: Delete file.
7187 * config/mips/tm-vr5000.h: Delete file.
7188 * config/mips/tm-embedl64.h: Delete file.
7189 * config/mips/tm-embedl.h: Delete file.
7190 * config/mips/tm-embed64.h: Delete file.
7191 * config/mips/tm-bigmips64.h: Delete file.
7192 * config/mips/tm-bigmips.h: Delete file.
7193
2473a4a9
MK
71942003-06-01 Mark Kettenis <kettenis@gnu.org>
7195
97a5b208
MK
7196 Fix gdb/1216.
7197 * shnbsd-nat.c: Include "sh-tdep.h".
7198
2473a4a9
MK
7199 From Richard Henderson <rth@redhat.com>:
7200 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7201
e0f7ec59
AC
72022003-05-31 Andrew Cagney <cagney@redhat.com>
7203
7204 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7205 forward declaration.
7206 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7207 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7208 (mips_find_saved_regs): Use set_reg_offset.
7209 (mips_frame_init_saved_regs): Delete function.
7210 (mips_pop_frame): Call mips_find_saved_regs instead of
7211 DEPRECATED_FRAME_INIT_SAVED_REGS.
7212
68dcc709
AC
72132003-05-31 Andrew Cagney <cagney@redhat.com>
7214
7215 * mips-tdep.c (mips_gdbarch_init): Do not set
7216 deprecated_max_register_raw_size, register_virtual_size, and
7217 deprecated_max_register_virtual_size.
7218
cfc14b3a
MK
72192003-05-31 Mark Kettenis <kettenis@gnu.org>
7220
6405b0a6
MK
7221 * i386-tdep.c: Include "dwarf2-frame.h".
7222 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7223 * Makefile.in (i386-tdep.o): Update dependencies.
7224
cfc14b3a
MK
7225 * dwarf2-frame.c, dwarf2-frame.h: New files.
7226 * Makefile.in (SFILES): Add dwarf2-frame.c.
7227 (dwarf2_frame_h): Define.
7228 (COMMON_OBS): Add dwarf2-frame.o.
7229 (dwarf2-frame.o): Add dependencies.
7230
6a2751d2
AJ
72312003-05-31 Andreas Jaeger <aj@suse.de>
7232
7233 * x86-64-linux-nat.c: Fix comment.
7234
1c3545ae
MK
72352003-05-31 Mark Kettenis <kettenis@gnu.org>
7236
10f93086
MK
7237 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7238 function signature.
7239
1c3545ae
MK
7240 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7241 have a sigcontext_addr handler.
7242 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7243 sigcontext_addr handler.
7244
e11c53d2
AC
72452003-05-31 Andrew Cagney <cagney@redhat.com>
7246
7247 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7248 (print_fp_register_row): Replace do_fp_register_row.
7249 (mips_print_fp_register): Add "file" and "frame" parameters.
7250 (mips_print_register): Add "file" and "frame" parameters.
7251 (mips_print_registers_info): Replace mips_do_registers_info.
7252 (mips_gdbarch_init): Set print_registers_info instead of
7253 deprecated_do_registers_info.
7254 (mips_read_fp_register_single): Add "frame" parameter.
7255 (mips_read_fp_register_double): Add "frame" parameter.
7256
a3386186
MK
72572003-05-31 Mark Kettenis <kettenis@gnu.org>
7258
70913449
MK
7259 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7260 Fixes a bug where GDB would print the wrong register names for
7261 targets without SSE.
7262
2b5e0749
MK
7263 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7264 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7265 registers.
7266
7267 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7268 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7269 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7270 TDEP->sc_sp_offset.
7271
a3386186
MK
7272 From Michal Ludvig <mludvig@suse.cz>:
7273 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7274 and `sc_num_regs'.
7275 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7276 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7277 I386_ST0_REGNUM): Move here from...
7278 * i386-tdep.c: ... here.
7279 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7280 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7281 registers if possible.
7282 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7283 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7284 Remove variables.
7285 (i386bsd_sc_reg_offset): New variable.
7286 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7287 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7288 TDEP->sc_sp_offset.
7289 (i386fbsd_sc_reg_offset): New variable.
7290 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7291 TDEP->sc_num_regs.
7292 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7293 variables.
7294 (i386fbsd4_sc_reg_offset): New variable.
7295 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7296 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7297 TDEP->sc_sp_offset.
7298 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7299 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7300 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7301 Remove variables.
7302 (i386nbsd_sc_reg_offset): New variable.
7303 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7304 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7305 TDEP->sc_sp_offset.
7306 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7307 Remove variables.
7308 (i386obsd_sc_reg_offset): New variable.
7309 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7310 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7311 TDEP->sc_sp_offset.
7312 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7313 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7314 for frame pointer offset in `struct sigcontext'.
7315
25ab4790
AC
73162003-05-31 Andrew Cagney <cagney@redhat.com>
7317
7318 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7319 architecture methods call_dummy_words, sizeof_call_dummy_words,
7320 push_return_address, store_struct_return, and fix_call_dummy. Set
7321 push_dummy_call instead of deprecated_push_arguments.
7322 (mips_store_struct_return): Delete function.
7323 (mips_fix_call_dummy): Delete function.
7324 (mips_push_return_address): Delete function.
7325 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7326 RA_REGNUM and T9_REGNUM.
7327 (mips_n32n64_push_dummy_call): Ditto for
7328 mips_n32n64_push_arguments.
7329 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7330 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7331
6a65450a
AC
73322003-05-31 Andrew Cagney <cagney@redhat.com>
7333
7334 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7335 "dummy_addr" to "bp_addr".
7336 * infcall.c (call_function_by_hand): Pass "funaddr" to
7337 gdbarch_push_dummy_call.
7338 * gdbarch.h, gdbarch.c: Re-generate.
7339 * i386-tdep.c (i386_push_dummy_call): Update.
7340 * arm-tdep.c (arm_push_dummy_call): Update.
7341 * d10v-tdep.c (d10v_push_dummy_call): Update.
7342
c4f35dd8
MK
73432003-05-31 Mark Kettenis <kettenis@gnu.org>
7344
7345 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7346 variable declarations.
7347 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7348 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7349 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7350 x86_64_init_frame_pc, x86_64_init_frame_pc,
7351 x86_64_function_has_prologue): Remove prototypes.
7352 (X86_64_NUM_GREGS): New define.
7353 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7354 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7355 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7356 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7357 XMM1_REGNUM): Remove defines.
7358 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7359 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7360 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7361 X86_64_XMM1_REGNUM): New defines.
7362 (struct x86_64_register_info): Renamed from `struct
7363 register_info'. Remove `size' member.
7364 (x86_64_register_info_table): Remove variable.
7365 (x86_64_register_info): New variable.
7366 (X86_64_NUM_REGS): New define.
7367 (X86_64_NUM_GREGS): Remove define.
7368 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7369 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7370 Remove variables.
7371 (x86_54_dwarf2_reg_to_regnum): Remove function.
7372 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7373 (x86_64_dwarf_reg_to_regnum): New function.
7374 (x86_64_register_name): Rewrite.
7375 (x86_64_register_raw_size): Remove function.
7376 (x86_64_register_byte_table): Remove variable.
7377 (x86_64_register_byte): Remove function.
7378 (x86_64_register_virtual_type): Remove function.
7379 (x86_64_register_type): New function.
7380 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7381 x86_64_register_convert_to_raw): Remove functions.
7382 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7383 (x86_64_use_struct_convention): Make static. Adjust for renamed
7384 defines.
7385 (x86_64_frame_init_saved_regs): Remove function.
7386 (x86_64_push_arguments): Make static. Change to accept a regcache
7387 as argument.
7388 (x86_64_store_return_value, x86_64_extract_return_value): Make
7389 static. Rewrite based on i386 counterparts.
7390 (x86_64_push_dummy_call): New function.
7391 (X86_64_NUM_SAVED_REGS): New define.
7392 (x86_64_register_number): Remove function.
7393 (x86_64_store_struct_return): Remove function.
7394 (x86_64_frameless_function_invocation,
7395 x86_64_function_has_prologue): Remove functions.
7396 (PROLOG_BUFSIZE): Remove define.
7397 (struct x86_64_frame_cache): New structure.
7398 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7399 x86_64_frame_cache, x86_64_frame_this_id,
7400 x86_64_frame_prev_register, x86_64_frame_p,
7401 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7402 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7403 functions.
7404 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7405 variables.
7406 (x86_64_skip_prologue): Rewrite in terms of
7407 x86_64_analyze_prologue.
7408 (x86_64_frame_base_address): New function.
7409 (x86_64_frame_base): New variable.
7410 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7411 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7412 set deprecated_fp_regnum, deprecated_register_size,
7413 deprecated_register_bytes, register_raw_size, register_byte,
7414 register_virtual_type, register_convertiable,
7415 register_convert_to_virtual, convert_to_raw,
7416 deprecated_get_saved_register, deprecated_target_read_fp,
7417 deprecated_push_arguments, deprecated_push_return_address,
7418 deprecated_pop_frame, deprecated_store_struct_return,
7419 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7420 frameless_function_invocation, deprecated_frame_saved_pc,
7421 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7422 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7423 deprecated_init_frame_pc and virtual_frame_pointer. Call
7424 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7425 and x86_64_frame_p. Call frame_base_set_default to register
7426 x86_64_frame_base.
7427 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7428 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7429 (_initialize_x86_64_tdep): Remove function.
7430 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7431 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7432 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7433 define.
7434 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7435 (x86_64_linux_sigcontext_addr): Rewrite.
7436 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7437 x86_64_linux_frame_saved_pc): Remove functions.
7438 (x86_64_linux_pc_in_sigtramp): Renamed from
7439 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7440 trampoline.
7441 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7442 Remove_functions.
7443 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7444 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7445 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7446 (x86_64_regmap): Rename to regmap.
7447 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7448 x86_64_num_gregs.
7449 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7450 x86_64_regmap.
7451 (x86_64_fxsave_offset): Remove function.
7452 (supply_fpregset): Simply call x86_64_supply_fxsave.
7453 (fill_fpregset): Simply call x86_64_fill_fxsave.
7454 (fetch_inferior_registers, store_inferior_registers): Avoid
7455 asignment in if-statement.
7456 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7457 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7458 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7459 (fetch_core_registers): Remove function.
7460 (linux_elf_core_fns): Remove.
7461 (offsetoff): Don't define.
7462 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7463 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7464 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7465 add core-regset.o.
7466 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7467 protection against multiple includes instead of NM_X86_64_h. Add
7468 various comments. Include "config/nm-linux.h". Don't include
7469 <signal.h>.
7470 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7471 GET_THREAD_SIGNALS): Remove defines.
7472 (x86_64_register_u_addr, kernel_u_size,
7473 lin_thread_get_thread_signals): Remove prototypes.
7474 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7475 [HAVE_LINK_H]: Don't include "solib.h".
7476 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7477 * config/i386/tm-x86-64linux.h: Fix comments.
7478 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7479 x86-64-tdep.o): Update dependencies.
7480
c25083af
AC
74812003-05-30 Andrew Cagney <cagney@redhat.com>
7482
c8f55a7b
AC
7483 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7484 Change parameter type to a "struct regcache *".
7485
c25083af
AC
7486 * gdbarch.sh: Regardless of the multi-arch level, always define
7487 the macro when not already defined.
7488 * gdbarch.h, gdbarch.c: Re-generate.
7489
fbe586ae
RH
74902003-05-30 Richard Henderson <rth@redhat.com>
7491
7492 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7493 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7494 (alpha_mdebug_frame_this_id): Likewise.
7495 (alpha_mdebug_frame_prev_register): Likewise.
7496 (alpha_mdebug_frame_base_address): Likewise.
7497 (alpha_mdebug_frame_locals_address): Likewise.
7498 (alpha_mdebug_frame_args_address): Likewise.
7499 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7500 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7501 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7502 loop increment.
7503 (alpha_heuristic_frame_this_id): Make static.
7504 (alpha_heuristic_frame_prev_register): Likewise.
7505 (alpha_heuristic_frame_base_address): Likewise.
7506 * alpha-tdep.h: Update.
7507
acd5c798
MK
75082003-05-30 Mark Kettenis <kettenis@gnu.org>
7509
7510 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7511 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7512 defenitions.
7513 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7514 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7515 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7516 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7517 I386_ST0_REGNUM): New defines.
7518 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7519 codestream_get): Remove define.
7520 (codestream_next_addr, condestream_addr, condestream_buf,
7521 codestream_off, codestream_cnt): Remove variables.
7522 (codestream_fill, codestream_seek, codestream_read): Remove
7523 functions.
7524 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7525 functionality.
7526 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7527 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7528 i386_frame_saved_pc, i386_saved_pc_after_call,
7529 i386_frame_num_args, i386_frame_init_saved_regs,
7530 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7531 i386_push_arguments): Remove functions.
7532 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7533 functionality. Use i386_analyze_prologue instead of
7534 i386_get_frame_setup.
7535 (I386_NUM_SAVED_REGS): New define.
7536 (struct i386_frame_cache): New structure.
7537 (i386_alloc_frame_cache, i386_analyze_struct_return,
7538 i386_skip_probe, i386_analyze_frame_setup,
7539 i386_analyze_register_saves, i386_analyze_prologue,
7540 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7541 i386_frame_prev_register, i386_sigtramp_frame_cache,
7542 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7543 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7544 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7545 New functions.
7546 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7547 New variables.
7548 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7549 I386_EAX_REGNUM and I386_EDX_REGNUM.
7550 (i386_extract_return_value, i386_store_return_value): Use
7551 I386_ST0_REGNUM where appropriate.
7552 (i386_extract_struct_value_address): Rewrite to use extract_address.
7553 (i386_svr4_pc_in_sigtramp): Add comment.
7554 (i386_svr4_sigcontext_addr): Rewrite.
7555 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7556 TDEP->sc_sp_offset.
7557 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7558 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7559 of new defines. Set push_dummy_call, don't set
7560 deprecated_push_arguments, deprecated_push_return_address,
7561 deprecated_pop_frame. Don't set parm_boundary. Don't set
7562 deprecated_frame_chain, deprecated_frame_saved_pc,
7563 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7564 save_dummy_frame_tos, unwind_pc. Call
7565 frame_unwind_append_predicate and frame_base_set_default. Don't
7566 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7567 Don't set frameless_function_invocation. Don't set
7568 deprecated_register_bytes, deprecated_register_size,
7569 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7570 * i386-linux-tdep.c: Fix formatting in some comments.
7571 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7572 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7573 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7574 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7575 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7576 redundant parentheses.
7577 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7578 (i386_linux_sigcontext_addr): Use it. Rewrite.
7579 (find_minsym_and_objfile): Change name of second argument.
7580 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7581 changed. Use frame_pc_unwind instead of
7582 DEPRECATED_SAVED_PC_AFTER_CALL.
7583 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7584 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7585 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7586 unwinder.
7587 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7588 "dummy-frame.h".
7589 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7590 (_initialize_i386_cygwin_tdep): New prototype.
7591 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7592 deprecated_frame_chain_valid.
7593 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7594 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7595 Rely on the SVR4 defaults.
7596 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7597 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7598
c89b70f1
AC
75992003-05-30 Andrew Cagney <cagney@redhat.com>
7600
7601 * infcall.c (call_function_by_hand): Always call
7602 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7603
85b32d22
RH
76042003-05-30 Richard Henderson <rth@redhat.com>
7605
c89b70f1
AC
7606 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7607 increment.
85b32d22 7608
bfe51b1e
JB
76092003-05-29 Jim Blandy <jimb@redhat.com>
7610
7611 Use gdbarch methods for solib stuff on PowerPC Linux.
7612 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7613 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7614 show through.
7615 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7616 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7617 giving the same effect as the #definitions above.
7618
1abf022c
AF
76192003-05-29 Adam Fedor <fedor@gnu.org>
7620
7621 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7622 (find_implementation_from_class): Replace it with the standard
7623 case i.e. do nothing.
7624
d2427a71
RH
76252003-05-29 Richard Henderson <rth@redhat.com>
7626
7627 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7628 (alpha_linux_sigtramp_offset): Use it. Make static.
7629 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7630 update for new frame model.
7631 * alpha-mdebug-tdep.c: New file.
7632 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7633 (alpha_osf1_init_abi): Install it.
7634 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7635 (linked_proc_desc_table): Remove.
7636 (alpha_frame_past_sigtramp_frame): Remove.
7637 (alpha_dynamic_sigtramp_offset): Remove.
7638 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7639 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7640 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7641 (push_sigtramp_desc): Remove.
7642 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7643 (alpha_cannot_store_register): Likewise.
7644 (alpha_sigcontext_addr): Remove.
7645 (alpha_find_saved_regs): Remove.
7646 (alpha_frame_init_saved_regs): Remove.
7647 (alpha_init_frame_pc_first): Remove.
7648 (read_next_frame_reg): Remove.
7649 (alpha_frame_saved_pc): Remove.
7650 (alpha_saved_pc_after_call): Remove.
7651 (temp_proc_desc, temp_saved_regs): Remove.
7652 (alpha_about_to_return): Remove.
7653 (cached_proc_desc): Remove.
7654 (alpha_frame_chain): Remove.
7655 (alpha_print_extra_frame_info): Remove.
7656 (alpha_init_extra_frame_info): Remove.
7657 (alpha_frame_locals_address): Remove.
7658 (alpha_frame_args_address): Remove.
7659 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7660 (alpha_push_dummy_frame): Remove.
7661 (alpha_pop_frame): Remove.
7662 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7663 (alpha_read_insn): New.
7664 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7665 for different insn encodings.
7666 (alpha_in_lenient_prologue): Remove.
7667 (struct alpha_sigtramp_unwind_cache): New.
7668 (alpha_sigtramp_frame_unwind_cache): New.
7669 (alpha_sigtramp_register_address): New.
7670 (alpha_sigtramp_frame_this_id): New.
7671 (alpha_sigtramp_frame_prev_register): New.
7672 (alpha_sigtramp_frame_unwind): New.
7673 (alpha_sigtramp_frame_p): New.
7674 (struct alpha_heuristic_unwind_cache): New.
7675 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7676 don't count nop insns that occur between functions.
7677 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7678 heuristic_proc_desc, but without the mdebug wrapping.
7679 (alpha_heuristic_frame_this_id): New.
7680 (alpha_heuristic_frame_prev_register): New.
7681 (alpha_heuristic_frame_unwind): New.
7682 (alpha_heuristic_frame_p): New.
7683 (alpha_heuristic_frame_base_address): New.
7684 (alpha_heuristic_frame_base): New.
7685 (alpha_unwind_dummy_id): New.
7686 (alpha_unwind_pc): New.
7687 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7688 frame related deprecated initializations; install replacements.
7689 (alpha_dump_tdep): Remove.
7690 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7691 (alpha_read_insn, alpha_after_prologue,
7692 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7693 alpha_heuristic_frame_prev_register,
7694 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7695 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7696 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7697 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7698
93ec1121
AC
76992003-05-29 Andrew Cagney <cagney@redhat.com>
7700
7701 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7702 dependant on the availability of ASSERT_FUNCTION.
7703 (ASSERT_FUNCTION): Do not define when there is no function name.
7704
98f08d3d
KB
77052003-05-29 Kevin Buettner <kevinb@redhat.com>
7706
7707 From Jimi X <jimix@watson.ibm.com>:
7708 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7709
0897f59b
JB
77102003-05-28 Jim Blandy <jimb@redhat.com>
7711
7712 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7713 argument to ptrace to int; the system headers should give it the
7714 right type, and pointers don't fit in ints on powerpc64-*-*.
7715
14898363
L
77162003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7717
7718 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7719 DW_TAG_catch_block.
7720
a7a48797
EZ
77212003-05-26 Elena Zannoni <ezannoni@redhat.com>
7722
7723 * stabsread.c (dbx_lookup_type): Make static.
7724 (read_type): Ditto.
7725 (add_undefined_type): Ditto.
7726 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7727 not export.
7728
f5479e9c
EZ
77292003-05-26 Elena Zannoni <ezannoni@redhat.com>
7730
7731 * hpread.c (hpread_has_name): Make static.
7732 (hpread_psymtab_to_symtab): Ditto.
7733 (file_exists): Ditto.
7734 (hpread_call_pxdb): Ditto.
7735 (hpread_pxdb_needed): Ditto.
7736 (hpread_quick_traverse): Ditto.
7737 (hpread_get_header): Ditto.
7738 (hpread_get_lntt): Ditto.
7739 (hpread_get_slt): Ditto.
7740 (class_of): Ditto.
7741
eb2e12d7
AS
77422003-05-25 Andreas Schwab <schwab@suse.de>
7743
78bf922a
AS
7744 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7745 stack_align and deprecated_extra_stack_alignment_needed.
7746 (m68k_stack_align): Delete.
7747
eb2e12d7
AS
7748 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7749 (m68k_register_virtual_size): Likewise.
7750 (altos_skip_prologue): Remove obsolete function.
7751 (isi_frame_num_args): Likewise.
7752 (news_frame_num_args): Likewise.
7753 (m68k_fix_call_dummy): Make static.
7754 (m68k_push_dummy_frame): Likewise.
7755 (m68k_pop_frame): Likewise.
7756 (m68k_skip_prologue): Likewise.
7757 (m68k_frame_init_saved_regs): Likewise.
7758 (m68k_saved_pc_after_call): Likewise.
7759 (m68k_get_longjmp_target): Make multi-arch.
7760 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7761 structure. Register m68k_get_longjmp_target if enabled.
7762 * m68k-tdep.h (struct gdbarch_tdep): Define.
7763 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7764
7765 * Makefile.in (config.status): Also depend on configure.tgt
7766 and configure.host.
7767 (m68klinux-tdep.o): Update dependencies.
7768 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7769 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7770 (M68K_LINUX_JB_PC): Define.
7771 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7772 and take additional parameter.
7773 (m68k_linux_sigtramp_saved_pc): Update.
7774 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7775 m68k_linux_pc_in_sigtramp, in_plt_section,
7776 find_solib_trampoline_target.
7777 * config/m68k/tm-linux.h: Don't include any tm headers.
7778 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7779 (JB_ELEMENT_SIZE): Likewise.
7780 (JB_PC): Likewise.
7781 (GET_LONGJMP_TARGET): Likewise.
7782 (IN_SIGTRAMP): Likewise.
7783 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7784
eb2c22dc
MK
77852003-05-25 Mark Kettenis <kettenis@gnu.org>
7786
7787 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7788 (sparc32_push_arguments): Re-implement by calling
7789 sparc32_do_push_arguments.
7790
44b7b84e
MK
77912003-05-25 Mark Kettenis <kettenis@gnu.org>
7792
7793 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7794 SPARC_O1_REGNUM): New defines.
7795 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7796 (sparc32_store_return_value): New function.
7797 (sparc_extract_struct_value_address): Rewrite to operate on a
7798 regcache.
7799 (sparc_gdbarch_init): Don't set
7800 deprecated_extract_struct_value_address. Set
7801 extract_struct_value_address instead. Don't set
7802 deprecated_extract_return_value and deprecated_store_return_value
7803 for 32-bit targets. Set extract_return_value and
7804 store_return_value instead.
7805 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7806 DEPRECTAED_EXTRACT_RETURN_VALUE,
7807 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7808 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7809 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7810 (sparc_store_return_value): Remove prototype.
7811 (sparc32_store_return_value): New prototype.
7812 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7813 Adjust prototypes.
7814
f6ad61e3
MK
78152003-05-24 Mark Kettenis <kettenis@gnu.org>
7816
7817 * sparcnbsd-tdep.c: Include "gdb_string.h".
7818
b276f1bb
AC
78192003-05-23 Andrew Cagney <cagney@redhat.com>
7820
7821 * p-valprint.c (pascal_val_print): Replace extract_address with
7822 the inline equivalent extract_unsigned_integer.
7823 * jv-valprint.c (java_value_print): Ditto.
7824 * ada-valprint.c (ada_val_print_1): Ditto.
7825 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7826
e76c5fcc
TR
78272003-05-23 Theodore A. Roth <troth@openavr.org>
7828
7829 * blockframe.c (frameless_look_for_prologue): Remove unused
7830 after_prologue variable.
7831
2cdd89cb
MK
78322003-05-23 Mark Kettenis <kettenis@gnu.org>
7833
7834 * blockframe.c (get_pc_function_start): Rewrite to avoid
7835 asignments in if-statements.
7836
182d43bc
EZ
78372003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7838
7839 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 7840 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
7841 files, don't relocate absolute symbols (and do use mst_abs).
7842
e8f3fcdd
AC
78432003-05-23 Andrew Cagney <cagney@redhat.com>
7844
7845 * objc-lang.c: Include "gdb_assert.h".
7846 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7847 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7848 (gdb_check, gdb_check_fatal): Delete functions.
7849 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7850 gdb_assert.
7851 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7852 * Makefile.in (objc-lang.o): Update dependencies.
7853
3c23e6fb
ILT
78542003-05-22 Ian Lance Taylor <ian@airs.com>
7855
7856 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7857 with fprintf_filtered, not fprintf_unfiltered.
7858
af1342ab
AC
78592003-05-22 Andrew Cagney <cagney@redhat.com>
7860
7861 * stack.c (frame_info): Inline extract_address, replacing it with
7862 extract_unsigned_integer.
7863 * findvar.c (unsigned_pointer_to_address): Ditto.
7864 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7865 * dwarf2expr.c (dwarf2_read_address): Ditto.
7866 * frame.c (frame_pc_unwind): Update comment.
7867 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7868
47e242ec
JJ
78692003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7870
7871 * infptrace.c (detach): Call print_sys_errmsg rather than
7872 perror_with_name to issue warning message when errno is non-zero
7873 after calling ptrace detach.
7874
e2ac8128
JB
78752003-05-21 J. Brobecker <brobecker@gnat.com>
7876
7877 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7878 macro definitions from here...
7879 * hppa-tdep.c: ...to there.
7880
92b3541e
KB
78812003-05-20 Kevin Buettner <kevinb@redhat.com>
7882
7883 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7884 register_ptrace_addr(). Fix all callers.
7885
55809acb
AS
78862003-05-21 Andreas Schwab <schwab@suse.de>
7887
7888 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7889 dependencies.
7890 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7891 end.
7892 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7893 (_initialize_m68k_linux_tdep): New function.
7894 (m68k_linux_frame_saved_pc): Make static.
7895 (m68k_linux_extract_return_value): Likewise.
7896 (m68k_linux_store_return_value): Likewise.
7897 (m68k_linux_extract_struct_value_address): Likewise.
7898 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7899 Remove.
7900 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7901 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7902 (DEPRECATED_FRAME_SAVED_PC): Remove.
7903
0fbc10f7
KW
79042003-05-20 Kris Warkentin <kewarken@qnx.com>
7905
7906 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7907 regset numbering rather than our own.
7908
58da2eb2
DC
79092003-05-19 David Carlton <carlton@bactrian.org>
7910
7911 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7912
1fcb5155
DC
79132003-05-19 David Carlton <carlton@bactrian.org>
7914
7915 Partial fix for PR c++/827.
7916 * cp-support.h: Include symtab.h.
7917 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7918 * cp-namespace.c: Update contributors.
7919 (cp_lookup_symbol_nonlocal): New.
7920 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7921 (lookup_symbol_file): Ditto.
7922 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7923 * block.h: Declare block_scope, block_using, block_global_block.
7924 * block.c (block_scope): New.
7925 (block_using, block_global_block): Ditto.
7926 * Makefile.in (cp_support_h): Depend on symtab_h.
7927 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7928
5f9a71c3
DC
79292003-05-19 David Carlton <carlton@bactrian.org>
7930
7931 * language.h (struct language_defn): Add 'la_value_of_this'
7932 and 'la_lookup_symbol_nonlocal' members.
7933 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7934 lookup_symbol_static, lookup_symbol_global,
7935 lookup_symbol_aux_block.
7936 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7937 if we should search fields of this and how to do static/global
7938 lookup.
7939 (lookup_symbol_aux_block): Make extern.
7940 (basic_lookup_symbol_nonlocal): New.
7941 (lookup_symbol_static, lookup_symbol_global): Ditto.
7942 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7943 'la_lookup_symbol_nonlocal' members.
7944 * c-lang.c (c_language_defn, cplus_language_defn)
7945 (asm_language_defn, minimal_language_defn): Ditto.
7946 * jv-lang.c (java_language_defn): Ditto.
7947 * language.c (unknown_language_defn, auto_language_defn)
7948 (local_language_defn): Ditto.
7949 * m2-lang.c (m2_language_defn): Ditto.
7950 * objc-lang.c (objc_language_defn): Ditto.
7951 * scm-lang.c (scm_language_defn): Ditto.
7952 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7953 * p-lang.c (pascal_language_defn): Ditto for both.
7954 * Makefile.in (f-lang.o): Depend on value_h.
7955 (p-lang.o): Ditto.
7956
89a9d1b1
DC
79572003-05-19 David Carlton <carlton@bactrian.org>
7958
7959 * block.h: Declare block_static_block.
7960 * block.c (block_static_block): New.
7961 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7962 lookup_symbol_aux_local, calling block_static_block instead.
7963 (lookup_symbol_aux_local): Delete 'static_block' argument.
7964
eed3f8ab
DC
79652003-05-19 David Carlton <carlton@bactrian.org>
7966
7967 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7968
a09d8bda
ML
79692003-05-19 Michal Ludvig <mludvig@suse.cz>
7970
7971 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7972 register numbers mapping.
7973
69636828
AF
79742003-05-18 Adam Fedor <fedor@gnu.org>
7975
7976 * symtab.c (completion_list_objc_symbol): New function.
7977 (make_symbol_completion_list): Use it to add ObjC symbols
7978 when looking though the list.
7979 (language_search_unquoted_string): New function.
7980 (make_file_symbol_completion_list): Use it.
7981
55baeb84
AS
79822003-05-18 Andreas Schwab <schwab@suse.de>
7983
d0b45d99
AS
7984 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7985 dependencies.
7986 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7987 as m68k_linux_extract_return_value.
7988 (DEPRECATED_STORE_RETURN_VALUE): Define as
7989 m68k_linux_store_return_value.
7990 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7991 m68k_linux_extract_struct_value_address.
7992 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7993 get_next_frame, get_frame_base, get_frame_pc.
7994 (m68k_linux_frame_saved_pc): Use get_frame_base.
7995 (m68k_linux_extract_return_value): New function.
7996 (m68k_linux_store_return_value): New function.
7997 (m68k_linux_extract_struct_value_address): New function.
7998 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7999
55baeb84
AS
8000 * c-exp.y (typebase): Remove duplicate occurence of
8001 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 8002 of lookup_signed_typename.
55baeb84 8003
b6b08ebf
MK
80042003-05-18 Mark Kettenis <kettenis@gnu.org>
8005
8006 * dwarf2loc.c (find_location_expression): Change type of second
8007 argument to `size_t *'.
8008 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8009 for size variable.
8010
5ad1c190
DC
80112003-05-18 David Carlton <carlton@bactrian.org>
8012
8013 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8014 'linkage_name'. Add comment.
8015 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8016 'linkage_name'.
8017 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8018 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8019 (lookup_block_symbol): Ditto.
8020
b8b527c5
AC
80212003-05-16 Andrew Cagney <cagney@redhat.com>
8022
8023 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8024 * gdbarch.h, gdbarch.c: Re-generate.
8025 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8026 * TODO (REGISTER_BYTES): Delete reference.
8027 * alpha-tdep.c (alpha_gdbarch_init): Update.
8028 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8029 * x86-64-tdep.c (x86_64_init_abi): Update.
8030 * vax-tdep.c (vax_gdbarch_init): Update.
8031 * v850-tdep.c (v850_gdbarch_init): Update.
8032 * sparc-tdep.c (sparc_gdbarch_init): Update.
8033 * sh-tdep.c (sh_gdbarch_init): Update.
8034 * s390-tdep.c (s390_gdbarch_init): Update.
8035 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8036 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8037 (ns32k_gdbarch_init_32382): Update.
8038 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8039 * mcore-tdep.c (mcore_gdbarch_init): Update.
8040 * m68k-tdep.c (m68k_gdbarch_init): Update.
8041 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8042 * ia64-tdep.c (ia64_gdbarch_init): Update.
8043 * i386-tdep.c (i386_gdbarch_init): Update.
8044 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8045 * hppa-tdep.c (hppa_gdbarch_init): Update.
8046 * h8300-tdep.c (h8300_gdbarch_init): Update.
8047 * frv-tdep.c (frv_gdbarch_init): Update.
8048 * cris-tdep.c (cris_gdbarch_init): Update.
8049 * avr-tdep.c (avr_gdbarch_init): Update.
8050 * arm-tdep.c (arm_gdbarch_init): Update.
8051 * sparc-tdep.c (sparc_pop_frame): Update.
8052 * rs6000-tdep.c (rs6000_pop_frame): Update.
8053 * remote.c (init_remote_state): Update.
8054 (remote_prepare_to_store): Update.
8055 * remote-vx.c (vx_prepare_to_store): Update.
8056 * remote-sds.c (sds_fetch_registers): Update.
8057 (sds_prepare_to_store): Update.
8058 * remote-array.c: Update.
8059 * regcache.c (init_legacy_regcache_descr): Update.
8060 (init_regcache_descr): Update.
8061 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8062 (mips_o64_extract_return_value): Update.
8063 * irix5-nat.c (fetch_core_registers): Update.
8064 * irix4-nat.c (fetch_core_registers): Update.
8065 * i386-tdep.h: Update.
8066 * hppa-tdep.c (pa_do_registers_info): Update.
8067 (pa_do_strcat_registers_info): Update.
8068 * cris-tdep.c (cris_register_bytes_ok): Update.
8069 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8070 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8071 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8072 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8073 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8074 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8075 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8076 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8077 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8078 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8079 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8080 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8081 (REGISTER_BYTES_OK): Update.
8082 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8083 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8084
ee2842e2
ILT
80852003-05-16 Ian Lance Taylor <ian@airs.com>
8086
8087 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8088 (vax_print_insn, print_insn_arg): Remove static functions.
8089 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8090 print_insn_vax from opcodes library.
8091 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8092
973177d3
AC
80932003-05-15 Andrew Cagney <cagney@redhat.com>
8094
aaab4dba
AC
8095 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8096 * target.h (memory_breakpoint_from_pc): Delete declaration.
8097 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8098 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8099 * monitor.c (monitor_insert_breakpoint): Use
8100 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8101 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8102 * gdbarch.h, gdbarch.c: Re-generate.
8103 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8104 (sparc_gdbarch_init): Set breakpoint_from_pc to
8105 sparc_breakpoint_from_pc.
8106 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8107 (BREAKPOINT_FROM_PC): Define.
8108 (sparc_breakpoint_from_pc): Declare.
8109 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8110 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8111 (BREAKPOINT_FROM_PC): Define.
8112 (BREAKPOINT): Delete macro.
8113 * target.h: Update comment.
8114 * s390-tdep.c (s390_gdbarch_init): Update comments.
8115 * remote.c: Update comments.
8116 * remote-mips.c: Update comments.
8117 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8118 * mem-break.c: Update comment.
8119 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8120 (ia64_memory_insert_breakpoint): Update.
8121 * config/sparc/tm-sparc.h: Update comment.
8122 * config/pa/tm-hppa64.h: Update comment.
8123 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8124 (rs6000_breakpoint_from_pc): Update.
8125 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8126 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8127 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8128 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8129 (mips_breakpoint_from_pc): Update.
8130 (mips_dump_tdep): Update.
8131
e06963ff
AC
8132 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8133 * minsyms.c (lookup_minimal_symbol): Inline
8134 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8135
973177d3
AC
8136 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8137 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8138 * p-lang.c (pascal_printstr): Ditto.
8139 * objc-lang.c (objc_printstr): Ditto.
8140 * m2-lang.c (m2_printstr): Ditto.
8141 * jv-valprint.c (java_print_value_fields): Ditto.
8142 * f-lang.c (f_printstr): Ditto.
8143 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8144 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8145 for repeat_count_threshold.
8146 * Makefile.in (cp-valprint.o): Update dependencies.
8147
5ea2bd7f 81482003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 8149
5ea2bd7f
JJ
8150 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8151 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
8152 they start with mov r2,r12. Support skipping over indirect stores
8153 of the input registers. Upon hitting a non-nop branch instruction
8154 or predicated instruction, bail out by setting lim_pc to the current
8155 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
8156 beyond our calculated value and we have trust_limit set,
8157 use the lim_pc value.
8158
cc8c88f3
AC
81592003-05-15 Andrew Cagney <cagney@redhat.com>
8160
8161 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8162 generic_find_dummy_frame.
8163 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8164 (deprecated_generic_find_dummy_frame): Update.
8165 (deprecated_read_register_dummy): Update.
8166 * frame.c (deprecated_generic_get_saved_register): Update.
8167
909cd28e
TR
81682003-05-15 Theodore A. Roth <troth@openavr.org>
8169
8170 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8171 (avr_gdbarch_init): Set breakpoint_from_pc method.
8172
b923b08d
AC
81732003-05-15 Andrew Cagney <cagney@redhat.com>
8174
8175 * regcache.c (build_regcache): Set deprecated_register_valid
8176 directly.
8177 (deprecated_grub_regcache_for_register_valid): Delete function.
8178 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8179 declaration.
8180
ae2f03ac 81812003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
8182
8183 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
8184 * symtab.c (lookup_symbol_aux): Delete calls to
8185 lookup_symbol_aux_minsyms.
8186 (lookup_symbol_aux_minsyms): Comment out function and
8187 prototype. Delete lookup by mangled name.
ae2f03ac 8188
18ec9831
KB
81892003-05-14 Kevin Buettner <kevinb@redhat.com>
8190
8191 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8192 correctly indicate an empty stack and ``stack_allocated'' to the
8193 indicate the number of elements initially allocated.
8194 (dwarf_expr_grow_stack): Simplify method for computing new
8195 stack size. Don't loop infinitely if ``stack_len'' is zero.
8196 (execute_stack_op): Move ``ctx->in_reg'' initialization
8197 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8198 be used in conjuction with DW_OP_piece. Revise error message
8199 accordingly.
8200
de18ac1f
TR
82012003-05-14 Theodore A. Roth <troth@openavr.org>
8202
8203 * MAINTAINERS: Update my email address.
8204 * avr-tdep.c: Ditto.
8205
176620f1
EZ
82062003-05-14 Elena Zannoni <ezannoni@redhat.com>
8207
8208 * symtab.h (enum domain_enum): Rename from namespace_enum.
8209 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8210 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8211 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8212 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8213 TYPES_NAMESPACE, METHODS_NAMESPACE.
8214 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8215 (struct symbol, struct partial_symbol): Rename field
8216 'namespace_enum namespace' to 'domain_enum domain'.
8217 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8218 Delete old define kludge for namespace.
8219
8220 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8221 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8222 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8223 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8224 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8225 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8226 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8227 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8228 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8229 occurrences of the above.
8230
b7f31508
ILT
82312003-05-14 Ian Lance Taylor <ian@airs.com>
8232
8233 * Makefile.in (install-only): Use $(SHELL) when running
8234 mkinstalldirs.
8235
2fdbdd39
ILT
82362003-05-13 Ian Lance Taylor <ian@airs.com>
8237
a208d82c
ILT
8238 * MAINTAINERS (write after approval): Add myself.
8239
2fdbdd39
ILT
8240 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8241 second and third arguments.
8242 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8243 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8244
fbd9dcd3
AC
82452003-05-13 Andrew Cagney <cagney@redhat.com>
8246
8247 * defs.h (store_address): Delete declaration.
8248 findvar.c (store_address): Delete function.
8249 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8250 store_unsigned_integer.
8251 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8252 * v850-tdep.c (v850_push_arguments): Ditto.
8253 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8254 * sh-tdep.c (sh64_get_saved_register): Ditto.
8255 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8256 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8257 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8258 (mips_get_saved_register): Ditto.
8259 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8260 (find_func_descr, ia64_push_arguments): Ditto.
8261 * i386-tdep.c (i386_push_arguments): Ditto.
8262 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8263 * frv-tdep.c (frv_push_arguments): Ditto.
8264 * frame.c (legacy_saved_regs_prev_register): Ditto.
8265 (deprecated_generic_get_saved_register): Ditto.
8266 * findvar.c (unsigned_address_to_pointer): Ditto.
8267 * dwarf2read.c (dwarf2_const_value): Ditto.
8268 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8269 * alpha-tdep.c (alpha_push_arguments): Ditto.
8270
6760f9e6
JB
82712003-05-12 J. Brobecker <brobecker@gnat.com>
8272
8273 * NEWS: Mention that the hppa-hpux port has been partially
8274 multiarched (32bit ABIT only, so far).
8275
30e221b4
AC
82762003-05-11 Andrew Cagney <cagney@redhat.com>
8277
8278 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8279 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8280 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8281 sim/testsuite/sim/arm/misaligned2.ms, and
8282 sim/testsuite/sim/arm/misaligned3.ms.
8283 * disasm.h (struct ui_file): Add opaque struct declaration.
8284 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8285 * frame.h (struct ui_file): Ditto.
8286
dea7f9ba
MK
82872003-05-11 Mark Kettenis <kettenis@gnu.org>
8288
8289 * value.h: Pretty print.
8290
01986c48
MK
82912003-05-10 Mark Kettenis <kettenis@gnu.org>
8292
8293 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8294
123a958e
AC
82952003-05-08 Andrew Cagney <cagney@redhat.com>
8296
8297 * regcache.h (max_register_size): Delete declaration.
8298 * regcache.c (max_register_size): Delete function.
8299 (struct regcache_descr): Delete field "max_register_size".
8300 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8301 registers fit in MAX_REGISTER_SIZE.
8302 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8303 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8304 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8305 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8306 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8307 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8308 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8309 * dve3900-rom.c, hppa-tdep.c: Ditto.
8310
eb294659
DC
83112003-05-08 David Carlton <carlton@math.stanford.edu>
8312
8313 * valops.c (push_word): Fix typo.
8314
d9d9c31f
AC
83152003-05-08 Andrew Cagney <cagney@redhat.com>
8316
8317 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8318 * gdbarch.h: Re-generate.
8319 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8320 (legacy_max_register_raw_size): Delete declaration.
8321 * regcache.c (legacy_max_register_raw_size): Delete function.
8322 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8323 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8324 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8325 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8326 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8327 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8328 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8329 * findvar.c, dwarf2cfi.c: Ditto.
8330
22540ece
AC
83312003-05-08 Andrew Cagney <cagney@redhat.com>
8332
8333 * mips-tdep.c (read_signed_register): New function, moved to here
8334 from "regcache.c".
8335 (read_signed_register_pid): Ditto.
8336 * regcache.c (read_signed_register_pid): Delete function, moved to
8337 "mips-tdep.c".
8338 (read_signed_register): Ditto.
8339 * regcache.h (read_signed_register): Delete declaration.
8340 (read_signed_register_pid): Delete declaration.
8341
0c92afe8
AC
83422003-05-08 Andrew Cagney <cagney@redhat.com>
8343
8344 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8345 * gdbarch.h: Re-generate.
8346 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8347 (legacy_max_register_virtual_size): Delete declaration.
8348 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8349 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8350 * tracepoint.c (memrange_sortmerge): Ditto.
8351 * sparc-tdep.c (sparc_print_registers): Ditto.
8352 * regcache.c (legacy_max_register_virtual_size): Delete function.
8353
6037b830
JB
83542002-05-08 J. Brobecker <brobecker@gnat.com>
8355
8356 * fork-child.c (escape_bang_in_quoted_argument): New function.
8357 (fork_inferior): Escape '!' characters in quoted arguments
8358 only when needed.
8359
5d62c8b1
JB
83602003-05-08 J. Brobecker <brobecker@gnat.com>
8361
8362 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8363 the language of the CU is not currently supported by GDB.
8364
20a0e81d
JB
83652003-05-08 J. Brobecker <brobecker@gnat.com>
8366
8367 * defs.h (language): Add language_minimal enum value.
8368 * c-lang.c (minimal_language_defn): New language definition.
8369 (_initialize_c_language): Add the new minimal language to the list
8370 of languages known to GDB.
8371
710ee10a
KB
83722003-05-08 Kevin Buettner <kevinb@redhat.com>
8373
8374 * frame.c (get_frame_type): Don't attempt to lazily initialize
8375 frame's unwinder for legacy frames.
8376
1750fa04
AC
83772003-05-07 Andrew Cagney <cagney@redhat.com>
8378
8379 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8380 and "regcache" parameters.
8381 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8382
ddf9f258 83832003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
8384
8385 * dwarf2read.c (dwarf_decode_lines): Only use output of
8386 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
8387 the current address.
8388
87767c29
AC
83892003-05-07 Andrew Cagney <cagney@redhat.com>
8390
8391 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8392 code.
8393
5e7b2f39
JB
83942003-05-07 Jim Blandy <jimb@redhat.com>
8395
8396 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8397 'maint info symtabs' and 'maint info psymtabs'.
8398 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8399 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8400 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8401 Declarations updated.
8402 * maint.c (maintenance_list_command): Delete.
8403 (_initialize_maint_cmds): Update calls to add_cmd.
8404 * gdbcmd.h (maintenancelistlist): Delete declaration.
8405 * cli/cli-cmds.c (maintenancelistlist): Delete.
8406 (init_cmd_lists): Don't initialize it.
8407 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8408
f6684c31
AC
84092003-05-07 Andrew Cagney <cagney@redhat.com>
8410
8411 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8412 "regcache".
8413 (d10v_print_registers_info): Update.
8414 (d10v_dmap_register, d10v_imap_register): Delete functions.
8415 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8416 and "imap_register".
8417 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8418 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8419 * arch-utils.c (generic_remote_translate_xfer_address): Add
8420 "regcache" and "gdbarch" parameters.
8421 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8422 parameter. Change class to multi-arch.
8423 * gdbarch.h, gdbarch.c: Re-generate.
8424 * remote.c (remote_xfer_memory): Use
8425 gdbarch_remote_translate_xfer_address.
8ffd9b1b 8426
e4846b08
JJ
84272003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8428
8429 * infrun.c (prev_pc): Move declaration ahead of proceed().
8430 (proceed): Refresh prev_pc value before resuming.
8431 (stop_stepping): Remove code to refresh prev_pc.
8432
6b71b8ac
KW
84332003-05-06 Kris Warkentin <kewarken@qnx.com>
8434
8435 * nto-tdep.c: Removed stray comment.
8436
47979a4b
KW
84372003-05-06 Kris Warkentin <kewarken@qnx.com>
8438
8439 * i386-nto-tdep.c: Fix old K&R function definitions.
8440 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8441 Also change add_show_from_set() call to add_setshow_cmd().
8442 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8443
00905d52
AC
84442003-05-05 Andrew Cagney <cagney@redhat.com>
8445
8446 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8447 (fprint_dummy_frames): New function.
8448 (maintenance_print_dummy_frames): New function.
8449 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8450 * frame.c (fprint_frame_id): Make global.
8451 * frame.h (fprint_frame_id): Declare.
8452 * Makefile.in (dummy-frame.o): Update dependencies.
8453
b1e29e33
AC
84542003-05-05 Andrew Cagney <cagney@redhat.com>
8455
8456 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8457 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8458 SIZEOF_CALL_DUMMY_WORDS.
8459 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8460 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8461 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8462 CALL_DUMMY_BREAKPOINT_OFFSET.
8463 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8464 CALL_DUMMY_START_OFFSET.
8465 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8466 * gdbarch.h, gdbarch.c: Re-generate.
8467 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8468 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8469 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8470 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8471 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8472 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8473 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8474 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8475 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8476 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8477 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8478 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8479 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8480 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8481 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
8482
84832003-05-05 Kris Warkentin <kewarken@qnx.com>
8484
8485 * configure.tgt: Add i[3456]86-*-nto*.
8486 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8487 * nto-tdep.c: New file. Neutrino target support routines.
8488 * nto-tdep.h: New file. Neutrino target header.
8489 * config/tm-qnxnto.h: New file.
8490 * config/i386/i386nto.mt: New file.
8491 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 8492
0ce3d317
AC
84932003-05-04 Andrew Cagney <cagney@redhat.com>
8494
8495 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8496 (load_infrun_state): Ditto.
8497 (struct thread_info): Drop "prev_func_name" field.
8498 * thread.c (load_infrun_state): Update.
8499 (save_infrun_state): Update.
8500 * infrun.c (prev_func_name): Delete variable.
8501 (init_wait_for_inferior): Do not clear prev_func_name.
8502 (stop_stepping, keep_going, context_switch): Do not swap
8503 prev_func_name.
8504 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8505 instead of PC_IN_SIGTRAMP.
8506
46654a5b
AC
85072003-05-04 Andrew Cagney <cagney@redhat.com>
8508
8509 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8510 REGISTER_BYTE with register_offset_hack.
8511 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8512 that REGISTER_BYTE is consistent with the regcache.
8513 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8514 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 8515
14b08c1b
MK
85162003-05-04 Mark Kettenis <kettenis@gnu.org>
8517
04c8243f
MK
8518 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8519 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8520
14b08c1b
MK
8521 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8522
c7a11e01
JB
85232003-05-03 J. Brobecker <brobecker@gnat.com>
8524
8525 From Thierry Schneider <tpschneider1@yahoo.com>
8526 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8527 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8528 (mi-cmd-symbol.o): Add rule.
8529
7043d8dc
AC
85302003-05-03 Andrew Cagney <cagney@redhat.com>
8531
8532 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8533 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8534 * gdbarch.h, gdbarch.c: Re-generate.
8535 * d10v-tdep.c (d10v_push_dummy_code): New function.
8536 (d10v_gdbarch_init): Set push_dummy_code.
8537 * infcall.c (legacy_push_dummy_code): New function.
8538 (generic_push_dummy_code): New function.
8539 (push_dummy_code): New function.
8540 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8541 instead of dummy_addr, to push_dummy_call. Move call to
8542 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8543 switch.
8544 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8545
92bf2b80
AC
85462003-05-03 Andrew Cagney <cagney@redhat.com>
8547
8548 * disasm.h (print_insn): Declare.
8549 * disasm.c (init_gdb_disassemble_info): New function.
8550 (gdb_disassembly): Call init_gdb_disassemble_info.
8551 (gdb_print_insn): New function.
8552 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8553 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8554 * mcore-tdep.c: Include "disasm.h"
8555 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8556 * d10v-tdep.c: Include "disasm.h".
8557 (display_trace): Call gdb_print_insn, instead of print_insn.
8558 (print_insn): Delete function.
8559 * printcmd.c: Include "disasm.h".
8560 (print_insn): Delete function.
8561 (print_formatted): Call gdb_print_insn, instead of print_insn.
8562 * Makefile.in (printcmd.o): Update dependencies.
8563 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 8564
27d94c49
AC
85652003-05-02 Andrew Cagney <cagney@redhat.com>
8566
82de1e5b
AC
8567 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8568 PC_REGNUM, re-indent.
8569 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8570 PC_REGNUM isn't set.
8571
27d94c49
AC
8572 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8573 * gdbarch.h, gdbarch.c: Re-generate.
8574 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8575 register_virtual_size, pc_regnum, or register_bytes.
8576 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8577 (d10v_register_type): Use D10V_PC_REGNUM.
8578 (d10v_print_registers_info, d10v_read_pc): Ditto.
8579 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8580 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8581
a9c0dc7f
DC
85822003-05-02 David Carlton <carlton@bactrian.org>
8583
8584 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8585 the name with mstrsave.
8586
e33d66ec
EZ
85872003-05-02 Elena Zannoni <ezannoni@redhat.com>
8588
8589 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8590 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8591 (host_charset_name, target_charset_name): New vars for use by
8592 set/show commands.
8593 (host_charset_enum, target_charset_enum): New enums for set/show
8594 commands.
8595 (set_charset_sfunc, set_host_charset_sfunc,
8596 set_target_charset_sfunc): New functions.
8597 (set_host_charset, set_target_charset): Make static.
8598 (list_charsets, set_host_charset_command,
8599 set_target_charset_command): Delete functions.
8600 (show_charset_command): Rewrite as....
8601 (show_charset): Hook this up with the set/show command mechanism.
8602 (_initialize_charset): Change names of charsets to match the
8603 set/show enums. Use host_charset_name and target_charset_name.
8604 Use set/show mechanism for charset, host-charset, target-charset
8605 commands. Do not make 'show host-charset' and 'show
8606 target-charset' be aliases of 'show charset'.
8607
8608 * charset.h (set_host_charset, set_target_charset): Don't export,
8609 they are not used outside the file.
8610
2b6fd0d8
AC
86112003-05-01 Andrew Cagney <cagney@redhat.com>
8612
8613 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8614 (gdb_disassembly): Make "di" non static, always initialize and
8615 cleanup. Always use dis_asm_read_memory.
8616 (gdb_dis_asm_read_memory): Delete function.
8617
6ae2f580
AC
86182003-05-01 Andrew Cagney <cagney@redhat.com>
8619
8620 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8621 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8622
810ecf9f
AC
86232003-04-30 Andrew Cagney <cagney@redhat.com>
8624
8625 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8626 "tm_print_insn_info".
8627 (TARGET_PRINT_INSN_INFO): Delete macro.
8628 (dis_asm_read_memory): Delete function declaration.
8629 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8630 (tm_print_insn_info): Delete variable definition.
8631 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8632 * gdbarch.h, gdbarch.c: Re-generate.
8633 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8634 "deprecated_tm_print_insn_info".
8635 * mcore-tdep.c (mcore_dump_insn): Ditto.
8636 * mips-tdep.c (mips_gdbarch_init): Ditto.
8637 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8638 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8639 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8640 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8641 instead of TARGET_PRINT_INSN_INFO, add comment.
8642 * s390-tdep.c (s390_get_frame_info): Instead of
8643 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8644 (s390_check_function_end, s390_is_sigreturn): Ditto.
8645 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8646 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8647 * disasm.c: Include "gdbcore.h".
8648 (_initialize_disasm): New function, initialize
8649 "deprecated_tm_print_insn_info".
8650 (deprecated_tm_print_insn_info): New variable.
8651 (dis_asm_read_memory): Moved from "corefile.c", made static.
8652 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8653 * Makefile.in (disasm.o): Update dependencies.
8654
07020390
AC
86552003-04-30 Andrew Cagney <cagney@redhat.com>
8656
8657 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8658
a9fa03de
AF
86592003-04-29 Adam Fedor <fedor@gnu.org>
8660
8661 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8662 * infcall.c (find_function_addr): Make non-static.
8663 * infcall.h (find_function_addr): Declare.
8664 * Makefile.in (eval.o): Update dependencies.
8665
1bae87b9
AF
86662003-04-28 Adam Fedor <fedor@gnu.org>
8667
8668 * symtab.c (symbol_find_demangled_name): Check for and demangle
8669 ObjC symbols.
8670 (symbol_init_demangled_name): Init for language_objc as well.
8671
0ba6dca9
AC
86722003-04-28 Andrew Cagney <cagney@redhat.com>
8673
8674 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8675 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8676 * gdbarch.h, gdbarch.c: Re-generate.
8677 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8678 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8679 * inferior.h (deprecated_read_fp): Rename read_fp.
8680 (generic_target_read_fp): Delete declaration.
8681 * regcache.c (generic_target_read_fp): Delete function.
8682 (deprecated_read_fp): Replace read_fp, use
8683 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8684 * d10v-tdep.c (d10v_read_fp): Delete function.
8685 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8686
8687 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8688 deprecated_target_read_fp to generic_target_read_fp.
8689 * sh-tdep.c (sh_gdbarch_init): Ditto.
8690 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8691 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8692 * frv-tdep.c (frv_gdbarch_init): Ditto.
8693
8694 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8695 deprecated_fp_regnum.
8696 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8697 * vax-tdep.c (vax_gdbarch_init): Ditto.
8698 * v850-tdep.c (v850_gdbarch_init): Ditto.
8699 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8700 * sh-tdep.c (sh_gdbarch_init): Ditto.
8701 * s390-tdep.c (s390_gdbarch_init): Ditto.
8702 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8703 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8704 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8705 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8706 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8707 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8708 * i386-tdep.c (i386_gdbarch_init): Ditto.
8709 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8710 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8711 * frv-tdep.c (frv_gdbarch_init): Ditto.
8712 * cris-tdep.c (cris_gdbarch_init): Ditto.
8713 * avr-tdep.c (avr_gdbarch_init): Ditto.
8714 * arm-tdep.c (arm_gdbarch_init): Ditto.
8715 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8716
8717 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8718 * v850-tdep.c (v850_gdbarch_init): Ditto.
8719 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8720 * sh-tdep.c (sh_gdbarch_init): Ditto.
8721 * s390-tdep.c (s390_gdbarch_init): Ditto.
8722 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8723 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8724 * mips-tdep.c (mips_gdbarch_init): Ditto.
8725 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8726 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8727 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8728 * frv-tdep.c (frv_gdbarch_init): Ditto.
8729 * avr-tdep.c (avr_gdbarch_init): Ditto.
8730 * arm-tdep.c (arm_gdbarch_init): Ditto.
8731
8732 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8733 DEPRECATED_FP_REGNUM.
8734 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8735 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8736 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8737 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8738 (sparc32_register_virtual_type): Ditto.
8739 * sh-tdep.c (sh64_frame_chain): Ditto.
8740 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8741 (sh_nofp_frame_init_saved_regs): Ditto.
8742 (sh64_nofp_frame_init_saved_regs): Ditto.
8743 (sh_fp_frame_init_saved_regs): Ditto.
8744 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8745 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8746 * procfs.c (procfs_fetch_registers): Ditto.
8747 (procfs_store_registers): Ditto.
8748 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8749 (store_inferior_registers, fetch_core_registers): Ditto.
8750 (fetch_kcore_registers, clear_regs): Ditto.
8751 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8752 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8753 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8754 * nlm/i386.c (do_status): Ditto.
8755 * mipsv4-nat.c (supply_gregset): Ditto.
8756 * mips-tdep.c: Ditto for comments.
8757 * mips-nat.c (fetch_inferior_registers): Ditto.
8758 (store_inferior_registers, fetch_core_registers): Ditto.
8759 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8760 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8761 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8762 (i386_do_pop_frame, i386_register_type): Ditto.
8763 * hppa-tdep.c (hppa_frame_chain): Ditto.
8764 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8765 (hppa_pop_frame, hppa_read_fp): Ditto.
8766 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8767 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8768 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8769 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8770 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8771 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8772 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8773 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8774 * blockframe.c: Ditto for comments.
8775 * arch-utils.h: Ditto for comments.
8776 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8777 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8778 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8779 * alpha-tdep.h: Ditto for comments.
8780 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8781 (alpha_cannot_store_register): Ditto.
8782 (alpha_push_dummy_frame): Ditto.
8783 * alpha-nat.c (supply_gregset): Ditto.
8784
8785 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8786 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8787 * config/sparc/tm-sparc.h: Update comment.
8788
8789 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8790 deprecated_read_fp instead of TARGET_READ_FP.
8791 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8792 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8793 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8794 deprecated_read_fp instead of read_fp.
8795 * s390-tdep.c (s390_push_arguments): Ditto.
8796 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8797 * frame.h: Ditto in comments.
8798 * frame.c (legacy_get_prev_frame): Ditto.
8799 * dummy-frame.c (dummy_frame_this_id): Ditto.
8800 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8801
d7a27068
AC
88022003-04-28 Andrew Cagney <cagney@redhat.com>
8803
8804 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8805 * gdbarch.h, gdbarch.c: Re-generate.
8806 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8807 * vax-tdep.c (_initialize_vax_tdep): Update.
8808 * v850-tdep.c (_initialize_v850_tdep): Update.
8809 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8810 * s390-tdep.c (_initialize_s390_tdep): Update.
8811 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8812 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8813 * mips-tdep.c (_initialize_mips_tdep): Update.
8814 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8815 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8816 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8817 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8818 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8819 * frv-tdep.c (_initialize_frv_tdep): Update.
8820 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8821 (_initialize_cris_tdep): Update.
8822 * arch-utils.c (legacy_print_insn): Update.
8823 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8824
d2630e69
AF
88252003-04-26 Adam Fedor <fedor@gnu.org>
8826
8827 * linespec.c (decode_objc): New function to decode ObjC calls
8828 (decode_line_1): Check for ObjC calls (using decode_objc)
8829 * Makefile (linespec.o): Update dependencies.
8830
3086aeae
DJ
88312003-04-26 Daniel Jacobowitz <drow@mvista.com>
8832
8833 * breakpoint.h (struct breakpoint_ops): New.
8834 (struct breakpoint): Add ops member.
8835
8836 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8837 (mention): Use new breakpoint ops member.
8838 (set_raw_breakpoint): Initialize ops field to NULL.
8839 (print_exception_catchpoint, print_one_exception_catchpoint)
8840 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8841 (gnu_v3_exception_catchpoint_ops): New.
8842 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8843
1fbec6c3
AF
88442003-04-25 Adam Fedor <fedor@gnu.org>
8845
8846 * Makefile.in (COMMON_OBS): Add objc-lang.o
8847
0ef21242
AC
88482003-04-25 Andrew Cagney <cagney@redhat.com>
8849
8850 * d10v-tdep.c (print_insn): Delete function.
8851 (display_trace): Use TARGET_PRINT_INSN.
8852 (_initialize_d10v_tdep): Do not set tm_print_insn.
8853 (d10v_gdbarch_init): Set print_insn.
8854
f75493ed
AC
88552003-04-25 Andrew Cagney <cagney@redhat.com>
8856
8857 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8858 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8859 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8860 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8861 (nr_dmap_regs, a0_regnum): ... new functions.
8862 (d10v_print_registers_info): Use a0_regnum, use register_size.
8863 (d10v_register_byte): Delete function.
8864 (d10v_register_raw_size): Delete function.
8865 (d10v_register_type): Use a0_regnum.
8866 (d10v_print_registers_info): Use a0_regnum.
8867 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8868 (d10v_gdbarch_init): Do not set register_byte or
8869 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8870 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8871 extract_address.
8872 (trace_command): Use XCALLOC.
8873 (print_insn): Delete reference to tm_print_insn.
8874 (saved_regs_unwinder): Use store_unsigned_integer instead of
8875 store_address.
8876 * frame.h (FRAME_OBSTACK_CALLOC): Define
8877
2202b100
DC
88782003-04-25 David Carlton <carlton@bactrian.org>
8879
8880 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8881
4e45ca2e
AF
88822003-04-24 Adam Fedor <fedor@gnu.org>
8883
8884 * objc-lang.c: Include "valprint.h"
8885 * Makefile.in (objc-lang.o): Update dependencies.
8886
93de3e7f
AF
88872003-04-24 Adam Fedor <fedor@gnu.org>
8888
8ffd9b1b 8889 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
8890 architecture dependant compilation and mark as unimplemented
8891 (until they get put in the gdbarch vector).
8892
0f20eeea
DC
88932003-04-23 David Carlton <carlton@bactrian.org>
8894
8895 * cp-support.c (cp_find_first_component): Accept 'operator' in
8896 more locations.
8897
74cfe982
AC
88982003-04-23 Andrew Cagney <cagney@redhat.com>
8899
8900 * infcall.c (call_function_by_hand): Eliminate redundant
8901 indentation. Move "saved_async" and "old_cleanups" to where they
8902 are needed.
8ffd9b1b 8903
52557533
AC
89042003-04-23 Andrew Cagney <cagney@redhat.com>
8905
8906 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8907 and "buffer". Move the "name" code to where it is needed.
8908
158775de
AC
89092003-04-23 Andrew Cagney <cagney@redhat.com>
8910
8911 * infcall.c (call_function_by_hand): Move variables "start_sp",
8912 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8913 code to ON_STACK switch branch.
8ffd9b1b 8914
ebc7896c
AC
89152003-04-23 Andrew Cagney <cagney@redhat.com>
8916
8917 * infcall.c (call_function_by_hand): Make declaration of "i",
8918 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8919 lint.
8920
d727590f
AC
89212003-04-23 Andrew Cagney <cagney@redhat.com>
8922
8923 * infcall.c (call_function_by_hand): Delete variable
8924 "n_method_args". Localize "param_type"'s declaration to the loop
8925 that it is used. Reinstate code assigning to said variable -
8926 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8927 Rationalize code using "param_type".
8928
d585e13a
AC
89292003-04-22 Andrew Cagney <cagney@redhat.com>
8930
8931 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8932 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8933 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8934 to DEPRECATED_PUSH_RETURN_ADDRESS.
8935
051caad9
KB
89362003-04-22 Kevin Buettner <kevinb@redhat.com>
8937
8938 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8939 on the DWARF2 register number prior to fetching a register.
8940
77296879
JB
89412003-04-22 J. Brobecker <brobecker@gnat.com>
8942
8943 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8944 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 8945 this macro was always set to 0.
77296879
JB
8946 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8947 considering the fact that this macro was always set to 0.
8948 * hppa-tdep.h (hppa_store_return_value): Likewise.
8949 (hppa_extract_return_value): Likewise.
8950
4252f1df
JB
89512003-04-22 J. Brobecker <brobecker@gnat.com>
8952
8953 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8954 the hppa-pro target only.
8955
14604c6b
JB
89562003-04-21 J. Brobecker <brobecker@gnat.com>
8957
8958 Ongoing multi-arch conversion effort for HP/UX:
8959 * config/pa/tm-hppa.h: Move all macro that are no longer
8960 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8961 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8962
77eb01d1
JB
89632003-04-21 J. Brobecker <brobecker@gnat.com>
8964
8965 * config/pa/tm-hppa.h: Obsolete a section that was only used
8966 for hppa-pro.
8967
61995b3b
JB
89682003-04-21 J. Brobecker <brobecker@gnat.com>
8969
8970 Ongoing multi-arch conversion for HP/UX.
8971 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8972 if already defined (allows hppa64 to stay non-multiarched for now).
8973 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8974
4aa79dcc
AC
89752003-04-21 Andrew Cagney <cagney@redhat.com>
8976
8977 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8978
0f751ff2
AC
89792003-04-21 Andrew Cagney <cagney@redhat.com>
8980
8981 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8982 "i386_num_mmx_regs".
8983
04714b91
AC
89842003-04-21 Andrew Cagney <cagney@redhat.com>
8985
8986 * infcall.c: New file.
8987 * infcall.h: New file.
8988 * valarith.c: Include "infcall.h".
8989 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8990 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8991 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8992 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8993 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8994 (SFILES): Add "infcall.c"
8995 (COMMON_OBS): Add "infcall.o".
8996 (infcall.o): Specify dependencies.
8997 * value.h (call_function_by_hand): Delete declaration.
8998 * inferior.h (run_stack_dummy): Delete declaration.
8999 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9000 (run_stack_dummy): Move to "infcall.c", merged into
9001 call_function_by_hand.
9002 * valops.c (call_function_by_hand): Moved to "infcall.c".
9003 (find_function_addr, value_arg_coerce): Ditto.
9004 (unwindonsignal_p, coerce_float_to_double): Ditto.
9005 (_initialize_valops): Move "set/show coerce-float-to-double", and
9006 "set/show unwindonsignal" commands to "infcall.c".
9007 * v850-tdep.c, target.h: Update comments.
9008 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9009 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9010 (sh64_init_extra_frame_info): Update comments.
9011 * mn10300-tdep.c: Update comments.
9012 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9013 * config/sparc/tm-sparc.h: Update comments.
9014 * breakpoint.h: Update comments.
9015 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9016 * arm-tdep.c: Update comment.
9017
f9d3c2a8
MK
90182003-04-19 Mark Kettenis <kettenis@gnu.org>
9019
c40e1eab
MK
9020 * i386-tdep.c (i386_num_register_names): New variable.
9021 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9022 (MM0_REGNUM): Remove redundant parentheses in define.
9023 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9024 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9025 i386_mxcsr_regnum_p): Remove redundant parentheses.
9026 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 9027
94ea66b3
MK
9028 * i386-tdep.c (i386_extract_return_value,
9029 i386_store_return_value): Correct check for availability of
9030 floating-point registers.
9031
54299a1d
MK
9032 * i386-tdep.c (i386_frame_num_args): Remove function.
9033 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9034
c86c27af
MK
9035 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9036 mmx_regnum_to_fp_regnum. Adjust all callers.
9037
f9d3c2a8
MK
9038 * i386-tdep.c (i386_get_longjmp_target): Use
9039 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9040 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9041 extract_address.
9042
94ba74a9
MK
90432003-04-19 Mark Kettenis <kettenis@gnu.org>
9044
9045 * core-regset.c: Update comments to reflect reality. Re-order
9046 includes.
9047 (fetch_core_registers): Use switch instead of if. Remove
9048 redundant prototype.
9049
4074e13c
JB
90502003-04-18 Jim Blandy <jimb@redhat.com>
9051
9052 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 9053 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 9054
e3ab4aba
RH
90552003-04-17 Richard Henderson <rth@redhat.com>
9056
9057 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9058
627bf7c1
EZ
90592003-04-17 Michael Snyder <msnyder@redhat.com>
9060 Karen Bennet <bennet@redhat.com>
9061
9062 Committed by Elena Zannoni <ezannoni@redhat.com>
9063 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 9064
514621a9
EZ
90652003-04-17 Elena Zannoni <ezannoni@redhat.com>
9066
9067 * values.c (value_being_returned): Don't fetch the return
fbe586ae 9068 value if the return type is void.
514621a9 9069
b4acd559
JJ
90702003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9071
9072 * thread-db.c: Reindented.
8ffd9b1b 9073
530b167e 90742003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
9075
9076 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9077 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
9078 as types.
9079
0a48e7e8
MS
9080
9081
9082
9083
9084
9085
9086
9087
9088
9089
9090
9091
9092
9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
8ffd9b1b 9103
ab9fe00e
KB
91042003-04-16 Kevin Buettner <kevinb@redhat.com>
9105
610a3745 9106 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
9107 the size of ``long double'' to 16, instead of 8.
9108
e64a344c
MK
91092003-04-16 Mark Kettenis <kettenis@gnu.org>
9110
9111 * i386-linux-nat.c: Add some whitespace to make things more
9112 readable.
9113 (fetch_register, store_register, fetch_inferior_registers,
9114 store_inferior_registers): Get rid of assignment in if-statement.
9115 (store_register): Fix typo in error message.
9116
25d41031
AC
91172003-04-16 Andrew Cagney <cagney@redhat.com>
9118
9119 * utils.c (xmmalloc): Always allocate something, matches
9120 libiberty/xmalloc's semantics.
9121 (xmrealloc, xmcalloc): Ditto.
9122
c50901fd
AC
91232003-04-16 Andrew Cagney <cagney@redhat.com>
9124
9125 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9126 update comments.
9127 (get_frame_type): Initialize unwind and type when needed.
9128 (get_frame_id, frame_register_unwind): Ditto.
9129
f81824a9
AC
91302003-04-16 Andrew Cagney <cagney@redhat.com>
9131
9132 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9133 obsolete.
9134 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9135 * sparcl-stub.c: Obsolete file.
9136 * config/sparc/tm-sparclet.h: Obsolete file.
9137 * sparclet-stub.c: Obsolete file.
9138 * sparclet-rom.c: Obsolete file.
9139 * sparcl-tdep.c: Obsolete file.
9140 * config/sparc/tm-sparclite.h: Obsolete file.
9141 * config/sparc/sparclite.mt: Obsolete file.
9142 * config/sparc/sparclet.mt: Obsolete file.
9143 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9144 sparc86x-*-* obsolete.
9145
9219021c
DC
91462003-04-15 David Carlton <carlton@math.stanford.edu>
9147
9148 * Makefile.in (SFILES): Add cp-namespace.c.
9149 (COMMON_OBS): Add cp-namespace.o.
9150 (block.o): Depend on gdb_obstack_h and cp_support_h.
9151 (buildsym.o): Depend on cp_support_h.
9152 (cp-namespace.o): New.
9153 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9154 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9155 (dwarf2read.o): Depend on cp_support_h.
9156 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9157 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9158 processing_current_namespace.
9159 (read_namespace): Update processing_current_namespace; check for
9160 anonymous namespaces.
9161 (dwarf2_name): New function.
9162 (dwarf2_extension): Ditto.
9163 * cp-support.h: Update copyright, contributors.
9164 Add inclusion guards.
9165 Add opaque declaration for structs obstack, block, symbol.
9166 (struct using_direct): New struct.
9167 Add declarations for cp_find_first_component,
9168 cp_entire_prefix_len, processing_has_namespace_info,
9169 processing_current_namespace, cp_is_anonymous,
9170 cp_add_using_directive, cp_initialize_namespace,
9171 cp_finalize_namespace, cp_set_block_scope,
9172 cp_scan_for_anonymous_namespaces.
9173 * cp-namespace.c: New file.
9174 * cp-support.c: Update copyright.
9175 Include ctype.h, gdb_assert.h, gdbcmd.h.
9176 New variable maint_cplus_cmd_list.
9177 (cp_find_first_component): New function.
9178 (cp_entire_prefix_len, maint_cplus_command)
9179 (first_component_command, _initialize_cp_support): Ditto.
9180 * buildsym.c: Include cp-support.h.
9181 New variable using_list.
9182 (add_symbol_to_list): Check for anonymous namespaces.
9183 (finish_block): Set block's scope.
9184 (start_symtab): Initialize C++ namespace support.
9185 (end_symtab): Finalize C++ namespace support.
9186 * block.h: Add opaque declarations for structs
9187 block_namespace_info, using_direct, and obstack.
9188 Add declarations for block_set_scope and block_set_using.
9189 (struct block): Add 'language_specific' member.
9190 (BLOCK_NAMESPACE): New macro.
9191 * block.c: Include gdb_obstack.h and cp-support.h.
9192 (struct block_namespace_info): New struct.
9193 (block_set_scope): New function.
9194 (block_set_using, block_initialize_namespace): Ditto.
9195
d5a921c9
KB
91962003-04-14 Kevin Buettner <kevinb@redhat.com>
9197
9198 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9199 (locate_base): Return early if there aren't any link map offsets.
9200 (svr4_solib_create_inferior_hook): Warn if shared library support
9201 is unavailable.
9202
d2a52b27
DC
92032003-04-14 David Carlton <carlton@math.stanford.edu>
9204
9205 * symtab.c (symbol_set_names): Add prefix when storing Java names
9206 in hash table. Fix for PR java/1039.
9207
980cae7a
DC
92082003-04-14 David Carlton <carlton@math.stanford.edu>
9209
9210 * symtab.c (symbol_set_names): Rename 'name' arg to
9211 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9212 * symtab.h: Change 'name' argument in declaration of
9213 symbol_set_names to 'linkage_name'.
9214 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9215
e227b13c
AC
92162003-04-14 Andrew Cagney <cagney@redhat.com>
9217
9218 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9219 return the fully sign-extended register value.
9220 (get_frame_pointer): Ditto.
9221 (mips_pop_frame): Initialize "proc_desc" after checking for a
9222 dummy frame.
9223
36712a20
AC
92242003-04-14 Andrew Cagney <cagney@redhat.com>
9225
9226 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9227 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9228 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9229 (mips_push_register): Delete function.
9230 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9231 PUSH_FP_REGNUM.
9232
44ea7b70
JB
92332003-04-14 Jim Blandy <jimb@redhat.com>
9234
9235 * symmisc.c: #include "gdb_regex.h".
9236 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9237 functions.
9238 * maint.c (maintenance_list_command): New function.
9239 (_initialize_maint_cmds): Register the above as commands.
9240 * symtab.h (maintenance_list_symtabs,
9241 maintenance_list_psymtabs): New declarations.
9242 * cli/cli-cmds.c (maintenancelistlist): New variable.
9243 (init_cmd_lists): Initialize it.
9244 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9245 * gdbcmd.h (maintenancelistlist): New declaration.
9246 * Makefile.in (symmisc.o): Update dependencies.
9247
2d0c7962
EZ
92482003-04-14 Elena Zannoni <ezannoni@redhat.com>
9249
9250 * s390-nat.c: Include asm/types.h for addr_t.
9251
1947a811
CV
92522003-04-14 Corinna Vinschen <vinschen@redhat.com>
9253
9254 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9255 actually incoming type.
9256
adb616d7
AC
92572003-04-13 Andrew Cagney <cagney@redhat.com>
9258
9259 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9260 get_next_frame and get_frame_saved_regs.
9261
9b5e151c
AC
92622003-04-13 Andrew Cagney <cagney@redhat.com>
9263
9264 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9265 of gdbarch_num_regs.
9266
ef6e7e13
AC
92672003-04-13 Andrew Cagney <cagney@redhat.com>
9268
9269 * frame.h: Mention what replaced what in "struct frame_info".
9270 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9271 deprecated_update_frame_base_hack and
9272 deprecated_update_frame_pc_hack.
9273 * hppa-tdep.c: Ditto.
9274
61fbb938
DJ
92752003-04-13 Daniel Jacobowitz <drow@mvista.com>
9276
9277 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9278 to read_reg and update its comment. Remove regnum member.
9279 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9280 Don't call read_reg when setting in_reg. Call read_reg to get
9281 the frame base if it's in a register. Return the register number
9282 on the stack instead of in the context. Remove extra arguments
9283 to read_reg.
9284 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9285 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9286 the register number on the expression stack.
9287 (needs_frame_read_reg): Remove extra arguments.
9288
0d53c4c4
DJ
92892003-04-13 Daniel Jacobowitz <drow@mvista.com>
9290
9291 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9292 made non-static.
9293 (execute_stack_op): All callers updated.
9294 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9295 * dwarf2loc.c (find_location_expression): New function.
9296 (dwarf_expr_frame_base): Call it.
9297 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9298 (dwarf2_tracepoint_var_ref): New function, broken out from
9299 locexpr_tracepoint_var_ref.
9300 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9301 Make static.
9302 (loclist_read_variable, loclist_read_needs_frame): New functions.
9303 (loclist_describe_location, loclist_tracepoint_var_ref): New
9304 functions.
9305 (dwarf2_loclist_funcs): New struct location_funcs.
9306 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9307 (struct dwarf2_locexpr_baton): Add comments.
9308 (dwarf2_loclist_funcs): New extern.
9309 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9310 base_address and base_known.
9311 (dwarf_loc_buffer): New variable.
9312 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9313 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9314 (dwarf2_has_info): Initialize dwarf_loc_offset.
9315 (dwarf2_build_psymtabs): Read in .debug_loc.
9316 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9317 DWARF_LOC_SIZE.
9318 (psymtab_to_symtab_1): Likewise. Move base address calculation
9319 here, from...
9320 (dwarf2_get_pc_bounds): ... here. Use the base address from
9321 cu_header.
9322 (dwarf2_symbol_mark_computed): Handle location lists.
9323
6aca59a3
DJ
93242003-04-13 Daniel Jacobowitz <drow@mvista.com>
9325
9326 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9327 if the linkage name demangled successfully.
9328
aca1fcd0
MK
93292003-04-13 Mark Kettenis <kettenis@gnu.org>
9330
97095916
MK
9331 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9332 disassmbly_flavour): Removed.
9333
aca1fcd0
MK
9334 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9335
562a961f
MK
93362003-04-13 Mark Kettenis <kettenis@gnu.org>
9337
9338 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9339
bd013d54
AC
93402003-04-12 Andrew Cagney <cagney@redhat.com>
9341
9342 * frame.h (struct frame_info): Move definition from here ...
9343 * frame.c (struct frame_info): ... to here.
9344
167ef8b1
AC
93452003-04-12 Andrew Cagney <cagney@redhat.com>
9346
9347 * gdbthread.h (save_infrun_state): Delete parameter
9348 "prev_func_start".
9349 (struct thread_info): Delete field "prev_func_start".
9350 (load_infrun_state): Ditto.
9351 * thread.c (load_infrun_state, save_infrun_state): Update.
9352 * infrun.c (prev_func_start): Delete variable.
9353 (context_switch, init_wait_for_inferior): Update.
9354 (stop_stepping, keep_going): Update.
9355
da3331ec
AC
93562003-04-12 Andrew Cagney <cagney@redhat.com>
9357
9358 * gdbarch.sh: Add missing opaque declarations.
9359 * gdbarch.h: Regnerate.
9360 * symtab.h: Add missing opaque declarations.
9361 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9362 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9363 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9364 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9365 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9366 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9367 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9368 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9369 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9370 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9371 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9372 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9373 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9374
18adea3f
AC
93752003-04-11 Andrew Cagney <cagney@redhat.com>
9376
9377 * frame.c (get_frame_id): Return this frame's "id".
9378 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9379 function start.
9380 (legacy_saved_regs_this_id): Replace function body with
9381 internal-error.
9382 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9383 FRAME_OBSTACK_ZALLOC.
9384 (create_new_frame): Mark the frame ID as valid.
9385
2252e863
AO
93862003-04-11 Alexandre Oliva <aoliva@redhat.com>
9387
9388 * Makefile.in (libbfd_h): Added missing setting.
9389 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9390 according to the selected ABI.
9391
a8245ab8
JJ
93922003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9393
9394 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9395
6913c89a
AC
93962003-04-11 Andrew Cagney <cagney@redhat.com>
9397
9398 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9399 SAVED_PC_AFTER_CALL.
9400 * gdbarch.h, gdbarch.c: Regenerate.
9401 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9402 * x86-64-tdep.c (x86_64_init_abi): Update.
9403 * vax-tdep.c (vax_gdbarch_init): Update.
9404 * v850-tdep.c (v850_gdbarch_init): Update.
9405 * sparc-tdep.c (sparc_gdbarch_init): Update.
9406 * sh-tdep.c (sh_gdbarch_init): Update.
9407 * s390-tdep.c (s390_gdbarch_init): Update.
9408 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9409 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9410 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9411 * mips-tdep.c (mips_gdbarch_init): Update.
9412 * mcore-tdep.c (mcore_gdbarch_init): Update.
9413 * m68k-tdep.c (m68k_gdbarch_init): Update.
9414 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9415 * ia64-tdep.c (ia64_gdbarch_init): Update.
9416 (ia64_saved_pc_after_call): Update declaration.
9417 * i386ly-tdep.c (i386lynx_init_abi): Update.
9418 * i386-tdep.c (i386_gdbarch_init): Update.
9419 * hppa-tdep.c (hppa_gdbarch_init): Update.
9420 * h8300-tdep.c (h8300_gdbarch_init): Update.
9421 * frv-tdep.c (frv_gdbarch_init): Update.
9422 * cris-tdep.c (cris_gdbarch_init): Update.
9423 * avr-tdep.c (avr_gdbarch_init): Update.
9424 * arm-tdep.c (arm_gdbarch_init): Update.
9425 * alpha-tdep.c (alpha_gdbarch_init): Update.
9426 * ns32knbsd-nat.c (frame_num_args): Update.
9427 * ns32k-tdep.c (umax_frame_num_args): Update.
9428 * mips-tdep.c (mips_init_frame_pc_first): Update.
9429 * infrun.c (step_over_function): Update.
9430 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9431 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9432 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9433 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9434 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9435 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9436 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9437 * arch-utils.c (init_frame_pc_default): Update.
9438 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9439 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9440 declaration.
8ffd9b1b 9441
38edeab8
AC
94422003-04-11 Andrew Cagney <cagney@redhat.com>
9443
9444 * i387-tdep.c: Update copyright.
9445 (i387_to_double): Delete function.
9446 (double_to_i387): Delete function.
9447
81f8a206
AC
94482003-04-10 Andrew Cagney <cagney@redhat.com>
9449
9450 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9451 frame's function's address. Simplify.
9452 (d10v_frame_unwind_cache): Check that the frame's function is
9453 non-zero.
9454
6e691f7a
JB
94552003-04-10 Jim Blandy <jimb@redhat.com>
9456
9457 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9458 call to set_gdbarch_deprecated_push_arguments.
9459
7f78e237
AC
94602003-04-10 Andrew Cagney <cagney@redhat.com>
9461
9462 * frame.c (fprint_frame_id): New function.
9463 (fprint_frame_type, fprint_frame): New function.
9464 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9465 (create_sentinel_frame, get_frame_id): Ditto.
9466 (frame_id_p, frame_id_eq): Ditto.
9467 (frame_id_inner, create_new_frame): Ditto.
9468 (legacy_get_prev_frame, get_prev_frame): Ditto.
9469 (deprecated_update_frame_pc_hack): Ditto.
9470 (frame_register_unwind): Ditto.
9471 (deprecated_update_frame_base_hack): Ditto.
9472
f870b49b
CV
94732003-04-10 Corinna Vinschen <vinschen@redhat.com>
9474
9475 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9476 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9477 frame_chain function.
9478 * Makefile.in: Add dependencies due to above change.
9479
7c86889b
CV
94802003-04-10 Corinna Vinschen <vinschen@redhat.com>
9481
9482 * blockframe.c (legacy_frame_chain_valid): Move call to
9483 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9484 inside_entry_file.
9485
d0a55772
AC
94862003-04-09 Andrew Cagney <cagney@redhat.com>
9487
9488 * frame.h (struct frame_id): Replace "pc" and "base" with
9489 "stack_addr" and "code_addr". Update comments.
9490 (frame_id_build): Update parameter names and comment.
9491 (struct frame_info): Replace "id_p" and "id" with "this_id".
9492 * dummy-frame.c (dummy_frame_this_id): Update.
9493 * breakpoint.c (print_one_breakpoint): Update.
9494 * frame.c (get_frame_id): Update.
9495 (get_frame_base, frame_id_build): Update.
9496 (create_sentinel_frame, legacy_get_prev_frame): Update.
9497 (deprecated_update_frame_base_hack): Update.
9498 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9499 (frame_id_inner): Ditto.
9500
ac16bf07
AC
95012003-04-09 Andrew Cagney <cagney@redhat.com>
9502
9503 * defs.h (gdb_print_host_address): Make "addr" parameter a
9504 pointer constant.
9505 * utils.c (gdb_print_host_address): Update.
9506
366cfc9e
KB
95072003-04-09 Kevin Buettner <kevinb@redhat.com>
9508
9509 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9510 register number for R0 is 0.
9511
cd983b5c
JB
95122003-04-09 J. Brobecker <brobecker@gnat.com>
9513
9514 * frame.h (struct gdbarch): Add opaque structure definition
9515 to avoid a compilation warning on LynxOS 4.0.
9516
d1340264
AC
95172003-04-09 Andrew Cagney <cagney@redhat.com>
9518
9519 * frame.h (struct frame_info): Delete field "pc". Replace
9520 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9521 structure.
9522 * frame.c (frame_pc_unwind): Update.
9523 (create_sentinel_frame): Do not set "pc".
9524 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9525 (get_frame_pc): Call frame_pc_unwind.
9526 (deprecated_update_frame_pc_hack): Update.
9527 (create_new_frame): Use "pc" not "->pc".
9528
90a6fffb
AC
95292003-04-09 Andrew Cagney <cagney@redhat.com>
9530
9531 * frame.c (get_frame_id): Eliminate code updating "frame".
9532 (legacy_get_prev_frame): Ditto.
9533 (get_frame_base): Return id.base directly.
9534 (deprecated_update_frame_base_hack): Update "id.base".
9535 * frame.h (struct frame_info): Delete field "frame".
9536
2fbce691
AC
95372003-04-09 Andrew Cagney <cagney@redhat.com>
9538
9539 * NEWS: Mention that the "Sequent family" is obsolete.
9540 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9541 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9542 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9543 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9544 * config/i386/tm-ptx4.h: Obsolete file.
9545 * config/i386/tm-ptx.h: Obsolete file.
9546 * symm-tdep.c: Obsolete file.
9547 * config/i386/symmetry.mt: Obsolete file.
9548 * config/i386/tm-symmetry.h: Obsolete file.
9549 * symm-nat.c: Obsolete file.
9550 * config/i386/nm-symmetry.h: Obsolete file.
9551 * config/i386/xm-symmetry.h: Obsolete file.
9552 * config/i386/symmetry.mh: Obsolete file.
9553 * config/i386/nm-ptx4.h: Obsolete file.
9554 * config/i386/ptx4.mh: Obsolete file.
9555 * config/i386/ptx.mt: Obsolete file.
9556 * config/i386/ptx.mh: Obsolete file.
9557 * config/i386/xm-ptx4.h: Obsolete file.
9558 * config/i386/xm-ptx.h: Obsolete file.
9559
78c43945
AC
95602003-04-09 Andrew Cagney <cagney@redhat.com>
9561
9562 Obsolete mips*-*-mach3*.
9563 * NEWS: Mention that mips*-*-mach3* is obsolete.
9564 * m3-nat.c: Obsolete file.
9565 * config/nm-m3.h: Obsolete file.
9566 * config/mips/tm-mipsm3.h: Obsolete file.
9567 * config/mips/mipsm3.mt: Obsolete file.
9568 * config/mips/mipsm3.mh: Obsolete file.
9569 * config/mips/xm-mipsm3.h: Obsolete file.
9570 * mipsm3-nat.c: Obsolete file.
9571 * configure.host: Obsolete mips-dec-mach3*.
9572 * configure.tgt: Obsolete mips*-*-mach3*.
9573
f1908289
AC
95742003-04-09 Andrew Cagney <cagney@redhat.com>
9575
9576 * doublest.h: Update copyright.
9577 (deprecated_store_floating, deprecated_extract_floating): Rename
9578 store_floating and extract_floating. Update comments.
9579 * doublest.c: Update copyright.
9580 (extract_floating_by_length): Replace extract_floating.
9581 (store_floating_by_length): Replace store_floating.
9582 (deprecated_extract_floating): New function.
9583 (deprecated_store_floating): New function.
9584 (extract_typed_floating): Call extract_floating_by_length.
9585 (store_typed_floating): Call store_floating_by_length.
9586 * x86-64-tdep.c (x86_64_store_return_value): Update.
9587 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9588 (sh64_extract_return_value): Update.
9589 (sh_sh4_register_convert_to_virtual): Update.
9590 (sh_sh64_register_convert_to_virtual): Update.
9591 (sh_sh4_register_convert_to_raw): Update.
9592 (sh_sh64_register_convert_to_raw): Update.
9593 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9594 (rs6000_register_convert_to_raw): Update.
9595 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9596 (ia64_register_convert_to_raw): Update.
9597 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9598 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9599 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9600 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9601 (alpha_register_convert_to_raw): Update.
9602
4443bd83
AC
96032003-04-08 Andrew Cagney <cagney@redhat.com>
9604
9605 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9606 * gdbarch.h, gdbarch.c: Re-generate.
9607 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9608 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9609 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9610 conditionally, use frame_pc_unwind as an alternative. Add
9611 comments.
9612 * arch-utils.c (init_frame_pc_default): Only call
9613 SAVED_PC_AFTER_CALL when available.
9614
c0236d92
EZ
96152003-04-08 Elena Zannoni <ezannoni@redhat.com>
9616
fbe586ae 9617 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9618 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9619 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9620 (start_remote): Ditto.
9621 (handle_inferior_event): Ditto.
9622 (save_inferior_status): Ditto.
9623 (restore_inferior_status): Ditto.
9624 * infcmd.c (attach_command): Ditto.
9625 * fork-child.c (startup_inferior): Ditto.
fbe586ae 9626 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
9627 * alpha-tdep.c (heuristic_proc_start): Ditto.
9628 * mips-tdep.c (heuristic_proc_start): Ditto.
9629 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9630 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9631 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9632 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9633 * remote-vx.c (vx_create_inferior): Ditto.
9634
96352003-04-08 Elena Zannoni <ezannoni@redhat.com>
9636
9637 * infrun.c (stop_soon_quietly): Make it an enum, to better
9638 override the default behavior of handle_inferior_event.
9639 (clear_proceed_status): Update uses of stop_soon_quietly to
9640 reflect that it is now an enum.
9641 (start_remote): Ditto.
9642 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9643 is set to handle the new GNU/Linux kernel behavior for
9644 attach/sigstop. Update uses of stop_soon_quietly.
9645 * inferior.h (enum stop_kind): New enum.
9646 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9647 Reset normal handle_inferior_event behavior, afterwards.
9648 * fork-child.c (startup_inferior): Update.
9649 * alpha-tdep.c (heuristic_proc_start): Update.
9650 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9651 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9652 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9653 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9654 * remote-vx.c (vx_create_inferior): Update.
9655 * mips-tdep.c (heuristic_proc_start): Update.
9656
1211bce3
EZ
96572003-04-07 Elena Zannoni <ezannoni@redhat.com>
9658
9659 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 9660 be freed more than once, causing wild memory corruptions.
1211bce3 9661 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 9662 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 9663 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 9664 with the "core" target.
1211bce3 9665
f0ef6b29
KB
96662003-04-07 Kevin Buettner <kevinb@redhat.com>
9667
9668 * mips-tdep.c (mips_print_fp_register): New function, created from
9669 do_fp_register_row(). Registers are now (also) printed as hex.
9670 Only one register is printed per row.
9671 (mips_print_register, do_fp_register_row): Print floating point
9672 registers with mips_print_fp_register().
9673
8cf71652
AC
96742003-04-06 Andrew Cagney <cagney@redhat.com>
9675
5e488a7b
AC
9676 * valprint.h (inspect_it): Add extern declaration.
9677 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9678 (selectors_info, classes_info): Ditto.
9679 (find_objc_msgcall): Fix indentation.
9680 (objc_printstr): Delete extern declarations.
9681
8cf71652
AC
9682 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9683
e6ba3bc9
AC
96842003-04-06 Andrew Cagney <cagney@redhat.com>
9685
9686 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9687 Update comment.
9688 * frame.c (legacy_saved_regs_this_id): Update.
9689 (legacy_get_prev_frame): Update.
9690 * xstormy16-tdep.c: Update comment.
9691 * sparc-tdep.c (sparc_frame_chain): Update comment.
9692 * blockframe.c (legacy_frame_chain_valid): Update.
9693
55e1d7e7
AC
96942003-04-06 Andrew Cagney <cagney@redhat.com>
9695
996179ee
AC
9696 * valprint.c (val_print_type_code_int): Delete #ifdef
9697 PRINT_TYPELESS_INTEGER code.
9698
55e1d7e7
AC
9699 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9700 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9701 multi-arch definition.
9702 * gdbarch.h: Re-generate.
9703
43bd9a9e
AC
97042003-04-05 Andrew Cagney <cagney@redhat.com>
9705
9706 Eliminate FRAME_FIND_SAVED_REGS.
9707 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9708 Change FSR parameter to a pointer.
9709 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9710 Assume FSR parameter is a pointer.
9711 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9712 Make fsr a pointer.
9713 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9714 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9715 saved_regs a pointer.
9716 (hppa_frame_saved_pc): Ditto.
9717 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9718 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9719 pointer.
9720 (restore_pc_queue): Make fsr a pointer.
9721 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9722 (hppa_frame_chain): Make saved_regs a pointer, call
9723 hppa_frame_init_saved_regs.
9724 * sparc-tdep.c: Include "gdb_assert.h".
9725 (sparc_frame_find_saved_regs): Replace internal_error with
9726 gdb_assert.
9727 * remote-vxsparc.c (vx_read_register): Delete reference to
9728 FRAME_FIND_SAVED_REGS.
9729 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9730 * gdbarch.h: Regenerate.
9731 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9732 (deprecated_get_frame_saved_regs): Delete declaration.
9733 (struct frame_saved_regs): Delete definition.
9734 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9735 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9736 (hppa_frame_find_saved_regs): Delete declaration.
9737 (FRAME_FIND_SAVED_REGS): Delete macro.
9738 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9739 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9740 FRAME_FIND_SAVED_REGS in comment.
9741
be41e9f4
AC
97422003-04-05 Andrew Cagney <cagney@redhat.com>
9743
9744 * frame.c (frame_func_unwind, get_frame_func): New functions.
9745 * frame.h (get_frame_func, frame_func_unwind): Declare.
9746 (struct frame_info): Add field "prev_func" for caching the
9747 previous frame's function address.
9748 * arm-tdep.c (arm_frameless_function_invocation): Combine
9749 get_pc_function_start and get_frame_pc into get_frame_func.
9750 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9751 (sh64_nofp_frame_init_saved_regs): Ditto.
9752 * s390-tdep.c (s390_function_start): Ditto.
9753 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9754 (rs6000_frameless_function_invocation): Ditto.
9755 (rs6000_frame_saved_pc): Ditto.
9756 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9757 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9758 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9759 (i386_frame_init_saved_regs): Ditto.
9760 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9761 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9762 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9763 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9764 * blockframe.c (frameless_look_for_prologue): Ditto.
9765
a01dd7cc
AC
97662003-04-05 Andrew Cagney <cagney@redhat.com>
9767
9768 * frame.c (legacy_get_prev_frame): Link prev to next at the
9769 function start. Update comments.
9770
5e5592e6
AC
97712003-04-05 Andrew Cagney <cagney@redhat.com>
9772
9773 * frame.c (get_frame_id): Update comment.
9774 (legacy_get_prev_frame): Update comment.
9775 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9776 * gdbarch.h: Regenerate.
9777 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9778 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9779
6fba5002
AC
97802003-04-05 Andrew Cagney <cagney@redhat.com>
9781
9782 * stack.c (print_frame_info): Use get_frame_pc.
9783
7df05f2b
AC
97842003-04-04 Andrew Cagney <cagney@redhat.com>
9785
9786 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9787 the frame's type from the unwinder.
9788 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9789 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9790 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9791 (get_frame_base_address): Use get_frame_type.
9792 (get_frame_locals_address, get_frame_args_address): Ditto.
9793 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9794 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9795 (struct frame_info): Add comment explaining why the frame contains
9796 a "type" field.
9797 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9798 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9799 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9800 NORMAL_FRAME.
9801 * frame-unwind.h: Include "frame.h".
9802 (struct frame_unwind): Add "type" field.
9803 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 9804
11889732
AC
98052003-04-04 Andrew Cagney <cagney@redhat.com>
9806
9807 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9808 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9809 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9810 get_frame_base.
9811 (d10v_unwind_dummy_id): Use frame_id_build.
9812 * frame.c (find_frame_sal): Use get_frame_pc.
9813 (create_new_frame): Use deprecated_update_frame_pc_hack and
9814 deprecated_update_frame_base_hack.
9815 (create_sentinel_frame): Add comment about ->pc going away.
9816 (get_prev_frame): Add comment about ->pc going away.
9817 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9818 frame_id_build, deprecated_update_frame_pc_hack and
9819 deprecated_update_frame_base_hack.
9820 (select_frame): Use get_frame_pc.
9821 (legacy_saved_regs_this_id): Use frame_id_build.
9822
50c46a0d
EZ
98232003-04-04 Elena Zannoni <ezannoni@redhat.com>
9824
fbe586ae
RH
9825 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9826 signed integer case.
9827 (classify_argument): Handle enumerations and references.
50c46a0d 9828
50bbdbd9
AC
98292003-04-04 Andrew Cagney <cagney@redhat.com>
9830
9831 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9832 ID to NULL.
9833
36018d2e
AF
98342003-04-01 Adam Fedor <fedor@gnu.org>
9835
9836 * gdb/objc-lang.c (selectors_info): Replace calls to
9837 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9838 SYMBOL_NATURAL_NAME.
9839 (classes_info, find_methods): Likewise.
9840
35cec841
KB
98412003-04-03 Kevin Buettner <kevinb@redhat.com>
9842
9843 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9844 ``mach'' to the value determined by bfd_default_set_arch_mach().
9845
43136899
BR
98462003-04-02 Bob Rossi <bob_rossi@cox.net>
9847
9848 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9849 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9850 (mi-cmd-file.o): Update dependencies.
9851
040b99fd
KB
98522003-04-01 Kevin Buettner <kevinb@redhat.com>
9853
9854 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9855 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9856
9a3d7dfd
AF
98572003-04-01 Adam Fedor <fedor@gnu.org>
9858
9859 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9860 * language.h (struct language_defn): Add la_demangle.
9861 (language_demangle): Declare.
9862 * language.c (language_demangle): New function.
9863 (unk_lang_demangle): Likewise.
9864 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 9865 Add ukn_lang_demangle.
9a3d7dfd 9866 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 9867 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
9868 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9869 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9870 * jv-lang.c (java_demangle): New function
9871 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
9872 * objc-lang.c (objc_demangle): Add options argument
9873 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
9874 * maint.c (maintenance_demangle): Replace switch with
9875 call to language_demangle.
9876 * utils.c (fprintf_symbol_filtered): Likewise.
9877
5e074003
AC
98782003-04-01 Andrew Cagney <cagney@redhat.com>
9879
9880 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9881 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9882 PRINT_TYPELESS_INTEGER.
9883 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9884 PUSH_RETURN_ADDRESS.
9885
270cb5d6
AC
98862003-04-01 Andrew Cagney <cagney@redhat.com>
9887
9888 * Makefile.in (d10v-tdep.o): Update dependencies.
9889 * d10v-tdep.c: Include "frame-base.h".
9890 (d10v_frame_unwind): Make constant.
9891 (d10v_frame_base_address): New function.
9892 (d10v_frame_base): New variable.
9893 (d10v_gdbarch_init): Set frame_base default.
9894 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9895 comment for base.
9896 (d10v_frame_unwind_cache): Set and use "prev_sp".
9897 (d10v_frame_this_id): Use the previous frame's inner most stack
9898 address and this frame's func address for the frame ID. Use
9899 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 9900
6bfb3e36
AC
99012003-04-01 Andrew Cagney <cagney@redhat.com>
9902
9903 * frame.h (get_frame_locals_address, get_frame_args_address):
9904 Refer to the base address, instead of the address of the first
9905 local or parameter.
8ffd9b1b 9906
da62e633
AC
99072003-04-01 Andrew Cagney <cagney@redhat.com>
9908
9909 Add frame debug info addresses:
9910 * frame-base.c: New file.
9911 * frame-base.h: New file.
9912 * frame.h (struct frame_base): Add opaque declaration.
9913 (get_frame_base): Update comment.
9914 (get_frame_base_address): Declare.
9915 (get_frame_locals_address): Declare.
9916 (get_frame_args_address): Declare.
9917 (struct frame_info): Add "base" and "base_cache". Update
9918 comments on the unwinder.
9919 * frame.c: Include "frame-base.h".
9920 (get_frame_locals_address): New function.
9921 (get_frame_base_address): New function.
9922 (get_frame_args_address): New function.
9923 * findvar.c (read_var_value): Use get_frame_locals_address and
9924 get_frame_args_address.
9925 * stack.c (frame_info): Use get_frame_locals_address and
9926 get_frame_args_address.
9927 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9928 moved to "frame-base.c".
9929 * printcmd.c (print_frame_nameless_args): Ditto.
9930 * symtab.h (address_class): Update comments.
9931 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9932 get_frame_base_address.
9933 * dwarf2expr.c (execute_stack_op): Ditto.
9934 * Makefile.in (frame_base_h): Define.
9935 (frame.o): Update dependencies.
9936 (frame-base.o): Add dependencies.
9937 (SFILES): Add frame-base.c.
9938 (COMMON_OBS): Add frame-base.o.
9939
3d30e9c2
AC
99402003-04-01 Andrew Cagney <cagney@redhat.com>
9941
9942 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9943 CALL_DUMMY_LENGTH): Ditto.
9944 * gdbarch.c: Re-generate.
9945 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9946 (CALL_DUMMY_LENGTH): Delete macro.
9947 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9948 * arm-tdep.c (arm_gdbarch_init): Ditto.
9949 * avr-tdep.c (avr_gdbarch_init): Ditto.
9950 * cris-tdep.c (cris_gdbarch_init): Ditto.
9951 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9952 * frv-tdep.c (frv_gdbarch_init): Ditto.
9953 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9954 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9955 * i386-tdep.c (i386_gdbarch_init): Ditto.
9956 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9957 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9958 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9959 * mips-tdep.c (mips_gdbarch_init): Ditto.
9960 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9961 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9962 * s390-tdep.c (s390_gdbarch_init): Ditto.
9963 * sh-tdep.c (sh_gdbarch_init): Ditto.
9964 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9965 * v850-tdep.c (v850_gdbarch_init): Ditto.
9966 * vax-tdep.c (vax_gdbarch_init): Ditto.
9967 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9968
ce0c7262
CV
99692003-04-01 Corinna Vinschen <vinschen@redhat.com>
9970
9971 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9972
73dd234f
AC
99732003-04-01 Andrew Cagney <cagney@redhat.com>
9974
9975 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9976 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9977 * gdbarch.h, gdbarch.c: Re-generate.
9978 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9979 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9980 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9981 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9982 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9983 * infcmd.c (run_stack_dummy): Simplify assuming
9984 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9985 * infrun.c (handle_inferior_event): Ditto.
9986 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9987 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9988 * arm-tdep.c (arm_gdbarch_init): Ditto.
9989 * avr-tdep.c (avr_gdbarch_init): Ditto.
9990 * cris-tdep.c (cris_gdbarch_init): Ditto.
9991 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9992 * frv-tdep.c (frv_gdbarch_init): Ditto.
9993 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9994 * i386-tdep.c (i386_gdbarch_init): Ditto.
9995 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9996 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9997 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9998 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9999 * mips-tdep.c (mips_gdbarch_init): Ditto.
10000 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10001 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10002 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10003 * s390-tdep.c (s390_gdbarch_init): Ditto.
10004 * sh-tdep.c (sh_gdbarch_init): Ditto.
10005 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10006 * v850-tdep.c (v850_gdbarch_init): Ditto.
10007 * vax-tdep.c (vax_gdbarch_init): Ditto.
10008 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10009
97606a13
DJ
100102003-04-01 Daniel Jacobowitz <drow@mvista.com>
10011
10012 * symfile.c (symfile_relocate_debug_section): Update call to
10013 bfd_simple_get_relocated_section_contents.
10014
e8ab51f7
AC
100152003-03-31 Andrew Cagney <cagney@redhat.com>
10016
10017 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10018 * gdbarch.h, gdbarch.c: Regenerate.
10019 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10020 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10021 available.
10022 * frame.h (generic_fix_call_dummy): Delete declaration.
10023 * dummy-frame.h: Update comment.
10024 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10025 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10026 fix_call_dummy.
10027 * sh-tdep.c (sh_gdbarch_init): Ditto.
10028 * s390-tdep.c (s390_gdbarch_init): Ditto.
10029 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10030 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10031 * m68hc11-tdep.c (m68hc11_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 * avr-tdep.c (avr_gdbarch_init): Ditto.
10039 * arm-tdep.c (arm_gdbarch_init): Ditto.
10040
018d1b48
JB
100412003-03-31 J. Brobecker <brobecker@gnat.com>
10042
10043 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10044 (INIT_FRAME_AP): Likewise.
10045 (EXTRA_FRAME_INFO): Likewise.
10046
e9a2674e
AC
100472003-03-31 Andrew Cagney <cagney@redhat.com>
10048
10049 * gdbarch.sh: Include "symfile.h".
10050 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10051 * gdbarch.h, gdbarch.c: Re-generate.
10052 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10053 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10054 call_dummy_address, the default is at entry_point_address.
10055 * v850-tdep.c (v850_gdbarch_init): Ditto.
10056 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10057 * sh-tdep.c (sh_gdbarch_init): Ditto.
10058 * s390-tdep.c (s390_gdbarch_init): Ditto.
10059 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10060 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10061 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10062 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10063 * i386-tdep.c (i386_gdbarch_init): Ditto.
10064 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10065 * frv-tdep.c (frv_gdbarch_init): Ditto.
10066 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10067 * cris-tdep.c (cris_gdbarch_init): Ditto.
10068 * arm-tdep.c (arm_gdbarch_init): Ditto.
10069
e8a8712a
AC
100702003-03-31 Andrew Cagney <cagney@redhat.com>
10071
10072 * gdbarch.sh (CALL_DUMMY_P): Delete.
10073 * gdbarch.h, gdbarch.c: Re-generate.
10074 * inferior.h (CALL_DUMMY_P): Delete macro.
10075 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10076 * vax-tdep.c (vax_gdbarch_init): Update.
10077 * v850-tdep.c (v850_gdbarch_init): Update.
10078 * sparc-tdep.c (sparc_gdbarch_init): Update.
10079 * sh-tdep.c (sh_gdbarch_init): Update.
10080 * s390-tdep.c (s390_gdbarch_init): Update.
10081 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10082 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10083 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10084 * mips-tdep.c (mips_gdbarch_init): Update.
10085 * mcore-tdep.c (mcore_gdbarch_init): Update.
10086 * m68k-tdep.c (m68k_gdbarch_init): Update.
10087 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10088 * ia64-tdep.c (ia64_gdbarch_init): Update.
10089 * i386-tdep.c (i386_gdbarch_init): Update.
10090 * h8300-tdep.c (h8300_gdbarch_init): Update.
10091 * frv-tdep.c (frv_gdbarch_init): Update.
10092 * d10v-tdep.c (d10v_gdbarch_init): Update.
10093 * cris-tdep.c (cris_gdbarch_init): Update.
10094 * breakpoint.c (deprecated_frame_in_dummy): Update.
10095 * avr-tdep.c (avr_gdbarch_init): Update.
10096 * alpha-tdep.c (alpha_gdbarch_init): Update.
10097 * arm-tdep.c (arm_gdbarch_init): Update.
10098 * dummy-frame.c (dummy_frame_this_id): Update comments.
10099 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10100 * frame.c (legacy_get_prev_frame): Ditto.
10101 * valops.c (call_function_by_hand): Delete function.
10102 (hand_function_call): Rename to call_function_by_hand
10103
ed234cf8
AC
101042003-03-30 Andrew Cagney <cagney@redhat.com>
10105
10106 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 10107 * value.h (struct value): Update comment.
ed234cf8 10108
06c77151
AC
101092003-03-30 Andrew Cagney <cagney@redhat.com>
10110
6c2b5168
AC
10111 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10112 D10V_FP_REGNUM.
10113 (d10v_gdbarch_init): Do not set fp_regnum.
10114
06c77151
AC
10115 * frame.c (get_frame_base): Force ID initialization.
10116 (get_prev_frame): Move computation of the frame ID from here ...
10117 (get_frame_id): ... to here.
10118 (legacy_get_prev_frame): Mark the frame ID as valid.
10119 * frame.h (struct frame_info): Add field "id_p".
10120
97a1a11c
MK
101212003-03-30 Mark Kettenis <kettenis@gnu.org>
10122
10123 * i386-tdep.c (i386_store_struct_return): Removed.
10124 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10125
6c0e89ed
AC
101262003-03-30 Andrew Cagney <cagney@redhat.com>
10127
10128 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10129 * gdbarch.h, gdbarch.c: Regenerate.
10130 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10131 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10132 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10133 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10134 * i386-tdep.c (i386_gdbarch_init): Ditto.
10135 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10136 * cris-tdep.c (cris_gdbarch_init): Ditto.
10137 * vax-tdep.c (vax_gdbarch_init): Ditto.
10138 * s390-tdep.c (s390_gdbarch_init): Ditto.
10139 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10140 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10141 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10142 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10143 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10144 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10145 * sparc-tdep.c (sparc_gdbarch_init): Update.
10146 * sh-tdep.c (sh_gdbarch_init): Update.
10147 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10148 * mips-tdep.c (mips_gdbarch_init): Update.
10149 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10150 * ia64-tdep.c (ia64_gdbarch_init): Update.
10151 * frv-tdep.c (frv_gdbarch_init): Update.
10152 * avr-tdep.c (avr_gdbarch_init): Update.
10153 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10154 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10155 instead of when push_dummy_call is not available.
8ffd9b1b 10156
f7dd6af2
AC
101572003-03-30 Andrew Cagney <cagney@redhat.com>
10158
10159 * infttrace.c: Include "gdbthread.h".
10160 (parent_attach_all): Fix function signature.
10161 (call_ptrace): Update call.
10162 * Makefile.in (infttrace.o): Update dependencies.
10163
28f617b3
AC
101642003-03-30 Andrew Cagney <cagney@redhat.com>
10165
10166 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10167 PUSH_RETURN_ADDRESS.
10168 * gdbarch.h, gdbarch.c: Regenerate.
10169 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10170 * x86-64-tdep.c (x86_64_init_abi): Update.
10171 * v850-tdep.c (v850_gdbarch_init): Update.
10172 * sparc-tdep.c (sparc_gdbarch_init): Update.
10173 * sh-tdep.c (sh_gdbarch_init): Update.
10174 * s390-tdep.c (s390_gdbarch_init): Update.
10175 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10176 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10177 * mips-tdep.c (mips_gdbarch_init): Update.
10178 * mcore-tdep.c (mcore_gdbarch_init): Update.
10179 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10180 * ia64-tdep.c (ia64_gdbarch_init): Update.
10181 * i386-tdep.c (i386_gdbarch_init): Update.
10182 * h8300-tdep.c (h8300_gdbarch_init): Update.
10183 * frv-tdep.c (frv_gdbarch_init): Update.
10184 * cris-tdep.c (cris_gdbarch_init): Update.
10185 * avr-tdep.c (avr_gdbarch_init): Update.
10186 * arm-tdep.c (arm_gdbarch_init): Update.
10187 * valops.c (hand_function_call): Update.
10188
4d628cd7
AC
101892003-03-29 Andrew Cagney <cagney@redhat.com>
10190
10191 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10192 sizeof_call_dummy_words.
10193 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10194 define.
10195 * gdbarch.h: Regenerate.
8ffd9b1b 10196
65e82032
AC
101972003-03-29 Andrew Cagney <cagney@redhat.com>
10198
10199 * infttrace.h: New file.
10200 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10201 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10202 (hpread_read_doc_function_type): Detect an initialized type1.
10203 (hpread_quick_traverse): Initialize mod_name_string.
10204 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10205 (som_solib_get_solib_by_pc): Declare.
10206 (so_lib_thread_start_addr): Declare.
10207 (no_shared_libraries): Declare.
10208 * somread.c (init_import_symbols): Make static. Add forward
10209 declaration.
10210 * config/pa/nm-hppah.h: Include "infttrace.h" for
10211 parent_attach_all.
10212 (hppa_insert_hw_watchpoint): Declare.
10213 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10214 * hppah-nat.c: Include "gdb_string.h".
10215 (parent_attach_all): Delete extern declaration, moved to
10216 "infttrace.h".
10217 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10218 int.
10219 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10220 * Makefile.in (infttrace_h): Define.
10221 (hpread.o): Update dependencies.
10222 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10223 * hppa-hpux-tdep.c: Include "gdb_string.h".
10224 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10225 * infrun.c (handle_inferior_event): Always initialize
10226 stepped_after_stopped_by_watchpoint. Add default and remove
10227 fallthrough in switch statement.
10228 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10229 parameter to int.
10230 (hppa_remove_hw_watchpoint): Ditto.
10231
2c3bbe77
AC
102322003-03-29 Andrew Cagney <cagney@redhat.com>
10233
10234 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10235 offset.
10236
2dd604e7
RE
102372003-03-29 Richard Earnshaw <rearnsha@arm.com>
10238
10239 * arm-tdep.c (arm_push_arguments): Delete.
10240 (struct stack_item): New type.
10241 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10242 (arm_store_struct_return): Delte.
10243 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10244 arm_push_arguments or arm_store_struct_return.
10245
e8933a55
AC
102462003-03-28 Andrew Cagney <cagney@redhat.com>
10247
10248 * Makefile.in (d10v-tdep.o): Update dependencies.
10249 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10250 * d10v-tdep.c: Include "remote.h".
10251 (target_resume_hook): Delete extern declaration.
10252 (target_wait_loop_hook): Ditto.
10253 (tdisassemble_command): Eliminate assignment in "if" conditional.
10254 (d10v_ts2_register_sim_regno): Eliminate call to
10255 legacy_register_sim_regno.
10256 (d10v_ts3_register_sim_regno): Ditto.
10257
6949171e
JJ
102582003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10259
10260 * thread.c: Reindented.
10261 * lin-lwp.c: Ditto.
10262 * linux-proc.c: Ditto.
10263
98c7071f
BR
102642003-03-28 Bob Rossi <bob_rossi@cox.net>
10265
fbe586ae 10266 * MAINTAINERS (write after approval): Add myself.
98c7071f 10267
5edc9ca6
TR
102682003-03-27 Theodore A. Roth <troth@openavr.org>
10269
10270 * objc-exp.y: Add missing semi-colons.
10271
378bfd1b
AC
102722003-03-27 Andrew Cagney <cagney@redhat.com>
10273
10274 * regcache.c (write_sp): Delete function and references.
10275 * inferior.h (write_sp): Delete declaration.
10276 * valops.c (hand_function_call): Replace write_sp with
10277 TARGET_WRITE_SP.
10278 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10279 (sparc_pop_frame): Ditto.
8ffd9b1b 10280
56056df7
AC
102812003-03-27 Andrew Cagney <cagney@redhat.com>
10282
10283 * NEWS: Mention removal of support for hppa*-*-bsd* and
10284 hppa*-*-osf* natives, and hppa*-*-pro* target.
10285 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10286 * config/pa/xm-pa.h: Obsolete file.
10287 * config/pa/xm-hppab.h: Obsolete file.
10288 * config/pa/nm-hppab.h: Obsolete file.
10289 * config/pa/tm-hppab.h: Obsolete file.
10290 * config/pa/tm-hppao.h: Obsolete file.
10291 * config/pa/nm-hppao.h: Obsolete file.
10292 * config/pa/tm-pro.h: Obsolete file.
10293 * config/pa/hppaosf.mt: Obsolete file.
10294 * config/pa/hppaosf.mh: Obsolete file.
10295 * config/pa/hppapro.mt: Obsolete file.
10296 * config/pa/hppabsd.mt: Obsolete file.
10297 * config/pa/hppabsd.mh: Obsolete file.
10298 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10299 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10300 hppa*-*-osf*.
10301
5873a88d
AC
103022003-03-27 Andrew Cagney <cagney@redhat.com>
10303
10304 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10305 push_arguments. Don't set push_return_address or write_sp.
10306 (d10v_push_dummy_call): Replace d10v_push_arguments.
10307 (d10v_push_return_address, d10v_write_sp): Delete function,
10308 handled by push_dummy_call.
10309
b81774d8
AC
103102003-03-26 Andrew Cagney <cagney@redhat.com>
10311
10312 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10313 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10314 regcache and dummy_addr parameters.
10315 * gdbarch.h, gdbarch.c: Re-generate.
10316 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10317 available; assume it will handle stack alignment and return
10318 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10319 legacy_push_arguments.
10320 (legacy_push_arguments): Rename default_push_arguments.
10321 * value.h (legacy_push_arguments): Rename default_push_arguments.
10322 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10323 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10324 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10325 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10326 * config/i386/tm-symmetry.h: Update.
10327 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10328 * x86-64-tdep.c (x86_64_init_abi): Update.
10329 * v850-tdep.c (v850_gdbarch_init): Update.
10330 * sparc-tdep.c (sparc_gdbarch_init): Update.
10331 * sh-tdep.c (sh_gdbarch_init): Update.
10332 * s390-tdep.c (s390_gdbarch_init): Update.
10333 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10334 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10335 * mips-tdep.c (mips_gdbarch_init): Update.
10336 * mcore-tdep.c (mcore_gdbarch_init): Update.
10337 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10338 * ia64-tdep.c (ia64_gdbarch_init): Update.
10339 * i386-tdep.c (i386_gdbarch_init): Update.
10340 * hppa-tdep.c (hppa_gdbarch_init): Update.
10341 * h8300-tdep.c (h8300_gdbarch_init): Update.
10342 * frv-tdep.c (frv_gdbarch_init): Update.
10343 * d10v-tdep.c (d10v_gdbarch_init): Update.
10344 * cris-tdep.c (cris_gdbarch_init): Update.
10345 * avr-tdep.c (avr_gdbarch_init): Update.
10346 * arm-tdep.c (arm_gdbarch_init): Update.
10347 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10348 * alpha-tdep.c (alpha_gdbarch_init): Update.
10349
f541410f
DJ
103502003-03-26 Daniel Jacobowitz <drow@mvista.com>
10351
10352 * signals/signals.c (do_target_signal_to_host): Correct realtime
10353 signal range test.
10354
69f567ae
DJ
103552003-03-26 Daniel Jacobowitz <drow@mvista.com>
10356
10357 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10358 (struct sal_chain, map_catch_names): Remove.
10359 (catch_exception_command_1): Don't call
10360 handle_gnu_4_16_catch_command.
10361
d5d14a5a
DJ
103622003-03-26 Daniel Jacobowitz <drow@mvista.com>
10363
10364 From Mark Dettinger <dettinge@de.ibm.com>:
10365 * dwarf2cfi.c (read_2u): Increment pointer by two.
10366
bdd73e22
DJ
103672003-03-26 Daniel Jacobowitz <drow@mvista.com>
10368
10369 * signals/signals.c: Fix typos in last change.
10370
960cb555
DJ
103712003-03-26 Daniel Jacobowitz <drow@mvista.com>
10372
10373 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10374 not already defined. Use __SIGRTMIN if available.
10375 (target_signal_from_host): Remove SIGRTMIN block.
10376 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10377 the signal is within the realtime range.
10378
f636b87d
AF
103792003-03-25 Adam Fedor <fedor@gnu.org>
10380
10381 * Makefile.in (infrun.o): Add $(language_h)
10382 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10383 for language specific trampolines.
10384 * language.h (struct language_defn): Add skip_trampoline.
10385 (skip_language_trampoline): Declare.
10386 * language.c (unk_lang_trampoline, skip_language_trampoline):
10387 New functions.
10388 (unknown_language_defn, auto_language_defn, local_language_defn):
10389 Add ukn_lang_trampoline.
10390 * ada-lang.c (ada_language_defn): Add NULL for language
10391 specific skip_trampoline.
10392 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10393 scm-lang.c: Likewise.
10394 * objc-lang.c (objc_skip_trampoline): New function.
10395 (objc_language_defn): Add objc_skip_trampoline.
10396
28f617b3 103972003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
10398
10399 * frame.c (get_prev_frame): Delay validating a frame's ID -
10400 non-NULL, didn't go backwards - until an attempt to unwind it to
10401 the previous frame.
10402
f933a9c5
AC
104032003-03-25 Andrew Cagney <cagney@redhat.com>
10404
10405 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10406 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10407 * gdbarch.h, gdbarch.c: Re-generate.
10408 * config/sparc/tm-sparc.h
10409 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10410 * sparc-tdep.c (sparc_gdbarch_init): Set
10411 deprecated_extra_stack_alignment_needed.
10412 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10413 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10414 extra_stack_alignment_needed.
10415 * v850-tdep.c (v850_gdbarch_init): Ditto.
10416 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10417 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10418 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10419 * cris-tdep.c (cris_gdbarch_init): Ditto.
10420 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10421 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 10422
4183d812
AC
104232003-03-25 Andrew Cagney <cagney@redhat.com>
10424
10425 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10426 STORE_STRUCT_RETURN.
10427 * gdbarch.h, gdbarch.c: Regenerate.
10428 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10429 (d10v_push_arguments): Set the struct return register.
10430 (d10v_gdbarch_init): Update.
10431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10432 * x86-64-tdep.c (x86_64_init_abi): Update.
10433 * vax-tdep.c (vax_gdbarch_init): Update.
10434 * v850-tdep.c (v850_gdbarch_init): Update.
10435 * sparc-tdep.c (sparc_gdbarch_init): Update.
10436 * sh-tdep.c (sh_gdbarch_init): Update.
10437 * s390-tdep.c (s390_gdbarch_init): Update.
10438 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10439 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10440 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10441 * mips-tdep.c (mips_gdbarch_init): Update.
10442 * mcore-tdep.c (mcore_gdbarch_init): Update.
10443 * m68k-tdep.c (m68k_gdbarch_init): Update.
10444 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10445 * ia64-tdep.c (ia64_gdbarch_init): Update.
10446 * i386-tdep.c (i386_gdbarch_init): Update.
10447 * hppa-tdep.c (hppa_gdbarch_init): Update.
10448 * h8300-tdep.c (h8300_gdbarch_init): Update.
10449 * frv-tdep.c (frv_gdbarch_init): Update.
10450 * cris-tdep.c (cris_gdbarch_init): Update.
10451 * avr-tdep.c (avr_gdbarch_init): Update.
10452 * arm-tdep.c (arm_gdbarch_init): Update.
10453 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10454
1bf6d5cc
AC
104552003-03-25 Andrew Cagney <cagney@redhat.com>
10456
10457 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10458 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10459 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10460 * gdbarch.h, gdbarch.c: Regenerate.
10461 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10462 call_dummy_stack_adjust_p.
10463 * vax-tdep.c (vax_gdbarch_init): Ditto.
10464 * v850-tdep.c (v850_gdbarch_init): Ditto.
10465 * sh-tdep.c (sh_gdbarch_init): Ditto.
10466 * s390-tdep.c (s390_gdbarch_init): Ditto.
10467 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10468 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10469 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10470 * mips-tdep.c (mips_gdbarch_init): Ditto.
10471 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10472 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10473 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10474 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10475 * i386-tdep.c (i386_gdbarch_init): Ditto.
10476 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10477 * frv-tdep.c (frv_gdbarch_init): Ditto.
10478 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10479 * cris-tdep.c (cris_gdbarch_init): Ditto.
10480 * avr-tdep.c (avr_gdbarch_init): Ditto.
10481 * arm-tdep.c (arm_gdbarch_init): Ditto.
10482 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10483 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10484 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10485 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10486 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10487 call_dummy_stack_adjust_p.
10488 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10489 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10490 * sparc-tdep.c (sparc32_push_arguments): Update.
10491 * valops.c (hand_function_call): Update.
10492
71c08af0
CV
104932003-03-25 Corinna Vinschen <vinschen@redhat.com>
10494
10495 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10496 set_gdbarch_char_signed.
10497
30757f90
RE
104982003-03-25 Richard Earnshaw <rearnsha@arm.com>
10499
10500 PR cli/548
10501 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10502
03d48a7d
RE
105032003-03-25 Richard Earnshaw <rearnsha@arm.com>
10504
10505 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10506 (_initialize_arm_tdep): Don't set tm_print_insn.
10507
2cf6873c
AF
105082003-03-24 Adam Fedor <fedor@gnu.org>
10509
10510 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10511 * objc-lang.h: Add multiple inclusion protection.
10512 (start_msglist, add_msglist, end_msglist): Additional declarations.
10513
17c0759e
RE
105142003-03-24 Richard Earnshaw <rearnsha@arm.com>
10515
10516 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10517 value was renamed to ARM_FLOAT_SOFT_FPA.
10518
618ce49f
AC
105192003-03-23 Andrew Cagney <cagney@redhat.com>
10520
10521 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10522 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10523 * gdbarch.h, gdbarch.c: Regenerate.
10524 * valops.c (hand_function_call): Update.
10525 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10526 * frame.c (legacy_saved_regs_this_id): Update.
10527 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10528 * dummy-frame.h: Update.
10529 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10530 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10531 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10532 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10533 * config/m68k/tm-sun3.h: Update.
10534 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10535 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10536 * x86-64-tdep.c (x86_64_init_abi): Update.
10537 * vax-tdep.c (vax_gdbarch_init): Update.
10538 * v850-tdep.c (v850_gdbarch_init): Update.
10539 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10540 * sh-tdep.c (sh_gdbarch_init): Update.
10541 * s390-tdep.c (s390_gdbarch_init): Update.
10542 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10543 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10544 (frame_get_saved_regs): Update.
10545 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10546 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10547 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10548 * mips-tdep.c (mips_gdbarch_init): Update.
10549 * mcore-tdep.c (mcore_gdbarch_init): Update.
10550 * m68k-tdep.c (m68k_gdbarch_init): Update.
10551 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10552 * ia64-tdep.c (ia64_gdbarch_init): Update.
10553 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10554 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10555 (i386_interix_back_one_frame): Update.
10556 * hppa-tdep.c (hppa_gdbarch_init): Update.
10557 (hppa_init_extra_frame_info): Update.
10558 * h8300-tdep.c (h8300_gdbarch_init): Update.
10559 * frv-tdep.c (frv_gdbarch_init): Update.
10560 * cris-tdep.c (cris_gdbarch_init): Update.
10561 * avr-tdep.c (avr_gdbarch_init): Update.
10562 * arm-tdep.c (arm_gdbarch_init): Update.
10563 * alpha-tdep.c (alpha_gdbarch_init): Update.
10564
fd50bc42
RE
105652003-03-22 Richard Earnshaw <rearnsha@arm.com>
10566
10567 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10568 (arm_get_fp_model): Declare.
10569 * arm-tdep.c (fp_model_strings): New string array.
10570 (arm_fp_model, current_fp_model): New variables.
10571 (arm_get_fp_model): New function.
10572 (arm_set_fp): New function.
10573 (set_fp_model_sfunc): New function.
10574 (show_fp_model): New function.
10575 (_initialize_arm_tdep): Add new command to set/show the FPU.
10576 (arm_extract_return_value): Use arm_get_fp_model.
10577 (arm_store_return_value): Likewise.
10578 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10579 to initialize the floating-point data types.
10580 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10581 model is FPA.
10582
26304000
RE
105832003-03-22 Richard Earnshaw <rearnsha@arm.com>
10584
10585 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10586 the current setting of each value.
10587 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 10588 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
10589 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10590 commands and add new version as subcommands of "set/show arm".
10591
afd7eef0
RE
105922003-03-22 Richard Earnshaw <rearnsha@arm.com>
10593
10594 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10595 (set_arm_command, show_arm_command): New functions.
10596 (_initialize_arm_tdep): Add them.
10597 (num_disassembly_options): Renamed from num_flavor_options.
10598 (valid_disassembly_styles): Renamed from valid_flavors.
10599 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 10600 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
10601 set_disassembly_flavor_sfunc.
10602 (set_disassembly_style): Renamed from set_disassembly_flavor.
10603 (arm_othernames): Updated.
10604 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10605 command. Add "set/show arm disassembly" commands. Deprecate
10606 "othernames" command.
10607
299a7944
RE
106082003-03-22 Richard Earnshaw <rearnsha@arm.com>
10609
10610 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10611 (arm-tdep.o): Depend on elf_arm_h.
10612
c1dac9e6
RE
106132003-03-22 Richard Earnshaw <rearnsha@arm.com>
10614
10615 * Makefile.in (coff_internal_h): Define.
10616 (arm-tdep.o): Update dependencies.
10617
2702d96c
RE
106182003-03-22 Richard Earnshaw <rearnsha@arm.com>
10619
10620 * arm-tdep.c (prologue_cache): Delete.
10621 (check_prologue_cache, save_prologue_cache): Delete.
10622 (arm_scan_prologue): Don't check or update the prologue_cache.
10623 (arm_gdb_arch_init): Don't initialize it.
10624 (_initialize_arm_tdep): Likewise.
10625
27d5d74b
SC
106262003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10627
10628 * MAINTAINERS (tui): Maintainer of tui code.
10629
1762d96d
CV
106302003-03-21 Corinna Vinschen <vinschen@redhat.com>
10631
10632 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10633 (i386-cygwin-tdep.o): Add dependencies.
10634 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10635 * i386-cygwin-tdep.c: New file.
10636 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10637 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10638
4c2e2391
AC
106392003-03-20 Andrew Cagney <cagney@redhat.com>
10640
f20d38b7
AC
10641 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10642 (handle_inferior_event): Remove code calling
10643 DYNAMIC_TRAMPOLINE_NEXTPC.
10644
0022b738
AC
10645 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10646 already has a full path.
10647
864dbc90
AC
10648 * main.c (gdb_main): Return 1.
10649 (captured_main): Call error to report an invalid interpreter.
10650
4c2e2391
AC
10651 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10652 * alpha-osf1-tdep.c: Include "gdb_string.h".
10653
5ef7553b
JB
106542003-03-19 J. Brobecker <brobecker@gnat.com>
10655
10656 Continuing work to convert the hppa targets to multiarch partial.
10657
10658 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10659 method, now that hppa_push_dummy_frame has a conformant prototype.
10660 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10661 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10662 for the switch to multiarch partial.
10663
7bde8967
KB
106642003-03-19 Kevin Buettner <kevinb@redhat.com>
10665
10666 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10667 when iss is issNull.
10668
b006a9e9
KB
106692003-03-18 Kevin Buettner <kevinb@redhat.com>
10670
10671 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10672 NUM_REGS bounds check.
10673
5e2e9765
KB
106742003-03-18 Kevin Buettner <kevinb@redhat.com>
10675
10676 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10677 * mips-tdep.c (gdb_assert.h): Include.
10678 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10679 (mips_register_name): Handle integer registers explicitly. Add
10680 bounds checking.
10681 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10682 (mips_lsi33k_reg_names): Don't list integer registers; they're
10683 handled by mips_register_name() now.
10684 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10685 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10686 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10687 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10688 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10689
a2867626
AC
106902003-03-18 Andrew Cagney <cagney@redhat.com>
10691
10692 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10693 a void pointer.
10694 * gdbtypes.h (print_scalar_formatted): Update declaration.
10695 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10696
06600e06
JB
106972003-03-18 J. Brobecker <brobecker@gnat.com>
10698
10699 * infrun.c (observer.h): Add #include.
10700 (normal_stop): Add call to observer_notify_normal_stop.
10701 * Makefile.in (infrun.o): Add dependency on observer.h.
10702
7daf4f5b
JB
107032003-03-18 J. Brobecker <brobecker@gnat.com>
10704
10705 Continuing work to convert the hppa targets to multiarch partial.
10706 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10707 parameter. Reformat comment.
10708 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10709 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10710 to match new profile.
10711
3371ccc0
JB
107122003-03-18 J. Brobecker <brobecker@gnat.com>
10713
10714 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10715 appear to be working in any case.
10716
4fbe891e
JB
107172003-03-18 J. Brobecker <brobecker@gnat.com>
10718
10719 * observer.c (observer_test_first_observer): New static variable.
10720 (observer_test_second_observer): Likewise.
10721 (observer_test_third_observer): Likewise.
10722 (observer_test_first_notification_function): New static function.
10723 (observer_test_second_notification_function): Likewise.
10724 (observer_test_third_notification_function): Likewise.
10725
a7ff40e7
JB
107262003-03-17 J. Brobecker <brobecker@gnat.com>
10727
10728 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10729 * somsolib.c (gdb_assert.h): Likewise.
10730 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10731 (somsolib.o): Likewise.
10732
26ca4152
AC
107332003-03-17 Andrew Cagney <cagney@redhat.com>
10734
10735 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10736 BFD. Simplify setting of di.endian.
10737
0a613259
AC
107382003-03-17 Andrew Cagney <cagney@redhat.com>
10739
10740 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10741 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10742
10743 From Elena Zannoni <ezannoni@redhat.com>
10744 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10745 vector and floating-point parameters.
10746 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10747 convention.
10748 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10749
1132738f
FN
107502003-03-17 Fernando Nasser <fnasser@redhat.com>
10751
10752 * MAINTAINERS: Remove my name from several maintainership roles.
10753
6dc42492
AC
107542003-03-17 Andrew Cagney <cagney@redhat.com>
10755
10756 Fix frame off-by-one bug.
10757 * frame-unwind.h (frame_this_id_ftype): Replace
10758 frame_unwind_id_ftype.
10759 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10760 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10761 with "prev_register".
10762 * frame-unwind.c (frame_unwind_find_by_pc): Return
10763 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10764 comment.
10765 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10766 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10767 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10768 (dummy_frame_unwind): Update.
10769 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10770 sentinel_frame_register_unwind.
10771 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10772 (sentinel_frame_unwinder): Update.
10773 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10774 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10775 * frame.c (create_sentinel_frame): Update. Initialize
10776 "prologue_cache" instead of "unwind_cache".
10777 (frame_register_unwind): Call this frame's prev_register with the
10778 next frame and this frame's prologue cache.
10779 (get_prev_frame): Simplify. Always call prev frame's this_id with
10780 this frame and prev frame's prologue cache. Document that this
10781 call is shifted one to the left when compared to the
10782 frame_register_unwind call.
10783 (legacy_saved_regs_prev_register): Replace
10784 frame_saved_regs_register_unwind.
10785 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10786 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10787 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10788 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10789 (d10v_frame_unwind): Update.
10790 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10791 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10792 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10793 "saved_regs" with "this_saved_regs".
10794
efd710d6
AC
107952003-03-16 Andrew Cagney <cagney@redhat.com>
10796
10797 * frame.c (frame_pop): Don't call target_store_registers. Fix
10798 problem reported by Mark Kettenis.
10799
4e259f09
MK
108002003-03-16 Mark Kettenis <kettenis@gnu.org>
10801
10802 * i386-tdep.c (i386_register_type): Renamed from
10803 i386_register_virtual_type. Adjust function signature.
10804 (i386_gdbarch_init): Set register_type instead of
10805 deprecated_max_register_raw_size,
10806 deprecated_max_register_virtual_size and register_virtual_type.
10807
055bb976
AC
108082003-03-14 Andrew Cagney <cagney@redhat.com>
10809
10810 * frame.c (get_prev_frame): When a legacy frame, always call
10811 legacy_get_prev_frame. Simplify unwind code using assumption that
10812 the unwinder is new.
10813 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10814 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10815 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10816
ac2adee5
AC
108172003-03-14 Andrew Cagney <cagney@redhat.com>
10818
10819 * frame.c (get_saved_register): Delete function.
10820 * frame.h (get_saved_register): Delete declaration.
10821 * xstormy16-tdep.c: Update comment.
10822 * regcache.h: Update comments.
10823 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10824 get_saved_register and extract_address, use
10825 frame_read_unsigned_register.
10826 (sparc_frame_saved_pc): Ditto.
10827 (sparc_get_saved_register): Instead of get_saved_register, use
10828 frame_register.
10829 (sparc_pop_frame): Ditto.
10830 * findvar.c: Update comments.
10831 (value_of_register): Call frame_register instead of
10832 get_saved_register.
10833 (value_from_register): Ditto.
10834 * config/sparc/tm-sparc.h: Update comment.
10835 * breakpoint.c: Update comment.
10836
129c1cd6
AC
108372003-03-14 Andrew Cagney <cagney@redhat.com>
10838
10839 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10840 GET_SAVED_REGISTER.
10841 * gdbarch.h, gdbarch.c: Re-generate.
10842 * frame.h: Update comments.
10843 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10844 * x86-64-tdep.c (x86_64_init_abi): Update.
10845 * sparc-tdep.c (sparc_gdbarch_init): Update.
10846 * sh-tdep.c (sh_gdbarch_init): Update.
10847 * mips-tdep.c (mips_gdbarch_init): Update.
10848 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10849 * cris-tdep.c (cris_gdbarch_init): Update.
10850 * ia64-tdep.c (ia64_gdbarch_init): Update.
10851 * frame.c (frame_register): Update.
10852 (get_saved_register): Update.
10853 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 10854
749b82f6
AC
108552003-03-13 Andrew Cagney <cagney@redhat.com>
10856
10857 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10858 * gdbarch.h, gdbarch.c: Regenerate.
10859 * valops.c (hand_function_call): Update comment.
10860 * stack.c (return_command): Update comment.
10861 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10862 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10863 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10864 * x86-64-tdep.c (x86_64_init_abi): Update.
10865 * vax-tdep.c (vax_gdbarch_init): Update.
10866 * v850-tdep.c (v850_gdbarch_init): Update.
10867 * sparc-tdep.c (sparc_gdbarch_init): Update.
10868 * sh-tdep.c (sh_gdbarch_init): Update.
10869 * s390-tdep.c (s390_gdbarch_init): Update.
10870 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10871 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10872 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10873 * mips-tdep.c (mips_gdbarch_init): Update.
10874 * mcore-tdep.c (mcore_gdbarch_init): Update.
10875 * m68k-tdep.c (m68k_gdbarch_init): Update.
10876 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10877 * ia64-tdep.c (ia64_gdbarch_init): Update.
10878 * i386-tdep.c (i386_gdbarch_init): Update.
10879 * hppa-tdep.c (hppa_gdbarch_init): Update.
10880 * h8300-tdep.c (h8300_gdbarch_init): Update.
10881 * frv-tdep.c (frv_gdbarch_init): Update.
10882 * cris-tdep.c (cris_gdbarch_init): Update.
10883 * avr-tdep.c (avr_gdbarch_init): Update.
10884 * arm-tdep.c (arm_gdbarch_init): Update.
10885 * alpha-tdep.c (alpha_gdbarch_init): Update.
10886
1594fa56
AC
108872003-03-13 Andrew Cagney <cagney@redhat.com>
10888
10889 * frame.c (legacy_frame_p): New function.
10890 (get_prev_frame): Use legacy_frame_p.
10891 * frame.h (legacy_frame_p): Declare.
10892
7717fda3
V
108932003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10894
fbe586ae 10895 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
10896 listing corrected.
10897
0c67cbe9
V
108982003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10899
fbe586ae 10900 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 10901
03febf99
AC
109022003-03-12 Andrew Cagney <cagney@redhat.com>
10903
10904 * frame.c (get_prev_frame): Rename the frame parameter to
10905 "this_frame".
10906 (get_next_frame, legacy_get_prev_frame): Ditto.
10907
0a1e1ca1
AC
109082003-03-12 Andrew Cagney <cagney@redhat.com>
10909
10910 * frame.c (get_current_frame): Check target_has_registers before
10911 checking target_has_stack.
10912 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10913 instead of deprecated_selected_frame.
10914 * findvar.c (value_of_register): Pass "frame", not
10915 deprecated_selected_frame, to value_of_builtin_reg.
10916
a66a9c23
AC
109172003-03-12 Andrew Cagney <cagney@redhat.com>
10918
10919 * regcache.c (regcache_cooked_write_signed): New function.
10920 (regcache_cooked_write_unsigned): New function.
10921 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10922 (regcache_cooked_read_signed): Fix regnum in range assertion.
10923 * regcache.h (regcache_cooked_write_signed): Declare.
10924 (regcache_cooked_write_unsigned): Declare.
10925
8bedc050
AC
109262003-03-12 Andrew Cagney <cagney@redhat.com>
10927
10928 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10929 * gdbarch.h, gdbarch.c: Re-generate.
10930 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10931 * x86-64-tdep.h: Update.
10932 * x86-64-tdep.c (x86_64_init_abi): Update.
10933 * v850-tdep.c (v850_gdbarch_init): Update.
10934 * sparc-tdep.c (sparc_gdbarch_init): Update.
10935 * sh-tdep.c (sh_gdbarch_init): Update.
10936 * s390-tdep.c (s390_gdbarch_init): Update.
10937 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10938 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10939 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10940 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10941 * mips-tdep.c (mips_gdbarch_init): Update.
10942 * mcore-tdep.c (mcore_gdbarch_init): Update.
10943 * m68k-tdep.c (m68k_gdbarch_init): Update.
10944 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10945 * ia64-tdep.c (ia64_gdbarch_init): Update.
10946 * i386-tdep.c (i386_gdbarch_init): Update.
10947 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10948 * hppa-tdep.c (hppa_gdbarch_init): Update.
10949 * h8300-tdep.c (h8300_gdbarch_init): Update.
10950 * frv-tdep.c (frv_gdbarch_init): Update.
10951 * cris-tdep.c (cris_gdbarch_init): Update.
10952 * avr-tdep.c (avr_gdbarch_init): Update.
10953 * arm-tdep.c (arm_gdbarch_init): Update.
10954 * alpha-tdep.c (alpha_gdbarch_init): Update.
10955 * sh-tdep.c (sh_init_extra_frame_info): Update.
10956 (sh64_init_extra_frame_info): Update.
10957 * ns32knbsd-nat.c (frame_num_args): Update.
10958 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10959 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10960 (xstormy16_frame_chain_valid): Update.
10961 * vax-tdep.c (vax_saved_pc_after_call): Update.
10962 * v850-tdep.c (v850_frame_chain): Update.
10963 (v850_pop_frame): Update.
10964 (v850_init_extra_frame_info): Update.
10965 * sparc-tdep.c (setup_arbitrary_frame): Update.
10966 * ns32k-tdep.c (umax_frame_num_args): Update.
10967 * s390-tdep.c (s390_pop_frame_regular): Update.
10968 * mn10300-tdep.c (mn10300_frame_chain): Update.
10969 (mn10300_pop_frame_regular): Update.
10970 (mn10300_init_extra_frame_info): Update.
10971 * mips-tdep.c (mips_init_frame_pc_first): Update.
10972 (mips_frame_chain): Update.
10973 (mips_pop_frame): Update.
10974 * mcore-tdep.c (mcore_frame_chain): Update.
10975 (mcore_pop_frame): Update.
10976 (mcore_init_extra_frame_info): Update.
10977 * arch-utils.c (init_frame_pc_default): Update.
10978 * m68k-tdep.c (isi_frame_num_args): Update.
10979 (delta68_frame_num_args): Update.
10980 (news_frame_num_args): Update.
10981 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10982 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10983 (alpha_frame_chain): Update.
10984 (alpha_pop_frame): Update.
10985 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10986 (hppa_init_extra_frame_info): Update.
10987 (hppa_frame_chain): Update.
10988 (hppa_frame_chain_valid): Update.
10989 * cris-tdep.c (cris_init_extra_frame_info): Update.
10990 * avr-tdep.c (avr_init_extra_frame_info): Update.
10991 * arm-tdep.c (arm_frame_chain_valid): Update.
10992 (arm_init_extra_frame_info): Update.
10993 (arm_pop_frame): Update.
10994 * frame.c (frame_pc_unwind): Update.
10995 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10996 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10997 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10998 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10999 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11000 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 11001
7a25a7c1
AC
110022003-03-12 Andrew Cagney <cagney@redhat.com>
11003
11004 Eliminate the need for POP_FRAME.
11005 * frame.c (do_frame_unwind_register): New function.
11006 (frame_pop): When no POP_FRAME, pop the frame using register
11007 unwind and a scratch regcache.
11008 (frame_saved_regs_pop): Delete function.
11009 (trad_frame_unwinder): Update.
11010 * d10v-tdep.c (d10v_frame_pop): Delete function.
11011 (d10v_frame_unwind): Update.
11012 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11013 (sentinel_frame_unwinder): Update.
11014 * dummy-frame.c (dummy_frame_pop): Delete function.
11015 (dummy_frame_unwind): Update.
11016 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11017 (struct frame_unwind): Update.
11018
2f38ef89
KB
110192003-03-11 Kevin Buettner <kevinb@redhat.com>
11020
11021 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11022 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11023 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11024 Do range checks on register number obtained from debugging info.
11025 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11026 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11027 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11028 mapping function.
11029 (do_fp_register_row): Fix typo which caused double type to be
11030 used when attempting to unpack a float.
11031
552f4abf
JB
110322003-03-11 J. Brobecker <brobecker@gnat.com>
11033
11034 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11035
e0d2ae16
AC
110362003-03-11 Andrew Cagney <cagney@redhat.com>
11037
11038 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11039 frame. Problem found by Corinna Vinschen.
11040
ddbfdd06
PM
110412003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11042
11043 * doublest.c (floatformat_from_length): Accept also
11044 the real size of 'long double' type.
11045
088b2ddc 110462003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 11047
088b2ddc 11048 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
11049 * breakpoint.c (bpstat_copy): Copy the command lines as well
11050 as the old value, to match what is freed in bpstat_clear.
11051
f56f77c1
DC
110522003-03-10 David Carlton <carlton@math.stanford.edu>
11053
11054 * minsyms.c (add_minsym_to_hash_table): Replace
11055 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11056 (compare_minimal_symbols, compact_minimal_symbols)
11057 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11058 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11059 of DEPRECATED_SYMBOL_MATCHES_NAME.
11060 (lookup_minimal_symbol_solib_trampoline): Ditto.
11061
5602984a
AC
110622003-03-10 Andrew Cagney <cagney@redhat.com>
11063
11064 * regcache.h (regcache_cooked_read_ftype): Define.
11065 (regcache_save, regcache_restore): Add a cooked_read parameter.
11066 * regcache.c (regcache_save, regcache_restore): Update.
11067 (do_cooked_read): New function.
11068 (regcache_cpy): Pass do_cooked_read to regcache_save and
11069 regcache_restore.
11070
8bedc050
AC
110712003-03-10 Andrew Cagney <cagney@redhat.com>
11072
11073 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11074 * gdbarch.h, gdbarch.c: Re-generate.
11075 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11076 * x86-64-tdep.h: Update.
11077 * x86-64-tdep.c (x86_64_init_abi): Update.
11078 * v850-tdep.c (v850_gdbarch_init): Update.
11079 * sparc-tdep.c (sparc_gdbarch_init): Update.
11080 * sh-tdep.c (sh_gdbarch_init): Update.
11081 * s390-tdep.c (s390_gdbarch_init): Update.
11082 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11083 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11084 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11085 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11086 * mips-tdep.c (mips_gdbarch_init): Update.
11087 * mcore-tdep.c (mcore_gdbarch_init): Update.
11088 * m68k-tdep.c (m68k_gdbarch_init): Update.
11089 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11090 * ia64-tdep.c (ia64_gdbarch_init): Update.
11091 * i386-tdep.c (i386_gdbarch_init): Update.
11092 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11093 * hppa-tdep.c (hppa_gdbarch_init): Update.
11094 * h8300-tdep.c (h8300_gdbarch_init): Update.
11095 * frv-tdep.c (frv_gdbarch_init): Update.
11096 * cris-tdep.c (cris_gdbarch_init): Update.
11097 * avr-tdep.c (avr_gdbarch_init): Update.
11098 * arm-tdep.c (arm_gdbarch_init): Update.
11099 * alpha-tdep.c (alpha_gdbarch_init): Update.
11100 * sh-tdep.c (sh_init_extra_frame_info): Update.
11101 (sh64_init_extra_frame_info): Update.
11102 * ns32knbsd-nat.c (frame_num_args): Update.
11103 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11104 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11105 (xstormy16_frame_chain_valid): Update.
11106 * vax-tdep.c (vax_saved_pc_after_call): Update.
11107 * v850-tdep.c (v850_frame_chain): Update.
11108 (v850_pop_frame): Update.
11109 (v850_init_extra_frame_info): Update.
11110 * sparc-tdep.c (setup_arbitrary_frame): Update.
11111 * ns32k-tdep.c (umax_frame_num_args): Update.
11112 * s390-tdep.c (s390_pop_frame_regular): Update.
11113 * mn10300-tdep.c (mn10300_frame_chain): Update.
11114 (mn10300_pop_frame_regular): Update.
11115 (mn10300_init_extra_frame_info): Update.
11116 * mips-tdep.c (mips_init_frame_pc_first): Update.
11117 (mips_frame_chain): Update.
11118 (mips_pop_frame): Update.
11119 * mcore-tdep.c (mcore_frame_chain): Update.
11120 (mcore_pop_frame): Update.
11121 (mcore_init_extra_frame_info): Update.
11122 * arch-utils.c (init_frame_pc_default): Update.
11123 * m68k-tdep.c (isi_frame_num_args): Update.
11124 (delta68_frame_num_args): Update.
11125 (news_frame_num_args): Update.
11126 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11127 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11128 (alpha_frame_chain): Update.
11129 (alpha_pop_frame): Update.
11130 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11131 (hppa_init_extra_frame_info): Update.
11132 (hppa_frame_chain): Update.
11133 (hppa_frame_chain_valid): Update.
11134 * cris-tdep.c (cris_init_extra_frame_info): Update.
11135 * avr-tdep.c (avr_init_extra_frame_info): Update.
11136 * arm-tdep.c (arm_frame_chain_valid): Update.
11137 (arm_init_extra_frame_info): Update.
11138 (arm_pop_frame): Update.
11139 * frame.c (frame_pc_unwind): Update.
11140 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11141 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11142 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11143 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11144 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11145 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 11146
12cc2063
AC
111472003-03-10 Andrew Cagney <cagney@redhat.com>
11148
11149 * gdbarch.sh (gdbarch_unwind_pc): New method.
11150 * gdbarch.h, gdbarch.c: Regenerate.
11151 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11152 but use read_pc and FRAME_SAVED_PC as fall backs.
11153 (frame_saved_regs_pc_unwind): Delete function.
11154 (trad_frame_unwinder): Update.
11155 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11156 (struct frame_unwind): Update.
11157 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11158 (dummy_frame_unwind): Update.
11159 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11160 (sentinel_frame_unwinder): Update.
11161 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11162 (d10v_frame_unwind): Update.
11163 (d10v_unwind_pc): New function.
11164 (d10v_gdbarch_init): Set unwind_pc.
11165
ef840a37
AC
111662003-03-10 Andrew Cagney <cagney@redhat.com>
11167
a2ce2e56
AC
11168 * gdbarch.h: Re-generate.
11169
ef840a37
AC
11170 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11171 PC.
11172 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11173 the PC register.
11174
08f3424b
MK
111752003-03-08 Mark Kettenis <kettenis@gnu.org>
11176
11177 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11178
1248ede2
AC
111792003-03-08 Andrew Cagney <cagney@redhat.com>
11180
11181 * cli-out.c: Update copyright.
11182 (cli_out_data): Define typedef. Use instead of ui_out_data.
11183
f49bacc8
AC
111842003-03-08 Andrew Cagney <cagney@redhat.com>
11185
11186 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11187 the result.
11188
9b05f993
AC
111892003-03-07 Andrew Cagney <cagney@redhat.com>
11190
11191 * gdbarch.sh: Don't generate two macro definitions when an
11192 undefined macro taking no arguments.
11193 * gdbarch.h: Regenerate.
8ffd9b1b 11194
166f4c7b
ML
111952002-03-07 Michal Ludvig <mludvig@suse.cz>
11196
11197 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11198 (x86_64_unwind_dummy_id): New functions.
11199 (x86_64_init_abi): Register these two new functions.
11200
6d686a84
ML
112012003-03-07 Michal Ludvig <mludvig@suse.cz>
11202
11203 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 11204 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
11205 separate function.
11206 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11207
6314f104
AC
112082003-03-05 Andrew Cagney <cagney@redhat.com>
11209
11210 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11211 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11212 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11213 to use unwind_dummy_id when a dummy frame.
11214 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11215 predicate.
11216 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 11217
ceea5145
AC
112182003-03-05 Andrew Cagney <cagney@redhat.com>
11219
11220 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11221 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11222 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11223 values.
11224
0d843116
AC
112252003-03-05 Andrew Cagney <cagney@redhat.com>
11226
11227 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11228 (struct d10v_unwind_cache): Delete field "frameless". Replace
11229 "next_addr" with "sp_offset". Add "r11_offset".
11230 (d10v_frame_unwind_cache): Update.
11231 (prologue_find_regs): Update. When "mv r11, sp", save the
11232 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11233 RN was saved in r11_offset.
11234
b2579786
AC
112352003-03-05 Andrew Cagney <cagney@redhat.com>
11236
11237 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11238 cached PC value in the next frame.
11239
218e5956
AC
112402003-03-05 Andrew Cagney <cagney@redhat.com>
11241
11242 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11243 "id_unwind_cache" with "id".
11244 (frame_id_unwind): Delete declaration.
11245 * frame.c (frame_id_unwind): Delete function.
11246 (get_prev_frame): Call the frame id unwind method directly. Store
11247 the returned next frame's ID value in NEXT_FRAME. Note that there
11248 is a problem with the wrong unwind ID being called with the wrong
11249 unwind cache.
11250
ed363b1b
DJ
112512003-03-05 Daniel Jacobowitz <drow@mvista.com>
11252
11253 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11254
fe1f4a5e
DJ
112552003-03-05 James Ingham <jingham@apple.com>
11256 Daniel Jacobowitz <drow@mvista.com>
11257
11258 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11259 (auto_cp_abi): New variable.
11260 (current_cp_abi, num_cp_abis): Make static.
11261 (CP_ABI_MAX): Define.
11262 (cp_abis): Turn into an array.
11263 (value_virtual_fn_field): Fix formatting.
11264 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11265 takes a pointer.
11266 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11267 (list_cp_abis, _initialize_cp_abi): New functions.
11268 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11269 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11270 switch_to_cp_abi. Update prototype for register_cp_abi.
11271 * Makefile.in (cp-abi.o): Update dependencies.
11272 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11273 instead of switch_to_cp_abi.
11274 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11275 register_cp_abi.
11276 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11277 register_cp_abi.
11278 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11279
e4adbba9
DJ
112802003-03-05 Daniel Jacobowitz <drow@mvista.com>
11281
11282 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11283 * dwarf2loc.c: Include "regcache.h".
11284 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11285 register_size.
11286 * Makefile.in (dwarf2loc.o): Update dependencies.
11287
91ccbfc1
TR
112882003-03-04 Theodore A. Roth <troth@openavr.org>
11289
11290 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11291 number of io registers reported by remote target is not a multiple of
11292 step.
11293
3d4e8fd2
DC
112942003-03-04 David Carlton <carlton@math.stanford.edu>
11295
11296 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11297 (lookup_symbol_aux_psymtabs): Update call to
11298 lookup_partial_symbol.
11299 (lookup_transparent_type, find_main_psymtab)
11300 (make_symbol_overload_list): Ditto.
11301
ed42d87b
KH
113022003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11303
11304 * MAINTAINERS (Write after approval): Update my email address.
11305
a0ed5532
AC
113062003-03-03 Andrew Cagney <cagney@redhat.com>
11307
11308 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11309 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11310 predicate. Replace MAX_REGISTER_RAW_SIZE.
11311 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11312 MAX_REGISTER_VIRTUAL_SIZE.
11313 * regcache.c (legacy_max_register_raw_size): New function.
11314 (legacy_max_register_virtual_size): New function.
11315 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11316 (MAX_REGISTER_RAW_SIZE): Define.
11317 (legacy_max_register_raw_size): Declare.
11318 (legacy_max_register_virtual_size): Declare.
11319 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11320 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11321 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11322 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11323 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11324 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11325 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11326 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11327 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11328 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11329 * vax-tdep.c (vax_gdbarch_init): Update.
11330 * v850-tdep.c (v850_gdbarch_init): Update.
11331 * sparc-tdep.c (sparc_gdbarch_init): Update.
11332 * sh-tdep.c (sh_gdbarch_init): Update.
11333 * s390-tdep.c (s390_gdbarch_init): Update.
11334 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11335 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11336 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11337 * mips-tdep.c (mips_gdbarch_init): Update.
11338 * mcore-tdep.c (mcore_gdbarch_init): Update.
11339 * m68k-tdep.c (m68k_gdbarch_init): Update.
11340 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11341 * ia64-tdep.c (ia64_gdbarch_init): Update.
11342 * i386-tdep.c (i386_gdbarch_init): Update.
11343 * hppa-tdep.c (hppa_gdbarch_init): Update.
11344 * h8300-tdep.c (h8300_gdbarch_init): Update.
11345 * frv-tdep.c (frv_gdbarch_init): Update.
11346 * cris-tdep.c (cris_gdbarch_init): Update.
11347 * avr-tdep.c (avr_gdbarch_init): Update.
11348 * arm-tdep.c (arm_gdbarch_init): Update.
11349 * alpha-tdep.c (alpha_gdbarch_init): Update.
11350 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11351 max_register_raw_size or max_register_virtual_size.
11352
8e437497
DC
113532003-03-03 David Carlton <carlton@math.stanford.edu>
11354
11355 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11356 SYMBOL_MATCHES_NAME, add comment.
11357 (SYMBOL_MATCHES_NATURAL_NAME): New.
11358 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11359 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11360 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11361 * symtab.c (lookup_partial_symbol): Use
11362 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11363 unhelpful comment.
11364 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11365 SYMBOL_MATCHES_NAME.
11366 Fix for PR c++/33.
11367
25120b0d
DC
113682003-03-03 David Carlton <carlton@math.stanford.edu>
11369
11370 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11371 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11372 by regexp matching against SYMBOL_NATURAL_NAME.
11373
78a11fb4
DC
113742003-03-03 David Carlton <carlton@math.stanford.edu>
11375
11376 * linespec.c (find_method): Extract code into collect_methods.
11377 (collect_methods): New.
11378
645dd519
MK
113792003-03-02 Mark Kettenis <kettenis@gnu.org>
11380
b4700d91
MK
11381 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11382 get_frame_base.
11383
645dd519
MK
11384 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11385 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11386
0aa7e1aa
SC
113872003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11388
8ffd9b1b 11389 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
11390 and not regnum when summing the size of all registers up to regnum.
11391
f30ee0bc
AC
113922003-03-01 Andrew Cagney <cagney@redhat.com>
11393
11394 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11395 FRAME_INIT_SAVED_REGS.
11396 * gdbarch.h, gdbarch.c: Regenerate.
11397 * stack.c (frame_info): Update.
11398 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11399 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11400 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11401 * ns32k-tdep.c (ns32k_pop_frame): Update.
11402 * mips-tdep.c (mips_pop_frame): Update.
11403 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11404 * ia64-tdep.c (ia64_frame_chain): Update.
11405 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11406 (ia64_frameless_function_invocation): Update.
11407 (ia64_init_extra_frame_info): Update.
11408 (ia64_pop_frame_regular): Update.
11409 * frame.h (struct frame_info): Update comment.
11410 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11411 * frame.c (frame_saved_regs_register_unwind): Update.
11412 (frame_saved_regs_register_unwind): Update.
11413 (deprecated_generic_get_saved_register): Update.
11414 * cris-tdep.c: Update comment.
11415 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11416 Rename macro.
11417 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11418 * x86-64-tdep.c (x86_64_init_abi): Update.
11419 * vax-tdep.c (vax_gdbarch_init): Update.
11420 * v850-tdep.c (v850_gdbarch_init): Update.
11421 * sparc-tdep.c (sparc_gdbarch_init): Update.
11422 * sh-tdep.c (sh_gdbarch_init): Update.
11423 * s390-tdep.c (s390_gdbarch_init): Update.
11424 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11425 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11426 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11427 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11428 * mips-tdep.c (mips_gdbarch_init): Update.
11429 * mcore-tdep.c (mcore_gdbarch_init): Update.
11430 * m68k-tdep.c (m68k_gdbarch_init): Update.
11431 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11432 * ia64-tdep.c (ia64_gdbarch_init): Update.
11433 * i386-tdep.c (i386_gdbarch_init): Update.
11434 * frv-tdep.c (frv_gdbarch_init): Update.
11435 * avr-tdep.c (avr_gdbarch_init): Update.
11436 * arm-tdep.c (arm_gdbarch_init): Update.
11437 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 11438
42fa7c0f
AC
114392003-03-01 Andrew Cagney <cagney@redhat.com>
11440
11441 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11442 option enum and switch. When no windows, set the interpreter to
11443 INTERP_CONSOLE.
8ffd9b1b 11444
49c7e338
AC
114452003-03-01 Andrew Cagney <cagney@redhat.com>
11446
11447 * main.c (captured_main): Replace magic option characters with an
11448 enum.
11449
e9582e71
AC
114502003-03-01 Andrew Cagney <cagney@redhat.com>
11451
11452 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11453 INIT_EXTRA_FRAME_INFO.
11454 * gdbarch.h, gdbarch.c: Regenerate.
11455 * arm-tdep.c: Update comments.
11456 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11457 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11458 * frame.h, avr-tdep.c: Ditto.
11459 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11460 (create_new_frame, legacy_get_prev_frame): Ditto.
11461 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11462 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11463 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11464 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11465 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11466 * v850-tdep.c (v850_gdbarch_init): Ditto.
11467 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11468 * sh-tdep.c (sh_gdbarch_init): Ditto.
11469 * s390-tdep.c (s390_gdbarch_init): Ditto.
11470 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11471 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11472 * mips-tdep.c (mips_gdbarch_init): Ditto.
11473 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11474 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11475 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11476 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11477 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11478 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11479 * frv-tdep.c (frv_gdbarch_init): Ditto.
11480 * cris-tdep.c (cris_gdbarch_init): Ditto.
11481 * avr-tdep.c (avr_gdbarch_init): Ditto.
11482 * arm-tdep.c (arm_gdbarch_init): Ditto.
11483 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11484 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11485
35cac7cf
AC
114862003-03-01 Andrew Cagney <cagney@redhat.com>
11487
11488 * gdbarch.sh (register_type): New function with predicate.
11489 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11490 * gdbarch.h, gdbarch.c: Re-generate.
11491 * arch-utils.c (generic_register_byte): Use generic_register_size.
11492 (generic_register_size): When available, use
11493 gdbarch_register_type.
11494 * regcache.c (init_regcache_descr): When available, initialize the
11495 register type array using gdbarch_register_type. If the
11496 architecture supplies gdbarch_register_type, do not use the legacy
11497 regcache layout.
11498 * d10v-tdep.c (d10v_register_type): Replace
11499 d10v_register_virtual_type.
11500 (d10v_gdbarch_init): Set register_type instead of
11501 register_virtual_type.
11502
7b83296f
AC
115032003-03-01 Andrew Cagney <cagney@redhat.com>
11504
11505 * Makefile.in (ax-gdb.o): Update dependencies.
11506 * ax-gdb.c: Include "regcache.h".
11507 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11508 * findvar.c (value_of_register): Ditto.
11509 * infcmd.c (default_print_registers_info): Ditto.
11510
eadc1c87
MK
115112003-03-01 Mark Kettenis <kettenis@gnu.org>
11512
11513 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11514 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11515
14143612
MK
115162003-03-01 Mark Kettenis <kettenis@gnu.org>
11517
11518 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11519 of STREQ.
11520
a55cc764
DJ
115212003-02-28 Daniel Jacobowitz <drow@mvista.com>
11522
11523 * Makefile.in (dwarf2loc.o): Update dependencies.
11524 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11525 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11526 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11527 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11528 (locexpr_tracepoint_var_ref): New function.
11529 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11530
08a617da
AC
115312003-02-28 Andrew Cagney <cagney@redhat.com>
11532
11533 * regcache.c (register_size): New function.
11534 * regcache.h (register_size): Declare
11535 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11536 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11537
4224873a
DC
115382003-02-28 David Carlton <carlton@math.stanford.edu>
11539
11540 * linespec.c (decode_compound): Extract code into find_method.
11541 (find_method): New.
11542
ccdc5d7f
JB
115432003-02-28 J. Brobecker <brobecker@gnat.com>
11544
11545 * Makefile.in: Add rules to build and link in observer.o.
11546
974e8ced
JB
115472003-02-27 J. Brobecker <brobecker@gnat.com>
11548
11549 * observer.c: Minor comments edits.
11550
7a28f973
JB
115512003-02-27 J. Brobecker <brobecker@gnat.com>
11552
11553 * observer.h, observer.c: New file.
11554
27cddce2
AC
115552003-02-27 Andrew Cagney <cagney@redhat.com>
11556
11557 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11558
b94a41a1
SC
115592003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11560
11561 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11562 (M6812_OP_STS_EXT): Likewise.
11563 (m6811_prologue): Use the above to recognize prologue.
11564 (m6812_prologue): Likewise.
11565
c8be8951
DC
115662003-02-27 David Carlton <carlton@math.stanford.edu>
11567
11568 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11569 SYMBOL_PRINT_NAME.
11570 (compare_psymbols): Ditto.
11571 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11572
d05bb1fc
MS
115732003-02-27 Michael Snyder <msnyder@redhat.com>
11574
4e845cd3
MS
11575 * f-lang.c (build_fortran_types): New function.
11576 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
11577 * doublest.c (extract_floating): Fix warning text.
11578
f3824013
AC
115792003-02-27 Andrew Cagney <cagney@redhat.com>
11580
11581 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11582 predicate. Replaces PUSH_DUMMY_FRAME.
11583 * gdbarch.h, gdbarch.c: Regnerate.
11584 * valops.c (hand_function_call): Update. Call
11585 generic_push_dummy_frame directly.
11586 * vax-tdep.c (vax_gdbarch_init): Update.
11587 * sparc-tdep.c (sparc_gdbarch_init): Update.
11588 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11589 * m68k-tdep.c (m68k_gdbarch_init): Update.
11590 * hppa-tdep.c (hppa_gdbarch_init): Update.
11591 * alpha-tdep.c (alpha_gdbarch_init): Update.
11592 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11593 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11594 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11595 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11596 push_dummy_frame to generic_push_dummy_frame.
11597 * v850-tdep.c (v850_gdbarch_init): Ditto.
11598 * sh-tdep.c (sh_gdbarch_init): Ditto.
11599 * s390-tdep.c (s390_gdbarch_init): Ditto.
11600 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11601 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11602 * mips-tdep.c (mips_gdbarch_init): Ditto.
11603 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11604 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11605 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11606 * i386-tdep.c (i386_gdbarch_init): Ditto.
11607 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11608 * frv-tdep.c (frv_gdbarch_init): Ditto.
11609 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11610 * cris-tdep.c (cris_gdbarch_init): Ditto.
11611 * avr-tdep.c (avr_gdbarch_init): Ditto.
11612 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 11613
ad188201
KB
116142003-02-26 Kevin Buettner <kevinb@redhat.com>
11615
11616 * mips-tdep.c (show_mips_abi): New function.
11617 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11618 command ``show mips abi''.
11619
6b37567a 116202003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 11621
6b37567a 11622 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 11623 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
11624 more sline entries have been seen for the function.
11625
d3e0a5bf
MC
116262003-02-26 Michael Chastain <mec@shout.net>
11627
11628 * configure: Regenerate with autoconf 000227.
11629
18972eea
MC
116302003-02-26 Michael Chastain <mec@shout.net>
11631
11632 Close PR build/660.
11633 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11634 for old libc5/glibc.
11635 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11636
0bbde931
KW
116372003-02-26 Kris Warkentin <kewarken@qnx.com>
11638
11639 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11640 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11641
27ca5dad
MC
116422003-02-26 Michael Chastain <mec@shout.net>
11643
11644 * configure.in: New variable HAVE_UINTPTR_T.
11645 * configure, config.in: Regenerated.
11646
6f88d630
DJ
116472003-02-26 Daniel Jacobowitz <drow@mvista.com>
11648
11649 Fix PR build/1097.
11650 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11651
b14185ce
AC
116522003-02-25 Andrew Cagney <cagney@redhat.com>
11653
11654 * frame.c (get_prev_frame): Add comment on check for
11655 inside_entry_func. Only check for inside_entry_file when not a
11656 dummy and not a sentinel. Check that the new frame is not inner
11657 to the old frame.
11658
ac2bd0a9
AC
116592003-02-25 Andrew Cagney <cagney@redhat.com>
11660
11661 * frame.c (frame_debug): New variable.
11662 (_initialize_frame): Add "set/show debug frame" command.
11663 (get_prev_frame): When frame_debug, print reason why unwind
11664 failed.
11665
b18a0fd2
MC
116662003-02-25 Michael Chastain <mec@shout.net>
11667
11668 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11669 to avoid uintptr_t definition problems.
11670
22abf04a
DC
116712003-02-25 David Carlton <carlton@math.stanford.edu>
11672
11673 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11674 (SYMBOL_LINKAGE_NAME): Ditto.
11675 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11676 SYMBOL_LINKAGE_NAME.
11677 (struct general_symbol_info): Expand comment.
11678 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11679 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11680 (SYMBOL_MATCHES_REGEXP): Ditto.
11681 * symtab.c (symbol_natural_name): New function.
11682 * objfiles.h: Replace all uses of SYMBOL_NAME by
11683 DEPRECATED_SYMBOL_NAME.
11684 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11685 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11686 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11687 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11688 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11689 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11690 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11691 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11692 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11693 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11694 * ada-exp.y: Ditto.
11695 * ada-exp.y: Update copyright.
11696 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11697 * cp-valprint.c: Ditto.
11698
1a5848f6
JJ
116992003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11700
11701 * infptrace.c (detach): Do not flag error if ptrace detach fails
11702 and errno is set to ESRCH.
11703
7343d46a
AC
117042003-02-24 Andrew Cagney <cagney@redhat.com>
11705
11706 * infptrace.c (udot_info): Change type of udot_off to long. Use
11707 paddr when printing udot_off's value.
11708
49fa1dc2
DC
117092003-02-24 David Carlton <carlton@math.stanford.edu>
11710
11711 * symtab.c (make_symbol_overload_list): Only read in partial
11712 symtabs containing a matching partial symbol.
11713
0fe19209
DC
117142003-02-24 David Carlton <carlton@math.stanford.edu>
11715
11716 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11717 do the comparison, not strcmp.
11718 * symfile.c (compare_psymbols): Ditto.
11719 * defs.h: Declare strcmp_iw_ordered.
11720 * utils.c (strcmp_iw_ordered): New function.
11721
8e3ee7b5
JB
117222003-02-24 Jim Blandy <jimb@redhat.com>
11723
11724 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11725 support, shared libs): Remove my name from here, to better reflect
11726 reality.
11727
7df1a324
KW
117282003-02-24 Kris Warkentin <kewarken@qnx.com>
11729
11730 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11731 (target_ops): Add to_have_continuable_watchpoint.
11732 * target.c (update_current_target): Add INHERIT line for
11733 to_have_continuable_watchpoint.
11734 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11735 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11736 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11737 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11738
d1c76907
EZ
117392003-02-24 Elena Zannoni <ezannoni@redhat.com>
11740
11741 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11742 maintainership.
11743
2610b0bf
KW
117442003-02-24 Kris Warkentin <kewarken@qnx.com>
11745
f46169db
KW
11746 * solib.c (solib_open): Call target defined search function after
11747 failing with solib-search-path.
11748 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11749 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 11750
9a3c34fe
KW
117512003-02-24 Kris Warkentin <kewarken@qnx.com>
11752
f46169db 11753 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 11754
2417dd25
SC
117552003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11756
11757 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11758
b631436b
SC
117592003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11760
11761 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11762 (m68hc11_add_reggroups): New function.
11763 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11764 (m68hc11_gdbarch_init): Install the reggroups.
11765 (_initialize_m68hc11_tdep): Initialize them.
11766
0aa8c1e4
JW
117672003-02-21 James E Wilson <wilson@tuliptree.org>
11768
11769 * MAINTAINERS: Update my email address.
11770
50ceaba5
DC
117712003-02-21 David Carlton <carlton@math.stanford.edu>
11772
11773 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11774
4c2df51b
DJ
117752003-02-21 Daniel Jacobowitz <drow@mvista.com>
11776
11777 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11778 * symtab.h: Add opaque declarations of struct axs_value and
11779 struct agent_expr.
11780 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11781 (struct location_funcs): New type.
11782 (struct symbol): Add "loc" to aux_value.
11783 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11784 * dwarf2read.c: Include "dwarf2expr.h".
11785 (dwarf2_symbol_mark_computed): New function.
11786 (read_func_scope): Use it.
11787 (var_decode_location): New function.
11788 (new_symbol): Use it.
11789 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11790
11791 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11792 (dwarf2expr_h, dwarf2loc_h): New variables.
11793 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11794 (dwarf2expr.o, dwarf2loc.o): New rules.
11795 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11796 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11797 LOC_COMPUTED_ARG.
11798 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11799 * m2-exp.y (yylex): Likewise.
11800 * printcmd.c (address_info, print_frame_args): Likewise.
11801 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11802 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11803 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11804 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11805 * symtab.c (lookup_block_symbol): Likewise.
11806
5784d15e
AF
118072003-02-20 Adam Fedor <fedor@gnu.org>
11808
11809 * symtab.h: Remove objc_specific struct
11810 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11811 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11812 Have language_objc use cplus_specific struct.
11813
d4cad8db
TT
118142003-02-20 Tom Tromey <tromey@redhat.com>
11815
11816 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11817 TYPE_NAME, when printing a String value. PR java/1075.
11818
2f9a90b4
AF
118192003-02-20 Adam Fedor <fedor@gnu.org>
11820
d38074a8 11821 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 11822 * objc-lang.c (find_methods): Make static.
2f9a90b4 11823
6f17862b
CF
118242003-02-20 Christopher Faylor <cgf@redhat.com>
11825
11826 * win32-nat.c (get_image_name): Check return value from
11827 ReadProcessMemory.
11828 (child_xfer_memory): Ditto.
11829
715d1656
AO
118302003-02-20 Alexandre Oliva <aoliva@redhat.com>
11831
11832 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11833 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11834 '${exec_prefix}' (in addition to the expansion thereof) as
11835 relocatable.
11836 * configure: Rebuilt.
11837
b1262a02
DC
118382003-02-20 David Carlton <carlton@math.stanford.edu>
11839
11840 * symtab.c (search_symbols): Revert the search_symbols part of my
11841 2002-12-23 patch. Add comment.
11842
7134143f
DJ
118432002-02-20 Daniel Jacobowitz <drow@mvista.com>
11844
11845 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11846 * dbxread.c (elfstab_build_psymtabs): Don't call
11847 install_minimal_symbols.
11848 (stabsect_build_psymtabs): Likewise.
11849 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11850 earlier.
11851 * somread.c (som_symfile_read): Call install_minimal_symbols
11852 and do_cleanups earlier.
11853 * nlmread.c (nlm_symfile_read): Likewise.
11854 * mdebugread.c (elfmdebug_build_psymtabs): Call
11855 install_minimal_symbols and make appropriate cleanups.
11856
cf466558
KB
118572003-02-20 Kevin Buettner <kevinb@redhat.com>
11858
11859 * solib.c (reload_shared_libraries): New function.
11860 (_initialize_solib): Add callbacks for ``set solib-search-path''
11861 and ``set solib-absolute-prefix''.
11862
de5ad195
DC
118632003-02-20 David Carlton <carlton@math.stanford.edu>
11864
11865 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11866 expand comment.
11867 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11868 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11869 * ada-typeprint.c (ada_typedef_print): Ditto.
11870 * ax-gdb.c (gen_var_ref): Ditto.
11871 * breakpoint.c (print_one_breakpoint): Ditto.
11872 * buildsym.c (finish_block): Ditto.
11873 * c-valprint.c (c_val_print): Ditto.
11874 * expprint.c (print_subexp): Ditto.
11875 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
11876 * infcmd.c (jump_command): Ditto.
11877 * linespec.c (decode_line_2, decode_compound): Ditto.
11878 * maint.c (maintenance_translate_address): Ditto.
11879 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
11880 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11881 Ditto.
8ffd9b1b
AJ
11882 * p-valprint.c (pascal_val_print): Ditto.
11883 * stabsread.c (define_symbol): Ditto.
de5ad195 11884 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
11885 (print_frame_arg_vars, return_command): Ditto.
11886 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11887 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
11888 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11889 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
11890 (rbreak_command): Ditto.
11891 * tracepoint.c (tracepoints_info): Ditto.
11892 * typeprint.c (typedef_print): Ditto.
11893 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
11894 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11895 * ada-typeprint.c: Update Copyright.
11896 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11897 * tracepoint.c, cli/cli-cmds.c: Ditto.
11898
f796e4be
KB
118992003-02-20 Kevin Buettner <kevinb@redhat.com>
11900
11901 * frame.c (generic_unwind_get_saved_register): Make non-static.
11902 * frame.h (generic_unwind_get_saved_register): Declare.
11903 * mips-tdep.c (read_next_frame_reg): Fetch register from
11904 current regcache when frame is NULL.
11905 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11906 that must be NULL.
11907 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11908 instead of frame_register_unwind().
11909
836cc9f4
AC
119102003-02-20 Andrew Cagney <ac131313@redhat.com>
11911
11912 * remote-sim.c (gdbsim_insert_breakpoint)
11913 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11914 code.
11915
501eef12
AC
119162003-02-20 Andrew Cagney <ac131313@redhat.com>
11917
11918 * remote.c (_initialize_remote): Add commands "set/show remote
11919 hardware-watchpoint-limit" and "set/show remote
11920 hardware-breakpoint-limit".
11921 (remote_hw_watchpoint_limit): Initialize to -1.
11922 (remote_hw_breakpoint_limit): Ditto.
11923 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11924
1b6bc7e0
CF
119252003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11926
11927 * coff-pe-read.c: New file - support reading of minimal symbols from a
11928 portable executable using the export table.
11929 * coff-pe-read.h: New file.
11930 * coffread.c: Include coff-pe-read.h.
11931 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11932 debugging symbols found.
11933 * Makefile.in (SFILES): Add coff-pe-read.o.
11934 (coff_pe_read_h): Define.
11935 (COMMON_OBS): Add coff-pe-read.o.
11936 (coffread.o): Add coff_pe_read_h dependency.
11937 (coff-pe-read.o): New target.
11938
fe898f56
DC
119392003-02-19 David Carlton <carlton@math.stanford.edu>
11940
11941 * Makefile.in (SFILES): Add block.c.
11942 (block_h): New.
11943 (COMMON_OBS): Add block.o.
11944 (block.o): New.
11945 (x86-64-tdep.o): Add $(block_h).
11946 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11947 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11948 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11949 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11950 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11951 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11952 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11953 * value.h: Add opaque declaration for struct block.
11954 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11955 * ada-lang.h: Ditto.
11956 * x86-64-tdep.c: #include "block.h"
11957 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11958 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11959 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11960 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11961 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11962 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11963 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11964 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11965 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11966 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11967 * symtab.c (block_function): Ditto.
11968 (contained_in): Ditto.
11969 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11970 block.h. Add opaque declaration for struct block.
11971 * symtab.h: Move block_function and contained_in declarations to
11972 block.h. Add opaque declarations for struct block, struct
11973 blockvector.
11974 (struct block): Move to block.h.
11975 (struct blockvector): Ditto.
11976 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11977 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11978 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11979 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11980 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11981 Ditto.
11982 * block.c: New file.
11983 * block.h: New file.
11984
173345b5
TR
119852003-02-19 Theodore A. Roth <troth@openavr.org>
11986
11987 * avr-tdep.c (avr_extract_return_value): Remove function.
11988 (avr_store_return_value): Remove function.
11989 (avr_extract_struct_value_address): Remove function.
11990 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11991
338ef23d
AC
119922003-02-19 Andrew Cagney <ac131313@redhat.com>
11993
11994 * rs6000-tdep.c: Include "gdb_assert.h".
11995 (registers_e500): Add "acc" and "spefscr".
11996 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11997 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11998 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11999 really is "r0".
12000 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12001
5412f5f3
KS
120022003-02-18 Keith Seitz <keiths@redhat.com>
12003
12004 * Makefile.in: Add gdbtk-interps.c.
12005
881324eb
KB
120062003-02-18 Kevin Buettner <kevinb@redhat.com>
12007
12008 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12009 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12010
6a2f5abf
AC
120112003-02-18 Andrew Cagney <cagney@redhat.com>
12012
12013 * symtab.h (struct objfile): Add opaque declaration.
12014
54c7009d
EZ
120152003-02-18 Elena Zannoni <ezannoni@redhat.com>
12016
12017 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
12018 * dbxread.c (process_one_symbol): Use last_function_start rather
12019 than function_start_offset to find the real beginning of the
12020 current function. The latter is just the text section offset on
12021 some systems, the former is always the real function start.
54c7009d 12022
7ee6d7eb
AC
120232003-02-17 Andrew Cagney <cagney@redhat.com>
12024
12025 * configure.in: Revert ${target} != ${host}.
12026
2846da9b
AC
120272003-02-17 Andrew Cagney <ac131313@redhat.com>
12028
12029 * configure.in (Makefile): Use the test ${target} != ${host},
12030 instead of the absence of the "nm.h" file, to determine of the
12031 configuration non-native.
12032 * configure: Regenerate.
8ffd9b1b 12033
3b27aeea
EZ
120342003-02-14 Elena Zannoni <ezannoni@redhat.com>
12035
fbe586ae 12036 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
12037
12038 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12039 conditionalize tui_active test.
12040 (lookup_cmd_1): Ditto.
12041
b0b1c2c0
MK
120422003-02-14 Mark Kettenis <kettenis@gnu.org>
12043
12044 * configure.in: Add check for _etext.
12045 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12046 available.
12047 * config.in, configure: regenerated.
12048
8f05cde5
DJ
120492003-02-14 Daniel Jacobowitz <drow@mvista.com>
12050
12051 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12052
021e7609
AC
120532003-02-14 Andrew Cagney <ac131313@redhat.com>
12054
12055 * main.c (tui_version): Delete variable.
12056 (captured_main): When --tui, set interpreter_p to "tui" instead of
12057 enabling tui_version.
12058 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12059 tui_version.
12060 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12061 * cli/cli-cmds.c (disassemble_command): Ditto.
12062 * defs.h (tui_version): Delete declaration.
12063 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12064 (tui-interp.o): Add rules.
12065 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12066
e325dcec
CF
120672003-02-14 Christopher Faylor <cgf@redhat.com>
12068
36ffb041 12069 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
12070 just-loaded dll.
12071
c4f90d87
JM
120722003-02-12 Jason Molenda (jmolenda@apple.com)
12073
fbe586ae
RH
12074 * symmisc.c (print_objfile_statistics): Include information about
12075 the number of psymtabs and symtabs in each object file.
c4f90d87 12076
e46e5ccd
KS
120772003-02-13 Keith R Seitz <keiths@redhat.com>
12078
12079 * main.h (struct captured_main_args): Add interpreter_p.
12080 * main.c (captured_main): Initialize interpreter_p from context.
12081 * gdb.c (main): Set interpreter_p argument.
12082 * Makefile.in (gdb.o): Add dependency for interps.h.
12083
fe97fe9c
AC
120842003-02-12 Andrew Cagney <ac131313@redhat.com>
12085
12086 * event-top.c (cli_command_loop): Delete declaration.
12087 (_initialize_event_loop): Delete function setting event_loop_hook.
12088 * event-top.h (cli_command_loop): Declare. Update copyright.
12089 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12090 * interps.c (current_interp_command_loop): When event_loop_p, call
12091 cli_command_loop.
12092
1cdac4ef
AC
120932003-02-12 Andrew Cagney <ac131313@redhat.com>
12094
12095 * interps.h (interp_command_loop_ftype): Change return type to
12096 void.
12097
48037ead
ML
120982003-02-12 Michal Ludvig <mludvig@suse.cz>
12099
12100 * x86-64-tdep.c (x86_64_extract_return_value)
12101 (x86_64_store_return_value): Use regcache instead of regbuf.
12102 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12103 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12104
033afc63
AC
121052003-02-11 Andrew Cagney <ac131313@redhat.com>
12106
12107 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12108 * aclocal.m4: Regenerate.
12109 * configure: Regenerate.
12110
12111 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12112 TCL_LD_SEARCH_FLAGS.
12113
40d02bca
ML
121142003-02-10 Michal Ludvig <mludvig@suse.cz>
12115
12116 * dwarf2cfi.c: Reindented.
12117
11308a41
AC
121182003-02-09 Andrew Cagney <ac131313@redhat.com>
12119
12120 * interps.c (clear_interpreter_hooks): Convert function definition
12121 to ISO C.
12122
e1c1c0f6
DC
121232003-02-07 David Carlton <carlton@math.stanford.edu>
12124
12125 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12126
ab5d3da6
KB
121272003-02-07 Kevin Buettner <kevinb@redhat.com>
12128
12129 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12130 (struct type): ...to here.
12131 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12132 field.
12133 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12134 (replace_type): Set length on all type variants for a given type.
12135
b8a92b82
AC
121362003-02-07 Andrew Cagney <ac131313@redhat.com>
12137
12138 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12139 <sys/stat.h>.
12140 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 12141
5cb316ef
AC
121422003-02-06 Andrew Cagney <ac131313@redhat.com>
12143
2555fe1a
AC
12144 * Makefile.in (symm-nat.o): Update dependencies.
12145 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12146 (lynx-nat.o, ia64-linux-nat.): Ditto.
12147 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12148 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12149 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12150
44270758
AC
12151 * Makefile.in (inflow_h): Define.
12152 (procfs.o, inflow.o, procfs.o): Update dependencies.
12153 * inftarg.c (child_stop): Delete extern declaration of
12154 inferior_process_group. Include "inflow.h".
12155 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12156 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12157 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12158 (our_process_group, inferior_process_group): Extern declarations.
12159
df8f7274
AC
12160 * procfs.c: Include "gdb_assert.h".
12161
5cb316ef
AC
12162 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12163 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12164 * jv-typeprint.c (java_type_print_base): Ditto.
12165 * typeprint.c (typedef_print): Eliminate STREQ.
12166 * cli/cli-script.c (define_command, define_command): Ditto.
12167 * main.c (captured_main): Ditto.
12168 * values.c (lookup_internalvar): Ditto.
12169 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12170 within `if' conditional.
12171 * linespec.c (decode_line_2): Ditto.
12172 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12173 (bfd_openw_with_cleanup): Ditto.
12174
2a28ccea
MK
121752003-02-07 Mark Kettenis <kettenis@gnu.org>
12176
12177 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12178 legacy_extract_return_value and store_return_value to
12179 legacy_return_value.
12180
786b8124
CF
121812003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12182
12183 * win32-nat.c (get_relocated_section_addrs): New function. Find
12184 section load addresses for symbol handling in relocated DLLs.
12185 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12186
b871e4ec
FF
121872003-02-05 Fred Fish <fnf@intrinsity.com>
12188
12189 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12190 '=' and '!='.
12191 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12192 with '&' and '=='.
12193 (angel_RDI_info): Ditto.
12194 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12195 with '&' and '!='.
12196 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 12197
4389a95a 121982003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
12199 Keith Seitz <keiths@redhat.com>
12200 Elena Zannoni <ezannoni@redhat.com>
12201 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
12202
12203 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12204 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12205 (SUBDIR_MI_OBS): Add "mi-interp.o".
12206 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12207 (SFILES): Add "interps.c".
12208 (COMMON_OBS): Add "interps.o".
12209 (interps_h, mi_main_h): Define.
12210 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12211 (mi-main.o, main.o, event-top.o): Update dependencies.
12212 * cli/cli-interp.c: New file.
12213 * interps.h, interps.c: New files.
12214 * top.c: (gdb_init): Don't install the default interpreter, handed
12215 by captured_main.
12216 * main.c: Include "interps.h".
12217 (interpreter_p): Note that it should malloc'ed.
12218 (captured_command_loop): Call current_interp_command_loop.
12219 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12220 xfree and xstrdup when updating interpreter_p. Install the
12221 default interpreter. Add hack to stop mi1's copyright notice
12222 being encoded.
12223 * event-top.h (gdb_setup_readline): Declare.
12224 (gdb_disable_readline): Declare.
12225 * event-top.c: Include "interps.h".
12226 (display_gdb_prompt): Call current_interp_display_prompt_p.
12227 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12228 gdb_stdlog, and gdb_stdtarg.
12229 (_initialize_event_loop): Don't call gdb_setup_readline.
12230 * cli-out.c (cli_out_set_stream): New function.
12231 * cli-out.h (cli_out_set_stream): Declare.
12232
ff3b5810
MK
122332003-02-06 Mark Kettenis <kettenis@gnu.org>
12234
12235 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12236 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12237 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12238 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12239 config/i386/i386v42mp.mt: Removed.
12240
5b729aa5
MK
122412003-02-05 Mark Kettenis <kettenis@gnu.org>
12242
12243 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12244 GDB_OSABI_SOLARIS.
12245
8cc15142
MC
122462003-02-05 Michael Chastain <mec@shout.net>
12247
12248 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12249 2.12.1 and earlier versions.
12250
5aa5d4b9
AC
122512003-02-05 Andrew Cagney <ac131313@redhat.com>
12252
12253 Remove orphaned hosts, targets and files.
12254 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12255 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12256 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12257 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12258 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12259 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12260 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12261 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12262 * config/sparc/tm-sp64sim.h: Delete.
12263 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12264 hosts.
12265 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12266 mips*-dec-mach3* targets.
12267
b68767c1
MC
122682003-02-04 Michael Chastain <mec@shout.net>
12269
12270 * NEWS: Fix typo: sepcifying -> specifying.
12271
5ae7ca1d
MC
122722003-02-04 Michael Chastain <mec@shout.net>
12273
12274 * dwarfread.c: Add documentation on the state of dwarf-1,
12275 looking towards obsoletion.
12276
d08a4280
MC
122772003-02-03 Michael Chastain <mec@shout.net>
12278
12279 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12280 gdb/testsuite/gdb.c++/pr-1023.exp.
12281
e9be73e4
AC
122822003-02-04 Andrew Cagney <ac131313@redhat.com>
12283
12284 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12285 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12286
12287 * utils.c (init_page_info): Delete reference to MPW in comments.
12288 * main.c (captured_main): Delete #ifdef MPW.
12289
05d57f6f
AC
122902003-02-04 Andrew Cagney <ac131313@redhat.com>
12291
8ffd9b1b 12292 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
12293 * monitor.c (monitor_expect): Obsolete reference to m32r.
12294 * configure.tgt: Mark m32r-*-elf* as obsolete.
12295 * MAINTAINERS: Mark m32k as obsolete.
12296 * m32r-rom.c: Obsolete file.
12297 * config/m32r/m32r.mt: Obsolete file.
12298 * config/m32r/tm-m32r.h: Obsolete file.
12299 * m32r-stub.c: Obsolete file.
12300 * m32r-tdep.c: Obsolete file.
12301
8b0e5691
AC
123022003-02-04 Andrew Cagney <ac131313@redhat.com>
12303
12304 * NEWS: Mention that the z8k-zilog-none is obsolete.
12305 * MAINTAINERS: Mark z8k as obsolete.
12306 * configure.tgt: Obsolete the z8k-*-coff* target.
12307 * config/z8k/z8k.mt: Obsolete file.
12308 * config/z8k/tm-z8k.h: Obsolete file.
12309 * z8k-tdep.c: Obsolete file.
12310
67f16606
AC
123112003-02-04 Andrew Cagney <ac131313@redhat.com>
12312
12313 * NEWS: Mention that the mn10200-elf is obsolete.
12314 * configure.tgt: Obsolete mn10200-*-* target.
12315 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12316 mention that the mn10200 is obsolete.
12317 * breakpoint.h: Ditto.
12318 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12319 * config/mn10200/mn10200.mt: Obsolete file.
12320 * config/mn10200/tm-mn10200.h: Obsolete file.
12321 * mn10200-tdep.c: Obsolete file.
12322
fd2299bd
AC
123232003-02-04 Andrew Cagney <ac131313@redhat.com>
12324
12325 * MAINTAINERS: Mark h8500 as obsolete.
12326 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12327 * findvar.c (value_from_register): Ditto.
12328 * h8500-tdep.c: Mark file as obsolete.
12329 * config/h8500/h8500.mt: Ditto.
12330 * config/h8500/tm-h8500.h: Ditto.
12331 * NEWS: Mention that h8500 is obsolete.
12332
eb9a305d
DC
123332003-02-04 David Carlton <carlton@math.stanford.edu>
12334
12335 * objfiles.c (allocate_objfile): Always set name. Add comment at
12336 start of function.
12337 * jv-lang.c (get_dynamics_objfile): Add comment.
12338
406fc7fb
DC
123392003-02-04 David Carlton <carlton@math.stanford.edu>
12340
12341 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12342 * printcmd.c (build_address_symbolic): Replace uses of
12343 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12344 SYMBOL_NAME, and asm_demangle.
12345 Update copyright.
12346
93d91629
DC
123472003-02-04 David Carlton <carlton@math.stanford.edu>
12348
12349 * linespec.c (decode_compound): Extract code into
12350 lookup_prefix_sym.
12351 (lookup_prefix_sym): New function.
12352
1c5cb38e
DC
123532003-02-04 David Carlton <carlton@math.stanford.edu>
12354
12355 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12356 FLOAT_COERCION_BADNESS.
12357 * gdbtypes.c (rank_one_type): Replace all uses of
12358 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12359
0cf824c9
JB
123602003-02-04 Jim Blandy <jimb@redhat.com>
12361
12362 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12363 section, let dwarf_macinfo_section point to it, not
12364 dwarf_loc_section.
12365
a2d356b0
DJ
123662003-02-04 Daniel Jacobowitz <drow@mvista.com>
12367
12368 Pointed out by Anton Blanchard <anton@samba.org>.
12369 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12370 (ppc_linux_at_sigtramp_return_path): Use it.
12371
2de7ced7
DJ
123722003-02-04 Daniel Jacobowitz <drow@mvista.com>
12373
12374 * defs.h (streq): Add prototype.
12375 * utils.c (streq): New function.
12376
12377 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12378 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12379 * mdebugread.c (new_symbol): Likewise.
12380 * stabsread.c (define_symbol): Likewise.
12381 * coffread.c (process_coff_symbol): Likewise.
12382 * dwarfread.c (new_symbol): Likewise.
12383
12384 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12385 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12386 here.
12387 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12388 SYMBOL_INIT_DEMANGLED_NAME.
12389 * objfiles.c: Include "hashtab.h".
12390 (allocate_objfile): Call htab_set_functions_ex for the
12391 demangled_names_hash.
12392 (free_objfile): Call htab_delete for the demangled_names_hash.
12393 * objfiles.h (struct htab): Add declaration.
12394 (struct objfile): Add demangled_names_hash.
12395 * symfile.c: Include "hashtab.h".
12396 (reread_symbols): Call htab_delete for the demangled_names_hash.
12397 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12398 SYMBOL_NAME in the bcache.
12399 * symtab.c: Include "hashtab.h". Update comments.
12400 (create_demangled_names_hash, symbol_set_names): New functions.
12401 (symbol_find_demangled_name): New function, broken out from
12402 symbol_init_demangled_names.
12403 (symbol_init_demangled_names): Use it.
12404 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12405 (SYMBOL_SET_NAMES): New macro.
12406 (symbol_set_names): Add prototype.
12407
15831452
JB
124082003-02-03 Jim Blandy <jimb@redhat.com>
12409
12410 Use a single, consistent representation for an empty minimal
12411 symbol table in an objfile.
12412 * objfiles.c (terminate_minimal_symbol_table): New function.
12413 (allocate_objfile): Call it.
12414 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12415 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 12416 non-NULL.
15831452
JB
12417 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12418 objfile has minimal symbols, compare minimal_symbol_count to zero,
12419 instead of comparing msymbols with NULL.
12420 * objfiles.c (have_minimal_symbols): Same.
12421 * solib-sunos.c (solib_add_common_symbols): Call
12422 terminate_minimal_symbol_table.
12423 * symfile.c (reread_symbols): Same.
8ffd9b1b 12424
ffc65945
KB
124252003-02-03 Kevin Buettner <kevinb@redhat.com>
12426
12427 * s390-tdep.c (s390_address_class_type_flags)
12428 (s390_address_class_type_flags_to_name)
12429 (s390_address_class_name_to_type_flags): New functions.
12430 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12431 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12432
f211c6d4
MS
124332003-02-03 Michael Snyder <msnyder@redhat.com>
12434
12435 * arm-tdep.c: Fix spell-o in comment.
12436
659b0389
ML
124372003-02-03 Michal Ludvig <mludvig@suse.cz>
12438
12439 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12440 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 12441 error messages to contain BFD filename.
659b0389 12442
3b31d625
EZ
124432003-02-02 Elena Zannoni <ezannoni@redhat.com>
12444
997b089a 12445 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
12446 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12447 (do_mixed_source_and_assembly): Use
12448 make_cleanup_ui_out_tuple_begin_end and
12449 make_cleanup_ui_out_tuple_begin_end.
12450 (do_mixed_source_and_assembly): Ditto.
12451 * thread.c (do_captured_list_thread_ids): Ditto.
12452 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12453 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12454 ui_out_tuple_end): Delete prototypes.
12455 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12456 ui_out_list_end, ui_out_tuple_end): Delete.
12457
12458 From Kevin Buettner <kevinb@redhat.com>:
12459 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
12460 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12461 (do_cleanup_table_end): New functions.
12462 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12463 Use cleanups to invoke_ui_out_tuple_end().
12464 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
12465 * cli/cli-setshow.c (cmd_show_list): Use
12466 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 12467
5b181d62
AC
124682003-02-02 Andrew Cagney <ac131313@redhat.com>
12469
12470 * frame.c (frame_unwind_register): New function.
12471 (frame_unwind_unsigned_register): Use.
12472 (frame_unwind_signed_register): Use.
12473 (frame_read_register): New function.
12474 * frame.h (frame_unwind_register): Declare.
12475 (frame_read_register): Declare.
12476
12477 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12478 and frame_unwind_register instead of read_memory, write_register
12479 and deprecated_write_register_bytes.
12480
5f601589
AC
124812003-02-02 Andrew Cagney <ac131313@redhat.com>
12482
12483 * frame.h: Note that namelen can be negative.
12484 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12485 NAME's length.
12486
12487 * NEWS: Mention that the d10v's `regs' command is deprecated.
12488 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12489 (d10v_print_registers_info): New function.
12490 (show_regs): Call d10v_print_registers_info.
12491 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12492
6a3fe0a4
MK
124932003-02-02 Mark Kettenis <kettenis@gnu.org>
12494
12495 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12496 lost in the previous patch.
12497
075559bc
AC
124982003-02-01 Andrew Cagney <ac131313@redhat.com>
12499
12500 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
12501 * stack.c (print_frame_info_base): Output complete FRAME tuple
12502 for synthesized frames.
075559bc 12503
6789195b
AC
125042003-02-02 Andrew Cagney <ac131313@redhat.com>
12505
12506 * mips-nat.c (zerobuf): Delete.
12507 (fetch_inferior_registers): Alloc local zerobuf.
12508 (fetch_core_registers): Alloc local zerobuf.
12509 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12510 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12511 * thread-db.c (thread_db_store_registers): Ditto.
12512 * sh-tdep.c (sh_do_register): Ditto.
12513 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12514 * remote-sim.c (gdbsim_store_register): Ditto.
12515 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12516 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12517 * monitor.c (monitor_supply_register): Ditto.
12518 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12519 * mips-nat.c (fetch_inferior_registers): Ditto.
12520 * m68klinux-nat.c (fetch_register): Ditto.
12521 * lynx-nat.c (fetch_inferior_registers): Ditto.
12522 (fetch_inferior_registers): Ditto.
12523 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12524 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12525 (hpux_thread_store_registers): Ditto.
12526 * hppah-nat.c (fetch_register): Ditto.
12527 * hppab-nat.c (fetch_register): Ditto.
12528 * hppa-tdep.c (pa_register_look_aside): Ditto.
12529 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12530 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12531
e669114a
AC
125322003-02-01 Andrew Cagney <ac131313@redhat.com>
12533
12534 * gdbarch.sh: Explictly specify all method levels. When a
12535 variable with an empty level, provide a non-multi-arch default.
12536 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12537 * gdbarch.h: Re-generate.
12538 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12539 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12540
9a043c1d
AC
125412003-02-01 Andrew Cagney <ac131313@redhat.com>
12542
12543 * defs.h (host_pointer_to_address): Delete declaration.
12544 (address_to_host_pointer): Delete declaration.
12545 * utils.c (host_pointer_to_address): Delete function.
12546 (address_to_host_pointer): Delete function.
12547 * procfs.c (procfs_address_to_host_pointer): New function.
12548 * procfs.c (proc_set_watchpoint): Use.
12549 (procfs_can_use_hw_breakpoint): Update comments.
12550 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12551 (som_solib_add): Use.
12552 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12553 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 12554
7ca9f392
AC
125552003-02-01 Andrew Cagney <ac131313@redhat.com>
12556
94bbfd30
AC
12557 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12558 strlen d_name.
12559
7ca9f392
AC
12560 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12561 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12562 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12563 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12564 (define_symbol): Update.
12565 * symfile.c (generic_load): Remove references to nindy.
12566 * symtab.c: Remove references to nindy.
12567
31a85ea2
AC
125682003-02-01 Andrew Cagney <ac131313@redhat.com>
12569
12570 * infcmd.c (print_float_info): Delete code conditional on
12571 FLOAT_INFO.
12572 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12573 * config/m68k/nm-apollo68b.h: Ditto.
12574 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12575 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12576 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12577
f6e85fc8
MK
125782003-02-01 Mark Kettenis <kettenis@gnu.org>
12579
6015b6a0
MK
12580 * config/i386/tm-i386os9k.h: Removed.
12581
f7a30bdf
MK
12582 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12583 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12584 they're identical to i[3456]86-*-sysv* now.
12585 * config/i386/i386v32.mh: Removed.
12586 * config/i386/xm-i386v32.h: Removed.
12587 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12588
28d52111
MK
12589 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12590
4d3f6bce
MK
12591 * config/i386/i386dgux.mh: Removed.
12592 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12593
f6e85fc8
MK
12594 * configure.in: Fix typo.
12595 * configure: Regenerated.
12596
53955967
DC
125972003-01-31 David Carlton <carlton@math.stanford.edu>
12598
12599 * dwarf2read.c (dwarf2_locate_sections): Set
12600 dwarf_ranges_section.
12601
b1364885
AC
126022003-01-31 Andrew Cagney <ac131313@redhat.com>
12603
8dbb1c65
AC
12604 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12605 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 12606
8731e58e
AC
12607 * utils.c: Re-indent.
12608
b1364885
AC
12609 * config/djgpp/fnchange.lst: Delete nindy files.
12610 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12611 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12612 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12613 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12614 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12615 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12616 * Makefile.in (init.c): Remove nindy references.
12617 (saber_gdb): Delete rule.
12618 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12619 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12620 and a68v-nat.c.
12621 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12622 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12623 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12624 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12625 nindy-share/stop.h.
12626 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12627 * saber.suppress: Delete file.
12628
086df311
DJ
126292003-01-31 Daniel Jacobowitz <drow@mvista.com>
12630
12631 * dbxread.c (stabs_data): New static variable.
12632 (fill_symbuf): Support an in-memory buffer for stabs data.
12633 (stabs_seek): New function.
12634 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12635 (read_ofile_symtab): Use stabs_seek.
12636 (elfstab_build_psymtabs): Take an asection* instead of
12637 an offset and size. Relocate the stabs data if necessary.
12638 Save the section* for dbx_psymtab_to_symtab.
12639 * dwarf2read.c: Add section variables for each debug section.
12640 (dwarf2_locate_sections): Fill them in.
12641 (dwarf2_read_section): Take an asection* argument.
12642 Relocate the section contents if necessary.
12643 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12644 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12645 it to dwarf2_read_section.
12646 (dwarf2_build_frame_info): Update callers.
12647 * elfread.c (elf_symfile_read): Update call to
12648 elfstab_build_psymtabs.
12649 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12650 (DBX_STAB_SECTION): New macro.
8ffd9b1b 12651 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
12652 * symfile.c (symfile_dummy_outputs): New function.
12653 (symfile_relocate_debug_section): New function.
12654 * symfile.h (symfile_relocate_debug_section): Add prototype.
12655
87d1b352
RH
126562003-01-31 Richard Henderson <rth@redhat.com>
12657
12658 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12659 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12660 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12661 * alpha-tdep.c (alpha_register_name): Add "unique".
12662 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12663 (ALPHA_UNIQUE_REGNUM): New.
12664 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12665
c48861fb
AC
126662003-01-31 Andrew Cagney <ac131313@redhat.com>
12667
12668 * README: Remove reference to Ericsson 1800 monitor.
12669 * Makefile.in (remote-es.o): Delete rule.
12670 (ALLDEPFILES): Delete remote-es.c.
12671 * remote-es.c: Delete file.
12672 * config/m68k/es1800.mt: Delete file.
12673 * config/djgpp/fnchange.lst: Update.
12674 * configure.tgt: Delete m68*-ericsson-* target.
12675
d764a824
AF
126762003-01-31 Adam Fedor <fedor@gnu.org>
12677
12678 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12679 Remove duplicate/shadowing variable of same name.
12680
fe36c4f4
JB
126812003-01-30 Jim Blandy <jimb@redhat.com>
12682
12683 * symfile.c (find_separate_debug_file): Assert that the objfile's
12684 directory name we compute ends with a slash, and then assume that
12685 that's so everywhere we use it.
12686
cb741690
DJ
126872003-01-30 Daniel Jacobowitz <drow@mvista.com>
12688
12689 * valops.c (value_assign): Flush frame cache after stores to memory
12690 also.
12691
96ee5227
AC
126922003-01-30 Andrew Cagney <ac131313@redhat.com>
12693
12694 * Makefile.in (mon960-rom.o): Delete rule.
12695 * mon960-rom.c: Delete file.
12696
7f6104a9
AC
126972003-01-30 Andrew Cagney <ac131313@redhat.com>
12698
12699 * d10v-tdep.c: Include "frame-unwind.h".
12700 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12701 list.
12702 (next_addr, uses_frame): Delete.
12703 (struct d10v_unwind_cache): Define.
12704 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12705 Use info instead of next_addr and uses_frame globals.
12706 (d10v_frame_init_saved_regs): Delete function.
12707 (d10v_init_extra_frame_info): Delete function.
12708 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12709 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12710 init_frame_pc or frame_saved_pc.
12711 (d10v_pop_frame): Delete function.
12712 (do_d10v_pop_frame): Delete function.
12713 (d10v_frame_chain): Delete function.
12714 (d10v_frame_chain_valid): Delete function.
12715 (d10v_frame_pc_unwind): New function.
12716 (d10v_frame_id_unwind): New function.
12717 (saved_regs_unwinder): New function.
12718 (d10v_frame_register_unwind): New function.
12719 (d10v_frame_pop): New function.
12720 (d10v_frame_unwind): New variable.
12721 (d10v_frame_p): New function.
12722 (d10v_frame_saved_pc): Delete function.
12723 * Makefile.in (d10v-tdep.o): Update dependencies.
12724
cad2e848
JB
127252003-01-30 J. Brobecker <brobecker@gnat.com>
12726
12727 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12728 causing some regressions due to a change in the default value
12729 for this macro.
12730
af34e669
DJ
127312003-01-29 Richard Henderson <rth@redhat.com>
12732 Elena Zannoni <ezannoni@redhat.com>
12733 Daniel Jacobowitz <drow@mvista.com>
12734
12735 Fix PR gdb/961.
8ffd9b1b 12736 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
12737 variables.
12738 (RANGES_SECTION): New.
12739 (dwarf_ranges_buffer): New variable.
12740 (struct comp_unit_head): Add member "die".
12741 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12742 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12743 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12744 (dwarf2_locate_sections): Likewise.
12745 (dwarf2_build_psymtabs): Read .debug_ranges.
12746 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12747 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12748 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12749 Look for DW_AT_ranges and return the bounding box.
12750
baa93fa6
CF
127512003-01-29 Brian Ford <ford@vss.fsi.com>
12752
12753 * win32-nat.c (cygwin_pid): Removed as unused.
12754 (child_attach): Try fall back to Cygwin pid.
12755
c63f977f
JB
127562003-01-29 Jim Blandy <jimb@redhat.com>
12757
12758 * objfiles.h (struct objfile): Doc fix.
12759
d62d1979
AC
127602003-01-29 Andrew Cagney <ac131313@redhat.com>
12761
12762 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12763 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12764 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12765 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12766 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12767 (FRAME_SAVED_PC): Change to a function with predicate.
12768 * gdbarch.h, gdbarch.c: Re-generate.
12769
1ae18a04
AC
127702003-01-28 Andrew Cagney <ac131313@redhat.com>
12771
52287340
AC
12772 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12773
1ae18a04
AC
12774 * complaints.c (complain): Delete function.
12775 * complaints.h (struct deprecated_complaint): Delete definition.
12776 (complain): Delete declaration.
12777
f2c16bd6
KB
127782003-01-28 Kevin Buettner <kevinb@redhat.com>
12779
12780 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12781 dummy frames.
12782
a94dd1fd
AC
127832003-01-27 Andrew Cagney <ac131313@redhat.com>
12784
12785 * sentinel-frame.h, sentinel-frame.c: New files.
12786 * Makefile.in (frame.o): Update dependencies.
12787 (SFILES): Add sentinel-frame.c.
12788 (sentinel_frame_h): Define.
12789 (COMMON_OBS): Add sentinel-frame.o.
12790 (sentinel-frame.o): Specify dependencies.
12791 * frame.c: Include "sentinel-frame.h".
12792 (frame_register_unwind): Rewrite assuming that there is always a a
12793 ->next frame.
12794 (frame_register, generic_unwind_get_saved_register): Ditto.
12795 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12796 (create_sentinel_frame, unwind_to_current_frame): New functions.
12797 (get_current_frame): Rewrite using create_sentinel_frame and
12798 unwind_to_current_frame. When possible, always create a frame.
12799 (create_new_frame): Set next to the sentinel frame.
12800 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12801 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12802 ID cache when necessary.
12803 (frame_saved_regs_id_unwind): Use frame_relative_level.
12804 (deprecated_generic_get_saved_register): Use frame_relative_level,
12805 get_frame_saved_regs, get_frame_pc, get_frame_base and
12806 get_next_frame.
12807 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12808 frame_register.
12809
5378adc4
DJ
128102003-01-27 Daniel Jacobowitz <drow@mvista.com>
12811
12812 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12813
51ee2ddc
DJ
128142003-01-27 Daniel Jacobowitz <drow@mvista.com>
12815
12816 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12817 (maintenance_set_profile_cmd): Use error () instead of warning ().
12818
d9feb4e7
DJ
128192003-01-27 Daniel Jacobowitz <drow@mvista.com>
12820
12821 * configure.in: Check that -pg works if using --enable-profiling.
12822 Check for monstartup and _mcleanup regardless of --enable-profiling.
12823 * maint.c: Check for monstartup and _mcleanup before using them.
12824 * config.in: Regenerated.
12825 * configure: Regenerated.
12826
2d188dd3
NC
128272003-01-24 Nick Clifton <nickc@redhat.com>
12828
12829 * Add sh2e support:
12830
12831 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12832
12833 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12834 (sh2e_show_regs): New.
12835 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12836 * config/sh/tm-sh.h: Added sh2e to comments.
12837
cb3c37b2
JB
128382003-01-23 Jim Blandy <jimb@redhat.com>
12839
12840 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12841 symbols found)" message here; we haven't checked for a separate
12842 debug info file yet, so we don't know yet.
12843 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12844 we've looked everywhere. Also, there's no need to print a special
12845 message when we're loading the separate debug info file: the one
12846 symbol_file_add prints is fine.
12847
5b5d99cf
JB
128482003-01-23 Alexander Larsson <alexl@redhat.com>
12849 Jim Blandy <jimb@redhat.com>
12850
12851 Add support for executables whose debug info has been separated
12852 out into a separate file, leaving only a link behind.
12853 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12854 and separate_debug_objfile_backlink.
12855 (put_objfile_before): New declaration.
12856 * symfile.c: #include "filenames.h".
12857 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12858 debug info in a separate file, read that, too. Save the addrs
12859 argument, so we can use it again to read the separated debug info;
12860 syms_from_objfile modifies the table we pass it.
12861 (reread_symbols): After re-reading an objfile, call
12862 reread_separate_symbols to refresh its separate debug info
12863 objfile, if it has one.
12864 (reread_separate_symbols, find_separate_debug_file,
12865 get_debug_link_info, separate_debug_file_exists): New functions.
12866 (debug_file_directory): New global var.
12867 (_initialize_symfile): Initialize debug_file_directory, and
12868 provide the new `set debug-file-directory' command to let the user
12869 change it.
12870 * objfiles.c (free_objfile): If this objfile has its debug info in
12871 a separate objfile, free that one too. If this is itself a
12872 separate debug info objfile, clear our parent's backlink.
12873 (put_objfile_before): New function.
12874 * utils.c (gnu_debuglink_crc32): New function.
12875 * defs.h (gnu_debuglink_crc32): New declaration.
12876 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12877 * configure.in: Handle --with-separate-debug-dir config option.
12878 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12879 * acconfig.h (DEBUGDIR): New macro.
12880 * configure, aclocal.m4, config.in: Regenerated.
12881
7e8580c1
JB
128822003-01-22 Jim Blandy <jimb@redhat.com>
12883
7904e09f
JB
12884 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12885 like the old symbol_file_add, but taking new arguments: you can
12886 now pass in either a `struct section_addr_info' list to say where
12887 each section is loaded, or a `struct section_offsets' table. Pass
12888 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 12889 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
12890 with the appropriate quiescent values for the new arguments.
12891
7e8580c1
JB
12892 * symfile.c: #include "gdb_assert.h".
12893 (syms_from_objfile): Add the ability to pass in a section offset
12894 table directly, as an alternative to the section_addr_info table.
12895 Document arguments better.
12896 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12897 * symfile.h (syms_from_objfile): Update declaration.
12898 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12899 syms_from_objfile.
12900 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12901
d28f9cdf
DJ
129022003-01-22 Daniel Jacobowitz <drow@mvista.com>
12903
12904 Original patch by Tom Tromey <tromey@cygnus.com> and
12905 Jason Molenda <jmolenda@apple.com>.
12906 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12907 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12908 * NEWS: Mention profiling.
12909 * configure.in (--enable-gdbtk): Fix typo.
12910 (--enable-profiling): New. Set PROFILE_CFLAGS.
12911 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12912 Fill in function.
12913 (profiling_state): New variable.
12914 (mcleanup_wrapper): New function.
12915 (_initialize_maint): Remove NOTYET, fix call to
12916 add_setshow_boolean_cmd for "maint set profile".
12917 * configure: Regenerated.
12918
df21e465
MH
129192003-01-21 Martin M. Hunt <hunt@redhat.com>
12920
12921 * Makefile.in (install-gdbtk): Install PNG images too.
12922
73c1f219
AC
129232003-01-21 Andrew Cagney <ac131313@redhat.com>
12924
12925 * exec.c (text_start): Delete global variable.
12926 (exec_file_attach): Make text_start local to the function.
12927 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12928 * valops.c (hand_function_call): Delete code that handles
12929 BEFORE_TEXT_END and AFTER_TEXT_END.
12930 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12931 of CALL_DUMMY_LOCATION.
12932 * gdbarch.c: Regenerate.
12933 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12934 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12935 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12936 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12937 (text_end): Delete extern declaration.
12938
eb4f72c5
AC
129392003-01-21 Andrew Cagney <ac131313@redhat.com>
12940
12941 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12942 * blockframe.c (backtrace_below_main): Move to "frame.c".
12943 (frame_chain_valid): Delete check for backtrace_below_main.
12944 (_initialize_blockframe): Delete initialization, move ``set
12945 backtrace-below-main'' command to "frame.c".
12946 (do_flush_frames_sfunc): Delete function.
12947 * frame.c: Include "command.h" and "gdbcmd.h".
12948 (frame_type_from_pc): New function.
12949 (create_new_frame): Use frame_type_from_pc.
12950 (legacy_get_prev_frame): New function.
12951 (get_prev_frame): Rewrite. When an old style frame, call
12952 legacy_get_prev_frame. Otherwize, unwind the PC first.
12953 (_initialize_frame): Add ``set backtrace-below-main'' command.
12954 * Makefile.in (frame.o): Update dependencies.
12955
778ce8cc
AC
129562003-01-19 Andrew Cagney <ac131313@redhat.com>
12957
12958 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12959 DEPRECATED_REGISTERS_INFO.
12960
01c193c8
AC
129612003-01-19 Andrew Cagney <ac131313@redhat.com>
12962
12963 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12964 Maintainers'. Update `Various Maintainers'.
12965
dedc2a2b
AC
129662003-01-19 Andrew Cagney <ac131313@redhat.com>
12967
12968 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12969 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12970 Suppress actual parameters when `-'.
12971 * gdbarch.h, gdbarch.c: Regenerate.
12972
b7261c70
AC
129732003-01-19 Andrew Cagney <ac131313@redhat.com>
12974
12975 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12976 code handling dummy frames.
12977
dbe9fe58
AC
129782003-01-19 Andrew Cagney <ac131313@redhat.com>
12979
12980 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12981 (struct frame_unwind): Add field pop.
12982 * frame.h (frame_pop): Declare.
12983 * frame.c (frame_saved_regs_pop): New function.
12984 (trad_frame_unwinder): Add frame_saved_regs_pop.
12985 (frame_pop): New function.
12986 * dummy-frame.c (dummy_frame_pop): New function.
12987 (discard_innermost_dummy): New function.
12988 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12989 (dummy_frame_unwind): Add dummy_frame_pop.
12990 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12991 * valops.c (hand_function_call): Ditto.
12992 * stack.c (return_command): Ditto.
12993
570b8f7c
AC
129942003-01-18 Andrew Cagney <ac131313@redhat.com>
12995
12996 * cris-tdep.c: Fix function declaration indentation.
12997 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12998 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12999 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13000 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13001 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13002 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13003
130042003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
13005
13006 * README (Unpacking and Installation -- quick overview):
13007 Warn against ".../gdb-5.3/gdb/configure".
13008
494cca16
AC
130092003-01-18 Andrew Cagney <ac131313@redhat.com>
13010
13011 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13012 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13013 (struct frame_unwind): Declare opaque.
13014 (dummy_frame_p): Declare function.
13015 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13016 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13017 * dummy-frame.c: Include "frame-unwind.h".
13018 (dummy_frame_p): New function.
13019 (dummy_frame_unwind): New variable.
13020 * frame.c: Include "frame-unwind.h".
13021 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13022 to use the new unwind field.
13023 (set_unwind_by_pc): Delete function.
13024 (create_new_frame, get_prev_frame): Set unwind field using
13025 frame_unwind_find_by_pc.
13026 (trad_frame_unwind, trad_frame_unwinder): New variables.
13027 * frame.h (trad_frame_unwind): Declare variable.
13028 (frame_id_unwind_ftype): Delete declaration.
13029 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13030 (struct frame_unwind): Declare opaque.
13031 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13032 register_unwind with a single unwind pointer.
13033 * frame-unwind.h, frame-unwind.c: New files.
13034 * Makefile.in (SFILES): Add frame-unwind.c.
13035 (frame_unwind_h): Define.
13036 (COMMON_OBS): Add frame-unwind.o.
13037 (frame-unwind.o): Specify dependencies.
13038 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 13039
4efb68b1
AC
130402003-01-18 Andrew Cagney <ac131313@redhat.com>
13041
13042 * ada-valprint.c: Eliminate PTR.
13043 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13044 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13045 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13046 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13047 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13048 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13049 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 13050
a84d24ee
AC
130512003-01-17 Andrew Cagney <ac131313@redhat.com>
13052
762f08a3
AC
13053 * main.c (captured_main): Don't use PTR.
13054 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13055 * gdbtypes.c (lookup_primitive_typename): Ditto.
13056 (lookup_struct_elt_type): Ditto.
13057 * f-valprint.c (info_common_command): Ditto.
13058 (list_all_visible_commons): Ditto.
13059 * jv-typeprint.c (java_type_print_base): Ditto.
13060
a84d24ee
AC
13061 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13062 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13063 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13064 i386-interix-nat.c and i386-interix-tdep.c. Rename
13065 m68klinux-nat.c and m68klinux-tdep.c. Rename
13066 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13067 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13068 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13069 * main.c (captured_main): Use xfree, not free.
13070
c170fb60
AC
130712003-01-16 Andrew Cagney <ac131313@redhat.com>
13072
13073 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13074 ID back using a parameter.
13075 * frame.c (frame_id_unwind): Update call.
13076 (frame_saved_regs_id_unwind): Update.
13077 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13078 * dummy-frame.h (struct frame_id): Add opaque declaration.
13079 (dummy_frame_id_unwind): Update declaration.
13080
867f3898
AC
130812003-01-15 Andrew Cagney <ac131313@redhat.com>
13082
13083 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13084
40622be8 130852003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 13086
40622be8 13087 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 13088
ae66c1fc
EZ
130892003-01-14 Elena Zannoni <ezannoni@redhat.com>
13090
997b089a 13091 Fix PR gdb/898
ae66c1fc
EZ
13092 * breakpoint.c (until_break_command): Add new argument. Use it to
13093 decide whether to stop only at the current frame or not.
13094 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 13095 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
13096 call.
13097 (advance_command): New function.
13098 (_initialize_infcmd): Update help string for 'until' command.
13099 Add new 'advance' command.
13100
a04257e6
DC
131012003-01-14 David Carlton <carlton@math.stanford.edu>
13102
13103 * linespec.c (decode_line_1): Normalize comments.
13104 (set_flags): Ditto.
13105 (locate_first_half): Ditto.
13106 (decode_compound): Ditto.
13107 (symtab_from_filename): Ditto.
13108 (decode_all_digits): Ditto.
13109 (decode_dollar): Ditto.
13110 (find_methods): Ditto.
13111 (find_toplevel_char): Ditto.
13112
1bac305b
AC
131132003-01-13 Andrew Cagney <ac131313@redhat.com>
13114
13115 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13116 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13117 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13118 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13119 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13120 * language.c, language.h, m32r-tdep.c: Update copyright.
13121 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13122 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13123 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13124 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13125 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13126 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13127
25caa7a8
EZ
131282003-01-13 Elena Zannoni <ezannoni@redhat.com>
13129
13130 * stabsread.h (process_later, resolve_cfront_continuation):
13131 Obsolete.
13132 Update copyright years.
13133 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13134 Update copyright year.
13135 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 13136 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
13137 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13138 Update copyright year.
13139 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13140 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13141 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13142 (parse_partial_symbols): Obsolete cfront support.
13143 * stabsread.c
13144 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13145 macros.
13146 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13147 read_cfront_baseclasses, read_cfront_member_functions,
13148 resolve_cfront_continuation,read_cfront_static_fields,
13149 copy_cfront_struct_fields): Obsolete functions.
13150 (define_symbol, read_one_struct_field): Obsolete cfront support.
13151 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13152 Update Copyright year.
13153
7789c6f5
EZ
131542003-01-13 Elena Zannoni <ezannoni@redhat.com>
13155
13156 * stack.c (print_frame_info, print_stack_frame_base_stub,
13157 print_stack_frame_base, show_and_print_stack_frame_stub,
13158 show_and_print_stack_frame, print_only_stack_frame_stub,
13159 print_only_stack_frame): Delete functions.
13160 (print_stack_frame_stub): Call print_frame_info instead of
13161 print_frame_info_base.
13162 (print_frame_info_base): Rename to print_frame_info.
13163 (backtrace_command_1): Call print_frame_info, instead of
13164 print_frame_info_base.
13165 (current_frame_command): Call print_stack_frame, instead of
13166 print_only_stack_frame.
13167 (frame_command): Call print_stack_frame, instead of
13168 show_and_print_stack_frame.
13169 (up_command): Ditto.
13170 (down_command): Ditto.
13171 * frame.h (print_only_stack_frame): Delete prototype.
13172 * infrun.c (normal_stop): Call print_stack_frame, instead of
13173 show_and_print_stack_frame.
13174 * thread.c (info_threads_command): Call print_stack_frame, instead
13175 of print_only_stack_frame.
13176
3f5a3016
AC
131772003-01-13 Andrew Cagney <ac131313@redhat.com>
13178
d99ba314
AC
13179 * README (Graphical interface to GDB): Update URL. Point at
13180 gdb/links/.
13181
3f5a3016
AC
13182 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13183 version match.
13184
083ae935
DJ
131852003-01-13 Daniel Jacobowitz <drow@mvista.com>
13186
13187 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13188 lines.
13189
5365276c
DJ
131902003-01-13 Daniel Jacobowitz <drow@mvista.com>
13191
13192 * thread-db.c (attach_thread): Prototype.
13193 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13194 thread information (ti), and valid flags (th_valid, ti_valid).
13195 (attach_thread): Move target_pid_to_str call to after the thread
13196 is added to GDB's list. Initialize the cache.
13197 (thread_get_info_callback, thread_db_map_id2thr)
13198 (thread_db_get_info): New functions.
13199 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13200 (thread_db_store_registers, thread_db_thread_alive)
13201 (thread_db_get_thread_local_address): Use them.
13202 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13203 of calling error() for threads in unknown state.
13204
13205 (clear_lwpid_callback): New function.
13206 (thread_db_resume): Use it to clear the cache.
13207
9fc30b6b
DJ
132082003-01-13 Daniel Jacobowitz <drow@mvista.com>
13209
13210 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13211 (resume_callback): Remove dead code.
13212
8f871025
AC
132132003-01-13 Andrew Cagney <ac131313@redhat.com>
13214
13215 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13216 predicate.
13217 * gdbarch.h, gdbarch.c: Regenerate.
13218 * stack.c (frame_info): Only initialize the saved registers when
13219 FRAME_INIT_SAVED_REGS_P.
13220 * frame.c (frame_saved_regs_register_unwind): Assert
13221 FRAME_INIT_SAVED_REGS_P.
13222 (deprecated_generic_get_saved_register): Ditto.
13223
3f565f1e
DJ
132242003-01-13 Daniel Jacobowitz <drow@mvista.com>
13225
13226 * source.c (openp): Squelch warning about "filename".
13227
072b1022
DJ
132282003-01-13 Daniel Jacobowitz <drow@mvista.com>
13229
13230 * source.c (openp): If the file does not exist don't necessarily
13231 search the path.
13232
973ccf8b
DJ
132332003-01-13 Daniel Jacobowitz <drow@mvista.com>
13234
13235 Fix PR gdb/872.
13236 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13237 (integer_types_same_name_p): New function.
13238 (rank_one_type): Use it.
13239 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13240
030292b7
DJ
132412003-01-13 Daniel Jacobowitz <drow@mvista.com>
13242
13243 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13244 variables.
13245 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13246 * configure.in: Add --with-sysroot.
13247 * configure: Regenerated.
13248 * main.c (gdb_sysroot): New variable.
13249 (captured_main): Initialize gdb_sysroot.
13250 * defs.h (gdb_sysroot): New extern declaration.
13251 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13252
afb5d334
MC
132532003-01-12 Michael Chastain <mec@shout.net>
13254
13255 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13256
751ceeb4
MC
132572003-01-12 Michael Chastain <mec@shout.net>
13258
13259 * top.c (print_gdb_version): Bump copyright year to 2003.
13260
94cd26f8
DC
132612003-01-12 David Carlton <carlton@bactrian.org>
13262
13263 * linespec.c (symtab_from_filename): Rename variable 's' to
13264 'file_symtab'.
13265
1ce79225
AC
132662003-01-12 Andrew Cagney <ac131313@redhat.com>
13267
13268 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13269 dummy frame.
13270 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13271
fa1fd571
AC
132722003-01-12 Andrew Cagney <ac131313@redhat.com>
13273
13274 * d10v-tdep.c: Include "gdb_assert.h".
13275 (d10v_store_return_value): Rewrite to match current interface.
13276 (d10v_extract_struct_value_address): Ditto.
13277 (d10v_extract_return_value): Ditto.
13278 (d10v_gdbarch_init): Set store_restore_value,
13279 extract_struct_value_address and extract_return_value.
13280
68b8d23e
JB
132812003-01-12 J. Brobecker <brobecker@gnat.com>
13282
13283 * hpread.c (set_namestring): New procedure replacing the
13284 SET_NAMESTRING macro.
13285 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13286 by calls to set_namestring.
13287
132882003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
13289
13290 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13291 a compilation warning.
13292 (hpread_process_one_debug_symbol): Likewise.
13293
88d262ca
DC
132942003-01-10 David Carlton <carlton@math.stanford.edu>
13295
13296 * linespec.c (decode_line_1): Rename variable 's' to
13297 'file_symtab'.
13298 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13299 (decode_dollar): Ditto.
13300 (decode_variable): Ditto.
13301 (symbol_found): Ditto.
13302
86669319
MC
133032003-01-09 Michael Chastain <mec@shout.net>
13304
13305 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13306
616a9dc4
CV
133072003-01-07 Corinna Vinschen <vinschen@redhat.com>
13308
13309 * win32-nat.c (set_process_privilege): New function.
13310 (child_attach): Call set_process_privilege() to enable the
13311 SE_DEBUG_NAME user privilege if available in process token.
13312
3269bcfa
JB
133132003-01-10 J. Brobecker <brobecker@gnat.com>
13314
13315 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13316 compilation error in the previous revision.
13317
2b0ee454
DC
133182003-01-09 David Carlton <carlton@math.stanford.edu>
13319
13320 * linespec.c: Update copyright.
13321
b3ba1b44
DJ
133222003-01-09 Daniel Jacobowitz <drow@mvista.com>
13323
13324 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13325 than inferior_ptid.
13326 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13327
4ef3f3be
AC
133282003-01-09 Andrew Cagney <ac131313@redhat.com>
13329
479ab5a0
AC
13330 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13331 Update comments.
13332 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13333 (frame_saved_regs_zalloc): Update.
13334 (frame_saved_regs_register_unwind): Update.
13335 (create_new_frame): Update.
13336 (get_prev_frame): Update.
13337 (frame_extra_info_zalloc): Update.
13338 (deprecated_get_frame_saved_regs): Update.
13339 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13340 * cris-tdep.c: Update comment.
13341
bde58177
AC
13342 * somsolib.h: Fix function indentation.
13343 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13344 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13345 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13346 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13347 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13348
4ef3f3be
AC
13349 * infrun.c (follow_fork): Use ISO C definition.
13350 * expprint.c (print_subexp): Use xfree instead of free.
13351 * charset.c: Include "gdb_string.h" instead of <string.h>.
13352 (register_iconv_charsets): Use ISO C definition.
13353 (host_charset, target_charset): Ditto.
13354 * Makefile.in (charset.o): Update dependencies.
13355 (mi-cmd-env.o): Update dependencies.
13356
1c615f7a
AC
133572003-01-08 Andrew Cagney <cagney@redhat.com>
13358
13359 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13360 get_frame_base.
13361
c9a1dc08
AC
133622003-01-08 Andrew Cagney <ac131313@redhat.com>
13363
13364 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13365 build directories. Save edited gdb output in Mbuild.log. If a
13366 build fails, remove any final GDB executable.
13367
dbad9d94
AC
133682003-01-08 Andrew Cagney <ac131313@redhat.com>
13369
13370 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13371 replacing hex constants with function names and stripping leading
13372 file name directory prefixes.
13373
8d357cca
AC
133742003-01-08 Andrew Cagney <cagney@redhat.com>
13375
13376 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13377 get_frame_base.
13378
bca02a8a
DC
133792003-01-08 David Carlton <carlton@math.stanford.edu>
13380
13381 * linespec.c (decode_line_1): Move code into decode_variable.
13382 (decode_variable): New function.
13383
7f8ab3a0
AC
133842003-01-08 Andrew Cagney <ac131313@redhat.com>
13385
13386 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13387
7b5849cc
AC
133882003-01-08 Andrew Cagney <cagney@redhat.com>
13389
13390 * cris-tdep.c (cris_frame_init_saved_regs): Use
13391 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13392 saved_regs buffer.
13393 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13394 (sh64_nofp_frame_init_saved_regs): Ditto.
13395 (sh_fp_frame_init_saved_regs): Ditto.
13396 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13397 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13398 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13399 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13400
72a5efb3
DJ
134012003-01-08 Daniel Jacobowitz <drow@mvista.com>
13402
13403 * minsyms.c (lookup_minimal_symbol): Update comment.
13404 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13405 (lookup_minimal_symbol_solib_trampoline): Likewise.
13406
11c02a10
AC
134072003-01-08 Andrew Cagney <cagney@redhat.com>
13408
aab3ea25
AC
13409 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13410 frame_relative_level.
13411
da50a4b7
AC
13412 * alpha-tdep.c: Use get_frame_extra_info.
13413 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13414 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13415 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13416 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13417
11c02a10
AC
13418 * alpha-tdep.c: Use get_next_frame.
13419 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13420 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13421 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13422 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13423 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13424 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13425 * xstormy16-tdep.c: Ditto.
8ffd9b1b 13426
1e2330ba
AC
134272003-01-07 Andrew Cagney <cagney@redhat.com>
13428
13429 * alpha-tdep.c: Use get_frame_base.
13430 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13431 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13432 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13433 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13434 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13435 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13436 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13437 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 13438
2d75187b
AC
134392003-01-07 Andrew Cagney <cagney@redhat.com>
13440
13441 * frame.c (deprecated_get_frame_context): New function.
13442 (deprecated_set_frame_context): New function.
13443 * frame.h (deprecated_get_frame_context): Declare.
13444 (deprecated_set_frame_context): Declare.
13445 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13446 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 13447
483d36b2
AC
134482003-01-07 Andrew Cagney <cagney@redhat.com>
13449
13450 * frame.c (deprecated_set_frame_next_hack): New function.
13451 (deprecated_set_frame_prev_hack): New function.
13452 * frame.h (deprecated_set_frame_next_hack): Declare.
13453 (deprecated_set_frame_prev_hack): Declare.
13454 * mcore-tdep.c (analyze_dummy_frame): Use
13455 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13456 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13457
14e91ac5
DC
134582003-01-07 David Carlton <carlton@math.stanford.edu>
13459
13460 * linespec.c (decode_line_1): Move code into decode_dollar.
13461 (decode_dollar): New function.
13462
b0c6b05c
AC
134632003-01-07 Andrew Cagney <cagney@redhat.com>
13464
13465 * arm-tdep.c (arm_init_extra_frame_info): Use
13466 deprecated_update_frame_base_hack.
13467 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13468 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13469 (fix_frame_pointer): Ditto.
13470 (mn10300_analyze_prologue): Ditto.
13471
a00a19e9
AC
134722003-01-07 Andrew Cagney <cagney@redhat.com>
13473
13474 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13475 extra_info using frame_extra_info_zalloc.
13476 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13477 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13478 (sh64_init_extra_frame_info): Ditto.
13479 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13480 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13481 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13482 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13483 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13484 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13485 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13486 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13487 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13488 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13489 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13490 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13491
13492 * mn10300-tdep.c (analyze_dummy_frame): Use
13493 deprecated_set_frame_extra_info_hack.
13494 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13495
1fb4c65b
JB
134962003-01-07 J. Brobecker <brobecker@gnat.com>
13497
13498 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13499 class is not scText. These do not define "real" procedures.
13500 (parse_partial_symbols): Likewise.
13501
9fe7d6bf
MS
135022003-01-06 Michael Snyder <msnyder@redhat.com>
13503
13504 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13505
f6c609c4
AC
135062003-01-06 Andrew Cagney <ac131313@redhat.com>
13507
13508 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13509 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13510 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13511 deprecated_frame_xmalloc_with_cleanup.
13512 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13513 deprecated_frame_xmalloc.
13514 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13515 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13516
d995ff4b
AC
135172003-01-06 Andrew Cagney <cagney@redhat.com>
13518
84dc46cb
AC
13519 * x86-64-linux-tdep.c: Include "osabi.h".
13520 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13521
d995ff4b
AC
13522 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13523
66140c26
AC
135242003-01-06 Andrew Cagney <cagney@redhat.com>
13525
13526 * MAINTAINERS (Target Instruction Set Architectures): Update
13527 arm-elf. Can be built with -Werror, has been multiarched.
13528
13529 * value.h (unpack_long): Make buffer parameter constant.
13530 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13531 * scm-lang.h (scm_parse): Ditto.
13532 * defs.h (extract_typed_address, extract_address): Ditto.
13533 (extract_long_unsigned_integer): Ditto.
13534 * inferior.h (unsigned_pointer_to_address): Ditto.
13535 (signed_pointer_to_address): Ditto.
13536 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13537 * gdbarch.h, gdbarch.c: Regenerate.
13538 * findvar.c (extract_long_unsigned_integer): Update.
13539 (extract_address): Update.
13540 (extract_typed_address): Update.
13541 (unsigned_pointer_to_address): Update.
13542 * values.c (unpack_long): Update.
13543 (unpack_double): Update.
13544 (unpack_pointer): Update.
13545 (unpack_field_as_long): Update.
13546 * d10v-tdep.c (d10v_pointer_to_address): Update.
13547 * avr-tdep.c (avr_pointer_to_address): Update.
13548 * scm-lang.c (scm_unpack): Update.
13549 * findvar.c (signed_pointer_to_address): Update.
13550
b089b3da
ML
135512003-01-06 Michal Ludvig <mludvig@suse.cz>
13552
8ffd9b1b 13553 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
13554 since it is in i386-tdep.c.
13555
aff87235
JB
135562003-01-06 J. Brobecker <brobecker@gnat.com>
13557
13558 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13559 failure introduced in the previous change.
13560
34f5e845
MC
135612003-01-05 Michael Chastain <mec@shout.net>
13562
13563 * README: Remove references to deleted remote-*.c files:
13564 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13565 remote-nrom.c, remote-os9k.c, remote-udi.c.
13566
28bcfd30
MK
135672003-01-05 Mark Kettenis <kettenis@gnu.org>
13568
13569 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13570 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13571 i386_get_longjmp_target.
13572
15a5b3ee
AC
135732003-01-05 Andrew Cagney <ac131313@redhat.com>
13574
13575 * arm-tdep.c (prologue_cache): Change to a pointer.
13576 (_initialize_arm_tdep): Allocate prologue_cache.
13577 (check_prologue_cache): Update.
13578 (save_prologue_cache): Update.
13579 (arm_gdbarch_init): Update.
13580
c263362b
DJ
135812003-01-04 Daniel Jacobowitz <drow@mvista.com>
13582
13583 * stabsread.c (update_method_name_from_physname): Call complaint()
13584 instead of error.
13585
51603483
DJ
135862003-01-04 Daniel Jacobowitz <drow@mvista.com>
13587
13588 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13589 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13590 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13591
13592 * blockframe.c: Include "gdbcmd.h" and "command.h".
13593 (backtrace_below_main): New variable.
13594 (file_frame_chain_valid, func_frame_chain_valid)
13595 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13596 (generic_func_frame_chain_valid): Remove functions.
13597 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13598 (_initialize_blockframe): New function.
13599 * Makefile.in (blockframe.o): Update dependencies.
13600 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13601 comment. Call frame_chain_valid ().
13602 * frame.h: Remove old prototypes. Add prototype for
13603 frame_chain_valid and update comments to match.
13604 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13605 Remove old comment.
13606 * gdbarch.h: Regenerated.
13607 * gdbarch.c: Regenerated.
13608
13609 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13610 set_gdbarch_frame_chain_valid.
13611 * avr-tdep.c (avr_gdbarch_init): Likewise.
13612 * cris-tdep.c (cris_gdbarch_init): Likewise.
13613 * frv-tdep.c (frv_gdbarch_init): Likewise.
13614 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13615 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13616 (i386_nw_init_abi): Likewise.
13617 (i386_gdbarch_init): Likewise.
13618 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13619 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13620 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13621 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13622 * mips-tdep.c (mips_gdbarch_init): Likewise.
13623 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13624 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13625 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13626 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13627 * s390-tdep.c (s390_gdbarch_init): Likewise.
13628 * sh-tdep.c (sh_gdbarch_init): Likewise.
13629 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13630 * v850-tdep.c (v850_gdbarch_init): Likewise.
13631 * vax-tdep.c (vax_gdbarch_init): Likewise.
13632 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13633
13634 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13635 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13636 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13637 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13638 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13639 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13640 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13641 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13642
b00a8037
DJ
136432002-01-04 Daniel Jacobowitz <drow@mvista.com>
13644
13645 * Makefile.in (acconfig_h): Remove incorrect macro.
13646 (config_h): Define.
13647 (osabi.o): Update dependencies.
13648 * configure.tgt: Set gdb_osabi based on target triplet.
13649 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13650 * configure: Regenerated.
13651 * config.in: Regenerated.
13652 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13653 (GDB_OSABI_DEFAULT): Define if not already defined.
13654 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13655 (set_osabi_string): New variables.
13656 (gdbarch_register_osabi): Add new OS ABI to
13657 gdb_osabi_available_names.
13658 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13659 (set_osabi, show_osabi): New functions.
13660 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13661
4be87837
DJ
136622003-01-04 Daniel Jacobowitz <drow@mvista.com>
13663
13664 * arch-utils.c (gdbarch_info_init): Set osabi to
13665 GDB_OSABI_UNINITIALIZED.
13666 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13667 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13668 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13669 * gdbarch.c: Regenerated.
13670 * gdbarch.h: Regenerated.
13671 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13672 there's no BFD.
13673 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13674 * osabi.h (enum gdb_osabi): Move to defs.h.
13675 (gdbarch_init_osabi): Update prototype.
13676 * defs.h (enum gdb_osabi): Moved here.
13677 * Makefile.in: Update dependencies.
13678
13679 * alpha-tdep.h: Don't include "osabi.h".
13680 (struct gdbarch_tdep): Remove osabi member.
13681 * alpha-tdep.c: Include "osabi.h".
13682 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13683 iterate over arches. Update call to gdbarch_init_osabi.
13684 (alpha_dump_tdep): Don't dump osabi.
13685 * alpha-linux-tdep.c: Include "osabi.h".
13686 * alpha-osf1-tdep.c: Include "osabi.h".
13687 * alphafbsd-tdep.c: Include "osabi.h".
13688 * alphanbsd-tdep.c: Include "osabi.h".
13689
13690 * arm-tdep.h: Don't include "osabi.h".
13691 (struct gdbarch_tdep): Remove osabi member.
13692 * arm-tdep.c: Include "osabi.h".
13693 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13694 iterate over arches. Update call to gdbarch_init_osabi.
13695 (arm_dump_tdep): Don't dump osabi.
13696 * arm-linux-tdep.c: Include "osabi.h".
13697 * armnbsd-tdep.c: Include "osabi.h".
13698
13699 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13700 Update call to gdbarch_init_osabi.
13701
13702 * i386-tdep.h: Don't include "osabi.h".
13703 (struct gdbarch_tdep): Remove osabi member.
13704 * i386-tdep.c: Include "osabi.h".
13705 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13706 iterate over arches. Update call to gdbarch_init_osabi.
13707 (i386_dump_tdep): Don't dump osabi.
13708 * i386-linux-tdep.c: Include "osabi.h".
13709 * i386-sol2-tdep.c: Include "osabi.h".
13710 * i386bsd-tdep.c: Include "osabi.h".
13711 * i386gnu-tdep.c: Include "osabi.h".
13712 * i386ly-tdep.c: Include "osabi.h".
13713 * i386nbsd-tdep.c: Include "osabi.h".
13714 * i386obsd-tdep.c: Include "osabi.h".
13715
13716 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13717 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13718 check osabi when iterating over arches. Update call to
13719 gdbarch_init_osabi.
13720 (mips_dump_tdep): Don't dump osabi.
13721
13722 * ns32k-tdep.h: Don't include "osabi.h".
13723 (struct gdbarch_tdep): Remove.
13724 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13725 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13726 allocate tdep. Update call to gdbarch_init_osabi.
13727 (ns32k_dump_tdep): Remove.
13728 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13729 * ns32knbsd-tdep.c: Include "osabi.h".
13730
13731 * ppc-tdep.h: Don't include "osabi.h".
13732 (struct gdbarch_tdep): Remove osabi member.
13733 * rs6000-tdep.c: Include "osabi.h".
13734 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13735 osabi when iterating over arches. Update call to
13736 gdbarch_init_osabi.
13737 (rs6000_dump_tdep): Don't dump osabi.
13738 * ppc-linux-tdep.c: Include "osabi.h".
13739 * ppcnbsd-tdep.c: Include "osabi.h".
13740
13741 * sh-tdep.h: Don't include "osabi.h".
13742 (struct gdbarch_tdep): Remove osabi member.
13743 * sh-tdep.c: Include "osabi.h".
13744 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13745 iterate over arches. Update call to gdbarch_init_osabi.
13746 (sh_dump_tdep): Don't dump osabi.
13747 * shnbsd-tdep.c: Include "osabi.h".
13748
13749 * sparc-tdep.c: Include "osabi.h".
13750 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13751 iterate over arches. Update call to gdbarch_init_osabi.
13752 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13753 tdep structure.
13754
13755 * vax-tdep.h: Don't include "osabi.h".
13756 (struct gdbarch_tdep): Remove.
13757 * vax-tdep.c: Include "osabi.h".
13758 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13759 iterate over arches. Don't allocate tdep. Update call
13760 to gdbarch_init_osabi.
13761 (vax_dump_tdep): Remove.
13762 (_initialize_vax_tdep): Update call to gdbarch_register.
13763
a881cf8e
DJ
137642003-01-04 Daniel Jacobowitz <drow@mvista.com>
13765
13766 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13767 entirely.
13768 (breakpoint_re_set_one): Don't fetch the value for a disabled
13769 watchpoint.
13770
1e698235
DJ
137712003-01-04 Daniel Jacobowitz <drow@mvista.com>
13772
13773 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13774 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13775 (COERCE_FLOAT_TO_DOUBLE): Remove.
13776 * gdbarch.c: Regenerate.
13777 * gdbarch.h: Regenerate.
13778 * Makefile.in: Remove value_h from gdbarch_h.
13779 * valops.c (coerce_float_to_double): New variable.
13780 (default_coerce_float_to_double): Remove.
13781 (standard_coerce_float_to_double): Remove.
13782 (value_arg_coerce): Use coerce_float_to_double.
13783 (_initialize_valops): Add "set coerce-float-to-double".
13784 * value.h (default_coerce_float_to_double): Remove prototype.
13785 (standard_coerce_float_to_double): Remove prototype.
13786
13787 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13788 prototyped.
13789 * mdebugread.c (parse_symbol): Likewise.
13790 * stabsread.c (define_symbol): Mark all functions as prototyped.
13791
13792 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13793 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13794 set_gdbarch_coerce_float_to_double.
13795 * arm-tdep.c (arm_gdbarch_init): Likewise.
13796 * frv-tdep.c (frv_gdbarch_init): Likewise.
13797 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13798 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13799 * mips-tdep.c (mips_gdbarch_init): Likewise.
13800 (mips_coerce_float_to_double): Remove.
13801 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13802 (rs6000_coerce_float_to_double): Remove.
13803 * s390-tdep.c (s390_gdbarch_init): Likewise.
13804 * sh-tdep.c (sh_gdbarch_init): Likewise.
13805 (sh_coerce_float_to_double): Remove.
13806 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13807 (sparc_coerce_float_to_double): Remove.
13808 * v850-tdep.c (v850_gdbarch_init): Likewise.
13809 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13810 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13811 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13812 (hppa_coerce_float_to_double): Remove prototype.
13813 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13814
f436a26a
DJ
138152003-01-04 Daniel Jacobowitz <drow@mvista.com>
13816
13817 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13818
248f8055
DJ
138192003-01-04 Daniel Jacobowitz <drow@mvista.com>
13820
13821 Suggested by Stewart Brown <sb24@avaya.com>:
13822 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13823 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13824 (c_type_print_varspec_suffix): Likewise.
13825
72cfdc76
MK
138262003-01-04 Mark Kettenis <kettenis@gnu.org>
13827
bfd260bb
MK
13828 * configure.in: Don't set and AC_SUBST SUBDIRS.
13829 * configure: Regenerated.
13830
72cfdc76
MK
13831 * configure.in: Remove code dealing with shared libraries.
13832 * Makefile.in: Remove HLDFLAGS and HLDENV.
13833 * configure: Regenerated.
13834
c8b8a898
AC
138352003-01-04 Andrew Cagney <ac131313@redhat.com>
13836
13837 * frame.c (deprecated_frame_xmalloc): New function.
13838 (deprecated_set_frame_saved_regs_hack): New function.
13839 (deprecated_set_frame_extra_info_hack): New function.
13840 * frame.h (deprecated_frame_xmalloc): Declare.
13841 (deprecated_set_frame_saved_regs_hack): Declare.
13842 (deprecated_set_frame_extra_info_hack): Declare.
13843
14abd0fb
MK
138442003-01-04 Mark Kettenis <kettenis@gnu.org>
13845
8ee53726
MK
13846 * configure.in: Move code that provides the --enable-gdbtk option
13847 right after the code that handles the --enable-tui option, and
13848 polish it somewhat.
13849 * configure: Regenerated.
13850
14abd0fb
MK
13851 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13852 AC_CHECK_FUNCS and remove the old check for pread64.
13853 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13854 * acconfig.h (_GNU_SOURCE): Add.
13855 (HAVE_PREAD64): Remove.
13856 * configure, aclocal.m4, config.in: Regenerated.
13857
b2fb4676
AC
138582003-01-03 Andrew Cagney <ac131313@redhat.com>
13859
13860 * alpha-tdep.c: Use get_frame_saved_regs.
13861 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13862 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13863 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13864 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13865 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13866
8dcde887
MK
138672003-01-03 Mark Kettenis <kettenis@gnu.org>
13868
13869 * configure.in: Remove all use of the SUBDIRS variable; add
13870 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13871 code providing the --enable-multi-ice option, and move it right in
13872 front of the code that checks whether gdbserver is supported.
13873 Polish that too.
13874 * configure: Regenerated.
13875 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13876 @SUBDIRS@.
13877
8ccd593b
AC
138782003-01-03 Andrew Cagney <cagney@redhat.com>
13879
13880 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13881 * avr-tdep.c, cris-tdep.c: Ditto.
13882 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13883 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 13884
91151a06
MK
138852003-01-03 Mark Kettenis <kettenis@gnu.org>
13886
13887 * configure.in: Remove --enable-netrom option.
13888 * configure: Regenerated.
13889
8fe84d01
MK
138902003-01-03 Mark Kettenis <kettenis@gnu.org>
13891
13892 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13893 declaration for `struct re_pattern_buffer' instead.
13894 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13895
f0394be6
JB
138962003-01-03 J. Brobecker <brobecker@gnat.com>
13897
13898 * mdebugread.c (parse_symbol): Count until the stEnd matching
13899 the structure name.
13900
27e9bf90
MK
139012003-01-02 Mark Kettenis <kettenis@gnu.org>
13902
93d331ba
MK
13903 * configure.in: Remove --with-cpu option.
13904 subscripts. Remove evil changequotes here.
13905 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13906 * config.in, configure: Regenerated.
8ffd9b1b 13907
27e9bf90
MK
13908 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13909 * configure.in: Cleanup section that sources GDB and BFD configure
13910 subscripts. Remove evil changequotes here.
13911 * config.in, configure: Regenerated.
13912
50abf9e5
AC
139132003-01-02 Andrew Cagney <ac131313@redhat.com>
13914
13915 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13916 frame accessor methods.
13917 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13918 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13919 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13920 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13921 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13922 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13923 * z8k-tdep.c: Ditto.
8ffd9b1b 13924
287c1a40
MK
139252003-01-02 Mark Kettenis <kettenis@gnu.org>
13926
f5dbc56d
MK
13927 * configure.in: Remove UI_OUT configuration code.
13928 * ada-lang.c: Update assuming UI_OUT is always true.
13929 * Makefile.in (UIOUT_CFLAGS): Remove.
13930 * configure: Regenerated.
13931 * TODO: Remove blurb about elimination of -DUI_OUT.
13932
627af7ea
MK
13933 * configure.in: Move code that provides the --enable-gdbcli,
13934 --enable-gdbmi options right before the code that handles the
13935 --enable-tui option. Polish a bit.
13936 * configure: Regenerated.
13937
06825bd1
MK
13938 * configure.in: Rewrite check for GNU regex and the
13939 --without-included regex option, and move it into the "Checks for
13940 library functions" section. This makes us use the system regex
13941 again by default on systems with version 2 of the GNU C library.
13942 This was apparently broken.
13943 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13944 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13945 * config.in, configure: Regenerated.
13946
287c1a40
MK
13947 * configure.in: Move code that provides the --enable-tui option
13948 before the "Checks for libraries" section. Polish the code
13949 somewhat and set need_curses to yes if we build the TUI. Rewrite
13950 code that looks for a library providing termcap functionality to
13951 match more closely what's done in the Readline library, and move
13952 it into to the "Checks for libraries" section.
13953 * configure: Regenerated.
13954 * Makefile.in (TERMCAP): Remove variable.
13955 * config/i386/go32.mh (TERMCAP): Remove variable.
13956
684e56bf
AC
139572003-01-02 Andrew Cagney <ac131313@redhat.com>
13958
13959 * MAINTAINERS: Mention gdb_mbuild.sh.
13960 * gdb_mbuild.sh: Rewrite.
13961
e1ea1d75
MK
139622003-01-02 Mark Kettenis <kettenis@gnu.org>
13963
13964 * configure.in: Fix typo in last change.
13965 * config.in, configure: Regenerated.
13966
1b831c93
AC
139672003-01-02 Andrew Cagney <ac131313@redhat.com>
13968
13969 * valarith.c (value_binop): Delete obsolete code and comments.
13970 * configure.host: Ditto.
13971 * buildsym.h (make_blockvector): Ditto.
13972 * buildsym.c (make_blockvector): Ditto.
13973 * defs.h (enum language): Ditto.
13974 (chill_demangle): Ditto.
13975 * elfread.c (elf_symtab_read): Ditto.
13976 * dwarfread.c (CHILL_PRODUCER): Ditto.
13977 (set_cu_language): Ditto.
13978 (handle_producer): Ditto.
13979 * expprint.c (print_subexp): Ditto.
13980 * gdbtypes.c (chill_varying_type): Ditto.
13981 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13982 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13983 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13984 (chill_varying_type): Ditto.
13985 * language.h (_LANG_chill): Ditto.
13986 * language.c (binop_result_type, integral_type): Ditto.
13987 (character_type, string_type, structured_type): Ditto.
13988 (lang_bool_type, binop_type_check): Ditto.
13989 * stabsread.h (os9k_stabs): Ditto.
13990 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13991 (define_symbol, read_type, read_struct_fields): Ditto.
13992 (read_array_type, read_enum_type, read_huge_number): Ditto.
13993 (read_range_type, start_stabs): Ditto.
13994 * symfile.c (init_filename_language_table): Ditto.
13995 (add_psymbol_with_dem_name_to_list): Ditto.
13996 * symtab.c (symbol_init_language_specific): Ditto.
13997 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13998 * symtab.h (struct general_symbol_info): Ditto.
13999 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14000 * typeprint.c (typedef_print): Ditto.
14001 * utils.c (fprintf_symbol_filtered): Ditto.
14002 * valops.c (value_cast, search_struct_field, value_slice): Delete
14003 obsolete code.
14004 (varying_to_slice): Delete function.
14005 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14006 (varying_to_slice): Delete declaration.
14007 * MAINTAINERS: Update.
14008
8bb2c122
MK
140092003-01-02 Mark Kettenis <kettenis@gnu.org>
14010
97bf5e38
MK
14011 * configure.in: Reorganize "Checks for library functions section"
14012 a bit. Remove check for `btowc' and `isascii' functions.
14013 * configure: Regenerated.
14014
5ee754fc
MK
14015 * acconfig.h (_MSE_INT_H): Remove.
14016 * configure.in: Create "Checks for header files" section, and move
14017 appropriate tests there. Don't check for objlist.h, wchar.h,
14018 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14019 misdetection fix. Also add "Checks for types", "Checks for
14020 compiler characteristics" and "Checks for library functions"
14021 sections.
14022 * config.in, configure: Regenerated.
14023
8bb2c122
MK
14024 * configure.in: Create "Checks for programs" section, and move
14025 appropriate tests there.
14026
9a156167
MK
140272003-01-01 Mark Kettenis <kettenis@gnu.org>
14028
14029 * configure.in: Create "Checks for libraries" section, and move
14030 appropriate tests there. Cleanup check for wctype in libw. Use
14031 AC_SEARCH_LIBS to see whether we need libsocket.
14032 * configure: Regenerated.
14033
a80e2bcb 14034For older changes see ChangeLog-2002
c906108c
SS
14035\f
14036Local Variables:
14037mode: change-log
14038left-margin: 8
14039fill-column: 74
14040version-control: never
14041End:
This page took 1.179997 seconds and 4 git commands to generate.