2003-11-06 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-11-06 Andrew Cagney <cagney@redhat.com>
2
3 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
4 REGISTER_CONVENTION.
5
6 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
7
8 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
9 static.
10
11 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
12
13 * breakpoint.c (remove_breakpoint): Take an bp_location
14 instead of a breakpoint argument. Check the bp_location's type.
15 Fix a reversed condition for hardware breakpoints.
16
17 (insert_bp_location): Update call to remove_breakpoint.
18 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
19 (remove_hw_watchpoints): Likewise.
20 (reattach_breakpoints): Likewise.
21 (detach_breakpoints): Likewise.
22 (delete_breakpoint): Likewise.
23
24 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
25
26 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
27 (beakpoint_init_inferior): Likewise.
28 (breakpoint_here_p): Likewise. Only check addresses for software
29 or hardware breakpoints.
30 (breakpoint_inserted_here_p): Likewise.
31 (breakpoint_thread_match): Likewise. Correct comment.
32 (bpstat_have_active_hw_watchpoints): Likewise.
33 (check_duplicates): Likewise.
34
35 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
36
37 * breakpoints.c (insert_bp_location): New function, broken out
38 from insert_breakpoints. Work on an bp_location instead of a
39 breakpoint.
40 (insert_breakpoints): Use it.
41
42 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
43
44 * breakpoint.h (struct bp_location): Add section.
45 (struct breakpoint): Remove section.
46 * breakpoint.c (insert_breakpoints, remove_breakpoint)
47 (breakpoint_here_p, breakpoint_inserted_here_p)
48 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
49 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
50 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
51 section through loc.
52
53 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
54
55 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
56 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
57
58 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
59
60 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
61 arguments. Initialize owner and type for the new breakpoint
62 location item.
63 (set_raw_breakpoint): Update call to allocate_bp_location.
64
65 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
66
67 * breakpoint.h (struct bp_location): Add a chain pointer.
68 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
69 macros.
70 (bp_location_chain): New variable.
71 (allocate_bp_location): New function.
72 (set_raw_breakpoint): Use it.
73 (delete_breakpoint): Remove ->loc from the bp_location_chain.
74
75 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
76
77 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
78 (struct breakpoint): Remove address, shadow_contents, inserted,
79 requested_address, and duplicate. Add a struct bp_location.
80 * breakpoint.c (condition_command, read_memory_nobpt)
81 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
82 (reattach_breakpoints, update_breakpoints_after_exec)
83 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
84 (breakpoint_init_inferior, breakpoint_here_p)
85 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
86 (breakpoint_thread_match, bpstat_stop_status)
87 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
88 (describe_other_breakpoints, check_duplicates)
89 (make_breakpoint_permanent, create_thread_event_breakpoint)
90 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
91 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
92 (watch_command_1, print_one_exception_catchpoint)
93 (clear_command, breakpoint_re_set_one): Adjust member accesses to
94 use the breakpoint's ->loc.
95 (set_raw_breakpoint): Likewise. Initialize ->loc.
96 (delete_breakpoint): Likewise. Free ->loc.
97
98 2003-11-05 Andrew Cagney <cagney@redhat.com>
99
100 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
101 macro.
102 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
103 * config/i386/tm-cygwin.h
104 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
105 * config/powerpc/tm-linux.h
106 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
107 (at_subroutine_call_instruction_target): Delete declaration.
108 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
109 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
110 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
111
112 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
113 "struct bfd_section" and "struct bfd".
114 * target.h (struct section_table): Ditto.
115 * rs6000-nat.c (xcoff_relocate_core): Ditto.
116 * solib-svr4.c (elf_locate_base): Ditto.
117 * pa64solib.c (dld_cache_t): Ditto.
118 * objfiles.h (struct obj_section): Ditto.
119 * objfiles.c (add_to_objfile_sections): Ditto.
120 * exec.c (bfdsec_to_vmap): Ditto.
121 (add_to_section_table): Ditto.
122 (build_section_table): Ditto.
123 * corelow.c (get_core_register_section): Ditto.
124 * coffread.c (find_linenos): Ditto.
125 * elfread.c (elf_interpreter): Delete #if0'd function.
126
127 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
128 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
129 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
130 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
131
132 * arch-utils.h (generic_cannot_extract_struct_value_address):
133 Delete declaration.
134 * wince.c (_initialize_wince): Fix multi-line string.
135 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
136
137 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
138
139 * top.c (execute_command): Fix broken logic for command execution
140 while inferior is running in async mode.
141
142 2003-11-06 Mark Kettenis <kettenis@gnu.org>
143
144 * dwarf2-frame.c (execute_cfa_program): Mark register as
145 REG_SAVED_REG for DW_CFA_register opcode.
146
147 2003-11-05 Mark Kettenis <kettenis@gnu.org>
148
149 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
150 %rsp, %rip and %eflags to match ABI-change.
151
152 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
153
154 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
155 (ia64_gdbarch_init): Don't bother calculating the os.
156 Instead use the gdbarch_info struct and look at the osabi field.
157 Also use gdbarch_list_lookup_by_info() to look for a
158 candidate gdbarch.
159
160 2003-11-05 Kevin Buettner <kevinb@redhat.com>
161
162 * frv-tdep.c (frv_register_byte): Delete.
163 (frv_extract_return_value, frv_store_return_value)
164 (frv_extract_struct_value_address): Don't call frv_register_byte().
165 Convert to non-deprecated form.
166 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
167 Convert calls to set_gdbarch_deprecated_extract_return_value(),
168 set_gdbarch_deprecated_store_return_value(), and
169 set_gdbarch_deprecated_extract_struct_value_address() into
170 non-deprecated forms.
171
172 2003-11-05 Andrew Cagney <cagney@redhat.com>
173
174 * mips-tdep.c (mips_dump_tdep): Do not print
175 PRINT_EXTRA_FRAME_INFO.
176 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
177 Rename PRINT_EXTRA_FRAME_INFO.
178 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
179 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
180 (mips_print_extra_frame_info): Delete declaration.
181 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
182
183 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
184
185 * coffread.c (coff_symtab_read): Remove passing of info parameter
186 to prim_record_minimal_symbol_and_info.
187
188 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
189
190 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
191 (decode_base_type): Delete ifdeffed out code.
192
193 2003-11-04 Andrew Cagney <cagney@redhat.com>
194
195 * symtab.c (find_active_alias): Delete function.
196 (lookup_block_symbol): Delete alias code.
197 * stabsread.c (resolve_live_range): Delete function.
198 (add_live_range): Delete function.
199 (resolve_symbol_reference): Delete function.
200 (define_symbol): Delete live range and alias code.
201 (scan_file_globals): Delete alias code.
202 * symtab.h (SYMBOL_RANGES): Delete macro.
203 (struct range_list): Delete structure.
204 (struct symbol): Delete field "ranges".
205 (SYMBOL_ALIASES): Delete macro.
206 (struct alias_list): Delete structure.
207 (struct symbol): Delete field "aliases".
208
209 2003-11-04 Michael Snyder <msnyder@redhat.com>
210
211 * MAINTAINERS: Remove myself as owner of breakpoints and
212 of sparc/solaris.
213
214 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
215
216 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
217 (sh_sh4al_dsp_register_name): Ditto.
218 (sh4_nofpu_show_regs): Ditto.
219 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
220 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
221
222 2003-11-03 Andrew Cagney <cagney@redhat.com>
223
224 * bcache.c: Include "gdb_assert.h".
225 (struct bcache): Add fields "expand_count" and
226 "expand_hash_count".
227 (expand_hash_table): Update the expand counts.
228 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
229 on object sizes and hashes.
230 * Makefile.in (bcache.o): Update dependencies.
231
232 2003-11-03 Andrew Cagney <cagney@redhat.com>
233
234 * exec.c (xfer_memory): Eliminate xfer_fn.
235
236 2003-10-31 Kevin Buettner <kevinb@redhat.com>
237
238 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
239 (opcodes/frv-desc.h): Include.
240 (iacc0h_regnum, iacc0l_regnum): Define.
241 (last_spr_regnum, frv_num_regs): Update.
242 (new_variant): Don't supply default names for holes in the SPRs.
243 Supply names for iacc0h_regnum and iacc0l_regnum.
244 (frv_register_type): Use symbolic constants first_fpr_regnum and
245 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
246 builtin_type_int instead of builtin_type_int32.
247 (frv_register_sim_regno): New function.
248 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
249 * Makefile.in (gdb_sim_frv_h): Define.
250 (frv-tdep.o): Update dependencies.
251
252 2003-10-31 Andrew Cagney <cagney@redhat.com>
253
254 * avr-tdep.c (avr_frame_this_id): Do not call
255 deprecated_inside_entry_file.
256 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
257 * m32r-tdep.c (m32r_frame_this_id): Ditto.
258 * d10v-tdep.c (d10v_frame_this_id): Ditto.
259 * arm-tdep.c (arm_prologue_this_id): Ditto.
260 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
261
262 2003-10-31 Jim Blandy <jimb@redhat.com>
263
264 * elfread.c (elf_symtab_read): Allocate correct number of tail
265 elements to sectinfo structure. (Fix from Woody LaRue.)
266
267 2003-10-31 Andrew Cagney <cagney@redhat.com>
268
269 * stack.c (return_command): Use get_frame_type, instead of
270 CALL_DUMMY_HAS_COMPLETED.
271 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
272 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
273
274 2003-10-31 Mark Kettenis <kettenis@gnu.org>
275
276 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
277 explicitly specify size of array.
278 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
279 TDEP->sc_num_regs.
280
281 2003-10-31 Andrew Cagney <cagney@redhat.com>
282
283 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
284 function.
285 (s390_gdbarch_init): Set extract_struct_value_address.
286 * arch-utils.c (generic_cannot_extract_struct_value_address):
287 Delete function.
288 * arch-utils.h (generic_cannot_extract_struct_value_address):
289 Delete definition.
290
291 2003-10-31 Mark Kettenis <kettenis@gnu.org>
292
293 * i386-linux-nat.c (fetch_core_registers): Remove.
294 (linux_elf_core_fns): Remove.
295 (_initialize_i386_linux_nat): Remove.
296
297 2003-10-31 Andrew Cagney <cagney@redhat.com>
298
299 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
300 "exec.h".
301 (exec_entry_point): New function.
302 (enable_break): Create a "tmp_bfd_target", use that and
303 entry_point_address when computing the relocation offset.
304 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
305 * Makefile.in (solib-svr4.o): Update dependencies.
306
307 2003-10-31 Andrew Cagney <cagney@redhat.com>
308
309 * defs.h (XZALLOC): Define.
310 * target.h (struct target_ops): Add "to_data";
311 * bfd-target.h, bfd-target.c: New files.
312 * Makefile.in (SFILES): Add "bfd-target.c".
313 (COMMON_OBS): Add "bfd-target.o".
314 (bfd-target.o): Specify dependencies.
315 (bfd_target_h): Define.
316 * defs.h (XZALLOC): Define.
317
318 2003-10-31 Andrew Cagney <cagney@redhat.com>
319
320 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
321 adjust_breakpoint_address.
322 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
323 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
324 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
325 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
326
327 2003-10-31 Andrew Cagney <cagney@redhat.com>
328
329 * target.h (struct target_ops): Replace "to_read_partial" and
330 "to_write_partial" with "to_xfer_partial". Update comments.
331 * target.c (debug_to_write_partial): Delete function.
332 (debug_to_xfer_partial): Replace debug_to_read_partial.
333 (add_target, update_current_target, setup_target_debug): Set
334 "to_xfer_partial" instead of "to_read_partial" and
335 "to_write_partial".
336 (default_xfer_partial): Replace "default_write_partial".
337 (default_read_partial): Delete.
338 (target_read_partial, target_write_partial): Call
339 "to_xfer_partial".
340 * remote.c (init_remote_ops): Set "to_xfer_partial".
341 (init_remote_async_ops): Ditto.
342 (remote_xfer_partial): Replace "remote_read_partial".
343
344 2003-10-31 Mark Kettenis <kettenis@gnu.org>
345
346 * i386-tdep.c (i386_supply_fpregset): Support floating-point
347 registers in `fxsave' format.
348 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
349
350 2003-10-30 Mark Kettenis <kettenis@gnu.org>
351
352 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
353 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
354 TDEP->gregset_num_regs and tdep->sizeof_gregset.
355
356 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
357 specify size of array.
358 (i386_linux_init_abi): Remove initialization of
359 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
360 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
361
362 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
363 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
364 core-regset.o.
365
366 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
367 the ELF header.
368
369 2003-10-29 Mark Kettenis <kettenis@gnu.org>
370
371 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
372 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
373 core-regset.o.
374
375 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
376
377 * corelow.c: Include "arch-utils.h", "regset.h" and
378 "gdb_assert.h".
379 (core_gdbarch): New variable.
380 (sniff_core_bfd): Don't sniff if we have support for register sets
381 in CORE_GDBARCH.
382 (core_close): Reset CORE_GDBARCH.
383 (core_open): Initialize CORE_GDBARCH.
384 (get_core_register_section): Use register sets if they are
385 supported by CORE_GDBARCH.
386 (get_core_registers): Don't print error message if we have support
387 for register sets in CORE_GDBARCH.
388
389 2003-10-29 Andrew Cagney <cagney@redhat.com>
390
391 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
392 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
393
394 2003-10-29 Mark Kettenis <kettenis@gnu.org>
395
396 * objfiles.h (clear_objfile_data): New prototype.
397 * objfiles.c (clear_objfile_data): New function.
398 * symfile.c (reread_symbols): Clear per-objfile data.
399
400 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
401
402 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
403 printf_unfiltered instead of printf_filtered for output messages.
404 (add_symbol_file_command): Ditto.
405 (reread_symbols): Ditto.
406 (overlay_auto_command): Ditto.
407 (overlay_manual_command): Ditto.
408 (overlay_off_command): Ditto.
409
410 2003-10-27 Mark Kettenis <kettenis@gnu.org>
411
412 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
413 (gdbarch_from_bfd): New function.
414 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
415 deprecated_select_gdbarch_hack.
416 * arch-utils.h (gdbarch_from_bfd): New prototype.
417
418 2003-10-27 Andrew Cagney <cagney@redhat.com>
419
420 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
421 arch_info. Use warning instead of fprintf_filtered. Do not use
422 deprecated bfd_printable_arch_mach.
423
424 2003-10-26 Kevin Buettner <kevinb@redhat.com>
425
426 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
427 Delete.
428 (frv_register_type): Rename from frv_register_virtual_type. Add
429 ``struct gdbarch *'' parameter.
430 (frv_gdbarch_init): Delete calls to the following functions:
431 set_gdbarch_deprecated_size(),
432 set_gdbarch_deprecated_register_bytes(),
433 set_gdbarch_deprecated_register_raw_size(),
434 set_gdbarch_deprecated_max_register_raw_size(),
435 set_gdbarch_deprecated_register_virtual_size(),
436 set_gdbarch_deprecated_max_register_virtual_size(),
437 set_gdbarch_deprecated_register_virtual_size(),
438 set_gdbarch_deprecated_register_virtual_type().
439 Add call to function set_gdbarch_register_type().
440
441 2003-10-26 Mark Kettenis <kettenis@gnu.org>
442
443 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
444 FDOFF_REGNUM): Remove defines.
445 * win32-nat.c (do_child_fetch_inferior_registers): Include
446 "i387-tdep.h".
447 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
448 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
449 undefine I387_ST0_REGNUM.
450
451 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
452 * x86-64-tdep.c (x86_64_store_return_value): Use
453 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
454
455 Change register numbers to enumartion values.
456 * i386-tdep.h (enum i386_regnum): New.
457 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
458 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
459 I386_ST0_REGNUM): Remove defines.
460 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
461 I386_EDI_REGNUM): Remove defines.
462
463 2003-10-24 Andrew Cagney <cagney@redhat.com>
464
465 * target.c: Include "gdbcore.h".
466 (get_target_memory, get_target_memory_unsigned): New functions.
467 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
468 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
469 Use get_target_memory_unsigned.
470 * Makefile.in (target.o): Update dependencies.
471
472 2003-10-24 Andrew Cagney <cagney@redhat.com>
473
474 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
475 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
476 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
477 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
478 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
479
480 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
481 (can_run_code_for): Use the OO term "singleton".
482
483 2003-10-23 Andrew Cagney <cagney@redhat.com>
484
485 * Makefile.in (stack.o): Add $(regcache_h).
486 * stack.c: Include "regcache.h"
487 (return_command): Rewrite. Use get_frame_id and
488 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
489 about unhandled return-values.
490 * value.h (set_return_value): Delete declaration.
491 * values.c (set_return_value): Delete function.
492
493 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
494
495 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
496 (pseudo_regs): Add comment regarding register stack registers.
497 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
498 (floatformat_valid): New static routine.
499 (floatformat_ia64_ext): Add name field and set up is_valid routine
500 to floatformat_valid().
501 (examine_prologue): For the previous cfm, use
502 frame_unwind_register()
503 if the cfm is not stored in a register-stack register. Save the
504 previous cfm value in the prev_cfm field. Add debug output.
505 (ia64_frame_this_id): Use frame_id_build_special() to also register
506 the bsp. Add debug output.
507 (ia64_sigtramp_frame_this_id): Ditto.
508 (ia64_frame_prev_register): Look at cache saved_regs for a few more
509 registers and also add some checks for framelessness before accepting
510 current register values for fields such as return address. For cfm,
511 use the cached prev_cfm field if available. Add comment to explain
512 PSR logic. Add debug output.
513 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
514 as part of initialization.
515 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
516 calculated. Cache the bsp and cfm values.
517 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
518 instead of using ia64_frame_prev_register() which doesn't expect most
519 registers to be saved. The saved values for bsp and sp
520 can be taken from the cache. Add debug output.
521 (ia64_push_dummy_call): Use frame_id_build_special() to also register
522 the bsp.
523
524 2003-10-23 Jim Blandy <jimb@redhat.com>
525
526 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
527 architecture the current arch can run code for --- but not if it's
528 a superset.
529 (can_run_code_for): New function.
530
531 2003-10-22 James E Wilson <wilson@specifixinc.com>
532
533 * MAINTAINERS: Move myself from paper trail section back to write
534 after approval section.
535
536 2003-10-22 Andrew Cagney <cagney@redhat.com>
537
538 * exec.h: New file.
539 * win32-nat.c: Include "exec.h".
540 * solib.c: Include "exec.h".
541 * target.h (build_section_table): Delete declaration.
542 * somsolib.c: Include "exec.h".
543 (exec_ops): Delete extern declaration.
544 * rs6000-nat.c: Update copyright. Include "exec.h".
545 (exec_ops): Delete extern declaration.
546 * pa64solib.c: Update copyright. Include "exec.h".
547 (exec_ops): Delete extern declaration.
548 * exec.c: Update copyright. Include "exec.h".
549 * corelow.c: Update dependencies. Include "exec.h".
550 * Makefile.in (exec_h): Define.
551 (exec.o, somsolib.o): Update dependencies.
552 (pa64solib.o, corelow.o): Update dependencies.
553
554 2003-10-22 Andrew Cagney <cagney@redhat.com>
555
556 * target.c: Include "gdb_assert.h" (target_read): Call
557 "target_read_partial", not "target_write_partial".
558 (default_read_partial, default_write_partial): New function.
559 (target_read_partial, target_write_partial): Simplify, assume that
560 there is always a read/write method.
561 (update_current_target, add_target): Always set "to_read_partial"
562 and "to_write_partial".
563 (target_write, target_read): Fail on a zero byte transfer.
564 * Makefile.in (target.o): Update dependencies.
565 * target.h: Update copyright date.
566 (target_object): Fix typo.
567
568 2003-10-22 Andrew Cagney <cagney@redhat.com>
569
570 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
571 multi-arch method, add "targ" parameter.
572 (struct target_ops): Declare.
573 * gdbarch.h, gdbarch.c: Re-generate.
574 * Makefile.in (c-valprint.o): Update dependencies.
575 * arch-utils.h: Update copyright.
576 (convert_from_func_ptr_addr_identity): Declare.
577 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
578 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
579 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
580 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
581 * infcall.c (find_function_addr, call_function_by_hand): Update.
582 * c-valprint.c: Include "target.h".
583 (print_function_pointer_address): Update.
584
585 2003-10-22 Andrew Cagney <cagney@redhat.com>
586
587 * target.c (target_close): New function.
588 (debug_to_close): Use "target_close".
589 (push_target): Use "target_close".
590 (unpush_target): Use "target_close".
591 (pop_target): Use "target_close".
592 * target.h (struct target_ops): Add "to_xclose".
593 (target_open): Delete macro. Move comment to "to_open".
594 (target_close): Replace macro with function that takes a target.
595 * top.c (quit_target): Pass "current_target" to "target_close".
596
597 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
598
599 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
600 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
601 * symtab.h (lookup_minimal_symbol_text): Update.
602 * breakpoint.c (create_overlay_event_breakpoint,
603 create_longjmp_breakpoint): Update callers.
604 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
605 * symtab.c (find_pc_sect_line): Ditto.
606
607 2003-10-21 Andrew Cagney <cagney@redhat.com>
608
609 * target.c (errno): Delete extern declaration.
610
611 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
612
613 * ia64-tdep.c: Change all occurrences of
614 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
615 (ia64_frame_prev_register): Minor whitespace change.
616
617 2003-10-20 Michael Chastain <mec@shout.net>
618
619 * config/djgpp/fnchange.lst: Add lines for:
620 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
621 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
622 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
623 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
624 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
625 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
626 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
627
628 2003-10-20 Andrew Cagney <cagney@redhat.com>
629
630 * values.c (register_value_being_returned): Update comments. Use
631 "gdbarch_return_value" when available.
632 (using_struct_return): Ditto.
633 (set_return_value): Ditto. Use "gdbarch_return_value" when
634 available.. Print a warning, and not an error, when an unhandled
635 return type is encountered.
636 * infcmd.c: Include "gdb_assert.h".
637 (print_return_value): When gdbarch_return_value_p, and using
638 struct return, assume that the value is not available.
639 * defs.h (return_value_convention): Define.
640 * gdbarch.sh (gdbarch_return_value): New predicate method.
641 * gdbarch.h, gdbarch.c: Re-generate
642 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
643
644 2003-10-20 Andrew Cagney <cagney@redhat.com>
645
646 * symtab.c: Replace "struct sec" with "struct bfd_section".
647 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
648
649 2003-10-19 Michael Chastain <mec@shout.net>
650
651 * config/djgpp/fnchange.lst: Add lines for:
652 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
653 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
654 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
655
656 2003-10-19 Mark Kettenis <kettenis@gnu.org>
657
658 * amd64fbsd-nat.c (fetch_inferior_registers,
659 store_inferior_registers): Remove functions.
660 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
661
662 2003-10-18 Mark Kettenis <kettenis@gnu.org>
663
664 Add NetBSD/amd64 native configuration:
665 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
666 * amd64nbsd-tdep.c: New file.
667 * amd64nbsd-nat.c: New file.
668 * amd64bsd-nat.c: New file.
669 * config/i386/nbsd64.mh: New file.
670 * config/i386/nbsd64.mt: New file.
671 * configure.host: Add x86_64-*-netbsd*.
672 * configure.tgt: Add x86_64-*-netbsd*.
673 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
674 New targets.
675 * NEWS (New native configurations): Mention NetBSD/amd64.
676
677 2003-10-17 Michael Chastain <mec@shout.net>
678
679 * config/djgpp/fnchange.lst: Remove dead lines for:
680 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
681 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
682 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
683 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
684 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
685 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
686 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
687 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
688 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
689 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
690 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
691 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
692 gdb/config/sparc/tm-sparclite.h,
693 gdb/gdbtk/generic/ChangeLog-2001,
694 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
695 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
696 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
697 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
698 gdb/testsuite/gdb.mi/mi0-var-block.exp,
699 gdb/testsuite/gdb.mi/mi0-var-child.exp,
700 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
701 gdb/testsuite/gdb.mi/mi0-var-display.exp,
702 itcl/iwidgets3.0.0/demos/extfileselectionbox,
703 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
704 itcl/iwidgets3.0.0/demos/fileselectionbox,
705 itcl/iwidgets3.0.0/demos/fileselectiondialog,
706 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
707 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
708 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
709 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
710 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
711 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
712 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
713 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
714 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
715 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
716 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
717 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
718 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
719 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
720 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
721 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
722 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
723 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
724 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
725 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
726 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
727 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
728 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
729 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
730 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
731 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
732 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
733 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
734 itcl/iwidgets3.0.0/demos/html/shell.n.html,
735 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
736 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
737 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
738 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
739 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
740 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
741 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
742 itcl/iwidgets3.0.0/demos/scrolledcanvas,
743 itcl/iwidgets3.0.0/demos/scrolledframe,
744 itcl/iwidgets3.0.0/demos/scrolledhtml,
745 itcl/iwidgets3.0.0/demos/scrolledlistbox,
746 itcl/iwidgets3.0.0/demos/scrolledtext,
747 itcl/iwidgets3.0.0/demos/selectionbox,
748 itcl/iwidgets3.0.0/demos/selectiondialog,
749 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
750 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
751 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
752 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
753 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
754 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
755 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
756 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
757 itcl/iwidgets3.0.0/doc/scrolledframe.n,
758 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
759 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
760 itcl/iwidgets3.0.0/doc/scrolledtext.n,
761 itcl/iwidgets3.0.0/doc/selectionbox.n,
762 itcl/iwidgets3.0.0/doc/selectiondialog.n,
763 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
764 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
765 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
766 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
767 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
768 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
769 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
770 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
771 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
772 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
773 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
774 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
775 itcl/iwidgets3.0.0/generic/selectionbox.itk,
776 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
777 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
778 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
779 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
780 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
781 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
782 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
783 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
784 itcl/iwidgets3.0.0/tests/scrolledframe.test,
785 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
786 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
787 itcl/iwidgets3.0.0/tests/scrolledtext.test,
788 itcl/iwidgets3.0.0/tests/selectionbox.test,
789 itcl/iwidgets3.0.0/tests/selectiondialog.test,
790 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
791 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
792 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
793 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
794 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
795 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
796 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
797 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
798 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
799 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
800 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
801 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
802 tk/mac/tkMacProjects.sit.hqx.
803
804 2003-10-17 Andrew Cagney <cagney@redhat.com>
805
806 * target.c (target_section_by_addr): New function.
807 (do_xfer_memory): Use "target_section_by_addr".
808 * target.h (target_section_by_addr): Declare.
809
810 * target.h (struct target_ops): Add "to_read_partial" and
811 "to_write_partial", delete "to_query".
812 (target_read_partial, target_write_partial): Declare.
813 (target_read, target_write): Declare.
814 (target_query): Delete macro.
815 * target.c (target_read_partial): New function.
816 (target_write_partial, target_read, target_write): New function.
817 (update_current_target): Delete inheritance of "to_query". Add
818 comments about "to_read_partial" and "to_write_partial".
819 (debug_to_partial_read, debug_to_partial_write): New functions.
820 (debug_to_query): Delete function.
821 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
822 instead of "to_query".
823 * remote.c (remote_read_partial): Replace "remote_query".
824 (init_remote_ops): Set "to_read_partial" instead of "to_query".
825 (init_remote_async_ops): Ditto.
826 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
827 "target_read_partial" instead of "target_query".
828 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
829 Use "target_read_partial" instead of "target_query".
830
831 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
832
833 * frame.h (struct frame_id): Add new field: special_addr.
834 (frame_id_build_special): New prototype.
835 * frame.c (frame_id_build_special): New function.
836 (frame_id_build): Change to call frame_id_build_special().
837 (frame_id_eq): Change to also test special_addr field.
838 (frame_id_inner): Update comment.
839
840 2003-10-17 Andrew Cagney <cagney@redhat.com>
841
842 * target.c (update_current_target): Perform the target cleanup.
843 Put the target stack beneath the squashed "current_target".
844 (add_target): Delete disabled call to "cleanup_target".
845 (cleanup_target): Delete function.
846 (push_target, unpush_target): Do not call "cleanup_target".
847
848 2003-10-17 Andrew Cagney <cagney@redhat.com>
849
850 * target.c (target_stack): Change to a static target_ops.
851 (update_current_target): Walk the "struct target_ops" stack.
852 (pop_target, do_xfer_memory, target_info): Ditto.
853 (find_target_beneath): Ditto.
854 (push_target): Rewrite to use the "struct target_ops" stack.
855 (unpush_target): Ditto.
856 * target.h (struct target_stack_item): Delete definition.
857 (target_stack): Delete declaration.
858 (struct target_ops): Add field "beneath".
859
860 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
861
862 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
863 declaration.
864 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
865 (h8300_examine_prologue): Use h8300_normal_mode flag
866 (h8300_gdbarch_init): Set architecture info for normal mode
867
868 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
869
870 * remote.c (remote_protocol_vcont): New variable.
871 (set_remote_protocol_vcont_packet_cmd): New function.
872 (show_remote_protocol_vcont_packet_cmd): New function.
873 (init_all_packet_configs): Handle remote_protocol_vcont.
874 (remote_vcont_probe): New function.
875 (remote_vcont_resume): New function.
876 (remote_resume): Use it.
877 (remote_async_resume): Call remote_resume.
878 (_initialize_remote): Add verbose-resume packet commands.
879
880 2003-10-16 Andrew Cagney <cagney@redhat.com>
881
882 * infrun.c (handle_inferior_event): Add comment about
883 "frame_id_inner" being too weak.
884
885 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
886
887 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
888 second parameter, which is always null. Remove
889 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
890 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
891 accordingly.
892 * somsolib.c (som_solib_create_inferior_hook,
893 som_solib_desire_dynamic_linker_symbols): Update callers.
894 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
895
896 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
897
898 * remote-m32r-sdi.c : New file, interface to m32r on-chip
899 debug interface, SDI (Scalable Debug Interface).
900 * NEWS: Mention m32r SDI protocol was supported.
901 * Makefile.in (remote-m32r-sdi.o): Add build rule.
902 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
903
904 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
905
906 * ia64-linux-tdep.c: Include gdbcore.h.
907 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
908 (ia64_linux_sigcontext_register_addr): Find the address of the
909 sigcontext area stored in the sigframe instead of using
910 a magic offset constant.
911
912 2003-10-15 Andrew Cagney <cagney@redhat.com>
913
914 * remote.c (remote_search): Delete function.
915 * target.h (target_search): Delete disabled macro.
916 (struct target_ops): Delete disabled field "to_search".
917
918 2003-10-14 Kevin Buettner <kevinb@redhat.com>
919
920 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
921 instead of deprecated_inside_entry_file().
922
923 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
924
925 * sh-tdep.c: Fix copy/paste hangover in comment.
926 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
927 mode.
928 (sh3e_sh4_extract_return_value): Ditto.
929
930 2003-10-13 Richard Henderson <rth@redhat.com>
931
932 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
933 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
934 match c_val_print a bit closer.
935
936 2003-10-13 Kevin Buettner <kevinb@redhat.com>
937
938 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
939 (frv_gdbarch_adjust_breakpoint_address): New function.
940 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
941 method.
942
943 2003-10-13 Kevin Buettner <kevinb@redhat.com>
944
945 * breakpoint.h (struct breakpoint): Add new member
946 ``requested_address''.
947 * breakpoint.c (breakpoint_adjustment_warning)
948 (adjust_breakpoint_address): New static functions.
949 (print_it_typical): Issue warning if breakpoint's address is different
950 from its requested address.
951 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
952 (breakpoint_re_set_one): Set breakpoint's
953 ``requested_address'' field. Set ``address'' field to the
954 result of calling adjust_breakpoint_address() on the requested
955 address.
956
957 2003-10-13 Kevin Buettner <kevinb@redhat.com>
958
959 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
960 * gdbarch.h, gdbarch.c: Regenerate.
961
962 2003-10-11 Mark Kettenis <kettenis@gnu.org>
963
964 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
965 TDEP->sc_num_regs.
966
967 * i386fbsd-tdep.c: New file.
968 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
969 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
970 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
971 i386bsd-tdep.c.
972 (_initialize_i386fbsd_tdep): New function.
973 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
974 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
975 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
976 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
977 TDEP->sc_num_regs.
978 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
979 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
980 to initialize TDEP->sc_num_regs.
981 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
982 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
983 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
984 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
985 FreeBSD ELF OS/ABI's here.
986 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
987 (i386fbsd-tdep.o): New target.
988 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
989 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
990
991 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
992 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
993 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
994 in initialization of TDEP->sc_num_regs.
995
996 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
997 (x86_64_init_abi): Initialize regset_from_core_section if
998 appropriate.
999
1000 * i386-tdep.c (i386_regset_from_core_section): New function.
1001 (i386_gdbarch_init): Initialize regset_from_core_section if
1002 appropriate.
1003 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1004
1005 * i386-tdep.h (struct regset): Declare opaque.
1006
1007 * gdbarch.sh (regset_from_core_section): New method.
1008 (struct regset): Declare opaque.
1009 * gdbarch.c, gdbarch.h: Regenerated.
1010
1011 2003-10-11 Alan Modra <amodra@bigpond.net.au>
1012
1013 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1014 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1015 Correct test for pc within section.
1016
1017 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1018
1019 * gdbarch.sh: Remove trailing whitepsace from comments.
1020
1021 2003-10-08 Roland McGrath <roland@redhat.com>
1022
1023 * gcore.c (make_mem_sec): Function removed, folded into ...
1024 (gcore_create_callback): ... here. To omit a section, clear its
1025 SEC_LOAD bit rather than zeroing its size.
1026 Omit read-only sections only if they correspond to a known disk file.
1027 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1028
1029 2003-10-10 Michael Snyder <msnyder@redhat.com>
1030
1031 * d10v-tdep.c: Fix typo in comment.
1032
1033 2003-10-10 Andrew Cagney <cagney@redhat.com>
1034
1035 * rs6000-tdep.c (e500_store_return_value): Delete function.
1036 (e500_extract_return_value): Delete function.
1037 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1038 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1039 "ppc_sysv_abi_restore_return_value" where applicable.
1040 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1041 (ppc_sysv_abi_extract_return_value): Declare.
1042 (ppc_sysv_abi_broken_store_return_value): Declare.
1043 (ppc_sysv_abi_broken_extract_return_value): Declare.
1044 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1045 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1046 start of file.
1047 (do_ppc_sysv_return_value): New function.
1048 (ppc_sysv_abi_extract_return_value): New function.
1049 (ppc_sysv_abi_store_return_value): New function.
1050 (ppc_sysv_abi_broken_extract_return_value): New function.
1051 (ppc_sysv_abi_broken_store_return_value): New function.
1052 (ppc_sysv_abi_use_struct_convention): Call
1053 do_ppc_sysv_return_value.
1054
1055 2003-10-10 J. Brobecker <brobecker@gnat.com>
1056
1057 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1058 to lookup the main function symbol.
1059
1060 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1061
1062 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1063 types correctly.
1064 (sh_push_dummy_call_fpu): Fix argument passing rules.
1065 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1066 float types.
1067 (sh3e_sh4_store_return_value): Ditto.
1068
1069 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
1070
1071 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1072 comment.
1073
1074 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1075
1076 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1077 more readable code. Accomodate passing of bitfields.
1078
1079 2003-10-10 Andrew Cagney <cagney@redhat.com>
1080
1081 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1082 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1083 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1084 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1085 (ppc64_sysv_abi_push_dummy_call): New function.
1086 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1087 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1088 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1089
1090 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1091
1092 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1093 * README: Ditto.
1094 * d10v-tdep.c: Ditto.
1095 * h8300-tdep.c: Ditto.
1096 * remote-e7000.c: Ditto.
1097 * remote-hms.c: Ditto.
1098 * ser-e7kpc.c: Ditto.
1099 * sh-stub.c: Ditto.
1100 * sh-tdep.c: Ditto.
1101 * sh-tdep.h: Ditto.
1102 * sh3-rom.c: Ditto.
1103 * sh64-tdep.c: Ditto.
1104 * top.c: Ditto.
1105 * wince.c: Ditto.
1106 * config/d10v/d10v.mt: Ditto.
1107 * config/sh/embed.mt: Ditto.
1108 * config/sh/linux.mt: Ditto.
1109 * config/sh/tm-linux.h: Ditto.
1110 * config/sh/tm-sh.h: Ditto.
1111 * config/sh/wince.mt: Ditto.
1112
1113 2003-10-09 Andrew Cagney <cagney@redhat.com>
1114
1115 * ppc-tdep.h (struct type): Declare opaque.
1116 * x86-64-tdep.h (struct regcache): Declare opaque.
1117 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1118 coding style.
1119
1120 2003-10-09 Andrew Cagney <cagney@redhat.com>
1121
1122 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1123 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1124 (SOFTWARE_SINGLE_STEP_P): Ditto.
1125 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1126 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1127 (SOFTWARE_SINGLE_STEP_P): Ditto.
1128 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1129 software_single_step to rs6000_software_single_step.
1130
1131 2003-10-09 Andrew Cagney <cagney@redhat.com>
1132
1133 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1134
1135 2003-10-09 Michael Snyder <msnyder@redhat.com>
1136
1137 * frame.h: Fix typo in comment.
1138 * dummy-frame.c: Fix typo in comment.
1139 * d10v-tdep.c: Random whitespace/comment tweaks.
1140
1141 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1142
1143 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1144 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1145 on stack.
1146
1147 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1148 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1149 in detail.
1150
1151 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1152
1153 * remote-mips.c (mips_initialize): Remove unneeded call to
1154 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1155
1156 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1157
1158 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1159 a memory pointer.
1160
1161 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1162
1163 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1164 for any lwp we resume.
1165 (running_callback): Add lwps that have pending status events
1166 against them to be considered running.
1167
1168 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1169
1170 * m32r-tdep.c : Include "dis-asm.h".
1171 * Makefile.in (m32r-tdep.o): Update dependencies.
1172
1173 2003-10-06 J. Brobecker <brobecker@gnat.com>
1174
1175 * completer.h (get_gdb_completer_word_break_characters): Delete.
1176 * completer.c: include language.h.
1177 (gdb_completer_word_break_characters): Delete.
1178 (get_gdb_completer_word_break_characters): Delete.
1179 (location_completer): Use the word break characters of the current
1180 language.
1181 (complete_line): Likewise.
1182 (line_completion_function): Likewise.
1183 (skip_quoted_chars): Likewise.
1184 * Makefile.in (completer.o): Add dependency on language.h.
1185 * top.c (init_main): Set the readline word break characters
1186 to GDB's default word break characters.
1187
1188 2003-10-06 J. Brobecker <brobecker@gnat.com>
1189
1190 * language.h (language_defn): new field, la_word_break_characters.
1191 * language.c (unknown_language_defn): Set new field to
1192 default_word_break_characters.
1193 (auto_language_defn): Likewise.
1194 (local_language_defn): Likewise.
1195 * ada-lang.c (ada_language_defn): Likewise.
1196 * c-lang.c (c_language_defn): Likewise.
1197 (cplus_language_defn): Likewise.
1198 (asm_language_defn): Likewise.
1199 (minimal_language_defn): Likewise.
1200 * f-lang.c (f_language_defn): Likewise.
1201 * jv-lang.c (java_language_defn): Likewise.
1202 * m2-lang.c (m2_language_defn): Likewise.
1203 * objc-lang.c (objc_language_defn): Likewise.
1204 * p-lang.c (pascal_language_defn): Likewise.
1205 * scm-lang.c (scm_language_defn): Likewise.
1206
1207 2003-10-06 Andrew Cagney <cagney@redhat.com>
1208
1209 * ppc-sysv-tdep.c: Re-indent.
1210
1211 2003-10-06 J. Brobecker <brobecker@gnat.com>
1212
1213 * language.h (default_word_break_characters): Add prototype.
1214 * language.c (default_word_break_characters): New function.
1215
1216 2003-10-06 Andreas Schwab <schwab@suse.de>
1217
1218 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1219 with %eax.
1220
1221 2003-10-06 Andrew Cagney <cagney@redhat.com>
1222
1223 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1224 "h8500-tdep.c".
1225 (z8k-tdep.o): Delete custom build rule.
1226
1227 2003-10-06 Andrew Cagney <cagney@redhat.com>
1228
1229 * Makefile.in: Update all dependencies.
1230
1231 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1232 No longer list PA as as obsolete candidate. List m32r as
1233 broken instead of obsolete.
1234
1235 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1236 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1237 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1238 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1239 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1240 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1241 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1242 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1243 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1244 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1245 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1246 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1247 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1248 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1249 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1250 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1251 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1252 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1253 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1254 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1255 * config/z8k/z8k.mt: Ditto.
1256
1257 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1258 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1259 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1260 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1261 sparclite were removed.
1262 * configure.host, configure.tgt: Remove corresponding tuples.
1263
1264 * breakpoint.c, breakpoint.h: Remove obsolete code.
1265 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1266 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1267 * stabsread.h, xcoffread.c: Ditto.
1268
1269 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1270 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1271 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1272 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1273
1274 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1275
1276 * f-valprint.c: Reformatting
1277
1278 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1279
1280 * x86-64-tdep.c: Remove duplicate comment.
1281
1282 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1283 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1284 names for return values. This fixes a bug since we looked at %rbx
1285 instead of %rdx.
1286
1287 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1288
1289 * x86-64-tdep.c: Include "regset.h".
1290
1291 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1292 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1293 sizeof_fpregset.
1294 * i386-tdep.c: Include "regset.h".
1295 (i386_supply_gregset): New function.
1296 (i386_supply_fpregset): New function.
1297 (i386_gdbarch_init): Initialze register set-related members of
1298 TDEP.
1299 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1300 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1301
1302 2003-10-03 Andrew Cagney <cagney@redhat.com>
1303
1304 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1305 set extract_return_value, store_return_value and
1306 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1307 ppc64_sysv_abi_store_return_value and
1308 ppc64_sysv_abi_use_struct_convention.
1309 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1310 (ppc64_sysv_abi_store_return_value): Declare.
1311 (ppc64_sysv_abi_use_struct_convention): Declare.
1312 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1313 (ppc64_sysv_abi_extract_return_value): New function.
1314 (ppc64_sysv_abi_store_return_value): New function.
1315 (ppc64_sysv_abi_use_struct_convention): New function.
1316 (ppc64_sysv_abi_return_value): New function.
1317
1318 2003-10-03 Andrew Cagney <cagney@redhat.com>
1319
1320 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1321 convert a descriptor to a function when it's in the ".opd"
1322 section.
1323
1324 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1325
1326 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1327 reg_size to keep GCC silent.
1328
1329 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1330
1331 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1332 base for DW_EH_PE_textrel encodings.
1333 (read_encoded_value): Add a DW_EH_PE_textrel case.
1334 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1335 section.
1336
1337 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1338
1339 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1340
1341 2003-10-02 Andrew Cagney <cagney@redhat.com>
1342
1343 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1344 REGISTER_RAW_SIZE.
1345 * gdbarch.h, gdbarch.c: Re-generate.
1346 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1347 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1348 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1349 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1350 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1351 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1352 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1353 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1354 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1355 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1356 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1357 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1358 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1359 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1360 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1361 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1362
1363 2003-10-02 Jim Blandy <jimb@redhat.com>
1364
1365 * dwarf2read.c (struct die_info): Doc fix.
1366
1367 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1368
1369 * sh-tdep.c: Running thru gdb_indent.sh.
1370
1371 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1372
1373 * sh-tdep.c (sh_justify_value_in_reg): New function.
1374 (sh_stack_allocsize): Ditto.
1375 (flt_argreg_array): New array used for floating point argument
1376 passing.
1377 (sh_init_flt_argreg): New function.
1378 (sh_next_flt_argreg): Ditto.
1379 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1380 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1381 Fix argument passing strategy.
1382 (sh_push_dummy_call_nofpu): Ditto.
1383
1384 2003-10-01 Andrew Cagney <cagney@redhat.com>
1385
1386 * value.h (register_value_being_returned): Declare. Replace
1387 "value_being_returned".
1388 * infcall.c (call_function_by_hand): Use
1389 register_value_being_returned.
1390 * infcmd.c (print_return_value): Call
1391 "register_value_being_returned", handle struct return locally.
1392 * values.c (register_value_being_returned): New function. Replace
1393 "value_being_returned".
1394
1395 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1396
1397 * linux-proc.c (linux_do_registers): New function.
1398 (linux_make_note_section): Use linux_do_registers in case of
1399 single threaded inferior programs.
1400
1401 2003-10-01 Andrew Cagney <cagney@redhat.com>
1402
1403 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1404 use STRUCT_ADDR. When not using "struct return convention", pass
1405 "0" to "value_being_returned". Add FIXMEs.
1406 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1407 value_being_returned. Add comments.
1408 * values.c (value_being_returned): Add fixme.
1409 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1410 (hppa_value_returned_from_stack): Add FIXME.
1411
1412 2003-09-30 David Carlton <carlton@kealia.com>
1413
1414 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1415 'has_children' and 'next' by 'child' and 'sibling'.
1416 (read_comp_unit): Rework algorithm, breaking body into
1417 read_die_and_children and read_die_and_siblings.
1418 (read_die_and_children, read_die_and_siblings): New.
1419 (read_full_die): Add 'has_children' argument; set it instead of
1420 the die's 'has_children' field. Minor formatting cleanup.
1421 (free_die_list): Use die->child and die->sibling instead of
1422 die->next.
1423 (dump_die_list): Ditto.
1424 (sibling_die): Use die->sibling.
1425 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1426 'has_children' and 'next' fields.
1427 (process_die, read_file_scope, read_func_scope)
1428 (read_lexical_block_scope, read_structure_scope)
1429 (read_enumeration, read_array_type, read_common_block)
1430 (read_namespace, read_subroutine_type, dump_die): Ditto.
1431
1432 2003-09-30 Andrew Cagney <cagney@redhat.com>
1433
1434 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1435 to 224, not 220.
1436
1437 2003-09-30 Andrew Cagney <cagney@redhat.com>
1438
1439 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1440 REGISTER_VIRTUAL_SIZE.
1441 * gdbarch.h, gdbarch.c: Regenerate.
1442 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1443 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1444 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1445
1446 2003-09-29 Andrew Cagney <cagney@redhat.com>
1447
1448 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1449 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1450 * gdbarch.h, gdbarch.c: Regenerate.
1451 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1452 * sh64-tdep.c, sparc-tdep.c: Update.
1453
1454 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1455 * remote-vxmips.c (vx_read_register): Ditto.
1456 * remote-vx68.c (vx_read_register): Ditto.
1457 * gnu-nat.c (inf_validate_procs): Ditto.
1458
1459 2003-09-29 J. Brobecker <brobecker@gnat.com>
1460
1461 * infcall.c (call_function_by_hand): Fix build failure
1462 introduced in the previous change to this file.
1463
1464 2003-09-29 Andrew Cagney <cagney@redhat.com>
1465
1466 * NEWS: Mention Objective-C.
1467
1468 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1469
1470 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1471 test if the register has been saved on the stack.
1472 (arm_scan_prologue_cache): When analysing the instruction
1473 "str lr, [sp, #-4]", save the address where lr has been stored.
1474
1475 2003-09-28 Andrew Cagney <cagney@redhat.com>
1476
1477 * frame.c (frame_read_unsigned_register): Delete function.
1478 * frame.h (frame_read_unsigned_register): Delete declaration.
1479 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1480 get_frame_register_unsigned.
1481 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1482 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1483 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1484
1485 * frame.h (frame_read_register): Delete declaration.
1486 * frame.c (frame_read_register): Delete function.
1487 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1488 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1489 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1490 * mips-tdep.c (mips_register_to_value): Ditto.
1491 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1492 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1493
1494 * frame.c (frame_read_signed_register): Delete function.
1495 (frame_read_unsigned_register): Update comments.
1496 * frame.h (frame_read_signed_register): Delete declaration.
1497 * h8300-tdep.c (h8300_print_register): Use
1498 get_frame_register_signed.
1499 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1500
1501 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1502 Rename VALUE_RETURNED_FROM_STACK.
1503 * infcmd.c (print_return_value): Update.
1504 * infcall.c (call_function_by_hand): Update.
1505
1506 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1507
1508 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1509 regcache argument and reverse the order of the other two
1510 arguments. Remove local regcache variable. Determine
1511 architecture from REGCACHE. Update comments.
1512 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1513 reverse the order of the other two arguments. Remove local
1514 regcache variable. Determine architecture from REGCACHE. Update
1515 comments.
1516 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1517 prototypes. Update comments.
1518 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1519 comment.
1520 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1521 Update.
1522 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1523 * i386-interix-nat.c (supply_fpregset): Update.
1524 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1525 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1526 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1527 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1528 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1529 Update.
1530 * i386obsd-tdep.c (fetch_core_registers): Update.
1531 * i386v4-nat.c (supply_fpregset): Update.
1532 * x86-64-linux-nat.c (supply_fpregset): Update.
1533 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1534
1535 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1536
1537 * i386-tdep.h: Put opaque declarations in alphabetical
1538 order. Remove spurious whitespace.
1539 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1540 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1541 * i386-tdep.c (MM0_REGNUM): Remove define.
1542 (i386_mmx_regnum_p): Add gdbarch argument.
1543 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1544 Rewrite using new macro definitions for FPU/SSE registers.
1545 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1546 definitions from i387-tdep.h.
1547 (i386_register_name): Update.
1548 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1549 new macro definitions for FPU/SSE registers.
1550 (i386_extract_return_value): Determine whether floating-point
1551 registers are present by examining REGCACHE's architecture.
1552 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1553 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1554 FPU/SSE registers.
1555 (i386_register_type): Update.
1556 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1557 definitions for FPU registers. Use REGCACHE's architecture to
1558 determine the appropriate register numbers.
1559 (i386_pseudo_register_read, i386_pseudo_register_write,
1560 i386_register_reggroup_p): Update.
1561 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1562 TDEP->mm0_regnum.
1563 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1564 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1565 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1566 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1567 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1568 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1569 *' to `void *'.
1570 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1571 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1572 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1573 definitions for FPU/SSE registers.
1574 (FXSAVE_MXCSR_ADDR): New define.
1575 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1576 TDEP->mm0_regnum.
1577 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1578 (I387_ST0_REGNUM): Define.
1579
1580 * regcache.h (get_regcache_arch): New prototype.
1581 * regcache.c (get_regcache_arch): New function.
1582
1583 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1584 whitespace.
1585
1586 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1587 Initialize using ARRAY_SIZE.
1588
1589 2003-09-27 Andrew Cagney <cagney@redhat.com>
1590
1591 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1592 "init_frame_pc_default".
1593 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1594 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1595 * vax-tdep.c (vax_gdbarch_init): Update.
1596 * v850-tdep.c (v850_gdbarch_init): Update.
1597 * sh64-tdep.c (sh64_gdbarch_init): Update.
1598 * s390-tdep.c (s390_gdbarch_init): Update.
1599 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1600 * mcore-tdep.c (mcore_gdbarch_init): Update.
1601 * h8300-tdep.c (h8300_gdbarch_init): Update.
1602 * cris-tdep.c (cris_gdbarch_init): Update.
1603 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1604
1605 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1606
1607 * regset.h: New file.
1608 * Makefile.in (regset_h): Add.
1609
1610 2003-09-25 Andrew Cagney <cagney@redhat.com>
1611
1612 * frame.h (deprecated_frame_saved_regs): Rename
1613 get_frame_saved_regs.
1614 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1615 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1616 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1617 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1618 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1619
1620 2003-09-25 Andrew Cagney <cagney@redhat.com>
1621
1622 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1623 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1624 and Java.
1625 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1626 arm*-*-* do not use the new frame code.
1627
1628 2003-09-25 David Carlton <carlton@kealia.com>
1629
1630 * c-exp.y: Remove 'register' declarations.
1631 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1632
1633 2003-09-25 David Carlton <carlton@kealia.com>
1634
1635 * c-exp.y: Include cp-support.h. Add qualified_type.
1636 (yylex): Delete nested type hack; add comments.
1637 * cp-namespace.c (cp_lookup_nested_type): New function.
1638 * cp-support.h: Declare cp_lookup_nested_type.
1639 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1640 instead of value_struct_elt_for_reference.
1641 * valops.c: Include cp-support.h.
1642 (value_aggregate_elt): New function.
1643 (value_namespace_elt): Ditto.
1644 (value_struct_elt_for_reference): Make static.
1645 * value.h: Delete declaration of value_struct_elt_for_reference;
1646 add declaration for value_aggregate_elt.
1647 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1648 (valops.o): Ditto.
1649
1650 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1651
1652 * stack.c: Include "reggroups.h".
1653 (frame_info): Only display registers in all_reggroup.
1654 * Makefile.in (stack.o): Update dependencies.
1655
1656 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1657
1658 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1659 "add ip, sp #n" in the prologue.
1660 (arm_scan_prologue): Ditto.
1661
1662 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1663
1664 * MAINTAINERS (write after approval): Add myself.
1665
1666 2003-09-25 Andreas Schwab <schwab@suse.de>
1667
1668 * m68k-tdep.c: Include "dwarf2-frame.h".
1669 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1670 * Makefile.in (m68k-tdep.o): Update dependencies.
1671
1672 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1673
1674 * sh-tdep.c (struct frame_extra_info): Remove.
1675 (struct sh_frame_cache): New structure.
1676 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1677 (GET_TARGET_REG): Ditto but target register.
1678 (GET_PUSHED_REG): Remove.
1679 (IS_MOV_ARG_TO_REG): New macro.
1680 (IS_MOV_ARG_TO_IND_R14): New macro.
1681 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1682 (IS_MOVW_PCREL_TO_REG): New macro.
1683 (IS_MOVL_PCREL_TO_REG): New macro.
1684 (IS_SUB_REG_FROM_SP): New macro.
1685 (IS_ARG_MOV): Remove.
1686 (IS_MOV_TO_R14): Remove.
1687 (IS_RESTORE_FP): New macro.
1688 (IS_RTS): New macro.
1689 (IS_LDS): New macro.
1690 (IS_MOV_FP_SP): New macro.
1691 (IS_ADD_REG_TO_FP): New macro.
1692 (IS_ADD_IMM_FP): New macro.
1693 (sh_skip_prologue_hard_way): Remove.
1694 (sh_saved_pc_after_call): Remove.
1695 (sh_frame_chain): Remove.
1696 (sh_find_callers_reg): Remove.
1697 (sh_nofp_frame_init_saved_regs): Remove.
1698 (sh_fp_frame_init_saved_regs): Remove.
1699 (sh_init_extra_frame_info): Remove.
1700 (sh_analyze_prologue): New function.
1701 (sh_skip_prologue): Remove deprecated code. Rely on new function
1702 sh_analyze_prologue when after_prologue fails.
1703 (sh_frame_saved_pc): Remove.
1704 (sh_alloc_frame_cache): New function.
1705 (sh_frame_cache): Ditto.
1706 (sh_frame_prev_register): Ditto.
1707 (sh_frame_this_id): Ditto.
1708 (sh_frame_unwind): New structure defining the heuristic frame
1709 sniffer interface.
1710 (sh_frame_sniffer): New function.
1711 (sh_unwind_sp): Ditto.
1712 (sh_unwind_pc): Ditto.
1713 (sh_unwind_dummy_id): Ditto.
1714 (sh_frame_base_address): Ditto.
1715 (sh_frame_base): New structure defining new frame base code.
1716 (sh_in_function_epilogue_p): New function.
1717 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1718 code and to call all new code instead. Initialize dwarf2 and
1719 heuristic frame sniffer.
1720
1721 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1722
1723 * parser-defs.h (struct exp_descriptor): New definition, containing
1724 language-specific info for printing, prefixifying, dumping, and
1725 evaluating expressions.
1726 (exp_descriptor_standard): Declare new variable.
1727 (print_subexp): Make global and declare here (from expprint.c).
1728 (dump_subexp): Ditto.
1729 (dump_subexp_body_standard): Declare.
1730 (operator_length_standard): Declare.
1731 (op_name_standard): Declare.
1732 (print_subexp): Declare.
1733 (print_subexp_standard): Declare.
1734
1735 * language.h (struct language_defn): Add la_exp_desc field to hold
1736 pointer to table for language-specific operators.
1737 Remove evaluate_exp field, which is now in struct exp_descriptor.
1738
1739 * parse.c (operator_length): Move most code to new
1740 operator_length_standard function. Use language-specific information.
1741 (operator_length_standard): New function taking most code from
1742 operator_length.
1743 (exp_descriptor_standard): New constant.
1744
1745 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1746 and OP_EXTENDED_LAST.
1747
1748 * expprint.c (print_subexp): Use language-specific print_subexp.
1749 Make global; remove static declaration.
1750 Move most code to print_subexp_standard.
1751 (print_subexp_standard): New function, containing code formerly in
1752 print_subexp.
1753 (op_name): Add expression to argument signature.
1754 Use langauge-specific op_name.
1755 Move most code to op_name_standard.
1756 (op_name_standard): New function, containing code formerly in op_name.
1757 (dump_subexp): Use new version of op_name function.
1758 Use language-specific dump_subexp_body, and move most existing code to
1759 dump_subexp_body_standard.
1760 (dump_raw_expression): Use new op_name interface.
1761 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1762 (dump_subexp_body_standard): New function, containing code formerly
1763 in dump_subexp_body.
1764
1765 * language.c (unknown_language): Add default la_exp_desc field and
1766 remove evaluate_exp field.
1767 (auto_language): Ditto.
1768 (local_language): Ditto.
1769 * f-lang.c (f_language_defn): Ditto.
1770 * c-lang.c (c_language_defn): Ditto.
1771 (cplus_language_defn): Ditto.
1772 (asm_language_defn): Ditto.
1773 (minimal_language_defn): Ditto.
1774 * p-lang.c (pascal_language_defn): Ditto.
1775 * m2-lang.c (m2_language_defn): Ditto.
1776 * objc-lang.c (objc_language_defn): Ditto.
1777
1778 * jv-lang.c (exp_descriptor_java): New variable, containing
1779 Java-specific expression evaluator.
1780 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1781 field.
1782 * scm-lang.c (exp_descriptor_scm): New variable, containing
1783 Scheme-specific expression evaluator.
1784 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1785 field.
1786 * objc-lang.c (print_object_command): Take evaluate_exp from the
1787 la_exp_desc field.
1788
1789 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1790
1791 * eval.c: Include parser-defs.h for the full declaration of
1792 la_exp_desc's type.
1793 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1794
1795 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1796
1797 * parser-defs.h (operator_length): Declare.
1798
1799 * parse.c (length_of_subexp): Use operator_length to get operator
1800 lengths and arities for operators.
1801 Move most code to new operator_length function.
1802 (operator_length): New function absorbing most code from
1803 length_of_subexp.
1804 (prefixify_subexp): Remove large case and use operator_length instead.
1805 (parse_exp_1): Use renamings:
1806 dump_prefix_expression => dump_raw_expression and
1807 dump_postfix_expression => dump_prefix_expression.
1808
1809 * expression.h (dump_prefix_expression): Rename to ...
1810 (dump_raw_expression): New name.
1811 (dump_postfix_expression): Rename to ...
1812 (dump_prefix_expression): New name.
1813
1814 * expprint.c (dump_subexp): Make global. Add comment.
1815 Move most existing code to dump_subexp_body.
1816 (dump_subexp_body): New function.
1817 (dump_prefix_expression): Rename to dump_raw_expression.
1818 Remove attempt to print the expression via print_expression: it can't
1819 work before the expression is prefixified.
1820 (dump_raw_expression): Renamed from dump_prefix_expression.
1821 (dump_postfix_expression): Rename to dump_prefix_expression, since
1822 that's what it does.
1823 Remove 'note' parameter, since this routine must be used on
1824 prefixified expression.
1825 (dump_prefix_expression): Renamed from dump_postfix_expression.
1826
1827 2003-09-22 Jim Blandy <jimb@redhat.com>
1828
1829 * dwarf2read.c (read_array_type): When building the type for an
1830 array of unspecified length, make sure to choose the upper bound
1831 so that the array's total length comes out to be zero --- that's
1832 how we represent such arrays.
1833
1834 2003-09-22 Michael Chastain <mec@shout.net>
1835
1836 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1837
1838 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1839
1840 * top.c (quit_force): Fix indirect call to quit_target so
1841 a struct qt_args pointer is passed.
1842
1843 2003-09-22 Andrew Cagney <cagney@redhat.com>
1844
1845 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1846 * arch-utils.c (init_frame_pc_noop): Delete function.
1847 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1848 "init_frame_pc".
1849 * mips-tdep.c (mips_gdbarch_init): Ditto.
1850 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1851 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1852 declaration.
1853 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1854 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1855 declaration.
1856 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1857
1858 2003-09-22 Anthony Green <green@redhat.com>
1859
1860 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1861 declaration.
1862
1863 2003-09-20 Andrew Cagney <cagney@redhat.com>
1864
1865 * breakpoint.c: Eliminate ARGSUSED.
1866 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1867 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1868 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1869 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1870 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1871 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1872 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1873 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1874 * wince.c, remote-vx.c: Ditto.
1875
1876 * cli/cli-script.c: Remove "register" attributes.
1877 * config/pa/tm-hppa.h: Ditto.
1878 * cli/cli-decode.c: Ditto.
1879 * cli/cli-cmds.c: Ditto.
1880
1881 2003-09-19 Andrew Cagney <cagney@redhat.com>
1882
1883 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1884 DEPRECATED_NPC_REGNUM.
1885 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1886
1887 2003-09-19 Christopher Faylor <cgf@redhat.com>
1888
1889 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1890
1891 2003-09-19 Jim Blandy <jimb@redhat.com>
1892
1893 * macrotab.c (macro_include): Use the correct comparison to find
1894 the appropriate place for this inclusion in the list.
1895
1896 2003-09-19 Andrew Cagney <cagney@redhat.com>
1897
1898 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1899 (DEPRECATED_HPUX_TEXT_END): Define.
1900 (deprecated_hpux_text_end): Declare.
1901 (struct target_ops): Declare opaque.
1902 * hppah-nat.c (text_end): Make static.
1903 (deprecated_hpux_text_end): New function.
1904 * exec.c (text_end): Delete global variable.
1905 (NEED_TEXT_START_END): Do not define.
1906 (exec_file_attach): Replace code computing "text_end" code with
1907 call to DEPRECATED_HPUX_TEXT_END.
1908
1909 2003-09-19 Andrew Cagney <cagney@redhat.com>
1910
1911 * utils.c (align_up, align_down): New functions.
1912 * defs.h (align_up, align_down): Declare.
1913 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1914 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1915 and "align_down".
1916 (round_up, round_down): Delete functions.
1917 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1918 "align_down".
1919 (ROUND_DOWN, ROUND_UP): Delete macros.
1920 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1921 * h8300-tdep.c: Replace "round_up" and "round_down" with
1922 "align_up" and "align_down".
1923 (round_up, round_down): Delete macros.
1924 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1925 "align_down".
1926 (ROUND_UP, ROUND_DOWN): Delete macros.
1927
1928 2003-09-18 J. Brobecker <brobecker@gnat.com>
1929
1930 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1931 hard-coded constant. Use the proper machine name instead.
1932
1933 2003-09-17 Andrew Cagney <cagney@redhat.com>
1934
1935 * sparc-tdep.c (legacy_register_name): Delete function.
1936 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1937 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1938 * infcmd.c (gdb_register_name): Delete variable.
1939 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1940 REGISTER_NAME and "tm.h".
1941 * gdbarch.h, gdbarch.c: Regenerate.
1942 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1943 REGISTER_NAMES in comments.
1944 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1945 * m68klinux-nat.c (regmap): Ditto.
1946
1947 2003-09-17 Jim Blandy <jimb@redhat.com>
1948
1949 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1950
1951 2003-09-17 Andrew Cagney <cagney@redhat.com>
1952
1953 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1954 (ppcnbsd_init_abi): Set "use_struct_convention" to
1955 "ppcnbsd_use_struct_convention".
1956
1957 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1958
1959 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1960 * gdbarch.h, gdbarch.c: Regenerate.
1961 (stabs_argument_has_addr): New architecture method.
1962 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1963 * arch-utils.c: Include "buildsym.h".
1964 (default_stabs_argument_has_addr): New function.
1965 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1966 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1967
1968 2003-09-17 Andrew Cagney <cagney@redhat.com>
1969
1970 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1971 * gdbarch.h, gdbarch.c: Regenerate.
1972 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1973 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1974 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1975 * sparcnbsd-tdep.c: Update.
1976
1977 2003-09-17 Andrew Cagney <cagney@redhat.com>
1978
1979 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1980 * gdbarch.h, gdbarch.c: Regenerate.
1981 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1982 * d10v-tdep.c, frame.c: Update.
1983 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1984 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1985 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1986 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1987 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1988 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1989 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1990 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1991 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1992 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1993 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1994 * config/pa/nm-hppah.h: Update.
1995
1996 2003-09-16 Andrew Cagney <cagney@redhat.com>
1997
1998 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1999 "use_struct_convention" to "ppc_linux_use_struct_convention".
2000 (ppc_linux_use_struct_convention): New function.
2001 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2002 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2003 "rs6000_use_struct_convention".
2004 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2005 declaration.
2006 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2007 Delete function.
2008
2009 2003-09-16 Andrew Cagney <cagney@redhat.com>
2010
2011 * buildsym.c: Remove more occurances of "register".
2012 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2013 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2014 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2015 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2016 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2017 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2018 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2019 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2020
2021 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
2022
2023 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2024 numbers to enumeration values.
2025 * sh-tdep.c: Accomodate above change.
2026 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2027 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2028 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2029 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2030 (IS_FPUSH): Rename from IS_FMOV.
2031 (sh_extract_struct_value_address): Remove useless comment.
2032 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2033 instead of own local values.
2034 (sh_dump_tdep): Remove.
2035 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2036 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2037
2038 2003-09-15 Andrew Cagney <cagney@redhat.com>
2039
2040 * doublest.c (convert_floatformat_to_doublest): No longer need to
2041 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2042
2043 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
2044
2045 * values.c (unpack_double): Call floatformat_is_valid.
2046
2047 2003-09-15 Mark Kettenis <kettenis@gnu.org>
2048
2049 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2050 ps_strings into a long.
2051
2052 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2053 _initialize_am64fbsd_nat.
2054
2055 2003-09-15 Kevin Buettner <kevinb@redhat.com>
2056
2057 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2058 associated with DW_AT_ranges attribute is out of bounds.
2059
2060 2003-09-15 David Lecomber <dsl@sources.redhat.com>
2061
2062 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2063
2064 2003-09-14 Michael Chastain <mec@shout.net>
2065
2066 * config/m68k/nm-apollo68v.h: Delete.
2067 * config/m68k/xm-apollo68v.h: Delete.
2068
2069 2003-09-14 Andrew Cagney <cagney@redhat.com>
2070
2071 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2072 * dcache.c: Update copyrights and descriptions.
2073 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2074
2075 2003-09-14 Andrew Cagney <cagney@redhat.com>
2076
2077 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2078 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2079
2080 2003-09-14 Andrew Cagney <cagney@redhat.com>
2081
2082 * alpha-nat.c: Remove some occurances of "register".
2083 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2084 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2085 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2086 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2087 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2088 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2089 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2090 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2091 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2092 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2093 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2094 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2095 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2096 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2097 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2098 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2099 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2100 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2101 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2102 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2103 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2104 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2105
2106 2003-09-13 Andrew Cagney <cagney@redhat.com>
2107
2108 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2109 * ppc-tdep.h (struct regcache): Declare opaque.
2110 * objfiles.h (struct objfile_data): Declare opaque.
2111 * cp-support.h (struct objfile): Declare opaque.
2112 * linux-nat.h (target_waitstatus): Declare opaque.
2113
2114 2003-09-14 Mark Kettenis <kettenis@gnu.org>
2115
2116 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2117 (stabs_argument_has_addr): New architecture method.
2118 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2119 * arch-utils.c: Include "buildsym.h".
2120 (default_stabs_argument_has_addr): New function.
2121 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2122 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2123
2124 * cris-tdep.c (cris_gdbarch_init): Set
2125 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2126 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2127 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2128 * mips-tdep.c (mips_gdbarch_init): Likewise.
2129 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2130 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2131
2132 2003-09-13 Andrew Cagney <cagney@redhat.com>
2133
2134 * values.c (using_struct_return): Delete "function" and "funcaddr"
2135 parameters.
2136 * value.h (using_struct_return): Update declaration.
2137 * infcmd.c (finish_command_continuation): Update.
2138 (finish_command): Update.
2139 * infcall.c (call_function_by_hand): Update.
2140 * eval.c (evaluate_subexp_standard): Update.
2141
2142 2003-09-13 Christopher Faylor <cgf@redhat.com>
2143
2144 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2145 SSE registers since gdb will not operate correctly without this.
2146 Restore include file ordering munged in previous change.
2147 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2148
2149 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2150
2151 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2152 REG_STRUCT_HAS_ADDR.
2153 * gdbarch.c, gdbarch.h: Updated.
2154 * infcall.c (call_function_by_hand): Update.
2155 * stabsread.c (define_symbol): Updated.
2156
2157 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2158
2159 2003-09-12 Christopher Faylor <cgf@redhat.com>
2160
2161 * win32-nat.c: Reorganize so that defines used by target headers are
2162 actually defined by the system headers.
2163 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2164 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2165
2166 2003-09-12 Jim Blandy <jimb@redhat.com>
2167
2168 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2169 the file has no .data, .bss, or .rodata sections. Instead wait
2170 until we see a variable alleged to live in one of those sections.
2171
2172 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2173 .bss section, presume that any variables we find live in the
2174 .rodata section.
2175
2176 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2177 offsets for global and static variables.
2178
2179 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2180 symbol types are, by definition, in the .data section, so it is
2181 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2182 If there is no .data section, there should be no N_DATA or N_DATA
2183 | N_EXT symbols.
2184
2185 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2186
2187 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2188 (amd64fbsd_sigcontext_addr): Rewrite.
2189 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2190 with correct values.
2191 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2192 (amd64fbsd_init_abi): Fix typo.
2193
2194 2003-09-12 Andrew Cagney <cagney@redhat.com>
2195
2196 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2197 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2198
2199 2003-09-12 Andrew Cagney <cagney@redhat.com>
2200
2201 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2202 "entry_file_highpc". Update comments.
2203 * defs.h (deprecated_inside_entry_file): Rename
2204 "inside_entry_file".
2205 * blockframe.c (deprecated_inside_entry_file): Rename
2206 "inside_entry_file".
2207 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2208 * vax-tdep.c (vax_frame_chain): Update.
2209 * sh64-tdep.c (sh64_frame_chain): Update.
2210 * sh-tdep.c (sh_frame_chain): Update.
2211 * rs6000-tdep.c (rs6000_frame_chain): Update.
2212 * ns32k-tdep.c (ns32k_frame_chain): Update.
2213 * mips-tdep.c (mips_frame_chain): Update.
2214 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2215 * m32r-tdep.c (m32r_frame_this_id): Update.
2216 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2217 * frv-tdep.c (frv_frame_this_id): Update.
2218 * d10v-tdep.c (d10v_frame_this_id): Update.
2219 * cris-tdep.c (cris_frame_chain): Update.
2220 * blockframe.c (legacy_frame_chain_valid): Update.
2221 * avr-tdep.c (avr_frame_this_id): Update.
2222 * arm-tdep.c (arm_prologue_this_id): Update.
2223 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2224 * objfiles.c (objfile_relocate): Update.
2225 * mipsread.c (mipscoff_symfile_read): Update.
2226 (mipscoff_symfile_read): Update.
2227 * mdebugread.c (parse_partial_symbols): Update.
2228 * dwarfread.c (read_file_scope): Update.
2229 * dwarf2read.c (read_file_scope): Update.
2230 * dbxread.c (read_dbx_symtab): Update.
2231 (read_dbx_symtab): Update.
2232 * coffread.c (complete_symtab): Update.
2233
2234 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2235
2236 * top.c (quit_target): New static helper function.
2237 (quit_force): Moved code to quit_target(). Call quit_target()
2238 via catch_errors() to catch errors during quit.
2239
2240 2003-09-11 David Carlton <carlton@kealia.com>
2241
2242 * buildsym.c (finish_block): Use allocate_block to allocate the
2243 block.
2244 * mdebugread.c (new_block): Add FIXME.
2245
2246 2003-09-11 David Carlton <carlton@kealia.com>
2247
2248 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2249 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2250 (recursive_dump_type): Ditto.
2251 * printcmd.c (print_formatted): Ditto.
2252 * typeprint.c (print_type_scalar): Ditto.
2253 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2254 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2255 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2256 maint_cplus_cmd_list.
2257 * cp-support.c: Make maint_cplus_cmd_list extern.
2258 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2259 command.h.
2260 (lookup_symbol_file): Look in possible namespace blocks when
2261 appropriate.
2262 (initialize_namespace_symtab): New.
2263 (get_possible_namespace_block, free_namespace_block)
2264 (check_possible_namespace_symbols)
2265 (check_possible_namespace_symbols_loop)
2266 (check_one_possible_namespace_symbol)
2267 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2268 (_initialize_cp_namespace): Ditto.
2269 * block.h: Declare allocate_block.
2270 * block.c (allocate_block): New.
2271 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2272 allocate_block.
2273 * symfile.h: Update declaration of add_psymbol_to_list.
2274 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2275 question.
2276 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2277 scan_partial_symbols_call.
2278 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2279 helper functions.
2280 (add_partial_symbol): If necessary, scan mangled names for names
2281 of namespaces.
2282 (add_partial_namespace): Add NAMESPACE argument; generate partial
2283 symbols associated to namespaces.
2284 (add_partial_enumeration): Add NAMESPACE argument.
2285 (new_symbol): Allow namespace syms.
2286 (read_namespace): Generate namespace syms.
2287 * objfiles.h: Add opaque declaration of struct symtab.
2288 (struct objfile): Add cp_namespace_symtab member.
2289 * objfiles.c (allocate_objfile): Set
2290 objfile->cp_namespace_symtab.
2291 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2292 dictionary_h, command_h.
2293
2294 2003-09-11 Andrew Cagney <cagney@redhat.com>
2295
2296 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2297 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2298 near the function's end.
2299 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2300 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2301 regcache_raw_write_signed to set SP_REGNUM.
2302
2303 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2304
2305 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2306 orig_addrs is set up properly.
2307
2308 2003-09-11 Andrew Cagney <cagney@redhat.com>
2309
2310 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2311 * gdbarch.h, gdbarch.c: Re-generate.
2312 * infcall.c (call_function_by_hand): Update.
2313 * hppa-tdep.c (hppa_push_arguments): Update.
2314 * ada-lang.c (place_on_stack): Update.
2315 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2316 * sparc-tdep.c (sparc_gdbarch_init): Update.
2317 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2318 * hppa-tdep.c (hppa_gdbarch_init): Update.
2319 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2320 stack_align.
2321
2322 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2323
2324 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2325 register do need a frame.
2326
2327 2003-09-11 Andrew Cagney <cagney@redhat.com>
2328
2329 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2330 buildable since GDB 5.0.
2331 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2332 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2333 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2334 * irix4-nat.c: Delete file.
2335 * config/mips/irix4.mh: Delete file.
2336 * config/mips/irix3.mh: Delete file.
2337 * config/mips/irix3.mt: Delete file.
2338 * config/mips/tm-irix3.h: Delete file.
2339 * config/mips/nm-irix3.h: Delete file.
2340 * config/mips/xm-irix3.h: Delete file.
2341 * config/mips/nm-irix4.h: Delete file.
2342 * config/mips/xm-irix4.h: Delete file.
2343 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2344
2345 2003-09-10 J. Brobecker <brobecker@gnat.com>
2346
2347 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2348 * Makefile.in (hppa-tdep.o): Update dependencies.
2349
2350 2003-09-10 James E Wilson <wilson@specifixinc.com>
2351
2352 * MAINTAINERS: Change my e-mail address. Move to paper trail
2353 section.
2354
2355 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2356
2357 * MAINTAINERS (frv): New ISA entry.
2358
2359 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2360
2361 * frv-tdep.c (dis-asm.h): Include.
2362 * Makefile.in (frv-tdep.o): Update dependencies.
2363
2364 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2365
2366 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2367 Fix typo for high range of floating registers.
2368
2369 2003-09-09 David Carlton <carlton@kealia.com>
2370
2371 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2372 highpc initialization here out of scan_partial_symbols.
2373 (scan_partial_symbols): Restructure into a recursive version,
2374 calling add_partial_namespace and add_partial_enumeration when
2375 appropriate.
2376 (add_partial_namespace): New.
2377 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2378
2379 2003-09-09 Andrew Cagney <cagney@redhat.com>
2380
2381 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2382 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2383 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2384 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2385
2386 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2387 (rs6000_push_dummy_call): Set the "TOC" register.
2388
2389 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2390 methods "max_register_raw_size", "max_register_virtual_size" or
2391 "register_virtual_size".
2392
2393 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2394
2395 * MAINTAINERS: Update my e-mail address.
2396
2397 2003-09-09 Andrew Cagney <cagney@redhat.com>
2398
2399 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2400 (rs6000_push_dummy_call): Store the struct return address.
2401 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2402
2403 2003-09-09 Andrew Cagney <cagney@redhat.com>
2404
2405 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2406 "ppc_sysv_abi_push_arguments".
2407 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2408 "ppc_sysv_abi_push_arguments".
2409 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2410 instead of "push_arguments".
2411 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2412
2413 2003-09-09 Andrew Cagney <cagney@redhat.com>
2414
2415 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2416 instead of CALL_DUMMY_ADDRESS.
2417
2418 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2419
2420 * p-lang.c: Eliminate "register".
2421 * c-lang.c: Ditto.
2422 * expprint.c: Ditto.
2423 * f-lang.c: Ditto.
2424 * jv-lang.c: Ditto.
2425 * language.c: Ditto.
2426 * m2-lang.c: Ditto.
2427 * parse.c: Ditto.
2428 * scm-lang.c: Ditto.
2429 * objc-lang.c: Ditto.
2430
2431 2003-09-09 Nick Clifton <nickc@redhat.com>
2432
2433 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2434
2435 2003-09-04 Andrew Cagney <cagney@redhat.com>
2436
2437 * avr-tdep.c: Include "dis-asm.h".
2438 * cris-tdep.c: Include "dis-asm.h".
2439 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2440 instead of corresponding typedef.
2441 * h8300-tdep.c: Include "dis-asm.h".
2442 * ia64-tdep.c: Include "dis-asm.h".
2443 * i386-tdep.c: Include "dis-asm.h".
2444 (i386_print_insn): Use "struct disassemble_info" instead of
2445 corresponding typedef.
2446 * m68k-tdep.c: Include "dis-asm.h".
2447 * mcore-tdep.c: Include "dis-asm.h".
2448 * mips-tdep.c: Include "dis-asm.h".
2449 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2450 instead of corresponding typedef.
2451 * ns32k-tdep.c: Include "dis-asm.h".
2452 * s390-tdep.c: Include "dis-asm.h".
2453 * sparc-tdep.c: Include "dis-asm.h".
2454 * vax-tdep.c: Include "dis-asm.h".
2455 * v850-tdep.c: Include "dis-asm.h".
2456 * mn10300-tdep.c: Include "dis-asm.h".
2457 * rs6000-tdep.c: Include "dis-asm.h".
2458 * xstormy16-tdep.c: Include "dis-asm.h".
2459 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2460 print_insn_xstormy16.
2461 * Makefile.in (v850-tdep.o): Update dependencies.
2462 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2463 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2464 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2465 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2466 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2467 (gdbarch_h): Remove $(dis_asm_h).
2468 * disasm.c: Include "dis-asm.h".
2469 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2470 corresponding typedef.
2471 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2472 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2473 * gdbarch.sh: Do not include "dis-asm.h".
2474 (struct disassemble_info): Declare opaque.
2475 (TARGET_PRINT_INSN): Update declaration.
2476 * gdbarch.h, gdbarch.c: Re-generate.
2477
2478 2003-09-08 Andrew Cagney <cagney@redhat.com>
2479
2480 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2481 CALL_DUMMY_ADDRESS, change to a predicate.
2482 * gdbarch.h, gdbarch.c: Re-generate.
2483 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2484 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2485 * infcall.c (call_function_by_hand): Ditto.
2486 * sparc-tdep.c (sparc_push_return_address): Ditto.
2487 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2488 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2489 CALL_DUMMY_ADDRESS with entry_point_address.
2490 * v850-tdep.c (v850_push_return_address): Ditto.
2491 * s390-tdep.c (s390_push_return_address): Ditto.
2492 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2493 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2494 * mcore-tdep.c (mcore_push_return_address): Ditto.
2495 * cris-tdep.c (cris_push_return_address): Ditto.
2496 * arm-tdep.c (arm_push_return_address): Ditto.
2497
2498 2003-09-08 Andrew Cagney <cagney@redhat.com>
2499
2500 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2501 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2502 and REG_UNMODIFIED to REG_SAME_VALUE.
2503 (execute_cfa_program): Update.
2504 (dwarf2_frame_cache): Update. Initialize table to
2505 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2506 location.
2507 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2508
2509 2003-09-08 Andrew Cagney <cagney@redhat.com>
2510
2511 * gnu-nat.c: Remove "inline" function attribute.
2512 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2513
2514 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2515
2516 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2517 target.
2518
2519 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2520
2521 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2522 (frame_extra_info): Rename this struct to frv_unwind_cache.
2523 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2524 Add fields ``prev_sp'' and ``base''.
2525 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2526 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2527 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2528 Delete.
2529 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2530 Revise all callers. Fill in the unwind cache argument and make
2531 other adjustments to account for new frame mechanisms.
2532 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2533 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2534 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2535 (frv_frame_unwind, frv_frame_base): New structs.
2536 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2537 additional arguments expected by this method and adjust function
2538 body accordingly.
2539 (frv_gdbarch_init): Remove calls to the following functions:
2540 set_gdbarch_deprecated_init_frame_pc(),
2541 set_gdbarch_deprecated_saved_pc_after_call(),
2542 set_gdbarch_deprecated_frame_chain(),
2543 set_gdbarch_deprecated_frame_saved_pc(),
2544 set_gdbarch_deprecated_frame_init_saved_regs(),
2545 set_gdbarch_deprecated_push_arguments(),
2546 set_gdbarch_deprecated_push_return_address(),
2547 set_gdbarch_deprecated_pop_frame(),
2548 set_gdbarch_deprecated_call_dummy_words(),
2549 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2550 set_gdbarch_deprecated_init_extra_frame_info(),
2551 set_gdbarch_deprecated_dummy_write_sp(), and
2552 set_gdbarch_deprecated_pc_in_call_dummy().
2553 Add calls to the following functions:
2554 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2555 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2556 frame_base_set_default().
2557 * Makefile.in (frv-tdep.o): Update dependencies.
2558
2559 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2560
2561 * dwarf2-frame.c (read_encoded_value): Add support for
2562 DW_EH_PE_aligned encoding.
2563
2564 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2565
2566 * infrun.c (normal_stop): Don't print a message if the inferior
2567 has exited.
2568
2569 2003-09-08 Jim Blandy <jimb@redhat.com>
2570
2571 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2572 * dbxread.c: #include "gdb_assert.h".
2573 (read_dbx_symtab): If the objfile has no .data section, use the
2574 section index for the .bss section instead.
2575
2576 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2577
2578 * frame.c (deprecated_safe_get_selected_frame): New function.
2579 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2580 * findvar.c (read_var_value): Call it.
2581
2582 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2583
2584 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2585 (sh64-tdep.o): Add dependencies.
2586 * configure.tgt: Add FIXME to sh-*-linux*.
2587 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2588 (sh_gdbarch_init): Always set correct sh_show_regs function
2589 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2590 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2591 * sh64-tdep.c: New file, containing all sh64 related code from
2592 sh-tdep.c.
2593 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2594 * config/sh/linux.mt (TDEPFILES): Ditto.
2595 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2596 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2597 * config/sh/wince.mt (TDEPFILES): Ditto.
2598
2599 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2600
2601 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2602 (stop_wait_callback): Handle !lp->signalled also.
2603 (lin_lwp_has_pending, flush_callback): New functions.
2604 (lin_lwp_wait): Call flush_callback.
2605 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2606 (linux_proc_pending_signals): New function.
2607 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2608
2609 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2610
2611 From Nick Kelsey <nickk@ubicom.com>:
2612 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2613 when the stop PC is at the beginning of a function also.
2614
2615 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2616
2617 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2618 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2619
2620 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2621
2622 * sol-thread.c: Include "gdb_string.h".
2623
2624 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2625
2626 * gcore.c: Reorder include files in alphabetical order. Include
2627 "gdb_assert.h". Various coding style fixes.
2628 (derive_stack_segment, derive_heap_segment): Replace check for
2629 non-null BOTTOM and TOP with gdb_assert.
2630 (derive_heap_segment): Replace check for successful creation of
2631 ZERO with gdb_assert.
2632 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2633
2634 2003-09-04 Andrew Cagney <cagney@redhat.com>
2635
2636 * thread-db.c (verbose_dlsym): New function.
2637 (thread_db_load): Use verbose_dlsym
2638 (thread_db_new_objfile): Print that libthread_db was loaded, and
2639 that thread debugging was enabled.
2640
2641 2003-09-04 Andrew Cagney <cagney@redhat.com>
2642
2643 * configure.tgt: Add "mips64*-*-*" target. Delete
2644 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2645 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2646 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2647 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2648 mips*-sony-*, and mips64*-*-elf* targets.
2649 * config/mips/embedl.mt: Delete file.
2650 * config/mips/embedl64.mt: Delete file.
2651 * config/mips/mips.mt: Delete file.
2652 * config/mips/mips64.mt: Delete file.
2653 * config/mips/tm-embed.h: Delete file.
2654 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2655 * config/mips/embed64.mt: Delete out-of-date comment.
2656
2657 2003-09-04 Andrew Cagney <cagney@redhat.com>
2658
2659 * hppa-tdep.c (hppa_gdbarch_init): Set
2660 "have_nonsteppable_watchpoint".
2661 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2662 * mips-tdep.c (mips_dump_tdep): Do not print
2663 HAVE_NONSTEPPABLE_WATCHPOINT.
2664 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2665 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2666 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2667 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2668
2669 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2670
2671 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2672 unused code. Add comment.
2673
2674 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2675
2676 * breakpoint.c (watchpoint_check): Check for pc being in an
2677 epilogue if watchpoint frame couldn't be found.
2678
2679 2003-09-04 Andrew Cagney <cagney@redhat.com>
2680
2681 * Makefile.in: Re-generate all dependencies.
2682
2683 2003-09-03 Andrew Cagney <cagney@redhat.com>
2684
2685 * arch-utils.h (legacy_print_insn): Delete declaration.
2686 * arch-utils.c (legacy_print_insn): Delete function.
2687 * disasm.c (deprecated_tm_print_insn_info): Delete.
2688 (_initialize_disasm): Delete function, contained code initializing
2689 deprecated_tm_print_insn_info.
2690 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2691 (deprecated_tm_print_insn_info): Delete.
2692 (TARGET_PRINT_INSN): Do not provide a default.
2693 * gdbarch.h, gdbarch.c: Re-generate.
2694
2695 2003-09-03 Andrew Cagney <cagney@redhat.com>
2696
2697 * disasm.c (fprintf_disasm): New function.
2698 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2699 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2700 reverts 2003-08-14 change.
2701 (_initialize_disasm): Call "init_disassemble_info", instead of
2702 INIT_DISASSEMBLE_INFO_NO_ARCH.
2703
2704 2003-09-03 Michael Snyder <msnyder@redhat.com>
2705
2706 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2707
2708 2003-09-03 Andrew Cagney <cagney@redhat.com>
2709
2710 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2711 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2712 * symfile.c (syms_from_objfile): Update.
2713 (reread_symbols): `Update
2714 * exec.c (exec_file_attach): Update.
2715 (exec_file_attach): Update.
2716 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2717 2003-08-29 change.
2718 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2719
2720 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2721
2722 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2723 trad-frame.h.
2724 (arm_get_cache): Delete macro.
2725 (struct arm_prologue_cache): Update comments. Make saved_regs into
2726 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2727 to prev_sp.
2728 (thumb_scan_prologue): Update for cache changes. Don't call
2729 DEPRECATED_PC_IN_CALL_DUMMY.
2730 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2731 argument and use it in desperation search for our prologue. Do not
2732 search past the specified PC.
2733 (arm_make_prologue_cache): Simplify.
2734
2735 (arm_prologue_this_id, arm_prologue_prev_register)
2736 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2737 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2738 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2739 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2740 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2741
2742 (arm_frame_chain_valid, arm_find_callers_reg)
2743 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2744 (arm_pop_frame): Delete obsolete methods.
2745 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2746
2747 (arm_gdbarch_init): Update for new frame methods. Register prologue
2748 and sigtramp unwinders. Set the default frame base method.
2749
2750 * Makefile.in (arm-tdep.o): Update dependencies.
2751 * varobj.c (find_frame_addr_in_frame_chain): Call
2752 get_frame_base_address.
2753 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2754
2755 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2756
2757 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2758 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2759 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2760 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2761 Take NEXT_FRAME and CACHE arguments. Call
2762 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2763 Set unwound_pc in CACHE instead of modifying the frame argument.
2764 Don't bother checking the frame type when looking for sigtramp
2765 frames.
2766 (arm_make_prologue_cache, arm_frame_chain)
2767 (arm_init_extra_frame_info): New functions.
2768
2769 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2770
2771 * arm-tdep.c (arm_get_cache): Define.
2772 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2773 unwound_sp, unwound_pc, and saved_regs.
2774 (thumb_scan_prologue): Take a cache instead of the frame.
2775 (arm_scan_prologue): Likewise.
2776 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2777 instead of a temporary frame.
2778 (arm_init_extra_frame_info): Allocate and use a cache.
2779 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2780
2781 2003-09-03 Andrew Cagney <cagney@redhat.com>
2782
2783 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2784 * config/mips/wince.mt (TM_CLIBS): Ditto.
2785 * config/sh/wince.mt (TM_CLIBS): Ditto.
2786 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2787 * config/sparc/sp64.mt (CC): Delete.
2788
2789 2003-09-03 Andrew Cagney <cagney@redhat.com>
2790
2791 * defs.h: Do not include "arch-utils.h".
2792 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2793 GDB_MULTI_ARCH_PURE.
2794 * configure.in (GDB_MULTI_ARCH): Do not define.
2795 * configure, config.in: Regenerate.
2796 * configure.tgt: Do not set variable "gdb_multi_arch".
2797 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2798 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2799 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2800 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2801 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2802 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2803 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2804 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2805 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2806 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2807 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2808 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2809 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2810 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2811 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2812 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2813 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2814 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2815
2816 2003-08-30 Michael Chastain <mec@shout.net>
2817
2818 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2819 * config/m68k/nm-hp300hpux.h: Delete.
2820 * config/m68k/tm-hp300hpux.h: Delete.
2821 * config/m68k/xm-hp300hpux.h: Delete.
2822 * config/m68k/xm-hp300bsd.h: Delete.
2823 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2824 tm-hp300hpux.h, xm-hp300hpux.h.
2825 * somsolib.c: Remove comment about hp300 shared libraries.
2826
2827 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2828
2829 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2830 Only define PTRACE_GET_THREAD_AREA is not already defined.
2831 Various style fixes in code and comments and some additional
2832 spelling fixes in comments. Move after functions dealing with
2833 debug registers.
2834 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2835 Fix coding-style.
2836
2837 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2838 frame_unwind_register_unsigned instead of
2839 frame_unwind_unsigned_register.
2840
2841 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2842
2843 * configure.in: Search for gethostbyname in libnsl.
2844 * configure: Regenerated.
2845
2846 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2847
2848 * configure.in: Remove redundant AC_MSG_RESULT in check for
2849 uintptr_t in stdint.h.
2850 * configure: Regenerated.
2851
2852 * amd64-nat.h (struct regcache): Add opaque declaration.
2853
2854 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2855 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2856 Change "register array" to "register cache" in comments.
2857 (x86_64_linux_gregset64_reg_offset): New variable.
2858 (GETREGS_SUPPLIES): Remove macro.
2859 (supply_gregset): Call amd64_supply_native_gregset instead of
2860 x86_64_linux_supply_gregset.
2861 (fill_gregset): Rename `regno' to `regnum'. Call
2862 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2863 (store_regs): Rename `regno' to `regnum'.
2864 (store_fpregs): Rename `regno' to `regnum'.
2865 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2866 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2867 Reorganize function a bit.
2868 (store_inferior_registers): Rename `regno' to `regnum'. Use
2869 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2870 Reorganize function a bit.
2871 (_initialize_x86_64_linux_nat): New function.
2872 * config/i386/x86-64linux.mh.
2873
2874 2003-08-29 Andrew Cagney <cagney@redhat.com>
2875
2876 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2877 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2878 (target_remove_watchpoint): Delete macro.
2879 (target_insert_watchpoint): Delete macro.
2880 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2881 (remote_mips_stopped_by_watchpoint): Delete declaration.
2882 (remote_mips_remove_watchpoint): Delete declaration.
2883 (remote_mips_set_watchpoint): Delete declaration.
2884 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2885 * remote-mips.c (_initialize_remote_mips): Set
2886 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2887 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2888 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2889 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2890 (mips_stopped_by_watchpoint): Rename
2891 remote_mips_stopped_by_watchpoint.
2892 (mips_can_hardware_watchpoint): Rename
2893 remote_mips_can_use_hardware_watchpoint, update function
2894 signature.
2895
2896 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2897
2898 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2899 USER_DS. We haven't given them a register number yet.
2900
2901 * amd64-nat.h: New file.
2902 * amd64-nat.c: New file.
2903 * amd64fbsd-nat.c: Include "amd64-nat.h".
2904 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2905 (amd64fbsd32_r_reg_offset): New variable.
2906 (supply_gregset): Simply call amd64_supply_native_gregset.
2907 (fill_gregset): Rename `regno' to `regnum'. Simply call
2908 amd64_collect_native_gregset.
2909 (fill_fpregset): Rename `regno' to `regnum'.
2910 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2911 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2912 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2913 `fpregset_t'. Call amd64_supply_native_gregset instead of
2914 supply_gregset. Call x86_64_supply_fxsave instead of
2915 supply_fpregset.
2916 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2917 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2918 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2919 `fpregset_t'. Call amd64_collect_native_gregset instead of
2920 fill_gregset. Call x86_64_collect_fxsave instead of
2921 fill_fpregset.
2922 (_initialize_am64fbsd_nat): Initialize
2923 amd64_native_gregset32_reg_offset and
2924 amd64_native_gregset64_reg_offset.
2925 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2926
2927 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2928 null pointer. Fix typo in comment.
2929
2930 * regcache.c (supply_register): Reimplement to call
2931 regcache_raw_supply.
2932 (regcache_collect): Reimplement by calling regcache_raw_collect.
2933
2934 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2935
2936 * regcache.c (register_buffer): Consitify first argument.
2937 (regcache_raw_supply, regcache_raw_collect): New
2938 functions.
2939
2940 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2941
2942 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2943 by Nathan J. Williams.
2944
2945 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2946
2947 * lin-lwp.c (wait_lwp): New function, copied from
2948 stop_wait_callback. Clean up.
2949 (stop_wait_callback): Use wait_lwp.
2950
2951 2003-08-28 Andrew Cagney <cagney@redhat.com>
2952
2953 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2954 flavour and disassembler options.
2955 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2956 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2957 deprecated_tm_print_insn_info.
2958
2959 2003-08-27 Andrew Cagney <cagney@redhat.com>
2960
2961 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2962 Use target_read_memory.
2963 (s390_get_frame_info): Update. Do not reference
2964 deprecated_tm_print_insn_info.
2965 (s390_check_function_end, s390_is_sigreturn): Ditto.
2966
2967 2003-08-27 Andrew Cagney <cagney@redhat.com>
2968
2969 * Makefile.in (cris-tdep.o): Update dependencies.
2970 * cris-tdep.c: Include "gdb_assert.h".
2971 (cris_gdbarch_init): Set print_insn.
2972 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2973 (cris_delayed_get_disassembler): Simplify, directly call the
2974 disassembler returned by cris_get_disassembler.
2975 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2976 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2977 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2978 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2979 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2980 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2981 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2982 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2983 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2984 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2985 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2986 (gdb_print_insn_sparc): Delete function.
2987 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2988 deprecated_tm_print_insn_info.
2989 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2990 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2991 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2992 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2993 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2994 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2995 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2996 (s390_gdbarch_init): Set print_insn.
2997
2998 2003-08-27 Andrew Cagney <cagney@redhat.com>
2999
3000 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3001 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3002 * infcall.c (call_function_by_hand): Convert the entry point
3003 address into a code address.
3004
3005 2003-08-27 Andrew Cagney <cagney@redhat.com>
3006
3007 * dsrec.c: Include "gdb_string.h".
3008 * Makefile.in (dsrec.o): Update dependencies.
3009
3010 2003-08-27 Michael Chastain <mec@shout.net>
3011
3012 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3013
3014 2003-08-27 Andrew Cagney <cagney@redhat.com>
3015
3016 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3017 (alpha_osf1_init_abi): Do not set call_dummy_address.
3018
3019 2003-08-27 David Carlton <carlton@kealia.com>
3020
3021 From Randolph Chung <tausq@debian.org>:
3022 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3023 compiles with -Wformat-nonliteral -Werror.
3024
3025 2003-08-26 Jim Blandy <jimb@redhat.com>
3026
3027 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3028 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3029 bfd_lookup_symbol, since we only want symbols in code sections.
3030 (look_for_base): Pass zero as the SECT_FLAGS argument to
3031 bfd_lookup_symbol, since we're not concerned about which section
3032 the symbol is in.
3033
3034 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3035
3036 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3037 we are frameless or the return address register is already known.
3038
3039 2003-08-26 Andrew Cagney <cagney@redhat.com>
3040
3041 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3042 in size. Add comments.
3043
3044 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3045
3046 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3047 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3048
3049 2003-08-26 Jason Merrill <jason@redhat.com>
3050
3051 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3052 case out of #ifdef MIPS block.
3053
3054 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
3055
3056 PR java/1322
3057 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3058 available before calling SECT_OFF_TEXT.
3059 * PROBLEMS: Remove description of java/1322.
3060
3061 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3062
3063 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3064 bof, and nat0-nat127 as pseudo-registers.
3065 (ia64_frame_cache): New struct used to cache frame info.
3066 (ia64_register_reggroup_p): New routine used to override default
3067 register grouping so registers without names are still saved and
3068 restored.
3069 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3070 pseudo values.
3071 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3072 (ia64_pseudo_register_write): New routine to write pseudo-registers.
3073 (ia64_alloc_frame_cache): New routine to create a new
3074 ia64_frame_cache.
3075 (examine_prologue): Change prototype to add next_frame pointer.
3076 Assume frameless until otherwise proven. Verify that the cfm for
3077 current frame matches the cfm that should occur for the prologues
3078 alloc insn and if equal, mark as not frameless. At end of routine,
3079 if not frameless, calculate registers for the previous frame and store
3080 in the cache, if a cache is provided.
3081 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3082 and pass 0 for next_frame.
3083 (ia64_store_return_value): Change to use convert_typed_floating()
3084 instead of calling ia64_convert_to_raw().
3085 (ia64_extract_return_value): Change to use convert_typed_floating()
3086 instead of calling ia64_convert_to_virtual().
3087 (ia64_frame_cache): New routine to support new frame model.
3088 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3089 (ia64_frame_sniffer): Ditto.
3090 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3091 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3092 (ia64_sigtramp_frame_prev_register): Ditto.
3093 (ia64_sigtramp_frame_sniffer): Ditto.
3094 (ia64_frame_base_address): Ditto.
3095 (ia64_extract_struct_value_address): Change to issue error message.
3096 (ia64_frame_align): New routine to align sp.
3097 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3098 (ia64_push_arguments): Removed. Logic moved to
3099 ia64_push_dummy_call().
3100 (ia64_push_return_address): Ditto.
3101 (ia64_unwind_dummy_id): New function.
3102 (ia64_unwind_pc): Ditto.
3103 (ia64_convert_register_p): Ditto.
3104 (ia64_register_to_value): Ditto.
3105 (ia64_value_to_register): Ditto.
3106 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3107 (ia64_register_byte, ia64_register_raw_size): Ditto.
3108 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3109 (ia64_saved_pc_after_call): Ditto.
3110 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3111 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3112 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3113 (ia64_register_convert_to_raw): Ditto.
3114 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3115 (ia64_init_extra_frame_info): Ditto.
3116 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3117 (ia64_gdbarch_init): Remove registering of deprecated functions that
3118 are no longer used. Add registration of new gdbarch functions.
3119 Remove registering deprecated_write_sp. Replace
3120 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3121 Delete set_gdbarch_deprecated_register_convertible(),
3122 set_gdbarch_deprecated_register_convert_to_virtual(), and
3123 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3124 set_gdbarch_deprecated_register_size(),
3125 set_gdbarch_deprecated_register_bytes(),
3126 set_gdbarch_pcregnum(),
3127 set_gdbarch_deprecated_register_byte(),
3128 set_gdbarch_deprecated_register_raw_size(),
3129 set_gdbarch_deprecated_max_register_raw_size(),
3130 set_gdbarch_deprecated_register_virtual_size(),
3131 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3132 Replace set_gdbarch_deprecated_extract_return_value() with
3133 set_gdbarch_extract_return_value(). Remove calls to:
3134 set_gdbarch_deprecated_saved_pc_after_call();
3135 set_gdbarch_deprecated_frame_chain(),
3136 set_gdbarch_deprecated_frame_saved_pc(),
3137 set_gdbarch_deprecated_frame_init_saved_regs(),
3138 set_gdbarch_deprecated_get_saved_register(),
3139 set_gdbarch_deprecated_call_dummy_words(),
3140 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3141 set_gdbarch_deprecated_init_extra_frame_info(),
3142 set_gdbarch_deprecated_frame_args_address(),
3143 set_gdbarch_deprecated_frame_locals_address(),
3144 and set_gdbarch_deprecated_dummy_write_sp().
3145 Add set_gdbarch_convert_register_p(),
3146 set_gdbarch_register_to_value(),
3147 set_gdbarch_value_to_register(),
3148 set_gdbarch_push_dummy_call(),
3149 set_gdbarch_frame_align(),
3150 set_gdbarch_unwind_dummy_id(),
3151 set_gdbarch_unwind_pc(),
3152 frame_unwind_append_sniffer(),
3153 frame_unwind_append_sniffer(),
3154 and frame_base_set_default().
3155
3156 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3157
3158 * configure.tgt: Document need for special "mipsisa64" handling.
3159 (mipsisa64*-*-linux64): Handle as target linux64.
3160 (mipsisa64*-*-*): Handle as target embed64.
3161
3162 2003-08-18 Michael Chastain <mec@shout.net>
3163
3164 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3165 objfile bug.
3166
3167 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3168
3169 * i387-tdep.h: Update copyright date.
3170 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3171
3172 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3173 CFLAGS games to reflect reality.
3174
3175 2003-08-24 Andrew Cagney <cagney@redhat.com>
3176
3177 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3178 GDB_MULTI_ARCH is always non-zero.
3179 * osabi.c (_initialize_gdb_osabi): Ditto.
3180 (gdbarch_init_osabi): Ditto.
3181 * sparc-tdep.c: Ditto for #if code.
3182
3183 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3184
3185 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3186 Update comments.
3187 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3188 comments.
3189 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3190 x86_64_supply_fxsave.
3191 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3192 x86_64_supply_fxsave.
3193 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3194 x86_64_supply_fxsave.
3195
3196 2003-08-23 Andreas Jaeger <aj@suse.de>
3197
3198 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3199 i387_supply_fxsave.
3200
3201 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3202
3203 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3204 i387_supply_register.
3205 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3206 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3207 i387_supply_fsave.
3208 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3209 i387_supply_fxsave.
3210 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3211 i387_supply_fsave.
3212 * i386bsd-nat.c (supply_fpregset): Adjust call to
3213 i387_supply_fsave.
3214 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3215 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3216 supply_fpregset.
3217 (store_inferior_registers): Remove extraneous whitespace. Call
3218 i387_fill_fsave instead of fill_fpregset.
3219 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3220 (supply_fpregset): Likewise.
3221 * i386v4-nat.c (supply_fpregset): Adjust call to
3222 i387_supply_fsave.
3223 * i386-interix-nat.c (supply_fpregset): Adjust call to
3224 i387_supply_fsave.
3225 * i386-linux-nat.c (supply_fpregset): Adjust call to
3226 i387_supply_fsave.
3227 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3228 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3229 i387supply_fsave and i387_supply_fxsave.
3230 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3231 Incorporate code from `i387_supply_register.
3232 (i387_supply_register): Remove.
3233 (i387_supply_fxsave): Add `regnum' argument.
3234 Update comments.
3235 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3236 prototype.
3237 (i387_supply_register): remove prototype.
3238 Update comments.
3239
3240 2003-08-22 Michael Chastain <mec@shout.net>
3241
3242 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3243 Add lines for files in gdb/testsuite/gdb.cp/* that are
3244 still not 8.3 unique.
3245
3246 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3247
3248 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3249 TYPE_VPTR_FIELDNO is valid.
3250
3251 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3252
3253 * utils.c (set_width_command): Remove prototypes.
3254 (set_screen_size): New prototype.
3255 (init_page_info): Simplify by fetching the screen size from
3256 Readline. Call set_screen_size.
3257 (set_screen_size): New function.
3258 (set_width): Add missing whitespace in comment.
3259 (set_width_command): Call set_screen_size.
3260 (set_height_command): New function.
3261 (initialize_utils): Fix formatting. Make "set height" command
3262 call set_height_command. Remove redundant code that turns off
3263 pagination if output isn't a terminal. Remove redundant call to
3264 set_width_command.
3265
3266 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3267
3268 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3269 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3270 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3271 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3272 `case' keyword.
3273 (sparc64_register_info): Give the reister with number
3274 SPARC64_STATE_REGNUM a name.
3275 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3276 %asi and %ccr.
3277 (sparc64_push_dummy_call): Take BIAS into account when checking
3278 stcak alignment.
3279 (sparc_software_single_step): Remove assertions that check whether
3280 NPC and NNPC were zero.
3281 (sparc_supply_rwindow): Make public. Merge functionality with
3282 sparc64_supply_rwindow.
3283 (sparc_fill_rwindow): Make public. Merge functionality with
3284 sparc64_fill_rwindow.
3285 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3286 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3287 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3288 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3289 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3290
3291 * reggroups.c: Add whitespace after declarations of local
3292 variables in functions.
3293
3294 2003-08-21 Michael Chastain <mec@shout.net>
3295
3296 * gdbtypes.h: Change array bound type from an int to enum.
3297
3298 2003-08-21 Andrew Cagney <cagney@redhat.com>
3299
3300 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3301 * config/sparc/tm-sparc.h: Ditto.
3302 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3303 unconditionally.
3304 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3305
3306 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3307
3308 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3309 (register_objfile_data, set_objfile_data, objfile_data): New
3310 prototypes.
3311 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3312 prototypes.
3313 (allocate_objfile): Call objfile_alloc_data.
3314 (free_objfile): Call objfile_free_data.
3315 (struct objfile_data): New.
3316 (struct objfile_data_registration): New.
3317 (struct objfile_data_registry): New.
3318 (objfile_data_registry): New variable.
3319 (register_objfile_data): New function.
3320 (objfile_alloc_data, objfile_free_data): New functions.
3321 (set_objfile_data, objfile_data): New functions.
3322 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3323 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3324 (_initialize_dwarf2_frame): New function and prototype.
3325
3326 2003-08-21 Andrew Cagney <cagney@redhat.com>
3327
3328 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3329 a specific architecture.
3330 * arch-utils.h (set_architecture_from_arch_mach): Delete
3331 declaration.
3332 (target_architecture_hook): Delete declaration.
3333 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3334 (default_float_format): Assume GDB_MULTI_ARCH.
3335 (default_double_format): Assume GDB_MULTI_ARCH.
3336 (set_endian_from_file): Delete function.
3337 (arch_ok): Delete function.
3338 (set_arch): Delete function.
3339 (set_architecture_from_arch_mach): Delete function.
3340 (set_architecture_from_file): Delete function.
3341 (set_architecture): Assume GDB_MULTI_ARCH.
3342 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3343
3344 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3345
3346 Rewrite FreeBSD/sparc64 native configuration.
3347 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3348 * sparc64fbsd-nat.c: New file.
3349 * sparc64fbsd-tdep.c: New file.
3350 * sparc64-tdep.c sparc64-tdep.h: New files.
3351 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3352 sparc64fbsd-tdep.o): New dependencies.
3353 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3354 and sparc64fbsd-tdep.c.
3355 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3356 * config/sparc/fbsd.mh: Remove copyright notice.
3357 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3358 sparcbsd-nat.o.
3359 * config/sparc/fbsd.mt: Remove copyright notice.
3360 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3361 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3362 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3363 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3364 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3365 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3366 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3367 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3368 "sparc/tm-sp64.h".
3369 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3370 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3371
3372 2003-08-21 Michael Chastain <mec@shout.net>
3373
3374 * symtab.h: Add doco on the space critical structures and
3375 some measurements of space usage.
3376
3377 2003-08-21 Michael Snyder <msnyder@redhat.com>
3378
3379 * tracepoint.c (trace_dump_command): Trace break address
3380 is subject to DECR_PC_AFTER_BREAK.
3381 (set_traceframe_context): Make "trace_line" an int.
3382 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3383
3384 2003-08-20 Michael Snyder <msnyder@redhat.com>
3385
3386 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3387 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3388 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3389 argument passing.
3390 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3391 functions, replace sh_push_dummy_call.
3392 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3393
3394 2003-08-20 Michael Chastain <mec@shout.net>
3395
3396 * gdbtypes.h (struct main_type): Rearrange to save space.
3397
3398 2003-08-20 Michael Snyder <msnyder@redhat.com>
3399
3400 * trad-frame.c: Comment typo fix.
3401
3402 2003-08-20 Michael Snyder <msnyder@redhat.com>
3403 Kevin Buettner <kevinb@redhat.com>
3404
3405 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3406 (frv_frame_init_saved_regs): Add declaration.
3407 (frame_extra_info): Add new field ``saved_regs''.
3408 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3409 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3410 Update frame related code.
3411 (frv_extract_struct_value_address): Adjust formatting.
3412 * Makefile.in (frv-tdep.o): Update dependencies.
3413 * config/frv/tm-frv.h (target_insert_watchpoint)
3414 (target_remove_watchpoint, target_insert_hw_breakpoint)
3415 (target_remove_hw_breakpoint): Delete these macros.
3416 (remote_insert_watchpoint, remote_remove_watchpoint)
3417 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3418 these declarations.
3419
3420 2003-08-20 Michael Chastain <mec@shout.net>
3421
3422 * defs.h (ENUM_BITFIELD): New macro.
3423 * symtab.h (ENUM_BITFIELD): Use it.
3424 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3425
3426 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3427
3428 * MAINTAINERS (write after approval): Add myself.
3429
3430 2003-08-18 Andrew Cagney <cagney@redhat.com>
3431
3432 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3433 * gdbarch.h, gdbarch.c: Re-generate.
3434 * infcall.c (call_function_by_hand): Adjust the SP by
3435 frame_red_zone_size before allocating any stack space.
3436 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3437 * x86-64-tdep.c (x86_64_frame_align): New function.
3438 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3439
3440 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3441 Remove code adjusting SP so that it skips over the Red Zone.
3442
3443 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3444
3445 * NEWS (New native configurations): Mention FreeBSD/amd64.
3446
3447 2003-08-18 Andrew Cagney <cagney@redhat.com>
3448
3449 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3450 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3451 "m68k_frame_p".
3452 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3453
3454 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3455
3456 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3457
3458 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3459
3460 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3461 Define.
3462 * i386-linux-nat.c: Include "linux-nat.h".
3463 (child_post_startup_inferior): New function.
3464
3465 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3466
3467 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3468 at the start of a frameless function. This probably fixes PR
3469 backtrace/1338.
3470
3471 2003-08-17 Michael Chastain <mec@shout.net>
3472
3473 * symfile.c (find_sym_fns): Remove special case for apollo target.
3474
3475 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3476
3477 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3478 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3479 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3480 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3481 (linux_supports_tracevforkdone): New function.
3482 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3483 TRACEVFORKDONE.
3484 (child_follow_fork): Handle vfork.
3485 (linux_handle_extended_wait): Likewise. Also handle exec.
3486 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3487 * NEWS: Mention fork tracing.
3488
3489 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3490
3491 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3492
3493 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3494
3495 * Makefile.in (i386-linux-nat.o): Update dependencies.
3496 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3497 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3498 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3499 * i386-linux-nat.c: Include "linux-nat.h".
3500 (child_post_startup_inferior): New function.
3501 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3502 * infptrace.c (kill_inferior): Wrap in #ifdef.
3503 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3504 attaching to each LWP.
3505 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3506 (init_lin_lwp_ops): Fill in some more operations.
3507 * linux-nat.h (linux_enable_event_reporting)
3508 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3509 prototypes.
3510 * linux-nat.c (linux_enable_event_reporting): New function.
3511 (child_post_attach, linux_child_post_startup_inferior)
3512 (child_post_startup_inferior, child_follow_fork)
3513 (linux_handle_extended_wait, kill_inferior): New functions.
3514
3515 2003-08-16 Andrew Cagney <cagney@redhat.com>
3516
3517 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3518 * gdbarch.h, gdbarch.c: Re-generate.
3519
3520 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3521
3522 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3523
3524 2003-08-16 Andrew Cagney <cagney@redhat.com>
3525
3526 * NEWS: Mention that "set prompt-escape-char" was deleted.
3527 * top.c (get_prompt_1): Delete function.
3528 (gdb_prompt_escape):
3529 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3530 prompt-escape-char" command.
3531 (MAX_PROMPT_SIZE): Delete macro.
3532 (get_prompt): Simplify, do not call get_prompt_1.
3533
3534 2003-08-16 Andrew Cagney <cagney@redhat.com>
3535
3536 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3537 -Werror. -Wformat-nonliteral problems.
3538
3539 2003-08-15 J. Brobecker <brobecker@gnat.com>
3540
3541 Further multiarching work mostly for hppa64-*-hpux11:
3542 * hppa-tdep.h: New file.
3543 * hppa-tdep.c: #include hppa-tdep.c.
3544 (hppa32_num_regs): Renamed from hppa_num_regs.
3545 (hppa64_num_regs): New constant.
3546 (hppa64_call_dummy_breakpoint_offset): New constant.
3547 (hppa32_call_dummy_length): New constant.
3548 (hppa64_call_dummy_length): New constant.
3549 (hppa32_stack_align): Make name 32bit explicit.
3550 (hppa32_register_virtual_type): Likewise.
3551 (hppa32_extract_return_value): Likewise.
3552 (hppa32_use_struct_convention): Likewise.
3553 (hppa32_store_return_value): Likewise.
3554 (hppa64_register_virtual_type): New function.
3555 (hppa64_extract_return_value): New function.
3556 (hppa64_use_struct_convention): New function.
3557 (hppa64_store_return_value): New function.
3558 (hppa_frame_locals_address): Remove declaration, function does
3559 not exist anymore.
3560 (hppa_register_byte): Add support for PA64 ABI.
3561 (hppa_gdbarch_init): Add support for PA64 ABI.
3562 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3563 Make name 32bit explicit.
3564 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3565 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3566 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3567 (hppa64_hpux_frame_base_before_sigtramp): New function.
3568 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3569 * config/pa/tm-hppa64.h: Remove macros that are no longer
3570 necessary now that the gdbarch vector is properly setup.
3571 Transform some macros into function calls. Some minor cleanup.
3572 * config/pa/tm-hppah.h: Update function calls in macros
3573 following the function renaming in hppa-hpux-tdep.c.
3574 * Makefile.in (hppa_tdep_h): New variable.
3575 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3576
3577 2003-08-14 Michael Snyder <msnyder@redhat.com>
3578
3579 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3580
3581 2003-08-13 J. Brobecker <brobecker@gnat.com>
3582
3583 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3584 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3585 routine.
3586
3587 2003-08-13 Michael Snyder <msnyder@redhat.com>
3588
3589 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3590 (frv_saved_pc_after_call): Use deprecated ftype.
3591 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3592 (frv_remote_translate_xfer_address): Remove.
3593 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3594
3595 2003-08-13 J. Brobecker <brobecker@gnat.com>
3596
3597 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3598 initialization after the common gdbarch initialization, not before.
3599
3600 2003-08-13 J. Brobecker <brobecker@gnat.com>
3601
3602 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3603 (ADDR_BITS_REMOVE): Remove, redundant.
3604
3605 2003-08-13 J. Brobecker <brobecker@gnat.com>
3606
3607 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3608 gdbarch method to clear the 2 low bits of text addresses.
3609
3610 2003-08-12 Andrew Cagney <cagney@redhat.com>
3611
3612 * Makefile.in (dsrec.o): Update dependencies.
3613 * dsrec.c: Include "gdb_assert.h".
3614 (make_srec): Use snprintf instead of sprintf, use a literal format
3615 string.
3616
3617 2003-08-12 Andrew Cagney <cagney@redhat.com>
3618
3619 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3620 FRAME_OBSTACK_ZALLOC.
3621
3622 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3623
3624 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3625 SSE registers.
3626
3627 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3628
3629 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3630 amd64fbsd_sc_reg_offset): Add extern declarations.
3631 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3632 declarations.
3633
3634 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3635
3636 * MAINTAINERS (write after approval): Update my mail address.
3637
3638 2003-08-10 Andrew Cagney <cagney@redhat.com>
3639
3640 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3641
3642 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3643
3644 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3645 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3646 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3647 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3648 i386bsd_sc_reg_offset): Add extern declarations.
3649 * i386obsd-nat.c: Include "i386-tdep.h"
3650 (_initialize_i386obsd_nat): Remove extern declarations.
3651 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3652 declarations.
3653 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3654 declarations.
3655
3656 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3657 instead of frame_read_register.
3658 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3659 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3660 SP_REGNUM.
3661 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3662 instead of frame_unwind_unsigned_register. Use
3663 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3664 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3665 instead of read_register. Use builtin_type_void_data_ptr instead
3666 of builtin_type_void_func_ptr when extracting the address of the
3667 jmp_buf.
3668 (i386_extract_return_value, i386_store_return_value,
3669 i386_pseudo_register_read, i386_pseudo_register_write): Use
3670 register_size instead REGISTER_RAW_SIZE.
3671
3672 2003-08-10 Andrew Cagney <cagney@redhat.com>
3673
3674 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3675 sprintf. Make "name" constant.
3676
3677 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3678
3679 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3680 instead of frame_read_register.
3681 (i387_print_float_info): Use get_frame_register and
3682 get_frame_register_unsigned instead of frame_register_read.
3683
3684 * i386fbsd-nat.c: Include "i386-tdep.h".
3685 (child_resume): Make `eflags' an ULONGEST. Use
3686 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3687 instead of register_read and register_write.
3688
3689 * i386bsd-nat.c (fetch_inferior_registers,
3690 store_inferior_registers): Don't use && at the end of a line.
3691 (_initialize_i386bsd_nat): Fix typo.
3692
3693 * frame.c (_initialize_frame): Add missing backslash.
3694
3695 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3696 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3697 and supply_register instead of manipulating the register buffer
3698 directly.
3699
3700 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3701 * config/i386/nm-i386sol2.h
3702 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3703
3704 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3705 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3706 instructions that GCC likes to mingle into the prologue. Fixes
3707 gdb/1253 and gdb/1255.
3708
3709 2003-08-09 Andrew Cagney <cagney@redhat.com>
3710
3711 Fix GDB PR cli/926.
3712 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3713 * command.h (add_setshow_uinteger_cmd): Declare.
3714 * frame.c (set_backtrace_cmd): New function.
3715 (show_backtrace_cmd): New function.
3716 * frame.c (_initialize_frame): Replace "set/show
3717 backtrace-below-main" with "set/show backtrace past-main". Add
3718 command "set/show backtrace limit".
3719 (backtrace_past_main): Rename "backtrace_below_main".
3720 (backtrace_limit): New variable.
3721 (get_prev_frame): Update. Check the backtrace_limit.
3722
3723 2003-08-09 Andrew Cagney <cagney@redhat.com>
3724
3725 * defs.h (xstrprintf): Declare.
3726 * utils.c (xstrprintf): New function.
3727 * breakpoint.c (insert_breakpoints): Replace sprintf and
3728 non-literal format strings, with xstrprintf and cleanups.
3729 (delete_breakpoint,breakpoint_re_set): Ditto.
3730 (commands_command, insert_breakpoints): Ditto.
3731 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3732 (break_at_finish_command_1): Ditto.
3733
3734 2003-08-09 Andrew Cagney <cagney@redhat.com>
3735
3736 * MAINTAINERS (language support): List Adam Fedor as Objective C
3737 maintainer.
3738
3739 2003-08-08 J. Brobecker <brobecker@gnat.com>
3740
3741 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3742 are now multiarched.
3743
3744 2003-08-08 J. Brobecker <brobecker@gnat.com>
3745
3746 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3747 longer necessary now that hppa64 is partially multiarch'ed.
3748
3749 2003-08-08 Andrew Cagney <cagney@redhat.com>
3750
3751 * interps.c (interp_set): Check for a NULL "old_interp".
3752
3753 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3754
3755 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3756 (install-only): Support DESTDIR.
3757 (uninstall): Likewise.
3758 (install-gdbtk): Likewise.
3759
3760 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3761
3762 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3763 contains something meaningful at all times.
3764
3765 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3766
3767 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3768
3769 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3770
3771 * MAINTAINERS (write after approval): Added self.
3772
3773 2003-08-07 Andrew Cagney <cagney@redhat.com>
3774
3775 * inferior.h (AT_SYMBOL): Define.
3776 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3777 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3778 * mips-tdep.c (mips_call_dummy_address): Delete function.
3779 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3780 set call_dummy_address.
3781
3782 2003-08-07 Andrew Cagney <cagney@redhat.com>
3783
3784 * language.c (op_error): Delete function.
3785 (binop_type_check): Delete function.
3786 * language.h (type_op_error, range_op_error): Delete macros.
3787 (op_error): Delete declaration.
3788
3789 2003-08-07 Andrew Cagney <cagney@redhat.com>
3790
3791 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3792
3793 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3794
3795 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3796 (x86_64_push_arguments): Skip the red zone.
3797
3798 2003-08-05 Andrew Cagney <cagney@redhat.com>
3799
3800 * reggroups.c (reggroup_next): Check for the final entry.
3801
3802 2003-08-04 Andrew Cagney <cagney@redhat.com>
3803
3804 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3805 * cli/cli-script.c (define_command): Call query directly, instead
3806 of passing it a buffer.
3807 * ocd.c (ocd_error): Pass error a constant format string.
3808 * remote-mips.c (mips_error): Use fputs_filtered.
3809
3810 * solib-svr4.c (_initialize_svr4_solib): Update
3811 register_gdbarch_data call.
3812 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3813
3814 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3815 (register_gdbarch_data): Delete "free" parameter. Update
3816 comments.
3817 * gdbarch.h, gdbarch.c: Re-generate.
3818 * reggroups.c (_initialize_reggroup): Update.
3819 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3820 * frame-base.c (_initialize_frame_base): Update.
3821 * frame-unwind.c (_initialize_frame_unwind): Update.
3822 * user-regs.c (_initialize_user_regs): Update.
3823 * remote.c (_initialize_remote): Update.
3824 * regcache.c (_initialize_regcache): Update.
3825
3826 * regcache.c (xfree_regcache_descr): Delete function.
3827 (_initialize_regcache): Update call to register_gdbarch_data.
3828 (init_regcache_descr, init_legacy_regcache_descr): Use
3829 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3830
3831 * remote.c (free_remote_state): Delete function.
3832 (_initialize_remote): Update register_gdbarch_data.
3833 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3834 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3835
3836 2003-08-04 Andrew Cagney <cagney@redhat.com>
3837
3838 * reggroups.c (struct reggroup_el): Define.
3839 (struct reggroups): Delete field "nr_group". Replace array
3840 "group" with a "first" to "last" linked list.
3841 (reggroups_init): Update. Allocate using gdbarch's obstack.
3842 (reggroups_free): Delete function.
3843 (add_group): Update. Add "el" parameter.
3844 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3845 (default_groups): Update.
3846 (reggroup_next): Replace reggroups.
3847 (reggroups_dump): Update.
3848 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3849 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3850 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3851
3852 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3853
3854 * Makefile.in (tui-interp.o): Update dependencies.
3855
3856 2003-08-04 David Carlton <carlton@kealia.com>
3857
3858 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3859 to internal_error call.
3860 * source.c (forward_search_command): Add "%s" format argument.
3861 (reverse_search_command): Ditto.
3862 * top.c (quit_confirm): Ditto.
3863 * cli/cli-setshow.c (do_setshow_command): Ditto.
3864 * cp-valprint.c (cp_print_class_method): Replace
3865 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3866 (cp_print_class_member): Ditto.
3867 * event-top.c (command_line_handler): Ditto.
3868 * linux-proc.c (linux_info_proc_cmd): Ditto.
3869 * p-typeprint.c (pascal_type_print_base): Ditto.
3870 * p-valprint.c (pascal_object_print_class_method): Ditto.
3871 (pascal_object_print_class_member): Ditto.
3872 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3873 * remote.c (remote_cisco_section_offsets): Ditto.
3874 * top.c (command_line_input): Ditto.
3875 * utils.c (vwarning,error_stream,quit): Ditto.
3876 * valprint.c (print_floating,print_binary_chars)
3877 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3878
3879 2003-08-04 Andrew Cagney <cagney@redhat.com>
3880
3881 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3882
3883 2003-08-02 Andrew Cagney <cagney@redhat.com>
3884
3885 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3886 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3887 amd64fbsd-nat.c.
3888
3889 2003-08-02 Andrew Cagney <cagney@redhat.com>
3890
3891 * Makefile.in: Update all dependencies and definitions.
3892
3893 2003-08-02 Adam Fedor <fedor@gnu.org>
3894
3895 * linespec.c (is_objc_method_format): New function
3896 (decode_line_1, locate_first_half): Use it.
3897 Fixes PR objc/1298
3898
3899 2003-08-01 Andrew Cagney <cagney@redhat.com>
3900
3901 * NEWS: Mention that m32r is multi-arch.
3902 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3903 * configure.tgt: Recognize m32r-*-*.
3904 * config/m32r/tm-m32r.h: Delete file.
3905 * config/m32r/m32r.mt: New file.
3906 * m32r-rom.c (m32r_upload_command): Use hostent only when
3907 gethostname succeeds, in order to avoid a compilation
3908 warning.
3909 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3910 compiler warning.
3911
3912 2003-08-01 Michael Snyder <msnyder@redhat.com>
3913
3914 * sh-tdep.c (sh_frame_align): New gdbarch method.
3915 (sh_gdbarch_init): Set up frame_align method.
3916
3917 2003-07-31 Michael Snyder <msnyder@redhat.com>
3918
3919 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3920 which is already covered by the new frames infrastructure.
3921
3922 2003-07-31 Andrew Cagney <cagney@redhat.com>
3923
3924 * user-regs.c (struct user_reg): Add "next" link.
3925 (struct user_regs): Replace "user" with "first" and "last" links.
3926 (append_user_reg): Add pre-allocated "reg" parameter.
3927 (builtin_user_regs): Provide initial value for "last".
3928 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3929 (user_regs_init): Allocate memory from the gdbarch obstack.
3930 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3931 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3932 linked list.
3933 (usernum_to_user_reg): New function.
3934 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3935 (value_of_user_reg): Use usernum_to_user_reg.
3936 (user_regs_free): Delete function.
3937 (_initialize_user_regs): Update register_gdbarch_data call.
3938
3939 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3940
3941 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3942
3943 2003-07-30 Michael Snyder <msnyder@redhat.com>
3944
3945 * value.h (value_being_returned): Add a struct_addr argument.
3946 * infcall.c (call_function_by_hand): Pass struct_addr to
3947 value_being_returned.
3948 * infcmd.c (print_return_value): Pass zero as struct_addr.
3949 * values.c (value_being_returned): If struct_addr is passed,
3950 use it instead of trying to recover it from the inferior.
3951
3952 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3953
3954 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3955 the prologue analyzer won't need to attempt to extract the pc
3956 value from the woefully incomplete dummy frame.
3957 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3958 possible. Disable code which modifies the frame.
3959
3960 2003-07-28 Andrew Cagney <cagney@redhat.com>
3961
3962 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3963 to level 2.
3964 (annotate_breakpoints_table, annotate_record): Ditto.
3965 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3966 (annotate_field_name_end, annotate_field_value): Ditto.
3967 (annotate_field_end, annotate_frame_source_begin): Ditto.
3968 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3969 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3970 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3971 (annotate_frame_address_end, annotate_frame_address): Ditto.
3972 (annotate_frame_args, annotate_frame_end): Ditto.
3973 (annotate_frame_where, annotate_arg_begin): Ditto.
3974 (annotate_arg_name_end, annotate_arg_value): Ditto.
3975 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3976 (annotate_function_call, annotate_signal_name): Ditto.
3977 (annotate_signal_string, annotate_signal_name_end): Ditto.
3978 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3979 (annotate_value_begin, annotate_value_history_value): Ditto.
3980 (annotate_value_history_end, annotate_value_end): Ditto.
3981 (annotate_display_begin, annotate_display_number_end): Ditto.
3982 (annotate_display_format, annotate_display_expression): Ditto.
3983 (annotate_display_expression_end, annotate_display_value): Ditto.
3984 (annotate_display_end, annotate_array_section_begin): Ditto.
3985 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3986 (annotate_elt, annotate_array_section_end): Ditto.
3987
3988 2003-07-28 Andrew Cagney <cagney@redhat.com>
3989
3990 * regcache.c (struct regcache_descr): Update comments on
3991 nr_raw_registers.
3992 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3993 sizeof_raw_register_valid_p.
3994 (init_regcache_descr): Set nr_raw_registers and
3995 sizeof_raw_register_valid_p before calling
3996 init_legacy_regcache_descr.
3997
3998 2003-07-28 Andrew Cagney <cagney@redhat.com>
3999
4000 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4001 MOD NUM_REGS.
4002
4003 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
4004
4005 * thread.c (info_threads_command): Use get_selected_frame ().
4006 Check that there is at least one non-sentinel frame.
4007
4008 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4009
4010 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4011 (m68hc11_pop_frame): Remove.
4012 (m68hc11_frame_saved_pc): Remove.
4013 (m68hc11_frame_chain): Remove.
4014 (m68hc11_frame_init_saved_regs): Remove.
4015 (m68hc11_init_extra_frame_info): Remove.
4016 (m68hc11_store_struct_return): Remove.
4017 (m68hc11_saved_pc_after_call): Remove.
4018
4019 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4020
4021 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4022 frame unwind information.
4023 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4024 and adapted for frame unwinding.
4025 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4026 (m68hc11_unwind_pc): New function.
4027 (m68hc11_frame_unwind_cache): New function to analyze frames.
4028 (m68hc11_frame_this_id): New function to create new frame struct.
4029 (m68hc11_frame_prev_register): New function to unwind a register from
4030 the frame.
4031 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4032 (m68hc11_frame_p): New function for the above.
4033 (m68hc11_frame_base_address): New function to return fp of frame.
4034 (m68hc11_frame_args_address): Update for frame.
4035 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4036 (m68hc11_unwind_sp): New function.
4037 (m68hc11_unwind_dummy_id): New function.
4038 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4039 calls.
4040
4041 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4042
4043 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4044 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4045 when we are beyond the current pc.
4046
4047 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4048
4049 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4050 from m68hc11_push_arguments.
4051 (m68hc11_push_arguments): Remove.
4052 (m68hc11_push_return_address): Remove.
4053 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4054 handlers; remove deprecated_extra_stack_alignment_needed.
4055
4056 2003-07-27 Andrew Cagney <cagney@redhat.com>
4057
4058 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4059 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4060 REAL_PC and not the pointer.
4061 * hppa-hpux-tdep.c: Include frame.h
4062
4063 2003-07-27 Andrew Cagney <cagney@redhat.com>
4064
4065 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4066 GDB_MULTI_ACH_PARTIAL.
4067
4068 2003-07-27 Andrew Cagney <cagney@redhat.com>
4069
4070 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4071 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4072 operator at start and not end of line.
4073 (decode_prologue): Ditto.
4074 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4075 frame_unwind_register_unsigned instead of
4076 frame_unwind_unsigned_register.
4077 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4078 read_register.
4079 (m32r_push_dummy_call): Use register_size instead of
4080 REGISTER_RAW_SIZE.
4081 (m32r_frame_sniffer): Replace m32r_frame_p.
4082 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4083 * m32r-rom.c (report_transfer_performance): Delete extern
4084 declaration.
4085 (m32r_load, m32r_upload_command): Use print_transfer_performance
4086 instead of report_transfer_performance.
4087 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4088 / add_show_from_set.
4089
4090 2003-07-26 Andrew Cagney <cagney@redhat.com>
4091
4092 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4093 store_return_value and extract_struct_value_address.
4094
4095 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
4096
4097 PR c++/1267
4098 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4099 NULL, default to the section containing PC.
4100
4101 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4102
4103 * NEWS: Mention "regs" deprecated for m68hc11 too.
4104
4105 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4106 (m68hc11_print_register): New function to print out one register.
4107 (m68hc11_print_registers_info): New function to print registers.
4108 (show_regs): Deprecate and use the above.
4109 (m68hc11_gdbarch_init): Install the print_registers_info.
4110
4111 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4112
4113 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4114 that we have a SIGTRAP before returning non-zero.
4115
4116 2003-07-23 Michal Ludvig <mludvig@suse.cz>
4117 Elena Zannoni <ezannoni@redhat.com>
4118
4119 * linespec.c (decode_line_2): Avoid crash if
4120 find_function_start_sal() returns empty record.
4121
4122 2003-07-23 Andreas Schwab <schwab@suse.de>
4123
4124 * ia64-tdep.c (ia64_print_insn): New function.
4125 (ia64_gdbarch_init): Set print_insn to it.
4126 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4127 deprecated_tm_print_insn_info.
4128
4129 2003-07-22 Michael Snyder <msnyder@redhat.com>
4130
4131 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4132 handle 8-bit returns (long long).
4133 (h8300h_extract_return_value): Ditto.
4134 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4135
4136 2003-07-22 Andrew Cagney <cagney@redhat.com>
4137
4138 * gdbarch.c Include "gdb_obstack.h".
4139 (struct gdbarch): Add an "obstack".
4140 (alloc_gdbarch_data): Allocate the gdbarch data using
4141 GDBARCH_OBSTACK_CALLOC.
4142 (free_gdbarch_data): Delete function.
4143 (gdbarch_obstack_zalloc): New function.
4144 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4145 Assert that the architecture is not initialized.
4146 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4147 vector from the obstack.
4148 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4149 architecture obstack.
4150 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4151 (set_gdbarch_data): Assert that the data is not initialized.
4152 (struct gdbarch_data): Delete member "free".
4153 (register_gdbarch_data): Do not initialize "free".
4154 * gdbarch.h, gdbarch.c: Re-generate.
4155
4156 2003-07-22 Andrew Cagney <cagney@redhat.com>
4157
4158 * configure.in (build_warnings): Add -Wformat-nonliteral.
4159 * configure: Re-generate.
4160
4161 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4162
4163 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4164
4165 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4166
4167 * findvar.c (read_var_value): Remove case for thread local storage
4168 variables. It is now entirely handled by the dwarf2 location
4169 expression code.
4170 * printcmd.c (address_info): Ditto.
4171 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4172 enumeration value.
4173 (struct symbol): Remove objfile field, which was used by
4174 LOC_THREAD_LOCAL_STATIC only.
4175 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4176 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4177 usage of objfile pointer.
4178 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4179 thread local variables.
4180 Add include of objfiles.h.
4181 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4182 storage variables.
4183 * Makefile.in (dwarf2loc.o): Update dependencies.
4184
4185 2003-07-22 Andrew Cagney <cagney@redhat.com>
4186
4187 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4188 get_frame_base.
4189 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4190 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4191 (struct value): Add opaque declaration.
4192 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4193
4194 2003-07-21 Andrew Cagney <cagney@redhat.com>
4195
4196 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4197 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4198
4199 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4200
4201 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4202 regcache_cooked_read_unsigned instead of read_register.
4203 (m68hc11_saved_pc_after_call): Likewise.
4204 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4205 instead of write_register.
4206 (m68hc11_register_type): New function.
4207 (m68hc11_register_virtual_type): Remove.
4208 (m68hc11_store_return_value): Convert to use the regcache.
4209 (m68hc11_extract_struct_value_address): Likewise.
4210 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4211 m68hc11_register_type; undeprecate store_return_value and
4212 extract_struct_value_address.
4213
4214 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4215
4216 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4217 and translate to use regcache.
4218 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4219
4220 2003-07-18 Andrew Cagney <cagney@redhat.com>
4221
4222 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4223 * gdbarch.h, gdbarch.c: Re-generate.
4224 * i386-tdep.c (i386_gdbarch_init): Do not set
4225 DWARF2_BUILD_FRAME_INFO.
4226 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4227 unconditionally.
4228 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4229 DWARF2_BUILD_FRAME_INFO.
4230
4231 2003-07-18 Andrew Cagney <cagney@redhat.com>
4232
4233 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4234 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4235
4236 2003-07-18 Andrew Cagney <cagney@redhat.com>
4237
4238 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4239 frame_unwind_address_in_block, instead of frame_pc_unwind.
4240 (dwarf2_frame_cache): Ditto.
4241
4242 2003-07-18 Andrew Cagney <cagney@redhat.com>
4243
4244 * user-regs.h (struct gdbarch): Declare opaque.
4245 * ui-out.h (struct ui_file): Declare opaque.
4246 * dwarf2-frame.h (struct frame_info): Declare opaque.
4247
4248 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4249
4250 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4251 #include "...".
4252 (procfs_meminfo): Change strerror to safe_strerror.
4253 (procfs_can_run): Remove K&R badness.
4254
4255 2003-07-17 Michael Snyder <msnyder@redhat.com>
4256
4257 * remote-sim.c: Comment typo fix.
4258
4259 2003-07-17 Andrew Cagney <cagney@redhat.com>
4260
4261 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4262 configure.
4263 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4264 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4265 GDB_MULTI_ARCH_PARTIAL.
4266
4267 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4268
4269 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4270 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4271 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4272
4273 2003-07-16 Theodore A. Roth <troth@openavr.org>
4274
4275 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4276 found.
4277 (avr_frame_unwind_cache): Don't unwind FP for main.
4278 Update a comment.
4279 Save the computed prev_sp.
4280 (avr_saved_regs_unwinder): Remove function.
4281 (avr_frame_prev_register): Use PC unwind logic from
4282 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4283
4284 2003-07-16 Andrew Cagney <cagney@redhat.com>
4285
4286 * frame-base.h (frame_base_p_ftype): Delete definition.
4287 (frame_base_append_predicate): Delete declaration.
4288 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4289 (frame_unwind_append_predicate): Delete declaration.
4290 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4291 (append_predicate): Delete parameter "p".
4292 (frame_unwind_append_predicate): Delete function.
4293 (frame_unwind_append_sniffer): Update call to append_predicate.
4294 (frame_unwind_free): Delete function.
4295 (_initialize_frame_unwind): Pass NULL as "free" to
4296 register_gdbarch_data.
4297 (frame_unwind_init): Append the dummy_frame_sniffer.
4298 (frame_unwind_find_by_frame): Simplify.
4299 * frame-base.c (struct frame_base_table): Delete field "p".
4300 (append_predicate): Delete parameter "p".
4301 (frame_base_append_predicate): Delete function.
4302 (frame_base_append_sniffer): Update call to append_predicate.
4303 (frame_base_free): Delete function.
4304 (frame_base_find_by_frame): Simplify.
4305 (_initialize_frame_base): Pass NULL as "free" to
4306 register_gdbarch_data.
4307 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4308 (x86_64_sigtramp_frame_sniffer): Replace
4309 "x86_64_sigtramp_frame_p".
4310 (x86_64_init_abi): Set the frame unwind sniffers.
4311 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4312 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4313 (m68k_gdbarch_init): Set the frame unwind sniffers.
4314 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4315 "i386_sigtramp_frame_p".
4316 (i386_frame_sniffer): Replace "i386_frame_p".
4317 (i386_gdbarch_init): Set the frame unwind sniffers.
4318 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4319 (avr_gdbarch_init): Set the frame unwind sniffers.
4320 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4321 "alpha_sigtramp_frame_p"
4322 (alpha_heuristic_frame_sniffer): Replace
4323 "alpha_heuristic_frame_p".
4324 (alpha_gdbarch_init): Set the frame unwind sniffers.
4325 (alpha_dwarf2_init_abi): Ditto.
4326 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4327 "alpha_debug_frame_p".
4328 (alpha_mdebug_frame_base_sniffer): Replace
4329 "alpha_mdebug_frame_base_p".
4330 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4331 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4332 (d10v_gdbarch_init): Set the frame unwind sniffer.
4333 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4334 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4335 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4336 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4337 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4338 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4339
4340 2003-07-16 Michael Snyder <msnyder@redhat.com>
4341
4342 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4343 should go thru sh_dsp_register_sim_regno, else the dsp regs
4344 will not get the right values.
4345
4346 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4347
4348 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4349 deprecated_store_floating by call to store_typed_floating.
4350 (sh_sh4_register_convert_to_raw): Substitute call to
4351 deprecated_extract_floating by call to extract_typed_floating.
4352
4353 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4354
4355 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4356
4357 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4358
4359 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4360 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4361 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4362 as possible.
4363 (do_pseudo_register): Remove.
4364 (sh_push_dummy_code): New function.
4365 (sh64_store_struct_return): Rename from sh_store_struct_return.
4366 Only called for sh64 now.
4367 (sh_extract_struct_value_address): Regcache'ify.
4368 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4369 and accomodate new tasks.
4370 (sh64_push_return_address): Rename from sh_push_return_address.
4371 Only called for sh64 now.
4372 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4373 Regcache'ify.
4374 (sh3e_sh4_extract_return_value): Regcache'ify.
4375 (sh_default_store_return_value): Ditto.
4376 (sh3e_sh4_store_return_value): Ditto.
4377 (sh_default_register_byte): Remove.
4378 (sh_sh4_register_byte): Remove.
4379 (sh_default_register_raw_size): Remove.
4380 (sh_sh4_register_raw_size): Remove.
4381 (sh_register_virtual_size): Remove.
4382 (sh_sh3e_register_virtual_type): Remove.
4383 (sh_sh3e_register_type): New function.
4384 (sh_sh4_register_virtual_type): Remove.
4385 (sh_sh4_register_type): New function.
4386 (sh_default_register_virtual_type): Remove.
4387 (sh_default_register_type): New function.
4388 (do_fv_register_info): Add parameters to accomodate call from
4389 sh_print_registers_info.
4390 (do_dr_register_info): Ditto.
4391 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4392 Add parameters to accomodate call from sh_print_registers_info.
4393 (sh_do_fp_register): Ditto.
4394 (sh64_do_pseudo_register): Call do_dr_register_info,
4395 do_fv_register_info and sh_do_fp_register with default parameters.
4396 (sh_do_register): Add parameters to accomodate call from
4397 sh_print_registers_info.
4398 (sh_print_register): Ditto.
4399 (sh_print_registers_info): Rename from sh_do_registers_info.
4400 Add parameters to be used as gdbarch_print_registers_info
4401 implementation. Accomodate removed do_pseudo_register function
4402 pointer.
4403 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4404 function pointer. Call sh_print_register with default parameters.
4405 (sh64_do_registers_info): Call sh_print_registers_info instead of
4406 sh_do_registers_info.
4407 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4408 detection of deprecated vs. non-deprecated functionality.
4409 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4410 function pointer assignments by direct function calls.
4411
4412 2003-07-15 Andrew Cagney <cagney@redhat.com>
4413
4414 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4415 (frame_register_unwind, create_new_frame): Ditto.
4416 (legacy_get_prev_frame, get_frame_type): Ditto.
4417 (get_frame_base_address): Use frame_base_find_by_frame.
4418 (get_frame_locals_address): Use frame_base_find_by_frame.
4419 (get_frame_args_address): Use frame_base_find_by_frame.
4420 * frame-base.h (frame_base_sniffer_ftype): Declare.
4421 (frame_base_append_sniffer): Declare.
4422 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4423 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4424 (frame_base_append_sniffer): New function.
4425 (frame_base_append_predicate): Add a NULL sniffer.
4426 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4427 (struct frame_base_table): Add "sniffer".
4428 (frame_base_free): Free the "sniffer" table.
4429 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4430 (frame_unwind_append_sniffer): Declare.
4431 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4432 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4433 (struct frame_unwind_table): Add "sniffer", delete "middle".
4434 (append_predicate): Add "sniffer" parameter, append the sniffer.
4435 (frame_unwind_init): Update append_predicate call.
4436 (frame_unwind_append_sniffer): New function.
4437 (frame_unwind_append_predicate): Update append_predicate call.
4438 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4439
4440 2003-07-15 Andrew Cagney <cagney@redhat.com>
4441
4442 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4443 before code inhibiting repeated unwind attempts. Add to
4444 commentary on that test's problems.
4445 * blockframe.c (inside_main_func): Look for "main" in the minimal
4446 symbol table.
4447 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4448 identical.
4449
4450 2003-07-15 Andrew Cagney <cagney@redhat.com>
4451
4452 * complaints.c (struct explanation): Define.
4453 (struct complaints): Change type of "explanation" to "struct
4454 explanation".
4455 (symfile_explanations): Convert to a "struct explanation" table.
4456 (vcomplaint): Update.
4457
4458 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4459
4460 * x86-64-linux-nat.c (regmap): Removed.
4461 (supply_gregset, fill_gregset): Call
4462 x86_64_linux_(fill,supply)_gregset functions.
4463 * x86-64-linux-tdep.c (USER_*): New defines.
4464 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4465 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4466 New functions.
4467 (fetch_core_registers): Ditto.
4468 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4469 * x86-64-linux-tdep.h: New file.
4470 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4471 and core-regset.o.
4472 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4473
4474 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4475
4476 * x86-64-tdep.c (x86_64_store_return_value): Use
4477 regcache_cooked_write_part instead of regcache_cooked_write.
4478
4479 * configure.host: Add x86_64-*-freebsd*.
4480 * configure.tgt: Add x86_64-*-freebsd*.
4481 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4482 * amd64fbsd-nat.c: New file.
4483 * amd64fbsd-tdep.c: New file.
4484 * config/i386/nm-fbsd64.h: New file.
4485 * config/i386/fbsd64.mh: New file.
4486 * config/i386/fbsd64.mt: New file.
4487
4488 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4489
4490 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4491 `sc_regs_offset' and `sc_fpregs_offset'.
4492 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4493 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4494 (alpha_sigtramp_register_address): Rewrite to use new members of
4495 `struct gdbarch_tdep'.
4496 (alpha_gdbarch_init): Initialize new members of struct
4497 gdbarch_tdep'.
4498 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4499 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4500 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4501 (alphafbsd_pc_in_sigtramp): Implement.
4502 (alphafbsd_sigtramp_offset): New function.
4503 (alphafbsd_sigcontext_addr): New function.
4504 (alphafbsd_init_abi): Initialize signal trampoline related members
4505 of `struct gdbarch_tdep'.
4506 (_initialize_alphafbsd_tdep): Add prototype.
4507
4508 2003-07-11 Theodore A. Roth <troth@openavr.org>
4509
4510 * Makefile.in (install-only): Quote sed expression when generating
4511 transformed_name.
4512
4513 2003-07-11 Richard Henderson <rth@redhat.com>
4514
4515 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4516 * dwarf2-frame.c: Include complaints.h.
4517 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4518 variable initialization; return NULL on error.
4519 (decode_frame_entry): New.
4520
4521 2003-07-11 Andrew Cagney <cagney@redhat.com>
4522
4523 * frame.h (frame_address_in_block): Delete declaration.
4524 * blockframe.c (frame_address_in_block): Delete function.
4525 (get_frame_block): Use get_frame_address_in_block.
4526 (block_innermost_frame): Ditto.
4527 * stack.c (print_frame, backtrace_command_1): Ditto.
4528
4529 * frame.h (get_frame_address_in_block): Declare.
4530 (frame_unwind_address_in_block): Declare.
4531 * frame.c (frame_unwind_address_in_block): New function.
4532 (get_frame_address_in_block): New function.
4533
4534 2003-07-10 Andrew Cagney <cagney@redhat.com>
4535
4536 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4537 pre-default. Note: re-generate has no effect.
4538
4539 2003-07-10 Andrew Cagney <cagney@redhat.com>
4540
4541 * gdbarch.sh: When a variable, but not a function, compare against
4542 0. Fix problem in previous patch.
4543 * gdbarch.c: Re-generate.
4544
4545 2003-07-10 Andrew Cagney <cagney@redhat.com>
4546
4547 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4548 functions against NULL, not 0.
4549 * gdbarch.c: Re-generate.
4550
4551 2003-07-10 Fred Fish <fnf@ninemoons.com>
4552
4553 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4554 null string instead of a null pointer.
4555 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4556
4557 2003-07-09 Michael Snyder <msnyder@redhat.com>
4558
4559 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4560
4561 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4562
4563 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4564 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4565 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4566 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4567 * x86-64-tdep.c: ... from here.
4568
4569 2003-07-09 Andreas Schwab <schwab@suse.de>
4570
4571 * m68k-tdep.h (enum struct_return): Define.
4572 (struct gdbarch_tdep): Add struct_return.
4573 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4574 bytes are padded to the right, not to the left. Pass struct value
4575 address in register %a1, not on stack.
4576 (m68k_use_struct_convention): New function.
4577 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4578 struct_return in tdep to pcc_struct_return.
4579 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4580 reg_struct_return.
4581
4582 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4583
4584 * somread.c (som_symfile_offsets): Fix compilation error.
4585
4586 2003-07-09 Andrew Cagney <cagney@redhat.com>
4587
4588 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4589 Add comments about the checks.
4590
4591 2003-07-08 Andrew Cagney <cagney@redhat.com>
4592
4593 * Makefile.in: Make dependency section headers consistent.
4594 (config_h): Move to $BUILD headers section.
4595 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4596 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4597 (ada-exp.tab.c): Move to YACC/LEX section.
4598 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4599 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4600
4601 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4602
4603 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4604 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4605 of strerror with safe_strerror, use ISO C function definitions,
4606 and replace instances of sprintf with snprintf.
4607
4608 2003-07-07 Andrew Cagney <cagney@redhat.com>
4609
4610 * frame.c (get_prev_frame): Enable check for identical frames.
4611 Update comments. Update error messages.
4612
4613 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4614
4615 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4616
4617 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4618
4619 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4620 sort_symtab_syms, no longer necessary.
4621
4622 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4623
4624 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4625
4626 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4627
4628 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4629 (mips_register_byte): Likewise.
4630
4631 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4632
4633 * Makefile.in (sparc_tdep_h): New.
4634 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4635 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4636 * sparc-linux-nat.c: Include "sparc-tdep.h".
4637 * sparc-nat.c: Likewise.
4638 * sparc-tdep.c: Likewise.
4639 * sparc64nbsd-nat.c: Likewise.
4640 * sparcnbsd-nat.c: Likewise.
4641 * sparcnbsd-tdep.c: Likewise.
4642 * sparc-tdep.h: New file.
4643 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4644 and sparc_npc_regnum.
4645
4646 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4647
4648 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4649 (mips_linux_cannot_store_register): List supported instead of
4650 unsupported registers.
4651
4652 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4653
4654 * disasm.c (dump_insns): Separate instructions from addresses.
4655
4656 2003-07-07 Andreas Schwab <schwab@suse.de>
4657
4658 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4659 dependencies.
4660 * m68k-tdep.c (NUM_FREGS): Delete.
4661 (SIG_PC_FP_OFFSET): Delete.
4662 (TARGET_M68K): Delete.
4663 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4664 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4665 P_MOVEL_SP, P_MOVEML_SP): Define.
4666 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4667 P_TRAP): Delete.
4668 (m68k_register_raw_size): Delete.
4669 (m68k_register_virtual_size): Delete.
4670 (m68k_register_type): Renamed from m68k_register_virtual_type and
4671 add gdbarch argument.
4672 (m68k_store_struct_return): Delete.
4673 (m68k_deprecated_extract_return_value): Delete.
4674 (m68k_deprecated_extract_struct_value_address): Delete.
4675 (m68k_frame_chain): Delete.
4676 (m68k_frame_saved_pc): Delete.
4677 (m68k_fix_call_dummy): Delete.
4678 (m68k_push_dummy_frame): Delete.
4679 (m68k_pop_frame): Delete.
4680 (m68k_extract_return_value): New function.
4681 (m68k_store_return_value): Rewrite using regcache.
4682 (m68k_extract_struct_value_address): Rewrite using regcache.
4683 (m68k_push_dummy_call): New function.
4684 (struct m68k_frame_cache): Define.
4685 (m68k_alloc_frame_cache): New function.
4686 (m68k_analyze_frame_setup): New function.
4687 (m68k_analyze_register_saves): New function.
4688 (m68k_analyze_prologue): New function.
4689 (m68k_skip_prologue): Rewrite using above functions.
4690 (m68k_unwind_pc): New function.
4691 (m68k_frame_cache): New function.
4692 (m68k_frame_this_id): New function.
4693 (m68k_frame_prev_register): New function.
4694 (m68k_frame_unwind): New variable.
4695 (m68k_frame_p): New function.
4696 (m68k_sigtramp_frame_cache): New function.
4697 (m68k_sigtramp_frame_this_id): New function.
4698 (m68k_sigtramp_frame_prev_register): New function.
4699 (m68k_sigtramp_frame_unwind): New variable.
4700 (m68k_sigtramp_frame_p): New function.
4701 (m68k_frame_base_address): New function.
4702 (m68k_frame_base): New function.
4703 (m68k_unwind_dummy_id): New function.
4704 (fill_gregset): Use regcache_collect.
4705 (fill_fpregset): Likewise.
4706 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4707 defined.
4708 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4709 deprecated_init_frame_pc, deprecated_store_struct_return,
4710 deprecated_extract_return_value, deprecated_store_return_value,
4711 deprecated_frame_chain, deprecated_frame_saved_pc,
4712 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4713 deprecated_register_virtual_size,
4714 deprecated_max_register_raw_size,
4715 deprecated_max_register_virtual_size,
4716 deprecated_register_virtual_type, deprecated_register_size,
4717 deprecated_register_byte, deprecated_register_bytes,
4718 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4719 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4720 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4721 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4722 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4723 deprecated_push_dummy_frame, deprecated_pop_frame,
4724 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4725 only if SYSCALL_TRAP is defined. Set extract_return_value,
4726 store_return_value, extract_struct_value_address, register_type,
4727 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4728 predicates.
4729 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4730 M68K_MAX_REGISTER_SIZE): Define.
4731 (struct m68k_sigtramp_info): Define.
4732 (struct gdbarch_tdep): Add get_sigtramp_info.
4733 * m68klinux-nat.c (fetch_register): Use register_size instead of
4734 REGISTER_RAW_SIZE. Don't put assignment in if.
4735 (store_register): Likewise.
4736 (fetch_inferior_registers): Likewise.
4737 (store_inferior_registers): Likewise.
4738 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4739 (m68k_linux_frame_saved_pc): Delete.
4740 (m68k_linux_sigcontext_reg_offset,
4741 m68k_linux_ucontext_reg_offset): Define.
4742 (m68k_linux_get_sigtramp_info): New function.
4743 (m68k_linux_extract_return_value): Rewrite using regcache.
4744 (m68k_linux_store_return_value): Likewise.
4745 (m68k_linux_extract_struct_value_address): Likewise.
4746 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4747 Don't set deprecated_frame_saved_pc,
4748 deprecated_extract_return_value, deprecated_store_return_value,
4749 deprecated_extract_struct_value_address. Set
4750 extract_return_value, store_return_value,
4751 extract_struct_value_address.
4752
4753 2003-07-07 Andrew Cagney <cagney@redhat.com>
4754
4755 * expprint.c: Include "user-regs.h" instead of "frame.h".
4756 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4757 frame_map_regnum_to_name.
4758 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4759 (frame_map_name_to_regnum): Simplify, call
4760 user_reg_map_name_to_regnum.
4761 (frame_map_regnum_to_name): Simplify, call
4762 user_reg_map_regnum_to_name.
4763 (frame_register_unwind): Update.
4764 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4765 (_initialize_frame_reg): Call user_reg_add_builtin.
4766 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4767 (value_of_register): Use value_of_user_reg.
4768 * eval.c (evaluate_subexp_standard): Update.
4769 * parse.c (write_dollar_variable): Update.
4770 * d10v-tdep.c (d10v_print_registers_info): Update.
4771 * infcmd.c (registers_info): Update.
4772 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4773 (builtin_regs_h): Delete macro.
4774 (user_regs_h): Define.
4775 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4776 (builtin-regs.o): Delete target.
4777 (user-regs.o): Specify dependencies.
4778 (expprint.o): Update dependencies.
4779 (findvar.o): Update dependencies.
4780 (frame.o): Update dependencies.
4781 (std-regs.o): Update dependencies.
4782
4783 2003-07-06 Christopher Faylor <cgf@redhat.com>
4784
4785 * win32-nat.c (solib_symbols_add): Use one variable for all section
4786 address stuff. Pass variable rather than address of variable to
4787 safe_symbol_file_add.
4788
4789 2003-07-06 Andreas Schwab <schwab@suse.de>
4790
4791 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4792
4793 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4794
4795 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4796
4797 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4798
4799 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4800
4801 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4802
4803 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4804 * config/i386/nto.mh: New file.
4805 * config/i386/nm-nto.h: New file.
4806 * configure.host: Add i[3456]86-*-nto*.
4807
4808 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4809
4810 * remote-vx.c (vx_add_symbols): Fix compilation error.
4811
4812 2003-07-03 Andrew Cagney <cagney@redhat.com>
4813
4814 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4815 * gdbarch.h, gdbarch.c: Re-generate.
4816 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4817 (legacy_register_name): Declare.
4818 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4819 (REGISTER_NAME): Define.
4820 * sparc-tdep.c (legacy_register_name): New function.
4821 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4822 (REGISTER_NAME): Define.
4823 (hppa64_register_name): Declare.
4824 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4825 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4826 (hppa64_register_name): New function.
4827 (hppa_register_name): New function.
4828 * arch-utils.c (legacy_register_name): Delete.
4829 * arch-utils.h (legacy_register_name): Delete.
4830
4831 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4832
4833 * cli/cli-interp.c (cli_interpreter_resume): Update the
4834 cli_uiout's stream to gdb_stdout.
4835
4836 2003-07-03 Andrew Cagney <cagney@redhat.com>
4837
4838 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4839 predicate.
4840 * gdbarch.h, gdbarch.c: Re-generate.
4841 * regcache.c (init_regcache_descr): Use legacy code when either
4842 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4843
4844 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4845
4846 * NEWS: Move "set logging" entry into GDB 6.0 section.
4847
4848 2003-07-02 Jim Blandy <jimb@redhat.com>
4849
4850 * s390-tdep.c (struct frame_extra_info): new member:
4851 'stack_bought_valid'.
4852 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4853 initialize fextra_info->stack_bought.
4854 (s390_frameless_function_invocation): Don't trust the value of
4855 fextra_info_ptr->stack_bought unless
4856 fextra_info->stack_bought_valid is set.
4857
4858 New S390 prologue analyzer.
4859 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4860 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4861 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4862 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4863 compute_x_addr, s390_on_stack, s390_store,
4864 s390_get_signal_frame_info): New functions.
4865 (S390_NUM_SPILL_SLOTS): New macro.
4866 (s390_get_frame_info): Rewritten.
4867 (is_arg_reg): Deleted.
4868
4869 Break out the decoding of S/390 instructions into separate
4870 functions, to make it more legible, and easier to check
4871 against the spec.
4872 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4873 is_rx, is_rxe): New functions.
4874 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4875 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4876 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4877 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4878 enums for opcode values. (Is this an improvement?)
4879
4880 2003-07-02 Andrew Cagney <cagney@redhat.com>
4881
4882 * i386-tdep.c: Revert change committed as part of trad-frame code
4883 below.
4884
4885 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4886
4887 * breakpoint.c (insert_catchpoint): Make static.
4888
4889 2003-07-02 Andreas Schwab <schwab@suse.de>
4890
4891 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4892 former ia64_push_arguments and ia64_push_return_address, and use
4893 regcache functions instead of read/write_register.
4894 (ia64_gdbarch_init): Set push_dummy_call instead of
4895 deprecated_push_arguments and deprecated_push_return_address.
4896
4897 2003-07-01 Andreas Jaeger <aj@suse.de>
4898
4899 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4900 before the call.
4901 Set %rax only to number of SSE registers used.
4902
4903 2003-07-01 Andrew Cagney <cagney@redhat.com>
4904
4905 * trad-frame.h: Update comments, a -1 .addr is reserved.
4906 (trad_frame_value_p, trad_frame_addr_p): Declare.
4907 (trad_frame_reg_p): Declare.
4908 (trad_frame_set_value): Rename trad_frame_register_value.
4909 (trad_frame_set_unknown): Declare.
4910 * trad-frame.c (trad_frame_realreg_p): New function.
4911 (trad_frame_addr_p, trad_frame_value_p): New function.
4912 (trad_frame_set_unknown): New function.
4913 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4914 (trad_frame_prev_register): Use trad_frame_realreg_p,
4915 trad_frame_addr_p and trad_frame_value_p.
4916 (trad_frame_set_value): Rename trad_frame_register_value.
4917 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4918 and trad_frame_set_value.
4919
4920 2003-06-30 Jim Blandy <jimb@redhat.com>
4921
4922 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4923 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4924 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4925 for 16 registers, and then 32 more bytes.
4926 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4927 New macros.
4928 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4929 Move up in the file, since it's now used by is_simple_arg.
4930 (is_simple_arg): Don't assume registers are four bytes long.
4931 Exclude all double arguments. Extended floats are not simple
4932 args.
4933 (is_power_of_two): New function.
4934 (pass_by_copy_ref): Call is_power_of_two, and check that the
4935 length fits in a register, rather than listing all the acceptable
4936 sizes. Extended floats are not passed by reference.
4937 (s390_push_arguments): Don't assume registers are four bytes long.
4938 Reserve an argument register to point to the buffer for structures
4939 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4940 S390_STACK_FRAME_OVERHEAD.
4941
4942 2003-06-30 Andreas Schwab <schwab@suse.de>
4943
4944 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4945 format error message.
4946
4947 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4948
4949 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4950
4951 2003-06-30 David Carlton <carlton@kealia.com>
4952
4953 Band-aid for PR c++/1245.
4954 * Makefile.in (cp-support.o): Depend on complaints_h.
4955 * cp-support.c: Include complaints.h. Add declaration for
4956 find_last_component.
4957 (cp_find_first_component): Separate code into
4958 cp_find_first_component_aux.
4959 (cp_find_first_component_aux): Call demangled_name_complaint.
4960 (demangled_name_complaint): New.
4961
4962 2003-06-30 Andrew Cagney <cagney@redhat.com>
4963
4964 * remote.c (remote_write_bytes): Explicitly compute and then use
4965 the payload size. Update comments to reflect. Fixes problem of
4966 GDB not sending small packets as found by Fred Fish.
4967
4968 2003-06-30 Andrew Cagney <cagney@redhat.com>
4969
4970 * remote.c (remote_async_wait): Fix -Wformat problem.
4971
4972 2003-06-29 Andrew Cagney <cagney@redhat.com>
4973
4974 * remote.c (remote_wait): Call error, and not warning, when the
4975 packet is corrupt.
4976 (remote_async_wait): Ditto.
4977
4978 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4979
4980 * sparc-tdep.c (sparc_y_regnum): Make external again.
4981
4982 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4983
4984 * cli/cli-logging.c (pop_output_files): Add void to function
4985 definition.
4986
4987 2003-06-29 Andrew Cagney <cagney@redhat.com>
4988
4989 * frame.c (frame_register_unwind): Use unsigned char when dumping
4990 the buffer contents.
4991
4992 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4993
4994 * cli/cli-logging.c: New file.
4995 * cli-out.c (struct ui_out_data): Add original_stream.
4996 (cli_redirect): New function.
4997 (cli_ui_out_impl): Add cli_redirect.
4998 (cli_out_new): Initialize original_stream.
4999 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5000 (uo_redirect, ui_out_redirect): New.
5001 * ui-out.h (struct ui_out_impl): Add redirect member.
5002 (redirect_ftype): New.
5003 (ui_out_redirect): Add prototype.
5004 * Makefile.in: Add rules for cli-logging.c.
5005 * NEWS: Mention "set logging".
5006
5007 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5008
5009 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5010
5011 2003-06-27 Andrew Cagney <cagney@redhat.com>
5012
5013 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5014 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5015 * avr-tdep.c (avr_call_dummy_address): Delete function.
5016 (avr_gdbarch_init): Do not set call_dummy_address.
5017
5018 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5019
5020 * symfile.c (syms_from_objfile): Move variables to inner block.
5021 Move the checks for the non-mainline case a bit earlier to avoid
5022 doing some useless computations.
5023
5024 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5025
5026 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5027
5028 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
5029
5030 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5031 sections.
5032
5033 2003-06-26 Michael Chastain <mec@shout.net>
5034
5035 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5036 gdb/testsuite/gdb.c++/pr-1210.exp.
5037
5038 2003-06-26 Andrew Cagney <cagney@redhat.com>
5039
5040 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5041 altivec_expression.h and altivec_registers.h.
5042
5043 2003-06-26 Andrew Cagney <cagney@redhat.com>
5044
5045 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5046 info->mach when MIPS16. Patch suggested by Fred Fish.
5047
5048 2003-06-26 Andrew Cagney <cagney@redhat.com>
5049
5050 * utils.c (internal_vproblem): Print the problem to a reason
5051 buffer and then pass to query. Make the msg variable more local.
5052
5053 2003-06-26 Andrew Cagney <cagney@redhat.com>
5054
5055 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5056 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5057 * gdbarch.h, gdbarch.c: Re-generate.
5058 * frame-base.c (default_frame_args_address): Update. Use
5059 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5060 not available.
5061 (default_frame_locals_address): Ditto for
5062 DEPRECATED_FRAME_LOCALS_ADDRESS.
5063 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5064 (vax_frame_num_args): Update.
5065 (vax_gdbarch_init): Update.
5066 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5067 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5068 * mcore-tdep.c (mcore_gdbarch_init): Update.
5069 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5070 * ia64-tdep.c (ia64_gdbarch_init): Update.
5071 * symtab.h (address_class): Update comments.
5072 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5073 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5074 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5075 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5076 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5077 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5078 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5079 * alpha-mdebug-tdep.c: Update.
5080 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5081
5082 2003-06-26 Andreas Jaeger <aj@suse.de>
5083
5084 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5085 of SSE registers so that varargs functions work. Rework handling
5086 of passing arguments on the stack.
5087 (x86_64_store_return_value): Return double and float values in SSE
5088 register.
5089
5090 2003-06-24 Michael Chastain <mec@shout.net>
5091
5092 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5093 the "constructor breakpoints ignored" bug.
5094
5095 2003-06-25 David Carlton <carlton@kealia.com>
5096
5097 * MAINTAINERS: Update e-mail address.
5098
5099 2003-06-24 Jim Blandy <jimb@redhat.com>
5100
5101 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5102
5103 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5104 function.
5105 (ppc_linux_init_abi): Register it as the
5106 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5107
5108 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5109 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5110 method.
5111
5112 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5113 (ppc64_standard_linkage_target): Use it.
5114
5115 2003-06-23 Andrew Cagney <cagney@redhat.com>
5116
5117 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5118 for 0 "int0" and 4 "int32" sized registers.
5119 * gdbtypes.c (builtin_type_int0): Define.
5120 (build_gdbtypes): Initialize builtin_type_int0.
5121 * gdbtypes.h (builtin_type_int0): Declare.
5122
5123 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5124
5125 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5126 as characters are unsigned.
5127
5128 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5129
5130 PR gdb/1179
5131 * dwarfread.c (struct_type): Skip static fields without crashing.
5132
5133 2003-06-22 Andrew Cagney <cagney@redhat.com>
5134
5135 GDB 6.0 branch created.
5136 * README: Update.
5137 * PROBLEMS: Update. Empty.
5138 * NEWS: Update.
5139
5140 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5141
5142 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5143 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5144
5145 2003-06-22 Andrew Cagney <cagney@redhat.com>
5146
5147 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5148 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5149 Velikov.
5150
5151 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5152
5153 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5154 compilers.
5155
5156 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5157
5158 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5159 argument of val_print.
5160 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5161 to the address argument of baseclass_offset or target_read_memory.
5162 Do add it to the argument of cp_print_value_fields.
5163
5164 2003-06-21 Andrew Cagney <cagney@redhat.com>
5165
5166 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5167 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5168 instead of 0..NUM_REGS.
5169 (mips_register_reggroup_p): New function.
5170 (mips_pseudo_register_write): New function.
5171 (mips_pseudo_register_read): New function.
5172 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5173 based on the register's type.
5174 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5175 cooked.
5176 (mips_get_saved_register): Simplify. Assert that REGNO is a
5177 pseudo / cooked.
5178 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5179 (mips_register_type): Replace mips_register_virtual_type. Map
5180 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5181 when available.
5182 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5183 that the register is cooked / virtual.
5184 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5185 Only get the extra info when needed.
5186 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5187 (mips32_heuristic_proc_desc): Fetch the cooked register.
5188 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5189 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5190 (mips_print_register): Use gdbarch_register_type, instead of
5191 REGISTER_VIRTUAL_TYPE.
5192 (print_gp_register_row): Use gdbarch_register_type, instead of
5193 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5194 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5195 Print the pseudo / cooked registers.
5196 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5197 Print the pseudo / cooked registers.
5198 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5199 REG_NUM is pseudo / cooked.
5200 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5201 (mips_n32n64_xfer_return_value): Ditto.
5202 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5203 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5204 (mips_register_sim_regno): New function.
5205 (mips_gdbarch_init): Set deprecated_register_byte,
5206 register_group_p, pseudo_register_write, pseudo_register_read,
5207 register_sim_regno, and num_pseudo_regs. Set register_type,
5208 instead of register_virtual_type.
5209 * Makefile.in (mips-tdep.o): Update dependencies.
5210 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5211 REGISTER_VIRTUAL_TYPE.
5212 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5213 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5214 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5215 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5216 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5217
5218 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5219
5220 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5221 * cli/cli-cmds.c: Include "gdb_vfork.h".
5222 (shell_escape): Use vfork.
5223
5224 2003-06-21 Andrew Cagney <cagney@redhat.com>
5225
5226 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5227 32 bit floating-point register saves.
5228
5229 * frame.h (deprecated_unwind_get_saved_register): Delete.
5230 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5231 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5232 and deprecated_get_next_frame_hack instead of
5233 deprecated_unwind_get_saved_register.
5234
5235 * mips-tdep.c (mips_dump_tdep): Do not print
5236 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5237
5238 * frame.c (get_frame_register): New function.
5239 (frame_unwind_register_signed): New function.
5240 (get_frame_register_signed): New function.
5241 (frame_unwind_register_unsigned): New function.
5242 (get_frame_register_unsigned): New function.
5243 * frame.h: Add comments on naming schema.
5244 (get_frame_register, frame_unwind_register_signed): Declare.
5245 (get_frame_register_signed, get_frame_register_signed): Declare.
5246 (frame_unwind_register_unsigned): Declare.
5247 (get_frame_register_unsigned): Declare.
5248
5249 2003-06-20 Theodore A. Roth <troth@openavr.org>
5250
5251 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5252
5253 2003-06-20 Theodore A. Roth <troth@openavr.org>
5254
5255 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5256 (avr_read_sp): Ditto.
5257
5258 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5259
5260 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5261 * config/arm/nm-linux.h: Likewise.
5262 * config/arm/tm-linux.h: Likewise.
5263 * config/ia64/nm-linux.h: Likewise.
5264 * config/ia64/tm-ia64.h: Likewise.
5265 * config/s390/tm-linux.h: Likewise.
5266 * config/s390/tm-s390.h: Likewise.
5267 * s390-nat.c: Likewise.
5268 * s390-tdep.c: Likewise.
5269
5270 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5271 * config/ia64/linux.mt: Likewise.
5272 * config/m68k/linux.mh: Likewise.
5273 * config/mips/linux.mt: Likewise.
5274 * config/powerpc/linux.mh: Likewise.
5275 * config/sh/linux.mt: Likewise.
5276
5277 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5278
5279 * solib.c (solib_open): Change tests for whether to search
5280 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5281 comments.
5282
5283 2003-06-19 Theodore A. Roth <troth@openavr.org>
5284
5285 * avr-tdep.c (avr_frame_address): Delete function.
5286 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5287 set_gdbarch_frame_args_address.
5288
5289 2003-06-19 Andrew Cagney <cagney@redhat.com>
5290
5291 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5292 (REGISTER_CONVERT_FROM_TYPE): Delete.
5293 (mips_register_convert_to_type): Delete declaration.
5294 (mips_register_convert_from_type): Delete declaration.
5295 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5296 kernel/.
5297
5298 2003-06-19 Michael Snyder <msnyder@redhat.com>
5299
5300 * linux-nat.h: New file.
5301 * linux-nat.c: Include linux-nat.h.
5302 * lin-lwp.c: Include linux-nat.h.
5303 Move struct lwp_info def to linux-nat.h.
5304 * linux-proc.c: Include linux-nat.h.
5305 (linux_make_note_section): Iterate over lwps instead of threads.
5306 (linux_do_thread_registers): Use lwp instead of merged pid.
5307 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5308 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5309 Add dependency on linux_nat_h.
5310
5311 2003-06-19 Theodore A. Roth <troth@openavr.org>
5312
5313 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5314
5315 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5316
5317 * varobj.c (get_type, get_target_type): Use check_typedef.
5318
5319 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5320
5321 * breakpoint.c (insert_catchpoint): Call internal_error.
5322
5323 2003-06-19 Theodore A. Roth <troth@openavr.org>
5324
5325 * avr-tdep.c (avr_push_dummy_code): Delete function.
5326 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5327
5328 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5329
5330 * arch-utils.c (default_prepare_to_proceed): Remove.
5331 (generic_prepare_to_proceed): Remove.
5332 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5333 (generic_prepare_to_proceed): Remove prototype.
5334 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5335 * gdbarch.c: Regenerate.
5336 * gdbarch.h: Regenerate.
5337 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5338 * hppah-nat.c (hppa_switched_threads): Remove.
5339 * infrun.c (prepare_to_proceed): New static function, copied from
5340 generic_prepare_to_proceed. Remove select_it argument.
5341 (proceed): Call prepare_to_proceed.
5342 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5343 variables.
5344 (ptrace_wait): Don't set the removed variables.
5345 (hppa_switched_threads): Remove.
5346 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5347 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5348 (lin_lwp_prepare_to_proceed): Remove prototype.
5349 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5350 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5351
5352 2003-06-18 Theodore A. Roth <troth@openavr.org>
5353
5354 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5355 trad-frame.h.
5356 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5357 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5358 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5359 (AVR_PROLOGUE_*): Enumerate prologue types.
5360 (struct frame_extra_info): Remove.
5361 (struct avr_unwind_cache): Define.
5362 (avr_write_sp): Delete function.
5363 (avr_read_fp): Ditto.
5364 (avr_init_extra_frame_info): Ditto.
5365 (avr_pop_frame): Ditto.
5366 (avr_frame_saved_pc): Ditto.
5367 (avr_saved_pc_after_call): Ditto.
5368 (avr_push_return_address): Ditto.
5369 (avr_frame_chain): Ditto.
5370 (avr_store_struct_return): Ditto.
5371 (avr_push_arguments): Ditto.
5372 (avr_scan_prologue): Update comments. Changed to set up the info for
5373 cache unwinding. Now returns end of prologue PC.
5374 (avr_skip_prologue): Better handling of functions lacking a prologue
5375 by using avr_scan_prologue.
5376 (avr_scan_arg_moves): New function.
5377 (avr_saved_regs_unwinder): Ditto.
5378 (avr_frame_unwind_cache): Ditto.
5379 (avr_unwind_pc): Ditto.
5380 (avr_frame_this_id): Ditto.
5381 (avr_frame_prev_register): Ditto.
5382 (avr_frame_p): Ditto.
5383 (avr_frame_base_address ): Ditto.
5384 (avr_unwind_dummy_id): Ditto.
5385 (avr_push_dummy_code): Ditto.
5386 (push_stack_item): Ditto.
5387 (pop_stack_item): Ditto.
5388 (avr_push_dummy_call): Ditto.
5389 (struct stack_item): Define.
5390 (avr_frame_unwind): Declare structure.
5391 (avr_frame_base): Ditto.
5392 (avr_gdbarch_init): Remove calls to
5393 set_gdbarch_deprecated_init_frame_pc,
5394 set_gdbarch_deprecated_target_read_fp,
5395 set_gdbarch_deprecated_dummy_write_sp,
5396 set_gdbarch_deprecated_fp_regnum,
5397 set_gdbarch_deprecated_push_arguments,
5398 set_gdbarch_deprecated_push_return_address,
5399 set_gdbarch_deprecated_pop_frame,
5400 set_gdbarch_deprecated_store_struct_return,
5401 set_gdbarch_deprecated_frame_init_saved_regs,
5402 set_gdbarch_deprecated_init_extra_frame_info,
5403 set_gdbarch_deprecated_frame_chain,
5404 set_gdbarch_deprecated_frame_saved_pc,
5405 set_gdbarch_deprecated_saved_pc_after_call.
5406 Add calls to set_gdbarch_push_dummy_call,
5407 set_gdbarch_push_dummy_code,
5408 frame_unwind_append_predicate,
5409 frame_base_set_default,
5410 set_gdbarch_unwind_dummy_id,
5411 set_gdbarch_unwind_pc.
5412 Wrap a long line.
5413
5414 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5415
5416 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5417 registers for H8/300S.
5418 (h8300_print_registers_info): Ditto.
5419 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5420
5421 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5422
5423 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5424 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5425 (lin_lwp_wait): Likewise. Update comments.
5426 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5427 (pull_pid_from_list, linux_record_stopped_pid): New.
5428
5429 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5430
5431 * ada-lang.c (scan_discrim_bound): Name first argument.
5432 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5433 declared by ALL_BLOCK_SYMBOLS.
5434
5435 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5436
5437 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5438 ("regcache.h"): Include it.
5439 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5440
5441 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5442
5443 * NEWS: Mention gdbserver detach change and "disconnect" command.
5444 * infcmd.c (disconnect_command): New function.
5445 (_initialize_infcmd): Add ``disconnect'' command.
5446 * remote.c (remote_async_detach): Delete.
5447 (remote_detach): Merge remote_async_detach.
5448 (remote_disconnect): New.
5449 (init_remote_ops): Set to_disconnect.
5450 (init_remote_cisco_ops): Likewise.
5451 (init_remote_async_ops): Likewise. Use remote_detach.
5452 * target.c (cleanup_target): Default to_disconnect.
5453 (update_current_target): Inherit to_disconnect.
5454 (target_disconnect, debug_to_disconnect): New functions.
5455 (setup_target_debug): Set to_disconnect.
5456 * target.h (struct target_ops): Add to_disconnect.
5457 (target_disconnect): Add prototype.
5458
5459 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5460
5461 * breakpoint.c (insert_catchpoint): New function.
5462 (insert_breakpoints): Use catch_exceptions to call
5463 insert_catchpoint. Disable catchpoints if they fail to insert.
5464
5465 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5466
5467 * symfile.c (reread_symbols): Clear sym_private.
5468
5469 2003-06-17 Andrew Cagney <cagney@redhat.com>
5470
5471 * trad-frame.h (struct frame_info): Add opaque declaration.
5472 * remote-fileio.h (struct cmd_list_element): Add opaque
5473 declaration.
5474 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5475 comments.
5476
5477 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5478
5479 * remote.c (remote_prepare_to_store): Replace call to
5480 deprecated_read_register_bytes with multiple regcache_raw_read
5481 calls.
5482
5483 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5484
5485 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5486 (nto_find_and_open_solib): Likewise.
5487 (nto_init_solib_absolute_prefix): Likewise.
5488 (_initialize_nto_tdep): Fix indentation.
5489
5490 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5491
5492 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5493
5494 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5495
5496 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5497
5498 2003-06-17 Jim Blandy <jimb@redhat.com>
5499
5500 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5501
5502 2003-06-16 Theodore A. Roth <troth@openavr.org>
5503
5504 * avr-tdep.c (avr_extract_return_value): New function.
5505 (avr_gdbarch_init): Set extract_return_value method.
5506
5507 2003-06-16 Andrew Cagney <cagney@redhat.com>
5508
5509 * frame.h (deprecated_get_next_frame_hack): Declare.
5510 * frame.c (legacy_saved_regs_prev_register): Only require
5511 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5512 there are always saved regs.
5513 (deprecated_generic_get_saved_register): Do not require
5514 DEPRECATED_FRAME_INIT_SAVED_REGS.
5515 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5516 use frame ID unwind instead.
5517 (deprecated_get_next_frame_hack): New function.
5518
5519 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5520
5521 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5522 (h8300_push_dummy_call): ...this function. Some minor optimization.
5523 (h8300_push_return_address): Remove.
5524 (h8300_gdbarch_init): Remove calls to
5525 set_gdbarch_deprecated_dummy_write_sp,
5526 set_gdbarch_deprecated_push_arguments and
5527 set_gdbarch_deprecated_push_return_address.
5528 Add call to set_gdbarch_push_dummy_call.
5529
5530 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5531
5532 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5533 (E_PSEUDO_EXR_REGNUM): Ditto.
5534 (h8300_is_argument_spill): Check for instructions moving argument
5535 registers into safe registers.
5536 (h8300_skip_prologue): Check for stm instruction to push registers
5537 used for register variables onto stack.
5538 (gdb_print_insn_h8300): Remove.
5539 (h8300_examine_prologue): Add a comment.
5540 (h8300_register_name): Take pseudo registers into account.
5541 (h8300s_register_name): Ditto.
5542 (h8300sx_register_name): Ditto.
5543 (h8300_print_register): Ditto.
5544 (h8300_print_registers_info): Define "nice" printing order.
5545 (h8300_saved_pc_after_call): Take pseudo registers into account.
5546 (h8300_register_type): Ditto. Return type used for remote connection
5547 when requesting real CCR or EXR register, return actual type when
5548 requesting pseudo CCR or EXR.
5549 (h8300_pseudo_register_read): New function.
5550 (h8300_pseudo_register_write): Ditto.
5551 (h8300_dbg_reg_to_regnum): Ditto.
5552 (h8300s_dbg_reg_to_regnum): Ditto.
5553 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5554 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5555 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5556 set_gdbarch_print_insn architecture dependent.
5557 Call set_gdbarch_pseudo_register_read and
5558 set_gdbarch_pseudo_register_write.
5559 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5560
5561 2003-06-16 Andrew Cagney <cagney@redhat.com>
5562
5563 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5564 * gdbarch.h, gdbarch.c: Re-generate.
5565 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5566 * s390-tdep.c (s390_gdbarch_init): Update.
5567 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5568 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5569 * mips-tdep.c (mips_gdbarch_init): Update.
5570 * mcore-tdep.c (mcore_gdbarch_init): Update.
5571 * cris-tdep.c (cris_gdbarch_init): Update.
5572 * infcall.c (call_function_by_hand): Update.
5573 * ia64-tdep.c (ia64_push_arguments): Update comment.
5574 * frame.c (legacy_get_prev_frame): Do not assume
5575 SAVE_DUMMY_FRAME_TOS_P.
5576 * dummy-frame.c (find_dummy_frame): Update comment.
5577
5578 2003-06-16 Andrew Cagney <cagney@redhat.com>
5579
5580 * regcache.c (do_cooked_read): Do not use register_valid_p.
5581
5582 2003-06-15 Theodore A. Roth <troth@openavr.org>
5583
5584 * avr-tdep.c (avr_register_type): Remove a blank line.
5585 (avr_scan_prologue): Correct some comments.
5586
5587 2003-06-15 Theodore A. Roth <troth@openavr.org>
5588
5589 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5590 prologue types.
5591 Properly scan prologues generated by gcc with the -mcall-prologues
5592 option.
5593 Add code to scan -mcall-prologues for mega devices.
5594
5595 2003-06-15 Theodore A. Roth <troth@openavr.org>
5596
5597 * avr-tdep.c (avr_register_byte): Delete function.
5598 (avr_register_raw_size): Delete function.
5599 (avr_register_virtual_size): Delete function.
5600 (avr_register_virtual_type): Delete function.
5601 (avr_register_type): New function.
5602 (avr_address_to_pointer): Remove unused code.
5603 (avr_read_fp): Need to read FP as two separate bytes due to change to
5604 avr_register_type() usage.
5605 (avr_gdbarch_init): Don't set deprecated_register_size.
5606 Don't set deprecated_register_bytes.
5607 Don't set deprecated_register_byte.
5608 Don't set deprecated_register_raw_size.
5609 Don't set deprecated_max_register_raw_size.
5610 Don't set deprecated_register_virtual_size.
5611 Don't set deprecated_max_register_virtual_size.
5612 Don't set deprecated_register_virtual_type.
5613 Set register_type method.
5614
5615 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5616
5617 * Makefile.in (linux-nat.o): Add rule.
5618 * linux-nat.c: New file.
5619 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5620 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5621 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5622 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5623 * config/arm/linux.mh (NATDEPFILES): Likewise.
5624 * config/i386/linux.mh (NATDEPFILES): Likewise.
5625 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5626 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5627 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5628 * config/mips/linux.mh (NATDEPFILES): Likewise.
5629 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5630 * config/s390/s390.mh (NATDEPFILES): Likewise.
5631 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5632
5633 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5634
5635 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5636 replace out-of-date comment.
5637
5638 2003-06-15 Andrew Cagney <cagney@redhat.com>
5639
5640 * rdi-share/host.h (Fail): Change to a varargs function.
5641 * remote-rdi.c (Fail): Update.
5642
5643 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5644
5645 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5646 (i386_convert_register_p, i386_register_to_value,
5647 i386_register_from_value): Handle types longer than 8 bytes.
5648
5649 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5650
5651 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5652 Move floating-point code to new function in i387-tdep.c.
5653 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5654 New functions containing code moved here from i386-tdep.c.
5655 * i387-tdep.h: Add opaque declaration for `struct type'.
5656 (i387_register_to_value, i387_value_to_register): New prototypes.
5657 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5658 (x86_64_init_abi): Set convert_register_p, register_to_value and
5659 value_to_register here.
5660
5661 2003-06-14 Andrew Cagney <cagney@redhat.com>
5662
5663 * mips-tdep.c (mips_register_to_value): Make static.
5664 (mips_value_to_register): Make static.
5665 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5666 * ia64-tdep.c (ia64_register_raw_size): Make static.
5667 (ia64_register_virtual_size): Make static.
5668 (ia64_register_byte): Make static.
5669 * i387-tdep.c: Include "i387-tdep.h".
5670 (print_387_control_word): Delete function.
5671 (print_387_status_word): Delete function.
5672 (print_387_status_bits): Delete function.
5673 (print_387_control_bits): Delete function.
5674 * Makefile.in (i387-tdep.o): Update dependencies.
5675 * rdi-share/host.h (Fail): Declare.
5676 * remote-rdi.c (Fail): Update to match declaration.
5677
5678 2003-06-14 Andrew Cagney <cagney@redhat.com>
5679
5680 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5681 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5682 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5683 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5684 * README: Delete reference to remote-array.
5685 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5686 (remote-array.o): Delete target.
5687 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5688 * remote-array.c: Delete file.
5689
5690 2003-06-14 Andrew Cagney <cagney@redhat.com>
5691 Mark Kettenis <kettenis@gnu.org>
5692
5693 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5694 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5695 parameter with "frame".
5696 * gdbarch.h, gdbarch.c: Re-generate.
5697 * frame.h (put_frame_register): Declare.
5698 * frame.c (put_frame_register): New function.
5699 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5700 (legacy_register_to_value): Rewrite, use "frame" to get the
5701 register value.
5702 (legacy_value_to_register): Rewrite, use "frame" to find the
5703 register's location before storing.
5704 * arch-utils.h (legacy_convert_register_p): Update.
5705 (legacy_register_to_value, legacy_value_to_register): Update.
5706 * findvar.c (value_from_register): Rewrite, eliminate use of
5707 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5708 "frame" to REGISTER_TO_VALUE.
5709 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5710 lval_reg_frame_relative + lval_register branch of the switch. Do
5711 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5712 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5713 I386_EDI_REGNUM): New defines.
5714 (i386_next_regnum, i386_convert_register_p,
5715 i386_register_to_value, i386_value_to_register): New functions.
5716 (i386_register_convertible, i386_register_convert_to_virtual,
5717 i386_convert_to_raw): Remove functions.
5718 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5719 value_to_register instead of register_convertible,
5720 register_convert_to_virtual and register_convert_to_raw.
5721 * mips-tdep.c (mips_convert_register_p): New function.
5722 (mips_value_to_register): Replace mips_register_convert_from_type.
5723 (mips_register_to_value): Replace mips_register_convert_to_type.
5724 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5725 register_to_value.
5726 * alpha-tdep.c (alpha_convert_register_p): Update.
5727 (alpha_value_to_register): Update, store the register.
5728 (alpha_register_to_value): Update, fetch the register.
5729
5730 2003-06-14 Theodore A. Roth <troth@openavr.org>
5731
5732 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5733 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5734 Don't set deprecated_call_dummy_words.
5735 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5736 Don't set remote_translate_xfer_address.
5737 (avr_io_reg_read_command): Remove commented out debug printf.
5738 Wrap a long line.
5739
5740 2003-06-14 Theodore A. Roth <troth@openavr.org>
5741
5742 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5743 causes gdb to seg fault.
5744
5745 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5746
5747 * sparc-nat.c (fetch_inferior_registers): Correct
5748 a reference to "registers".
5749
5750 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5751
5752 * Makefile.in (exc_request_U_h): Define
5753 (exc_request_S_h): Likewise.
5754 (msg_reply_S_h): Likewise.
5755 (msg_U_h): Likewise.
5756 (notify_S_h): Likewise.
5757 (process_reply_S_h): Likewise.
5758 (gnu-nat.o): Depend on gdb_obstack_h
5759 * gnu-nat.c: Include "gdb_obstack.h".
5760
5761 2003-06-13 Andrew Cagney <cagney@redhat.com>
5762
5763 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5764 * gdbarch.h, gdbarch.c: Re-generate.
5765
5766 2003-06-13 Andrew Cagney <cagney@redhat.com>
5767
5768 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5769 when deprecated REGISTER macros can be deleted.
5770 * gdbarch.h, gdbarch.c: Re-generate.
5771
5772 2003-06-13 Jim Blandy <jimb@redhat.com>
5773
5774 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5775 Linux entry point symbols for _dl_debug_state, too.
5776
5777 2003-06-13 Andrew Cagney <cagney@redhat.com>
5778
5779 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5780 available, do not use the FP register, and always save the TOS.
5781 * dummy-frame.c (dummy_frame_this_id): Do not assert
5782 SAVE_DUMMY_FRAME_TOS.
5783 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5784 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5785 (i386_push_dummy_call): Add 8 to the returned SP.
5786 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5787 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5788 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5789 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5790 (x86_64_push_dummy_call): Return "sp + 16".
5791 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5792 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5793 save_dummy_frame_tos.
5794
5795 2003-06-13 Jim Blandy <jimb@redhat.com>
5796
5797 * frv-tdep.c (frv_use_struct_convention): Delete static
5798 declaration for function deleted in my change of 2003-06-12.
5799
5800 2003-06-13 Theodore A. Roth <troth@openavr.org>
5801
5802 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5803 (avr_pointer_to_address): Shift code addrs left 1 bit.
5804 (avr_convert_from_func_ptr_addr): Delete function since operation is
5805 better handled by avr_address_to_pointer and avr_pointer_to_address.
5806 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5807
5808 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5809
5810 From Kelley Cook <kelleycook@wideopenwest.com>:
5811 * configure.host: Accept i[34567]86 variants.
5812 * configure.tgt: Likewise.
5813 * nlm/configure.in: Likewise.
5814 * nlm/configure: Regenerated.
5815
5816 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5817
5818 * arm-tdep.c (solib-svr4.h): Dont' include it.
5819 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5820 * arm-linux-tdep.c: ... here. Make static.
5821 (arm_linux_init_abi): Register it.
5822 (solib-svr4.h): Include it.
5823 * Makefile.in: Update dependencies.
5824 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5825 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5826
5827 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5828
5829 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5830 indicate registers used for return values.
5831 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5832 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5833 members.
5834 (h8300_init_extra_frame_info): Ditto.
5835 (h8300_frame_locals_address): Removed.
5836 (h8300_frame_args_address): Removed.
5837 (h8300_extract_return_value): Use new regcache structure. Only care
5838 for 16 bit CPUs.
5839 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5840 (h8300_store_return_value): Use new regcache structure. Only care
5841 for 16 bit CPUs.
5842 (h8300h_store_return_value): Same function for 32 bit CPUs.
5843 (h8300_store_struct_return): Removed.
5844 (h8300_extract_struct_value_address): Use new regcache structure.
5845 (h8300h_extract_struct_value_address): Removed.
5846 (h8300_push_dummy_code): New function.
5847 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5848 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5849 set_gdbarch_store_return_value architecture dependent.
5850 Call set_gdbarch_push_dummy_code and
5851 set_gdbarch_extract_struct_value_address.
5852 Remove calls to set_gdbarch_frame_args_address,
5853 set_gdbarch_frame_locals_address,
5854 set_gdbarch_deprecated_store_struct_return,
5855 set_gdbarch_deprecated_extract_return_value,
5856 set_gdbarch_deprecated_extract_struct_value_address,
5857 set_gdbarch_deprecated_call_dummy_words and
5858 set_gdbarch_deprecated_sizeof_call_dummy_words.
5859
5860 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5861
5862 * h8300-tdep.c (h8300_register_byte): Remove.
5863 (h8300h_register_byte): Remove.
5864 (h8300_register_virtual_type): Remove. Substitute by...
5865 (h8300_register_type): New function.
5866 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5867 (h8300h_extract_struct_value_address): Ditto.
5868 (h8300_gdbarch_init): Drop calls to
5869 set_gdbarch_deprecated_register_byte and
5870 set_gdbarch_deprecated_register_virtual_type.
5871 Add call to set_gdbarch_register_type.
5872
5873 2003-06-13 Andrew Cagney <cagney@redhat.com>
5874
5875 * gdbarch.sh: Update comments on registers.
5876 (deprecated_register_byte): Rename register_byte.
5877 (deprecated_register_raw_size): Rename register_raw_size.
5878 (deprecated_register_virtual_size): Rename register_virtual_size.
5879 (deprecated_register_virtual_type): Rename register_virtual_type.
5880 * gdbarch.h, gdbarch.c: Re-generate.
5881 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5882 * vax-tdep.c (vax_gdbarch_init): Update.
5883 * v850-tdep.c (v850_gdbarch_init): Update.
5884 * sparc-tdep.c (sparc_gdbarch_init): Update.
5885 * sh-tdep.c (sh_gdbarch_init): Update.
5886 * s390-tdep.c (s390_gdbarch_init): Update.
5887 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5888 * ns32k-tdep.c: Update.
5889 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5890 * mips-tdep.c (mips_gdbarch_init): Update.
5891 * mcore-tdep.c (mcore_gdbarch_init): Update.
5892 * m68k-tdep.c (m68k_gdbarch_init): Update.
5893 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5894 * ia64-tdep.c (ia64_gdbarch_init): Update.
5895 * hppa-tdep.c (hppa_gdbarch_init): Update.
5896 * h8300-tdep.c (h8300_gdbarch_init): Update.
5897 * frv-tdep.c (frv_gdbarch_init): Update.
5898 * cris-tdep.c (cris_gdbarch_init): Update.
5899 * avr-tdep.c (avr_gdbarch_init): Update.
5900 * alpha-tdep.c (alpha_gdbarch_init): Update.
5901 * arm-tdep.c (arm_gdbarch_init): Update.
5902
5903 2003-06-13 Andrew Cagney <cagney@redhat.com>
5904
5905 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5906 mips_o32_use_struct_convention with always_use_struct_convention.
5907
5908 2003-06-12 David Carlton <carlton@kealia.com>
5909
5910 * cp-namespace.c (cp_set_block_scope): Comment out
5911 processing_has_namespace_info branch.
5912
5913 2003-06-12 Jim Blandy <jimb@redhat.com>
5914
5915 Recognize and skip 64-bit PowerPC Linux linkage functions.
5916 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5917 insn_pattern, insns_match_pattern, d_field, ds_field): New
5918 functions, macros, and types for working with PPC instructions.
5919 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5920 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5921 ppc64_skip_trampoline_code): New functions, variables, and macros
5922 for recognizing and skipping linkage functions.
5923 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5924 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5925
5926 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5927 register offsets for both the 32- and 64-bit interfaces.
5928
5929 Actually finish the job started by my change of 2003-05-29.
5930 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5931 other #definition of this.
5932 (ppc_linux_skip_trampoline_code): Remove declaration.
5933 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5934 static.
5935 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5936 method for GDBARCH.
5937
5938 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5939 'long' on ppc64-*-linux*.
5940
5941 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5942 isn't #defined, assume the register doesn't exist: act as if
5943 tdep->ppc_mq_regnum were -1.
5944
5945 * configure.host, configure.tgt: Add entries for
5946 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5947 powerpc/linux.mt.
5948 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5949 New files.
5950
5951 * arch-utils.c (always_use_struct_convention): New function.
5952 * arch-utils.h (always_use_struct_convention): New prototype.
5953 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5954 (alpha_gdbarch_init): Register always_use_struct_convention,
5955 instead of alpha_use_struct_convention.
5956 * cris-tdep.c (cris_use_struct_convention): Delete.
5957 (cris_gdbarch_init): Register always_use_struct_convention,
5958 instead of cris_use_struct_convention.
5959 * frv-tdep.c (frv_use_struct_convention): Delete.
5960 (frv_gdbarch_init): Register always_use_struct_convention,
5961 instead of frv_use_struct_convention.
5962 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5963 (h8300_gdbarch_init): Register always_use_struct_convention,
5964 instead of h8300_use_struct_convention.
5965 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5966 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5967 instead of mips_o32_use_struct_convention.
5968
5969 2003-06-12 Andrew Cagney <cagney@redhat.com>
5970
5971 * wince.c: Include "mips-tdep.h".
5972 * mips-tdep.h (mips_next_pc): Declare.
5973 * mcore-tdep.c: Make more local functions static.
5974 * Makefile.in (wince.o): Update dependencies.
5975
5976 2003-06-12 David Carlton <carlton@kealia.com>
5977
5978 * symtab.c (lookup_symbol_aux_minsyms): Replace
5979 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5980 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5981 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5982 SYMBOL_NATURAL_NAME.
5983
5984 2003-06-12 Andreas Schwab <schwab@suse.de>
5985
5986 * Makefile.in (tuiDisassem.o): Update dependencies.
5987
5988 2003-06-12 David Carlton <carlton@bactrian.org>
5989
5990 * symtab.h: Delete declaration of make_symbol_overload_list.
5991 Add declaration of lookup_partial_symbol.
5992 * symtab.c (remove_params): Move to cp-support.c.
5993 (overload_list_add_symbol, make_symbol_overload_list)
5994 (sym_return_val_size, sym_return_val_index): Ditto.
5995 (lookup_partial_symbol): Make extern.
5996 * cp-support.h: Add declaration of make_symbol_overload_list.
5997 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5998 symtab.h, and block.h.
5999 (remove_params): Move here from symtab.c.
6000 (overload_list_add_symbol, make_symbol_overload_list)
6001 (sym_return_val_size, sym_return_val_index): Ditto.
6002 * valops.c: Include cp-support.h.
6003 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6004 frame_h, and block_h.
6005 (valops.o): Depend on cp_support_h.
6006
6007 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
6008
6009 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6010 substitute by NUM_REGS throughout.
6011 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6012 (h8300s_register_name): New function for H8S registers.
6013 (h8300sx_register_name): Ditto for H8SX registers.
6014 (h8300_print_register): Revise register printing, avoid depending
6015 on 32 bit long.
6016 (h8300_register_byte): Only care for H8/300 registers.
6017 (h8300h_register_byte): New function for any other architecture.
6018 (h8300_register_raw_size): Remove.
6019 (h8300_register_virtual_type): Revise to return actually useful
6020 type.
6021 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6022 (h8300h_extract_struct_value_address): New function for any other
6023 architecture.
6024 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6025 set_gdbarch_register_name, set_gdbarch_register_byte,
6026 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6027 Remove calls to set_gdbarch_deprecated_register_size,
6028 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6029 set_gdbarch_deprecated_max_register_raw_size,
6030 set_gdbarch_register_virtual_size and
6031 set_gdbarch_deprecated_max_register_virtual_size entirely.
6032 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6033 set_gdbarch_long_double_bit.
6034
6035 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6036
6037 * doublest.c (convert_doublest_to_floatformat): When dealing
6038 with the implied integer bit, only alter mant_bits if we are
6039 processing a full 32 bits of mantissa.
6040
6041 2003-06-11 David Carlton <carlton@bactrian.org>
6042
6043 * dictionary.h: New.
6044 * dictionary.c: New.
6045 * block.h: Add opaque declaration for struct dictionary.
6046 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6047 'sym' members.
6048 (BLOCK_DICT): New macro.
6049 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6050 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6051 BLOCK_SHOULD_SORT.
6052 (ALL_BLOCK_SYMBOLS): Update definition.
6053 * Makefile.in (SFILES): Add dictionary.c.
6054 (dictionary_h): New.
6055 (COMMON_OBS): Add dictionary.o.
6056 (dictionary.o): New.
6057 (ada-lang.o): Depend on dictionary_h.
6058 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6059 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6060 (mi-cmd-stack.o): Ditto.
6061 (gdbtk-cmds.o): Update dependencies.
6062 (gdbtk-stack.o): Ditto.
6063 * ada-lang.c: Include dictionary.h.
6064 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6065 (fill_in_ada_prototype, debug_print_block): Ditto.
6066 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6067 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6068 'is_sorted'.
6069 * mdebugread.c: Include dictionary.h.
6070 (struct parse_stack): Delete 'maxsyms' member.
6071 (parse_symbol): Update calls to new_block. Delete calls to
6072 shrink_block. Use dictionary methods.
6073 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6074 Update calls to new_symtab. Don't maintain maxsyms data.
6075 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6076 (add_symbol): Just call dict_add_symbol.
6077 (new_symtab): Delete 'maxsyms' argument.
6078 (new_symtab): Update calls to new_block.
6079 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6080 (shrink_block): Delete function.
6081 (fixup_sigtramp): Update call to new_block. Add symbol via
6082 dict_add_symbol.
6083 * jv-lang.c: Include dictionary.h.
6084 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6085 appropriately. Set class_symtab->free_func. Make sure the
6086 blockvector is big enough to hold two blocks.
6087 (add_class_symtab_symbol): Use dictionary methods.
6088 (free_class_block): New function.
6089 (type_from_class): Replace explicit iteration by
6090 ALL_BLOCK_SYMBOLS.
6091 * symtab.h (struct symtab): Replace 'free_ptr' method by
6092 'free_func'.
6093 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6094 sort_symtab_syms.
6095 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6096 sort_symtab_syms.
6097 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6098 Include dictionary.h.
6099 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6100 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6101 sort_symtab_syms.
6102 * objfiles.c: Include dictionary.h.
6103 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6104 * buildsym.c: Include dictionary.h.
6105 (finish_block): Use dictionary methods.
6106 (end_symtab): Set free_func to NULL, not free_ptr.
6107 * tracepoint.c: Include dictionary.h.
6108 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6109 (scope_info): Ditto.
6110 * stack.c: Include dictionary.h.
6111 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6112 (print_block_frame_labels, print_frame_arg_vars)
6113 (print_frame_args): Ditto.
6114 * symmisc.c (free_symtab_block): Use dictionary methods.
6115 (dump_symtab): Ditto.
6116 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6117 Include dictionary.h.
6118 * symfile.h: Delete declarations of sort_block_syms,
6119 sort_symtab_syms.
6120 * symfile.c (sort_block_syms): Delete.
6121 (sort_symtab_syms): Delete.
6122 * symtab.c: Include dictionary.h.
6123 (lookup_block_symbol): Use dictionary iterators.
6124 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6125 (search_symbols, make_symbol_completion_list): Ditto.
6126 (make_symbol_overload_list): Ditto.
6127 * valops.c (value_of_local): Use dict_empty.
6128 Include dictionary.h.
6129
6130 2003-06-11 J. Brobecker <brobecker@gnat.com>
6131
6132 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6133
6134 2003-06-11 David Carlton <carlton@bactrian.org>
6135
6136 * block.h (BLOCK_SHOULD_SORT): Delete.
6137 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6138 blocks.
6139 * ada-lang.c (ada_add_block_symbols): Ditto.
6140 * symfile.c (sort_block_syms): Delete.
6141 (sort_symtab_syms): Ditto.
6142 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6143 declarations.
6144 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6145 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6146 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6147 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6148 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6149 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6150 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6151
6152 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6153
6154 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6155 bits to 128.
6156
6157 2003-06-11 Andrew Cagney <cagney@redhat.com>
6158
6159 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6160 REGISTER_CONVERTIBLE.
6161 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6162 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6163 * gdbarch.h, gdbarch.c: Re-generate.
6164 * arch-utils.h (deprecated_register_convertible_not): Rename
6165 generic_register_convertible_not.
6166 * arch-utils.c (deprecated_register_convertible_not): Rename
6167 generic_register_convertible.
6168 (legacy_convert_register_p, legacy_register_to_value): Update.
6169 * sh-tdep.c (sh64_push_arguments): Update.
6170 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6171 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6172 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6173 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6174 * arch-utils.c (legacy_value_to_register): Update.
6175 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6176 (rs6000_register_convert_to_raw): Make parameter "from" const.
6177 * mips-tdep.c (mips_gdbarch_init): Update.
6178 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6179 * infcmd.c (default_print_registers_info): Update.
6180 * ia64-tdep.c (ia64_gdbarch_init): Update.
6181 (ia64_register_convert_to_raw): Make parameter "from" const.
6182 * i386-tdep.c (i386_gdbarch_init): Update.
6183 (i386_register_convert_to_raw): Update.
6184
6185 2003-06-11 Andrew Cagney <cagney@redhat.com>
6186
6187 * remote-fileio.c: Include "remote-fileio.h".
6188 * Makefile.in (remote-fileio.o): Update dependencies.
6189 (remote_fileio_h): Fix typo.
6190
6191 2003-06-11 Andrew Cagney <cagney@redhat.com>
6192
6193 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6194 (xstormy16_save_dummy_frame_tos): Make static.
6195 (_initialize_xstormy16_tdep): Add declaration.
6196 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6197 * v850-tdep.c: Make local functions static.
6198 (_initialize_v850_tdep): Add declaration.
6199 * sparc-tdep.c: Make local functions static.
6200 (_initialize_sparc_tdep): Add declaration.
6201 * sh-tdep.c: Make local functions static.
6202 (_initialize_sh_tdep): Add declaration.
6203 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6204 * s390-tdep.c: Make local functions static.
6205 (_initialize_s390_tdep): Add declaration.
6206 * dbxread.c (find_stab_function_addr): Make static.
6207 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6208 * ocd.c (_initialize_remote_ocd): Add declaration.
6209 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6210 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6211 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6212 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6213 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6214 * remote-array.c (_initialize_array): Add declaration.
6215 (_initialize_remote_monitors): Add declaration.
6216 * remote-mips.c: Make local functions static.
6217 (_initialize_remote_mips): Add declaration.
6218 * mcore-tdep.c: Make all local functions static.
6219 (_initialize_mcore_tdep): Add declaration.
6220 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6221 * abug-rom.c (_initialize_abug_rom): Add declaration.
6222 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6223 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6224 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6225 * remote-est.c (_initialize_est): Add declaration.
6226 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6227 (m68hc11_call_dummy_address): Make static.
6228 * ia64-tdep.c: Make local functions static.
6229 (_initialize_ia64_tdep): Add declaration.
6230 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6231 * monitor.c (monitor_wait_filter): Make static.
6232 (_initialize_remote_monitors): Add declaration.
6233 * remote-hms.c (_initialize_remote_hms): Add declaration.
6234 * remote-e7000.c (fetch_regs_from_dump): Make static.
6235 (expect_n): Make static.
6236 (_initialize_remote_e7000): Add declaration.
6237 * ser-e7kpc.c: Always include "defs.h".
6238 (_initialize_ser_e7000pc): Add declaration.
6239 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6240 * cris-tdep.c: Make all but one function static.
6241 (_initialize_cris_tdep): Add declaration.
6242 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6243 * solib.c (update_solib_list): Make static.
6244 (_initialize_solib): Add declaration.
6245 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6246 (_initialize_avr_tdep): Add declaration.
6247 * remote-rdi.c (voiddummy): Make static.
6248 (_initialize_remote_rdi): Add declaration.
6249 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6250 * remote-rdp.c (send_rdp): Make static.
6251 (_initialize_remote_rdp): Add declaration.
6252 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6253
6254 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6255
6256 * remote-fileio.c: Make ari happy.
6257
6258 2003-06-10 J. Brobecker <brobecker@gnat.com>
6259
6260 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6261 fetching the trailing bytes of the buffer we are about to write.
6262
6263 2003-06-10 Andrew Cagney <cagney@redhat.com>
6264
6265 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6266 * Makefile.in (remote-fileio.o): Update dependencies.
6267 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6268 include <setjmp.h>, or <sys/types.h> conditional on USG.
6269 (remote_fio_jmp_buf): Delete global variable.
6270
6271 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6272 Martin M. Hunt <hunt@redhat.com>
6273
6274 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6275 (SFILES): Add remote-fileio.c.
6276 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6277 dependencies for building remote.o.
6278 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6279 * remote-fileio.h: New header file defining remote File-I/O interface.
6280 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6281 static storage class.
6282 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6283 'F' packet.
6284 (_initialize_remote): Call initialize_remote_fileio().
6285 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6286 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6287 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6288 (captured_main): Initialize new ui_files.
6289 * ui-file.c: Add read and fgets input functions.
6290 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6291 (null_file_read): New function.
6292 (ui_file_read): New function.
6293 (set_ui_file_read): New function.
6294 (stdio_file_read): New function.
6295 * ui-file.h: New type ui_file_read_ftype.
6296 (set_ui_file_read): Declare.
6297 (ui_file_read): Declare.
6298
6299 2003-06-09 Andrew Cagney <cagney@redhat.com>
6300
6301 * frame.h (deprecated_unwind_get_saved_register): Rename
6302 generic_unwind_get_saved_register, update comments.
6303 * mips-tdep.c (mips_get_saved_register): Update.
6304 * frame.c (deprecated_unwind_get_saved_register): Update.
6305
6306 2003-06-09 Andrew Cagney <cagney@redhat.com>
6307
6308 * vax-tdep.c (vax_frame_locals_address): Delete function.
6309 (vax_gdbarch_init): Do not set frame_locals_address.
6310 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6311 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6312 * s390-tdep.c (s390_frame_args_address): Delete function.
6313 (s390_gdbarch_init): Do not set frame_args_address or
6314 frame_locals_address.
6315 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6316 (ns32k_gdbarch_init): Do not set frame_locals_address.
6317 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6318 (hppa_frame_locals_address): Delete function.
6319 (hppa_gdbarch_init): Do not set frame_args_address, or
6320 frame_locals_address.
6321 * arm-tdep.c (arm_frame_args_address): Delete.
6322 (arm_frame_locals_address): Delete.
6323 (arm_gdbarch_init): Do not set frame_args_address, or
6324 frame_locals_address.
6325
6326 2003-06-09 Andrew Cagney <cagney@redhat.com>
6327
6328 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6329 * gdbarch.h, gdbarch.c: Re-generate.
6330 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6331 * arch-utils.c (frame_num_args_unknown): Delete function.
6332 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6333 (frame_info): Use FRAME_NUM_ARGS_P.
6334 * arm-tdep.c (arm_frame_num_args): Delete function.
6335 (arm_gdbarch_init): Do not set frame_num_args.
6336 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6337 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6338 (hppa_gdbarch_init): Do not set frame_num_args.
6339 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6340 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6341 frame_num_args to default frame_num_args_unknown.
6342 * v850-tdep.c (v850_gdbarch_init): Ditto.
6343 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6344 * sh-tdep.c (sh_gdbarch_init): Ditto.
6345 * s390-tdep.c (s390_gdbarch_init): Ditto.
6346 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6347 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6348 * mips-tdep.c (mips_gdbarch_init): Ditto.
6349 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6350 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6351 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6352 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6353 * i386-tdep.c (i386_gdbarch_init): Ditto.
6354 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6355 * frv-tdep.c (frv_gdbarch_init): Ditto.
6356 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6357 * cris-tdep.c (cris_gdbarch_init): Ditto.
6358 * avr-tdep.c (avr_gdbarch_init): Ditto.
6359 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6360
6361 2003-06-09 Andrew Cagney <cagney@redhat.com>
6362
6363 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6364 (print_frame_args): Moved to "stack.c".
6365 * stack.c: Include "gdb_assert.h".
6366 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6367 (print_frame_args): Moved from "printcmd.c".
6368 * frame.h (print_frame_args): Delete declaration.
6369 * Makefile.in (stack.o): Update dependencies.
6370
6371 2003-06-08 Andrew Cagney <cagney@redhat.com>
6372
6373 * frame.c (get_prev_frame): Remove reference to
6374 frame_args_address_correct in comments.
6375 * frame-base.c (default_frame_args_address): Delete code
6376 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6377 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6378 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6379 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6380 (vax_frame_args_address_correct): Delete declaration.
6381
6382 2003-06-08 Andrew Cagney <cagney@redhat.com>
6383
6384 * gdbarch.sh (UNWIND_SP): Add.
6385 * gdbarch.h, gdbarch.c: Re-generate.
6386 * frame.c (frame_sp_unwind): New function.
6387 (get_frame_sp): New function.
6388 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6389 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6390 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6391 value.
6392 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6393 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6394
6395 2003-06-08 Andrew Cagney <cagney@redhat.com>
6396
6397 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6398 REMOTE_BREAKPOINT.
6399 * remote.c: Update.
6400 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6401 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6402 * config/m68k/tm-sun3.h: Update.
6403 * config/m68k/tm-m68klynx.h: Update.
6404 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6405
6406 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6407 trad_frame". Update comments.
6408 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6409 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6410 (trad_frame_register_value, trad_frame_prev_register): Update.
6411
6412 2003-06-08 Andrew Cagney <cagney@redhat.com>
6413
6414 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6415 from GCC's acinclude.m4.
6416 * configure.in: Check for getopt's delcaration.
6417 * aclocal.m4, config.in, configure: Re-generate.
6418 * main.c (error_init): Delete declaration.
6419 * defs.h (error_init): Declare.
6420 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6421 (rs6000_convert_from_func_ptr_addr): Make static.
6422 (_initialize_rs6000_tdep): Add declaration.
6423 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6424 (show_commands, set_verbose, show_history): Delete declaration.
6425 * top.h (set_verbose): Add declaration.
6426 (show_history, set_history, show_commands): Add declaration.
6427 (do_restore_instream_cleanup): Add declaration.
6428 * objc-lang.c (specialcmp): Make static.
6429 (print_object_command): Make static.
6430 (find_objc_msgsend): Make static.
6431 (find_objc_msgcall_submethod_helper): Make static.
6432 (find_objc_msgcall_submethod): Make static.
6433 (_initialize_objc_language): Add declaration.
6434 (find_implementation_from_class): Make static.
6435 (find_implementation): Make static.
6436 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6437 * objc-lang.h (lookup_struct_typedef): Add declaration.
6438 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6439 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6440 (do_restore_user_call_depth): Make static.
6441 (do_restore_instream_cleanup): Delete declaration.
6442 (dont_repeat): Delete declaration.
6443 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6444 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6445 * reggroups.c (_initialize_reggroup): Add declaration.
6446 * cp-support.c (_initialize_cp_support): Add declaration.
6447 * cp-abi.c (_initialize_cp_abi): Add declaration.
6448 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6449 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6450 (_initialize_gnu_v3_abi): Add declaration.
6451 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6452 (_initialize_gnu_v2_abi): Add declaration.
6453 * frame-base.c (_initialize_frame_base): Add declaration.
6454 * doublest.c (floatformat_from_length): Make static.
6455 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6456 * frame.c (create_sentinel_frame): Make static.
6457 (_initialize_frame): Add declaration.
6458 * top.c (do_catch_errors): Make static.
6459 (gdb_rl_operate_and_get_next_completion): Make static.
6460 * typeprint.c: Include "typeprint.h".
6461 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6462 (sentinel_frame_this_id): Make static.
6463 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6464 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6465 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6466 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6467 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6468 * maint.c (maintenance_print_architecture): Make static.
6469 * signals/signals.c (_initialize_signals): Add declaration.
6470 * std-regs.c (_initialize_frame_reg): Add declaration.
6471 * jv-exp.y (push_variable): ISO C definition.
6472 (push_qualified_expression_name): Ditto.
6473 * memattr.c (_initialize_mem): Add declaration.
6474 * remote.c (remote_check_watch_resources): Make static.
6475 (remote_stopped_by_watchpoint): Make static.
6476 (remote_stopped_data_address): Make static.
6477 * d10v-tdep.c (nr_dmap_regs): Make static.
6478 (a0_regnum): Make static.
6479 (d10v_frame_unwind_cache): Make static.
6480 (d10v_frame_p): Make static.
6481 * osabi.c (show_osabi): Make static.
6482 (_initialize_gdb_osabi): Add extern declaration.
6483 * gdbtypes.c (make_qualified_type): Make static.
6484 (safe_parse_type): Make static.
6485 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6486 * macrotab.c (macro_bcache_free): Make static.
6487 * interps.c (interp_set_quiet): Make static.
6488 (interpreter_exec_cmd): Make static.
6489 * stack.h (select_frame_command): New file.
6490 * stack.c: Include "stack.h".
6491 (select_frame_command_wrapper): Delete function.
6492 (select_frame_command): Make global.
6493 * infcall.c: Include "infcall.h".
6494 * linespec.c: Include "linespec.h".
6495 * symfile.c (sections_overlap): Make static.
6496 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6497 * charset.c (_initialize_charset): Add missing prototype.
6498 * regcache.c (init_legacy_regcache_descr): Make static.
6499 (do_regcache_xfree): Make static.
6500 (regcache_xfer_part): Make static.
6501 (_initialize_regcache): Add missing prototype.
6502 * breakpoint.c (parse_breakpoint_sals): Make static.
6503 (breakpoint_sals_to_pc): Make static.
6504 * interps.h (clear_interpreter_hooks): ISO C declaration.
6505 * Makefile.in (stack_h): Define.
6506 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6507 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6508
6509 2003-06-08 Andrew Cagney <cagney@redhat.com>
6510
6511 * Makefile.in (d10v-tdep.o): Update dependencies.
6512 (SFILES): Add trad-frame.c.
6513 (trad_frame_h): Define.
6514 (COMMON_OBS): Add trad-frame.o.
6515 (trad-frame.o): Specify dependencies.
6516 * d10v-tdep.c: Include "trad-frame.h".
6517 (saved_regs_unwinder): Delete function.
6518 (d10v_frame_prev_register): Use trad_frame_prev_register.
6519 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6520 trad_frame", delete "regs" and "prev_sp".
6521 (prologue_find_regs): Use trad-frame.
6522 * trad-frame.h, trad-frame.c: New files.
6523
6524 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6525
6526 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6527
6528 2003-06-07 Adam Fedor <fedor@gnu.org>
6529
6530 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6531 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6532 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6533 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6534 resolve_msgsend_super, resolve_msgsend_super_stret):
6535 Use it.
6536
6537 2003-06-07 Andrew Cagney <cagney@redhat.com>
6538
6539 * symfile.h: Re-indent, clean up comments.
6540
6541 2003-06-07 Andrew Cagney <cagney@redhat.com>
6542
6543 * inferior.h (deprecated_write_sp): Replace
6544 generic_target_write_sp.
6545 * regcache.c (deprecated_write_sp): Replace
6546 generic_target_write_sp.
6547 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6548 * vax-tdep.c (vax_gdbarch_init): Update.
6549 * v850-tdep.c (v850_gdbarch_init): Update.
6550 * sparc-tdep.c (sparc_gdbarch_init): Update.
6551 * sh-tdep.c (sh_gdbarch_init): Update.
6552 * s390-tdep.c (s390_gdbarch_init): Update.
6553 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6554 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6555 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6556 * mcore-tdep.c (mcore_gdbarch_init): Update.
6557 * m68k-tdep.c (m68k_gdbarch_init): Update.
6558 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6559 * ia64-tdep.c (ia64_gdbarch_init): Update.
6560 * h8300-tdep.c (h8300_gdbarch_init): Update.
6561 * frv-tdep.c (frv_gdbarch_init): Update.
6562 * cris-tdep.c (cris_gdbarch_init): Update.
6563 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6564
6565 2003-06-07 Andrew Cagney <cagney@redhat.com>
6566
6567 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6568 Assert that PC_REGNUM is valid.
6569 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6570
6571 2003-06-07 Andrew Cagney <cagney@redhat.com>
6572
6573 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6574 * gdbarch.h, gdbarch.c: Regenerate.
6575 * mn10300-tdep.c: Include "gdb_assert.h".
6576 (mn10300_read_fp): New function.
6577 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6578 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6579 * ia64-tdep.c: Include "gdb_assert.h".
6580 (ia64_read_fp): New function.
6581 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6582 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6583 * regcache.c (generic_target_read_sp): Delete function.
6584 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6585 * inferior.h (generic_target_read_sp): Delete declaration.
6586 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6587 generic_target_read_sp.
6588 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6589 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6590 * sh-tdep.c (sh_gdbarch_init): Ditto.
6591 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6592 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6593
6594 2003-06-07 Andrew Cagney <cagney@redhat.com>
6595
6596 * gdbarch.sh: Comment each field of startup_gdbarch.
6597 * gdbarch.h, gdbarch.c: Re-generate.
6598
6599 2003-06-07 Andrew Cagney <cagney@redhat.com>
6600
6601 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6602 * gdbarch.h, gdbarch.c: Re-generate.
6603 * regcache.c: Update comments on read_pc et.al.
6604 (generic_target_read_pc): Delete function.
6605 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6606 * inferior.h (generic_target_read_pc): Delete declaration.
6607 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6608 generic_target_read_pc.
6609 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6610 * sh-tdep.c (sh_gdbarch_init): Ditto.
6611 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6612 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6613
6614 2003-06-07 Andrew Cagney <cagney@redhat.com>
6615
6616 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6617 "index" with "special_local_sect". Use strcmp instead of STREQ.
6618 Append period to coments.
6619
6620 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6621
6622 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6623 (elfstab_offset_sections): Likewise.
6624 * gdb-stabs.h (stab_section_info): Likewise.
6625 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6626 * objfiles.c (objfile_relocate): Likewise.
6627 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6628 * remote.c (get_offsets): Likewise.
6629 (remote_cisco_objfile_relocate): Likewise.
6630 * somread.c (som_symfile_offsets): Likewise.
6631 * symfile.c (alloc_section_addr_info): New function.
6632 (build_section_addr_info_from_section_tab): Use it.
6633 (free_section_addr_info): Adjust.
6634 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6635 (syms_from_objfile): Allocate local_addr dynamically.
6636 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6637 dynamically.
6638 (add_symbol_file_command): Allocate sect_opts dynamically.
6639 (reread_symbols): Avoid use of SECT_OFF_MAX.
6640 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6641 (alloc_section_addr_info): Declare it.
6642 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6643 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6644 dynamically.
6645 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6646
6647 2003-06-06 Andrew Cagney <cagney@redhat.com>
6648
6649 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6650 (d10v_frame_unwind_cache): Do not set "return_pc".
6651
6652 2003-06-06 Michael Snyder <msnyder@redhat.com>
6653
6654 * h8300-tdep.c: Make tidy (long lines).
6655
6656 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6657
6658 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6659 to regcache_collect().
6660
6661 2003-06-05 J. Brobecker <brobecker@gnat.com>
6662
6663 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6664 pc_in_sigtramp multiarch method.
6665 (hppa_hpux_som_init_abi): Use it.
6666 (hppa_hpux_elf_init_abi): Likewise.
6667 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6668 macro has been multiarched.
6669 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6670 macro here, as hppa64 isn't multiarched yet.
6671
6672 2003-06-05 Andrew Cagney <cagney@redhat.com>
6673
6674 * Makefile.in (value_h): Add $(frame_h).
6675 * value.h: Include "frame.h".
6676 (struct value): Replace "frame_addr" with "frame_id".
6677 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6678 * values.c (allocate_value): Use VALUE_FRAME_ID.
6679 (value_copy): Use VALUE_FRAME_ID.
6680 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6681 * valops.c (value_assign): Update. Use frame_find_by_id.
6682
6683 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6684
6685 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6686 in each pass.
6687
6688 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6689
6690 * thread-db.c (check_event): For create/death event breakpoints,
6691 loop through all messages to ensure that we read the message
6692 corresponding to the breakpoint we are at.
6693
6694 2003-06-04 Michael Snyder <msnyder@redhat.com>
6695
6696 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6697
6698 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6699
6700 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6701 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6702 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6703 when handling .eh_frame sections.
6704
6705 2003-06-04 J. Brobecker <brobecker@gnat.com>
6706
6707 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6708 prepare_to_proceed procedure instead of the hppa-specific one.
6709 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6710
6711 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6712
6713 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6714 * config.in: Regenerated.
6715 * configure.in: Add test for syscall function and check for
6716 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6717 * configure: Regenerated.
6718 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6719 <sys/syscall.h>.
6720 (kill_lwp): New function that uses tkill syscall or
6721 uses kill, depending on whether threading model is nptl or not.
6722 All callers of kill() changed to use kill_lwp().
6723 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6724 see if all threads have already exited in the nptl model.
6725 (stop_and_resume_callback): New callback function used by the
6726 lin_lwp_wait thread exit handling code.
6727 (stop_wait_callback): Check for threads already having exited and
6728 delete such threads fromt the lwp list when discovered.
6729 (stop_callback): Don't assert retcode of kill call.
6730
6731 Roland McGrath <roland@redhat.com>
6732 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6733 nptl libthread_db.
6734
6735 2003-06-03 Richard Henderson <rth@redhat.com>
6736
6737 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6738 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6739 (alpha_sigtramp_frame_prev_register): Likewise.
6740 (alpha_heuristic_frame_prev_register): Likewise.
6741 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6742
6743 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6744 alpha-specific register id names.
6745 (alpha_mdebug_frame_unwind_cache): Likewise.
6746 (alpha_mdebug_frame_prev_register): Likewise.
6747
6748 2003-06-03 Richard Henderson <rth@redhat.com>
6749
6750 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6751 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6752 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6753 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6754 unwind routines.
6755 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6756 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6757 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6758
6759 * alpha-linux-tdep.c: Remove unnecessary includes.
6760 * Makefile.in (alpha-linux-tdep.o): Update.
6761
6762 2003-06-03 Richard Henderson <rth@redhat.com>
6763
6764 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6765 (alphabsd_fill_fpreg): Likewise.
6766
6767 2003-06-03 J. Brobecker <brobecker@gnat.com>
6768
6769 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6770 references to struct frame_info fields by calls to the equivalent
6771 accessors. Necessary now that frame_info is opaque.
6772
6773 2003-06-03 J. Brobecker <brobecker@gnat.com>
6774
6775 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6776 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6777 structure, field no longer exists.
6778
6779 2003-06-03 J. Brobecker <brobecker@gnat.com>
6780
6781 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6782 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6783
6784 2003-06-03 J. Brobecker <brobecker@gnat.com>
6785
6786 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6787 references to struct frame_info fields by calls to the equivalent
6788 accessors. Necessary now that frame_info is opaque.
6789
6790 2003-06-03 J. Brobecker <brobecker@gnat.com>
6791
6792 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6793 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6794 structure, field no longer exists.
6795
6796 2003-06-03 Theodore A. Roth <troth@openavr.org>
6797
6798 * remote.c (init_remote_state): Compute sizeof_g_packet by
6799 accumulation of the size of all registers instead of blindly using
6800 DEPRECATED_REGISTER_BYTES.
6801
6802 2003-06-03 Michael Snyder <msnyder@redhat.com>
6803
6804 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6805 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6806 for h8300sx.
6807
6808 2003-06-03 J. Brobecker <brobecker@gnat.com>
6809
6810 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6811 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6812
6813 2003-06-03 Andrew Cagney <cagney@redhat.com>
6814
6815 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6816 (sparc_convert_to_raw): Delete function.
6817 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6818 register_convert_to_virtual.
6819
6820 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6821
6822 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6823 layer if not dealing with a statically-linked threaded program.
6824
6825 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6826
6827 * solib.c (solib_open): Update comment to reflect actual search order.
6828
6829 2003-06-03 Andrew Cagney <cagney@redhat.com>
6830
6831 * frame.c (get_frame_memory_signed): New function.
6832 (get_frame_memory, get_frame_memory_unsigned): New function.
6833 (get_frame_arch): New function.
6834 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6835 (get_frame_memory, get_frame_unsigned_memory): Declare.
6836 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6837 get_frame_memory_unsigned and get_frame_arch.
6838 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6839
6840 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6841
6842 * MAINTAINERS (write after approval): Add myself.
6843
6844 2003-06-03 Jim Blandy <jimb@redhat.com>
6845
6846 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6847 elements of gregset_t are 64 bits each, but access registers
6848 are still 32 bits, so they're packed two per gregset_t
6849 element. Unpack/pack them properly.
6850
6851 2003-06-02 David Carlton <carlton@bactrian.org>
6852
6853 * linespec.c (find_methods): Break out code into
6854 add_matching_methods and add_constructors.
6855 (add_matching_methods): New.
6856 (add_constructors): Ditto.
6857
6858 2003-06-02 Andrew Cagney <cagney@redhat.com>
6859
6860 * sparc-tdep.c (sparc_print_registers): Delete call to
6861 REGISTER_CONVERTIBLE.
6862 (sparc_gdbarch_init): Do not set register_convertible.
6863 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6864 * frv-tdep.c (frv_gdbarch_init): Ditto.
6865 * cris-tdep.c (cris_gdbarch_init): Ditto.
6866
6867 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6868
6869 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6870 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6871 (syms_from_objfile): Ditto.
6872
6873 2003-06-03 Andreas Schwab <schwab@suse.de>
6874
6875 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6876 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6877
6878 2003-06-02 Richard Henderson <rth@redhat.com>
6879
6880 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6881 a member of all_reggroup.
6882
6883 2003-06-02 Richard Henderson <rth@redhat.com>
6884
6885 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6886 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6887 (alpha_lds, alpha_sts): New.
6888 (alpha_convert_register_p): Change from _register_convertible.
6889 (alpha_register_to_value): Change from _convert_to_virtual;
6890 restructure and fail for type sizes other than 4 or 8.
6891 (alpha_value_to_register): Similarly.
6892 (alpha_extract_return_value): Use alpha_sts.
6893 (alpha_store_return_value): Use alpha_lds.
6894 (alpha_gdbarch_init): Update hooks.
6895
6896 2003-06-02 Richard Henderson <rth@redhat.com>
6897
6898 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6899 regnum identifiers.
6900 (alpha_sigtramp_register_address): Likewise.
6901
6902 2003-06-02 Richard Henderson <rth@redhat.com>
6903
6904 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6905 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6906 * alpha-tdep.h: Declare them.
6907
6908 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6909 Remove zerobuf. Don't error on UNIQUE.
6910 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6911 (ALPHA_REGSET_UNIQUE): Provide default.
6912 (supply_gregset): Use alpha_supply_int_regs.
6913 (fill_gregset): Use alpha_fill_int_regs.
6914 (supply_fpregset): Use alpha_supply_fp_regs.
6915 (fill_fpregset): Use alpha_fill_fp_regs.
6916 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6917 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6918 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6919 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6920 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6921 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6922
6923 2003-06-02 Richard Henderson <rth@redhat.com>
6924
6925 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6926
6927 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6928 (alpha_store_return_value): Likewise.
6929
6930 2003-06-02 David Carlton <carlton@math.stanford.edu>
6931
6932 * block.c (contained_in): Add 'const' to arguments.
6933 (block_function): Ditto.
6934 * block.h: Update declarations for block_function and
6935 contained_in.
6936
6937 2003-06-02 David Carlton <carlton@math.stanford.edu>
6938
6939 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6940 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6941 * p-valprint.c (pascal_val_print): Ditto.
6942 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6943
6944 2003-06-02 Richard Henderson <rth@redhat.com>
6945
6946 * alpha-tdep.c (alpha_push_dummy_call): Use
6947 builtin_type_ieee_double_little instead of builtin_type_double.
6948
6949 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6950 sign-extension of 32-bit values.
6951 (alpha_store_return_value): Similarly.
6952
6953 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6954 (alpha_extract_return_value): Likewise.
6955 (alpha_store_return_value): Likewise.
6956
6957 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6958 (alpha_store_return_value): Error on IEEE Quad floats.
6959
6960 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6961 (alpha_extract_struct_value_address): Likewise.
6962 (alpha_store_return_value): Likewise.
6963 (alpha_store_struct_return): Remove.
6964 (alpha_gdbarch_init): Update hook registration to match.
6965
6966 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6967 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6968 macros where appropriate.
6969 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6970 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6971
6972 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6973 for SP, GP; void_func_ptr for PC; non-language-specific types
6974 for all others.
6975 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6976
6977 2003-06-02 Richard Henderson <rth@redhat.com>
6978
6979 * top.h (lim_at_start): Declare.
6980 * main.c (captured_main): Set it.
6981 * top.c (lim_at_start): Define.
6982 (command_loop): Use it instead of &environ.
6983 * event-top.c (command_handler): Likewise.
6984
6985 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6986
6987 * mipsnbsd-tdep.c: Update copyright years.
6988 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6989
6990 2003-06-01 Richard Henderson <rth@redhat.com>
6991
6992 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6993 (alpha-linux-tdep.o): Update dependencies.
6994 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6995 * alpha-mdebug-tdep.c: Remove unneeded includes.
6996
6997 2003-06-01 Richard Henderson <rth@redhat.com>
6998
6999 * alpha-tdep.c (alpha_register_reggroup_p): New.
7000 (alpha_gdbarch_init): Register it.
7001
7002 2003-06-02 Andrew Cagney <cagney@redhat.com>
7003
7004 * dwarfread.c: Eliminate "register"
7005 (decode_die_type): Eliminate assignment within "if".
7006 (struct_type, decode_array_element_type): Ditto.
7007 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7008 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7009 (decode_modified_type, completedieinfo): Ditto.
7010 * block.c: Eliminate "register".
7011 (blockvector_for_pc_sect): Eliminate assignment within "if".
7012 * cp-support.h (struct symbol): Opaque declaration.
7013 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7014
7015 2003-06-01 Richard Henderson <rth@redhat.com>
7016
7017 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7018 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
7019
7020 2003-06-01 Adam Fedor <fedor@gnu.org>
7021
7022 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7023 * gdbarch.[ch]: Regenerate.
7024 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7025 (hppa_gdbarch_init): Set it in the gdbarch vector.
7026 * i386-tdep.c (i386_fetch_pointer_argument): New
7027 (i386_gdbarch_init): Set it into gdbarch.
7028 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7029 (rs6000_gdbarch_init): Set it in gdbarch.
7030 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7031 (sparc_gdbarch_init): Set it in gdbarch.
7032
7033 2003-06-01 Andrew Cagney <cagney@redhat.com>
7034
7035 * defs.h (extract_address): Delete declaration.
7036 * findvar.c (extract_address): Delete function.
7037 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7038 extract_address with the inline equivalent,
7039 extract_unsigned_integer.
7040 (xstormy16_extract_struct_value_address): Ditto.
7041 (xstormy16_pointer_to_address): Ditto.
7042 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7043 * v850-tdep.c (v850_push_arguments): Ditto.
7044 (v850_extract_return_value): Ditto.
7045 (v850_extract_struct_value_address): Ditto.
7046 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7047 (sparcnbsd_get_longjmp_target_64): Ditto.
7048 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7049 (get_longjmp_target): Ditto.
7050 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7051 (sh64_extract_struct_value_address): Ditto.
7052 (sh_push_arguments): Ditto.
7053 (sh64_push_arguments): Ditto.
7054 * remote-vxsparc.c (vx_read_register): Ditto.
7055 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7056 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7057 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7058 * mipsv4-nat.c (get_longjmp_target): Ditto.
7059 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7060 * mips-nat.c (get_longjmp_target): Ditto.
7061 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7062 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7063 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7064 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7065 * irix5-nat.c (get_longjmp_target): Ditto.
7066 * irix4-nat.c (get_longjmp_target): Ditto.
7067 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7068 (ia64_push_arguments): Ditto.
7069 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7070 * h8300-tdep.c (h8300_push_arguments): Ditto.
7071 (h8300_store_return_value): Ditto.
7072 (h8300_extract_struct_value_address): Ditto.
7073 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7074 (frv_push_arguments): Ditto.
7075 * avr-tdep.c (avr_pointer_to_address): Ditto.
7076 (avr_push_arguments): Ditto.
7077 * arm-tdep.c (arm_push_dummy_call): Ditto.
7078 (arm_get_longjmp_target): Ditto.
7079 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7080 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7081 (alpha_get_longjmp_target): Ditto.
7082
7083 * solib-irix.c (extract_mips_address): Inline extract_address,
7084 replacing it with extract_signed_integer.
7085 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7086 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7087 (first_link_map_member, open_symbol_file_object): Ditto.
7088 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7089 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7090 (LM_NEXT, LM_NAME): Ditto.
7091
7092 2003-06-01 Richard Henderson <rth@redhat.com>
7093
7094 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7095 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7096 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7097 (alpha_cannot_store_register): Likewise.
7098 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7099 * alpha-nat.c (supply_gregset): Likewise.
7100 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7101
7102 2003-06-01 Andrew Cagney <cagney@redhat.com>
7103
7104 * infcall.c (call_function_by_hand): Update comment on
7105 DEPRECATED_DUMMY_WRITE_SP.
7106
7107 * mips-tdep.c (mips_gdbarch_init): Do not set
7108 deprecated_dummy_write_sp.
7109 (mips_eabi_push_dummy_call): Set the SP register.
7110 (mips_o64_push_dummy_call): Set the SP register.
7111 (mips_o32_push_dummy_call): Set the SP register.
7112 (mips_n32n64_push_dummy_call): Set the SP register.
7113
7114 2003-06-01 Richard Henderson <rth@redhat.com>
7115
7116 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7117 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7118 (supply_gregset): Likewise.
7119 * alpha-tdep.c (alpha_store_return_value): Likewise.
7120 (alpha_get_longjmp_target): Likewise.
7121 (alpha_register_name): Constify array.
7122 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7123 deprecated_register_size, deprecated_register_bytes,
7124 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7125 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7126 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7127
7128 2003-06-01 Richard Henderson <rth@redhat.com>
7129
7130 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7131 from arg_reg_buffer to regcache to avoid double conversion.
7132
7133 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7134
7135 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7136 SP_REGNUM.
7137 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7138 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7139
7140 2003-06-01 Richard Henderson <rth@redhat.com>
7141
7142 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7143 (decode_frame_entry): Set it. Skip FDE augmentation.
7144
7145 2003-06-01 Richard Henderson <rth@redhat.com>
7146
7147 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7148 not overlapping PC_REGNUM.
7149
7150 2003-06-01 Richard Henderson <rth@redhat.com>
7151
7152 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7153 alpha_push_arguments. Don't dump argument register data to
7154 the target stack. Fix float and 128-bit long double semantics.
7155 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7156 (alpha_fix_call_dummy): Remove.
7157 (alpha_call_dummy_words): Remove.
7158 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7159
7160 2003-06-01 Richard Henderson <rth@redhat.com>
7161
7162 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7163
7164 2003-06-01 Andrew Cagney <cagney@redhat.com>
7165
7166 * mips-tdep.c (is_mips16_addr): New function.
7167 (make_mips16_addr, unmake_mips16_addr): New functions.
7168 (pc_is_mips16, mips_fetch_instruction): Use.
7169 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7170 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7171 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7172 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7173 TARGET_MIPS.
7174 * config/mips/tm-mips.h: Update copyright.
7175 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7176 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7177 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7178 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7179 (TM_PRINT_INSN_MACH): Delete.
7180 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7181
7182 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7183 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7184 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7185 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7186 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7187 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7188 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7189 mips*-*-riscos* and mips*-*-sysv* onto mips.
7190 * config/mips/mips64.mt: New file.
7191 * config/mips/mips.mt: New file.
7192 * config/mips/littlemips.mt: Delete file.
7193 * config/mips/decstation.mt: Delete file.
7194 * config/mips/vr4300el.mt: Delete file.
7195 * config/mips/vr5000el.mt: Delete file.
7196 * config/mips/vr5000.mt: Delete file.
7197 * config/mips/vr4100.mt: Delete file.
7198 * config/mips/vr4xxxel.mt: Delete file.
7199 * config/mips/vr4300.mt: Delete file.
7200 * config/mips/vr4xxx.mt: Delete file.
7201 * config/mips/bigmips.mt: Delete file.
7202 * config/mips/bigmips64.mt: Delete file.
7203 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7204 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7205 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7206 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7207 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7208 "tm-bigmips.h".
7209 * config/mips/tm-irix3.h: Ditto.
7210 * config/mips/tm-mipsv4.h: Ditto.
7211 * config/mips/tm-embed.h: Ditto.
7212 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7213 "tm-bigmips64.h".
7214 * config/mips/tm-vr5000el.h: Delete file.
7215 * config/mips/tm-tx39l.h: Delete file.
7216 * config/mips/tm-vr4300el.h: Delete file.
7217 * config/mips/tm-vr4xxxel.h: Delete file.
7218 * config/mips/tm-vr4300.h: Delete file.
7219 * config/mips/tm-vr4100.h: Delete file.
7220 * config/mips/tm-vr4xxx.h: Delete file.
7221 * config/mips/tm-vr5000.h: Delete file.
7222 * config/mips/tm-embedl64.h: Delete file.
7223 * config/mips/tm-embedl.h: Delete file.
7224 * config/mips/tm-embed64.h: Delete file.
7225 * config/mips/tm-bigmips64.h: Delete file.
7226 * config/mips/tm-bigmips.h: Delete file.
7227
7228 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7229
7230 Fix gdb/1216.
7231 * shnbsd-nat.c: Include "sh-tdep.h".
7232
7233 From Richard Henderson <rth@redhat.com>:
7234 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7235
7236 2003-05-31 Andrew Cagney <cagney@redhat.com>
7237
7238 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7239 forward declaration.
7240 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7241 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7242 (mips_find_saved_regs): Use set_reg_offset.
7243 (mips_frame_init_saved_regs): Delete function.
7244 (mips_pop_frame): Call mips_find_saved_regs instead of
7245 DEPRECATED_FRAME_INIT_SAVED_REGS.
7246
7247 2003-05-31 Andrew Cagney <cagney@redhat.com>
7248
7249 * mips-tdep.c (mips_gdbarch_init): Do not set
7250 deprecated_max_register_raw_size, register_virtual_size, and
7251 deprecated_max_register_virtual_size.
7252
7253 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7254
7255 * i386-tdep.c: Include "dwarf2-frame.h".
7256 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7257 * Makefile.in (i386-tdep.o): Update dependencies.
7258
7259 * dwarf2-frame.c, dwarf2-frame.h: New files.
7260 * Makefile.in (SFILES): Add dwarf2-frame.c.
7261 (dwarf2_frame_h): Define.
7262 (COMMON_OBS): Add dwarf2-frame.o.
7263 (dwarf2-frame.o): Add dependencies.
7264
7265 2003-05-31 Andreas Jaeger <aj@suse.de>
7266
7267 * x86-64-linux-nat.c: Fix comment.
7268
7269 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7270
7271 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7272 function signature.
7273
7274 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7275 have a sigcontext_addr handler.
7276 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7277 sigcontext_addr handler.
7278
7279 2003-05-31 Andrew Cagney <cagney@redhat.com>
7280
7281 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7282 (print_fp_register_row): Replace do_fp_register_row.
7283 (mips_print_fp_register): Add "file" and "frame" parameters.
7284 (mips_print_register): Add "file" and "frame" parameters.
7285 (mips_print_registers_info): Replace mips_do_registers_info.
7286 (mips_gdbarch_init): Set print_registers_info instead of
7287 deprecated_do_registers_info.
7288 (mips_read_fp_register_single): Add "frame" parameter.
7289 (mips_read_fp_register_double): Add "frame" parameter.
7290
7291 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7292
7293 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7294 Fixes a bug where GDB would print the wrong register names for
7295 targets without SSE.
7296
7297 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7298 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7299 registers.
7300
7301 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7302 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7303 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7304 TDEP->sc_sp_offset.
7305
7306 From Michal Ludvig <mludvig@suse.cz>:
7307 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7308 and `sc_num_regs'.
7309 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7310 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7311 I386_ST0_REGNUM): Move here from...
7312 * i386-tdep.c: ... here.
7313 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7314 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7315 registers if possible.
7316 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7317 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7318 Remove variables.
7319 (i386bsd_sc_reg_offset): New variable.
7320 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7321 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7322 TDEP->sc_sp_offset.
7323 (i386fbsd_sc_reg_offset): New variable.
7324 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7325 TDEP->sc_num_regs.
7326 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7327 variables.
7328 (i386fbsd4_sc_reg_offset): New variable.
7329 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7330 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7331 TDEP->sc_sp_offset.
7332 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7333 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7334 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7335 Remove variables.
7336 (i386nbsd_sc_reg_offset): New variable.
7337 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7338 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7339 TDEP->sc_sp_offset.
7340 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7341 Remove variables.
7342 (i386obsd_sc_reg_offset): New variable.
7343 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7344 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7345 TDEP->sc_sp_offset.
7346 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7347 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7348 for frame pointer offset in `struct sigcontext'.
7349
7350 2003-05-31 Andrew Cagney <cagney@redhat.com>
7351
7352 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7353 architecture methods call_dummy_words, sizeof_call_dummy_words,
7354 push_return_address, store_struct_return, and fix_call_dummy. Set
7355 push_dummy_call instead of deprecated_push_arguments.
7356 (mips_store_struct_return): Delete function.
7357 (mips_fix_call_dummy): Delete function.
7358 (mips_push_return_address): Delete function.
7359 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7360 RA_REGNUM and T9_REGNUM.
7361 (mips_n32n64_push_dummy_call): Ditto for
7362 mips_n32n64_push_arguments.
7363 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7364 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7365
7366 2003-05-31 Andrew Cagney <cagney@redhat.com>
7367
7368 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7369 "dummy_addr" to "bp_addr".
7370 * infcall.c (call_function_by_hand): Pass "funaddr" to
7371 gdbarch_push_dummy_call.
7372 * gdbarch.h, gdbarch.c: Re-generate.
7373 * i386-tdep.c (i386_push_dummy_call): Update.
7374 * arm-tdep.c (arm_push_dummy_call): Update.
7375 * d10v-tdep.c (d10v_push_dummy_call): Update.
7376
7377 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7378
7379 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7380 variable declarations.
7381 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7382 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7383 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7384 x86_64_init_frame_pc, x86_64_init_frame_pc,
7385 x86_64_function_has_prologue): Remove prototypes.
7386 (X86_64_NUM_GREGS): New define.
7387 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7388 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7389 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7390 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7391 XMM1_REGNUM): Remove defines.
7392 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7393 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7394 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7395 X86_64_XMM1_REGNUM): New defines.
7396 (struct x86_64_register_info): Renamed from `struct
7397 register_info'. Remove `size' member.
7398 (x86_64_register_info_table): Remove variable.
7399 (x86_64_register_info): New variable.
7400 (X86_64_NUM_REGS): New define.
7401 (X86_64_NUM_GREGS): Remove define.
7402 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7403 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7404 Remove variables.
7405 (x86_54_dwarf2_reg_to_regnum): Remove function.
7406 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7407 (x86_64_dwarf_reg_to_regnum): New function.
7408 (x86_64_register_name): Rewrite.
7409 (x86_64_register_raw_size): Remove function.
7410 (x86_64_register_byte_table): Remove variable.
7411 (x86_64_register_byte): Remove function.
7412 (x86_64_register_virtual_type): Remove function.
7413 (x86_64_register_type): New function.
7414 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7415 x86_64_register_convert_to_raw): Remove functions.
7416 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7417 (x86_64_use_struct_convention): Make static. Adjust for renamed
7418 defines.
7419 (x86_64_frame_init_saved_regs): Remove function.
7420 (x86_64_push_arguments): Make static. Change to accept a regcache
7421 as argument.
7422 (x86_64_store_return_value, x86_64_extract_return_value): Make
7423 static. Rewrite based on i386 counterparts.
7424 (x86_64_push_dummy_call): New function.
7425 (X86_64_NUM_SAVED_REGS): New define.
7426 (x86_64_register_number): Remove function.
7427 (x86_64_store_struct_return): Remove function.
7428 (x86_64_frameless_function_invocation,
7429 x86_64_function_has_prologue): Remove functions.
7430 (PROLOG_BUFSIZE): Remove define.
7431 (struct x86_64_frame_cache): New structure.
7432 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7433 x86_64_frame_cache, x86_64_frame_this_id,
7434 x86_64_frame_prev_register, x86_64_frame_p,
7435 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7436 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7437 functions.
7438 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7439 variables.
7440 (x86_64_skip_prologue): Rewrite in terms of
7441 x86_64_analyze_prologue.
7442 (x86_64_frame_base_address): New function.
7443 (x86_64_frame_base): New variable.
7444 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7445 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7446 set deprecated_fp_regnum, deprecated_register_size,
7447 deprecated_register_bytes, register_raw_size, register_byte,
7448 register_virtual_type, register_convertiable,
7449 register_convert_to_virtual, convert_to_raw,
7450 deprecated_get_saved_register, deprecated_target_read_fp,
7451 deprecated_push_arguments, deprecated_push_return_address,
7452 deprecated_pop_frame, deprecated_store_struct_return,
7453 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7454 frameless_function_invocation, deprecated_frame_saved_pc,
7455 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7456 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7457 deprecated_init_frame_pc and virtual_frame_pointer. Call
7458 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7459 and x86_64_frame_p. Call frame_base_set_default to register
7460 x86_64_frame_base.
7461 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7462 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7463 (_initialize_x86_64_tdep): Remove function.
7464 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7465 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7466 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7467 define.
7468 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7469 (x86_64_linux_sigcontext_addr): Rewrite.
7470 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7471 x86_64_linux_frame_saved_pc): Remove functions.
7472 (x86_64_linux_pc_in_sigtramp): Renamed from
7473 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7474 trampoline.
7475 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7476 Remove_functions.
7477 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7478 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7479 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7480 (x86_64_regmap): Rename to regmap.
7481 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7482 x86_64_num_gregs.
7483 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7484 x86_64_regmap.
7485 (x86_64_fxsave_offset): Remove function.
7486 (supply_fpregset): Simply call x86_64_supply_fxsave.
7487 (fill_fpregset): Simply call x86_64_fill_fxsave.
7488 (fetch_inferior_registers, store_inferior_registers): Avoid
7489 asignment in if-statement.
7490 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7491 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7492 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7493 (fetch_core_registers): Remove function.
7494 (linux_elf_core_fns): Remove.
7495 (offsetoff): Don't define.
7496 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7497 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7498 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7499 add core-regset.o.
7500 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7501 protection against multiple includes instead of NM_X86_64_h. Add
7502 various comments. Include "config/nm-linux.h". Don't include
7503 <signal.h>.
7504 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7505 GET_THREAD_SIGNALS): Remove defines.
7506 (x86_64_register_u_addr, kernel_u_size,
7507 lin_thread_get_thread_signals): Remove prototypes.
7508 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7509 [HAVE_LINK_H]: Don't include "solib.h".
7510 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7511 * config/i386/tm-x86-64linux.h: Fix comments.
7512 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7513 x86-64-tdep.o): Update dependencies.
7514
7515 2003-05-30 Andrew Cagney <cagney@redhat.com>
7516
7517 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7518 Change parameter type to a "struct regcache *".
7519
7520 * gdbarch.sh: Regardless of the multi-arch level, always define
7521 the macro when not already defined.
7522 * gdbarch.h, gdbarch.c: Re-generate.
7523
7524 2003-05-30 Richard Henderson <rth@redhat.com>
7525
7526 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7527 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7528 (alpha_mdebug_frame_this_id): Likewise.
7529 (alpha_mdebug_frame_prev_register): Likewise.
7530 (alpha_mdebug_frame_base_address): Likewise.
7531 (alpha_mdebug_frame_locals_address): Likewise.
7532 (alpha_mdebug_frame_args_address): Likewise.
7533 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7534 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7535 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7536 loop increment.
7537 (alpha_heuristic_frame_this_id): Make static.
7538 (alpha_heuristic_frame_prev_register): Likewise.
7539 (alpha_heuristic_frame_base_address): Likewise.
7540 * alpha-tdep.h: Update.
7541
7542 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7543
7544 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7545 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7546 defenitions.
7547 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7548 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7549 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7550 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7551 I386_ST0_REGNUM): New defines.
7552 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7553 codestream_get): Remove define.
7554 (codestream_next_addr, condestream_addr, condestream_buf,
7555 codestream_off, codestream_cnt): Remove variables.
7556 (codestream_fill, codestream_seek, codestream_read): Remove
7557 functions.
7558 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7559 functionality.
7560 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7561 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7562 i386_frame_saved_pc, i386_saved_pc_after_call,
7563 i386_frame_num_args, i386_frame_init_saved_regs,
7564 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7565 i386_push_arguments): Remove functions.
7566 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7567 functionality. Use i386_analyze_prologue instead of
7568 i386_get_frame_setup.
7569 (I386_NUM_SAVED_REGS): New define.
7570 (struct i386_frame_cache): New structure.
7571 (i386_alloc_frame_cache, i386_analyze_struct_return,
7572 i386_skip_probe, i386_analyze_frame_setup,
7573 i386_analyze_register_saves, i386_analyze_prologue,
7574 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7575 i386_frame_prev_register, i386_sigtramp_frame_cache,
7576 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7577 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7578 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7579 New functions.
7580 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7581 New variables.
7582 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7583 I386_EAX_REGNUM and I386_EDX_REGNUM.
7584 (i386_extract_return_value, i386_store_return_value): Use
7585 I386_ST0_REGNUM where appropriate.
7586 (i386_extract_struct_value_address): Rewrite to use extract_address.
7587 (i386_svr4_pc_in_sigtramp): Add comment.
7588 (i386_svr4_sigcontext_addr): Rewrite.
7589 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7590 TDEP->sc_sp_offset.
7591 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7592 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7593 of new defines. Set push_dummy_call, don't set
7594 deprecated_push_arguments, deprecated_push_return_address,
7595 deprecated_pop_frame. Don't set parm_boundary. Don't set
7596 deprecated_frame_chain, deprecated_frame_saved_pc,
7597 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7598 save_dummy_frame_tos, unwind_pc. Call
7599 frame_unwind_append_predicate and frame_base_set_default. Don't
7600 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7601 Don't set frameless_function_invocation. Don't set
7602 deprecated_register_bytes, deprecated_register_size,
7603 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7604 * i386-linux-tdep.c: Fix formatting in some comments.
7605 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7606 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7607 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7608 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7609 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7610 redundant parentheses.
7611 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7612 (i386_linux_sigcontext_addr): Use it. Rewrite.
7613 (find_minsym_and_objfile): Change name of second argument.
7614 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7615 changed. Use frame_pc_unwind instead of
7616 DEPRECATED_SAVED_PC_AFTER_CALL.
7617 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7618 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7619 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7620 unwinder.
7621 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7622 "dummy-frame.h".
7623 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7624 (_initialize_i386_cygwin_tdep): New prototype.
7625 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7626 deprecated_frame_chain_valid.
7627 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7628 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7629 Rely on the SVR4 defaults.
7630 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7631 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7632
7633 2003-05-30 Andrew Cagney <cagney@redhat.com>
7634
7635 * infcall.c (call_function_by_hand): Always call
7636 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7637
7638 2003-05-30 Richard Henderson <rth@redhat.com>
7639
7640 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7641 increment.
7642
7643 2003-05-29 Jim Blandy <jimb@redhat.com>
7644
7645 Use gdbarch methods for solib stuff on PowerPC Linux.
7646 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7647 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7648 show through.
7649 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7650 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7651 giving the same effect as the #definitions above.
7652
7653 2003-05-29 Adam Fedor <fedor@gnu.org>
7654
7655 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7656 (find_implementation_from_class): Replace it with the standard
7657 case i.e. do nothing.
7658
7659 2003-05-29 Richard Henderson <rth@redhat.com>
7660
7661 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7662 (alpha_linux_sigtramp_offset): Use it. Make static.
7663 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7664 update for new frame model.
7665 * alpha-mdebug-tdep.c: New file.
7666 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7667 (alpha_osf1_init_abi): Install it.
7668 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7669 (linked_proc_desc_table): Remove.
7670 (alpha_frame_past_sigtramp_frame): Remove.
7671 (alpha_dynamic_sigtramp_offset): Remove.
7672 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7673 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7674 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7675 (push_sigtramp_desc): Remove.
7676 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7677 (alpha_cannot_store_register): Likewise.
7678 (alpha_sigcontext_addr): Remove.
7679 (alpha_find_saved_regs): Remove.
7680 (alpha_frame_init_saved_regs): Remove.
7681 (alpha_init_frame_pc_first): Remove.
7682 (read_next_frame_reg): Remove.
7683 (alpha_frame_saved_pc): Remove.
7684 (alpha_saved_pc_after_call): Remove.
7685 (temp_proc_desc, temp_saved_regs): Remove.
7686 (alpha_about_to_return): Remove.
7687 (cached_proc_desc): Remove.
7688 (alpha_frame_chain): Remove.
7689 (alpha_print_extra_frame_info): Remove.
7690 (alpha_init_extra_frame_info): Remove.
7691 (alpha_frame_locals_address): Remove.
7692 (alpha_frame_args_address): Remove.
7693 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7694 (alpha_push_dummy_frame): Remove.
7695 (alpha_pop_frame): Remove.
7696 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7697 (alpha_read_insn): New.
7698 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7699 for different insn encodings.
7700 (alpha_in_lenient_prologue): Remove.
7701 (struct alpha_sigtramp_unwind_cache): New.
7702 (alpha_sigtramp_frame_unwind_cache): New.
7703 (alpha_sigtramp_register_address): New.
7704 (alpha_sigtramp_frame_this_id): New.
7705 (alpha_sigtramp_frame_prev_register): New.
7706 (alpha_sigtramp_frame_unwind): New.
7707 (alpha_sigtramp_frame_p): New.
7708 (struct alpha_heuristic_unwind_cache): New.
7709 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7710 don't count nop insns that occur between functions.
7711 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7712 heuristic_proc_desc, but without the mdebug wrapping.
7713 (alpha_heuristic_frame_this_id): New.
7714 (alpha_heuristic_frame_prev_register): New.
7715 (alpha_heuristic_frame_unwind): New.
7716 (alpha_heuristic_frame_p): New.
7717 (alpha_heuristic_frame_base_address): New.
7718 (alpha_heuristic_frame_base): New.
7719 (alpha_unwind_dummy_id): New.
7720 (alpha_unwind_pc): New.
7721 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7722 frame related deprecated initializations; install replacements.
7723 (alpha_dump_tdep): Remove.
7724 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7725 (alpha_read_insn, alpha_after_prologue,
7726 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7727 alpha_heuristic_frame_prev_register,
7728 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7729 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7730 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7731 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7732
7733 2003-05-29 Andrew Cagney <cagney@redhat.com>
7734
7735 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7736 dependant on the availability of ASSERT_FUNCTION.
7737 (ASSERT_FUNCTION): Do not define when there is no function name.
7738
7739 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7740
7741 From Jimi X <jimix@watson.ibm.com>:
7742 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7743
7744 2003-05-28 Jim Blandy <jimb@redhat.com>
7745
7746 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7747 argument to ptrace to int; the system headers should give it the
7748 right type, and pointers don't fit in ints on powerpc64-*-*.
7749
7750 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7751
7752 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7753 DW_TAG_catch_block.
7754
7755 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7756
7757 * stabsread.c (dbx_lookup_type): Make static.
7758 (read_type): Ditto.
7759 (add_undefined_type): Ditto.
7760 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7761 not export.
7762
7763 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7764
7765 * hpread.c (hpread_has_name): Make static.
7766 (hpread_psymtab_to_symtab): Ditto.
7767 (file_exists): Ditto.
7768 (hpread_call_pxdb): Ditto.
7769 (hpread_pxdb_needed): Ditto.
7770 (hpread_quick_traverse): Ditto.
7771 (hpread_get_header): Ditto.
7772 (hpread_get_lntt): Ditto.
7773 (hpread_get_slt): Ditto.
7774 (class_of): Ditto.
7775
7776 2003-05-25 Andreas Schwab <schwab@suse.de>
7777
7778 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7779 stack_align and deprecated_extra_stack_alignment_needed.
7780 (m68k_stack_align): Delete.
7781
7782 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7783 (m68k_register_virtual_size): Likewise.
7784 (altos_skip_prologue): Remove obsolete function.
7785 (isi_frame_num_args): Likewise.
7786 (news_frame_num_args): Likewise.
7787 (m68k_fix_call_dummy): Make static.
7788 (m68k_push_dummy_frame): Likewise.
7789 (m68k_pop_frame): Likewise.
7790 (m68k_skip_prologue): Likewise.
7791 (m68k_frame_init_saved_regs): Likewise.
7792 (m68k_saved_pc_after_call): Likewise.
7793 (m68k_get_longjmp_target): Make multi-arch.
7794 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7795 structure. Register m68k_get_longjmp_target if enabled.
7796 * m68k-tdep.h (struct gdbarch_tdep): Define.
7797 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7798
7799 * Makefile.in (config.status): Also depend on configure.tgt
7800 and configure.host.
7801 (m68klinux-tdep.o): Update dependencies.
7802 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7803 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7804 (M68K_LINUX_JB_PC): Define.
7805 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7806 and take additional parameter.
7807 (m68k_linux_sigtramp_saved_pc): Update.
7808 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7809 m68k_linux_pc_in_sigtramp, in_plt_section,
7810 find_solib_trampoline_target.
7811 * config/m68k/tm-linux.h: Don't include any tm headers.
7812 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7813 (JB_ELEMENT_SIZE): Likewise.
7814 (JB_PC): Likewise.
7815 (GET_LONGJMP_TARGET): Likewise.
7816 (IN_SIGTRAMP): Likewise.
7817 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7818
7819 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7820
7821 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7822 (sparc32_push_arguments): Re-implement by calling
7823 sparc32_do_push_arguments.
7824
7825 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7826
7827 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7828 SPARC_O1_REGNUM): New defines.
7829 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7830 (sparc32_store_return_value): New function.
7831 (sparc_extract_struct_value_address): Rewrite to operate on a
7832 regcache.
7833 (sparc_gdbarch_init): Don't set
7834 deprecated_extract_struct_value_address. Set
7835 extract_struct_value_address instead. Don't set
7836 deprecated_extract_return_value and deprecated_store_return_value
7837 for 32-bit targets. Set extract_return_value and
7838 store_return_value instead.
7839 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7840 DEPRECTAED_EXTRACT_RETURN_VALUE,
7841 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7842 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7843 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7844 (sparc_store_return_value): Remove prototype.
7845 (sparc32_store_return_value): New prototype.
7846 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7847 Adjust prototypes.
7848
7849 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7850
7851 * sparcnbsd-tdep.c: Include "gdb_string.h".
7852
7853 2003-05-23 Andrew Cagney <cagney@redhat.com>
7854
7855 * p-valprint.c (pascal_val_print): Replace extract_address with
7856 the inline equivalent extract_unsigned_integer.
7857 * jv-valprint.c (java_value_print): Ditto.
7858 * ada-valprint.c (ada_val_print_1): Ditto.
7859 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7860
7861 2003-05-23 Theodore A. Roth <troth@openavr.org>
7862
7863 * blockframe.c (frameless_look_for_prologue): Remove unused
7864 after_prologue variable.
7865
7866 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7867
7868 * blockframe.c (get_pc_function_start): Rewrite to avoid
7869 asignments in if-statements.
7870
7871 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7872
7873 Committed by Elena Zannoni <ezannoni@redhat.com>.
7874 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7875 files, don't relocate absolute symbols (and do use mst_abs).
7876
7877 2003-05-23 Andrew Cagney <cagney@redhat.com>
7878
7879 * objc-lang.c: Include "gdb_assert.h".
7880 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7881 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7882 (gdb_check, gdb_check_fatal): Delete functions.
7883 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7884 gdb_assert.
7885 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7886 * Makefile.in (objc-lang.o): Update dependencies.
7887
7888 2003-05-22 Ian Lance Taylor <ian@airs.com>
7889
7890 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7891 with fprintf_filtered, not fprintf_unfiltered.
7892
7893 2003-05-22 Andrew Cagney <cagney@redhat.com>
7894
7895 * stack.c (frame_info): Inline extract_address, replacing it with
7896 extract_unsigned_integer.
7897 * findvar.c (unsigned_pointer_to_address): Ditto.
7898 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7899 * dwarf2expr.c (dwarf2_read_address): Ditto.
7900 * frame.c (frame_pc_unwind): Update comment.
7901 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7902
7903 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7904
7905 * infptrace.c (detach): Call print_sys_errmsg rather than
7906 perror_with_name to issue warning message when errno is non-zero
7907 after calling ptrace detach.
7908
7909 2003-05-21 J. Brobecker <brobecker@gnat.com>
7910
7911 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7912 macro definitions from here...
7913 * hppa-tdep.c: ...to there.
7914
7915 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7916
7917 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7918 register_ptrace_addr(). Fix all callers.
7919
7920 2003-05-21 Andreas Schwab <schwab@suse.de>
7921
7922 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7923 dependencies.
7924 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7925 end.
7926 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7927 (_initialize_m68k_linux_tdep): New function.
7928 (m68k_linux_frame_saved_pc): Make static.
7929 (m68k_linux_extract_return_value): Likewise.
7930 (m68k_linux_store_return_value): Likewise.
7931 (m68k_linux_extract_struct_value_address): Likewise.
7932 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7933 Remove.
7934 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7935 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7936 (DEPRECATED_FRAME_SAVED_PC): Remove.
7937
7938 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7939
7940 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7941 regset numbering rather than our own.
7942
7943 2003-05-19 David Carlton <carlton@bactrian.org>
7944
7945 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7946
7947 2003-05-19 David Carlton <carlton@bactrian.org>
7948
7949 Partial fix for PR c++/827.
7950 * cp-support.h: Include symtab.h.
7951 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7952 * cp-namespace.c: Update contributors.
7953 (cp_lookup_symbol_nonlocal): New.
7954 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7955 (lookup_symbol_file): Ditto.
7956 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7957 * block.h: Declare block_scope, block_using, block_global_block.
7958 * block.c (block_scope): New.
7959 (block_using, block_global_block): Ditto.
7960 * Makefile.in (cp_support_h): Depend on symtab_h.
7961 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7962
7963 2003-05-19 David Carlton <carlton@bactrian.org>
7964
7965 * language.h (struct language_defn): Add 'la_value_of_this'
7966 and 'la_lookup_symbol_nonlocal' members.
7967 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7968 lookup_symbol_static, lookup_symbol_global,
7969 lookup_symbol_aux_block.
7970 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7971 if we should search fields of this and how to do static/global
7972 lookup.
7973 (lookup_symbol_aux_block): Make extern.
7974 (basic_lookup_symbol_nonlocal): New.
7975 (lookup_symbol_static, lookup_symbol_global): Ditto.
7976 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7977 'la_lookup_symbol_nonlocal' members.
7978 * c-lang.c (c_language_defn, cplus_language_defn)
7979 (asm_language_defn, minimal_language_defn): Ditto.
7980 * jv-lang.c (java_language_defn): Ditto.
7981 * language.c (unknown_language_defn, auto_language_defn)
7982 (local_language_defn): Ditto.
7983 * m2-lang.c (m2_language_defn): Ditto.
7984 * objc-lang.c (objc_language_defn): Ditto.
7985 * scm-lang.c (scm_language_defn): Ditto.
7986 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7987 * p-lang.c (pascal_language_defn): Ditto for both.
7988 * Makefile.in (f-lang.o): Depend on value_h.
7989 (p-lang.o): Ditto.
7990
7991 2003-05-19 David Carlton <carlton@bactrian.org>
7992
7993 * block.h: Declare block_static_block.
7994 * block.c (block_static_block): New.
7995 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7996 lookup_symbol_aux_local, calling block_static_block instead.
7997 (lookup_symbol_aux_local): Delete 'static_block' argument.
7998
7999 2003-05-19 David Carlton <carlton@bactrian.org>
8000
8001 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8002
8003 2003-05-19 Michal Ludvig <mludvig@suse.cz>
8004
8005 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8006 register numbers mapping.
8007
8008 2003-05-18 Adam Fedor <fedor@gnu.org>
8009
8010 * symtab.c (completion_list_objc_symbol): New function.
8011 (make_symbol_completion_list): Use it to add ObjC symbols
8012 when looking though the list.
8013 (language_search_unquoted_string): New function.
8014 (make_file_symbol_completion_list): Use it.
8015
8016 2003-05-18 Andreas Schwab <schwab@suse.de>
8017
8018 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8019 dependencies.
8020 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8021 as m68k_linux_extract_return_value.
8022 (DEPRECATED_STORE_RETURN_VALUE): Define as
8023 m68k_linux_store_return_value.
8024 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8025 m68k_linux_extract_struct_value_address.
8026 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8027 get_next_frame, get_frame_base, get_frame_pc.
8028 (m68k_linux_frame_saved_pc): Use get_frame_base.
8029 (m68k_linux_extract_return_value): New function.
8030 (m68k_linux_store_return_value): New function.
8031 (m68k_linux_extract_struct_value_address): New function.
8032 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8033
8034 * c-exp.y (typebase): Remove duplicate occurence of
8035 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8036 of lookup_signed_typename.
8037
8038 2003-05-18 Mark Kettenis <kettenis@gnu.org>
8039
8040 * dwarf2loc.c (find_location_expression): Change type of second
8041 argument to `size_t *'.
8042 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8043 for size variable.
8044
8045 2003-05-18 David Carlton <carlton@bactrian.org>
8046
8047 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8048 'linkage_name'. Add comment.
8049 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8050 'linkage_name'.
8051 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8052 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8053 (lookup_block_symbol): Ditto.
8054
8055 2003-05-16 Andrew Cagney <cagney@redhat.com>
8056
8057 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8058 * gdbarch.h, gdbarch.c: Re-generate.
8059 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8060 * TODO (REGISTER_BYTES): Delete reference.
8061 * alpha-tdep.c (alpha_gdbarch_init): Update.
8062 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8063 * x86-64-tdep.c (x86_64_init_abi): Update.
8064 * vax-tdep.c (vax_gdbarch_init): Update.
8065 * v850-tdep.c (v850_gdbarch_init): Update.
8066 * sparc-tdep.c (sparc_gdbarch_init): Update.
8067 * sh-tdep.c (sh_gdbarch_init): Update.
8068 * s390-tdep.c (s390_gdbarch_init): Update.
8069 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8070 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8071 (ns32k_gdbarch_init_32382): Update.
8072 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8073 * mcore-tdep.c (mcore_gdbarch_init): Update.
8074 * m68k-tdep.c (m68k_gdbarch_init): Update.
8075 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8076 * ia64-tdep.c (ia64_gdbarch_init): Update.
8077 * i386-tdep.c (i386_gdbarch_init): Update.
8078 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8079 * hppa-tdep.c (hppa_gdbarch_init): Update.
8080 * h8300-tdep.c (h8300_gdbarch_init): Update.
8081 * frv-tdep.c (frv_gdbarch_init): Update.
8082 * cris-tdep.c (cris_gdbarch_init): Update.
8083 * avr-tdep.c (avr_gdbarch_init): Update.
8084 * arm-tdep.c (arm_gdbarch_init): Update.
8085 * sparc-tdep.c (sparc_pop_frame): Update.
8086 * rs6000-tdep.c (rs6000_pop_frame): Update.
8087 * remote.c (init_remote_state): Update.
8088 (remote_prepare_to_store): Update.
8089 * remote-vx.c (vx_prepare_to_store): Update.
8090 * remote-sds.c (sds_fetch_registers): Update.
8091 (sds_prepare_to_store): Update.
8092 * remote-array.c: Update.
8093 * regcache.c (init_legacy_regcache_descr): Update.
8094 (init_regcache_descr): Update.
8095 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8096 (mips_o64_extract_return_value): Update.
8097 * irix5-nat.c (fetch_core_registers): Update.
8098 * irix4-nat.c (fetch_core_registers): Update.
8099 * i386-tdep.h: Update.
8100 * hppa-tdep.c (pa_do_registers_info): Update.
8101 (pa_do_strcat_registers_info): Update.
8102 * cris-tdep.c (cris_register_bytes_ok): Update.
8103 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8104 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8105 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8106 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8107 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8108 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8109 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8110 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8111 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8112 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8113 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8114 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8115 (REGISTER_BYTES_OK): Update.
8116 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8117 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8118
8119 2003-05-16 Ian Lance Taylor <ian@airs.com>
8120
8121 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8122 (vax_print_insn, print_insn_arg): Remove static functions.
8123 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8124 print_insn_vax from opcodes library.
8125 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8126
8127 2003-05-15 Andrew Cagney <cagney@redhat.com>
8128
8129 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8130 * target.h (memory_breakpoint_from_pc): Delete declaration.
8131 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8132 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8133 * monitor.c (monitor_insert_breakpoint): Use
8134 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8135 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8136 * gdbarch.h, gdbarch.c: Re-generate.
8137 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8138 (sparc_gdbarch_init): Set breakpoint_from_pc to
8139 sparc_breakpoint_from_pc.
8140 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8141 (BREAKPOINT_FROM_PC): Define.
8142 (sparc_breakpoint_from_pc): Declare.
8143 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8144 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8145 (BREAKPOINT_FROM_PC): Define.
8146 (BREAKPOINT): Delete macro.
8147 * target.h: Update comment.
8148 * s390-tdep.c (s390_gdbarch_init): Update comments.
8149 * remote.c: Update comments.
8150 * remote-mips.c: Update comments.
8151 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8152 * mem-break.c: Update comment.
8153 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8154 (ia64_memory_insert_breakpoint): Update.
8155 * config/sparc/tm-sparc.h: Update comment.
8156 * config/pa/tm-hppa64.h: Update comment.
8157 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8158 (rs6000_breakpoint_from_pc): Update.
8159 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8160 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8161 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8162 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8163 (mips_breakpoint_from_pc): Update.
8164 (mips_dump_tdep): Update.
8165
8166 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8167 * minsyms.c (lookup_minimal_symbol): Inline
8168 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8169
8170 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8171 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8172 * p-lang.c (pascal_printstr): Ditto.
8173 * objc-lang.c (objc_printstr): Ditto.
8174 * m2-lang.c (m2_printstr): Ditto.
8175 * jv-valprint.c (java_print_value_fields): Ditto.
8176 * f-lang.c (f_printstr): Ditto.
8177 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8178 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8179 for repeat_count_threshold.
8180 * Makefile.in (cp-valprint.o): Update dependencies.
8181
8182 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8183
8184 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8185 (examine_prologue): Support looking through leaf functions, knowing
8186 they start with mov r2,r12. Support skipping over indirect stores
8187 of the input registers. Upon hitting a non-nop branch instruction
8188 or predicated instruction, bail out by setting lim_pc to the current
8189 pc value in the loop. At the end, if the lim_pc value is still
8190 beyond our calculated value and we have trust_limit set,
8191 use the lim_pc value.
8192
8193 2003-05-15 Andrew Cagney <cagney@redhat.com>
8194
8195 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8196 generic_find_dummy_frame.
8197 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8198 (deprecated_generic_find_dummy_frame): Update.
8199 (deprecated_read_register_dummy): Update.
8200 * frame.c (deprecated_generic_get_saved_register): Update.
8201
8202 2003-05-15 Theodore A. Roth <troth@openavr.org>
8203
8204 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8205 (avr_gdbarch_init): Set breakpoint_from_pc method.
8206
8207 2003-05-15 Andrew Cagney <cagney@redhat.com>
8208
8209 * regcache.c (build_regcache): Set deprecated_register_valid
8210 directly.
8211 (deprecated_grub_regcache_for_register_valid): Delete function.
8212 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8213 declaration.
8214
8215 2003-05-15 David Carlton <carlton@bactrian.org>
8216
8217 Committed by Elena Zannoni <ezannoni@redhat.com>
8218 * symtab.c (lookup_symbol_aux): Delete calls to
8219 lookup_symbol_aux_minsyms.
8220 (lookup_symbol_aux_minsyms): Comment out function and
8221 prototype. Delete lookup by mangled name.
8222
8223 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8224
8225 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8226 correctly indicate an empty stack and ``stack_allocated'' to the
8227 indicate the number of elements initially allocated.
8228 (dwarf_expr_grow_stack): Simplify method for computing new
8229 stack size. Don't loop infinitely if ``stack_len'' is zero.
8230 (execute_stack_op): Move ``ctx->in_reg'' initialization
8231 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8232 be used in conjuction with DW_OP_piece. Revise error message
8233 accordingly.
8234
8235 2003-05-14 Theodore A. Roth <troth@openavr.org>
8236
8237 * MAINTAINERS: Update my email address.
8238 * avr-tdep.c: Ditto.
8239
8240 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8241
8242 * symtab.h (enum domain_enum): Rename from namespace_enum.
8243 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8244 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8245 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8246 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8247 TYPES_NAMESPACE, METHODS_NAMESPACE.
8248 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8249 (struct symbol, struct partial_symbol): Rename field
8250 'namespace_enum namespace' to 'domain_enum domain'.
8251 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8252 Delete old define kludge for namespace.
8253
8254 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8255 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8256 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8257 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8258 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8259 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8260 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8261 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8262 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8263 occurrences of the above.
8264
8265 2003-05-14 Ian Lance Taylor <ian@airs.com>
8266
8267 * Makefile.in (install-only): Use $(SHELL) when running
8268 mkinstalldirs.
8269
8270 2003-05-13 Ian Lance Taylor <ian@airs.com>
8271
8272 * MAINTAINERS (write after approval): Add myself.
8273
8274 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8275 second and third arguments.
8276 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8277 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8278
8279 2003-05-13 Andrew Cagney <cagney@redhat.com>
8280
8281 * defs.h (store_address): Delete declaration.
8282 findvar.c (store_address): Delete function.
8283 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8284 store_unsigned_integer.
8285 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8286 * v850-tdep.c (v850_push_arguments): Ditto.
8287 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8288 * sh-tdep.c (sh64_get_saved_register): Ditto.
8289 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8290 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8291 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8292 (mips_get_saved_register): Ditto.
8293 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8294 (find_func_descr, ia64_push_arguments): Ditto.
8295 * i386-tdep.c (i386_push_arguments): Ditto.
8296 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8297 * frv-tdep.c (frv_push_arguments): Ditto.
8298 * frame.c (legacy_saved_regs_prev_register): Ditto.
8299 (deprecated_generic_get_saved_register): Ditto.
8300 * findvar.c (unsigned_address_to_pointer): Ditto.
8301 * dwarf2read.c (dwarf2_const_value): Ditto.
8302 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8303 * alpha-tdep.c (alpha_push_arguments): Ditto.
8304
8305 2003-05-12 J. Brobecker <brobecker@gnat.com>
8306
8307 * NEWS: Mention that the hppa-hpux port has been partially
8308 multiarched (32bit ABIT only, so far).
8309
8310 2003-05-11 Andrew Cagney <cagney@redhat.com>
8311
8312 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8313 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8314 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8315 sim/testsuite/sim/arm/misaligned2.ms, and
8316 sim/testsuite/sim/arm/misaligned3.ms.
8317 * disasm.h (struct ui_file): Add opaque struct declaration.
8318 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8319 * frame.h (struct ui_file): Ditto.
8320
8321 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8322
8323 * value.h: Pretty print.
8324
8325 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8326
8327 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8328
8329 2003-05-08 Andrew Cagney <cagney@redhat.com>
8330
8331 * regcache.h (max_register_size): Delete declaration.
8332 * regcache.c (max_register_size): Delete function.
8333 (struct regcache_descr): Delete field "max_register_size".
8334 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8335 registers fit in MAX_REGISTER_SIZE.
8336 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8337 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8338 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8339 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8340 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8341 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8342 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8343 * dve3900-rom.c, hppa-tdep.c: Ditto.
8344
8345 2003-05-08 David Carlton <carlton@math.stanford.edu>
8346
8347 * valops.c (push_word): Fix typo.
8348
8349 2003-05-08 Andrew Cagney <cagney@redhat.com>
8350
8351 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8352 * gdbarch.h: Re-generate.
8353 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8354 (legacy_max_register_raw_size): Delete declaration.
8355 * regcache.c (legacy_max_register_raw_size): Delete function.
8356 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8357 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8358 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8359 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8360 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8361 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8362 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8363 * findvar.c, dwarf2cfi.c: Ditto.
8364
8365 2003-05-08 Andrew Cagney <cagney@redhat.com>
8366
8367 * mips-tdep.c (read_signed_register): New function, moved to here
8368 from "regcache.c".
8369 (read_signed_register_pid): Ditto.
8370 * regcache.c (read_signed_register_pid): Delete function, moved to
8371 "mips-tdep.c".
8372 (read_signed_register): Ditto.
8373 * regcache.h (read_signed_register): Delete declaration.
8374 (read_signed_register_pid): Delete declaration.
8375
8376 2003-05-08 Andrew Cagney <cagney@redhat.com>
8377
8378 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8379 * gdbarch.h: Re-generate.
8380 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8381 (legacy_max_register_virtual_size): Delete declaration.
8382 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8383 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8384 * tracepoint.c (memrange_sortmerge): Ditto.
8385 * sparc-tdep.c (sparc_print_registers): Ditto.
8386 * regcache.c (legacy_max_register_virtual_size): Delete function.
8387
8388 2002-05-08 J. Brobecker <brobecker@gnat.com>
8389
8390 * fork-child.c (escape_bang_in_quoted_argument): New function.
8391 (fork_inferior): Escape '!' characters in quoted arguments
8392 only when needed.
8393
8394 2003-05-08 J. Brobecker <brobecker@gnat.com>
8395
8396 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8397 the language of the CU is not currently supported by GDB.
8398
8399 2003-05-08 J. Brobecker <brobecker@gnat.com>
8400
8401 * defs.h (language): Add language_minimal enum value.
8402 * c-lang.c (minimal_language_defn): New language definition.
8403 (_initialize_c_language): Add the new minimal language to the list
8404 of languages known to GDB.
8405
8406 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8407
8408 * frame.c (get_frame_type): Don't attempt to lazily initialize
8409 frame's unwinder for legacy frames.
8410
8411 2003-05-07 Andrew Cagney <cagney@redhat.com>
8412
8413 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8414 and "regcache" parameters.
8415 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8416
8417 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8418
8419 * dwarf2read.c (dwarf_decode_lines): Only use output of
8420 check_cu_functions() when calling record_line(). Do not update
8421 the current address.
8422
8423 2003-05-07 Andrew Cagney <cagney@redhat.com>
8424
8425 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8426 code.
8427
8428 2003-05-07 Jim Blandy <jimb@redhat.com>
8429
8430 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8431 'maint info symtabs' and 'maint info psymtabs'.
8432 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8433 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8434 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8435 Declarations updated.
8436 * maint.c (maintenance_list_command): Delete.
8437 (_initialize_maint_cmds): Update calls to add_cmd.
8438 * gdbcmd.h (maintenancelistlist): Delete declaration.
8439 * cli/cli-cmds.c (maintenancelistlist): Delete.
8440 (init_cmd_lists): Don't initialize it.
8441 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8442
8443 2003-05-07 Andrew Cagney <cagney@redhat.com>
8444
8445 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8446 "regcache".
8447 (d10v_print_registers_info): Update.
8448 (d10v_dmap_register, d10v_imap_register): Delete functions.
8449 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8450 and "imap_register".
8451 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8452 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8453 * arch-utils.c (generic_remote_translate_xfer_address): Add
8454 "regcache" and "gdbarch" parameters.
8455 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8456 parameter. Change class to multi-arch.
8457 * gdbarch.h, gdbarch.c: Re-generate.
8458 * remote.c (remote_xfer_memory): Use
8459 gdbarch_remote_translate_xfer_address.
8460
8461 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8462
8463 * infrun.c (prev_pc): Move declaration ahead of proceed().
8464 (proceed): Refresh prev_pc value before resuming.
8465 (stop_stepping): Remove code to refresh prev_pc.
8466
8467 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8468
8469 * nto-tdep.c: Removed stray comment.
8470
8471 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8472
8473 * i386-nto-tdep.c: Fix old K&R function definitions.
8474 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8475 Also change add_show_from_set() call to add_setshow_cmd().
8476 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8477
8478 2003-05-05 Andrew Cagney <cagney@redhat.com>
8479
8480 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8481 (fprint_dummy_frames): New function.
8482 (maintenance_print_dummy_frames): New function.
8483 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8484 * frame.c (fprint_frame_id): Make global.
8485 * frame.h (fprint_frame_id): Declare.
8486 * Makefile.in (dummy-frame.o): Update dependencies.
8487
8488 2003-05-05 Andrew Cagney <cagney@redhat.com>
8489
8490 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8491 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8492 SIZEOF_CALL_DUMMY_WORDS.
8493 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8494 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8495 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8496 CALL_DUMMY_BREAKPOINT_OFFSET.
8497 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8498 CALL_DUMMY_START_OFFSET.
8499 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8500 * gdbarch.h, gdbarch.c: Re-generate.
8501 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8502 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8503 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8504 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8505 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8506 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8507 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8508 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8509 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8510 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8511 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8512 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8513 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8514 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8515 * config/sparc/tm-sparc.h: Update.
8516
8517 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8518
8519 * configure.tgt: Add i[3456]86-*-nto*.
8520 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8521 * nto-tdep.c: New file. Neutrino target support routines.
8522 * nto-tdep.h: New file. Neutrino target header.
8523 * config/tm-qnxnto.h: New file.
8524 * config/i386/i386nto.mt: New file.
8525 * config/i386/tm-i386nto.h: New file.
8526
8527 2003-05-04 Andrew Cagney <cagney@redhat.com>
8528
8529 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8530 (load_infrun_state): Ditto.
8531 (struct thread_info): Drop "prev_func_name" field.
8532 * thread.c (load_infrun_state): Update.
8533 (save_infrun_state): Update.
8534 * infrun.c (prev_func_name): Delete variable.
8535 (init_wait_for_inferior): Do not clear prev_func_name.
8536 (stop_stepping, keep_going, context_switch): Do not swap
8537 prev_func_name.
8538 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8539 instead of PC_IN_SIGTRAMP.
8540
8541 2003-05-04 Andrew Cagney <cagney@redhat.com>
8542
8543 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8544 REGISTER_BYTE with register_offset_hack.
8545 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8546 that REGISTER_BYTE is consistent with the regcache.
8547 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8548 * gdbarch.h, gdbarch.c: Regenerate.
8549
8550 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8551
8552 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8553 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8554
8555 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8556
8557 2003-05-03 J. Brobecker <brobecker@gnat.com>
8558
8559 From Thierry Schneider <tpschneider1@yahoo.com>
8560 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8561 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8562 (mi-cmd-symbol.o): Add rule.
8563
8564 2003-05-03 Andrew Cagney <cagney@redhat.com>
8565
8566 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8567 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8568 * gdbarch.h, gdbarch.c: Re-generate.
8569 * d10v-tdep.c (d10v_push_dummy_code): New function.
8570 (d10v_gdbarch_init): Set push_dummy_code.
8571 * infcall.c (legacy_push_dummy_code): New function.
8572 (generic_push_dummy_code): New function.
8573 (push_dummy_code): New function.
8574 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8575 instead of dummy_addr, to push_dummy_call. Move call to
8576 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8577 switch.
8578 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8579
8580 2003-05-03 Andrew Cagney <cagney@redhat.com>
8581
8582 * disasm.h (print_insn): Declare.
8583 * disasm.c (init_gdb_disassemble_info): New function.
8584 (gdb_disassembly): Call init_gdb_disassemble_info.
8585 (gdb_print_insn): New function.
8586 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8587 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8588 * mcore-tdep.c: Include "disasm.h"
8589 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8590 * d10v-tdep.c: Include "disasm.h".
8591 (display_trace): Call gdb_print_insn, instead of print_insn.
8592 (print_insn): Delete function.
8593 * printcmd.c: Include "disasm.h".
8594 (print_insn): Delete function.
8595 (print_formatted): Call gdb_print_insn, instead of print_insn.
8596 * Makefile.in (printcmd.o): Update dependencies.
8597 (mcore-tdep.o, d10v-tdep.o): Ditto.
8598
8599 2003-05-02 Andrew Cagney <cagney@redhat.com>
8600
8601 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8602 PC_REGNUM, re-indent.
8603 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8604 PC_REGNUM isn't set.
8605
8606 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8607 * gdbarch.h, gdbarch.c: Re-generate.
8608 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8609 register_virtual_size, pc_regnum, or register_bytes.
8610 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8611 (d10v_register_type): Use D10V_PC_REGNUM.
8612 (d10v_print_registers_info, d10v_read_pc): Ditto.
8613 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8614 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8615
8616 2003-05-02 David Carlton <carlton@bactrian.org>
8617
8618 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8619 the name with mstrsave.
8620
8621 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8622
8623 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8624 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8625 (host_charset_name, target_charset_name): New vars for use by
8626 set/show commands.
8627 (host_charset_enum, target_charset_enum): New enums for set/show
8628 commands.
8629 (set_charset_sfunc, set_host_charset_sfunc,
8630 set_target_charset_sfunc): New functions.
8631 (set_host_charset, set_target_charset): Make static.
8632 (list_charsets, set_host_charset_command,
8633 set_target_charset_command): Delete functions.
8634 (show_charset_command): Rewrite as....
8635 (show_charset): Hook this up with the set/show command mechanism.
8636 (_initialize_charset): Change names of charsets to match the
8637 set/show enums. Use host_charset_name and target_charset_name.
8638 Use set/show mechanism for charset, host-charset, target-charset
8639 commands. Do not make 'show host-charset' and 'show
8640 target-charset' be aliases of 'show charset'.
8641
8642 * charset.h (set_host_charset, set_target_charset): Don't export,
8643 they are not used outside the file.
8644
8645 2003-05-01 Andrew Cagney <cagney@redhat.com>
8646
8647 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8648 (gdb_disassembly): Make "di" non static, always initialize and
8649 cleanup. Always use dis_asm_read_memory.
8650 (gdb_dis_asm_read_memory): Delete function.
8651
8652 2003-05-01 Andrew Cagney <cagney@redhat.com>
8653
8654 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8655 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8656
8657 2003-04-30 Andrew Cagney <cagney@redhat.com>
8658
8659 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8660 "tm_print_insn_info".
8661 (TARGET_PRINT_INSN_INFO): Delete macro.
8662 (dis_asm_read_memory): Delete function declaration.
8663 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8664 (tm_print_insn_info): Delete variable definition.
8665 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8666 * gdbarch.h, gdbarch.c: Re-generate.
8667 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8668 "deprecated_tm_print_insn_info".
8669 * mcore-tdep.c (mcore_dump_insn): Ditto.
8670 * mips-tdep.c (mips_gdbarch_init): Ditto.
8671 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8672 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8673 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8674 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8675 instead of TARGET_PRINT_INSN_INFO, add comment.
8676 * s390-tdep.c (s390_get_frame_info): Instead of
8677 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8678 (s390_check_function_end, s390_is_sigreturn): Ditto.
8679 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8680 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8681 * disasm.c: Include "gdbcore.h".
8682 (_initialize_disasm): New function, initialize
8683 "deprecated_tm_print_insn_info".
8684 (deprecated_tm_print_insn_info): New variable.
8685 (dis_asm_read_memory): Moved from "corefile.c", made static.
8686 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8687 * Makefile.in (disasm.o): Update dependencies.
8688
8689 2003-04-30 Andrew Cagney <cagney@redhat.com>
8690
8691 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8692
8693 2003-04-29 Adam Fedor <fedor@gnu.org>
8694
8695 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8696 * infcall.c (find_function_addr): Make non-static.
8697 * infcall.h (find_function_addr): Declare.
8698 * Makefile.in (eval.o): Update dependencies.
8699
8700 2003-04-28 Adam Fedor <fedor@gnu.org>
8701
8702 * symtab.c (symbol_find_demangled_name): Check for and demangle
8703 ObjC symbols.
8704 (symbol_init_demangled_name): Init for language_objc as well.
8705
8706 2003-04-28 Andrew Cagney <cagney@redhat.com>
8707
8708 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8709 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8710 * gdbarch.h, gdbarch.c: Re-generate.
8711 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8712 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8713 * inferior.h (deprecated_read_fp): Rename read_fp.
8714 (generic_target_read_fp): Delete declaration.
8715 * regcache.c (generic_target_read_fp): Delete function.
8716 (deprecated_read_fp): Replace read_fp, use
8717 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8718 * d10v-tdep.c (d10v_read_fp): Delete function.
8719 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8720
8721 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8722 deprecated_target_read_fp to generic_target_read_fp.
8723 * sh-tdep.c (sh_gdbarch_init): Ditto.
8724 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8725 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8726 * frv-tdep.c (frv_gdbarch_init): Ditto.
8727
8728 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8729 deprecated_fp_regnum.
8730 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8731 * vax-tdep.c (vax_gdbarch_init): Ditto.
8732 * v850-tdep.c (v850_gdbarch_init): Ditto.
8733 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8734 * sh-tdep.c (sh_gdbarch_init): Ditto.
8735 * s390-tdep.c (s390_gdbarch_init): Ditto.
8736 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8737 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8738 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8739 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8740 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8741 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8742 * i386-tdep.c (i386_gdbarch_init): Ditto.
8743 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8744 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8745 * frv-tdep.c (frv_gdbarch_init): Ditto.
8746 * cris-tdep.c (cris_gdbarch_init): Ditto.
8747 * avr-tdep.c (avr_gdbarch_init): Ditto.
8748 * arm-tdep.c (arm_gdbarch_init): Ditto.
8749 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8750
8751 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8752 * v850-tdep.c (v850_gdbarch_init): Ditto.
8753 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8754 * sh-tdep.c (sh_gdbarch_init): Ditto.
8755 * s390-tdep.c (s390_gdbarch_init): Ditto.
8756 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8757 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8758 * mips-tdep.c (mips_gdbarch_init): Ditto.
8759 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8760 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8761 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8762 * frv-tdep.c (frv_gdbarch_init): Ditto.
8763 * avr-tdep.c (avr_gdbarch_init): Ditto.
8764 * arm-tdep.c (arm_gdbarch_init): Ditto.
8765
8766 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8767 DEPRECATED_FP_REGNUM.
8768 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8769 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8770 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8771 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8772 (sparc32_register_virtual_type): Ditto.
8773 * sh-tdep.c (sh64_frame_chain): Ditto.
8774 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8775 (sh_nofp_frame_init_saved_regs): Ditto.
8776 (sh64_nofp_frame_init_saved_regs): Ditto.
8777 (sh_fp_frame_init_saved_regs): Ditto.
8778 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8779 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8780 * procfs.c (procfs_fetch_registers): Ditto.
8781 (procfs_store_registers): Ditto.
8782 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8783 (store_inferior_registers, fetch_core_registers): Ditto.
8784 (fetch_kcore_registers, clear_regs): Ditto.
8785 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8786 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8787 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8788 * nlm/i386.c (do_status): Ditto.
8789 * mipsv4-nat.c (supply_gregset): Ditto.
8790 * mips-tdep.c: Ditto for comments.
8791 * mips-nat.c (fetch_inferior_registers): Ditto.
8792 (store_inferior_registers, fetch_core_registers): Ditto.
8793 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8794 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8795 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8796 (i386_do_pop_frame, i386_register_type): Ditto.
8797 * hppa-tdep.c (hppa_frame_chain): Ditto.
8798 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8799 (hppa_pop_frame, hppa_read_fp): Ditto.
8800 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8801 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8802 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8803 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8804 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8805 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8806 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8807 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8808 * blockframe.c: Ditto for comments.
8809 * arch-utils.h: Ditto for comments.
8810 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8811 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8812 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8813 * alpha-tdep.h: Ditto for comments.
8814 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8815 (alpha_cannot_store_register): Ditto.
8816 (alpha_push_dummy_frame): Ditto.
8817 * alpha-nat.c (supply_gregset): Ditto.
8818
8819 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8820 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8821 * config/sparc/tm-sparc.h: Update comment.
8822
8823 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8824 deprecated_read_fp instead of TARGET_READ_FP.
8825 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8826 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8827 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8828 deprecated_read_fp instead of read_fp.
8829 * s390-tdep.c (s390_push_arguments): Ditto.
8830 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8831 * frame.h: Ditto in comments.
8832 * frame.c (legacy_get_prev_frame): Ditto.
8833 * dummy-frame.c (dummy_frame_this_id): Ditto.
8834 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8835
8836 2003-04-28 Andrew Cagney <cagney@redhat.com>
8837
8838 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8839 * gdbarch.h, gdbarch.c: Re-generate.
8840 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8841 * vax-tdep.c (_initialize_vax_tdep): Update.
8842 * v850-tdep.c (_initialize_v850_tdep): Update.
8843 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8844 * s390-tdep.c (_initialize_s390_tdep): Update.
8845 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8846 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8847 * mips-tdep.c (_initialize_mips_tdep): Update.
8848 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8849 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8850 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8851 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8852 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8853 * frv-tdep.c (_initialize_frv_tdep): Update.
8854 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8855 (_initialize_cris_tdep): Update.
8856 * arch-utils.c (legacy_print_insn): Update.
8857 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8858
8859 2003-04-26 Adam Fedor <fedor@gnu.org>
8860
8861 * linespec.c (decode_objc): New function to decode ObjC calls
8862 (decode_line_1): Check for ObjC calls (using decode_objc)
8863 * Makefile (linespec.o): Update dependencies.
8864
8865 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8866
8867 * breakpoint.h (struct breakpoint_ops): New.
8868 (struct breakpoint): Add ops member.
8869
8870 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8871 (mention): Use new breakpoint ops member.
8872 (set_raw_breakpoint): Initialize ops field to NULL.
8873 (print_exception_catchpoint, print_one_exception_catchpoint)
8874 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8875 (gnu_v3_exception_catchpoint_ops): New.
8876 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8877
8878 2003-04-25 Adam Fedor <fedor@gnu.org>
8879
8880 * Makefile.in (COMMON_OBS): Add objc-lang.o
8881
8882 2003-04-25 Andrew Cagney <cagney@redhat.com>
8883
8884 * d10v-tdep.c (print_insn): Delete function.
8885 (display_trace): Use TARGET_PRINT_INSN.
8886 (_initialize_d10v_tdep): Do not set tm_print_insn.
8887 (d10v_gdbarch_init): Set print_insn.
8888
8889 2003-04-25 Andrew Cagney <cagney@redhat.com>
8890
8891 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8892 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8893 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8894 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8895 (nr_dmap_regs, a0_regnum): ... new functions.
8896 (d10v_print_registers_info): Use a0_regnum, use register_size.
8897 (d10v_register_byte): Delete function.
8898 (d10v_register_raw_size): Delete function.
8899 (d10v_register_type): Use a0_regnum.
8900 (d10v_print_registers_info): Use a0_regnum.
8901 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8902 (d10v_gdbarch_init): Do not set register_byte or
8903 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8904 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8905 extract_address.
8906 (trace_command): Use XCALLOC.
8907 (print_insn): Delete reference to tm_print_insn.
8908 (saved_regs_unwinder): Use store_unsigned_integer instead of
8909 store_address.
8910 * frame.h (FRAME_OBSTACK_CALLOC): Define
8911
8912 2003-04-25 David Carlton <carlton@bactrian.org>
8913
8914 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8915
8916 2003-04-24 Adam Fedor <fedor@gnu.org>
8917
8918 * objc-lang.c: Include "valprint.h"
8919 * Makefile.in (objc-lang.o): Update dependencies.
8920
8921 2003-04-24 Adam Fedor <fedor@gnu.org>
8922
8923 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8924 architecture dependant compilation and mark as unimplemented
8925 (until they get put in the gdbarch vector).
8926
8927 2003-04-23 David Carlton <carlton@bactrian.org>
8928
8929 * cp-support.c (cp_find_first_component): Accept 'operator' in
8930 more locations.
8931
8932 2003-04-23 Andrew Cagney <cagney@redhat.com>
8933
8934 * infcall.c (call_function_by_hand): Eliminate redundant
8935 indentation. Move "saved_async" and "old_cleanups" to where they
8936 are needed.
8937
8938 2003-04-23 Andrew Cagney <cagney@redhat.com>
8939
8940 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8941 and "buffer". Move the "name" code to where it is needed.
8942
8943 2003-04-23 Andrew Cagney <cagney@redhat.com>
8944
8945 * infcall.c (call_function_by_hand): Move variables "start_sp",
8946 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8947 code to ON_STACK switch branch.
8948
8949 2003-04-23 Andrew Cagney <cagney@redhat.com>
8950
8951 * infcall.c (call_function_by_hand): Make declaration of "i",
8952 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8953 lint.
8954
8955 2003-04-23 Andrew Cagney <cagney@redhat.com>
8956
8957 * infcall.c (call_function_by_hand): Delete variable
8958 "n_method_args". Localize "param_type"'s declaration to the loop
8959 that it is used. Reinstate code assigning to said variable -
8960 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8961 Rationalize code using "param_type".
8962
8963 2003-04-22 Andrew Cagney <cagney@redhat.com>
8964
8965 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8966 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8967 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8968 to DEPRECATED_PUSH_RETURN_ADDRESS.
8969
8970 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8971
8972 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8973 on the DWARF2 register number prior to fetching a register.
8974
8975 2003-04-22 J. Brobecker <brobecker@gnat.com>
8976
8977 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8978 Update all the tests using SOFT_FLOAT considering the fact that
8979 this macro was always set to 0.
8980 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8981 considering the fact that this macro was always set to 0.
8982 * hppa-tdep.h (hppa_store_return_value): Likewise.
8983 (hppa_extract_return_value): Likewise.
8984
8985 2003-04-22 J. Brobecker <brobecker@gnat.com>
8986
8987 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8988 the hppa-pro target only.
8989
8990 2003-04-21 J. Brobecker <brobecker@gnat.com>
8991
8992 Ongoing multi-arch conversion effort for HP/UX:
8993 * config/pa/tm-hppa.h: Move all macro that are no longer
8994 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8995 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8996
8997 2003-04-21 J. Brobecker <brobecker@gnat.com>
8998
8999 * config/pa/tm-hppa.h: Obsolete a section that was only used
9000 for hppa-pro.
9001
9002 2003-04-21 J. Brobecker <brobecker@gnat.com>
9003
9004 Ongoing multi-arch conversion for HP/UX.
9005 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9006 if already defined (allows hppa64 to stay non-multiarched for now).
9007 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9008
9009 2003-04-21 Andrew Cagney <cagney@redhat.com>
9010
9011 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9012
9013 2003-04-21 Andrew Cagney <cagney@redhat.com>
9014
9015 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9016 "i386_num_mmx_regs".
9017
9018 2003-04-21 Andrew Cagney <cagney@redhat.com>
9019
9020 * infcall.c: New file.
9021 * infcall.h: New file.
9022 * valarith.c: Include "infcall.h".
9023 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9024 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9025 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9026 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9027 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9028 (SFILES): Add "infcall.c"
9029 (COMMON_OBS): Add "infcall.o".
9030 (infcall.o): Specify dependencies.
9031 * value.h (call_function_by_hand): Delete declaration.
9032 * inferior.h (run_stack_dummy): Delete declaration.
9033 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9034 (run_stack_dummy): Move to "infcall.c", merged into
9035 call_function_by_hand.
9036 * valops.c (call_function_by_hand): Moved to "infcall.c".
9037 (find_function_addr, value_arg_coerce): Ditto.
9038 (unwindonsignal_p, coerce_float_to_double): Ditto.
9039 (_initialize_valops): Move "set/show coerce-float-to-double", and
9040 "set/show unwindonsignal" commands to "infcall.c".
9041 * v850-tdep.c, target.h: Update comments.
9042 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9043 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9044 (sh64_init_extra_frame_info): Update comments.
9045 * mn10300-tdep.c: Update comments.
9046 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9047 * config/sparc/tm-sparc.h: Update comments.
9048 * breakpoint.h: Update comments.
9049 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9050 * arm-tdep.c: Update comment.
9051
9052 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9053
9054 * i386-tdep.c (i386_num_register_names): New variable.
9055 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9056 (MM0_REGNUM): Remove redundant parentheses in define.
9057 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9058 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9059 i386_mxcsr_regnum_p): Remove redundant parentheses.
9060 (i386_register_name): Use i386_num_register_names.
9061
9062 * i386-tdep.c (i386_extract_return_value,
9063 i386_store_return_value): Correct check for availability of
9064 floating-point registers.
9065
9066 * i386-tdep.c (i386_frame_num_args): Remove function.
9067 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9068
9069 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9070 mmx_regnum_to_fp_regnum. Adjust all callers.
9071
9072 * i386-tdep.c (i386_get_longjmp_target): Use
9073 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9074 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9075 extract_address.
9076
9077 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9078
9079 * core-regset.c: Update comments to reflect reality. Re-order
9080 includes.
9081 (fetch_core_registers): Use switch instead of if. Remove
9082 redundant prototype.
9083
9084 2003-04-18 Jim Blandy <jimb@redhat.com>
9085
9086 * s390-tdep.c (s390_frame_align): New function.
9087 (s390_gdbarch_init): Register it with the gdbarch object.
9088
9089 2003-04-17 Richard Henderson <rth@redhat.com>
9090
9091 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9092
9093 2003-04-17 Michael Snyder <msnyder@redhat.com>
9094 Karen Bennet <bennet@redhat.com>
9095
9096 Committed by Elena Zannoni <ezannoni@redhat.com>
9097 * gdb_gcore.sh: New script to create a core dump of a process.
9098
9099 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9100
9101 * values.c (value_being_returned): Don't fetch the return
9102 value if the return type is void.
9103
9104 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9105
9106 * thread-db.c: Reindented.
9107
9108 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9109
9110 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9111 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9112 as types.
9113
9114
9115
9116
9117
9118
9119
9120
9121
9122
9123
9124
9125
9126
9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
9137
9138 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9139
9140 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9141 the size of ``long double'' to 16, instead of 8.
9142
9143 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9144
9145 * i386-linux-nat.c: Add some whitespace to make things more
9146 readable.
9147 (fetch_register, store_register, fetch_inferior_registers,
9148 store_inferior_registers): Get rid of assignment in if-statement.
9149 (store_register): Fix typo in error message.
9150
9151 2003-04-16 Andrew Cagney <cagney@redhat.com>
9152
9153 * utils.c (xmmalloc): Always allocate something, matches
9154 libiberty/xmalloc's semantics.
9155 (xmrealloc, xmcalloc): Ditto.
9156
9157 2003-04-16 Andrew Cagney <cagney@redhat.com>
9158
9159 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9160 update comments.
9161 (get_frame_type): Initialize unwind and type when needed.
9162 (get_frame_id, frame_register_unwind): Ditto.
9163
9164 2003-04-16 Andrew Cagney <cagney@redhat.com>
9165
9166 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9167 obsolete.
9168 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9169 * sparcl-stub.c: Obsolete file.
9170 * config/sparc/tm-sparclet.h: Obsolete file.
9171 * sparclet-stub.c: Obsolete file.
9172 * sparclet-rom.c: Obsolete file.
9173 * sparcl-tdep.c: Obsolete file.
9174 * config/sparc/tm-sparclite.h: Obsolete file.
9175 * config/sparc/sparclite.mt: Obsolete file.
9176 * config/sparc/sparclet.mt: Obsolete file.
9177 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9178 sparc86x-*-* obsolete.
9179
9180 2003-04-15 David Carlton <carlton@math.stanford.edu>
9181
9182 * Makefile.in (SFILES): Add cp-namespace.c.
9183 (COMMON_OBS): Add cp-namespace.o.
9184 (block.o): Depend on gdb_obstack_h and cp_support_h.
9185 (buildsym.o): Depend on cp_support_h.
9186 (cp-namespace.o): New.
9187 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9188 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9189 (dwarf2read.o): Depend on cp_support_h.
9190 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9191 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9192 processing_current_namespace.
9193 (read_namespace): Update processing_current_namespace; check for
9194 anonymous namespaces.
9195 (dwarf2_name): New function.
9196 (dwarf2_extension): Ditto.
9197 * cp-support.h: Update copyright, contributors.
9198 Add inclusion guards.
9199 Add opaque declaration for structs obstack, block, symbol.
9200 (struct using_direct): New struct.
9201 Add declarations for cp_find_first_component,
9202 cp_entire_prefix_len, processing_has_namespace_info,
9203 processing_current_namespace, cp_is_anonymous,
9204 cp_add_using_directive, cp_initialize_namespace,
9205 cp_finalize_namespace, cp_set_block_scope,
9206 cp_scan_for_anonymous_namespaces.
9207 * cp-namespace.c: New file.
9208 * cp-support.c: Update copyright.
9209 Include ctype.h, gdb_assert.h, gdbcmd.h.
9210 New variable maint_cplus_cmd_list.
9211 (cp_find_first_component): New function.
9212 (cp_entire_prefix_len, maint_cplus_command)
9213 (first_component_command, _initialize_cp_support): Ditto.
9214 * buildsym.c: Include cp-support.h.
9215 New variable using_list.
9216 (add_symbol_to_list): Check for anonymous namespaces.
9217 (finish_block): Set block's scope.
9218 (start_symtab): Initialize C++ namespace support.
9219 (end_symtab): Finalize C++ namespace support.
9220 * block.h: Add opaque declarations for structs
9221 block_namespace_info, using_direct, and obstack.
9222 Add declarations for block_set_scope and block_set_using.
9223 (struct block): Add 'language_specific' member.
9224 (BLOCK_NAMESPACE): New macro.
9225 * block.c: Include gdb_obstack.h and cp-support.h.
9226 (struct block_namespace_info): New struct.
9227 (block_set_scope): New function.
9228 (block_set_using, block_initialize_namespace): Ditto.
9229
9230 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9231
9232 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9233 (locate_base): Return early if there aren't any link map offsets.
9234 (svr4_solib_create_inferior_hook): Warn if shared library support
9235 is unavailable.
9236
9237 2003-04-14 David Carlton <carlton@math.stanford.edu>
9238
9239 * symtab.c (symbol_set_names): Add prefix when storing Java names
9240 in hash table. Fix for PR java/1039.
9241
9242 2003-04-14 David Carlton <carlton@math.stanford.edu>
9243
9244 * symtab.c (symbol_set_names): Rename 'name' arg to
9245 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9246 * symtab.h: Change 'name' argument in declaration of
9247 symbol_set_names to 'linkage_name'.
9248 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9249
9250 2003-04-14 Andrew Cagney <cagney@redhat.com>
9251
9252 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9253 return the fully sign-extended register value.
9254 (get_frame_pointer): Ditto.
9255 (mips_pop_frame): Initialize "proc_desc" after checking for a
9256 dummy frame.
9257
9258 2003-04-14 Andrew Cagney <cagney@redhat.com>
9259
9260 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9261 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9262 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9263 (mips_push_register): Delete function.
9264 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9265 PUSH_FP_REGNUM.
9266
9267 2003-04-14 Jim Blandy <jimb@redhat.com>
9268
9269 * symmisc.c: #include "gdb_regex.h".
9270 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9271 functions.
9272 * maint.c (maintenance_list_command): New function.
9273 (_initialize_maint_cmds): Register the above as commands.
9274 * symtab.h (maintenance_list_symtabs,
9275 maintenance_list_psymtabs): New declarations.
9276 * cli/cli-cmds.c (maintenancelistlist): New variable.
9277 (init_cmd_lists): Initialize it.
9278 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9279 * gdbcmd.h (maintenancelistlist): New declaration.
9280 * Makefile.in (symmisc.o): Update dependencies.
9281
9282 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9283
9284 * s390-nat.c: Include asm/types.h for addr_t.
9285
9286 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9287
9288 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9289 actually incoming type.
9290
9291 2003-04-13 Andrew Cagney <cagney@redhat.com>
9292
9293 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9294 get_next_frame and get_frame_saved_regs.
9295
9296 2003-04-13 Andrew Cagney <cagney@redhat.com>
9297
9298 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9299 of gdbarch_num_regs.
9300
9301 2003-04-13 Andrew Cagney <cagney@redhat.com>
9302
9303 * frame.h: Mention what replaced what in "struct frame_info".
9304 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9305 deprecated_update_frame_base_hack and
9306 deprecated_update_frame_pc_hack.
9307 * hppa-tdep.c: Ditto.
9308
9309 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9310
9311 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9312 to read_reg and update its comment. Remove regnum member.
9313 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9314 Don't call read_reg when setting in_reg. Call read_reg to get
9315 the frame base if it's in a register. Return the register number
9316 on the stack instead of in the context. Remove extra arguments
9317 to read_reg.
9318 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9319 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9320 the register number on the expression stack.
9321 (needs_frame_read_reg): Remove extra arguments.
9322
9323 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9324
9325 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9326 made non-static.
9327 (execute_stack_op): All callers updated.
9328 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9329 * dwarf2loc.c (find_location_expression): New function.
9330 (dwarf_expr_frame_base): Call it.
9331 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9332 (dwarf2_tracepoint_var_ref): New function, broken out from
9333 locexpr_tracepoint_var_ref.
9334 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9335 Make static.
9336 (loclist_read_variable, loclist_read_needs_frame): New functions.
9337 (loclist_describe_location, loclist_tracepoint_var_ref): New
9338 functions.
9339 (dwarf2_loclist_funcs): New struct location_funcs.
9340 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9341 (struct dwarf2_locexpr_baton): Add comments.
9342 (dwarf2_loclist_funcs): New extern.
9343 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9344 base_address and base_known.
9345 (dwarf_loc_buffer): New variable.
9346 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9347 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9348 (dwarf2_has_info): Initialize dwarf_loc_offset.
9349 (dwarf2_build_psymtabs): Read in .debug_loc.
9350 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9351 DWARF_LOC_SIZE.
9352 (psymtab_to_symtab_1): Likewise. Move base address calculation
9353 here, from...
9354 (dwarf2_get_pc_bounds): ... here. Use the base address from
9355 cu_header.
9356 (dwarf2_symbol_mark_computed): Handle location lists.
9357
9358 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9359
9360 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9361 if the linkage name demangled successfully.
9362
9363 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9364
9365 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9366 disassmbly_flavour): Removed.
9367
9368 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9369
9370 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9371
9372 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9373
9374 2003-04-12 Andrew Cagney <cagney@redhat.com>
9375
9376 * frame.h (struct frame_info): Move definition from here ...
9377 * frame.c (struct frame_info): ... to here.
9378
9379 2003-04-12 Andrew Cagney <cagney@redhat.com>
9380
9381 * gdbthread.h (save_infrun_state): Delete parameter
9382 "prev_func_start".
9383 (struct thread_info): Delete field "prev_func_start".
9384 (load_infrun_state): Ditto.
9385 * thread.c (load_infrun_state, save_infrun_state): Update.
9386 * infrun.c (prev_func_start): Delete variable.
9387 (context_switch, init_wait_for_inferior): Update.
9388 (stop_stepping, keep_going): Update.
9389
9390 2003-04-12 Andrew Cagney <cagney@redhat.com>
9391
9392 * gdbarch.sh: Add missing opaque declarations.
9393 * gdbarch.h: Regnerate.
9394 * symtab.h: Add missing opaque declarations.
9395 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9396 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9397 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9398 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9399 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9400 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9401 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9402 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9403 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9404 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9405 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9406 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9407 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9408
9409 2003-04-11 Andrew Cagney <cagney@redhat.com>
9410
9411 * frame.c (get_frame_id): Return this frame's "id".
9412 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9413 function start.
9414 (legacy_saved_regs_this_id): Replace function body with
9415 internal-error.
9416 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9417 FRAME_OBSTACK_ZALLOC.
9418 (create_new_frame): Mark the frame ID as valid.
9419
9420 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9421
9422 * Makefile.in (libbfd_h): Added missing setting.
9423 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9424 according to the selected ABI.
9425
9426 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9427
9428 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9429
9430 2003-04-11 Andrew Cagney <cagney@redhat.com>
9431
9432 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9433 SAVED_PC_AFTER_CALL.
9434 * gdbarch.h, gdbarch.c: Regenerate.
9435 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9436 * x86-64-tdep.c (x86_64_init_abi): Update.
9437 * vax-tdep.c (vax_gdbarch_init): Update.
9438 * v850-tdep.c (v850_gdbarch_init): Update.
9439 * sparc-tdep.c (sparc_gdbarch_init): Update.
9440 * sh-tdep.c (sh_gdbarch_init): Update.
9441 * s390-tdep.c (s390_gdbarch_init): Update.
9442 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9443 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9444 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9445 * mips-tdep.c (mips_gdbarch_init): Update.
9446 * mcore-tdep.c (mcore_gdbarch_init): Update.
9447 * m68k-tdep.c (m68k_gdbarch_init): Update.
9448 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9449 * ia64-tdep.c (ia64_gdbarch_init): Update.
9450 (ia64_saved_pc_after_call): Update declaration.
9451 * i386ly-tdep.c (i386lynx_init_abi): Update.
9452 * i386-tdep.c (i386_gdbarch_init): Update.
9453 * hppa-tdep.c (hppa_gdbarch_init): Update.
9454 * h8300-tdep.c (h8300_gdbarch_init): Update.
9455 * frv-tdep.c (frv_gdbarch_init): Update.
9456 * cris-tdep.c (cris_gdbarch_init): Update.
9457 * avr-tdep.c (avr_gdbarch_init): Update.
9458 * arm-tdep.c (arm_gdbarch_init): Update.
9459 * alpha-tdep.c (alpha_gdbarch_init): Update.
9460 * ns32knbsd-nat.c (frame_num_args): Update.
9461 * ns32k-tdep.c (umax_frame_num_args): Update.
9462 * mips-tdep.c (mips_init_frame_pc_first): Update.
9463 * infrun.c (step_over_function): Update.
9464 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9465 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9466 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9467 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9468 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9469 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9470 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9471 * arch-utils.c (init_frame_pc_default): Update.
9472 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9473 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9474 declaration.
9475
9476 2003-04-11 Andrew Cagney <cagney@redhat.com>
9477
9478 * i387-tdep.c: Update copyright.
9479 (i387_to_double): Delete function.
9480 (double_to_i387): Delete function.
9481
9482 2003-04-10 Andrew Cagney <cagney@redhat.com>
9483
9484 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9485 frame's function's address. Simplify.
9486 (d10v_frame_unwind_cache): Check that the frame's function is
9487 non-zero.
9488
9489 2003-04-10 Jim Blandy <jimb@redhat.com>
9490
9491 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9492 call to set_gdbarch_deprecated_push_arguments.
9493
9494 2003-04-10 Andrew Cagney <cagney@redhat.com>
9495
9496 * frame.c (fprint_frame_id): New function.
9497 (fprint_frame_type, fprint_frame): New function.
9498 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9499 (create_sentinel_frame, get_frame_id): Ditto.
9500 (frame_id_p, frame_id_eq): Ditto.
9501 (frame_id_inner, create_new_frame): Ditto.
9502 (legacy_get_prev_frame, get_prev_frame): Ditto.
9503 (deprecated_update_frame_pc_hack): Ditto.
9504 (frame_register_unwind): Ditto.
9505 (deprecated_update_frame_base_hack): Ditto.
9506
9507 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9508
9509 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9510 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9511 frame_chain function.
9512 * Makefile.in: Add dependencies due to above change.
9513
9514 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9515
9516 * blockframe.c (legacy_frame_chain_valid): Move call to
9517 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9518 inside_entry_file.
9519
9520 2003-04-09 Andrew Cagney <cagney@redhat.com>
9521
9522 * frame.h (struct frame_id): Replace "pc" and "base" with
9523 "stack_addr" and "code_addr". Update comments.
9524 (frame_id_build): Update parameter names and comment.
9525 (struct frame_info): Replace "id_p" and "id" with "this_id".
9526 * dummy-frame.c (dummy_frame_this_id): Update.
9527 * breakpoint.c (print_one_breakpoint): Update.
9528 * frame.c (get_frame_id): Update.
9529 (get_frame_base, frame_id_build): Update.
9530 (create_sentinel_frame, legacy_get_prev_frame): Update.
9531 (deprecated_update_frame_base_hack): Update.
9532 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9533 (frame_id_inner): Ditto.
9534
9535 2003-04-09 Andrew Cagney <cagney@redhat.com>
9536
9537 * defs.h (gdb_print_host_address): Make "addr" parameter a
9538 pointer constant.
9539 * utils.c (gdb_print_host_address): Update.
9540
9541 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9542
9543 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9544 register number for R0 is 0.
9545
9546 2003-04-09 J. Brobecker <brobecker@gnat.com>
9547
9548 * frame.h (struct gdbarch): Add opaque structure definition
9549 to avoid a compilation warning on LynxOS 4.0.
9550
9551 2003-04-09 Andrew Cagney <cagney@redhat.com>
9552
9553 * frame.h (struct frame_info): Delete field "pc". Replace
9554 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9555 structure.
9556 * frame.c (frame_pc_unwind): Update.
9557 (create_sentinel_frame): Do not set "pc".
9558 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9559 (get_frame_pc): Call frame_pc_unwind.
9560 (deprecated_update_frame_pc_hack): Update.
9561 (create_new_frame): Use "pc" not "->pc".
9562
9563 2003-04-09 Andrew Cagney <cagney@redhat.com>
9564
9565 * frame.c (get_frame_id): Eliminate code updating "frame".
9566 (legacy_get_prev_frame): Ditto.
9567 (get_frame_base): Return id.base directly.
9568 (deprecated_update_frame_base_hack): Update "id.base".
9569 * frame.h (struct frame_info): Delete field "frame".
9570
9571 2003-04-09 Andrew Cagney <cagney@redhat.com>
9572
9573 * NEWS: Mention that the "Sequent family" is obsolete.
9574 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9575 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9576 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9577 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9578 * config/i386/tm-ptx4.h: Obsolete file.
9579 * config/i386/tm-ptx.h: Obsolete file.
9580 * symm-tdep.c: Obsolete file.
9581 * config/i386/symmetry.mt: Obsolete file.
9582 * config/i386/tm-symmetry.h: Obsolete file.
9583 * symm-nat.c: Obsolete file.
9584 * config/i386/nm-symmetry.h: Obsolete file.
9585 * config/i386/xm-symmetry.h: Obsolete file.
9586 * config/i386/symmetry.mh: Obsolete file.
9587 * config/i386/nm-ptx4.h: Obsolete file.
9588 * config/i386/ptx4.mh: Obsolete file.
9589 * config/i386/ptx.mt: Obsolete file.
9590 * config/i386/ptx.mh: Obsolete file.
9591 * config/i386/xm-ptx4.h: Obsolete file.
9592 * config/i386/xm-ptx.h: Obsolete file.
9593
9594 2003-04-09 Andrew Cagney <cagney@redhat.com>
9595
9596 Obsolete mips*-*-mach3*.
9597 * NEWS: Mention that mips*-*-mach3* is obsolete.
9598 * m3-nat.c: Obsolete file.
9599 * config/nm-m3.h: Obsolete file.
9600 * config/mips/tm-mipsm3.h: Obsolete file.
9601 * config/mips/mipsm3.mt: Obsolete file.
9602 * config/mips/mipsm3.mh: Obsolete file.
9603 * config/mips/xm-mipsm3.h: Obsolete file.
9604 * mipsm3-nat.c: Obsolete file.
9605 * configure.host: Obsolete mips-dec-mach3*.
9606 * configure.tgt: Obsolete mips*-*-mach3*.
9607
9608 2003-04-09 Andrew Cagney <cagney@redhat.com>
9609
9610 * doublest.h: Update copyright.
9611 (deprecated_store_floating, deprecated_extract_floating): Rename
9612 store_floating and extract_floating. Update comments.
9613 * doublest.c: Update copyright.
9614 (extract_floating_by_length): Replace extract_floating.
9615 (store_floating_by_length): Replace store_floating.
9616 (deprecated_extract_floating): New function.
9617 (deprecated_store_floating): New function.
9618 (extract_typed_floating): Call extract_floating_by_length.
9619 (store_typed_floating): Call store_floating_by_length.
9620 * x86-64-tdep.c (x86_64_store_return_value): Update.
9621 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9622 (sh64_extract_return_value): Update.
9623 (sh_sh4_register_convert_to_virtual): Update.
9624 (sh_sh64_register_convert_to_virtual): Update.
9625 (sh_sh4_register_convert_to_raw): Update.
9626 (sh_sh64_register_convert_to_raw): Update.
9627 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9628 (rs6000_register_convert_to_raw): Update.
9629 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9630 (ia64_register_convert_to_raw): Update.
9631 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9632 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9633 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9634 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9635 (alpha_register_convert_to_raw): Update.
9636
9637 2003-04-08 Andrew Cagney <cagney@redhat.com>
9638
9639 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9640 * gdbarch.h, gdbarch.c: Re-generate.
9641 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9642 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9643 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9644 conditionally, use frame_pc_unwind as an alternative. Add
9645 comments.
9646 * arch-utils.c (init_frame_pc_default): Only call
9647 SAVED_PC_AFTER_CALL when available.
9648
9649 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9650
9651 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9652 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9653 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9654 (start_remote): Ditto.
9655 (handle_inferior_event): Ditto.
9656 (save_inferior_status): Ditto.
9657 (restore_inferior_status): Ditto.
9658 * infcmd.c (attach_command): Ditto.
9659 * fork-child.c (startup_inferior): Ditto.
9660 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9661 * alpha-tdep.c (heuristic_proc_start): Ditto.
9662 * mips-tdep.c (heuristic_proc_start): Ditto.
9663 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9664 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9665 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9666 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9667 * remote-vx.c (vx_create_inferior): Ditto.
9668
9669 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9670
9671 * infrun.c (stop_soon_quietly): Make it an enum, to better
9672 override the default behavior of handle_inferior_event.
9673 (clear_proceed_status): Update uses of stop_soon_quietly to
9674 reflect that it is now an enum.
9675 (start_remote): Ditto.
9676 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9677 is set to handle the new GNU/Linux kernel behavior for
9678 attach/sigstop. Update uses of stop_soon_quietly.
9679 * inferior.h (enum stop_kind): New enum.
9680 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9681 Reset normal handle_inferior_event behavior, afterwards.
9682 * fork-child.c (startup_inferior): Update.
9683 * alpha-tdep.c (heuristic_proc_start): Update.
9684 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9685 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9686 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9687 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9688 * remote-vx.c (vx_create_inferior): Update.
9689 * mips-tdep.c (heuristic_proc_start): Update.
9690
9691 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9692
9693 * disasm.c (dump_insns): Move variables inside loop, or they will
9694 be freed more than once, causing wild memory corruptions.
9695 (gdb_disassembly): Look for the substring "-thread",
9696 instead of "-threads" in the target name, to make sure to find
9697 the 'multi-thread' target. Also, make sure we do the right thing
9698 with the "core" target.
9699
9700 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9701
9702 * mips-tdep.c (mips_print_fp_register): New function, created from
9703 do_fp_register_row(). Registers are now (also) printed as hex.
9704 Only one register is printed per row.
9705 (mips_print_register, do_fp_register_row): Print floating point
9706 registers with mips_print_fp_register().
9707
9708 2003-04-06 Andrew Cagney <cagney@redhat.com>
9709
9710 * valprint.h (inspect_it): Add extern declaration.
9711 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9712 (selectors_info, classes_info): Ditto.
9713 (find_objc_msgcall): Fix indentation.
9714 (objc_printstr): Delete extern declarations.
9715
9716 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9717
9718 2003-04-06 Andrew Cagney <cagney@redhat.com>
9719
9720 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9721 Update comment.
9722 * frame.c (legacy_saved_regs_this_id): Update.
9723 (legacy_get_prev_frame): Update.
9724 * xstormy16-tdep.c: Update comment.
9725 * sparc-tdep.c (sparc_frame_chain): Update comment.
9726 * blockframe.c (legacy_frame_chain_valid): Update.
9727
9728 2003-04-06 Andrew Cagney <cagney@redhat.com>
9729
9730 * valprint.c (val_print_type_code_int): Delete #ifdef
9731 PRINT_TYPELESS_INTEGER code.
9732
9733 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9734 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9735 multi-arch definition.
9736 * gdbarch.h: Re-generate.
9737
9738 2003-04-05 Andrew Cagney <cagney@redhat.com>
9739
9740 Eliminate FRAME_FIND_SAVED_REGS.
9741 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9742 Change FSR parameter to a pointer.
9743 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9744 Assume FSR parameter is a pointer.
9745 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9746 Make fsr a pointer.
9747 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9748 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9749 saved_regs a pointer.
9750 (hppa_frame_saved_pc): Ditto.
9751 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9752 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9753 pointer.
9754 (restore_pc_queue): Make fsr a pointer.
9755 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9756 (hppa_frame_chain): Make saved_regs a pointer, call
9757 hppa_frame_init_saved_regs.
9758 * sparc-tdep.c: Include "gdb_assert.h".
9759 (sparc_frame_find_saved_regs): Replace internal_error with
9760 gdb_assert.
9761 * remote-vxsparc.c (vx_read_register): Delete reference to
9762 FRAME_FIND_SAVED_REGS.
9763 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9764 * gdbarch.h: Regenerate.
9765 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9766 (deprecated_get_frame_saved_regs): Delete declaration.
9767 (struct frame_saved_regs): Delete definition.
9768 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9769 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9770 (hppa_frame_find_saved_regs): Delete declaration.
9771 (FRAME_FIND_SAVED_REGS): Delete macro.
9772 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9773 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9774 FRAME_FIND_SAVED_REGS in comment.
9775
9776 2003-04-05 Andrew Cagney <cagney@redhat.com>
9777
9778 * frame.c (frame_func_unwind, get_frame_func): New functions.
9779 * frame.h (get_frame_func, frame_func_unwind): Declare.
9780 (struct frame_info): Add field "prev_func" for caching the
9781 previous frame's function address.
9782 * arm-tdep.c (arm_frameless_function_invocation): Combine
9783 get_pc_function_start and get_frame_pc into get_frame_func.
9784 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9785 (sh64_nofp_frame_init_saved_regs): Ditto.
9786 * s390-tdep.c (s390_function_start): Ditto.
9787 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9788 (rs6000_frameless_function_invocation): Ditto.
9789 (rs6000_frame_saved_pc): Ditto.
9790 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9791 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9792 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9793 (i386_frame_init_saved_regs): Ditto.
9794 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9795 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9796 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9797 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9798 * blockframe.c (frameless_look_for_prologue): Ditto.
9799
9800 2003-04-05 Andrew Cagney <cagney@redhat.com>
9801
9802 * frame.c (legacy_get_prev_frame): Link prev to next at the
9803 function start. Update comments.
9804
9805 2003-04-05 Andrew Cagney <cagney@redhat.com>
9806
9807 * frame.c (get_frame_id): Update comment.
9808 (legacy_get_prev_frame): Update comment.
9809 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9810 * gdbarch.h: Regenerate.
9811 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9812 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9813
9814 2003-04-05 Andrew Cagney <cagney@redhat.com>
9815
9816 * stack.c (print_frame_info): Use get_frame_pc.
9817
9818 2003-04-04 Andrew Cagney <cagney@redhat.com>
9819
9820 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9821 the frame's type from the unwinder.
9822 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9823 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9824 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9825 (get_frame_base_address): Use get_frame_type.
9826 (get_frame_locals_address, get_frame_args_address): Ditto.
9827 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9828 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9829 (struct frame_info): Add comment explaining why the frame contains
9830 a "type" field.
9831 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9832 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9833 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9834 NORMAL_FRAME.
9835 * frame-unwind.h: Include "frame.h".
9836 (struct frame_unwind): Add "type" field.
9837 * Makefile.in (frame_unwind_h): Add $(frame_h).
9838
9839 2003-04-04 Andrew Cagney <cagney@redhat.com>
9840
9841 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9842 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9843 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9844 get_frame_base.
9845 (d10v_unwind_dummy_id): Use frame_id_build.
9846 * frame.c (find_frame_sal): Use get_frame_pc.
9847 (create_new_frame): Use deprecated_update_frame_pc_hack and
9848 deprecated_update_frame_base_hack.
9849 (create_sentinel_frame): Add comment about ->pc going away.
9850 (get_prev_frame): Add comment about ->pc going away.
9851 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9852 frame_id_build, deprecated_update_frame_pc_hack and
9853 deprecated_update_frame_base_hack.
9854 (select_frame): Use get_frame_pc.
9855 (legacy_saved_regs_this_id): Use frame_id_build.
9856
9857 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9858
9859 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9860 signed integer case.
9861 (classify_argument): Handle enumerations and references.
9862
9863 2003-04-04 Andrew Cagney <cagney@redhat.com>
9864
9865 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9866 ID to NULL.
9867
9868 2003-04-01 Adam Fedor <fedor@gnu.org>
9869
9870 * gdb/objc-lang.c (selectors_info): Replace calls to
9871 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9872 SYMBOL_NATURAL_NAME.
9873 (classes_info, find_methods): Likewise.
9874
9875 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9876
9877 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9878 ``mach'' to the value determined by bfd_default_set_arch_mach().
9879
9880 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9881
9882 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9883 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9884 (mi-cmd-file.o): Update dependencies.
9885
9886 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9887
9888 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9889 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9890
9891 2003-04-01 Adam Fedor <fedor@gnu.org>
9892
9893 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9894 * language.h (struct language_defn): Add la_demangle.
9895 (language_demangle): Declare.
9896 * language.c (language_demangle): New function.
9897 (unk_lang_demangle): Likewise.
9898 (unknown_language_defn, auto_language_defn, local_language_defn):
9899 Add ukn_lang_demangle.
9900 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9901 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9902 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9903 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9904 * jv-lang.c (java_demangle): New function
9905 (java_language_defn): Use it for la_demangle element.
9906 * objc-lang.c (objc_demangle): Add options argument
9907 (objc_language_defn): Use objc_demangle for la_demangle element.
9908 * maint.c (maintenance_demangle): Replace switch with
9909 call to language_demangle.
9910 * utils.c (fprintf_symbol_filtered): Likewise.
9911
9912 2003-04-01 Andrew Cagney <cagney@redhat.com>
9913
9914 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9915 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9916 PRINT_TYPELESS_INTEGER.
9917 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9918 PUSH_RETURN_ADDRESS.
9919
9920 2003-04-01 Andrew Cagney <cagney@redhat.com>
9921
9922 * Makefile.in (d10v-tdep.o): Update dependencies.
9923 * d10v-tdep.c: Include "frame-base.h".
9924 (d10v_frame_unwind): Make constant.
9925 (d10v_frame_base_address): New function.
9926 (d10v_frame_base): New variable.
9927 (d10v_gdbarch_init): Set frame_base default.
9928 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9929 comment for base.
9930 (d10v_frame_unwind_cache): Set and use "prev_sp".
9931 (d10v_frame_this_id): Use the previous frame's inner most stack
9932 address and this frame's func address for the frame ID. Use
9933 frame_id_build. Don't analyze beyond the current instruction.
9934
9935 2003-04-01 Andrew Cagney <cagney@redhat.com>
9936
9937 * frame.h (get_frame_locals_address, get_frame_args_address):
9938 Refer to the base address, instead of the address of the first
9939 local or parameter.
9940
9941 2003-04-01 Andrew Cagney <cagney@redhat.com>
9942
9943 Add frame debug info addresses:
9944 * frame-base.c: New file.
9945 * frame-base.h: New file.
9946 * frame.h (struct frame_base): Add opaque declaration.
9947 (get_frame_base): Update comment.
9948 (get_frame_base_address): Declare.
9949 (get_frame_locals_address): Declare.
9950 (get_frame_args_address): Declare.
9951 (struct frame_info): Add "base" and "base_cache". Update
9952 comments on the unwinder.
9953 * frame.c: Include "frame-base.h".
9954 (get_frame_locals_address): New function.
9955 (get_frame_base_address): New function.
9956 (get_frame_args_address): New function.
9957 * findvar.c (read_var_value): Use get_frame_locals_address and
9958 get_frame_args_address.
9959 * stack.c (frame_info): Use get_frame_locals_address and
9960 get_frame_args_address.
9961 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9962 moved to "frame-base.c".
9963 * printcmd.c (print_frame_nameless_args): Ditto.
9964 * symtab.h (address_class): Update comments.
9965 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9966 get_frame_base_address.
9967 * dwarf2expr.c (execute_stack_op): Ditto.
9968 * Makefile.in (frame_base_h): Define.
9969 (frame.o): Update dependencies.
9970 (frame-base.o): Add dependencies.
9971 (SFILES): Add frame-base.c.
9972 (COMMON_OBS): Add frame-base.o.
9973
9974 2003-04-01 Andrew Cagney <cagney@redhat.com>
9975
9976 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9977 CALL_DUMMY_LENGTH): Ditto.
9978 * gdbarch.c: Re-generate.
9979 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9980 (CALL_DUMMY_LENGTH): Delete macro.
9981 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9982 * arm-tdep.c (arm_gdbarch_init): Ditto.
9983 * avr-tdep.c (avr_gdbarch_init): Ditto.
9984 * cris-tdep.c (cris_gdbarch_init): Ditto.
9985 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9986 * frv-tdep.c (frv_gdbarch_init): Ditto.
9987 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9988 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9989 * i386-tdep.c (i386_gdbarch_init): Ditto.
9990 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9991 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9992 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9993 * mips-tdep.c (mips_gdbarch_init): Ditto.
9994 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9995 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9996 * s390-tdep.c (s390_gdbarch_init): Ditto.
9997 * sh-tdep.c (sh_gdbarch_init): Ditto.
9998 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9999 * v850-tdep.c (v850_gdbarch_init): Ditto.
10000 * vax-tdep.c (vax_gdbarch_init): Ditto.
10001 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10002
10003 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
10004
10005 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10006
10007 2003-04-01 Andrew Cagney <cagney@redhat.com>
10008
10009 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10010 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10011 * gdbarch.h, gdbarch.c: Re-generate.
10012 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10013 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10014 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10015 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10016 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10017 * infcmd.c (run_stack_dummy): Simplify assuming
10018 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10019 * infrun.c (handle_inferior_event): Ditto.
10020 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10021 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10022 * arm-tdep.c (arm_gdbarch_init): Ditto.
10023 * avr-tdep.c (avr_gdbarch_init): Ditto.
10024 * cris-tdep.c (cris_gdbarch_init): Ditto.
10025 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10026 * frv-tdep.c (frv_gdbarch_init): Ditto.
10027 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10028 * i386-tdep.c (i386_gdbarch_init): Ditto.
10029 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10030 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10031 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10032 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10033 * mips-tdep.c (mips_gdbarch_init): Ditto.
10034 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10035 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10036 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10037 * s390-tdep.c (s390_gdbarch_init): Ditto.
10038 * sh-tdep.c (sh_gdbarch_init): Ditto.
10039 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10040 * v850-tdep.c (v850_gdbarch_init): Ditto.
10041 * vax-tdep.c (vax_gdbarch_init): Ditto.
10042 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10043
10044 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
10045
10046 * symfile.c (symfile_relocate_debug_section): Update call to
10047 bfd_simple_get_relocated_section_contents.
10048
10049 2003-03-31 Andrew Cagney <cagney@redhat.com>
10050
10051 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10052 * gdbarch.h, gdbarch.c: Regenerate.
10053 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10054 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10055 available.
10056 * frame.h (generic_fix_call_dummy): Delete declaration.
10057 * dummy-frame.h: Update comment.
10058 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10059 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10060 fix_call_dummy.
10061 * sh-tdep.c (sh_gdbarch_init): Ditto.
10062 * s390-tdep.c (s390_gdbarch_init): Ditto.
10063 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10064 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10065 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10066 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10067 * i386-tdep.c (i386_gdbarch_init): Ditto.
10068 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10069 * frv-tdep.c (frv_gdbarch_init): Ditto.
10070 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10071 * cris-tdep.c (cris_gdbarch_init): Ditto.
10072 * avr-tdep.c (avr_gdbarch_init): Ditto.
10073 * arm-tdep.c (arm_gdbarch_init): Ditto.
10074
10075 2003-03-31 J. Brobecker <brobecker@gnat.com>
10076
10077 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10078 (INIT_FRAME_AP): Likewise.
10079 (EXTRA_FRAME_INFO): Likewise.
10080
10081 2003-03-31 Andrew Cagney <cagney@redhat.com>
10082
10083 * gdbarch.sh: Include "symfile.h".
10084 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10085 * gdbarch.h, gdbarch.c: Re-generate.
10086 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10087 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10088 call_dummy_address, the default is at entry_point_address.
10089 * v850-tdep.c (v850_gdbarch_init): Ditto.
10090 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10091 * sh-tdep.c (sh_gdbarch_init): Ditto.
10092 * s390-tdep.c (s390_gdbarch_init): Ditto.
10093 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10094 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10095 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10096 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10097 * i386-tdep.c (i386_gdbarch_init): Ditto.
10098 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10099 * frv-tdep.c (frv_gdbarch_init): Ditto.
10100 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10101 * cris-tdep.c (cris_gdbarch_init): Ditto.
10102 * arm-tdep.c (arm_gdbarch_init): Ditto.
10103
10104 2003-03-31 Andrew Cagney <cagney@redhat.com>
10105
10106 * gdbarch.sh (CALL_DUMMY_P): Delete.
10107 * gdbarch.h, gdbarch.c: Re-generate.
10108 * inferior.h (CALL_DUMMY_P): Delete macro.
10109 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10110 * vax-tdep.c (vax_gdbarch_init): Update.
10111 * v850-tdep.c (v850_gdbarch_init): Update.
10112 * sparc-tdep.c (sparc_gdbarch_init): Update.
10113 * sh-tdep.c (sh_gdbarch_init): Update.
10114 * s390-tdep.c (s390_gdbarch_init): Update.
10115 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10116 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10117 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10118 * mips-tdep.c (mips_gdbarch_init): Update.
10119 * mcore-tdep.c (mcore_gdbarch_init): Update.
10120 * m68k-tdep.c (m68k_gdbarch_init): Update.
10121 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10122 * ia64-tdep.c (ia64_gdbarch_init): Update.
10123 * i386-tdep.c (i386_gdbarch_init): Update.
10124 * h8300-tdep.c (h8300_gdbarch_init): Update.
10125 * frv-tdep.c (frv_gdbarch_init): Update.
10126 * d10v-tdep.c (d10v_gdbarch_init): Update.
10127 * cris-tdep.c (cris_gdbarch_init): Update.
10128 * breakpoint.c (deprecated_frame_in_dummy): Update.
10129 * avr-tdep.c (avr_gdbarch_init): Update.
10130 * alpha-tdep.c (alpha_gdbarch_init): Update.
10131 * arm-tdep.c (arm_gdbarch_init): Update.
10132 * dummy-frame.c (dummy_frame_this_id): Update comments.
10133 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10134 * frame.c (legacy_get_prev_frame): Ditto.
10135 * valops.c (call_function_by_hand): Delete function.
10136 (hand_function_call): Rename to call_function_by_hand
10137
10138 2003-03-30 Andrew Cagney <cagney@redhat.com>
10139
10140 2002-11-10 Klee Dienes <kdienes@apple.com>
10141 * value.h (struct value): Update comment.
10142
10143 2003-03-30 Andrew Cagney <cagney@redhat.com>
10144
10145 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10146 D10V_FP_REGNUM.
10147 (d10v_gdbarch_init): Do not set fp_regnum.
10148
10149 * frame.c (get_frame_base): Force ID initialization.
10150 (get_prev_frame): Move computation of the frame ID from here ...
10151 (get_frame_id): ... to here.
10152 (legacy_get_prev_frame): Mark the frame ID as valid.
10153 * frame.h (struct frame_info): Add field "id_p".
10154
10155 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10156
10157 * i386-tdep.c (i386_store_struct_return): Removed.
10158 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10159
10160 2003-03-30 Andrew Cagney <cagney@redhat.com>
10161
10162 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10163 * gdbarch.h, gdbarch.c: Regenerate.
10164 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10165 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10166 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10167 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10168 * i386-tdep.c (i386_gdbarch_init): Ditto.
10169 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10170 * cris-tdep.c (cris_gdbarch_init): Ditto.
10171 * vax-tdep.c (vax_gdbarch_init): Ditto.
10172 * s390-tdep.c (s390_gdbarch_init): Ditto.
10173 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10174 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10175 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10176 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10177 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10178 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10179 * sparc-tdep.c (sparc_gdbarch_init): Update.
10180 * sh-tdep.c (sh_gdbarch_init): Update.
10181 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10182 * mips-tdep.c (mips_gdbarch_init): Update.
10183 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10184 * ia64-tdep.c (ia64_gdbarch_init): Update.
10185 * frv-tdep.c (frv_gdbarch_init): Update.
10186 * avr-tdep.c (avr_gdbarch_init): Update.
10187 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10188 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10189 instead of when push_dummy_call is not available.
10190
10191 2003-03-30 Andrew Cagney <cagney@redhat.com>
10192
10193 * infttrace.c: Include "gdbthread.h".
10194 (parent_attach_all): Fix function signature.
10195 (call_ptrace): Update call.
10196 * Makefile.in (infttrace.o): Update dependencies.
10197
10198 2003-03-30 Andrew Cagney <cagney@redhat.com>
10199
10200 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10201 PUSH_RETURN_ADDRESS.
10202 * gdbarch.h, gdbarch.c: Regenerate.
10203 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10204 * x86-64-tdep.c (x86_64_init_abi): Update.
10205 * v850-tdep.c (v850_gdbarch_init): Update.
10206 * sparc-tdep.c (sparc_gdbarch_init): Update.
10207 * sh-tdep.c (sh_gdbarch_init): Update.
10208 * s390-tdep.c (s390_gdbarch_init): Update.
10209 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10210 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10211 * mips-tdep.c (mips_gdbarch_init): Update.
10212 * mcore-tdep.c (mcore_gdbarch_init): Update.
10213 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10214 * ia64-tdep.c (ia64_gdbarch_init): Update.
10215 * i386-tdep.c (i386_gdbarch_init): Update.
10216 * h8300-tdep.c (h8300_gdbarch_init): Update.
10217 * frv-tdep.c (frv_gdbarch_init): Update.
10218 * cris-tdep.c (cris_gdbarch_init): Update.
10219 * avr-tdep.c (avr_gdbarch_init): Update.
10220 * arm-tdep.c (arm_gdbarch_init): Update.
10221 * valops.c (hand_function_call): Update.
10222
10223 2003-03-29 Andrew Cagney <cagney@redhat.com>
10224
10225 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10226 sizeof_call_dummy_words.
10227 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10228 define.
10229 * gdbarch.h: Regenerate.
10230
10231 2003-03-29 Andrew Cagney <cagney@redhat.com>
10232
10233 * infttrace.h: New file.
10234 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10235 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10236 (hpread_read_doc_function_type): Detect an initialized type1.
10237 (hpread_quick_traverse): Initialize mod_name_string.
10238 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10239 (som_solib_get_solib_by_pc): Declare.
10240 (so_lib_thread_start_addr): Declare.
10241 (no_shared_libraries): Declare.
10242 * somread.c (init_import_symbols): Make static. Add forward
10243 declaration.
10244 * config/pa/nm-hppah.h: Include "infttrace.h" for
10245 parent_attach_all.
10246 (hppa_insert_hw_watchpoint): Declare.
10247 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10248 * hppah-nat.c: Include "gdb_string.h".
10249 (parent_attach_all): Delete extern declaration, moved to
10250 "infttrace.h".
10251 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10252 int.
10253 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10254 * Makefile.in (infttrace_h): Define.
10255 (hpread.o): Update dependencies.
10256 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10257 * hppa-hpux-tdep.c: Include "gdb_string.h".
10258 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10259 * infrun.c (handle_inferior_event): Always initialize
10260 stepped_after_stopped_by_watchpoint. Add default and remove
10261 fallthrough in switch statement.
10262 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10263 parameter to int.
10264 (hppa_remove_hw_watchpoint): Ditto.
10265
10266 2003-03-29 Andrew Cagney <cagney@redhat.com>
10267
10268 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10269 offset.
10270
10271 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10272
10273 * arm-tdep.c (arm_push_arguments): Delete.
10274 (struct stack_item): New type.
10275 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10276 (arm_store_struct_return): Delte.
10277 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10278 arm_push_arguments or arm_store_struct_return.
10279
10280 2003-03-28 Andrew Cagney <cagney@redhat.com>
10281
10282 * Makefile.in (d10v-tdep.o): Update dependencies.
10283 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10284 * d10v-tdep.c: Include "remote.h".
10285 (target_resume_hook): Delete extern declaration.
10286 (target_wait_loop_hook): Ditto.
10287 (tdisassemble_command): Eliminate assignment in "if" conditional.
10288 (d10v_ts2_register_sim_regno): Eliminate call to
10289 legacy_register_sim_regno.
10290 (d10v_ts3_register_sim_regno): Ditto.
10291
10292 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10293
10294 * thread.c: Reindented.
10295 * lin-lwp.c: Ditto.
10296 * linux-proc.c: Ditto.
10297
10298 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10299
10300 * MAINTAINERS (write after approval): Add myself.
10301
10302 2003-03-27 Theodore A. Roth <troth@openavr.org>
10303
10304 * objc-exp.y: Add missing semi-colons.
10305
10306 2003-03-27 Andrew Cagney <cagney@redhat.com>
10307
10308 * regcache.c (write_sp): Delete function and references.
10309 * inferior.h (write_sp): Delete declaration.
10310 * valops.c (hand_function_call): Replace write_sp with
10311 TARGET_WRITE_SP.
10312 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10313 (sparc_pop_frame): Ditto.
10314
10315 2003-03-27 Andrew Cagney <cagney@redhat.com>
10316
10317 * NEWS: Mention removal of support for hppa*-*-bsd* and
10318 hppa*-*-osf* natives, and hppa*-*-pro* target.
10319 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10320 * config/pa/xm-pa.h: Obsolete file.
10321 * config/pa/xm-hppab.h: Obsolete file.
10322 * config/pa/nm-hppab.h: Obsolete file.
10323 * config/pa/tm-hppab.h: Obsolete file.
10324 * config/pa/tm-hppao.h: Obsolete file.
10325 * config/pa/nm-hppao.h: Obsolete file.
10326 * config/pa/tm-pro.h: Obsolete file.
10327 * config/pa/hppaosf.mt: Obsolete file.
10328 * config/pa/hppaosf.mh: Obsolete file.
10329 * config/pa/hppapro.mt: Obsolete file.
10330 * config/pa/hppabsd.mt: Obsolete file.
10331 * config/pa/hppabsd.mh: Obsolete file.
10332 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10333 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10334 hppa*-*-osf*.
10335
10336 2003-03-27 Andrew Cagney <cagney@redhat.com>
10337
10338 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10339 push_arguments. Don't set push_return_address or write_sp.
10340 (d10v_push_dummy_call): Replace d10v_push_arguments.
10341 (d10v_push_return_address, d10v_write_sp): Delete function,
10342 handled by push_dummy_call.
10343
10344 2003-03-26 Andrew Cagney <cagney@redhat.com>
10345
10346 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10347 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10348 regcache and dummy_addr parameters.
10349 * gdbarch.h, gdbarch.c: Re-generate.
10350 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10351 available; assume it will handle stack alignment and return
10352 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10353 legacy_push_arguments.
10354 (legacy_push_arguments): Rename default_push_arguments.
10355 * value.h (legacy_push_arguments): Rename default_push_arguments.
10356 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10357 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10358 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10359 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10360 * config/i386/tm-symmetry.h: Update.
10361 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10362 * x86-64-tdep.c (x86_64_init_abi): Update.
10363 * v850-tdep.c (v850_gdbarch_init): Update.
10364 * sparc-tdep.c (sparc_gdbarch_init): Update.
10365 * sh-tdep.c (sh_gdbarch_init): Update.
10366 * s390-tdep.c (s390_gdbarch_init): Update.
10367 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10368 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10369 * mips-tdep.c (mips_gdbarch_init): Update.
10370 * mcore-tdep.c (mcore_gdbarch_init): Update.
10371 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10372 * ia64-tdep.c (ia64_gdbarch_init): Update.
10373 * i386-tdep.c (i386_gdbarch_init): Update.
10374 * hppa-tdep.c (hppa_gdbarch_init): Update.
10375 * h8300-tdep.c (h8300_gdbarch_init): Update.
10376 * frv-tdep.c (frv_gdbarch_init): Update.
10377 * d10v-tdep.c (d10v_gdbarch_init): Update.
10378 * cris-tdep.c (cris_gdbarch_init): Update.
10379 * avr-tdep.c (avr_gdbarch_init): Update.
10380 * arm-tdep.c (arm_gdbarch_init): Update.
10381 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10382 * alpha-tdep.c (alpha_gdbarch_init): Update.
10383
10384 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10385
10386 * signals/signals.c (do_target_signal_to_host): Correct realtime
10387 signal range test.
10388
10389 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10390
10391 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10392 (struct sal_chain, map_catch_names): Remove.
10393 (catch_exception_command_1): Don't call
10394 handle_gnu_4_16_catch_command.
10395
10396 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10397
10398 From Mark Dettinger <dettinge@de.ibm.com>:
10399 * dwarf2cfi.c (read_2u): Increment pointer by two.
10400
10401 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10402
10403 * signals/signals.c: Fix typos in last change.
10404
10405 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10406
10407 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10408 not already defined. Use __SIGRTMIN if available.
10409 (target_signal_from_host): Remove SIGRTMIN block.
10410 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10411 the signal is within the realtime range.
10412
10413 2003-03-25 Adam Fedor <fedor@gnu.org>
10414
10415 * Makefile.in (infrun.o): Add $(language_h)
10416 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10417 for language specific trampolines.
10418 * language.h (struct language_defn): Add skip_trampoline.
10419 (skip_language_trampoline): Declare.
10420 * language.c (unk_lang_trampoline, skip_language_trampoline):
10421 New functions.
10422 (unknown_language_defn, auto_language_defn, local_language_defn):
10423 Add ukn_lang_trampoline.
10424 * ada-lang.c (ada_language_defn): Add NULL for language
10425 specific skip_trampoline.
10426 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10427 scm-lang.c: Likewise.
10428 * objc-lang.c (objc_skip_trampoline): New function.
10429 (objc_language_defn): Add objc_skip_trampoline.
10430
10431 2003-03-25 Andrew Cagney <cagney@redhat.com>
10432
10433 * frame.c (get_prev_frame): Delay validating a frame's ID -
10434 non-NULL, didn't go backwards - until an attempt to unwind it to
10435 the previous frame.
10436
10437 2003-03-25 Andrew Cagney <cagney@redhat.com>
10438
10439 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10440 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10441 * gdbarch.h, gdbarch.c: Re-generate.
10442 * config/sparc/tm-sparc.h
10443 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10444 * sparc-tdep.c (sparc_gdbarch_init): Set
10445 deprecated_extra_stack_alignment_needed.
10446 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10447 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10448 extra_stack_alignment_needed.
10449 * v850-tdep.c (v850_gdbarch_init): Ditto.
10450 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10451 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10452 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10453 * cris-tdep.c (cris_gdbarch_init): Ditto.
10454 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10455 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10456
10457 2003-03-25 Andrew Cagney <cagney@redhat.com>
10458
10459 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10460 STORE_STRUCT_RETURN.
10461 * gdbarch.h, gdbarch.c: Regenerate.
10462 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10463 (d10v_push_arguments): Set the struct return register.
10464 (d10v_gdbarch_init): Update.
10465 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10466 * x86-64-tdep.c (x86_64_init_abi): Update.
10467 * vax-tdep.c (vax_gdbarch_init): Update.
10468 * v850-tdep.c (v850_gdbarch_init): Update.
10469 * sparc-tdep.c (sparc_gdbarch_init): Update.
10470 * sh-tdep.c (sh_gdbarch_init): Update.
10471 * s390-tdep.c (s390_gdbarch_init): Update.
10472 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10473 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10474 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10475 * mips-tdep.c (mips_gdbarch_init): Update.
10476 * mcore-tdep.c (mcore_gdbarch_init): Update.
10477 * m68k-tdep.c (m68k_gdbarch_init): Update.
10478 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10479 * ia64-tdep.c (ia64_gdbarch_init): Update.
10480 * i386-tdep.c (i386_gdbarch_init): Update.
10481 * hppa-tdep.c (hppa_gdbarch_init): Update.
10482 * h8300-tdep.c (h8300_gdbarch_init): Update.
10483 * frv-tdep.c (frv_gdbarch_init): Update.
10484 * cris-tdep.c (cris_gdbarch_init): Update.
10485 * avr-tdep.c (avr_gdbarch_init): Update.
10486 * arm-tdep.c (arm_gdbarch_init): Update.
10487 * alpha-tdep.c (alpha_gdbarch_init): Update.
10488
10489 2003-03-25 Andrew Cagney <cagney@redhat.com>
10490
10491 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10492 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10493 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10494 * gdbarch.h, gdbarch.c: Regenerate.
10495 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10496 call_dummy_stack_adjust_p.
10497 * vax-tdep.c (vax_gdbarch_init): Ditto.
10498 * v850-tdep.c (v850_gdbarch_init): Ditto.
10499 * sh-tdep.c (sh_gdbarch_init): Ditto.
10500 * s390-tdep.c (s390_gdbarch_init): Ditto.
10501 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10502 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10503 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10504 * mips-tdep.c (mips_gdbarch_init): Ditto.
10505 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10506 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10507 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10508 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10509 * i386-tdep.c (i386_gdbarch_init): Ditto.
10510 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10511 * frv-tdep.c (frv_gdbarch_init): Ditto.
10512 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10513 * cris-tdep.c (cris_gdbarch_init): Ditto.
10514 * avr-tdep.c (avr_gdbarch_init): Ditto.
10515 * arm-tdep.c (arm_gdbarch_init): Ditto.
10516 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10517 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10518 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10519 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10520 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10521 call_dummy_stack_adjust_p.
10522 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10523 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10524 * sparc-tdep.c (sparc32_push_arguments): Update.
10525 * valops.c (hand_function_call): Update.
10526
10527 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10528
10529 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10530 set_gdbarch_char_signed.
10531
10532 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10533
10534 PR cli/548
10535 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10536
10537 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10538
10539 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10540 (_initialize_arm_tdep): Don't set tm_print_insn.
10541
10542 2003-03-24 Adam Fedor <fedor@gnu.org>
10543
10544 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10545 * objc-lang.h: Add multiple inclusion protection.
10546 (start_msglist, add_msglist, end_msglist): Additional declarations.
10547
10548 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10549
10550 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10551 value was renamed to ARM_FLOAT_SOFT_FPA.
10552
10553 2003-03-23 Andrew Cagney <cagney@redhat.com>
10554
10555 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10556 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10557 * gdbarch.h, gdbarch.c: Regenerate.
10558 * valops.c (hand_function_call): Update.
10559 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10560 * frame.c (legacy_saved_regs_this_id): Update.
10561 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10562 * dummy-frame.h: Update.
10563 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10564 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10565 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10566 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10567 * config/m68k/tm-sun3.h: Update.
10568 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10569 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10570 * x86-64-tdep.c (x86_64_init_abi): Update.
10571 * vax-tdep.c (vax_gdbarch_init): Update.
10572 * v850-tdep.c (v850_gdbarch_init): Update.
10573 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10574 * sh-tdep.c (sh_gdbarch_init): Update.
10575 * s390-tdep.c (s390_gdbarch_init): Update.
10576 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10577 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10578 (frame_get_saved_regs): Update.
10579 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10580 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10581 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10582 * mips-tdep.c (mips_gdbarch_init): Update.
10583 * mcore-tdep.c (mcore_gdbarch_init): Update.
10584 * m68k-tdep.c (m68k_gdbarch_init): Update.
10585 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10586 * ia64-tdep.c (ia64_gdbarch_init): Update.
10587 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10588 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10589 (i386_interix_back_one_frame): Update.
10590 * hppa-tdep.c (hppa_gdbarch_init): Update.
10591 (hppa_init_extra_frame_info): Update.
10592 * h8300-tdep.c (h8300_gdbarch_init): Update.
10593 * frv-tdep.c (frv_gdbarch_init): Update.
10594 * cris-tdep.c (cris_gdbarch_init): Update.
10595 * avr-tdep.c (avr_gdbarch_init): Update.
10596 * arm-tdep.c (arm_gdbarch_init): Update.
10597 * alpha-tdep.c (alpha_gdbarch_init): Update.
10598
10599 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10600
10601 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10602 (arm_get_fp_model): Declare.
10603 * arm-tdep.c (fp_model_strings): New string array.
10604 (arm_fp_model, current_fp_model): New variables.
10605 (arm_get_fp_model): New function.
10606 (arm_set_fp): New function.
10607 (set_fp_model_sfunc): New function.
10608 (show_fp_model): New function.
10609 (_initialize_arm_tdep): Add new command to set/show the FPU.
10610 (arm_extract_return_value): Use arm_get_fp_model.
10611 (arm_store_return_value): Likewise.
10612 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10613 to initialize the floating-point data types.
10614 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10615 model is FPA.
10616
10617 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10618
10619 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10620 the current setting of each value.
10621 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10622 new_set and new_show. Use add_setshow_cmd_full and
10623 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10624 commands and add new version as subcommands of "set/show arm".
10625
10626 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10627
10628 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10629 (set_arm_command, show_arm_command): New functions.
10630 (_initialize_arm_tdep): Add them.
10631 (num_disassembly_options): Renamed from num_flavor_options.
10632 (valid_disassembly_styles): Renamed from valid_flavors.
10633 (disassembly_style): Renamed from disassembly_flavor.
10634 (set_disassembly_style_sfunc): Renamed from
10635 set_disassembly_flavor_sfunc.
10636 (set_disassembly_style): Renamed from set_disassembly_flavor.
10637 (arm_othernames): Updated.
10638 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10639 command. Add "set/show arm disassembly" commands. Deprecate
10640 "othernames" command.
10641
10642 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10643
10644 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10645 (arm-tdep.o): Depend on elf_arm_h.
10646
10647 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10648
10649 * Makefile.in (coff_internal_h): Define.
10650 (arm-tdep.o): Update dependencies.
10651
10652 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10653
10654 * arm-tdep.c (prologue_cache): Delete.
10655 (check_prologue_cache, save_prologue_cache): Delete.
10656 (arm_scan_prologue): Don't check or update the prologue_cache.
10657 (arm_gdb_arch_init): Don't initialize it.
10658 (_initialize_arm_tdep): Likewise.
10659
10660 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10661
10662 * MAINTAINERS (tui): Maintainer of tui code.
10663
10664 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10665
10666 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10667 (i386-cygwin-tdep.o): Add dependencies.
10668 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10669 * i386-cygwin-tdep.c: New file.
10670 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10671 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10672
10673 2003-03-20 Andrew Cagney <cagney@redhat.com>
10674
10675 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10676 (handle_inferior_event): Remove code calling
10677 DYNAMIC_TRAMPOLINE_NEXTPC.
10678
10679 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10680 already has a full path.
10681
10682 * main.c (gdb_main): Return 1.
10683 (captured_main): Call error to report an invalid interpreter.
10684
10685 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10686 * alpha-osf1-tdep.c: Include "gdb_string.h".
10687
10688 2003-03-19 J. Brobecker <brobecker@gnat.com>
10689
10690 Continuing work to convert the hppa targets to multiarch partial.
10691
10692 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10693 method, now that hppa_push_dummy_frame has a conformant prototype.
10694 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10695 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10696 for the switch to multiarch partial.
10697
10698 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10699
10700 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10701 when iss is issNull.
10702
10703 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10704
10705 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10706 NUM_REGS bounds check.
10707
10708 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10709
10710 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10711 * mips-tdep.c (gdb_assert.h): Include.
10712 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10713 (mips_register_name): Handle integer registers explicitly. Add
10714 bounds checking.
10715 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10716 (mips_lsi33k_reg_names): Don't list integer registers; they're
10717 handled by mips_register_name() now.
10718 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10719 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10720 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10721 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10722 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10723
10724 2003-03-18 Andrew Cagney <cagney@redhat.com>
10725
10726 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10727 a void pointer.
10728 * gdbtypes.h (print_scalar_formatted): Update declaration.
10729 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10730
10731 2003-03-18 J. Brobecker <brobecker@gnat.com>
10732
10733 * infrun.c (observer.h): Add #include.
10734 (normal_stop): Add call to observer_notify_normal_stop.
10735 * Makefile.in (infrun.o): Add dependency on observer.h.
10736
10737 2003-03-18 J. Brobecker <brobecker@gnat.com>
10738
10739 Continuing work to convert the hppa targets to multiarch partial.
10740 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10741 parameter. Reformat comment.
10742 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10743 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10744 to match new profile.
10745
10746 2003-03-18 J. Brobecker <brobecker@gnat.com>
10747
10748 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10749 appear to be working in any case.
10750
10751 2003-03-18 J. Brobecker <brobecker@gnat.com>
10752
10753 * observer.c (observer_test_first_observer): New static variable.
10754 (observer_test_second_observer): Likewise.
10755 (observer_test_third_observer): Likewise.
10756 (observer_test_first_notification_function): New static function.
10757 (observer_test_second_notification_function): Likewise.
10758 (observer_test_third_notification_function): Likewise.
10759
10760 2003-03-17 J. Brobecker <brobecker@gnat.com>
10761
10762 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10763 * somsolib.c (gdb_assert.h): Likewise.
10764 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10765 (somsolib.o): Likewise.
10766
10767 2003-03-17 Andrew Cagney <cagney@redhat.com>
10768
10769 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10770 BFD. Simplify setting of di.endian.
10771
10772 2003-03-17 Andrew Cagney <cagney@redhat.com>
10773
10774 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10775 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10776
10777 From Elena Zannoni <ezannoni@redhat.com>
10778 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10779 vector and floating-point parameters.
10780 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10781 convention.
10782 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10783
10784 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10785
10786 * MAINTAINERS: Remove my name from several maintainership roles.
10787
10788 2003-03-17 Andrew Cagney <cagney@redhat.com>
10789
10790 Fix frame off-by-one bug.
10791 * frame-unwind.h (frame_this_id_ftype): Replace
10792 frame_unwind_id_ftype.
10793 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10794 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10795 with "prev_register".
10796 * frame-unwind.c (frame_unwind_find_by_pc): Return
10797 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10798 comment.
10799 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10800 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10801 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10802 (dummy_frame_unwind): Update.
10803 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10804 sentinel_frame_register_unwind.
10805 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10806 (sentinel_frame_unwinder): Update.
10807 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10808 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10809 * frame.c (create_sentinel_frame): Update. Initialize
10810 "prologue_cache" instead of "unwind_cache".
10811 (frame_register_unwind): Call this frame's prev_register with the
10812 next frame and this frame's prologue cache.
10813 (get_prev_frame): Simplify. Always call prev frame's this_id with
10814 this frame and prev frame's prologue cache. Document that this
10815 call is shifted one to the left when compared to the
10816 frame_register_unwind call.
10817 (legacy_saved_regs_prev_register): Replace
10818 frame_saved_regs_register_unwind.
10819 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10820 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10821 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10822 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10823 (d10v_frame_unwind): Update.
10824 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10825 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10826 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10827 "saved_regs" with "this_saved_regs".
10828
10829 2003-03-16 Andrew Cagney <cagney@redhat.com>
10830
10831 * frame.c (frame_pop): Don't call target_store_registers. Fix
10832 problem reported by Mark Kettenis.
10833
10834 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10835
10836 * i386-tdep.c (i386_register_type): Renamed from
10837 i386_register_virtual_type. Adjust function signature.
10838 (i386_gdbarch_init): Set register_type instead of
10839 deprecated_max_register_raw_size,
10840 deprecated_max_register_virtual_size and register_virtual_type.
10841
10842 2003-03-14 Andrew Cagney <cagney@redhat.com>
10843
10844 * frame.c (get_prev_frame): When a legacy frame, always call
10845 legacy_get_prev_frame. Simplify unwind code using assumption that
10846 the unwinder is new.
10847 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10848 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10849 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10850
10851 2003-03-14 Andrew Cagney <cagney@redhat.com>
10852
10853 * frame.c (get_saved_register): Delete function.
10854 * frame.h (get_saved_register): Delete declaration.
10855 * xstormy16-tdep.c: Update comment.
10856 * regcache.h: Update comments.
10857 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10858 get_saved_register and extract_address, use
10859 frame_read_unsigned_register.
10860 (sparc_frame_saved_pc): Ditto.
10861 (sparc_get_saved_register): Instead of get_saved_register, use
10862 frame_register.
10863 (sparc_pop_frame): Ditto.
10864 * findvar.c: Update comments.
10865 (value_of_register): Call frame_register instead of
10866 get_saved_register.
10867 (value_from_register): Ditto.
10868 * config/sparc/tm-sparc.h: Update comment.
10869 * breakpoint.c: Update comment.
10870
10871 2003-03-14 Andrew Cagney <cagney@redhat.com>
10872
10873 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10874 GET_SAVED_REGISTER.
10875 * gdbarch.h, gdbarch.c: Re-generate.
10876 * frame.h: Update comments.
10877 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10878 * x86-64-tdep.c (x86_64_init_abi): Update.
10879 * sparc-tdep.c (sparc_gdbarch_init): Update.
10880 * sh-tdep.c (sh_gdbarch_init): Update.
10881 * mips-tdep.c (mips_gdbarch_init): Update.
10882 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10883 * cris-tdep.c (cris_gdbarch_init): Update.
10884 * ia64-tdep.c (ia64_gdbarch_init): Update.
10885 * frame.c (frame_register): Update.
10886 (get_saved_register): Update.
10887 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10888
10889 2003-03-13 Andrew Cagney <cagney@redhat.com>
10890
10891 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10892 * gdbarch.h, gdbarch.c: Regenerate.
10893 * valops.c (hand_function_call): Update comment.
10894 * stack.c (return_command): Update comment.
10895 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10896 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10897 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10898 * x86-64-tdep.c (x86_64_init_abi): Update.
10899 * vax-tdep.c (vax_gdbarch_init): Update.
10900 * v850-tdep.c (v850_gdbarch_init): Update.
10901 * sparc-tdep.c (sparc_gdbarch_init): Update.
10902 * sh-tdep.c (sh_gdbarch_init): Update.
10903 * s390-tdep.c (s390_gdbarch_init): Update.
10904 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10905 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10906 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10907 * mips-tdep.c (mips_gdbarch_init): Update.
10908 * mcore-tdep.c (mcore_gdbarch_init): Update.
10909 * m68k-tdep.c (m68k_gdbarch_init): Update.
10910 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10911 * ia64-tdep.c (ia64_gdbarch_init): Update.
10912 * i386-tdep.c (i386_gdbarch_init): Update.
10913 * hppa-tdep.c (hppa_gdbarch_init): Update.
10914 * h8300-tdep.c (h8300_gdbarch_init): Update.
10915 * frv-tdep.c (frv_gdbarch_init): Update.
10916 * cris-tdep.c (cris_gdbarch_init): Update.
10917 * avr-tdep.c (avr_gdbarch_init): Update.
10918 * arm-tdep.c (arm_gdbarch_init): Update.
10919 * alpha-tdep.c (alpha_gdbarch_init): Update.
10920
10921 2003-03-13 Andrew Cagney <cagney@redhat.com>
10922
10923 * frame.c (legacy_frame_p): New function.
10924 (get_prev_frame): Use legacy_frame_p.
10925 * frame.h (legacy_frame_p): Declare.
10926
10927 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10928
10929 * MAINTAINERS (write after approval): Alphabetically
10930 listing corrected.
10931
10932 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10933
10934 * MAINTAINERS (write after approval): Add myself.
10935
10936 2003-03-12 Andrew Cagney <cagney@redhat.com>
10937
10938 * frame.c (get_prev_frame): Rename the frame parameter to
10939 "this_frame".
10940 (get_next_frame, legacy_get_prev_frame): Ditto.
10941
10942 2003-03-12 Andrew Cagney <cagney@redhat.com>
10943
10944 * frame.c (get_current_frame): Check target_has_registers before
10945 checking target_has_stack.
10946 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10947 instead of deprecated_selected_frame.
10948 * findvar.c (value_of_register): Pass "frame", not
10949 deprecated_selected_frame, to value_of_builtin_reg.
10950
10951 2003-03-12 Andrew Cagney <cagney@redhat.com>
10952
10953 * regcache.c (regcache_cooked_write_signed): New function.
10954 (regcache_cooked_write_unsigned): New function.
10955 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10956 (regcache_cooked_read_signed): Fix regnum in range assertion.
10957 * regcache.h (regcache_cooked_write_signed): Declare.
10958 (regcache_cooked_write_unsigned): Declare.
10959
10960 2003-03-12 Andrew Cagney <cagney@redhat.com>
10961
10962 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10963 * gdbarch.h, gdbarch.c: Re-generate.
10964 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10965 * x86-64-tdep.h: Update.
10966 * x86-64-tdep.c (x86_64_init_abi): Update.
10967 * v850-tdep.c (v850_gdbarch_init): Update.
10968 * sparc-tdep.c (sparc_gdbarch_init): Update.
10969 * sh-tdep.c (sh_gdbarch_init): Update.
10970 * s390-tdep.c (s390_gdbarch_init): Update.
10971 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10972 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10973 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10974 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10975 * mips-tdep.c (mips_gdbarch_init): Update.
10976 * mcore-tdep.c (mcore_gdbarch_init): Update.
10977 * m68k-tdep.c (m68k_gdbarch_init): Update.
10978 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10979 * ia64-tdep.c (ia64_gdbarch_init): Update.
10980 * i386-tdep.c (i386_gdbarch_init): Update.
10981 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10982 * hppa-tdep.c (hppa_gdbarch_init): Update.
10983 * h8300-tdep.c (h8300_gdbarch_init): Update.
10984 * frv-tdep.c (frv_gdbarch_init): Update.
10985 * cris-tdep.c (cris_gdbarch_init): Update.
10986 * avr-tdep.c (avr_gdbarch_init): Update.
10987 * arm-tdep.c (arm_gdbarch_init): Update.
10988 * alpha-tdep.c (alpha_gdbarch_init): Update.
10989 * sh-tdep.c (sh_init_extra_frame_info): Update.
10990 (sh64_init_extra_frame_info): Update.
10991 * ns32knbsd-nat.c (frame_num_args): Update.
10992 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10993 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10994 (xstormy16_frame_chain_valid): Update.
10995 * vax-tdep.c (vax_saved_pc_after_call): Update.
10996 * v850-tdep.c (v850_frame_chain): Update.
10997 (v850_pop_frame): Update.
10998 (v850_init_extra_frame_info): Update.
10999 * sparc-tdep.c (setup_arbitrary_frame): Update.
11000 * ns32k-tdep.c (umax_frame_num_args): Update.
11001 * s390-tdep.c (s390_pop_frame_regular): Update.
11002 * mn10300-tdep.c (mn10300_frame_chain): Update.
11003 (mn10300_pop_frame_regular): Update.
11004 (mn10300_init_extra_frame_info): Update.
11005 * mips-tdep.c (mips_init_frame_pc_first): Update.
11006 (mips_frame_chain): Update.
11007 (mips_pop_frame): Update.
11008 * mcore-tdep.c (mcore_frame_chain): Update.
11009 (mcore_pop_frame): Update.
11010 (mcore_init_extra_frame_info): Update.
11011 * arch-utils.c (init_frame_pc_default): Update.
11012 * m68k-tdep.c (isi_frame_num_args): Update.
11013 (delta68_frame_num_args): Update.
11014 (news_frame_num_args): Update.
11015 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11016 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11017 (alpha_frame_chain): Update.
11018 (alpha_pop_frame): Update.
11019 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11020 (hppa_init_extra_frame_info): Update.
11021 (hppa_frame_chain): Update.
11022 (hppa_frame_chain_valid): Update.
11023 * cris-tdep.c (cris_init_extra_frame_info): Update.
11024 * avr-tdep.c (avr_init_extra_frame_info): Update.
11025 * arm-tdep.c (arm_frame_chain_valid): Update.
11026 (arm_init_extra_frame_info): Update.
11027 (arm_pop_frame): Update.
11028 * frame.c (frame_pc_unwind): Update.
11029 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11030 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11031 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11032 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11033 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11034 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11035
11036 2003-03-12 Andrew Cagney <cagney@redhat.com>
11037
11038 Eliminate the need for POP_FRAME.
11039 * frame.c (do_frame_unwind_register): New function.
11040 (frame_pop): When no POP_FRAME, pop the frame using register
11041 unwind and a scratch regcache.
11042 (frame_saved_regs_pop): Delete function.
11043 (trad_frame_unwinder): Update.
11044 * d10v-tdep.c (d10v_frame_pop): Delete function.
11045 (d10v_frame_unwind): Update.
11046 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11047 (sentinel_frame_unwinder): Update.
11048 * dummy-frame.c (dummy_frame_pop): Delete function.
11049 (dummy_frame_unwind): Update.
11050 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11051 (struct frame_unwind): Update.
11052
11053 2003-03-11 Kevin Buettner <kevinb@redhat.com>
11054
11055 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11056 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11057 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11058 Do range checks on register number obtained from debugging info.
11059 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11060 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11061 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11062 mapping function.
11063 (do_fp_register_row): Fix typo which caused double type to be
11064 used when attempting to unpack a float.
11065
11066 2003-03-11 J. Brobecker <brobecker@gnat.com>
11067
11068 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11069
11070 2003-03-11 Andrew Cagney <cagney@redhat.com>
11071
11072 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11073 frame. Problem found by Corinna Vinschen.
11074
11075 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11076
11077 * doublest.c (floatformat_from_length): Accept also
11078 the real size of 'long double' type.
11079
11080 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
11081
11082 From Klee Dienes <kdienes@apple.com>:
11083 * breakpoint.c (bpstat_copy): Copy the command lines as well
11084 as the old value, to match what is freed in bpstat_clear.
11085
11086 2003-03-10 David Carlton <carlton@math.stanford.edu>
11087
11088 * minsyms.c (add_minsym_to_hash_table): Replace
11089 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11090 (compare_minimal_symbols, compact_minimal_symbols)
11091 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11092 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11093 of DEPRECATED_SYMBOL_MATCHES_NAME.
11094 (lookup_minimal_symbol_solib_trampoline): Ditto.
11095
11096 2003-03-10 Andrew Cagney <cagney@redhat.com>
11097
11098 * regcache.h (regcache_cooked_read_ftype): Define.
11099 (regcache_save, regcache_restore): Add a cooked_read parameter.
11100 * regcache.c (regcache_save, regcache_restore): Update.
11101 (do_cooked_read): New function.
11102 (regcache_cpy): Pass do_cooked_read to regcache_save and
11103 regcache_restore.
11104
11105 2003-03-10 Andrew Cagney <cagney@redhat.com>
11106
11107 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11108 * gdbarch.h, gdbarch.c: Re-generate.
11109 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11110 * x86-64-tdep.h: Update.
11111 * x86-64-tdep.c (x86_64_init_abi): Update.
11112 * v850-tdep.c (v850_gdbarch_init): Update.
11113 * sparc-tdep.c (sparc_gdbarch_init): Update.
11114 * sh-tdep.c (sh_gdbarch_init): Update.
11115 * s390-tdep.c (s390_gdbarch_init): Update.
11116 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11117 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11118 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11119 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11120 * mips-tdep.c (mips_gdbarch_init): Update.
11121 * mcore-tdep.c (mcore_gdbarch_init): Update.
11122 * m68k-tdep.c (m68k_gdbarch_init): Update.
11123 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11124 * ia64-tdep.c (ia64_gdbarch_init): Update.
11125 * i386-tdep.c (i386_gdbarch_init): Update.
11126 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11127 * hppa-tdep.c (hppa_gdbarch_init): Update.
11128 * h8300-tdep.c (h8300_gdbarch_init): Update.
11129 * frv-tdep.c (frv_gdbarch_init): Update.
11130 * cris-tdep.c (cris_gdbarch_init): Update.
11131 * avr-tdep.c (avr_gdbarch_init): Update.
11132 * arm-tdep.c (arm_gdbarch_init): Update.
11133 * alpha-tdep.c (alpha_gdbarch_init): Update.
11134 * sh-tdep.c (sh_init_extra_frame_info): Update.
11135 (sh64_init_extra_frame_info): Update.
11136 * ns32knbsd-nat.c (frame_num_args): Update.
11137 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11138 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11139 (xstormy16_frame_chain_valid): Update.
11140 * vax-tdep.c (vax_saved_pc_after_call): Update.
11141 * v850-tdep.c (v850_frame_chain): Update.
11142 (v850_pop_frame): Update.
11143 (v850_init_extra_frame_info): Update.
11144 * sparc-tdep.c (setup_arbitrary_frame): Update.
11145 * ns32k-tdep.c (umax_frame_num_args): Update.
11146 * s390-tdep.c (s390_pop_frame_regular): Update.
11147 * mn10300-tdep.c (mn10300_frame_chain): Update.
11148 (mn10300_pop_frame_regular): Update.
11149 (mn10300_init_extra_frame_info): Update.
11150 * mips-tdep.c (mips_init_frame_pc_first): Update.
11151 (mips_frame_chain): Update.
11152 (mips_pop_frame): Update.
11153 * mcore-tdep.c (mcore_frame_chain): Update.
11154 (mcore_pop_frame): Update.
11155 (mcore_init_extra_frame_info): Update.
11156 * arch-utils.c (init_frame_pc_default): Update.
11157 * m68k-tdep.c (isi_frame_num_args): Update.
11158 (delta68_frame_num_args): Update.
11159 (news_frame_num_args): Update.
11160 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11161 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11162 (alpha_frame_chain): Update.
11163 (alpha_pop_frame): Update.
11164 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11165 (hppa_init_extra_frame_info): Update.
11166 (hppa_frame_chain): Update.
11167 (hppa_frame_chain_valid): Update.
11168 * cris-tdep.c (cris_init_extra_frame_info): Update.
11169 * avr-tdep.c (avr_init_extra_frame_info): Update.
11170 * arm-tdep.c (arm_frame_chain_valid): Update.
11171 (arm_init_extra_frame_info): Update.
11172 (arm_pop_frame): Update.
11173 * frame.c (frame_pc_unwind): Update.
11174 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11175 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11176 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11177 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11178 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11179 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11180
11181 2003-03-10 Andrew Cagney <cagney@redhat.com>
11182
11183 * gdbarch.sh (gdbarch_unwind_pc): New method.
11184 * gdbarch.h, gdbarch.c: Regenerate.
11185 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11186 but use read_pc and FRAME_SAVED_PC as fall backs.
11187 (frame_saved_regs_pc_unwind): Delete function.
11188 (trad_frame_unwinder): Update.
11189 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11190 (struct frame_unwind): Update.
11191 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11192 (dummy_frame_unwind): Update.
11193 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11194 (sentinel_frame_unwinder): Update.
11195 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11196 (d10v_frame_unwind): Update.
11197 (d10v_unwind_pc): New function.
11198 (d10v_gdbarch_init): Set unwind_pc.
11199
11200 2003-03-10 Andrew Cagney <cagney@redhat.com>
11201
11202 * gdbarch.h: Re-generate.
11203
11204 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11205 PC.
11206 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11207 the PC register.
11208
11209 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11210
11211 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11212
11213 2003-03-08 Andrew Cagney <cagney@redhat.com>
11214
11215 * cli-out.c: Update copyright.
11216 (cli_out_data): Define typedef. Use instead of ui_out_data.
11217
11218 2003-03-08 Andrew Cagney <cagney@redhat.com>
11219
11220 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11221 the result.
11222
11223 2003-03-07 Andrew Cagney <cagney@redhat.com>
11224
11225 * gdbarch.sh: Don't generate two macro definitions when an
11226 undefined macro taking no arguments.
11227 * gdbarch.h: Regenerate.
11228
11229 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11230
11231 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11232 (x86_64_unwind_dummy_id): New functions.
11233 (x86_64_init_abi): Register these two new functions.
11234
11235 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11236
11237 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11238 (x86_64_skip_prologue): Move prologue detection to
11239 separate function.
11240 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11241
11242 2003-03-05 Andrew Cagney <cagney@redhat.com>
11243
11244 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11245 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11246 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11247 to use unwind_dummy_id when a dummy frame.
11248 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11249 predicate.
11250 * gdbarch.h, gdbarch.c: Regneerate.
11251
11252 2003-03-05 Andrew Cagney <cagney@redhat.com>
11253
11254 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11255 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11256 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11257 values.
11258
11259 2003-03-05 Andrew Cagney <cagney@redhat.com>
11260
11261 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11262 (struct d10v_unwind_cache): Delete field "frameless". Replace
11263 "next_addr" with "sp_offset". Add "r11_offset".
11264 (d10v_frame_unwind_cache): Update.
11265 (prologue_find_regs): Update. When "mv r11, sp", save the
11266 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11267 RN was saved in r11_offset.
11268
11269 2003-03-05 Andrew Cagney <cagney@redhat.com>
11270
11271 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11272 cached PC value in the next frame.
11273
11274 2003-03-05 Andrew Cagney <cagney@redhat.com>
11275
11276 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11277 "id_unwind_cache" with "id".
11278 (frame_id_unwind): Delete declaration.
11279 * frame.c (frame_id_unwind): Delete function.
11280 (get_prev_frame): Call the frame id unwind method directly. Store
11281 the returned next frame's ID value in NEXT_FRAME. Note that there
11282 is a problem with the wrong unwind ID being called with the wrong
11283 unwind cache.
11284
11285 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11286
11287 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11288
11289 2003-03-05 James Ingham <jingham@apple.com>
11290 Daniel Jacobowitz <drow@mvista.com>
11291
11292 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11293 (auto_cp_abi): New variable.
11294 (current_cp_abi, num_cp_abis): Make static.
11295 (CP_ABI_MAX): Define.
11296 (cp_abis): Turn into an array.
11297 (value_virtual_fn_field): Fix formatting.
11298 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11299 takes a pointer.
11300 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11301 (list_cp_abis, _initialize_cp_abi): New functions.
11302 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11303 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11304 switch_to_cp_abi. Update prototype for register_cp_abi.
11305 * Makefile.in (cp-abi.o): Update dependencies.
11306 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11307 instead of switch_to_cp_abi.
11308 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11309 register_cp_abi.
11310 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11311 register_cp_abi.
11312 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11313
11314 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11315
11316 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11317 * dwarf2loc.c: Include "regcache.h".
11318 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11319 register_size.
11320 * Makefile.in (dwarf2loc.o): Update dependencies.
11321
11322 2003-03-04 Theodore A. Roth <troth@openavr.org>
11323
11324 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11325 number of io registers reported by remote target is not a multiple of
11326 step.
11327
11328 2003-03-04 David Carlton <carlton@math.stanford.edu>
11329
11330 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11331 (lookup_symbol_aux_psymtabs): Update call to
11332 lookup_partial_symbol.
11333 (lookup_transparent_type, find_main_psymtab)
11334 (make_symbol_overload_list): Ditto.
11335
11336 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11337
11338 * MAINTAINERS (Write after approval): Update my email address.
11339
11340 2003-03-03 Andrew Cagney <cagney@redhat.com>
11341
11342 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11343 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11344 predicate. Replace MAX_REGISTER_RAW_SIZE.
11345 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11346 MAX_REGISTER_VIRTUAL_SIZE.
11347 * regcache.c (legacy_max_register_raw_size): New function.
11348 (legacy_max_register_virtual_size): New function.
11349 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11350 (MAX_REGISTER_RAW_SIZE): Define.
11351 (legacy_max_register_raw_size): Declare.
11352 (legacy_max_register_virtual_size): Declare.
11353 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11354 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11355 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11356 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11357 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11358 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11359 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11360 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11361 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11362 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11363 * vax-tdep.c (vax_gdbarch_init): Update.
11364 * v850-tdep.c (v850_gdbarch_init): Update.
11365 * sparc-tdep.c (sparc_gdbarch_init): Update.
11366 * sh-tdep.c (sh_gdbarch_init): Update.
11367 * s390-tdep.c (s390_gdbarch_init): Update.
11368 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11369 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11370 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11371 * mips-tdep.c (mips_gdbarch_init): Update.
11372 * mcore-tdep.c (mcore_gdbarch_init): Update.
11373 * m68k-tdep.c (m68k_gdbarch_init): Update.
11374 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11375 * ia64-tdep.c (ia64_gdbarch_init): Update.
11376 * i386-tdep.c (i386_gdbarch_init): Update.
11377 * hppa-tdep.c (hppa_gdbarch_init): Update.
11378 * h8300-tdep.c (h8300_gdbarch_init): Update.
11379 * frv-tdep.c (frv_gdbarch_init): Update.
11380 * cris-tdep.c (cris_gdbarch_init): Update.
11381 * avr-tdep.c (avr_gdbarch_init): Update.
11382 * arm-tdep.c (arm_gdbarch_init): Update.
11383 * alpha-tdep.c (alpha_gdbarch_init): Update.
11384 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11385 max_register_raw_size or max_register_virtual_size.
11386
11387 2003-03-03 David Carlton <carlton@math.stanford.edu>
11388
11389 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11390 SYMBOL_MATCHES_NAME, add comment.
11391 (SYMBOL_MATCHES_NATURAL_NAME): New.
11392 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11393 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11394 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11395 * symtab.c (lookup_partial_symbol): Use
11396 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11397 unhelpful comment.
11398 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11399 SYMBOL_MATCHES_NAME.
11400 Fix for PR c++/33.
11401
11402 2003-03-03 David Carlton <carlton@math.stanford.edu>
11403
11404 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11405 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11406 by regexp matching against SYMBOL_NATURAL_NAME.
11407
11408 2003-03-03 David Carlton <carlton@math.stanford.edu>
11409
11410 * linespec.c (find_method): Extract code into collect_methods.
11411 (collect_methods): New.
11412
11413 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11414
11415 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11416 get_frame_base.
11417
11418 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11419 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11420
11421 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11422
11423 * arch-utils.c (generic_register_byte): Fix to use the loop index
11424 and not regnum when summing the size of all registers up to regnum.
11425
11426 2003-03-01 Andrew Cagney <cagney@redhat.com>
11427
11428 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11429 FRAME_INIT_SAVED_REGS.
11430 * gdbarch.h, gdbarch.c: Regenerate.
11431 * stack.c (frame_info): Update.
11432 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11433 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11434 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11435 * ns32k-tdep.c (ns32k_pop_frame): Update.
11436 * mips-tdep.c (mips_pop_frame): Update.
11437 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11438 * ia64-tdep.c (ia64_frame_chain): Update.
11439 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11440 (ia64_frameless_function_invocation): Update.
11441 (ia64_init_extra_frame_info): Update.
11442 (ia64_pop_frame_regular): Update.
11443 * frame.h (struct frame_info): Update comment.
11444 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11445 * frame.c (frame_saved_regs_register_unwind): Update.
11446 (frame_saved_regs_register_unwind): Update.
11447 (deprecated_generic_get_saved_register): Update.
11448 * cris-tdep.c: Update comment.
11449 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11450 Rename macro.
11451 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11452 * x86-64-tdep.c (x86_64_init_abi): Update.
11453 * vax-tdep.c (vax_gdbarch_init): Update.
11454 * v850-tdep.c (v850_gdbarch_init): Update.
11455 * sparc-tdep.c (sparc_gdbarch_init): Update.
11456 * sh-tdep.c (sh_gdbarch_init): Update.
11457 * s390-tdep.c (s390_gdbarch_init): Update.
11458 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11459 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11460 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11461 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11462 * mips-tdep.c (mips_gdbarch_init): Update.
11463 * mcore-tdep.c (mcore_gdbarch_init): Update.
11464 * m68k-tdep.c (m68k_gdbarch_init): Update.
11465 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11466 * ia64-tdep.c (ia64_gdbarch_init): Update.
11467 * i386-tdep.c (i386_gdbarch_init): Update.
11468 * frv-tdep.c (frv_gdbarch_init): Update.
11469 * avr-tdep.c (avr_gdbarch_init): Update.
11470 * arm-tdep.c (arm_gdbarch_init): Update.
11471 * alpha-tdep.c (alpha_gdbarch_init): Update.
11472
11473 2003-03-01 Andrew Cagney <cagney@redhat.com>
11474
11475 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11476 option enum and switch. When no windows, set the interpreter to
11477 INTERP_CONSOLE.
11478
11479 2003-03-01 Andrew Cagney <cagney@redhat.com>
11480
11481 * main.c (captured_main): Replace magic option characters with an
11482 enum.
11483
11484 2003-03-01 Andrew Cagney <cagney@redhat.com>
11485
11486 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11487 INIT_EXTRA_FRAME_INFO.
11488 * gdbarch.h, gdbarch.c: Regenerate.
11489 * arm-tdep.c: Update comments.
11490 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11491 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11492 * frame.h, avr-tdep.c: Ditto.
11493 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11494 (create_new_frame, legacy_get_prev_frame): Ditto.
11495 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11496 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11497 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11498 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11499 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11500 * v850-tdep.c (v850_gdbarch_init): Ditto.
11501 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11502 * sh-tdep.c (sh_gdbarch_init): Ditto.
11503 * s390-tdep.c (s390_gdbarch_init): Ditto.
11504 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11505 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11506 * mips-tdep.c (mips_gdbarch_init): Ditto.
11507 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11508 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11509 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11510 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11511 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11512 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11513 * frv-tdep.c (frv_gdbarch_init): Ditto.
11514 * cris-tdep.c (cris_gdbarch_init): Ditto.
11515 * avr-tdep.c (avr_gdbarch_init): Ditto.
11516 * arm-tdep.c (arm_gdbarch_init): Ditto.
11517 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11518 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11519
11520 2003-03-01 Andrew Cagney <cagney@redhat.com>
11521
11522 * gdbarch.sh (register_type): New function with predicate.
11523 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11524 * gdbarch.h, gdbarch.c: Re-generate.
11525 * arch-utils.c (generic_register_byte): Use generic_register_size.
11526 (generic_register_size): When available, use
11527 gdbarch_register_type.
11528 * regcache.c (init_regcache_descr): When available, initialize the
11529 register type array using gdbarch_register_type. If the
11530 architecture supplies gdbarch_register_type, do not use the legacy
11531 regcache layout.
11532 * d10v-tdep.c (d10v_register_type): Replace
11533 d10v_register_virtual_type.
11534 (d10v_gdbarch_init): Set register_type instead of
11535 register_virtual_type.
11536
11537 2003-03-01 Andrew Cagney <cagney@redhat.com>
11538
11539 * Makefile.in (ax-gdb.o): Update dependencies.
11540 * ax-gdb.c: Include "regcache.h".
11541 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11542 * findvar.c (value_of_register): Ditto.
11543 * infcmd.c (default_print_registers_info): Ditto.
11544
11545 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11546
11547 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11548 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11549
11550 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11551
11552 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11553 of STREQ.
11554
11555 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11556
11557 * Makefile.in (dwarf2loc.o): Update dependencies.
11558 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11559 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11560 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11561 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11562 (locexpr_tracepoint_var_ref): New function.
11563 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11564
11565 2003-02-28 Andrew Cagney <cagney@redhat.com>
11566
11567 * regcache.c (register_size): New function.
11568 * regcache.h (register_size): Declare
11569 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11570 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11571
11572 2003-02-28 David Carlton <carlton@math.stanford.edu>
11573
11574 * linespec.c (decode_compound): Extract code into find_method.
11575 (find_method): New.
11576
11577 2003-02-28 J. Brobecker <brobecker@gnat.com>
11578
11579 * Makefile.in: Add rules to build and link in observer.o.
11580
11581 2003-02-27 J. Brobecker <brobecker@gnat.com>
11582
11583 * observer.c: Minor comments edits.
11584
11585 2003-02-27 J. Brobecker <brobecker@gnat.com>
11586
11587 * observer.h, observer.c: New file.
11588
11589 2003-02-27 Andrew Cagney <cagney@redhat.com>
11590
11591 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11592
11593 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11594
11595 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11596 (M6812_OP_STS_EXT): Likewise.
11597 (m6811_prologue): Use the above to recognize prologue.
11598 (m6812_prologue): Likewise.
11599
11600 2003-02-27 David Carlton <carlton@math.stanford.edu>
11601
11602 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11603 SYMBOL_PRINT_NAME.
11604 (compare_psymbols): Ditto.
11605 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11606
11607 2003-02-27 Michael Snyder <msnyder@redhat.com>
11608
11609 * f-lang.c (build_fortran_types): New function.
11610 (_initialize_f_language): Gdbarch-register built-in fortran types.
11611 * doublest.c (extract_floating): Fix warning text.
11612
11613 2003-02-27 Andrew Cagney <cagney@redhat.com>
11614
11615 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11616 predicate. Replaces PUSH_DUMMY_FRAME.
11617 * gdbarch.h, gdbarch.c: Regnerate.
11618 * valops.c (hand_function_call): Update. Call
11619 generic_push_dummy_frame directly.
11620 * vax-tdep.c (vax_gdbarch_init): Update.
11621 * sparc-tdep.c (sparc_gdbarch_init): Update.
11622 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11623 * m68k-tdep.c (m68k_gdbarch_init): Update.
11624 * hppa-tdep.c (hppa_gdbarch_init): Update.
11625 * alpha-tdep.c (alpha_gdbarch_init): Update.
11626 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11627 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11628 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11629 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11630 push_dummy_frame to generic_push_dummy_frame.
11631 * v850-tdep.c (v850_gdbarch_init): Ditto.
11632 * sh-tdep.c (sh_gdbarch_init): Ditto.
11633 * s390-tdep.c (s390_gdbarch_init): Ditto.
11634 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11635 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11636 * mips-tdep.c (mips_gdbarch_init): Ditto.
11637 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11638 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11639 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11640 * i386-tdep.c (i386_gdbarch_init): Ditto.
11641 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11642 * frv-tdep.c (frv_gdbarch_init): Ditto.
11643 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11644 * cris-tdep.c (cris_gdbarch_init): Ditto.
11645 * avr-tdep.c (avr_gdbarch_init): Ditto.
11646 * arm-tdep.c (arm_gdbarch_init): Ditto.
11647
11648 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11649
11650 * mips-tdep.c (show_mips_abi): New function.
11651 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11652 command ``show mips abi''.
11653
11654 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11655
11656 From Elena Zannoni <ezannoni@redhat.com>
11657 * dbxread.c (process_one_symbol): Only record line 0 if one or
11658 more sline entries have been seen for the function.
11659
11660 2003-02-26 Michael Chastain <mec@shout.net>
11661
11662 * configure: Regenerate with autoconf 000227.
11663
11664 2003-02-26 Michael Chastain <mec@shout.net>
11665
11666 Close PR build/660.
11667 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11668 for old libc5/glibc.
11669 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11670
11671 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11672
11673 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11674 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11675
11676 2003-02-26 Michael Chastain <mec@shout.net>
11677
11678 * configure.in: New variable HAVE_UINTPTR_T.
11679 * configure, config.in: Regenerated.
11680
11681 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11682
11683 Fix PR build/1097.
11684 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11685
11686 2003-02-25 Andrew Cagney <cagney@redhat.com>
11687
11688 * frame.c (get_prev_frame): Add comment on check for
11689 inside_entry_func. Only check for inside_entry_file when not a
11690 dummy and not a sentinel. Check that the new frame is not inner
11691 to the old frame.
11692
11693 2003-02-25 Andrew Cagney <cagney@redhat.com>
11694
11695 * frame.c (frame_debug): New variable.
11696 (_initialize_frame): Add "set/show debug frame" command.
11697 (get_prev_frame): When frame_debug, print reason why unwind
11698 failed.
11699
11700 2003-02-25 Michael Chastain <mec@shout.net>
11701
11702 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11703 to avoid uintptr_t definition problems.
11704
11705 2003-02-25 David Carlton <carlton@math.stanford.edu>
11706
11707 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11708 (SYMBOL_LINKAGE_NAME): Ditto.
11709 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11710 SYMBOL_LINKAGE_NAME.
11711 (struct general_symbol_info): Expand comment.
11712 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11713 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11714 (SYMBOL_MATCHES_REGEXP): Ditto.
11715 * symtab.c (symbol_natural_name): New function.
11716 * objfiles.h: Replace all uses of SYMBOL_NAME by
11717 DEPRECATED_SYMBOL_NAME.
11718 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11719 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11720 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11721 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11722 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11723 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11724 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11725 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11726 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11727 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11728 * ada-exp.y: Ditto.
11729 * ada-exp.y: Update copyright.
11730 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11731 * cp-valprint.c: Ditto.
11732
11733 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11734
11735 * infptrace.c (detach): Do not flag error if ptrace detach fails
11736 and errno is set to ESRCH.
11737
11738 2003-02-24 Andrew Cagney <cagney@redhat.com>
11739
11740 * infptrace.c (udot_info): Change type of udot_off to long. Use
11741 paddr when printing udot_off's value.
11742
11743 2003-02-24 David Carlton <carlton@math.stanford.edu>
11744
11745 * symtab.c (make_symbol_overload_list): Only read in partial
11746 symtabs containing a matching partial symbol.
11747
11748 2003-02-24 David Carlton <carlton@math.stanford.edu>
11749
11750 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11751 do the comparison, not strcmp.
11752 * symfile.c (compare_psymbols): Ditto.
11753 * defs.h: Declare strcmp_iw_ordered.
11754 * utils.c (strcmp_iw_ordered): New function.
11755
11756 2003-02-24 Jim Blandy <jimb@redhat.com>
11757
11758 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11759 support, shared libs): Remove my name from here, to better reflect
11760 reality.
11761
11762 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11763
11764 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11765 (target_ops): Add to_have_continuable_watchpoint.
11766 * target.c (update_current_target): Add INHERIT line for
11767 to_have_continuable_watchpoint.
11768 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11769 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11770 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11771 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11772
11773 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11774
11775 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11776 maintainership.
11777
11778 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11779
11780 * solib.c (solib_open): Call target defined search function after
11781 failing with solib-search-path.
11782 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11783 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11784
11785 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11786
11787 * MAINTAINERS: Add myself to Write After section.
11788
11789 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11790
11791 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11792
11793 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11794
11795 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11796 (m68hc11_add_reggroups): New function.
11797 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11798 (m68hc11_gdbarch_init): Install the reggroups.
11799 (_initialize_m68hc11_tdep): Initialize them.
11800
11801 2003-02-21 James E Wilson <wilson@tuliptree.org>
11802
11803 * MAINTAINERS: Update my email address.
11804
11805 2003-02-21 David Carlton <carlton@math.stanford.edu>
11806
11807 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11808
11809 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11810
11811 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11812 * symtab.h: Add opaque declarations of struct axs_value and
11813 struct agent_expr.
11814 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11815 (struct location_funcs): New type.
11816 (struct symbol): Add "loc" to aux_value.
11817 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11818 * dwarf2read.c: Include "dwarf2expr.h".
11819 (dwarf2_symbol_mark_computed): New function.
11820 (read_func_scope): Use it.
11821 (var_decode_location): New function.
11822 (new_symbol): Use it.
11823 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11824
11825 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11826 (dwarf2expr_h, dwarf2loc_h): New variables.
11827 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11828 (dwarf2expr.o, dwarf2loc.o): New rules.
11829 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11830 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11831 LOC_COMPUTED_ARG.
11832 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11833 * m2-exp.y (yylex): Likewise.
11834 * printcmd.c (address_info, print_frame_args): Likewise.
11835 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11836 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11837 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11838 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11839 * symtab.c (lookup_block_symbol): Likewise.
11840
11841 2003-02-20 Adam Fedor <fedor@gnu.org>
11842
11843 * symtab.h: Remove objc_specific struct
11844 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11845 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11846 Have language_objc use cplus_specific struct.
11847
11848 2003-02-20 Tom Tromey <tromey@redhat.com>
11849
11850 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11851 TYPE_NAME, when printing a String value. PR java/1075.
11852
11853 2003-02-20 Adam Fedor <fedor@gnu.org>
11854
11855 * objc-lang.h (find_methods): Remove declaration.
11856 * objc-lang.c (find_methods): Make static.
11857
11858 2003-02-20 Christopher Faylor <cgf@redhat.com>
11859
11860 * win32-nat.c (get_image_name): Check return value from
11861 ReadProcessMemory.
11862 (child_xfer_memory): Ditto.
11863
11864 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11865
11866 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11867 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11868 '${exec_prefix}' (in addition to the expansion thereof) as
11869 relocatable.
11870 * configure: Rebuilt.
11871
11872 2003-02-20 David Carlton <carlton@math.stanford.edu>
11873
11874 * symtab.c (search_symbols): Revert the search_symbols part of my
11875 2002-12-23 patch. Add comment.
11876
11877 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11878
11879 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11880 * dbxread.c (elfstab_build_psymtabs): Don't call
11881 install_minimal_symbols.
11882 (stabsect_build_psymtabs): Likewise.
11883 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11884 earlier.
11885 * somread.c (som_symfile_read): Call install_minimal_symbols
11886 and do_cleanups earlier.
11887 * nlmread.c (nlm_symfile_read): Likewise.
11888 * mdebugread.c (elfmdebug_build_psymtabs): Call
11889 install_minimal_symbols and make appropriate cleanups.
11890
11891 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11892
11893 * solib.c (reload_shared_libraries): New function.
11894 (_initialize_solib): Add callbacks for ``set solib-search-path''
11895 and ``set solib-absolute-prefix''.
11896
11897 2003-02-20 David Carlton <carlton@math.stanford.edu>
11898
11899 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11900 expand comment.
11901 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11902 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11903 * ada-typeprint.c (ada_typedef_print): Ditto.
11904 * ax-gdb.c (gen_var_ref): Ditto.
11905 * breakpoint.c (print_one_breakpoint): Ditto.
11906 * buildsym.c (finish_block): Ditto.
11907 * c-valprint.c (c_val_print): Ditto.
11908 * expprint.c (print_subexp): Ditto.
11909 * findvar.c (locate_var_value): Ditto.
11910 * infcmd.c (jump_command): Ditto.
11911 * linespec.c (decode_line_2, decode_compound): Ditto.
11912 * maint.c (maintenance_translate_address): Ditto.
11913 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11914 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11915 Ditto.
11916 * p-valprint.c (pascal_val_print): Ditto.
11917 * stabsread.c (define_symbol): Ditto.
11918 * stack.c (print_frame, frame_info, print_block_frame_locals)
11919 (print_frame_arg_vars, return_command): Ditto.
11920 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11921 * symmisc.c (print_symbol): Ditto.
11922 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11923 (compare_search_syms, print_symbol_info, print_msymbol_info)
11924 (rbreak_command): Ditto.
11925 * tracepoint.c (tracepoints_info): Ditto.
11926 * typeprint.c (typedef_print): Ditto.
11927 * valops.c (value_of_variable, hand_function_call): Ditto.
11928 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11929 * ada-typeprint.c: Update Copyright.
11930 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11931 * tracepoint.c, cli/cli-cmds.c: Ditto.
11932
11933 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11934
11935 * frame.c (generic_unwind_get_saved_register): Make non-static.
11936 * frame.h (generic_unwind_get_saved_register): Declare.
11937 * mips-tdep.c (read_next_frame_reg): Fetch register from
11938 current regcache when frame is NULL.
11939 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11940 that must be NULL.
11941 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11942 instead of frame_register_unwind().
11943
11944 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11945
11946 * remote-sim.c (gdbsim_insert_breakpoint)
11947 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11948 code.
11949
11950 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11951
11952 * remote.c (_initialize_remote): Add commands "set/show remote
11953 hardware-watchpoint-limit" and "set/show remote
11954 hardware-breakpoint-limit".
11955 (remote_hw_watchpoint_limit): Initialize to -1.
11956 (remote_hw_breakpoint_limit): Ditto.
11957 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11958
11959 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11960
11961 * coff-pe-read.c: New file - support reading of minimal symbols from a
11962 portable executable using the export table.
11963 * coff-pe-read.h: New file.
11964 * coffread.c: Include coff-pe-read.h.
11965 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11966 debugging symbols found.
11967 * Makefile.in (SFILES): Add coff-pe-read.o.
11968 (coff_pe_read_h): Define.
11969 (COMMON_OBS): Add coff-pe-read.o.
11970 (coffread.o): Add coff_pe_read_h dependency.
11971 (coff-pe-read.o): New target.
11972
11973 2003-02-19 David Carlton <carlton@math.stanford.edu>
11974
11975 * Makefile.in (SFILES): Add block.c.
11976 (block_h): New.
11977 (COMMON_OBS): Add block.o.
11978 (block.o): New.
11979 (x86-64-tdep.o): Add $(block_h).
11980 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11981 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11982 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11983 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11984 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11985 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11986 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11987 * value.h: Add opaque declaration for struct block.
11988 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11989 * ada-lang.h: Ditto.
11990 * x86-64-tdep.c: #include "block.h"
11991 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11992 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11993 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11994 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11995 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11996 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11997 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11998 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11999 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12000 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12001 * symtab.c (block_function): Ditto.
12002 (contained_in): Ditto.
12003 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12004 block.h. Add opaque declaration for struct block.
12005 * symtab.h: Move block_function and contained_in declarations to
12006 block.h. Add opaque declarations for struct block, struct
12007 blockvector.
12008 (struct block): Move to block.h.
12009 (struct blockvector): Ditto.
12010 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12011 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12012 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12013 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12014 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12015 Ditto.
12016 * block.c: New file.
12017 * block.h: New file.
12018
12019 2003-02-19 Theodore A. Roth <troth@openavr.org>
12020
12021 * avr-tdep.c (avr_extract_return_value): Remove function.
12022 (avr_store_return_value): Remove function.
12023 (avr_extract_struct_value_address): Remove function.
12024 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12025
12026 2003-02-19 Andrew Cagney <ac131313@redhat.com>
12027
12028 * rs6000-tdep.c: Include "gdb_assert.h".
12029 (registers_e500): Add "acc" and "spefscr".
12030 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12031 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12032 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12033 really is "r0".
12034 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12035
12036 2003-02-18 Keith Seitz <keiths@redhat.com>
12037
12038 * Makefile.in: Add gdbtk-interps.c.
12039
12040 2003-02-18 Kevin Buettner <kevinb@redhat.com>
12041
12042 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12043 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12044
12045 2003-02-18 Andrew Cagney <cagney@redhat.com>
12046
12047 * symtab.h (struct objfile): Add opaque declaration.
12048
12049 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
12050
12051 From Jim Ingham <jingham@apple.com>:
12052 * dbxread.c (process_one_symbol): Use last_function_start rather
12053 than function_start_offset to find the real beginning of the
12054 current function. The latter is just the text section offset on
12055 some systems, the former is always the real function start.
12056
12057 2003-02-17 Andrew Cagney <cagney@redhat.com>
12058
12059 * configure.in: Revert ${target} != ${host}.
12060
12061 2003-02-17 Andrew Cagney <ac131313@redhat.com>
12062
12063 * configure.in (Makefile): Use the test ${target} != ${host},
12064 instead of the absence of the "nm.h" file, to determine of the
12065 configuration non-native.
12066 * configure: Regenerate.
12067
12068 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
12069
12070 From Brian Ford <ford@vss.fsi.com>
12071
12072 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12073 conditionalize tui_active test.
12074 (lookup_cmd_1): Ditto.
12075
12076 2003-02-14 Mark Kettenis <kettenis@gnu.org>
12077
12078 * configure.in: Add check for _etext.
12079 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12080 available.
12081 * config.in, configure: regenerated.
12082
12083 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
12084
12085 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12086
12087 2003-02-14 Andrew Cagney <ac131313@redhat.com>
12088
12089 * main.c (tui_version): Delete variable.
12090 (captured_main): When --tui, set interpreter_p to "tui" instead of
12091 enabling tui_version.
12092 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12093 tui_version.
12094 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12095 * cli/cli-cmds.c (disassemble_command): Ditto.
12096 * defs.h (tui_version): Delete declaration.
12097 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12098 (tui-interp.o): Add rules.
12099 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12100
12101 2003-02-14 Christopher Faylor <cgf@redhat.com>
12102
12103 * win32-nat.c (register_loaded_dll): Correctly set address range for
12104 just-loaded dll.
12105
12106 2003-02-12 Jason Molenda (jmolenda@apple.com)
12107
12108 * symmisc.c (print_objfile_statistics): Include information about
12109 the number of psymtabs and symtabs in each object file.
12110
12111 2003-02-13 Keith R Seitz <keiths@redhat.com>
12112
12113 * main.h (struct captured_main_args): Add interpreter_p.
12114 * main.c (captured_main): Initialize interpreter_p from context.
12115 * gdb.c (main): Set interpreter_p argument.
12116 * Makefile.in (gdb.o): Add dependency for interps.h.
12117
12118 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12119
12120 * event-top.c (cli_command_loop): Delete declaration.
12121 (_initialize_event_loop): Delete function setting event_loop_hook.
12122 * event-top.h (cli_command_loop): Declare. Update copyright.
12123 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12124 * interps.c (current_interp_command_loop): When event_loop_p, call
12125 cli_command_loop.
12126
12127 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12128
12129 * interps.h (interp_command_loop_ftype): Change return type to
12130 void.
12131
12132 2003-02-12 Michal Ludvig <mludvig@suse.cz>
12133
12134 * x86-64-tdep.c (x86_64_extract_return_value)
12135 (x86_64_store_return_value): Use regcache instead of regbuf.
12136 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12137 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12138
12139 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12140
12141 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12142 * aclocal.m4: Regenerate.
12143 * configure: Regenerate.
12144
12145 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12146 TCL_LD_SEARCH_FLAGS.
12147
12148 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12149
12150 * dwarf2cfi.c: Reindented.
12151
12152 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12153
12154 * interps.c (clear_interpreter_hooks): Convert function definition
12155 to ISO C.
12156
12157 2003-02-07 David Carlton <carlton@math.stanford.edu>
12158
12159 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12160
12161 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12162
12163 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12164 (struct type): ...to here.
12165 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12166 field.
12167 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12168 (replace_type): Set length on all type variants for a given type.
12169
12170 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12171
12172 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12173 <sys/stat.h>.
12174 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12175
12176 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12177
12178 * Makefile.in (symm-nat.o): Update dependencies.
12179 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12180 (lynx-nat.o, ia64-linux-nat.): Ditto.
12181 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12182 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12183 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12184
12185 * Makefile.in (inflow_h): Define.
12186 (procfs.o, inflow.o, procfs.o): Update dependencies.
12187 * inftarg.c (child_stop): Delete extern declaration of
12188 inferior_process_group. Include "inflow.h".
12189 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12190 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12191 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12192 (our_process_group, inferior_process_group): Extern declarations.
12193
12194 * procfs.c: Include "gdb_assert.h".
12195
12196 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12197 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12198 * jv-typeprint.c (java_type_print_base): Ditto.
12199 * typeprint.c (typedef_print): Eliminate STREQ.
12200 * cli/cli-script.c (define_command, define_command): Ditto.
12201 * main.c (captured_main): Ditto.
12202 * values.c (lookup_internalvar): Ditto.
12203 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12204 within `if' conditional.
12205 * linespec.c (decode_line_2): Ditto.
12206 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12207 (bfd_openw_with_cleanup): Ditto.
12208
12209 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12210
12211 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12212 legacy_extract_return_value and store_return_value to
12213 legacy_return_value.
12214
12215 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12216
12217 * win32-nat.c (get_relocated_section_addrs): New function. Find
12218 section load addresses for symbol handling in relocated DLLs.
12219 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12220
12221 2003-02-05 Fred Fish <fnf@intrinsity.com>
12222
12223 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12224 '=' and '!='.
12225 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12226 with '&' and '=='.
12227 (angel_RDI_info): Ditto.
12228 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12229 with '&' and '!='.
12230 (threads_continue_all_with_signals): Ditto.
12231
12232 2003-02-05 Jim Ingham <jingham@apple.com>
12233 Keith Seitz <keiths@redhat.com>
12234 Elena Zannoni <ezannoni@redhat.com>
12235 Andrew Cagney <ac131313@redhat.com>
12236
12237 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12238 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12239 (SUBDIR_MI_OBS): Add "mi-interp.o".
12240 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12241 (SFILES): Add "interps.c".
12242 (COMMON_OBS): Add "interps.o".
12243 (interps_h, mi_main_h): Define.
12244 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12245 (mi-main.o, main.o, event-top.o): Update dependencies.
12246 * cli/cli-interp.c: New file.
12247 * interps.h, interps.c: New files.
12248 * top.c: (gdb_init): Don't install the default interpreter, handed
12249 by captured_main.
12250 * main.c: Include "interps.h".
12251 (interpreter_p): Note that it should malloc'ed.
12252 (captured_command_loop): Call current_interp_command_loop.
12253 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12254 xfree and xstrdup when updating interpreter_p. Install the
12255 default interpreter. Add hack to stop mi1's copyright notice
12256 being encoded.
12257 * event-top.h (gdb_setup_readline): Declare.
12258 (gdb_disable_readline): Declare.
12259 * event-top.c: Include "interps.h".
12260 (display_gdb_prompt): Call current_interp_display_prompt_p.
12261 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12262 gdb_stdlog, and gdb_stdtarg.
12263 (_initialize_event_loop): Don't call gdb_setup_readline.
12264 * cli-out.c (cli_out_set_stream): New function.
12265 * cli-out.h (cli_out_set_stream): Declare.
12266
12267 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12268
12269 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12270 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12271 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12272 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12273 config/i386/i386v42mp.mt: Removed.
12274
12275 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12276
12277 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12278 GDB_OSABI_SOLARIS.
12279
12280 2003-02-05 Michael Chastain <mec@shout.net>
12281
12282 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12283 2.12.1 and earlier versions.
12284
12285 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12286
12287 Remove orphaned hosts, targets and files.
12288 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12289 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12290 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12291 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12292 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12293 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12294 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12295 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12296 * config/sparc/tm-sp64sim.h: Delete.
12297 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12298 hosts.
12299 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12300 mips*-dec-mach3* targets.
12301
12302 2003-02-04 Michael Chastain <mec@shout.net>
12303
12304 * NEWS: Fix typo: sepcifying -> specifying.
12305
12306 2003-02-04 Michael Chastain <mec@shout.net>
12307
12308 * dwarfread.c: Add documentation on the state of dwarf-1,
12309 looking towards obsoletion.
12310
12311 2003-02-03 Michael Chastain <mec@shout.net>
12312
12313 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12314 gdb/testsuite/gdb.c++/pr-1023.exp.
12315
12316 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12317
12318 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12319 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12320
12321 * utils.c (init_page_info): Delete reference to MPW in comments.
12322 * main.c (captured_main): Delete #ifdef MPW.
12323
12324 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12325
12326 * NEWS: Note that the m32r-*-elf* is obsolete.
12327 * monitor.c (monitor_expect): Obsolete reference to m32r.
12328 * configure.tgt: Mark m32r-*-elf* as obsolete.
12329 * MAINTAINERS: Mark m32k as obsolete.
12330 * m32r-rom.c: Obsolete file.
12331 * config/m32r/m32r.mt: Obsolete file.
12332 * config/m32r/tm-m32r.h: Obsolete file.
12333 * m32r-stub.c: Obsolete file.
12334 * m32r-tdep.c: Obsolete file.
12335
12336 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12337
12338 * NEWS: Mention that the z8k-zilog-none is obsolete.
12339 * MAINTAINERS: Mark z8k as obsolete.
12340 * configure.tgt: Obsolete the z8k-*-coff* target.
12341 * config/z8k/z8k.mt: Obsolete file.
12342 * config/z8k/tm-z8k.h: Obsolete file.
12343 * z8k-tdep.c: Obsolete file.
12344
12345 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12346
12347 * NEWS: Mention that the mn10200-elf is obsolete.
12348 * configure.tgt: Obsolete mn10200-*-* target.
12349 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12350 mention that the mn10200 is obsolete.
12351 * breakpoint.h: Ditto.
12352 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12353 * config/mn10200/mn10200.mt: Obsolete file.
12354 * config/mn10200/tm-mn10200.h: Obsolete file.
12355 * mn10200-tdep.c: Obsolete file.
12356
12357 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12358
12359 * MAINTAINERS: Mark h8500 as obsolete.
12360 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12361 * findvar.c (value_from_register): Ditto.
12362 * h8500-tdep.c: Mark file as obsolete.
12363 * config/h8500/h8500.mt: Ditto.
12364 * config/h8500/tm-h8500.h: Ditto.
12365 * NEWS: Mention that h8500 is obsolete.
12366
12367 2003-02-04 David Carlton <carlton@math.stanford.edu>
12368
12369 * objfiles.c (allocate_objfile): Always set name. Add comment at
12370 start of function.
12371 * jv-lang.c (get_dynamics_objfile): Add comment.
12372
12373 2003-02-04 David Carlton <carlton@math.stanford.edu>
12374
12375 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12376 * printcmd.c (build_address_symbolic): Replace uses of
12377 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12378 SYMBOL_NAME, and asm_demangle.
12379 Update copyright.
12380
12381 2003-02-04 David Carlton <carlton@math.stanford.edu>
12382
12383 * linespec.c (decode_compound): Extract code into
12384 lookup_prefix_sym.
12385 (lookup_prefix_sym): New function.
12386
12387 2003-02-04 David Carlton <carlton@math.stanford.edu>
12388
12389 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12390 FLOAT_COERCION_BADNESS.
12391 * gdbtypes.c (rank_one_type): Replace all uses of
12392 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12393
12394 2003-02-04 Jim Blandy <jimb@redhat.com>
12395
12396 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12397 section, let dwarf_macinfo_section point to it, not
12398 dwarf_loc_section.
12399
12400 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12401
12402 Pointed out by Anton Blanchard <anton@samba.org>.
12403 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12404 (ppc_linux_at_sigtramp_return_path): Use it.
12405
12406 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12407
12408 * defs.h (streq): Add prototype.
12409 * utils.c (streq): New function.
12410
12411 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12412 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12413 * mdebugread.c (new_symbol): Likewise.
12414 * stabsread.c (define_symbol): Likewise.
12415 * coffread.c (process_coff_symbol): Likewise.
12416 * dwarfread.c (new_symbol): Likewise.
12417
12418 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12419 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12420 here.
12421 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12422 SYMBOL_INIT_DEMANGLED_NAME.
12423 * objfiles.c: Include "hashtab.h".
12424 (allocate_objfile): Call htab_set_functions_ex for the
12425 demangled_names_hash.
12426 (free_objfile): Call htab_delete for the demangled_names_hash.
12427 * objfiles.h (struct htab): Add declaration.
12428 (struct objfile): Add demangled_names_hash.
12429 * symfile.c: Include "hashtab.h".
12430 (reread_symbols): Call htab_delete for the demangled_names_hash.
12431 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12432 SYMBOL_NAME in the bcache.
12433 * symtab.c: Include "hashtab.h". Update comments.
12434 (create_demangled_names_hash, symbol_set_names): New functions.
12435 (symbol_find_demangled_name): New function, broken out from
12436 symbol_init_demangled_names.
12437 (symbol_init_demangled_names): Use it.
12438 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12439 (SYMBOL_SET_NAMES): New macro.
12440 (symbol_set_names): Add prototype.
12441
12442 2003-02-03 Jim Blandy <jimb@redhat.com>
12443
12444 Use a single, consistent representation for an empty minimal
12445 symbol table in an objfile.
12446 * objfiles.c (terminate_minimal_symbol_table): New function.
12447 (allocate_objfile): Call it.
12448 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12449 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12450 non-NULL.
12451 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12452 objfile has minimal symbols, compare minimal_symbol_count to zero,
12453 instead of comparing msymbols with NULL.
12454 * objfiles.c (have_minimal_symbols): Same.
12455 * solib-sunos.c (solib_add_common_symbols): Call
12456 terminate_minimal_symbol_table.
12457 * symfile.c (reread_symbols): Same.
12458
12459 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12460
12461 * s390-tdep.c (s390_address_class_type_flags)
12462 (s390_address_class_type_flags_to_name)
12463 (s390_address_class_name_to_type_flags): New functions.
12464 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12465 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12466
12467 2003-02-03 Michael Snyder <msnyder@redhat.com>
12468
12469 * arm-tdep.c: Fix spell-o in comment.
12470
12471 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12472
12473 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12474 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12475 error messages to contain BFD filename.
12476
12477 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12478
12479 Fix PR gdb/742 gdb/743 gdb/877
12480 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12481 (do_mixed_source_and_assembly): Use
12482 make_cleanup_ui_out_tuple_begin_end and
12483 make_cleanup_ui_out_tuple_begin_end.
12484 (do_mixed_source_and_assembly): Ditto.
12485 * thread.c (do_captured_list_thread_ids): Ditto.
12486 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12487 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12488 ui_out_tuple_end): Delete prototypes.
12489 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12490 ui_out_list_end, ui_out_tuple_end): Delete.
12491
12492 From Kevin Buettner <kevinb@redhat.com>:
12493 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12494 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12495 (do_cleanup_table_end): New functions.
12496 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12497 Use cleanups to invoke_ui_out_tuple_end().
12498 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12499 * cli/cli-setshow.c (cmd_show_list): Use
12500 make_cleanup_ui_out_tuple_begin_end.
12501
12502 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12503
12504 * frame.c (frame_unwind_register): New function.
12505 (frame_unwind_unsigned_register): Use.
12506 (frame_unwind_signed_register): Use.
12507 (frame_read_register): New function.
12508 * frame.h (frame_unwind_register): Declare.
12509 (frame_read_register): Declare.
12510
12511 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12512 and frame_unwind_register instead of read_memory, write_register
12513 and deprecated_write_register_bytes.
12514
12515 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12516
12517 * frame.h: Note that namelen can be negative.
12518 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12519 NAME's length.
12520
12521 * NEWS: Mention that the d10v's `regs' command is deprecated.
12522 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12523 (d10v_print_registers_info): New function.
12524 (show_regs): Call d10v_print_registers_info.
12525 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12526
12527 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12528
12529 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12530 lost in the previous patch.
12531
12532 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12533
12534 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12535 * stack.c (print_frame_info_base): Output complete FRAME tuple
12536 for synthesized frames.
12537
12538 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12539
12540 * mips-nat.c (zerobuf): Delete.
12541 (fetch_inferior_registers): Alloc local zerobuf.
12542 (fetch_core_registers): Alloc local zerobuf.
12543 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12544 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12545 * thread-db.c (thread_db_store_registers): Ditto.
12546 * sh-tdep.c (sh_do_register): Ditto.
12547 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12548 * remote-sim.c (gdbsim_store_register): Ditto.
12549 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12550 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12551 * monitor.c (monitor_supply_register): Ditto.
12552 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12553 * mips-nat.c (fetch_inferior_registers): Ditto.
12554 * m68klinux-nat.c (fetch_register): Ditto.
12555 * lynx-nat.c (fetch_inferior_registers): Ditto.
12556 (fetch_inferior_registers): Ditto.
12557 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12558 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12559 (hpux_thread_store_registers): Ditto.
12560 * hppah-nat.c (fetch_register): Ditto.
12561 * hppab-nat.c (fetch_register): Ditto.
12562 * hppa-tdep.c (pa_register_look_aside): Ditto.
12563 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12564 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12565
12566 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12567
12568 * gdbarch.sh: Explictly specify all method levels. When a
12569 variable with an empty level, provide a non-multi-arch default.
12570 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12571 * gdbarch.h: Re-generate.
12572 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12573 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12574
12575 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12576
12577 * defs.h (host_pointer_to_address): Delete declaration.
12578 (address_to_host_pointer): Delete declaration.
12579 * utils.c (host_pointer_to_address): Delete function.
12580 (address_to_host_pointer): Delete function.
12581 * procfs.c (procfs_address_to_host_pointer): New function.
12582 * procfs.c (proc_set_watchpoint): Use.
12583 (procfs_can_use_hw_breakpoint): Update comments.
12584 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12585 (som_solib_add): Use.
12586 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12587 * hppa-tdep.c (unwind_command): Use.
12588
12589 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12590
12591 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12592 strlen d_name.
12593
12594 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12595 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12596 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12597 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12598 (define_symbol): Update.
12599 * symfile.c (generic_load): Remove references to nindy.
12600 * symtab.c: Remove references to nindy.
12601
12602 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12603
12604 * infcmd.c (print_float_info): Delete code conditional on
12605 FLOAT_INFO.
12606 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12607 * config/m68k/nm-apollo68b.h: Ditto.
12608 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12609 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12610 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12611
12612 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12613
12614 * config/i386/tm-i386os9k.h: Removed.
12615
12616 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12617 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12618 they're identical to i[3456]86-*-sysv* now.
12619 * config/i386/i386v32.mh: Removed.
12620 * config/i386/xm-i386v32.h: Removed.
12621 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12622
12623 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12624
12625 * config/i386/i386dgux.mh: Removed.
12626 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12627
12628 * configure.in: Fix typo.
12629 * configure: Regenerated.
12630
12631 2003-01-31 David Carlton <carlton@math.stanford.edu>
12632
12633 * dwarf2read.c (dwarf2_locate_sections): Set
12634 dwarf_ranges_section.
12635
12636 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12637
12638 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12639 * utils.c: Update comments documenting legitimate uses of PTR.
12640
12641 * utils.c: Re-indent.
12642
12643 * config/djgpp/fnchange.lst: Delete nindy files.
12644 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12645 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12646 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12647 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12648 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12649 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12650 * Makefile.in (init.c): Remove nindy references.
12651 (saber_gdb): Delete rule.
12652 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12653 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12654 and a68v-nat.c.
12655 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12656 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12657 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12658 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12659 nindy-share/stop.h.
12660 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12661 * saber.suppress: Delete file.
12662
12663 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12664
12665 * dbxread.c (stabs_data): New static variable.
12666 (fill_symbuf): Support an in-memory buffer for stabs data.
12667 (stabs_seek): New function.
12668 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12669 (read_ofile_symtab): Use stabs_seek.
12670 (elfstab_build_psymtabs): Take an asection* instead of
12671 an offset and size. Relocate the stabs data if necessary.
12672 Save the section* for dbx_psymtab_to_symtab.
12673 * dwarf2read.c: Add section variables for each debug section.
12674 (dwarf2_locate_sections): Fill them in.
12675 (dwarf2_read_section): Take an asection* argument.
12676 Relocate the section contents if necessary.
12677 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12678 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12679 it to dwarf2_read_section.
12680 (dwarf2_build_frame_info): Update callers.
12681 * elfread.c (elf_symfile_read): Update call to
12682 elfstab_build_psymtabs.
12683 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12684 (DBX_STAB_SECTION): New macro.
12685 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12686 * symfile.c (symfile_dummy_outputs): New function.
12687 (symfile_relocate_debug_section): New function.
12688 * symfile.h (symfile_relocate_debug_section): Add prototype.
12689
12690 2003-01-31 Richard Henderson <rth@redhat.com>
12691
12692 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12693 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12694 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12695 * alpha-tdep.c (alpha_register_name): Add "unique".
12696 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12697 (ALPHA_UNIQUE_REGNUM): New.
12698 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12699
12700 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12701
12702 * README: Remove reference to Ericsson 1800 monitor.
12703 * Makefile.in (remote-es.o): Delete rule.
12704 (ALLDEPFILES): Delete remote-es.c.
12705 * remote-es.c: Delete file.
12706 * config/m68k/es1800.mt: Delete file.
12707 * config/djgpp/fnchange.lst: Update.
12708 * configure.tgt: Delete m68*-ericsson-* target.
12709
12710 2003-01-31 Adam Fedor <fedor@gnu.org>
12711
12712 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12713 Remove duplicate/shadowing variable of same name.
12714
12715 2003-01-30 Jim Blandy <jimb@redhat.com>
12716
12717 * symfile.c (find_separate_debug_file): Assert that the objfile's
12718 directory name we compute ends with a slash, and then assume that
12719 that's so everywhere we use it.
12720
12721 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12722
12723 * valops.c (value_assign): Flush frame cache after stores to memory
12724 also.
12725
12726 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12727
12728 * Makefile.in (mon960-rom.o): Delete rule.
12729 * mon960-rom.c: Delete file.
12730
12731 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12732
12733 * d10v-tdep.c: Include "frame-unwind.h".
12734 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12735 list.
12736 (next_addr, uses_frame): Delete.
12737 (struct d10v_unwind_cache): Define.
12738 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12739 Use info instead of next_addr and uses_frame globals.
12740 (d10v_frame_init_saved_regs): Delete function.
12741 (d10v_init_extra_frame_info): Delete function.
12742 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12743 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12744 init_frame_pc or frame_saved_pc.
12745 (d10v_pop_frame): Delete function.
12746 (do_d10v_pop_frame): Delete function.
12747 (d10v_frame_chain): Delete function.
12748 (d10v_frame_chain_valid): Delete function.
12749 (d10v_frame_pc_unwind): New function.
12750 (d10v_frame_id_unwind): New function.
12751 (saved_regs_unwinder): New function.
12752 (d10v_frame_register_unwind): New function.
12753 (d10v_frame_pop): New function.
12754 (d10v_frame_unwind): New variable.
12755 (d10v_frame_p): New function.
12756 (d10v_frame_saved_pc): Delete function.
12757 * Makefile.in (d10v-tdep.o): Update dependencies.
12758
12759 2003-01-30 J. Brobecker <brobecker@gnat.com>
12760
12761 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12762 causing some regressions due to a change in the default value
12763 for this macro.
12764
12765 2003-01-29 Richard Henderson <rth@redhat.com>
12766 Elena Zannoni <ezannoni@redhat.com>
12767 Daniel Jacobowitz <drow@mvista.com>
12768
12769 Fix PR gdb/961.
12770 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12771 variables.
12772 (RANGES_SECTION): New.
12773 (dwarf_ranges_buffer): New variable.
12774 (struct comp_unit_head): Add member "die".
12775 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12776 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12777 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12778 (dwarf2_locate_sections): Likewise.
12779 (dwarf2_build_psymtabs): Read .debug_ranges.
12780 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12781 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12782 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12783 Look for DW_AT_ranges and return the bounding box.
12784
12785 2003-01-29 Brian Ford <ford@vss.fsi.com>
12786
12787 * win32-nat.c (cygwin_pid): Removed as unused.
12788 (child_attach): Try fall back to Cygwin pid.
12789
12790 2003-01-29 Jim Blandy <jimb@redhat.com>
12791
12792 * objfiles.h (struct objfile): Doc fix.
12793
12794 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12795
12796 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12797 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12798 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12799 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12800 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12801 (FRAME_SAVED_PC): Change to a function with predicate.
12802 * gdbarch.h, gdbarch.c: Re-generate.
12803
12804 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12805
12806 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12807
12808 * complaints.c (complain): Delete function.
12809 * complaints.h (struct deprecated_complaint): Delete definition.
12810 (complain): Delete declaration.
12811
12812 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12813
12814 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12815 dummy frames.
12816
12817 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12818
12819 * sentinel-frame.h, sentinel-frame.c: New files.
12820 * Makefile.in (frame.o): Update dependencies.
12821 (SFILES): Add sentinel-frame.c.
12822 (sentinel_frame_h): Define.
12823 (COMMON_OBS): Add sentinel-frame.o.
12824 (sentinel-frame.o): Specify dependencies.
12825 * frame.c: Include "sentinel-frame.h".
12826 (frame_register_unwind): Rewrite assuming that there is always a a
12827 ->next frame.
12828 (frame_register, generic_unwind_get_saved_register): Ditto.
12829 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12830 (create_sentinel_frame, unwind_to_current_frame): New functions.
12831 (get_current_frame): Rewrite using create_sentinel_frame and
12832 unwind_to_current_frame. When possible, always create a frame.
12833 (create_new_frame): Set next to the sentinel frame.
12834 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12835 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12836 ID cache when necessary.
12837 (frame_saved_regs_id_unwind): Use frame_relative_level.
12838 (deprecated_generic_get_saved_register): Use frame_relative_level,
12839 get_frame_saved_regs, get_frame_pc, get_frame_base and
12840 get_next_frame.
12841 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12842 frame_register.
12843
12844 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12845
12846 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12847
12848 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12849
12850 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12851 (maintenance_set_profile_cmd): Use error () instead of warning ().
12852
12853 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12854
12855 * configure.in: Check that -pg works if using --enable-profiling.
12856 Check for monstartup and _mcleanup regardless of --enable-profiling.
12857 * maint.c: Check for monstartup and _mcleanup before using them.
12858 * config.in: Regenerated.
12859 * configure: Regenerated.
12860
12861 2003-01-24 Nick Clifton <nickc@redhat.com>
12862
12863 * Add sh2e support:
12864
12865 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12866
12867 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12868 (sh2e_show_regs): New.
12869 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12870 * config/sh/tm-sh.h: Added sh2e to comments.
12871
12872 2003-01-23 Jim Blandy <jimb@redhat.com>
12873
12874 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12875 symbols found)" message here; we haven't checked for a separate
12876 debug info file yet, so we don't know yet.
12877 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12878 we've looked everywhere. Also, there's no need to print a special
12879 message when we're loading the separate debug info file: the one
12880 symbol_file_add prints is fine.
12881
12882 2003-01-23 Alexander Larsson <alexl@redhat.com>
12883 Jim Blandy <jimb@redhat.com>
12884
12885 Add support for executables whose debug info has been separated
12886 out into a separate file, leaving only a link behind.
12887 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12888 and separate_debug_objfile_backlink.
12889 (put_objfile_before): New declaration.
12890 * symfile.c: #include "filenames.h".
12891 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12892 debug info in a separate file, read that, too. Save the addrs
12893 argument, so we can use it again to read the separated debug info;
12894 syms_from_objfile modifies the table we pass it.
12895 (reread_symbols): After re-reading an objfile, call
12896 reread_separate_symbols to refresh its separate debug info
12897 objfile, if it has one.
12898 (reread_separate_symbols, find_separate_debug_file,
12899 get_debug_link_info, separate_debug_file_exists): New functions.
12900 (debug_file_directory): New global var.
12901 (_initialize_symfile): Initialize debug_file_directory, and
12902 provide the new `set debug-file-directory' command to let the user
12903 change it.
12904 * objfiles.c (free_objfile): If this objfile has its debug info in
12905 a separate objfile, free that one too. If this is itself a
12906 separate debug info objfile, clear our parent's backlink.
12907 (put_objfile_before): New function.
12908 * utils.c (gnu_debuglink_crc32): New function.
12909 * defs.h (gnu_debuglink_crc32): New declaration.
12910 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12911 * configure.in: Handle --with-separate-debug-dir config option.
12912 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12913 * acconfig.h (DEBUGDIR): New macro.
12914 * configure, aclocal.m4, config.in: Regenerated.
12915
12916 2003-01-22 Jim Blandy <jimb@redhat.com>
12917
12918 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12919 like the old symbol_file_add, but taking new arguments: you can
12920 now pass in either a `struct section_addr_info' list to say where
12921 each section is loaded, or a `struct section_offsets' table. Pass
12922 these new arguments through to syms_from_objfile as appropriate.
12923 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12924 with the appropriate quiescent values for the new arguments.
12925
12926 * symfile.c: #include "gdb_assert.h".
12927 (syms_from_objfile): Add the ability to pass in a section offset
12928 table directly, as an alternative to the section_addr_info table.
12929 Document arguments better.
12930 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12931 * symfile.h (syms_from_objfile): Update declaration.
12932 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12933 syms_from_objfile.
12934 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12935
12936 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12937
12938 Original patch by Tom Tromey <tromey@cygnus.com> and
12939 Jason Molenda <jmolenda@apple.com>.
12940 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12941 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12942 * NEWS: Mention profiling.
12943 * configure.in (--enable-gdbtk): Fix typo.
12944 (--enable-profiling): New. Set PROFILE_CFLAGS.
12945 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12946 Fill in function.
12947 (profiling_state): New variable.
12948 (mcleanup_wrapper): New function.
12949 (_initialize_maint): Remove NOTYET, fix call to
12950 add_setshow_boolean_cmd for "maint set profile".
12951 * configure: Regenerated.
12952
12953 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12954
12955 * Makefile.in (install-gdbtk): Install PNG images too.
12956
12957 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12958
12959 * exec.c (text_start): Delete global variable.
12960 (exec_file_attach): Make text_start local to the function.
12961 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12962 * valops.c (hand_function_call): Delete code that handles
12963 BEFORE_TEXT_END and AFTER_TEXT_END.
12964 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12965 of CALL_DUMMY_LOCATION.
12966 * gdbarch.c: Regenerate.
12967 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12968 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12969 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12970 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12971 (text_end): Delete extern declaration.
12972
12973 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12974
12975 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12976 * blockframe.c (backtrace_below_main): Move to "frame.c".
12977 (frame_chain_valid): Delete check for backtrace_below_main.
12978 (_initialize_blockframe): Delete initialization, move ``set
12979 backtrace-below-main'' command to "frame.c".
12980 (do_flush_frames_sfunc): Delete function.
12981 * frame.c: Include "command.h" and "gdbcmd.h".
12982 (frame_type_from_pc): New function.
12983 (create_new_frame): Use frame_type_from_pc.
12984 (legacy_get_prev_frame): New function.
12985 (get_prev_frame): Rewrite. When an old style frame, call
12986 legacy_get_prev_frame. Otherwize, unwind the PC first.
12987 (_initialize_frame): Add ``set backtrace-below-main'' command.
12988 * Makefile.in (frame.o): Update dependencies.
12989
12990 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12991
12992 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12993 DEPRECATED_REGISTERS_INFO.
12994
12995 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12996
12997 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12998 Maintainers'. Update `Various Maintainers'.
12999
13000 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13001
13002 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13003 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13004 Suppress actual parameters when `-'.
13005 * gdbarch.h, gdbarch.c: Regenerate.
13006
13007 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13008
13009 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13010 code handling dummy frames.
13011
13012 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13013
13014 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13015 (struct frame_unwind): Add field pop.
13016 * frame.h (frame_pop): Declare.
13017 * frame.c (frame_saved_regs_pop): New function.
13018 (trad_frame_unwinder): Add frame_saved_regs_pop.
13019 (frame_pop): New function.
13020 * dummy-frame.c (dummy_frame_pop): New function.
13021 (discard_innermost_dummy): New function.
13022 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13023 (dummy_frame_unwind): Add dummy_frame_pop.
13024 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13025 * valops.c (hand_function_call): Ditto.
13026 * stack.c (return_command): Ditto.
13027
13028 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13029
13030 * cris-tdep.c: Fix function declaration indentation.
13031 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13032 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13033 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13034 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13035 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13036 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13037
13038 2003-01-18 Michael Chastain <mec@shout.net>
13039
13040 * README (Unpacking and Installation -- quick overview):
13041 Warn against ".../gdb-5.3/gdb/configure".
13042
13043 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13044
13045 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13046 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13047 (struct frame_unwind): Declare opaque.
13048 (dummy_frame_p): Declare function.
13049 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13050 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13051 * dummy-frame.c: Include "frame-unwind.h".
13052 (dummy_frame_p): New function.
13053 (dummy_frame_unwind): New variable.
13054 * frame.c: Include "frame-unwind.h".
13055 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13056 to use the new unwind field.
13057 (set_unwind_by_pc): Delete function.
13058 (create_new_frame, get_prev_frame): Set unwind field using
13059 frame_unwind_find_by_pc.
13060 (trad_frame_unwind, trad_frame_unwinder): New variables.
13061 * frame.h (trad_frame_unwind): Declare variable.
13062 (frame_id_unwind_ftype): Delete declaration.
13063 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13064 (struct frame_unwind): Declare opaque.
13065 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13066 register_unwind with a single unwind pointer.
13067 * frame-unwind.h, frame-unwind.c: New files.
13068 * Makefile.in (SFILES): Add frame-unwind.c.
13069 (frame_unwind_h): Define.
13070 (COMMON_OBS): Add frame-unwind.o.
13071 (frame-unwind.o): Specify dependencies.
13072 (frame.o, dummy-frame.o): Update dependencies.
13073
13074 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13075
13076 * ada-valprint.c: Eliminate PTR.
13077 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13078 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13079 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13080 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13081 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13082 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13083 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13084
13085 2003-01-17 Andrew Cagney <ac131313@redhat.com>
13086
13087 * main.c (captured_main): Don't use PTR.
13088 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13089 * gdbtypes.c (lookup_primitive_typename): Ditto.
13090 (lookup_struct_elt_type): Ditto.
13091 * f-valprint.c (info_common_command): Ditto.
13092 (list_all_visible_commons): Ditto.
13093 * jv-typeprint.c (java_type_print_base): Ditto.
13094
13095 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13096 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13097 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13098 i386-interix-nat.c and i386-interix-tdep.c. Rename
13099 m68klinux-nat.c and m68klinux-tdep.c. Rename
13100 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13101 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13102 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13103 * main.c (captured_main): Use xfree, not free.
13104
13105 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13106
13107 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13108 ID back using a parameter.
13109 * frame.c (frame_id_unwind): Update call.
13110 (frame_saved_regs_id_unwind): Update.
13111 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13112 * dummy-frame.h (struct frame_id): Add opaque declaration.
13113 (dummy_frame_id_unwind): Update declaration.
13114
13115 2003-01-15 Andrew Cagney <ac131313@redhat.com>
13116
13117 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13118
13119 2003-01-15 Stephen P. Smith <ischis2@cox.net>
13120
13121 * MAINTAINERS (Stephen P. Smith): Updated email address.
13122
13123 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13124
13125 Fix PR gdb/898
13126 * breakpoint.c (until_break_command): Add new argument. Use it to
13127 decide whether to stop only at the current frame or not.
13128 * breakpoint.h (until_break_command): Update prototype.
13129 * infcmd.c (until_command): Add new argument to until_break_command
13130 call.
13131 (advance_command): New function.
13132 (_initialize_infcmd): Update help string for 'until' command.
13133 Add new 'advance' command.
13134
13135 2003-01-14 David Carlton <carlton@math.stanford.edu>
13136
13137 * linespec.c (decode_line_1): Normalize comments.
13138 (set_flags): Ditto.
13139 (locate_first_half): Ditto.
13140 (decode_compound): Ditto.
13141 (symtab_from_filename): Ditto.
13142 (decode_all_digits): Ditto.
13143 (decode_dollar): Ditto.
13144 (find_methods): Ditto.
13145 (find_toplevel_char): Ditto.
13146
13147 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13148
13149 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13150 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13151 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13152 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13153 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13154 * language.c, language.h, m32r-tdep.c: Update copyright.
13155 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13156 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13157 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13158 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13159 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13160 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13161
13162 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13163
13164 * stabsread.h (process_later, resolve_cfront_continuation):
13165 Obsolete.
13166 Update copyright years.
13167 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13168 Update copyright year.
13169 * dbxread.c(struct cont_elem): Obsolete.
13170 (process_later, process_now): Obsolete functions.
13171 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13172 Update copyright year.
13173 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13174 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13175 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13176 (parse_partial_symbols): Obsolete cfront support.
13177 * stabsread.c
13178 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13179 macros.
13180 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13181 read_cfront_baseclasses, read_cfront_member_functions,
13182 resolve_cfront_continuation,read_cfront_static_fields,
13183 copy_cfront_struct_fields): Obsolete functions.
13184 (define_symbol, read_one_struct_field): Obsolete cfront support.
13185 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13186 Update Copyright year.
13187
13188 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13189
13190 * stack.c (print_frame_info, print_stack_frame_base_stub,
13191 print_stack_frame_base, show_and_print_stack_frame_stub,
13192 show_and_print_stack_frame, print_only_stack_frame_stub,
13193 print_only_stack_frame): Delete functions.
13194 (print_stack_frame_stub): Call print_frame_info instead of
13195 print_frame_info_base.
13196 (print_frame_info_base): Rename to print_frame_info.
13197 (backtrace_command_1): Call print_frame_info, instead of
13198 print_frame_info_base.
13199 (current_frame_command): Call print_stack_frame, instead of
13200 print_only_stack_frame.
13201 (frame_command): Call print_stack_frame, instead of
13202 show_and_print_stack_frame.
13203 (up_command): Ditto.
13204 (down_command): Ditto.
13205 * frame.h (print_only_stack_frame): Delete prototype.
13206 * infrun.c (normal_stop): Call print_stack_frame, instead of
13207 show_and_print_stack_frame.
13208 * thread.c (info_threads_command): Call print_stack_frame, instead
13209 of print_only_stack_frame.
13210
13211 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13212
13213 * README (Graphical interface to GDB): Update URL. Point at
13214 gdb/links/.
13215
13216 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13217 version match.
13218
13219 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13220
13221 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13222 lines.
13223
13224 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13225
13226 * thread-db.c (attach_thread): Prototype.
13227 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13228 thread information (ti), and valid flags (th_valid, ti_valid).
13229 (attach_thread): Move target_pid_to_str call to after the thread
13230 is added to GDB's list. Initialize the cache.
13231 (thread_get_info_callback, thread_db_map_id2thr)
13232 (thread_db_get_info): New functions.
13233 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13234 (thread_db_store_registers, thread_db_thread_alive)
13235 (thread_db_get_thread_local_address): Use them.
13236 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13237 of calling error() for threads in unknown state.
13238
13239 (clear_lwpid_callback): New function.
13240 (thread_db_resume): Use it to clear the cache.
13241
13242 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13243
13244 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13245 (resume_callback): Remove dead code.
13246
13247 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13248
13249 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13250 predicate.
13251 * gdbarch.h, gdbarch.c: Regenerate.
13252 * stack.c (frame_info): Only initialize the saved registers when
13253 FRAME_INIT_SAVED_REGS_P.
13254 * frame.c (frame_saved_regs_register_unwind): Assert
13255 FRAME_INIT_SAVED_REGS_P.
13256 (deprecated_generic_get_saved_register): Ditto.
13257
13258 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13259
13260 * source.c (openp): Squelch warning about "filename".
13261
13262 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13263
13264 * source.c (openp): If the file does not exist don't necessarily
13265 search the path.
13266
13267 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13268
13269 Fix PR gdb/872.
13270 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13271 (integer_types_same_name_p): New function.
13272 (rank_one_type): Use it.
13273 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13274
13275 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13276
13277 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13278 variables.
13279 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13280 * configure.in: Add --with-sysroot.
13281 * configure: Regenerated.
13282 * main.c (gdb_sysroot): New variable.
13283 (captured_main): Initialize gdb_sysroot.
13284 * defs.h (gdb_sysroot): New extern declaration.
13285 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13286
13287 2003-01-12 Michael Chastain <mec@shout.net>
13288
13289 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13290
13291 2003-01-12 Michael Chastain <mec@shout.net>
13292
13293 * top.c (print_gdb_version): Bump copyright year to 2003.
13294
13295 2003-01-12 David Carlton <carlton@bactrian.org>
13296
13297 * linespec.c (symtab_from_filename): Rename variable 's' to
13298 'file_symtab'.
13299
13300 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13301
13302 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13303 dummy frame.
13304 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13305
13306 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13307
13308 * d10v-tdep.c: Include "gdb_assert.h".
13309 (d10v_store_return_value): Rewrite to match current interface.
13310 (d10v_extract_struct_value_address): Ditto.
13311 (d10v_extract_return_value): Ditto.
13312 (d10v_gdbarch_init): Set store_restore_value,
13313 extract_struct_value_address and extract_return_value.
13314
13315 2003-01-12 J. Brobecker <brobecker@gnat.com>
13316
13317 * hpread.c (set_namestring): New procedure replacing the
13318 SET_NAMESTRING macro.
13319 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13320 by calls to set_namestring.
13321
13322 2003-01-11 J. Brobecker <brobecker@gnat.com>
13323
13324 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13325 a compilation warning.
13326 (hpread_process_one_debug_symbol): Likewise.
13327
13328 2003-01-10 David Carlton <carlton@math.stanford.edu>
13329
13330 * linespec.c (decode_line_1): Rename variable 's' to
13331 'file_symtab'.
13332 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13333 (decode_dollar): Ditto.
13334 (decode_variable): Ditto.
13335 (symbol_found): Ditto.
13336
13337 2003-01-09 Michael Chastain <mec@shout.net>
13338
13339 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13340
13341 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13342
13343 * win32-nat.c (set_process_privilege): New function.
13344 (child_attach): Call set_process_privilege() to enable the
13345 SE_DEBUG_NAME user privilege if available in process token.
13346
13347 2003-01-10 J. Brobecker <brobecker@gnat.com>
13348
13349 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13350 compilation error in the previous revision.
13351
13352 2003-01-09 David Carlton <carlton@math.stanford.edu>
13353
13354 * linespec.c: Update copyright.
13355
13356 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13357
13358 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13359 than inferior_ptid.
13360 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13361
13362 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13363
13364 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13365 Update comments.
13366 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13367 (frame_saved_regs_zalloc): Update.
13368 (frame_saved_regs_register_unwind): Update.
13369 (create_new_frame): Update.
13370 (get_prev_frame): Update.
13371 (frame_extra_info_zalloc): Update.
13372 (deprecated_get_frame_saved_regs): Update.
13373 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13374 * cris-tdep.c: Update comment.
13375
13376 * somsolib.h: Fix function indentation.
13377 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13378 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13379 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13380 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13381 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13382
13383 * infrun.c (follow_fork): Use ISO C definition.
13384 * expprint.c (print_subexp): Use xfree instead of free.
13385 * charset.c: Include "gdb_string.h" instead of <string.h>.
13386 (register_iconv_charsets): Use ISO C definition.
13387 (host_charset, target_charset): Ditto.
13388 * Makefile.in (charset.o): Update dependencies.
13389 (mi-cmd-env.o): Update dependencies.
13390
13391 2003-01-08 Andrew Cagney <cagney@redhat.com>
13392
13393 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13394 get_frame_base.
13395
13396 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13397
13398 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13399 build directories. Save edited gdb output in Mbuild.log. If a
13400 build fails, remove any final GDB executable.
13401
13402 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13403
13404 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13405 replacing hex constants with function names and stripping leading
13406 file name directory prefixes.
13407
13408 2003-01-08 Andrew Cagney <cagney@redhat.com>
13409
13410 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13411 get_frame_base.
13412
13413 2003-01-08 David Carlton <carlton@math.stanford.edu>
13414
13415 * linespec.c (decode_line_1): Move code into decode_variable.
13416 (decode_variable): New function.
13417
13418 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13419
13420 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13421
13422 2003-01-08 Andrew Cagney <cagney@redhat.com>
13423
13424 * cris-tdep.c (cris_frame_init_saved_regs): Use
13425 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13426 saved_regs buffer.
13427 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13428 (sh64_nofp_frame_init_saved_regs): Ditto.
13429 (sh_fp_frame_init_saved_regs): Ditto.
13430 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13431 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13432 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13433 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13434
13435 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13436
13437 * minsyms.c (lookup_minimal_symbol): Update comment.
13438 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13439 (lookup_minimal_symbol_solib_trampoline): Likewise.
13440
13441 2003-01-08 Andrew Cagney <cagney@redhat.com>
13442
13443 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13444 frame_relative_level.
13445
13446 * alpha-tdep.c: Use get_frame_extra_info.
13447 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13448 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13449 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13450 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13451
13452 * alpha-tdep.c: Use get_next_frame.
13453 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13454 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13455 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13456 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13457 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13458 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13459 * xstormy16-tdep.c: Ditto.
13460
13461 2003-01-07 Andrew Cagney <cagney@redhat.com>
13462
13463 * alpha-tdep.c: Use get_frame_base.
13464 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13465 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13466 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13467 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13468 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13469 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13470 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13471 * config/sparc/tm-sparc.h: Ditto.
13472
13473 2003-01-07 Andrew Cagney <cagney@redhat.com>
13474
13475 * frame.c (deprecated_get_frame_context): New function.
13476 (deprecated_set_frame_context): New function.
13477 * frame.h (deprecated_get_frame_context): Declare.
13478 (deprecated_set_frame_context): Declare.
13479 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13480 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13481
13482 2003-01-07 Andrew Cagney <cagney@redhat.com>
13483
13484 * frame.c (deprecated_set_frame_next_hack): New function.
13485 (deprecated_set_frame_prev_hack): New function.
13486 * frame.h (deprecated_set_frame_next_hack): Declare.
13487 (deprecated_set_frame_prev_hack): Declare.
13488 * mcore-tdep.c (analyze_dummy_frame): Use
13489 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13490 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13491
13492 2003-01-07 David Carlton <carlton@math.stanford.edu>
13493
13494 * linespec.c (decode_line_1): Move code into decode_dollar.
13495 (decode_dollar): New function.
13496
13497 2003-01-07 Andrew Cagney <cagney@redhat.com>
13498
13499 * arm-tdep.c (arm_init_extra_frame_info): Use
13500 deprecated_update_frame_base_hack.
13501 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13502 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13503 (fix_frame_pointer): Ditto.
13504 (mn10300_analyze_prologue): Ditto.
13505
13506 2003-01-07 Andrew Cagney <cagney@redhat.com>
13507
13508 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13509 extra_info using frame_extra_info_zalloc.
13510 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13511 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13512 (sh64_init_extra_frame_info): Ditto.
13513 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13514 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13515 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13516 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13517 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13518 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13519 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13520 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13521 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13522 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13523 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13524 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13525
13526 * mn10300-tdep.c (analyze_dummy_frame): Use
13527 deprecated_set_frame_extra_info_hack.
13528 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13529
13530 2003-01-07 J. Brobecker <brobecker@gnat.com>
13531
13532 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13533 class is not scText. These do not define "real" procedures.
13534 (parse_partial_symbols): Likewise.
13535
13536 2003-01-06 Michael Snyder <msnyder@redhat.com>
13537
13538 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13539
13540 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13541
13542 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13543 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13544 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13545 deprecated_frame_xmalloc_with_cleanup.
13546 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13547 deprecated_frame_xmalloc.
13548 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13549 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13550
13551 2003-01-06 Andrew Cagney <cagney@redhat.com>
13552
13553 * x86-64-linux-tdep.c: Include "osabi.h".
13554 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13555
13556 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13557
13558 2003-01-06 Andrew Cagney <cagney@redhat.com>
13559
13560 * MAINTAINERS (Target Instruction Set Architectures): Update
13561 arm-elf. Can be built with -Werror, has been multiarched.
13562
13563 * value.h (unpack_long): Make buffer parameter constant.
13564 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13565 * scm-lang.h (scm_parse): Ditto.
13566 * defs.h (extract_typed_address, extract_address): Ditto.
13567 (extract_long_unsigned_integer): Ditto.
13568 * inferior.h (unsigned_pointer_to_address): Ditto.
13569 (signed_pointer_to_address): Ditto.
13570 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13571 * gdbarch.h, gdbarch.c: Regenerate.
13572 * findvar.c (extract_long_unsigned_integer): Update.
13573 (extract_address): Update.
13574 (extract_typed_address): Update.
13575 (unsigned_pointer_to_address): Update.
13576 * values.c (unpack_long): Update.
13577 (unpack_double): Update.
13578 (unpack_pointer): Update.
13579 (unpack_field_as_long): Update.
13580 * d10v-tdep.c (d10v_pointer_to_address): Update.
13581 * avr-tdep.c (avr_pointer_to_address): Update.
13582 * scm-lang.c (scm_unpack): Update.
13583 * findvar.c (signed_pointer_to_address): Update.
13584
13585 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13586
13587 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13588 since it is in i386-tdep.c.
13589
13590 2003-01-06 J. Brobecker <brobecker@gnat.com>
13591
13592 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13593 failure introduced in the previous change.
13594
13595 2003-01-05 Michael Chastain <mec@shout.net>
13596
13597 * README: Remove references to deleted remote-*.c files:
13598 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13599 remote-nrom.c, remote-os9k.c, remote-udi.c.
13600
13601 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13602
13603 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13604 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13605 i386_get_longjmp_target.
13606
13607 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13608
13609 * arm-tdep.c (prologue_cache): Change to a pointer.
13610 (_initialize_arm_tdep): Allocate prologue_cache.
13611 (check_prologue_cache): Update.
13612 (save_prologue_cache): Update.
13613 (arm_gdbarch_init): Update.
13614
13615 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13616
13617 * stabsread.c (update_method_name_from_physname): Call complaint()
13618 instead of error.
13619
13620 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13621
13622 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13623 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13624 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13625
13626 * blockframe.c: Include "gdbcmd.h" and "command.h".
13627 (backtrace_below_main): New variable.
13628 (file_frame_chain_valid, func_frame_chain_valid)
13629 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13630 (generic_func_frame_chain_valid): Remove functions.
13631 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13632 (_initialize_blockframe): New function.
13633 * Makefile.in (blockframe.o): Update dependencies.
13634 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13635 comment. Call frame_chain_valid ().
13636 * frame.h: Remove old prototypes. Add prototype for
13637 frame_chain_valid and update comments to match.
13638 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13639 Remove old comment.
13640 * gdbarch.h: Regenerated.
13641 * gdbarch.c: Regenerated.
13642
13643 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13644 set_gdbarch_frame_chain_valid.
13645 * avr-tdep.c (avr_gdbarch_init): Likewise.
13646 * cris-tdep.c (cris_gdbarch_init): Likewise.
13647 * frv-tdep.c (frv_gdbarch_init): Likewise.
13648 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13649 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13650 (i386_nw_init_abi): Likewise.
13651 (i386_gdbarch_init): Likewise.
13652 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13653 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13654 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13655 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13656 * mips-tdep.c (mips_gdbarch_init): Likewise.
13657 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13658 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13659 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13660 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13661 * s390-tdep.c (s390_gdbarch_init): Likewise.
13662 * sh-tdep.c (sh_gdbarch_init): Likewise.
13663 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13664 * v850-tdep.c (v850_gdbarch_init): Likewise.
13665 * vax-tdep.c (vax_gdbarch_init): Likewise.
13666 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13667
13668 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13669 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13670 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13671 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13672 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13673 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13674 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13675 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13676
13677 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13678
13679 * Makefile.in (acconfig_h): Remove incorrect macro.
13680 (config_h): Define.
13681 (osabi.o): Update dependencies.
13682 * configure.tgt: Set gdb_osabi based on target triplet.
13683 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13684 * configure: Regenerated.
13685 * config.in: Regenerated.
13686 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13687 (GDB_OSABI_DEFAULT): Define if not already defined.
13688 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13689 (set_osabi_string): New variables.
13690 (gdbarch_register_osabi): Add new OS ABI to
13691 gdb_osabi_available_names.
13692 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13693 (set_osabi, show_osabi): New functions.
13694 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13695
13696 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13697
13698 * arch-utils.c (gdbarch_info_init): Set osabi to
13699 GDB_OSABI_UNINITIALIZED.
13700 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13701 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13702 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13703 * gdbarch.c: Regenerated.
13704 * gdbarch.h: Regenerated.
13705 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13706 there's no BFD.
13707 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13708 * osabi.h (enum gdb_osabi): Move to defs.h.
13709 (gdbarch_init_osabi): Update prototype.
13710 * defs.h (enum gdb_osabi): Moved here.
13711 * Makefile.in: Update dependencies.
13712
13713 * alpha-tdep.h: Don't include "osabi.h".
13714 (struct gdbarch_tdep): Remove osabi member.
13715 * alpha-tdep.c: Include "osabi.h".
13716 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13717 iterate over arches. Update call to gdbarch_init_osabi.
13718 (alpha_dump_tdep): Don't dump osabi.
13719 * alpha-linux-tdep.c: Include "osabi.h".
13720 * alpha-osf1-tdep.c: Include "osabi.h".
13721 * alphafbsd-tdep.c: Include "osabi.h".
13722 * alphanbsd-tdep.c: Include "osabi.h".
13723
13724 * arm-tdep.h: Don't include "osabi.h".
13725 (struct gdbarch_tdep): Remove osabi member.
13726 * arm-tdep.c: Include "osabi.h".
13727 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13728 iterate over arches. Update call to gdbarch_init_osabi.
13729 (arm_dump_tdep): Don't dump osabi.
13730 * arm-linux-tdep.c: Include "osabi.h".
13731 * armnbsd-tdep.c: Include "osabi.h".
13732
13733 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13734 Update call to gdbarch_init_osabi.
13735
13736 * i386-tdep.h: Don't include "osabi.h".
13737 (struct gdbarch_tdep): Remove osabi member.
13738 * i386-tdep.c: Include "osabi.h".
13739 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13740 iterate over arches. Update call to gdbarch_init_osabi.
13741 (i386_dump_tdep): Don't dump osabi.
13742 * i386-linux-tdep.c: Include "osabi.h".
13743 * i386-sol2-tdep.c: Include "osabi.h".
13744 * i386bsd-tdep.c: Include "osabi.h".
13745 * i386gnu-tdep.c: Include "osabi.h".
13746 * i386ly-tdep.c: Include "osabi.h".
13747 * i386nbsd-tdep.c: Include "osabi.h".
13748 * i386obsd-tdep.c: Include "osabi.h".
13749
13750 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13751 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13752 check osabi when iterating over arches. Update call to
13753 gdbarch_init_osabi.
13754 (mips_dump_tdep): Don't dump osabi.
13755
13756 * ns32k-tdep.h: Don't include "osabi.h".
13757 (struct gdbarch_tdep): Remove.
13758 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13759 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13760 allocate tdep. Update call to gdbarch_init_osabi.
13761 (ns32k_dump_tdep): Remove.
13762 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13763 * ns32knbsd-tdep.c: Include "osabi.h".
13764
13765 * ppc-tdep.h: Don't include "osabi.h".
13766 (struct gdbarch_tdep): Remove osabi member.
13767 * rs6000-tdep.c: Include "osabi.h".
13768 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13769 osabi when iterating over arches. Update call to
13770 gdbarch_init_osabi.
13771 (rs6000_dump_tdep): Don't dump osabi.
13772 * ppc-linux-tdep.c: Include "osabi.h".
13773 * ppcnbsd-tdep.c: Include "osabi.h".
13774
13775 * sh-tdep.h: Don't include "osabi.h".
13776 (struct gdbarch_tdep): Remove osabi member.
13777 * sh-tdep.c: Include "osabi.h".
13778 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13779 iterate over arches. Update call to gdbarch_init_osabi.
13780 (sh_dump_tdep): Don't dump osabi.
13781 * shnbsd-tdep.c: Include "osabi.h".
13782
13783 * sparc-tdep.c: Include "osabi.h".
13784 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13785 iterate over arches. Update call to gdbarch_init_osabi.
13786 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13787 tdep structure.
13788
13789 * vax-tdep.h: Don't include "osabi.h".
13790 (struct gdbarch_tdep): Remove.
13791 * vax-tdep.c: Include "osabi.h".
13792 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13793 iterate over arches. Don't allocate tdep. Update call
13794 to gdbarch_init_osabi.
13795 (vax_dump_tdep): Remove.
13796 (_initialize_vax_tdep): Update call to gdbarch_register.
13797
13798 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13799
13800 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13801 entirely.
13802 (breakpoint_re_set_one): Don't fetch the value for a disabled
13803 watchpoint.
13804
13805 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13806
13807 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13808 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13809 (COERCE_FLOAT_TO_DOUBLE): Remove.
13810 * gdbarch.c: Regenerate.
13811 * gdbarch.h: Regenerate.
13812 * Makefile.in: Remove value_h from gdbarch_h.
13813 * valops.c (coerce_float_to_double): New variable.
13814 (default_coerce_float_to_double): Remove.
13815 (standard_coerce_float_to_double): Remove.
13816 (value_arg_coerce): Use coerce_float_to_double.
13817 (_initialize_valops): Add "set coerce-float-to-double".
13818 * value.h (default_coerce_float_to_double): Remove prototype.
13819 (standard_coerce_float_to_double): Remove prototype.
13820
13821 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13822 prototyped.
13823 * mdebugread.c (parse_symbol): Likewise.
13824 * stabsread.c (define_symbol): Mark all functions as prototyped.
13825
13826 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13827 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13828 set_gdbarch_coerce_float_to_double.
13829 * arm-tdep.c (arm_gdbarch_init): Likewise.
13830 * frv-tdep.c (frv_gdbarch_init): Likewise.
13831 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13832 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13833 * mips-tdep.c (mips_gdbarch_init): Likewise.
13834 (mips_coerce_float_to_double): Remove.
13835 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13836 (rs6000_coerce_float_to_double): Remove.
13837 * s390-tdep.c (s390_gdbarch_init): Likewise.
13838 * sh-tdep.c (sh_gdbarch_init): Likewise.
13839 (sh_coerce_float_to_double): Remove.
13840 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13841 (sparc_coerce_float_to_double): Remove.
13842 * v850-tdep.c (v850_gdbarch_init): Likewise.
13843 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13844 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13845 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13846 (hppa_coerce_float_to_double): Remove prototype.
13847 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13848
13849 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13850
13851 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13852
13853 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13854
13855 Suggested by Stewart Brown <sb24@avaya.com>:
13856 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13857 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13858 (c_type_print_varspec_suffix): Likewise.
13859
13860 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13861
13862 * configure.in: Don't set and AC_SUBST SUBDIRS.
13863 * configure: Regenerated.
13864
13865 * configure.in: Remove code dealing with shared libraries.
13866 * Makefile.in: Remove HLDFLAGS and HLDENV.
13867 * configure: Regenerated.
13868
13869 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13870
13871 * frame.c (deprecated_frame_xmalloc): New function.
13872 (deprecated_set_frame_saved_regs_hack): New function.
13873 (deprecated_set_frame_extra_info_hack): New function.
13874 * frame.h (deprecated_frame_xmalloc): Declare.
13875 (deprecated_set_frame_saved_regs_hack): Declare.
13876 (deprecated_set_frame_extra_info_hack): Declare.
13877
13878 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13879
13880 * configure.in: Move code that provides the --enable-gdbtk option
13881 right after the code that handles the --enable-tui option, and
13882 polish it somewhat.
13883 * configure: Regenerated.
13884
13885 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13886 AC_CHECK_FUNCS and remove the old check for pread64.
13887 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13888 * acconfig.h (_GNU_SOURCE): Add.
13889 (HAVE_PREAD64): Remove.
13890 * configure, aclocal.m4, config.in: Regenerated.
13891
13892 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13893
13894 * alpha-tdep.c: Use get_frame_saved_regs.
13895 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13896 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13897 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13898 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13899 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13900
13901 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13902
13903 * configure.in: Remove all use of the SUBDIRS variable; add
13904 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13905 code providing the --enable-multi-ice option, and move it right in
13906 front of the code that checks whether gdbserver is supported.
13907 Polish that too.
13908 * configure: Regenerated.
13909 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13910 @SUBDIRS@.
13911
13912 2003-01-03 Andrew Cagney <cagney@redhat.com>
13913
13914 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13915 * avr-tdep.c, cris-tdep.c: Ditto.
13916 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13917 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13918
13919 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13920
13921 * configure.in: Remove --enable-netrom option.
13922 * configure: Regenerated.
13923
13924 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13925
13926 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13927 declaration for `struct re_pattern_buffer' instead.
13928 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13929
13930 2003-01-03 J. Brobecker <brobecker@gnat.com>
13931
13932 * mdebugread.c (parse_symbol): Count until the stEnd matching
13933 the structure name.
13934
13935 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13936
13937 * configure.in: Remove --with-cpu option.
13938 subscripts. Remove evil changequotes here.
13939 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13940 * config.in, configure: Regenerated.
13941
13942 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13943 * configure.in: Cleanup section that sources GDB and BFD configure
13944 subscripts. Remove evil changequotes here.
13945 * config.in, configure: Regenerated.
13946
13947 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13948
13949 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13950 frame accessor methods.
13951 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13952 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13953 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13954 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13955 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13956 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13957 * z8k-tdep.c: Ditto.
13958
13959 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13960
13961 * configure.in: Remove UI_OUT configuration code.
13962 * ada-lang.c: Update assuming UI_OUT is always true.
13963 * Makefile.in (UIOUT_CFLAGS): Remove.
13964 * configure: Regenerated.
13965 * TODO: Remove blurb about elimination of -DUI_OUT.
13966
13967 * configure.in: Move code that provides the --enable-gdbcli,
13968 --enable-gdbmi options right before the code that handles the
13969 --enable-tui option. Polish a bit.
13970 * configure: Regenerated.
13971
13972 * configure.in: Rewrite check for GNU regex and the
13973 --without-included regex option, and move it into the "Checks for
13974 library functions" section. This makes us use the system regex
13975 again by default on systems with version 2 of the GNU C library.
13976 This was apparently broken.
13977 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13978 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13979 * config.in, configure: Regenerated.
13980
13981 * configure.in: Move code that provides the --enable-tui option
13982 before the "Checks for libraries" section. Polish the code
13983 somewhat and set need_curses to yes if we build the TUI. Rewrite
13984 code that looks for a library providing termcap functionality to
13985 match more closely what's done in the Readline library, and move
13986 it into to the "Checks for libraries" section.
13987 * configure: Regenerated.
13988 * Makefile.in (TERMCAP): Remove variable.
13989 * config/i386/go32.mh (TERMCAP): Remove variable.
13990
13991 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13992
13993 * MAINTAINERS: Mention gdb_mbuild.sh.
13994 * gdb_mbuild.sh: Rewrite.
13995
13996 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13997
13998 * configure.in: Fix typo in last change.
13999 * config.in, configure: Regenerated.
14000
14001 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14002
14003 * valarith.c (value_binop): Delete obsolete code and comments.
14004 * configure.host: Ditto.
14005 * buildsym.h (make_blockvector): Ditto.
14006 * buildsym.c (make_blockvector): Ditto.
14007 * defs.h (enum language): Ditto.
14008 (chill_demangle): Ditto.
14009 * elfread.c (elf_symtab_read): Ditto.
14010 * dwarfread.c (CHILL_PRODUCER): Ditto.
14011 (set_cu_language): Ditto.
14012 (handle_producer): Ditto.
14013 * expprint.c (print_subexp): Ditto.
14014 * gdbtypes.c (chill_varying_type): Ditto.
14015 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14016 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14017 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14018 (chill_varying_type): Ditto.
14019 * language.h (_LANG_chill): Ditto.
14020 * language.c (binop_result_type, integral_type): Ditto.
14021 (character_type, string_type, structured_type): Ditto.
14022 (lang_bool_type, binop_type_check): Ditto.
14023 * stabsread.h (os9k_stabs): Ditto.
14024 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14025 (define_symbol, read_type, read_struct_fields): Ditto.
14026 (read_array_type, read_enum_type, read_huge_number): Ditto.
14027 (read_range_type, start_stabs): Ditto.
14028 * symfile.c (init_filename_language_table): Ditto.
14029 (add_psymbol_with_dem_name_to_list): Ditto.
14030 * symtab.c (symbol_init_language_specific): Ditto.
14031 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14032 * symtab.h (struct general_symbol_info): Ditto.
14033 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14034 * typeprint.c (typedef_print): Ditto.
14035 * utils.c (fprintf_symbol_filtered): Ditto.
14036 * valops.c (value_cast, search_struct_field, value_slice): Delete
14037 obsolete code.
14038 (varying_to_slice): Delete function.
14039 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14040 (varying_to_slice): Delete declaration.
14041 * MAINTAINERS: Update.
14042
14043 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14044
14045 * configure.in: Reorganize "Checks for library functions section"
14046 a bit. Remove check for `btowc' and `isascii' functions.
14047 * configure: Regenerated.
14048
14049 * acconfig.h (_MSE_INT_H): Remove.
14050 * configure.in: Create "Checks for header files" section, and move
14051 appropriate tests there. Don't check for objlist.h, wchar.h,
14052 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14053 misdetection fix. Also add "Checks for types", "Checks for
14054 compiler characteristics" and "Checks for library functions"
14055 sections.
14056 * config.in, configure: Regenerated.
14057
14058 * configure.in: Create "Checks for programs" section, and move
14059 appropriate tests there.
14060
14061 2003-01-01 Mark Kettenis <kettenis@gnu.org>
14062
14063 * configure.in: Create "Checks for libraries" section, and move
14064 appropriate tests there. Cleanup check for wctype in libw. Use
14065 AC_SEARCH_LIBS to see whether we need libsocket.
14066 * configure: Regenerated.
14067
14068 For older changes see ChangeLog-2002
14069 \f
14070 Local Variables:
14071 mode: change-log
14072 left-margin: 8
14073 fill-column: 74
14074 version-control: never
14075 End:
This page took 0.307825 seconds and 5 git commands to generate.