* breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
[binutils-gdb.git] / gdb / ChangeLog
1 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
2
3 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
4 (beakpoint_init_inferior): Likewise.
5 (breakpoint_here_p): Likewise. Only check addresses for software
6 or hardware breakpoints.
7 (breakpoint_inserted_here_p): Likewise.
8 (breakpoint_thread_match): Likewise. Correct comment.
9 (bpstat_have_active_hw_watchpoints): Likewise.
10 (check_duplicates): Likewise.
11
12 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
13
14 * breakpoints.c (insert_bp_location): New function, broken out
15 from insert_breakpoints. Work on an bp_location instead of a
16 breakpoint.
17 (insert_breakpoints): Use it.
18
19 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
20
21 * breakpoint.h (struct bp_location): Add section.
22 (struct breakpoint): Remove section.
23 * breakpoint.c (insert_breakpoints, remove_breakpoint)
24 (breakpoint_here_p, breakpoint_inserted_here_p)
25 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
26 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
27 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
28 section through loc.
29
30 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
31
32 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
33 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
34
35 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
36
37 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
38 arguments. Initialize owner and type for the new breakpoint
39 location item.
40 (set_raw_breakpoint): Update call to allocate_bp_location.
41
42 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
43
44 * breakpoint.h (struct bp_location): Add a chain pointer.
45 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
46 macros.
47 (bp_location_chain): New variable.
48 (allocate_bp_location): New function.
49 (set_raw_breakpoint): Use it.
50 (delete_breakpoint): Remove ->loc from the bp_location_chain.
51
52 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
53
54 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
55 (struct breakpoint): Remove address, shadow_contents, inserted,
56 requested_address, and duplicate. Add a struct bp_location.
57 * breakpoint.c (condition_command, read_memory_nobpt)
58 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
59 (reattach_breakpoints, update_breakpoints_after_exec)
60 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
61 (breakpoint_init_inferior, breakpoint_here_p)
62 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
63 (breakpoint_thread_match, bpstat_stop_status)
64 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
65 (describe_other_breakpoints, check_duplicates)
66 (make_breakpoint_permanent, create_thread_event_breakpoint)
67 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
68 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
69 (watch_command_1, print_one_exception_catchpoint)
70 (clear_command, breakpoint_re_set_one): Adjust member accesses to
71 use the breakpoint's ->loc.
72 (set_raw_breakpoint): Likewise. Initialize ->loc.
73 (delete_breakpoint): Likewise. Free ->loc.
74
75 2003-11-05 Andrew Cagney <cagney@redhat.com>
76
77 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
78 macro.
79 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
80 * config/i386/tm-cygwin.h
81 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
82 * config/powerpc/tm-linux.h
83 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
84 (at_subroutine_call_instruction_target): Delete declaration.
85 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
86 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
87 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
88
89 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
90 "struct bfd_section" and "struct bfd".
91 * target.h (struct section_table): Ditto.
92 * rs6000-nat.c (xcoff_relocate_core): Ditto.
93 * solib-svr4.c (elf_locate_base): Ditto.
94 * pa64solib.c (dld_cache_t): Ditto.
95 * objfiles.h (struct obj_section): Ditto.
96 * objfiles.c (add_to_objfile_sections): Ditto.
97 * exec.c (bfdsec_to_vmap): Ditto.
98 (add_to_section_table): Ditto.
99 (build_section_table): Ditto.
100 * corelow.c (get_core_register_section): Ditto.
101 * coffread.c (find_linenos): Ditto.
102 * elfread.c (elf_interpreter): Delete #if0'd function.
103
104 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
105 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
106 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
107 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
108
109 * arch-utils.h (generic_cannot_extract_struct_value_address):
110 Delete declaration.
111 * wince.c (_initialize_wince): Fix multi-line string.
112 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
113
114 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
115
116 * top.c (execute_command): Fix broken logic for command execution
117 while inferior is running in async mode.
118
119 2003-11-06 Mark Kettenis <kettenis@gnu.org>
120
121 * dwarf2-frame.c (execute_cfa_program): Mark register as
122 REG_SAVED_REG for DW_CFA_register opcode.
123
124 2003-11-05 Mark Kettenis <kettenis@gnu.org>
125
126 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
127 %rsp, %rip and %eflags to match ABI-change.
128
129 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
130
131 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
132 (ia64_gdbarch_init): Don't bother calculating the os.
133 Instead use the gdbarch_info struct and look at the osabi field.
134 Also use gdbarch_list_lookup_by_info() to look for a
135 candidate gdbarch.
136
137 2003-11-05 Kevin Buettner <kevinb@redhat.com>
138
139 * frv-tdep.c (frv_register_byte): Delete.
140 (frv_extract_return_value, frv_store_return_value)
141 (frv_extract_struct_value_address): Don't call frv_register_byte().
142 Convert to non-deprecated form.
143 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
144 Convert calls to set_gdbarch_deprecated_extract_return_value(),
145 set_gdbarch_deprecated_store_return_value(), and
146 set_gdbarch_deprecated_extract_struct_value_address() into
147 non-deprecated forms.
148
149 2003-11-05 Andrew Cagney <cagney@redhat.com>
150
151 * mips-tdep.c (mips_dump_tdep): Do not print
152 PRINT_EXTRA_FRAME_INFO.
153 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
154 Rename PRINT_EXTRA_FRAME_INFO.
155 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
156 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
157 (mips_print_extra_frame_info): Delete declaration.
158 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
159
160 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
161
162 * coffread.c (coff_symtab_read): Remove passing of info parameter
163 to prim_record_minimal_symbol_and_info.
164
165 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
166
167 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
168 (decode_base_type): Delete ifdeffed out code.
169
170 2003-11-04 Andrew Cagney <cagney@redhat.com>
171
172 * symtab.c (find_active_alias): Delete function.
173 (lookup_block_symbol): Delete alias code.
174 * stabsread.c (resolve_live_range): Delete function.
175 (add_live_range): Delete function.
176 (resolve_symbol_reference): Delete function.
177 (define_symbol): Delete live range and alias code.
178 (scan_file_globals): Delete alias code.
179 * symtab.h (SYMBOL_RANGES): Delete macro.
180 (struct range_list): Delete structure.
181 (struct symbol): Delete field "ranges".
182 (SYMBOL_ALIASES): Delete macro.
183 (struct alias_list): Delete structure.
184 (struct symbol): Delete field "aliases".
185
186 2003-11-04 Michael Snyder <msnyder@redhat.com>
187
188 * MAINTAINERS: Remove myself as owner of breakpoints and
189 of sparc/solaris.
190
191 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
192
193 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
194 (sh_sh4al_dsp_register_name): Ditto.
195 (sh4_nofpu_show_regs): Ditto.
196 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
197 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
198
199 2003-11-03 Andrew Cagney <cagney@redhat.com>
200
201 * bcache.c: Include "gdb_assert.h".
202 (struct bcache): Add fields "expand_count" and
203 "expand_hash_count".
204 (expand_hash_table): Update the expand counts.
205 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
206 on object sizes and hashes.
207 * Makefile.in (bcache.o): Update dependencies.
208
209 2003-11-03 Andrew Cagney <cagney@redhat.com>
210
211 * exec.c (xfer_memory): Eliminate xfer_fn.
212
213 2003-10-31 Kevin Buettner <kevinb@redhat.com>
214
215 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
216 (opcodes/frv-desc.h): Include.
217 (iacc0h_regnum, iacc0l_regnum): Define.
218 (last_spr_regnum, frv_num_regs): Update.
219 (new_variant): Don't supply default names for holes in the SPRs.
220 Supply names for iacc0h_regnum and iacc0l_regnum.
221 (frv_register_type): Use symbolic constants first_fpr_regnum and
222 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
223 builtin_type_int instead of builtin_type_int32.
224 (frv_register_sim_regno): New function.
225 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
226 * Makefile.in (gdb_sim_frv_h): Define.
227 (frv-tdep.o): Update dependencies.
228
229 2003-10-31 Andrew Cagney <cagney@redhat.com>
230
231 * avr-tdep.c (avr_frame_this_id): Do not call
232 deprecated_inside_entry_file.
233 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
234 * m32r-tdep.c (m32r_frame_this_id): Ditto.
235 * d10v-tdep.c (d10v_frame_this_id): Ditto.
236 * arm-tdep.c (arm_prologue_this_id): Ditto.
237 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
238
239 2003-10-31 Jim Blandy <jimb@redhat.com>
240
241 * elfread.c (elf_symtab_read): Allocate correct number of tail
242 elements to sectinfo structure. (Fix from Woody LaRue.)
243
244 2003-10-31 Andrew Cagney <cagney@redhat.com>
245
246 * stack.c (return_command): Use get_frame_type, instead of
247 CALL_DUMMY_HAS_COMPLETED.
248 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
249 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
250
251 2003-10-31 Mark Kettenis <kettenis@gnu.org>
252
253 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
254 explicitly specify size of array.
255 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
256 TDEP->sc_num_regs.
257
258 2003-10-31 Andrew Cagney <cagney@redhat.com>
259
260 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
261 function.
262 (s390_gdbarch_init): Set extract_struct_value_address.
263 * arch-utils.c (generic_cannot_extract_struct_value_address):
264 Delete function.
265 * arch-utils.h (generic_cannot_extract_struct_value_address):
266 Delete definition.
267
268 2003-10-31 Mark Kettenis <kettenis@gnu.org>
269
270 * i386-linux-nat.c (fetch_core_registers): Remove.
271 (linux_elf_core_fns): Remove.
272 (_initialize_i386_linux_nat): Remove.
273
274 2003-10-31 Andrew Cagney <cagney@redhat.com>
275
276 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
277 "exec.h".
278 (exec_entry_point): New function.
279 (enable_break): Create a "tmp_bfd_target", use that and
280 entry_point_address when computing the relocation offset.
281 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
282 * Makefile.in (solib-svr4.o): Update dependencies.
283
284 2003-10-31 Andrew Cagney <cagney@redhat.com>
285
286 * defs.h (XZALLOC): Define.
287 * target.h (struct target_ops): Add "to_data";
288 * bfd-target.h, bfd-target.c: New files.
289 * Makefile.in (SFILES): Add "bfd-target.c".
290 (COMMON_OBS): Add "bfd-target.o".
291 (bfd-target.o): Specify dependencies.
292 (bfd_target_h): Define.
293 * defs.h (XZALLOC): Define.
294
295 2003-10-31 Andrew Cagney <cagney@redhat.com>
296
297 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
298 adjust_breakpoint_address.
299 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
300 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
301 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
302 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
303
304 2003-10-31 Andrew Cagney <cagney@redhat.com>
305
306 * target.h (struct target_ops): Replace "to_read_partial" and
307 "to_write_partial" with "to_xfer_partial". Update comments.
308 * target.c (debug_to_write_partial): Delete function.
309 (debug_to_xfer_partial): Replace debug_to_read_partial.
310 (add_target, update_current_target, setup_target_debug): Set
311 "to_xfer_partial" instead of "to_read_partial" and
312 "to_write_partial".
313 (default_xfer_partial): Replace "default_write_partial".
314 (default_read_partial): Delete.
315 (target_read_partial, target_write_partial): Call
316 "to_xfer_partial".
317 * remote.c (init_remote_ops): Set "to_xfer_partial".
318 (init_remote_async_ops): Ditto.
319 (remote_xfer_partial): Replace "remote_read_partial".
320
321 2003-10-31 Mark Kettenis <kettenis@gnu.org>
322
323 * i386-tdep.c (i386_supply_fpregset): Support floating-point
324 registers in `fxsave' format.
325 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
326
327 2003-10-30 Mark Kettenis <kettenis@gnu.org>
328
329 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
330 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
331 TDEP->gregset_num_regs and tdep->sizeof_gregset.
332
333 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
334 specify size of array.
335 (i386_linux_init_abi): Remove initialization of
336 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
337 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
338
339 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
340 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
341 core-regset.o.
342
343 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
344 the ELF header.
345
346 2003-10-29 Mark Kettenis <kettenis@gnu.org>
347
348 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
349 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
350 core-regset.o.
351
352 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
353
354 * corelow.c: Include "arch-utils.h", "regset.h" and
355 "gdb_assert.h".
356 (core_gdbarch): New variable.
357 (sniff_core_bfd): Don't sniff if we have support for register sets
358 in CORE_GDBARCH.
359 (core_close): Reset CORE_GDBARCH.
360 (core_open): Initialize CORE_GDBARCH.
361 (get_core_register_section): Use register sets if they are
362 supported by CORE_GDBARCH.
363 (get_core_registers): Don't print error message if we have support
364 for register sets in CORE_GDBARCH.
365
366 2003-10-29 Andrew Cagney <cagney@redhat.com>
367
368 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
369 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
370
371 2003-10-29 Mark Kettenis <kettenis@gnu.org>
372
373 * objfiles.h (clear_objfile_data): New prototype.
374 * objfiles.c (clear_objfile_data): New function.
375 * symfile.c (reread_symbols): Clear per-objfile data.
376
377 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
378
379 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
380 printf_unfiltered instead of printf_filtered for output messages.
381 (add_symbol_file_command): Ditto.
382 (reread_symbols): Ditto.
383 (overlay_auto_command): Ditto.
384 (overlay_manual_command): Ditto.
385 (overlay_off_command): Ditto.
386
387 2003-10-27 Mark Kettenis <kettenis@gnu.org>
388
389 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
390 (gdbarch_from_bfd): New function.
391 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
392 deprecated_select_gdbarch_hack.
393 * arch-utils.h (gdbarch_from_bfd): New prototype.
394
395 2003-10-27 Andrew Cagney <cagney@redhat.com>
396
397 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
398 arch_info. Use warning instead of fprintf_filtered. Do not use
399 deprecated bfd_printable_arch_mach.
400
401 2003-10-26 Kevin Buettner <kevinb@redhat.com>
402
403 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
404 Delete.
405 (frv_register_type): Rename from frv_register_virtual_type. Add
406 ``struct gdbarch *'' parameter.
407 (frv_gdbarch_init): Delete calls to the following functions:
408 set_gdbarch_deprecated_size(),
409 set_gdbarch_deprecated_register_bytes(),
410 set_gdbarch_deprecated_register_raw_size(),
411 set_gdbarch_deprecated_max_register_raw_size(),
412 set_gdbarch_deprecated_register_virtual_size(),
413 set_gdbarch_deprecated_max_register_virtual_size(),
414 set_gdbarch_deprecated_register_virtual_size(),
415 set_gdbarch_deprecated_register_virtual_type().
416 Add call to function set_gdbarch_register_type().
417
418 2003-10-26 Mark Kettenis <kettenis@gnu.org>
419
420 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
421 FDOFF_REGNUM): Remove defines.
422 * win32-nat.c (do_child_fetch_inferior_registers): Include
423 "i387-tdep.h".
424 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
425 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
426 undefine I387_ST0_REGNUM.
427
428 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
429 * x86-64-tdep.c (x86_64_store_return_value): Use
430 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
431
432 Change register numbers to enumartion values.
433 * i386-tdep.h (enum i386_regnum): New.
434 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
435 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
436 I386_ST0_REGNUM): Remove defines.
437 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
438 I386_EDI_REGNUM): Remove defines.
439
440 2003-10-24 Andrew Cagney <cagney@redhat.com>
441
442 * target.c: Include "gdbcore.h".
443 (get_target_memory, get_target_memory_unsigned): New functions.
444 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
445 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
446 Use get_target_memory_unsigned.
447 * Makefile.in (target.o): Update dependencies.
448
449 2003-10-24 Andrew Cagney <cagney@redhat.com>
450
451 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
452 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
453 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
454 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
455 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
456
457 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
458 (can_run_code_for): Use the OO term "singleton".
459
460 2003-10-23 Andrew Cagney <cagney@redhat.com>
461
462 * Makefile.in (stack.o): Add $(regcache_h).
463 * stack.c: Include "regcache.h"
464 (return_command): Rewrite. Use get_frame_id and
465 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
466 about unhandled return-values.
467 * value.h (set_return_value): Delete declaration.
468 * values.c (set_return_value): Delete function.
469
470 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
471
472 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
473 (pseudo_regs): Add comment regarding register stack registers.
474 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
475 (floatformat_valid): New static routine.
476 (floatformat_ia64_ext): Add name field and set up is_valid routine
477 to floatformat_valid().
478 (examine_prologue): For the previous cfm, use
479 frame_unwind_register()
480 if the cfm is not stored in a register-stack register. Save the
481 previous cfm value in the prev_cfm field. Add debug output.
482 (ia64_frame_this_id): Use frame_id_build_special() to also register
483 the bsp. Add debug output.
484 (ia64_sigtramp_frame_this_id): Ditto.
485 (ia64_frame_prev_register): Look at cache saved_regs for a few more
486 registers and also add some checks for framelessness before accepting
487 current register values for fields such as return address. For cfm,
488 use the cached prev_cfm field if available. Add comment to explain
489 PSR logic. Add debug output.
490 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
491 as part of initialization.
492 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
493 calculated. Cache the bsp and cfm values.
494 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
495 instead of using ia64_frame_prev_register() which doesn't expect most
496 registers to be saved. The saved values for bsp and sp
497 can be taken from the cache. Add debug output.
498 (ia64_push_dummy_call): Use frame_id_build_special() to also register
499 the bsp.
500
501 2003-10-23 Jim Blandy <jimb@redhat.com>
502
503 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
504 architecture the current arch can run code for --- but not if it's
505 a superset.
506 (can_run_code_for): New function.
507
508 2003-10-22 James E Wilson <wilson@specifixinc.com>
509
510 * MAINTAINERS: Move myself from paper trail section back to write
511 after approval section.
512
513 2003-10-22 Andrew Cagney <cagney@redhat.com>
514
515 * exec.h: New file.
516 * win32-nat.c: Include "exec.h".
517 * solib.c: Include "exec.h".
518 * target.h (build_section_table): Delete declaration.
519 * somsolib.c: Include "exec.h".
520 (exec_ops): Delete extern declaration.
521 * rs6000-nat.c: Update copyright. Include "exec.h".
522 (exec_ops): Delete extern declaration.
523 * pa64solib.c: Update copyright. Include "exec.h".
524 (exec_ops): Delete extern declaration.
525 * exec.c: Update copyright. Include "exec.h".
526 * corelow.c: Update dependencies. Include "exec.h".
527 * Makefile.in (exec_h): Define.
528 (exec.o, somsolib.o): Update dependencies.
529 (pa64solib.o, corelow.o): Update dependencies.
530
531 2003-10-22 Andrew Cagney <cagney@redhat.com>
532
533 * target.c: Include "gdb_assert.h" (target_read): Call
534 "target_read_partial", not "target_write_partial".
535 (default_read_partial, default_write_partial): New function.
536 (target_read_partial, target_write_partial): Simplify, assume that
537 there is always a read/write method.
538 (update_current_target, add_target): Always set "to_read_partial"
539 and "to_write_partial".
540 (target_write, target_read): Fail on a zero byte transfer.
541 * Makefile.in (target.o): Update dependencies.
542 * target.h: Update copyright date.
543 (target_object): Fix typo.
544
545 2003-10-22 Andrew Cagney <cagney@redhat.com>
546
547 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
548 multi-arch method, add "targ" parameter.
549 (struct target_ops): Declare.
550 * gdbarch.h, gdbarch.c: Re-generate.
551 * Makefile.in (c-valprint.o): Update dependencies.
552 * arch-utils.h: Update copyright.
553 (convert_from_func_ptr_addr_identity): Declare.
554 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
555 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
556 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
557 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
558 * infcall.c (find_function_addr, call_function_by_hand): Update.
559 * c-valprint.c: Include "target.h".
560 (print_function_pointer_address): Update.
561
562 2003-10-22 Andrew Cagney <cagney@redhat.com>
563
564 * target.c (target_close): New function.
565 (debug_to_close): Use "target_close".
566 (push_target): Use "target_close".
567 (unpush_target): Use "target_close".
568 (pop_target): Use "target_close".
569 * target.h (struct target_ops): Add "to_xclose".
570 (target_open): Delete macro. Move comment to "to_open".
571 (target_close): Replace macro with function that takes a target.
572 * top.c (quit_target): Pass "current_target" to "target_close".
573
574 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
575
576 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
577 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
578 * symtab.h (lookup_minimal_symbol_text): Update.
579 * breakpoint.c (create_overlay_event_breakpoint,
580 create_longjmp_breakpoint): Update callers.
581 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
582 * symtab.c (find_pc_sect_line): Ditto.
583
584 2003-10-21 Andrew Cagney <cagney@redhat.com>
585
586 * target.c (errno): Delete extern declaration.
587
588 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
589
590 * ia64-tdep.c: Change all occurrences of
591 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
592 (ia64_frame_prev_register): Minor whitespace change.
593
594 2003-10-20 Michael Chastain <mec@shout.net>
595
596 * config/djgpp/fnchange.lst: Add lines for:
597 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
598 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
599 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
600 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
601 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
602 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
603 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
604
605 2003-10-20 Andrew Cagney <cagney@redhat.com>
606
607 * values.c (register_value_being_returned): Update comments. Use
608 "gdbarch_return_value" when available.
609 (using_struct_return): Ditto.
610 (set_return_value): Ditto. Use "gdbarch_return_value" when
611 available.. Print a warning, and not an error, when an unhandled
612 return type is encountered.
613 * infcmd.c: Include "gdb_assert.h".
614 (print_return_value): When gdbarch_return_value_p, and using
615 struct return, assume that the value is not available.
616 * defs.h (return_value_convention): Define.
617 * gdbarch.sh (gdbarch_return_value): New predicate method.
618 * gdbarch.h, gdbarch.c: Re-generate
619 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
620
621 2003-10-20 Andrew Cagney <cagney@redhat.com>
622
623 * symtab.c: Replace "struct sec" with "struct bfd_section".
624 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
625
626 2003-10-19 Michael Chastain <mec@shout.net>
627
628 * config/djgpp/fnchange.lst: Add lines for:
629 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
630 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
631 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
632
633 2003-10-19 Mark Kettenis <kettenis@gnu.org>
634
635 * amd64fbsd-nat.c (fetch_inferior_registers,
636 store_inferior_registers): Remove functions.
637 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
638
639 2003-10-18 Mark Kettenis <kettenis@gnu.org>
640
641 Add NetBSD/amd64 native configuration:
642 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
643 * amd64nbsd-tdep.c: New file.
644 * amd64nbsd-nat.c: New file.
645 * amd64bsd-nat.c: New file.
646 * config/i386/nbsd64.mh: New file.
647 * config/i386/nbsd64.mt: New file.
648 * configure.host: Add x86_64-*-netbsd*.
649 * configure.tgt: Add x86_64-*-netbsd*.
650 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
651 New targets.
652 * NEWS (New native configurations): Mention NetBSD/amd64.
653
654 2003-10-17 Michael Chastain <mec@shout.net>
655
656 * config/djgpp/fnchange.lst: Remove dead lines for:
657 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
658 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
659 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
660 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
661 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
662 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
663 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
664 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
665 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
666 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
667 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
668 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
669 gdb/config/sparc/tm-sparclite.h,
670 gdb/gdbtk/generic/ChangeLog-2001,
671 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
672 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
673 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
674 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
675 gdb/testsuite/gdb.mi/mi0-var-block.exp,
676 gdb/testsuite/gdb.mi/mi0-var-child.exp,
677 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
678 gdb/testsuite/gdb.mi/mi0-var-display.exp,
679 itcl/iwidgets3.0.0/demos/extfileselectionbox,
680 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
681 itcl/iwidgets3.0.0/demos/fileselectionbox,
682 itcl/iwidgets3.0.0/demos/fileselectiondialog,
683 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
684 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
685 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
686 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
687 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
688 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
689 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
690 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
691 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
692 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
693 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
694 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
695 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
696 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
697 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
698 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
699 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
700 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
701 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
702 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
703 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
704 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
705 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
706 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
707 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
708 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
709 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
710 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
711 itcl/iwidgets3.0.0/demos/html/shell.n.html,
712 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
713 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
714 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
715 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
716 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
717 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
718 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
719 itcl/iwidgets3.0.0/demos/scrolledcanvas,
720 itcl/iwidgets3.0.0/demos/scrolledframe,
721 itcl/iwidgets3.0.0/demos/scrolledhtml,
722 itcl/iwidgets3.0.0/demos/scrolledlistbox,
723 itcl/iwidgets3.0.0/demos/scrolledtext,
724 itcl/iwidgets3.0.0/demos/selectionbox,
725 itcl/iwidgets3.0.0/demos/selectiondialog,
726 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
727 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
728 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
729 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
730 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
731 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
732 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
733 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
734 itcl/iwidgets3.0.0/doc/scrolledframe.n,
735 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
736 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
737 itcl/iwidgets3.0.0/doc/scrolledtext.n,
738 itcl/iwidgets3.0.0/doc/selectionbox.n,
739 itcl/iwidgets3.0.0/doc/selectiondialog.n,
740 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
741 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
742 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
743 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
744 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
745 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
746 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
747 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
748 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
749 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
750 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
751 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
752 itcl/iwidgets3.0.0/generic/selectionbox.itk,
753 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
754 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
755 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
756 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
757 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
758 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
759 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
760 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
761 itcl/iwidgets3.0.0/tests/scrolledframe.test,
762 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
763 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
764 itcl/iwidgets3.0.0/tests/scrolledtext.test,
765 itcl/iwidgets3.0.0/tests/selectionbox.test,
766 itcl/iwidgets3.0.0/tests/selectiondialog.test,
767 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
768 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
769 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
770 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
771 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
772 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
773 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
774 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
775 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
776 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
777 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
778 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
779 tk/mac/tkMacProjects.sit.hqx.
780
781 2003-10-17 Andrew Cagney <cagney@redhat.com>
782
783 * target.c (target_section_by_addr): New function.
784 (do_xfer_memory): Use "target_section_by_addr".
785 * target.h (target_section_by_addr): Declare.
786
787 * target.h (struct target_ops): Add "to_read_partial" and
788 "to_write_partial", delete "to_query".
789 (target_read_partial, target_write_partial): Declare.
790 (target_read, target_write): Declare.
791 (target_query): Delete macro.
792 * target.c (target_read_partial): New function.
793 (target_write_partial, target_read, target_write): New function.
794 (update_current_target): Delete inheritance of "to_query". Add
795 comments about "to_read_partial" and "to_write_partial".
796 (debug_to_partial_read, debug_to_partial_write): New functions.
797 (debug_to_query): Delete function.
798 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
799 instead of "to_query".
800 * remote.c (remote_read_partial): Replace "remote_query".
801 (init_remote_ops): Set "to_read_partial" instead of "to_query".
802 (init_remote_async_ops): Ditto.
803 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
804 "target_read_partial" instead of "target_query".
805 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
806 Use "target_read_partial" instead of "target_query".
807
808 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
809
810 * frame.h (struct frame_id): Add new field: special_addr.
811 (frame_id_build_special): New prototype.
812 * frame.c (frame_id_build_special): New function.
813 (frame_id_build): Change to call frame_id_build_special().
814 (frame_id_eq): Change to also test special_addr field.
815 (frame_id_inner): Update comment.
816
817 2003-10-17 Andrew Cagney <cagney@redhat.com>
818
819 * target.c (update_current_target): Perform the target cleanup.
820 Put the target stack beneath the squashed "current_target".
821 (add_target): Delete disabled call to "cleanup_target".
822 (cleanup_target): Delete function.
823 (push_target, unpush_target): Do not call "cleanup_target".
824
825 2003-10-17 Andrew Cagney <cagney@redhat.com>
826
827 * target.c (target_stack): Change to a static target_ops.
828 (update_current_target): Walk the "struct target_ops" stack.
829 (pop_target, do_xfer_memory, target_info): Ditto.
830 (find_target_beneath): Ditto.
831 (push_target): Rewrite to use the "struct target_ops" stack.
832 (unpush_target): Ditto.
833 * target.h (struct target_stack_item): Delete definition.
834 (target_stack): Delete declaration.
835 (struct target_ops): Add field "beneath".
836
837 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
838
839 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
840 declaration.
841 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
842 (h8300_examine_prologue): Use h8300_normal_mode flag
843 (h8300_gdbarch_init): Set architecture info for normal mode
844
845 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
846
847 * remote.c (remote_protocol_vcont): New variable.
848 (set_remote_protocol_vcont_packet_cmd): New function.
849 (show_remote_protocol_vcont_packet_cmd): New function.
850 (init_all_packet_configs): Handle remote_protocol_vcont.
851 (remote_vcont_probe): New function.
852 (remote_vcont_resume): New function.
853 (remote_resume): Use it.
854 (remote_async_resume): Call remote_resume.
855 (_initialize_remote): Add verbose-resume packet commands.
856
857 2003-10-16 Andrew Cagney <cagney@redhat.com>
858
859 * infrun.c (handle_inferior_event): Add comment about
860 "frame_id_inner" being too weak.
861
862 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
863
864 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
865 second parameter, which is always null. Remove
866 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
867 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
868 accordingly.
869 * somsolib.c (som_solib_create_inferior_hook,
870 som_solib_desire_dynamic_linker_symbols): Update callers.
871 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
872
873 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
874
875 * remote-m32r-sdi.c : New file, interface to m32r on-chip
876 debug interface, SDI (Scalable Debug Interface).
877 * NEWS: Mention m32r SDI protocol was supported.
878 * Makefile.in (remote-m32r-sdi.o): Add build rule.
879 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
880
881 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
882
883 * ia64-linux-tdep.c: Include gdbcore.h.
884 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
885 (ia64_linux_sigcontext_register_addr): Find the address of the
886 sigcontext area stored in the sigframe instead of using
887 a magic offset constant.
888
889 2003-10-15 Andrew Cagney <cagney@redhat.com>
890
891 * remote.c (remote_search): Delete function.
892 * target.h (target_search): Delete disabled macro.
893 (struct target_ops): Delete disabled field "to_search".
894
895 2003-10-14 Kevin Buettner <kevinb@redhat.com>
896
897 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
898 instead of deprecated_inside_entry_file().
899
900 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
901
902 * sh-tdep.c: Fix copy/paste hangover in comment.
903 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
904 mode.
905 (sh3e_sh4_extract_return_value): Ditto.
906
907 2003-10-13 Richard Henderson <rth@redhat.com>
908
909 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
910 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
911 match c_val_print a bit closer.
912
913 2003-10-13 Kevin Buettner <kevinb@redhat.com>
914
915 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
916 (frv_gdbarch_adjust_breakpoint_address): New function.
917 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
918 method.
919
920 2003-10-13 Kevin Buettner <kevinb@redhat.com>
921
922 * breakpoint.h (struct breakpoint): Add new member
923 ``requested_address''.
924 * breakpoint.c (breakpoint_adjustment_warning)
925 (adjust_breakpoint_address): New static functions.
926 (print_it_typical): Issue warning if breakpoint's address is different
927 from its requested address.
928 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
929 (breakpoint_re_set_one): Set breakpoint's
930 ``requested_address'' field. Set ``address'' field to the
931 result of calling adjust_breakpoint_address() on the requested
932 address.
933
934 2003-10-13 Kevin Buettner <kevinb@redhat.com>
935
936 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
937 * gdbarch.h, gdbarch.c: Regenerate.
938
939 2003-10-11 Mark Kettenis <kettenis@gnu.org>
940
941 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
942 TDEP->sc_num_regs.
943
944 * i386fbsd-tdep.c: New file.
945 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
946 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
947 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
948 i386bsd-tdep.c.
949 (_initialize_i386fbsd_tdep): New function.
950 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
951 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
952 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
953 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
954 TDEP->sc_num_regs.
955 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
956 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
957 to initialize TDEP->sc_num_regs.
958 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
959 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
960 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
961 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
962 FreeBSD ELF OS/ABI's here.
963 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
964 (i386fbsd-tdep.o): New target.
965 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
966 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
967
968 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
969 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
970 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
971 in initialization of TDEP->sc_num_regs.
972
973 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
974 (x86_64_init_abi): Initialize regset_from_core_section if
975 appropriate.
976
977 * i386-tdep.c (i386_regset_from_core_section): New function.
978 (i386_gdbarch_init): Initialize regset_from_core_section if
979 appropriate.
980 * i386-tdep.h (i386_regset_from_core_section): New declaration.
981
982 * i386-tdep.h (struct regset): Declare opaque.
983
984 * gdbarch.sh (regset_from_core_section): New method.
985 (struct regset): Declare opaque.
986 * gdbarch.c, gdbarch.h: Regenerated.
987
988 2003-10-11 Alan Modra <amodra@bigpond.net.au>
989
990 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
991 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
992 Correct test for pc within section.
993
994 2003-10-11 Mark Kettenis <kettenis@gnu.org>
995
996 * gdbarch.sh: Remove trailing whitepsace from comments.
997
998 2003-10-08 Roland McGrath <roland@redhat.com>
999
1000 * gcore.c (make_mem_sec): Function removed, folded into ...
1001 (gcore_create_callback): ... here. To omit a section, clear its
1002 SEC_LOAD bit rather than zeroing its size.
1003 Omit read-only sections only if they correspond to a known disk file.
1004 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1005
1006 2003-10-10 Michael Snyder <msnyder@redhat.com>
1007
1008 * d10v-tdep.c: Fix typo in comment.
1009
1010 2003-10-10 Andrew Cagney <cagney@redhat.com>
1011
1012 * rs6000-tdep.c (e500_store_return_value): Delete function.
1013 (e500_extract_return_value): Delete function.
1014 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1015 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1016 "ppc_sysv_abi_restore_return_value" where applicable.
1017 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1018 (ppc_sysv_abi_extract_return_value): Declare.
1019 (ppc_sysv_abi_broken_store_return_value): Declare.
1020 (ppc_sysv_abi_broken_extract_return_value): Declare.
1021 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1022 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1023 start of file.
1024 (do_ppc_sysv_return_value): New function.
1025 (ppc_sysv_abi_extract_return_value): New function.
1026 (ppc_sysv_abi_store_return_value): New function.
1027 (ppc_sysv_abi_broken_extract_return_value): New function.
1028 (ppc_sysv_abi_broken_store_return_value): New function.
1029 (ppc_sysv_abi_use_struct_convention): Call
1030 do_ppc_sysv_return_value.
1031
1032 2003-10-10 J. Brobecker <brobecker@gnat.com>
1033
1034 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1035 to lookup the main function symbol.
1036
1037 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1038
1039 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1040 types correctly.
1041 (sh_push_dummy_call_fpu): Fix argument passing rules.
1042 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1043 float types.
1044 (sh3e_sh4_store_return_value): Ditto.
1045
1046 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
1047
1048 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1049 comment.
1050
1051 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1052
1053 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1054 more readable code. Accomodate passing of bitfields.
1055
1056 2003-10-10 Andrew Cagney <cagney@redhat.com>
1057
1058 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1059 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1060 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1061 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1062 (ppc64_sysv_abi_push_dummy_call): New function.
1063 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1064 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1065 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1066
1067 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1068
1069 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1070 * README: Ditto.
1071 * d10v-tdep.c: Ditto.
1072 * h8300-tdep.c: Ditto.
1073 * remote-e7000.c: Ditto.
1074 * remote-hms.c: Ditto.
1075 * ser-e7kpc.c: Ditto.
1076 * sh-stub.c: Ditto.
1077 * sh-tdep.c: Ditto.
1078 * sh-tdep.h: Ditto.
1079 * sh3-rom.c: Ditto.
1080 * sh64-tdep.c: Ditto.
1081 * top.c: Ditto.
1082 * wince.c: Ditto.
1083 * config/d10v/d10v.mt: Ditto.
1084 * config/sh/embed.mt: Ditto.
1085 * config/sh/linux.mt: Ditto.
1086 * config/sh/tm-linux.h: Ditto.
1087 * config/sh/tm-sh.h: Ditto.
1088 * config/sh/wince.mt: Ditto.
1089
1090 2003-10-09 Andrew Cagney <cagney@redhat.com>
1091
1092 * ppc-tdep.h (struct type): Declare opaque.
1093 * x86-64-tdep.h (struct regcache): Declare opaque.
1094 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1095 coding style.
1096
1097 2003-10-09 Andrew Cagney <cagney@redhat.com>
1098
1099 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1100 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1101 (SOFTWARE_SINGLE_STEP_P): Ditto.
1102 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1103 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1104 (SOFTWARE_SINGLE_STEP_P): Ditto.
1105 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1106 software_single_step to rs6000_software_single_step.
1107
1108 2003-10-09 Andrew Cagney <cagney@redhat.com>
1109
1110 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1111
1112 2003-10-09 Michael Snyder <msnyder@redhat.com>
1113
1114 * frame.h: Fix typo in comment.
1115 * dummy-frame.c: Fix typo in comment.
1116 * d10v-tdep.c: Random whitespace/comment tweaks.
1117
1118 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1119
1120 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1121 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1122 on stack.
1123
1124 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1125 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1126 in detail.
1127
1128 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1129
1130 * remote-mips.c (mips_initialize): Remove unneeded call to
1131 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1132
1133 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1134
1135 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1136 a memory pointer.
1137
1138 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1139
1140 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1141 for any lwp we resume.
1142 (running_callback): Add lwps that have pending status events
1143 against them to be considered running.
1144
1145 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1146
1147 * m32r-tdep.c : Include "dis-asm.h".
1148 * Makefile.in (m32r-tdep.o): Update dependencies.
1149
1150 2003-10-06 J. Brobecker <brobecker@gnat.com>
1151
1152 * completer.h (get_gdb_completer_word_break_characters): Delete.
1153 * completer.c: include language.h.
1154 (gdb_completer_word_break_characters): Delete.
1155 (get_gdb_completer_word_break_characters): Delete.
1156 (location_completer): Use the word break characters of the current
1157 language.
1158 (complete_line): Likewise.
1159 (line_completion_function): Likewise.
1160 (skip_quoted_chars): Likewise.
1161 * Makefile.in (completer.o): Add dependency on language.h.
1162 * top.c (init_main): Set the readline word break characters
1163 to GDB's default word break characters.
1164
1165 2003-10-06 J. Brobecker <brobecker@gnat.com>
1166
1167 * language.h (language_defn): new field, la_word_break_characters.
1168 * language.c (unknown_language_defn): Set new field to
1169 default_word_break_characters.
1170 (auto_language_defn): Likewise.
1171 (local_language_defn): Likewise.
1172 * ada-lang.c (ada_language_defn): Likewise.
1173 * c-lang.c (c_language_defn): Likewise.
1174 (cplus_language_defn): Likewise.
1175 (asm_language_defn): Likewise.
1176 (minimal_language_defn): Likewise.
1177 * f-lang.c (f_language_defn): Likewise.
1178 * jv-lang.c (java_language_defn): Likewise.
1179 * m2-lang.c (m2_language_defn): Likewise.
1180 * objc-lang.c (objc_language_defn): Likewise.
1181 * p-lang.c (pascal_language_defn): Likewise.
1182 * scm-lang.c (scm_language_defn): Likewise.
1183
1184 2003-10-06 Andrew Cagney <cagney@redhat.com>
1185
1186 * ppc-sysv-tdep.c: Re-indent.
1187
1188 2003-10-06 J. Brobecker <brobecker@gnat.com>
1189
1190 * language.h (default_word_break_characters): Add prototype.
1191 * language.c (default_word_break_characters): New function.
1192
1193 2003-10-06 Andreas Schwab <schwab@suse.de>
1194
1195 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1196 with %eax.
1197
1198 2003-10-06 Andrew Cagney <cagney@redhat.com>
1199
1200 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1201 "h8500-tdep.c".
1202 (z8k-tdep.o): Delete custom build rule.
1203
1204 2003-10-06 Andrew Cagney <cagney@redhat.com>
1205
1206 * Makefile.in: Update all dependencies.
1207
1208 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1209 No longer list PA as as obsolete candidate. List m32r as
1210 broken instead of obsolete.
1211
1212 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1213 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1214 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1215 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1216 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1217 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1218 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1219 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1220 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1221 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1222 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1223 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1224 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1225 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1226 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1227 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1228 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1229 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1230 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1231 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1232 * config/z8k/z8k.mt: Ditto.
1233
1234 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1235 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1236 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1237 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1238 sparclite were removed.
1239 * configure.host, configure.tgt: Remove corresponding tuples.
1240
1241 * breakpoint.c, breakpoint.h: Remove obsolete code.
1242 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1243 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1244 * stabsread.h, xcoffread.c: Ditto.
1245
1246 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1247 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1248 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1249 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1250
1251 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1252
1253 * f-valprint.c: Reformatting
1254
1255 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1256
1257 * x86-64-tdep.c: Remove duplicate comment.
1258
1259 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1260 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1261 names for return values. This fixes a bug since we looked at %rbx
1262 instead of %rdx.
1263
1264 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1265
1266 * x86-64-tdep.c: Include "regset.h".
1267
1268 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1269 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1270 sizeof_fpregset.
1271 * i386-tdep.c: Include "regset.h".
1272 (i386_supply_gregset): New function.
1273 (i386_supply_fpregset): New function.
1274 (i386_gdbarch_init): Initialze register set-related members of
1275 TDEP.
1276 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1277 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1278
1279 2003-10-03 Andrew Cagney <cagney@redhat.com>
1280
1281 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1282 set extract_return_value, store_return_value and
1283 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1284 ppc64_sysv_abi_store_return_value and
1285 ppc64_sysv_abi_use_struct_convention.
1286 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1287 (ppc64_sysv_abi_store_return_value): Declare.
1288 (ppc64_sysv_abi_use_struct_convention): Declare.
1289 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1290 (ppc64_sysv_abi_extract_return_value): New function.
1291 (ppc64_sysv_abi_store_return_value): New function.
1292 (ppc64_sysv_abi_use_struct_convention): New function.
1293 (ppc64_sysv_abi_return_value): New function.
1294
1295 2003-10-03 Andrew Cagney <cagney@redhat.com>
1296
1297 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1298 convert a descriptor to a function when it's in the ".opd"
1299 section.
1300
1301 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1302
1303 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1304 reg_size to keep GCC silent.
1305
1306 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1307
1308 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1309 base for DW_EH_PE_textrel encodings.
1310 (read_encoded_value): Add a DW_EH_PE_textrel case.
1311 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1312 section.
1313
1314 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1315
1316 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1317
1318 2003-10-02 Andrew Cagney <cagney@redhat.com>
1319
1320 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1321 REGISTER_RAW_SIZE.
1322 * gdbarch.h, gdbarch.c: Re-generate.
1323 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1324 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1325 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1326 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1327 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1328 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1329 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1330 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1331 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1332 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1333 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1334 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1335 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1336 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1337 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1338 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1339
1340 2003-10-02 Jim Blandy <jimb@redhat.com>
1341
1342 * dwarf2read.c (struct die_info): Doc fix.
1343
1344 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1345
1346 * sh-tdep.c: Running thru gdb_indent.sh.
1347
1348 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1349
1350 * sh-tdep.c (sh_justify_value_in_reg): New function.
1351 (sh_stack_allocsize): Ditto.
1352 (flt_argreg_array): New array used for floating point argument
1353 passing.
1354 (sh_init_flt_argreg): New function.
1355 (sh_next_flt_argreg): Ditto.
1356 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1357 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1358 Fix argument passing strategy.
1359 (sh_push_dummy_call_nofpu): Ditto.
1360
1361 2003-10-01 Andrew Cagney <cagney@redhat.com>
1362
1363 * value.h (register_value_being_returned): Declare. Replace
1364 "value_being_returned".
1365 * infcall.c (call_function_by_hand): Use
1366 register_value_being_returned.
1367 * infcmd.c (print_return_value): Call
1368 "register_value_being_returned", handle struct return locally.
1369 * values.c (register_value_being_returned): New function. Replace
1370 "value_being_returned".
1371
1372 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1373
1374 * linux-proc.c (linux_do_registers): New function.
1375 (linux_make_note_section): Use linux_do_registers in case of
1376 single threaded inferior programs.
1377
1378 2003-10-01 Andrew Cagney <cagney@redhat.com>
1379
1380 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1381 use STRUCT_ADDR. When not using "struct return convention", pass
1382 "0" to "value_being_returned". Add FIXMEs.
1383 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1384 value_being_returned. Add comments.
1385 * values.c (value_being_returned): Add fixme.
1386 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1387 (hppa_value_returned_from_stack): Add FIXME.
1388
1389 2003-09-30 David Carlton <carlton@kealia.com>
1390
1391 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1392 'has_children' and 'next' by 'child' and 'sibling'.
1393 (read_comp_unit): Rework algorithm, breaking body into
1394 read_die_and_children and read_die_and_siblings.
1395 (read_die_and_children, read_die_and_siblings): New.
1396 (read_full_die): Add 'has_children' argument; set it instead of
1397 the die's 'has_children' field. Minor formatting cleanup.
1398 (free_die_list): Use die->child and die->sibling instead of
1399 die->next.
1400 (dump_die_list): Ditto.
1401 (sibling_die): Use die->sibling.
1402 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1403 'has_children' and 'next' fields.
1404 (process_die, read_file_scope, read_func_scope)
1405 (read_lexical_block_scope, read_structure_scope)
1406 (read_enumeration, read_array_type, read_common_block)
1407 (read_namespace, read_subroutine_type, dump_die): Ditto.
1408
1409 2003-09-30 Andrew Cagney <cagney@redhat.com>
1410
1411 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1412 to 224, not 220.
1413
1414 2003-09-30 Andrew Cagney <cagney@redhat.com>
1415
1416 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1417 REGISTER_VIRTUAL_SIZE.
1418 * gdbarch.h, gdbarch.c: Regenerate.
1419 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1420 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1421 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1422
1423 2003-09-29 Andrew Cagney <cagney@redhat.com>
1424
1425 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1426 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1427 * gdbarch.h, gdbarch.c: Regenerate.
1428 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1429 * sh64-tdep.c, sparc-tdep.c: Update.
1430
1431 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1432 * remote-vxmips.c (vx_read_register): Ditto.
1433 * remote-vx68.c (vx_read_register): Ditto.
1434 * gnu-nat.c (inf_validate_procs): Ditto.
1435
1436 2003-09-29 J. Brobecker <brobecker@gnat.com>
1437
1438 * infcall.c (call_function_by_hand): Fix build failure
1439 introduced in the previous change to this file.
1440
1441 2003-09-29 Andrew Cagney <cagney@redhat.com>
1442
1443 * NEWS: Mention Objective-C.
1444
1445 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1446
1447 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1448 test if the register has been saved on the stack.
1449 (arm_scan_prologue_cache): When analysing the instruction
1450 "str lr, [sp, #-4]", save the address where lr has been stored.
1451
1452 2003-09-28 Andrew Cagney <cagney@redhat.com>
1453
1454 * frame.c (frame_read_unsigned_register): Delete function.
1455 * frame.h (frame_read_unsigned_register): Delete declaration.
1456 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1457 get_frame_register_unsigned.
1458 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1459 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1460 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1461
1462 * frame.h (frame_read_register): Delete declaration.
1463 * frame.c (frame_read_register): Delete function.
1464 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1465 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1466 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1467 * mips-tdep.c (mips_register_to_value): Ditto.
1468 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1469 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1470
1471 * frame.c (frame_read_signed_register): Delete function.
1472 (frame_read_unsigned_register): Update comments.
1473 * frame.h (frame_read_signed_register): Delete declaration.
1474 * h8300-tdep.c (h8300_print_register): Use
1475 get_frame_register_signed.
1476 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1477
1478 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1479 Rename VALUE_RETURNED_FROM_STACK.
1480 * infcmd.c (print_return_value): Update.
1481 * infcall.c (call_function_by_hand): Update.
1482
1483 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1484
1485 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1486 regcache argument and reverse the order of the other two
1487 arguments. Remove local regcache variable. Determine
1488 architecture from REGCACHE. Update comments.
1489 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1490 reverse the order of the other two arguments. Remove local
1491 regcache variable. Determine architecture from REGCACHE. Update
1492 comments.
1493 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1494 prototypes. Update comments.
1495 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1496 comment.
1497 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1498 Update.
1499 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1500 * i386-interix-nat.c (supply_fpregset): Update.
1501 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1502 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1503 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1504 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1505 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1506 Update.
1507 * i386obsd-tdep.c (fetch_core_registers): Update.
1508 * i386v4-nat.c (supply_fpregset): Update.
1509 * x86-64-linux-nat.c (supply_fpregset): Update.
1510 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1511
1512 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1513
1514 * i386-tdep.h: Put opaque declarations in alphabetical
1515 order. Remove spurious whitespace.
1516 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1517 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1518 * i386-tdep.c (MM0_REGNUM): Remove define.
1519 (i386_mmx_regnum_p): Add gdbarch argument.
1520 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1521 Rewrite using new macro definitions for FPU/SSE registers.
1522 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1523 definitions from i387-tdep.h.
1524 (i386_register_name): Update.
1525 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1526 new macro definitions for FPU/SSE registers.
1527 (i386_extract_return_value): Determine whether floating-point
1528 registers are present by examining REGCACHE's architecture.
1529 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1530 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1531 FPU/SSE registers.
1532 (i386_register_type): Update.
1533 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1534 definitions for FPU registers. Use REGCACHE's architecture to
1535 determine the appropriate register numbers.
1536 (i386_pseudo_register_read, i386_pseudo_register_write,
1537 i386_register_reggroup_p): Update.
1538 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1539 TDEP->mm0_regnum.
1540 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1541 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1542 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1543 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1544 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1545 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1546 *' to `void *'.
1547 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1548 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1549 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1550 definitions for FPU/SSE registers.
1551 (FXSAVE_MXCSR_ADDR): New define.
1552 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1553 TDEP->mm0_regnum.
1554 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1555 (I387_ST0_REGNUM): Define.
1556
1557 * regcache.h (get_regcache_arch): New prototype.
1558 * regcache.c (get_regcache_arch): New function.
1559
1560 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1561 whitespace.
1562
1563 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1564 Initialize using ARRAY_SIZE.
1565
1566 2003-09-27 Andrew Cagney <cagney@redhat.com>
1567
1568 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1569 "init_frame_pc_default".
1570 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1571 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1572 * vax-tdep.c (vax_gdbarch_init): Update.
1573 * v850-tdep.c (v850_gdbarch_init): Update.
1574 * sh64-tdep.c (sh64_gdbarch_init): Update.
1575 * s390-tdep.c (s390_gdbarch_init): Update.
1576 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1577 * mcore-tdep.c (mcore_gdbarch_init): Update.
1578 * h8300-tdep.c (h8300_gdbarch_init): Update.
1579 * cris-tdep.c (cris_gdbarch_init): Update.
1580 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1581
1582 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1583
1584 * regset.h: New file.
1585 * Makefile.in (regset_h): Add.
1586
1587 2003-09-25 Andrew Cagney <cagney@redhat.com>
1588
1589 * frame.h (deprecated_frame_saved_regs): Rename
1590 get_frame_saved_regs.
1591 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1592 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1593 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1594 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1595 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1596
1597 2003-09-25 Andrew Cagney <cagney@redhat.com>
1598
1599 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1600 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1601 and Java.
1602 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1603 arm*-*-* do not use the new frame code.
1604
1605 2003-09-25 David Carlton <carlton@kealia.com>
1606
1607 * c-exp.y: Remove 'register' declarations.
1608 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1609
1610 2003-09-25 David Carlton <carlton@kealia.com>
1611
1612 * c-exp.y: Include cp-support.h. Add qualified_type.
1613 (yylex): Delete nested type hack; add comments.
1614 * cp-namespace.c (cp_lookup_nested_type): New function.
1615 * cp-support.h: Declare cp_lookup_nested_type.
1616 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1617 instead of value_struct_elt_for_reference.
1618 * valops.c: Include cp-support.h.
1619 (value_aggregate_elt): New function.
1620 (value_namespace_elt): Ditto.
1621 (value_struct_elt_for_reference): Make static.
1622 * value.h: Delete declaration of value_struct_elt_for_reference;
1623 add declaration for value_aggregate_elt.
1624 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1625 (valops.o): Ditto.
1626
1627 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1628
1629 * stack.c: Include "reggroups.h".
1630 (frame_info): Only display registers in all_reggroup.
1631 * Makefile.in (stack.o): Update dependencies.
1632
1633 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1634
1635 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1636 "add ip, sp #n" in the prologue.
1637 (arm_scan_prologue): Ditto.
1638
1639 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1640
1641 * MAINTAINERS (write after approval): Add myself.
1642
1643 2003-09-25 Andreas Schwab <schwab@suse.de>
1644
1645 * m68k-tdep.c: Include "dwarf2-frame.h".
1646 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1647 * Makefile.in (m68k-tdep.o): Update dependencies.
1648
1649 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1650
1651 * sh-tdep.c (struct frame_extra_info): Remove.
1652 (struct sh_frame_cache): New structure.
1653 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1654 (GET_TARGET_REG): Ditto but target register.
1655 (GET_PUSHED_REG): Remove.
1656 (IS_MOV_ARG_TO_REG): New macro.
1657 (IS_MOV_ARG_TO_IND_R14): New macro.
1658 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1659 (IS_MOVW_PCREL_TO_REG): New macro.
1660 (IS_MOVL_PCREL_TO_REG): New macro.
1661 (IS_SUB_REG_FROM_SP): New macro.
1662 (IS_ARG_MOV): Remove.
1663 (IS_MOV_TO_R14): Remove.
1664 (IS_RESTORE_FP): New macro.
1665 (IS_RTS): New macro.
1666 (IS_LDS): New macro.
1667 (IS_MOV_FP_SP): New macro.
1668 (IS_ADD_REG_TO_FP): New macro.
1669 (IS_ADD_IMM_FP): New macro.
1670 (sh_skip_prologue_hard_way): Remove.
1671 (sh_saved_pc_after_call): Remove.
1672 (sh_frame_chain): Remove.
1673 (sh_find_callers_reg): Remove.
1674 (sh_nofp_frame_init_saved_regs): Remove.
1675 (sh_fp_frame_init_saved_regs): Remove.
1676 (sh_init_extra_frame_info): Remove.
1677 (sh_analyze_prologue): New function.
1678 (sh_skip_prologue): Remove deprecated code. Rely on new function
1679 sh_analyze_prologue when after_prologue fails.
1680 (sh_frame_saved_pc): Remove.
1681 (sh_alloc_frame_cache): New function.
1682 (sh_frame_cache): Ditto.
1683 (sh_frame_prev_register): Ditto.
1684 (sh_frame_this_id): Ditto.
1685 (sh_frame_unwind): New structure defining the heuristic frame
1686 sniffer interface.
1687 (sh_frame_sniffer): New function.
1688 (sh_unwind_sp): Ditto.
1689 (sh_unwind_pc): Ditto.
1690 (sh_unwind_dummy_id): Ditto.
1691 (sh_frame_base_address): Ditto.
1692 (sh_frame_base): New structure defining new frame base code.
1693 (sh_in_function_epilogue_p): New function.
1694 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1695 code and to call all new code instead. Initialize dwarf2 and
1696 heuristic frame sniffer.
1697
1698 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1699
1700 * parser-defs.h (struct exp_descriptor): New definition, containing
1701 language-specific info for printing, prefixifying, dumping, and
1702 evaluating expressions.
1703 (exp_descriptor_standard): Declare new variable.
1704 (print_subexp): Make global and declare here (from expprint.c).
1705 (dump_subexp): Ditto.
1706 (dump_subexp_body_standard): Declare.
1707 (operator_length_standard): Declare.
1708 (op_name_standard): Declare.
1709 (print_subexp): Declare.
1710 (print_subexp_standard): Declare.
1711
1712 * language.h (struct language_defn): Add la_exp_desc field to hold
1713 pointer to table for language-specific operators.
1714 Remove evaluate_exp field, which is now in struct exp_descriptor.
1715
1716 * parse.c (operator_length): Move most code to new
1717 operator_length_standard function. Use language-specific information.
1718 (operator_length_standard): New function taking most code from
1719 operator_length.
1720 (exp_descriptor_standard): New constant.
1721
1722 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1723 and OP_EXTENDED_LAST.
1724
1725 * expprint.c (print_subexp): Use language-specific print_subexp.
1726 Make global; remove static declaration.
1727 Move most code to print_subexp_standard.
1728 (print_subexp_standard): New function, containing code formerly in
1729 print_subexp.
1730 (op_name): Add expression to argument signature.
1731 Use langauge-specific op_name.
1732 Move most code to op_name_standard.
1733 (op_name_standard): New function, containing code formerly in op_name.
1734 (dump_subexp): Use new version of op_name function.
1735 Use language-specific dump_subexp_body, and move most existing code to
1736 dump_subexp_body_standard.
1737 (dump_raw_expression): Use new op_name interface.
1738 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1739 (dump_subexp_body_standard): New function, containing code formerly
1740 in dump_subexp_body.
1741
1742 * language.c (unknown_language): Add default la_exp_desc field and
1743 remove evaluate_exp field.
1744 (auto_language): Ditto.
1745 (local_language): Ditto.
1746 * f-lang.c (f_language_defn): Ditto.
1747 * c-lang.c (c_language_defn): Ditto.
1748 (cplus_language_defn): Ditto.
1749 (asm_language_defn): Ditto.
1750 (minimal_language_defn): Ditto.
1751 * p-lang.c (pascal_language_defn): Ditto.
1752 * m2-lang.c (m2_language_defn): Ditto.
1753 * objc-lang.c (objc_language_defn): Ditto.
1754
1755 * jv-lang.c (exp_descriptor_java): New variable, containing
1756 Java-specific expression evaluator.
1757 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1758 field.
1759 * scm-lang.c (exp_descriptor_scm): New variable, containing
1760 Scheme-specific expression evaluator.
1761 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1762 field.
1763 * objc-lang.c (print_object_command): Take evaluate_exp from the
1764 la_exp_desc field.
1765
1766 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1767
1768 * eval.c: Include parser-defs.h for the full declaration of
1769 la_exp_desc's type.
1770 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1771
1772 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1773
1774 * parser-defs.h (operator_length): Declare.
1775
1776 * parse.c (length_of_subexp): Use operator_length to get operator
1777 lengths and arities for operators.
1778 Move most code to new operator_length function.
1779 (operator_length): New function absorbing most code from
1780 length_of_subexp.
1781 (prefixify_subexp): Remove large case and use operator_length instead.
1782 (parse_exp_1): Use renamings:
1783 dump_prefix_expression => dump_raw_expression and
1784 dump_postfix_expression => dump_prefix_expression.
1785
1786 * expression.h (dump_prefix_expression): Rename to ...
1787 (dump_raw_expression): New name.
1788 (dump_postfix_expression): Rename to ...
1789 (dump_prefix_expression): New name.
1790
1791 * expprint.c (dump_subexp): Make global. Add comment.
1792 Move most existing code to dump_subexp_body.
1793 (dump_subexp_body): New function.
1794 (dump_prefix_expression): Rename to dump_raw_expression.
1795 Remove attempt to print the expression via print_expression: it can't
1796 work before the expression is prefixified.
1797 (dump_raw_expression): Renamed from dump_prefix_expression.
1798 (dump_postfix_expression): Rename to dump_prefix_expression, since
1799 that's what it does.
1800 Remove 'note' parameter, since this routine must be used on
1801 prefixified expression.
1802 (dump_prefix_expression): Renamed from dump_postfix_expression.
1803
1804 2003-09-22 Jim Blandy <jimb@redhat.com>
1805
1806 * dwarf2read.c (read_array_type): When building the type for an
1807 array of unspecified length, make sure to choose the upper bound
1808 so that the array's total length comes out to be zero --- that's
1809 how we represent such arrays.
1810
1811 2003-09-22 Michael Chastain <mec@shout.net>
1812
1813 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1814
1815 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1816
1817 * top.c (quit_force): Fix indirect call to quit_target so
1818 a struct qt_args pointer is passed.
1819
1820 2003-09-22 Andrew Cagney <cagney@redhat.com>
1821
1822 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1823 * arch-utils.c (init_frame_pc_noop): Delete function.
1824 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1825 "init_frame_pc".
1826 * mips-tdep.c (mips_gdbarch_init): Ditto.
1827 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1828 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1829 declaration.
1830 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1831 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1832 declaration.
1833 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1834
1835 2003-09-22 Anthony Green <green@redhat.com>
1836
1837 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1838 declaration.
1839
1840 2003-09-20 Andrew Cagney <cagney@redhat.com>
1841
1842 * breakpoint.c: Eliminate ARGSUSED.
1843 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1844 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1845 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1846 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1847 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1848 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1849 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1850 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1851 * wince.c, remote-vx.c: Ditto.
1852
1853 * cli/cli-script.c: Remove "register" attributes.
1854 * config/pa/tm-hppa.h: Ditto.
1855 * cli/cli-decode.c: Ditto.
1856 * cli/cli-cmds.c: Ditto.
1857
1858 2003-09-19 Andrew Cagney <cagney@redhat.com>
1859
1860 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1861 DEPRECATED_NPC_REGNUM.
1862 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1863
1864 2003-09-19 Christopher Faylor <cgf@redhat.com>
1865
1866 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1867
1868 2003-09-19 Jim Blandy <jimb@redhat.com>
1869
1870 * macrotab.c (macro_include): Use the correct comparison to find
1871 the appropriate place for this inclusion in the list.
1872
1873 2003-09-19 Andrew Cagney <cagney@redhat.com>
1874
1875 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1876 (DEPRECATED_HPUX_TEXT_END): Define.
1877 (deprecated_hpux_text_end): Declare.
1878 (struct target_ops): Declare opaque.
1879 * hppah-nat.c (text_end): Make static.
1880 (deprecated_hpux_text_end): New function.
1881 * exec.c (text_end): Delete global variable.
1882 (NEED_TEXT_START_END): Do not define.
1883 (exec_file_attach): Replace code computing "text_end" code with
1884 call to DEPRECATED_HPUX_TEXT_END.
1885
1886 2003-09-19 Andrew Cagney <cagney@redhat.com>
1887
1888 * utils.c (align_up, align_down): New functions.
1889 * defs.h (align_up, align_down): Declare.
1890 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1891 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1892 and "align_down".
1893 (round_up, round_down): Delete functions.
1894 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1895 "align_down".
1896 (ROUND_DOWN, ROUND_UP): Delete macros.
1897 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1898 * h8300-tdep.c: Replace "round_up" and "round_down" with
1899 "align_up" and "align_down".
1900 (round_up, round_down): Delete macros.
1901 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1902 "align_down".
1903 (ROUND_UP, ROUND_DOWN): Delete macros.
1904
1905 2003-09-18 J. Brobecker <brobecker@gnat.com>
1906
1907 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1908 hard-coded constant. Use the proper machine name instead.
1909
1910 2003-09-17 Andrew Cagney <cagney@redhat.com>
1911
1912 * sparc-tdep.c (legacy_register_name): Delete function.
1913 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1914 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1915 * infcmd.c (gdb_register_name): Delete variable.
1916 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1917 REGISTER_NAME and "tm.h".
1918 * gdbarch.h, gdbarch.c: Regenerate.
1919 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1920 REGISTER_NAMES in comments.
1921 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1922 * m68klinux-nat.c (regmap): Ditto.
1923
1924 2003-09-17 Jim Blandy <jimb@redhat.com>
1925
1926 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1927
1928 2003-09-17 Andrew Cagney <cagney@redhat.com>
1929
1930 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1931 (ppcnbsd_init_abi): Set "use_struct_convention" to
1932 "ppcnbsd_use_struct_convention".
1933
1934 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1935
1936 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1937 * gdbarch.h, gdbarch.c: Regenerate.
1938 (stabs_argument_has_addr): New architecture method.
1939 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1940 * arch-utils.c: Include "buildsym.h".
1941 (default_stabs_argument_has_addr): New function.
1942 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1943 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1944
1945 2003-09-17 Andrew Cagney <cagney@redhat.com>
1946
1947 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1948 * gdbarch.h, gdbarch.c: Regenerate.
1949 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1950 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1951 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1952 * sparcnbsd-tdep.c: Update.
1953
1954 2003-09-17 Andrew Cagney <cagney@redhat.com>
1955
1956 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1957 * gdbarch.h, gdbarch.c: Regenerate.
1958 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1959 * d10v-tdep.c, frame.c: Update.
1960 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1961 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1962 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1963 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1964 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1965 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1966 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1967 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1968 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1969 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1970 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1971 * config/pa/nm-hppah.h: Update.
1972
1973 2003-09-16 Andrew Cagney <cagney@redhat.com>
1974
1975 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1976 "use_struct_convention" to "ppc_linux_use_struct_convention".
1977 (ppc_linux_use_struct_convention): New function.
1978 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1979 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1980 "rs6000_use_struct_convention".
1981 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1982 declaration.
1983 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1984 Delete function.
1985
1986 2003-09-16 Andrew Cagney <cagney@redhat.com>
1987
1988 * buildsym.c: Remove more occurances of "register".
1989 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1990 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1991 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1992 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1993 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1994 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1995 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1996 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1997
1998 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1999
2000 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2001 numbers to enumeration values.
2002 * sh-tdep.c: Accomodate above change.
2003 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2004 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2005 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2006 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2007 (IS_FPUSH): Rename from IS_FMOV.
2008 (sh_extract_struct_value_address): Remove useless comment.
2009 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2010 instead of own local values.
2011 (sh_dump_tdep): Remove.
2012 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2013 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2014
2015 2003-09-15 Andrew Cagney <cagney@redhat.com>
2016
2017 * doublest.c (convert_floatformat_to_doublest): No longer need to
2018 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2019
2020 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
2021
2022 * values.c (unpack_double): Call floatformat_is_valid.
2023
2024 2003-09-15 Mark Kettenis <kettenis@gnu.org>
2025
2026 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2027 ps_strings into a long.
2028
2029 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2030 _initialize_am64fbsd_nat.
2031
2032 2003-09-15 Kevin Buettner <kevinb@redhat.com>
2033
2034 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2035 associated with DW_AT_ranges attribute is out of bounds.
2036
2037 2003-09-15 David Lecomber <dsl@sources.redhat.com>
2038
2039 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2040
2041 2003-09-14 Michael Chastain <mec@shout.net>
2042
2043 * config/m68k/nm-apollo68v.h: Delete.
2044 * config/m68k/xm-apollo68v.h: Delete.
2045
2046 2003-09-14 Andrew Cagney <cagney@redhat.com>
2047
2048 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2049 * dcache.c: Update copyrights and descriptions.
2050 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2051
2052 2003-09-14 Andrew Cagney <cagney@redhat.com>
2053
2054 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2055 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2056
2057 2003-09-14 Andrew Cagney <cagney@redhat.com>
2058
2059 * alpha-nat.c: Remove some occurances of "register".
2060 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2061 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2062 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2063 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2064 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2065 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2066 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2067 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2068 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2069 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2070 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2071 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2072 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2073 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2074 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2075 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2076 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2077 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2078 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2079 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2080 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2081 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2082
2083 2003-09-13 Andrew Cagney <cagney@redhat.com>
2084
2085 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2086 * ppc-tdep.h (struct regcache): Declare opaque.
2087 * objfiles.h (struct objfile_data): Declare opaque.
2088 * cp-support.h (struct objfile): Declare opaque.
2089 * linux-nat.h (target_waitstatus): Declare opaque.
2090
2091 2003-09-14 Mark Kettenis <kettenis@gnu.org>
2092
2093 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2094 (stabs_argument_has_addr): New architecture method.
2095 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2096 * arch-utils.c: Include "buildsym.h".
2097 (default_stabs_argument_has_addr): New function.
2098 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2099 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2100
2101 * cris-tdep.c (cris_gdbarch_init): Set
2102 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2103 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2104 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2105 * mips-tdep.c (mips_gdbarch_init): Likewise.
2106 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2107 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2108
2109 2003-09-13 Andrew Cagney <cagney@redhat.com>
2110
2111 * values.c (using_struct_return): Delete "function" and "funcaddr"
2112 parameters.
2113 * value.h (using_struct_return): Update declaration.
2114 * infcmd.c (finish_command_continuation): Update.
2115 (finish_command): Update.
2116 * infcall.c (call_function_by_hand): Update.
2117 * eval.c (evaluate_subexp_standard): Update.
2118
2119 2003-09-13 Christopher Faylor <cgf@redhat.com>
2120
2121 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2122 SSE registers since gdb will not operate correctly without this.
2123 Restore include file ordering munged in previous change.
2124 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2125
2126 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2127
2128 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2129 REG_STRUCT_HAS_ADDR.
2130 * gdbarch.c, gdbarch.h: Updated.
2131 * infcall.c (call_function_by_hand): Update.
2132 * stabsread.c (define_symbol): Updated.
2133
2134 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2135
2136 2003-09-12 Christopher Faylor <cgf@redhat.com>
2137
2138 * win32-nat.c: Reorganize so that defines used by target headers are
2139 actually defined by the system headers.
2140 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2141 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2142
2143 2003-09-12 Jim Blandy <jimb@redhat.com>
2144
2145 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2146 the file has no .data, .bss, or .rodata sections. Instead wait
2147 until we see a variable alleged to live in one of those sections.
2148
2149 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2150 .bss section, presume that any variables we find live in the
2151 .rodata section.
2152
2153 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2154 offsets for global and static variables.
2155
2156 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2157 symbol types are, by definition, in the .data section, so it is
2158 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2159 If there is no .data section, there should be no N_DATA or N_DATA
2160 | N_EXT symbols.
2161
2162 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2163
2164 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2165 (amd64fbsd_sigcontext_addr): Rewrite.
2166 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2167 with correct values.
2168 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2169 (amd64fbsd_init_abi): Fix typo.
2170
2171 2003-09-12 Andrew Cagney <cagney@redhat.com>
2172
2173 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2174 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2175
2176 2003-09-12 Andrew Cagney <cagney@redhat.com>
2177
2178 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2179 "entry_file_highpc". Update comments.
2180 * defs.h (deprecated_inside_entry_file): Rename
2181 "inside_entry_file".
2182 * blockframe.c (deprecated_inside_entry_file): Rename
2183 "inside_entry_file".
2184 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2185 * vax-tdep.c (vax_frame_chain): Update.
2186 * sh64-tdep.c (sh64_frame_chain): Update.
2187 * sh-tdep.c (sh_frame_chain): Update.
2188 * rs6000-tdep.c (rs6000_frame_chain): Update.
2189 * ns32k-tdep.c (ns32k_frame_chain): Update.
2190 * mips-tdep.c (mips_frame_chain): Update.
2191 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2192 * m32r-tdep.c (m32r_frame_this_id): Update.
2193 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2194 * frv-tdep.c (frv_frame_this_id): Update.
2195 * d10v-tdep.c (d10v_frame_this_id): Update.
2196 * cris-tdep.c (cris_frame_chain): Update.
2197 * blockframe.c (legacy_frame_chain_valid): Update.
2198 * avr-tdep.c (avr_frame_this_id): Update.
2199 * arm-tdep.c (arm_prologue_this_id): Update.
2200 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2201 * objfiles.c (objfile_relocate): Update.
2202 * mipsread.c (mipscoff_symfile_read): Update.
2203 (mipscoff_symfile_read): Update.
2204 * mdebugread.c (parse_partial_symbols): Update.
2205 * dwarfread.c (read_file_scope): Update.
2206 * dwarf2read.c (read_file_scope): Update.
2207 * dbxread.c (read_dbx_symtab): Update.
2208 (read_dbx_symtab): Update.
2209 * coffread.c (complete_symtab): Update.
2210
2211 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2212
2213 * top.c (quit_target): New static helper function.
2214 (quit_force): Moved code to quit_target(). Call quit_target()
2215 via catch_errors() to catch errors during quit.
2216
2217 2003-09-11 David Carlton <carlton@kealia.com>
2218
2219 * buildsym.c (finish_block): Use allocate_block to allocate the
2220 block.
2221 * mdebugread.c (new_block): Add FIXME.
2222
2223 2003-09-11 David Carlton <carlton@kealia.com>
2224
2225 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2226 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2227 (recursive_dump_type): Ditto.
2228 * printcmd.c (print_formatted): Ditto.
2229 * typeprint.c (print_type_scalar): Ditto.
2230 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2231 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2232 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2233 maint_cplus_cmd_list.
2234 * cp-support.c: Make maint_cplus_cmd_list extern.
2235 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2236 command.h.
2237 (lookup_symbol_file): Look in possible namespace blocks when
2238 appropriate.
2239 (initialize_namespace_symtab): New.
2240 (get_possible_namespace_block, free_namespace_block)
2241 (check_possible_namespace_symbols)
2242 (check_possible_namespace_symbols_loop)
2243 (check_one_possible_namespace_symbol)
2244 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2245 (_initialize_cp_namespace): Ditto.
2246 * block.h: Declare allocate_block.
2247 * block.c (allocate_block): New.
2248 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2249 allocate_block.
2250 * symfile.h: Update declaration of add_psymbol_to_list.
2251 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2252 question.
2253 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2254 scan_partial_symbols_call.
2255 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2256 helper functions.
2257 (add_partial_symbol): If necessary, scan mangled names for names
2258 of namespaces.
2259 (add_partial_namespace): Add NAMESPACE argument; generate partial
2260 symbols associated to namespaces.
2261 (add_partial_enumeration): Add NAMESPACE argument.
2262 (new_symbol): Allow namespace syms.
2263 (read_namespace): Generate namespace syms.
2264 * objfiles.h: Add opaque declaration of struct symtab.
2265 (struct objfile): Add cp_namespace_symtab member.
2266 * objfiles.c (allocate_objfile): Set
2267 objfile->cp_namespace_symtab.
2268 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2269 dictionary_h, command_h.
2270
2271 2003-09-11 Andrew Cagney <cagney@redhat.com>
2272
2273 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2274 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2275 near the function's end.
2276 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2277 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2278 regcache_raw_write_signed to set SP_REGNUM.
2279
2280 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2281
2282 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2283 orig_addrs is set up properly.
2284
2285 2003-09-11 Andrew Cagney <cagney@redhat.com>
2286
2287 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2288 * gdbarch.h, gdbarch.c: Re-generate.
2289 * infcall.c (call_function_by_hand): Update.
2290 * hppa-tdep.c (hppa_push_arguments): Update.
2291 * ada-lang.c (place_on_stack): Update.
2292 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2293 * sparc-tdep.c (sparc_gdbarch_init): Update.
2294 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2295 * hppa-tdep.c (hppa_gdbarch_init): Update.
2296 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2297 stack_align.
2298
2299 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2300
2301 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2302 register do need a frame.
2303
2304 2003-09-11 Andrew Cagney <cagney@redhat.com>
2305
2306 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2307 buildable since GDB 5.0.
2308 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2309 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2310 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2311 * irix4-nat.c: Delete file.
2312 * config/mips/irix4.mh: Delete file.
2313 * config/mips/irix3.mh: Delete file.
2314 * config/mips/irix3.mt: Delete file.
2315 * config/mips/tm-irix3.h: Delete file.
2316 * config/mips/nm-irix3.h: Delete file.
2317 * config/mips/xm-irix3.h: Delete file.
2318 * config/mips/nm-irix4.h: Delete file.
2319 * config/mips/xm-irix4.h: Delete file.
2320 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2321
2322 2003-09-10 J. Brobecker <brobecker@gnat.com>
2323
2324 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2325 * Makefile.in (hppa-tdep.o): Update dependencies.
2326
2327 2003-09-10 James E Wilson <wilson@specifixinc.com>
2328
2329 * MAINTAINERS: Change my e-mail address. Move to paper trail
2330 section.
2331
2332 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2333
2334 * MAINTAINERS (frv): New ISA entry.
2335
2336 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2337
2338 * frv-tdep.c (dis-asm.h): Include.
2339 * Makefile.in (frv-tdep.o): Update dependencies.
2340
2341 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2342
2343 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2344 Fix typo for high range of floating registers.
2345
2346 2003-09-09 David Carlton <carlton@kealia.com>
2347
2348 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2349 highpc initialization here out of scan_partial_symbols.
2350 (scan_partial_symbols): Restructure into a recursive version,
2351 calling add_partial_namespace and add_partial_enumeration when
2352 appropriate.
2353 (add_partial_namespace): New.
2354 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2355
2356 2003-09-09 Andrew Cagney <cagney@redhat.com>
2357
2358 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2359 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2360 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2361 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2362
2363 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2364 (rs6000_push_dummy_call): Set the "TOC" register.
2365
2366 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2367 methods "max_register_raw_size", "max_register_virtual_size" or
2368 "register_virtual_size".
2369
2370 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2371
2372 * MAINTAINERS: Update my e-mail address.
2373
2374 2003-09-09 Andrew Cagney <cagney@redhat.com>
2375
2376 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2377 (rs6000_push_dummy_call): Store the struct return address.
2378 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2379
2380 2003-09-09 Andrew Cagney <cagney@redhat.com>
2381
2382 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2383 "ppc_sysv_abi_push_arguments".
2384 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2385 "ppc_sysv_abi_push_arguments".
2386 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2387 instead of "push_arguments".
2388 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2389
2390 2003-09-09 Andrew Cagney <cagney@redhat.com>
2391
2392 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2393 instead of CALL_DUMMY_ADDRESS.
2394
2395 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2396
2397 * p-lang.c: Eliminate "register".
2398 * c-lang.c: Ditto.
2399 * expprint.c: Ditto.
2400 * f-lang.c: Ditto.
2401 * jv-lang.c: Ditto.
2402 * language.c: Ditto.
2403 * m2-lang.c: Ditto.
2404 * parse.c: Ditto.
2405 * scm-lang.c: Ditto.
2406 * objc-lang.c: Ditto.
2407
2408 2003-09-09 Nick Clifton <nickc@redhat.com>
2409
2410 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2411
2412 2003-09-04 Andrew Cagney <cagney@redhat.com>
2413
2414 * avr-tdep.c: Include "dis-asm.h".
2415 * cris-tdep.c: Include "dis-asm.h".
2416 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2417 instead of corresponding typedef.
2418 * h8300-tdep.c: Include "dis-asm.h".
2419 * ia64-tdep.c: Include "dis-asm.h".
2420 * i386-tdep.c: Include "dis-asm.h".
2421 (i386_print_insn): Use "struct disassemble_info" instead of
2422 corresponding typedef.
2423 * m68k-tdep.c: Include "dis-asm.h".
2424 * mcore-tdep.c: Include "dis-asm.h".
2425 * mips-tdep.c: Include "dis-asm.h".
2426 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2427 instead of corresponding typedef.
2428 * ns32k-tdep.c: Include "dis-asm.h".
2429 * s390-tdep.c: Include "dis-asm.h".
2430 * sparc-tdep.c: Include "dis-asm.h".
2431 * vax-tdep.c: Include "dis-asm.h".
2432 * v850-tdep.c: Include "dis-asm.h".
2433 * mn10300-tdep.c: Include "dis-asm.h".
2434 * rs6000-tdep.c: Include "dis-asm.h".
2435 * xstormy16-tdep.c: Include "dis-asm.h".
2436 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2437 print_insn_xstormy16.
2438 * Makefile.in (v850-tdep.o): Update dependencies.
2439 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2440 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2441 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2442 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2443 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2444 (gdbarch_h): Remove $(dis_asm_h).
2445 * disasm.c: Include "dis-asm.h".
2446 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2447 corresponding typedef.
2448 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2449 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2450 * gdbarch.sh: Do not include "dis-asm.h".
2451 (struct disassemble_info): Declare opaque.
2452 (TARGET_PRINT_INSN): Update declaration.
2453 * gdbarch.h, gdbarch.c: Re-generate.
2454
2455 2003-09-08 Andrew Cagney <cagney@redhat.com>
2456
2457 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2458 CALL_DUMMY_ADDRESS, change to a predicate.
2459 * gdbarch.h, gdbarch.c: Re-generate.
2460 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2461 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2462 * infcall.c (call_function_by_hand): Ditto.
2463 * sparc-tdep.c (sparc_push_return_address): Ditto.
2464 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2465 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2466 CALL_DUMMY_ADDRESS with entry_point_address.
2467 * v850-tdep.c (v850_push_return_address): Ditto.
2468 * s390-tdep.c (s390_push_return_address): Ditto.
2469 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2470 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2471 * mcore-tdep.c (mcore_push_return_address): Ditto.
2472 * cris-tdep.c (cris_push_return_address): Ditto.
2473 * arm-tdep.c (arm_push_return_address): Ditto.
2474
2475 2003-09-08 Andrew Cagney <cagney@redhat.com>
2476
2477 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2478 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2479 and REG_UNMODIFIED to REG_SAME_VALUE.
2480 (execute_cfa_program): Update.
2481 (dwarf2_frame_cache): Update. Initialize table to
2482 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2483 location.
2484 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2485
2486 2003-09-08 Andrew Cagney <cagney@redhat.com>
2487
2488 * gnu-nat.c: Remove "inline" function attribute.
2489 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2490
2491 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2492
2493 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2494 target.
2495
2496 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2497
2498 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2499 (frame_extra_info): Rename this struct to frv_unwind_cache.
2500 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2501 Add fields ``prev_sp'' and ``base''.
2502 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2503 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2504 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2505 Delete.
2506 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2507 Revise all callers. Fill in the unwind cache argument and make
2508 other adjustments to account for new frame mechanisms.
2509 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2510 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2511 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2512 (frv_frame_unwind, frv_frame_base): New structs.
2513 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2514 additional arguments expected by this method and adjust function
2515 body accordingly.
2516 (frv_gdbarch_init): Remove calls to the following functions:
2517 set_gdbarch_deprecated_init_frame_pc(),
2518 set_gdbarch_deprecated_saved_pc_after_call(),
2519 set_gdbarch_deprecated_frame_chain(),
2520 set_gdbarch_deprecated_frame_saved_pc(),
2521 set_gdbarch_deprecated_frame_init_saved_regs(),
2522 set_gdbarch_deprecated_push_arguments(),
2523 set_gdbarch_deprecated_push_return_address(),
2524 set_gdbarch_deprecated_pop_frame(),
2525 set_gdbarch_deprecated_call_dummy_words(),
2526 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2527 set_gdbarch_deprecated_init_extra_frame_info(),
2528 set_gdbarch_deprecated_dummy_write_sp(), and
2529 set_gdbarch_deprecated_pc_in_call_dummy().
2530 Add calls to the following functions:
2531 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2532 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2533 frame_base_set_default().
2534 * Makefile.in (frv-tdep.o): Update dependencies.
2535
2536 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2537
2538 * dwarf2-frame.c (read_encoded_value): Add support for
2539 DW_EH_PE_aligned encoding.
2540
2541 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2542
2543 * infrun.c (normal_stop): Don't print a message if the inferior
2544 has exited.
2545
2546 2003-09-08 Jim Blandy <jimb@redhat.com>
2547
2548 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2549 * dbxread.c: #include "gdb_assert.h".
2550 (read_dbx_symtab): If the objfile has no .data section, use the
2551 section index for the .bss section instead.
2552
2553 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2554
2555 * frame.c (deprecated_safe_get_selected_frame): New function.
2556 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2557 * findvar.c (read_var_value): Call it.
2558
2559 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2560
2561 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2562 (sh64-tdep.o): Add dependencies.
2563 * configure.tgt: Add FIXME to sh-*-linux*.
2564 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2565 (sh_gdbarch_init): Always set correct sh_show_regs function
2566 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2567 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2568 * sh64-tdep.c: New file, containing all sh64 related code from
2569 sh-tdep.c.
2570 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2571 * config/sh/linux.mt (TDEPFILES): Ditto.
2572 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2573 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2574 * config/sh/wince.mt (TDEPFILES): Ditto.
2575
2576 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2577
2578 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2579 (stop_wait_callback): Handle !lp->signalled also.
2580 (lin_lwp_has_pending, flush_callback): New functions.
2581 (lin_lwp_wait): Call flush_callback.
2582 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2583 (linux_proc_pending_signals): New function.
2584 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2585
2586 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2587
2588 From Nick Kelsey <nickk@ubicom.com>:
2589 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2590 when the stop PC is at the beginning of a function also.
2591
2592 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2593
2594 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2595 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2596
2597 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2598
2599 * sol-thread.c: Include "gdb_string.h".
2600
2601 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2602
2603 * gcore.c: Reorder include files in alphabetical order. Include
2604 "gdb_assert.h". Various coding style fixes.
2605 (derive_stack_segment, derive_heap_segment): Replace check for
2606 non-null BOTTOM and TOP with gdb_assert.
2607 (derive_heap_segment): Replace check for successful creation of
2608 ZERO with gdb_assert.
2609 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2610
2611 2003-09-04 Andrew Cagney <cagney@redhat.com>
2612
2613 * thread-db.c (verbose_dlsym): New function.
2614 (thread_db_load): Use verbose_dlsym
2615 (thread_db_new_objfile): Print that libthread_db was loaded, and
2616 that thread debugging was enabled.
2617
2618 2003-09-04 Andrew Cagney <cagney@redhat.com>
2619
2620 * configure.tgt: Add "mips64*-*-*" target. Delete
2621 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2622 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2623 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2624 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2625 mips*-sony-*, and mips64*-*-elf* targets.
2626 * config/mips/embedl.mt: Delete file.
2627 * config/mips/embedl64.mt: Delete file.
2628 * config/mips/mips.mt: Delete file.
2629 * config/mips/mips64.mt: Delete file.
2630 * config/mips/tm-embed.h: Delete file.
2631 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2632 * config/mips/embed64.mt: Delete out-of-date comment.
2633
2634 2003-09-04 Andrew Cagney <cagney@redhat.com>
2635
2636 * hppa-tdep.c (hppa_gdbarch_init): Set
2637 "have_nonsteppable_watchpoint".
2638 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2639 * mips-tdep.c (mips_dump_tdep): Do not print
2640 HAVE_NONSTEPPABLE_WATCHPOINT.
2641 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2642 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2643 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2644 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2645
2646 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2647
2648 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2649 unused code. Add comment.
2650
2651 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2652
2653 * breakpoint.c (watchpoint_check): Check for pc being in an
2654 epilogue if watchpoint frame couldn't be found.
2655
2656 2003-09-04 Andrew Cagney <cagney@redhat.com>
2657
2658 * Makefile.in: Re-generate all dependencies.
2659
2660 2003-09-03 Andrew Cagney <cagney@redhat.com>
2661
2662 * arch-utils.h (legacy_print_insn): Delete declaration.
2663 * arch-utils.c (legacy_print_insn): Delete function.
2664 * disasm.c (deprecated_tm_print_insn_info): Delete.
2665 (_initialize_disasm): Delete function, contained code initializing
2666 deprecated_tm_print_insn_info.
2667 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2668 (deprecated_tm_print_insn_info): Delete.
2669 (TARGET_PRINT_INSN): Do not provide a default.
2670 * gdbarch.h, gdbarch.c: Re-generate.
2671
2672 2003-09-03 Andrew Cagney <cagney@redhat.com>
2673
2674 * disasm.c (fprintf_disasm): New function.
2675 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2676 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2677 reverts 2003-08-14 change.
2678 (_initialize_disasm): Call "init_disassemble_info", instead of
2679 INIT_DISASSEMBLE_INFO_NO_ARCH.
2680
2681 2003-09-03 Michael Snyder <msnyder@redhat.com>
2682
2683 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2684
2685 2003-09-03 Andrew Cagney <cagney@redhat.com>
2686
2687 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2688 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2689 * symfile.c (syms_from_objfile): Update.
2690 (reread_symbols): `Update
2691 * exec.c (exec_file_attach): Update.
2692 (exec_file_attach): Update.
2693 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2694 2003-08-29 change.
2695 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2696
2697 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2698
2699 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2700 trad-frame.h.
2701 (arm_get_cache): Delete macro.
2702 (struct arm_prologue_cache): Update comments. Make saved_regs into
2703 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2704 to prev_sp.
2705 (thumb_scan_prologue): Update for cache changes. Don't call
2706 DEPRECATED_PC_IN_CALL_DUMMY.
2707 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2708 argument and use it in desperation search for our prologue. Do not
2709 search past the specified PC.
2710 (arm_make_prologue_cache): Simplify.
2711
2712 (arm_prologue_this_id, arm_prologue_prev_register)
2713 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2714 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2715 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2716 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2717 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2718
2719 (arm_frame_chain_valid, arm_find_callers_reg)
2720 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2721 (arm_pop_frame): Delete obsolete methods.
2722 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2723
2724 (arm_gdbarch_init): Update for new frame methods. Register prologue
2725 and sigtramp unwinders. Set the default frame base method.
2726
2727 * Makefile.in (arm-tdep.o): Update dependencies.
2728 * varobj.c (find_frame_addr_in_frame_chain): Call
2729 get_frame_base_address.
2730 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2731
2732 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2733
2734 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2735 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2736 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2737 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2738 Take NEXT_FRAME and CACHE arguments. Call
2739 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2740 Set unwound_pc in CACHE instead of modifying the frame argument.
2741 Don't bother checking the frame type when looking for sigtramp
2742 frames.
2743 (arm_make_prologue_cache, arm_frame_chain)
2744 (arm_init_extra_frame_info): New functions.
2745
2746 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2747
2748 * arm-tdep.c (arm_get_cache): Define.
2749 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2750 unwound_sp, unwound_pc, and saved_regs.
2751 (thumb_scan_prologue): Take a cache instead of the frame.
2752 (arm_scan_prologue): Likewise.
2753 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2754 instead of a temporary frame.
2755 (arm_init_extra_frame_info): Allocate and use a cache.
2756 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2757
2758 2003-09-03 Andrew Cagney <cagney@redhat.com>
2759
2760 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2761 * config/mips/wince.mt (TM_CLIBS): Ditto.
2762 * config/sh/wince.mt (TM_CLIBS): Ditto.
2763 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2764 * config/sparc/sp64.mt (CC): Delete.
2765
2766 2003-09-03 Andrew Cagney <cagney@redhat.com>
2767
2768 * defs.h: Do not include "arch-utils.h".
2769 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2770 GDB_MULTI_ARCH_PURE.
2771 * configure.in (GDB_MULTI_ARCH): Do not define.
2772 * configure, config.in: Regenerate.
2773 * configure.tgt: Do not set variable "gdb_multi_arch".
2774 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2775 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2776 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2777 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2778 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2779 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2780 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2781 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2782 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2783 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2784 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2785 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2786 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2787 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2788 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2789 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2790 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2791 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2792
2793 2003-08-30 Michael Chastain <mec@shout.net>
2794
2795 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2796 * config/m68k/nm-hp300hpux.h: Delete.
2797 * config/m68k/tm-hp300hpux.h: Delete.
2798 * config/m68k/xm-hp300hpux.h: Delete.
2799 * config/m68k/xm-hp300bsd.h: Delete.
2800 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2801 tm-hp300hpux.h, xm-hp300hpux.h.
2802 * somsolib.c: Remove comment about hp300 shared libraries.
2803
2804 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2805
2806 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2807 Only define PTRACE_GET_THREAD_AREA is not already defined.
2808 Various style fixes in code and comments and some additional
2809 spelling fixes in comments. Move after functions dealing with
2810 debug registers.
2811 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2812 Fix coding-style.
2813
2814 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2815 frame_unwind_register_unsigned instead of
2816 frame_unwind_unsigned_register.
2817
2818 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2819
2820 * configure.in: Search for gethostbyname in libnsl.
2821 * configure: Regenerated.
2822
2823 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2824
2825 * configure.in: Remove redundant AC_MSG_RESULT in check for
2826 uintptr_t in stdint.h.
2827 * configure: Regenerated.
2828
2829 * amd64-nat.h (struct regcache): Add opaque declaration.
2830
2831 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2832 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2833 Change "register array" to "register cache" in comments.
2834 (x86_64_linux_gregset64_reg_offset): New variable.
2835 (GETREGS_SUPPLIES): Remove macro.
2836 (supply_gregset): Call amd64_supply_native_gregset instead of
2837 x86_64_linux_supply_gregset.
2838 (fill_gregset): Rename `regno' to `regnum'. Call
2839 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2840 (store_regs): Rename `regno' to `regnum'.
2841 (store_fpregs): Rename `regno' to `regnum'.
2842 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2843 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2844 Reorganize function a bit.
2845 (store_inferior_registers): Rename `regno' to `regnum'. Use
2846 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2847 Reorganize function a bit.
2848 (_initialize_x86_64_linux_nat): New function.
2849 * config/i386/x86-64linux.mh.
2850
2851 2003-08-29 Andrew Cagney <cagney@redhat.com>
2852
2853 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2854 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2855 (target_remove_watchpoint): Delete macro.
2856 (target_insert_watchpoint): Delete macro.
2857 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2858 (remote_mips_stopped_by_watchpoint): Delete declaration.
2859 (remote_mips_remove_watchpoint): Delete declaration.
2860 (remote_mips_set_watchpoint): Delete declaration.
2861 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2862 * remote-mips.c (_initialize_remote_mips): Set
2863 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2864 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2865 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2866 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2867 (mips_stopped_by_watchpoint): Rename
2868 remote_mips_stopped_by_watchpoint.
2869 (mips_can_hardware_watchpoint): Rename
2870 remote_mips_can_use_hardware_watchpoint, update function
2871 signature.
2872
2873 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2874
2875 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2876 USER_DS. We haven't given them a register number yet.
2877
2878 * amd64-nat.h: New file.
2879 * amd64-nat.c: New file.
2880 * amd64fbsd-nat.c: Include "amd64-nat.h".
2881 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2882 (amd64fbsd32_r_reg_offset): New variable.
2883 (supply_gregset): Simply call amd64_supply_native_gregset.
2884 (fill_gregset): Rename `regno' to `regnum'. Simply call
2885 amd64_collect_native_gregset.
2886 (fill_fpregset): Rename `regno' to `regnum'.
2887 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2888 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2889 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2890 `fpregset_t'. Call amd64_supply_native_gregset instead of
2891 supply_gregset. Call x86_64_supply_fxsave instead of
2892 supply_fpregset.
2893 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2894 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2895 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2896 `fpregset_t'. Call amd64_collect_native_gregset instead of
2897 fill_gregset. Call x86_64_collect_fxsave instead of
2898 fill_fpregset.
2899 (_initialize_am64fbsd_nat): Initialize
2900 amd64_native_gregset32_reg_offset and
2901 amd64_native_gregset64_reg_offset.
2902 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2903
2904 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2905 null pointer. Fix typo in comment.
2906
2907 * regcache.c (supply_register): Reimplement to call
2908 regcache_raw_supply.
2909 (regcache_collect): Reimplement by calling regcache_raw_collect.
2910
2911 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2912
2913 * regcache.c (register_buffer): Consitify first argument.
2914 (regcache_raw_supply, regcache_raw_collect): New
2915 functions.
2916
2917 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2918
2919 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2920 by Nathan J. Williams.
2921
2922 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2923
2924 * lin-lwp.c (wait_lwp): New function, copied from
2925 stop_wait_callback. Clean up.
2926 (stop_wait_callback): Use wait_lwp.
2927
2928 2003-08-28 Andrew Cagney <cagney@redhat.com>
2929
2930 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2931 flavour and disassembler options.
2932 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2933 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2934 deprecated_tm_print_insn_info.
2935
2936 2003-08-27 Andrew Cagney <cagney@redhat.com>
2937
2938 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2939 Use target_read_memory.
2940 (s390_get_frame_info): Update. Do not reference
2941 deprecated_tm_print_insn_info.
2942 (s390_check_function_end, s390_is_sigreturn): Ditto.
2943
2944 2003-08-27 Andrew Cagney <cagney@redhat.com>
2945
2946 * Makefile.in (cris-tdep.o): Update dependencies.
2947 * cris-tdep.c: Include "gdb_assert.h".
2948 (cris_gdbarch_init): Set print_insn.
2949 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2950 (cris_delayed_get_disassembler): Simplify, directly call the
2951 disassembler returned by cris_get_disassembler.
2952 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2953 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2954 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2955 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2956 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2957 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2958 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2959 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2960 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2961 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2962 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2963 (gdb_print_insn_sparc): Delete function.
2964 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2965 deprecated_tm_print_insn_info.
2966 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2967 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2968 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2969 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2970 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2971 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2972 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2973 (s390_gdbarch_init): Set print_insn.
2974
2975 2003-08-27 Andrew Cagney <cagney@redhat.com>
2976
2977 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2978 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2979 * infcall.c (call_function_by_hand): Convert the entry point
2980 address into a code address.
2981
2982 2003-08-27 Andrew Cagney <cagney@redhat.com>
2983
2984 * dsrec.c: Include "gdb_string.h".
2985 * Makefile.in (dsrec.o): Update dependencies.
2986
2987 2003-08-27 Michael Chastain <mec@shout.net>
2988
2989 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2990
2991 2003-08-27 Andrew Cagney <cagney@redhat.com>
2992
2993 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2994 (alpha_osf1_init_abi): Do not set call_dummy_address.
2995
2996 2003-08-27 David Carlton <carlton@kealia.com>
2997
2998 From Randolph Chung <tausq@debian.org>:
2999 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3000 compiles with -Wformat-nonliteral -Werror.
3001
3002 2003-08-26 Jim Blandy <jimb@redhat.com>
3003
3004 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3005 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3006 bfd_lookup_symbol, since we only want symbols in code sections.
3007 (look_for_base): Pass zero as the SECT_FLAGS argument to
3008 bfd_lookup_symbol, since we're not concerned about which section
3009 the symbol is in.
3010
3011 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3012
3013 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3014 we are frameless or the return address register is already known.
3015
3016 2003-08-26 Andrew Cagney <cagney@redhat.com>
3017
3018 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3019 in size. Add comments.
3020
3021 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3022
3023 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3024 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3025
3026 2003-08-26 Jason Merrill <jason@redhat.com>
3027
3028 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3029 case out of #ifdef MIPS block.
3030
3031 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
3032
3033 PR java/1322
3034 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3035 available before calling SECT_OFF_TEXT.
3036 * PROBLEMS: Remove description of java/1322.
3037
3038 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3039
3040 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3041 bof, and nat0-nat127 as pseudo-registers.
3042 (ia64_frame_cache): New struct used to cache frame info.
3043 (ia64_register_reggroup_p): New routine used to override default
3044 register grouping so registers without names are still saved and
3045 restored.
3046 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3047 pseudo values.
3048 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3049 (ia64_pseudo_register_write): New routine to write pseudo-registers.
3050 (ia64_alloc_frame_cache): New routine to create a new
3051 ia64_frame_cache.
3052 (examine_prologue): Change prototype to add next_frame pointer.
3053 Assume frameless until otherwise proven. Verify that the cfm for
3054 current frame matches the cfm that should occur for the prologues
3055 alloc insn and if equal, mark as not frameless. At end of routine,
3056 if not frameless, calculate registers for the previous frame and store
3057 in the cache, if a cache is provided.
3058 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3059 and pass 0 for next_frame.
3060 (ia64_store_return_value): Change to use convert_typed_floating()
3061 instead of calling ia64_convert_to_raw().
3062 (ia64_extract_return_value): Change to use convert_typed_floating()
3063 instead of calling ia64_convert_to_virtual().
3064 (ia64_frame_cache): New routine to support new frame model.
3065 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3066 (ia64_frame_sniffer): Ditto.
3067 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3068 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3069 (ia64_sigtramp_frame_prev_register): Ditto.
3070 (ia64_sigtramp_frame_sniffer): Ditto.
3071 (ia64_frame_base_address): Ditto.
3072 (ia64_extract_struct_value_address): Change to issue error message.
3073 (ia64_frame_align): New routine to align sp.
3074 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3075 (ia64_push_arguments): Removed. Logic moved to
3076 ia64_push_dummy_call().
3077 (ia64_push_return_address): Ditto.
3078 (ia64_unwind_dummy_id): New function.
3079 (ia64_unwind_pc): Ditto.
3080 (ia64_convert_register_p): Ditto.
3081 (ia64_register_to_value): Ditto.
3082 (ia64_value_to_register): Ditto.
3083 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3084 (ia64_register_byte, ia64_register_raw_size): Ditto.
3085 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3086 (ia64_saved_pc_after_call): Ditto.
3087 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3088 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3089 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3090 (ia64_register_convert_to_raw): Ditto.
3091 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3092 (ia64_init_extra_frame_info): Ditto.
3093 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3094 (ia64_gdbarch_init): Remove registering of deprecated functions that
3095 are no longer used. Add registration of new gdbarch functions.
3096 Remove registering deprecated_write_sp. Replace
3097 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3098 Delete set_gdbarch_deprecated_register_convertible(),
3099 set_gdbarch_deprecated_register_convert_to_virtual(), and
3100 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3101 set_gdbarch_deprecated_register_size(),
3102 set_gdbarch_deprecated_register_bytes(),
3103 set_gdbarch_pcregnum(),
3104 set_gdbarch_deprecated_register_byte(),
3105 set_gdbarch_deprecated_register_raw_size(),
3106 set_gdbarch_deprecated_max_register_raw_size(),
3107 set_gdbarch_deprecated_register_virtual_size(),
3108 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3109 Replace set_gdbarch_deprecated_extract_return_value() with
3110 set_gdbarch_extract_return_value(). Remove calls to:
3111 set_gdbarch_deprecated_saved_pc_after_call();
3112 set_gdbarch_deprecated_frame_chain(),
3113 set_gdbarch_deprecated_frame_saved_pc(),
3114 set_gdbarch_deprecated_frame_init_saved_regs(),
3115 set_gdbarch_deprecated_get_saved_register(),
3116 set_gdbarch_deprecated_call_dummy_words(),
3117 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3118 set_gdbarch_deprecated_init_extra_frame_info(),
3119 set_gdbarch_deprecated_frame_args_address(),
3120 set_gdbarch_deprecated_frame_locals_address(),
3121 and set_gdbarch_deprecated_dummy_write_sp().
3122 Add set_gdbarch_convert_register_p(),
3123 set_gdbarch_register_to_value(),
3124 set_gdbarch_value_to_register(),
3125 set_gdbarch_push_dummy_call(),
3126 set_gdbarch_frame_align(),
3127 set_gdbarch_unwind_dummy_id(),
3128 set_gdbarch_unwind_pc(),
3129 frame_unwind_append_sniffer(),
3130 frame_unwind_append_sniffer(),
3131 and frame_base_set_default().
3132
3133 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3134
3135 * configure.tgt: Document need for special "mipsisa64" handling.
3136 (mipsisa64*-*-linux64): Handle as target linux64.
3137 (mipsisa64*-*-*): Handle as target embed64.
3138
3139 2003-08-18 Michael Chastain <mec@shout.net>
3140
3141 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3142 objfile bug.
3143
3144 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3145
3146 * i387-tdep.h: Update copyright date.
3147 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3148
3149 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3150 CFLAGS games to reflect reality.
3151
3152 2003-08-24 Andrew Cagney <cagney@redhat.com>
3153
3154 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3155 GDB_MULTI_ARCH is always non-zero.
3156 * osabi.c (_initialize_gdb_osabi): Ditto.
3157 (gdbarch_init_osabi): Ditto.
3158 * sparc-tdep.c: Ditto for #if code.
3159
3160 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3161
3162 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3163 Update comments.
3164 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3165 comments.
3166 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3167 x86_64_supply_fxsave.
3168 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3169 x86_64_supply_fxsave.
3170 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3171 x86_64_supply_fxsave.
3172
3173 2003-08-23 Andreas Jaeger <aj@suse.de>
3174
3175 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3176 i387_supply_fxsave.
3177
3178 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3179
3180 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3181 i387_supply_register.
3182 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3183 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3184 i387_supply_fsave.
3185 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3186 i387_supply_fxsave.
3187 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3188 i387_supply_fsave.
3189 * i386bsd-nat.c (supply_fpregset): Adjust call to
3190 i387_supply_fsave.
3191 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3192 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3193 supply_fpregset.
3194 (store_inferior_registers): Remove extraneous whitespace. Call
3195 i387_fill_fsave instead of fill_fpregset.
3196 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3197 (supply_fpregset): Likewise.
3198 * i386v4-nat.c (supply_fpregset): Adjust call to
3199 i387_supply_fsave.
3200 * i386-interix-nat.c (supply_fpregset): Adjust call to
3201 i387_supply_fsave.
3202 * i386-linux-nat.c (supply_fpregset): Adjust call to
3203 i387_supply_fsave.
3204 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3205 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3206 i387supply_fsave and i387_supply_fxsave.
3207 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3208 Incorporate code from `i387_supply_register.
3209 (i387_supply_register): Remove.
3210 (i387_supply_fxsave): Add `regnum' argument.
3211 Update comments.
3212 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3213 prototype.
3214 (i387_supply_register): remove prototype.
3215 Update comments.
3216
3217 2003-08-22 Michael Chastain <mec@shout.net>
3218
3219 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3220 Add lines for files in gdb/testsuite/gdb.cp/* that are
3221 still not 8.3 unique.
3222
3223 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3224
3225 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3226 TYPE_VPTR_FIELDNO is valid.
3227
3228 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3229
3230 * utils.c (set_width_command): Remove prototypes.
3231 (set_screen_size): New prototype.
3232 (init_page_info): Simplify by fetching the screen size from
3233 Readline. Call set_screen_size.
3234 (set_screen_size): New function.
3235 (set_width): Add missing whitespace in comment.
3236 (set_width_command): Call set_screen_size.
3237 (set_height_command): New function.
3238 (initialize_utils): Fix formatting. Make "set height" command
3239 call set_height_command. Remove redundant code that turns off
3240 pagination if output isn't a terminal. Remove redundant call to
3241 set_width_command.
3242
3243 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3244
3245 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3246 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3247 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3248 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3249 `case' keyword.
3250 (sparc64_register_info): Give the reister with number
3251 SPARC64_STATE_REGNUM a name.
3252 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3253 %asi and %ccr.
3254 (sparc64_push_dummy_call): Take BIAS into account when checking
3255 stcak alignment.
3256 (sparc_software_single_step): Remove assertions that check whether
3257 NPC and NNPC were zero.
3258 (sparc_supply_rwindow): Make public. Merge functionality with
3259 sparc64_supply_rwindow.
3260 (sparc_fill_rwindow): Make public. Merge functionality with
3261 sparc64_fill_rwindow.
3262 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3263 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3264 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3265 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3266 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3267
3268 * reggroups.c: Add whitespace after declarations of local
3269 variables in functions.
3270
3271 2003-08-21 Michael Chastain <mec@shout.net>
3272
3273 * gdbtypes.h: Change array bound type from an int to enum.
3274
3275 2003-08-21 Andrew Cagney <cagney@redhat.com>
3276
3277 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3278 * config/sparc/tm-sparc.h: Ditto.
3279 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3280 unconditionally.
3281 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3282
3283 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3284
3285 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3286 (register_objfile_data, set_objfile_data, objfile_data): New
3287 prototypes.
3288 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3289 prototypes.
3290 (allocate_objfile): Call objfile_alloc_data.
3291 (free_objfile): Call objfile_free_data.
3292 (struct objfile_data): New.
3293 (struct objfile_data_registration): New.
3294 (struct objfile_data_registry): New.
3295 (objfile_data_registry): New variable.
3296 (register_objfile_data): New function.
3297 (objfile_alloc_data, objfile_free_data): New functions.
3298 (set_objfile_data, objfile_data): New functions.
3299 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3300 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3301 (_initialize_dwarf2_frame): New function and prototype.
3302
3303 2003-08-21 Andrew Cagney <cagney@redhat.com>
3304
3305 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3306 a specific architecture.
3307 * arch-utils.h (set_architecture_from_arch_mach): Delete
3308 declaration.
3309 (target_architecture_hook): Delete declaration.
3310 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3311 (default_float_format): Assume GDB_MULTI_ARCH.
3312 (default_double_format): Assume GDB_MULTI_ARCH.
3313 (set_endian_from_file): Delete function.
3314 (arch_ok): Delete function.
3315 (set_arch): Delete function.
3316 (set_architecture_from_arch_mach): Delete function.
3317 (set_architecture_from_file): Delete function.
3318 (set_architecture): Assume GDB_MULTI_ARCH.
3319 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3320
3321 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3322
3323 Rewrite FreeBSD/sparc64 native configuration.
3324 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3325 * sparc64fbsd-nat.c: New file.
3326 * sparc64fbsd-tdep.c: New file.
3327 * sparc64-tdep.c sparc64-tdep.h: New files.
3328 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3329 sparc64fbsd-tdep.o): New dependencies.
3330 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3331 and sparc64fbsd-tdep.c.
3332 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3333 * config/sparc/fbsd.mh: Remove copyright notice.
3334 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3335 sparcbsd-nat.o.
3336 * config/sparc/fbsd.mt: Remove copyright notice.
3337 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3338 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3339 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3340 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3341 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3342 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3343 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3344 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3345 "sparc/tm-sp64.h".
3346 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3347 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3348
3349 2003-08-21 Michael Chastain <mec@shout.net>
3350
3351 * symtab.h: Add doco on the space critical structures and
3352 some measurements of space usage.
3353
3354 2003-08-21 Michael Snyder <msnyder@redhat.com>
3355
3356 * tracepoint.c (trace_dump_command): Trace break address
3357 is subject to DECR_PC_AFTER_BREAK.
3358 (set_traceframe_context): Make "trace_line" an int.
3359 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3360
3361 2003-08-20 Michael Snyder <msnyder@redhat.com>
3362
3363 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3364 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3365 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3366 argument passing.
3367 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3368 functions, replace sh_push_dummy_call.
3369 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3370
3371 2003-08-20 Michael Chastain <mec@shout.net>
3372
3373 * gdbtypes.h (struct main_type): Rearrange to save space.
3374
3375 2003-08-20 Michael Snyder <msnyder@redhat.com>
3376
3377 * trad-frame.c: Comment typo fix.
3378
3379 2003-08-20 Michael Snyder <msnyder@redhat.com>
3380 Kevin Buettner <kevinb@redhat.com>
3381
3382 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3383 (frv_frame_init_saved_regs): Add declaration.
3384 (frame_extra_info): Add new field ``saved_regs''.
3385 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3386 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3387 Update frame related code.
3388 (frv_extract_struct_value_address): Adjust formatting.
3389 * Makefile.in (frv-tdep.o): Update dependencies.
3390 * config/frv/tm-frv.h (target_insert_watchpoint)
3391 (target_remove_watchpoint, target_insert_hw_breakpoint)
3392 (target_remove_hw_breakpoint): Delete these macros.
3393 (remote_insert_watchpoint, remote_remove_watchpoint)
3394 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3395 these declarations.
3396
3397 2003-08-20 Michael Chastain <mec@shout.net>
3398
3399 * defs.h (ENUM_BITFIELD): New macro.
3400 * symtab.h (ENUM_BITFIELD): Use it.
3401 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3402
3403 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3404
3405 * MAINTAINERS (write after approval): Add myself.
3406
3407 2003-08-18 Andrew Cagney <cagney@redhat.com>
3408
3409 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3410 * gdbarch.h, gdbarch.c: Re-generate.
3411 * infcall.c (call_function_by_hand): Adjust the SP by
3412 frame_red_zone_size before allocating any stack space.
3413 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3414 * x86-64-tdep.c (x86_64_frame_align): New function.
3415 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3416
3417 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3418 Remove code adjusting SP so that it skips over the Red Zone.
3419
3420 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3421
3422 * NEWS (New native configurations): Mention FreeBSD/amd64.
3423
3424 2003-08-18 Andrew Cagney <cagney@redhat.com>
3425
3426 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3427 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3428 "m68k_frame_p".
3429 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3430
3431 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3432
3433 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3434
3435 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3436
3437 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3438 Define.
3439 * i386-linux-nat.c: Include "linux-nat.h".
3440 (child_post_startup_inferior): New function.
3441
3442 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3443
3444 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3445 at the start of a frameless function. This probably fixes PR
3446 backtrace/1338.
3447
3448 2003-08-17 Michael Chastain <mec@shout.net>
3449
3450 * symfile.c (find_sym_fns): Remove special case for apollo target.
3451
3452 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3453
3454 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3455 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3456 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3457 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3458 (linux_supports_tracevforkdone): New function.
3459 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3460 TRACEVFORKDONE.
3461 (child_follow_fork): Handle vfork.
3462 (linux_handle_extended_wait): Likewise. Also handle exec.
3463 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3464 * NEWS: Mention fork tracing.
3465
3466 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3467
3468 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3469
3470 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3471
3472 * Makefile.in (i386-linux-nat.o): Update dependencies.
3473 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3474 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3475 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3476 * i386-linux-nat.c: Include "linux-nat.h".
3477 (child_post_startup_inferior): New function.
3478 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3479 * infptrace.c (kill_inferior): Wrap in #ifdef.
3480 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3481 attaching to each LWP.
3482 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3483 (init_lin_lwp_ops): Fill in some more operations.
3484 * linux-nat.h (linux_enable_event_reporting)
3485 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3486 prototypes.
3487 * linux-nat.c (linux_enable_event_reporting): New function.
3488 (child_post_attach, linux_child_post_startup_inferior)
3489 (child_post_startup_inferior, child_follow_fork)
3490 (linux_handle_extended_wait, kill_inferior): New functions.
3491
3492 2003-08-16 Andrew Cagney <cagney@redhat.com>
3493
3494 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3495 * gdbarch.h, gdbarch.c: Re-generate.
3496
3497 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3498
3499 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3500
3501 2003-08-16 Andrew Cagney <cagney@redhat.com>
3502
3503 * NEWS: Mention that "set prompt-escape-char" was deleted.
3504 * top.c (get_prompt_1): Delete function.
3505 (gdb_prompt_escape):
3506 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3507 prompt-escape-char" command.
3508 (MAX_PROMPT_SIZE): Delete macro.
3509 (get_prompt): Simplify, do not call get_prompt_1.
3510
3511 2003-08-16 Andrew Cagney <cagney@redhat.com>
3512
3513 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3514 -Werror. -Wformat-nonliteral problems.
3515
3516 2003-08-15 J. Brobecker <brobecker@gnat.com>
3517
3518 Further multiarching work mostly for hppa64-*-hpux11:
3519 * hppa-tdep.h: New file.
3520 * hppa-tdep.c: #include hppa-tdep.c.
3521 (hppa32_num_regs): Renamed from hppa_num_regs.
3522 (hppa64_num_regs): New constant.
3523 (hppa64_call_dummy_breakpoint_offset): New constant.
3524 (hppa32_call_dummy_length): New constant.
3525 (hppa64_call_dummy_length): New constant.
3526 (hppa32_stack_align): Make name 32bit explicit.
3527 (hppa32_register_virtual_type): Likewise.
3528 (hppa32_extract_return_value): Likewise.
3529 (hppa32_use_struct_convention): Likewise.
3530 (hppa32_store_return_value): Likewise.
3531 (hppa64_register_virtual_type): New function.
3532 (hppa64_extract_return_value): New function.
3533 (hppa64_use_struct_convention): New function.
3534 (hppa64_store_return_value): New function.
3535 (hppa_frame_locals_address): Remove declaration, function does
3536 not exist anymore.
3537 (hppa_register_byte): Add support for PA64 ABI.
3538 (hppa_gdbarch_init): Add support for PA64 ABI.
3539 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3540 Make name 32bit explicit.
3541 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3542 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3543 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3544 (hppa64_hpux_frame_base_before_sigtramp): New function.
3545 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3546 * config/pa/tm-hppa64.h: Remove macros that are no longer
3547 necessary now that the gdbarch vector is properly setup.
3548 Transform some macros into function calls. Some minor cleanup.
3549 * config/pa/tm-hppah.h: Update function calls in macros
3550 following the function renaming in hppa-hpux-tdep.c.
3551 * Makefile.in (hppa_tdep_h): New variable.
3552 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3553
3554 2003-08-14 Michael Snyder <msnyder@redhat.com>
3555
3556 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3557
3558 2003-08-13 J. Brobecker <brobecker@gnat.com>
3559
3560 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3561 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3562 routine.
3563
3564 2003-08-13 Michael Snyder <msnyder@redhat.com>
3565
3566 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3567 (frv_saved_pc_after_call): Use deprecated ftype.
3568 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3569 (frv_remote_translate_xfer_address): Remove.
3570 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3571
3572 2003-08-13 J. Brobecker <brobecker@gnat.com>
3573
3574 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3575 initialization after the common gdbarch initialization, not before.
3576
3577 2003-08-13 J. Brobecker <brobecker@gnat.com>
3578
3579 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3580 (ADDR_BITS_REMOVE): Remove, redundant.
3581
3582 2003-08-13 J. Brobecker <brobecker@gnat.com>
3583
3584 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3585 gdbarch method to clear the 2 low bits of text addresses.
3586
3587 2003-08-12 Andrew Cagney <cagney@redhat.com>
3588
3589 * Makefile.in (dsrec.o): Update dependencies.
3590 * dsrec.c: Include "gdb_assert.h".
3591 (make_srec): Use snprintf instead of sprintf, use a literal format
3592 string.
3593
3594 2003-08-12 Andrew Cagney <cagney@redhat.com>
3595
3596 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3597 FRAME_OBSTACK_ZALLOC.
3598
3599 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3600
3601 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3602 SSE registers.
3603
3604 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3605
3606 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3607 amd64fbsd_sc_reg_offset): Add extern declarations.
3608 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3609 declarations.
3610
3611 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3612
3613 * MAINTAINERS (write after approval): Update my mail address.
3614
3615 2003-08-10 Andrew Cagney <cagney@redhat.com>
3616
3617 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3618
3619 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3620
3621 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3622 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3623 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3624 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3625 i386bsd_sc_reg_offset): Add extern declarations.
3626 * i386obsd-nat.c: Include "i386-tdep.h"
3627 (_initialize_i386obsd_nat): Remove extern declarations.
3628 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3629 declarations.
3630 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3631 declarations.
3632
3633 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3634 instead of frame_read_register.
3635 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3636 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3637 SP_REGNUM.
3638 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3639 instead of frame_unwind_unsigned_register. Use
3640 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3641 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3642 instead of read_register. Use builtin_type_void_data_ptr instead
3643 of builtin_type_void_func_ptr when extracting the address of the
3644 jmp_buf.
3645 (i386_extract_return_value, i386_store_return_value,
3646 i386_pseudo_register_read, i386_pseudo_register_write): Use
3647 register_size instead REGISTER_RAW_SIZE.
3648
3649 2003-08-10 Andrew Cagney <cagney@redhat.com>
3650
3651 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3652 sprintf. Make "name" constant.
3653
3654 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3655
3656 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3657 instead of frame_read_register.
3658 (i387_print_float_info): Use get_frame_register and
3659 get_frame_register_unsigned instead of frame_register_read.
3660
3661 * i386fbsd-nat.c: Include "i386-tdep.h".
3662 (child_resume): Make `eflags' an ULONGEST. Use
3663 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3664 instead of register_read and register_write.
3665
3666 * i386bsd-nat.c (fetch_inferior_registers,
3667 store_inferior_registers): Don't use && at the end of a line.
3668 (_initialize_i386bsd_nat): Fix typo.
3669
3670 * frame.c (_initialize_frame): Add missing backslash.
3671
3672 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3673 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3674 and supply_register instead of manipulating the register buffer
3675 directly.
3676
3677 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3678 * config/i386/nm-i386sol2.h
3679 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3680
3681 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3682 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3683 instructions that GCC likes to mingle into the prologue. Fixes
3684 gdb/1253 and gdb/1255.
3685
3686 2003-08-09 Andrew Cagney <cagney@redhat.com>
3687
3688 Fix GDB PR cli/926.
3689 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3690 * command.h (add_setshow_uinteger_cmd): Declare.
3691 * frame.c (set_backtrace_cmd): New function.
3692 (show_backtrace_cmd): New function.
3693 * frame.c (_initialize_frame): Replace "set/show
3694 backtrace-below-main" with "set/show backtrace past-main". Add
3695 command "set/show backtrace limit".
3696 (backtrace_past_main): Rename "backtrace_below_main".
3697 (backtrace_limit): New variable.
3698 (get_prev_frame): Update. Check the backtrace_limit.
3699
3700 2003-08-09 Andrew Cagney <cagney@redhat.com>
3701
3702 * defs.h (xstrprintf): Declare.
3703 * utils.c (xstrprintf): New function.
3704 * breakpoint.c (insert_breakpoints): Replace sprintf and
3705 non-literal format strings, with xstrprintf and cleanups.
3706 (delete_breakpoint,breakpoint_re_set): Ditto.
3707 (commands_command, insert_breakpoints): Ditto.
3708 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3709 (break_at_finish_command_1): Ditto.
3710
3711 2003-08-09 Andrew Cagney <cagney@redhat.com>
3712
3713 * MAINTAINERS (language support): List Adam Fedor as Objective C
3714 maintainer.
3715
3716 2003-08-08 J. Brobecker <brobecker@gnat.com>
3717
3718 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3719 are now multiarched.
3720
3721 2003-08-08 J. Brobecker <brobecker@gnat.com>
3722
3723 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3724 longer necessary now that hppa64 is partially multiarch'ed.
3725
3726 2003-08-08 Andrew Cagney <cagney@redhat.com>
3727
3728 * interps.c (interp_set): Check for a NULL "old_interp".
3729
3730 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3731
3732 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3733 (install-only): Support DESTDIR.
3734 (uninstall): Likewise.
3735 (install-gdbtk): Likewise.
3736
3737 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3738
3739 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3740 contains something meaningful at all times.
3741
3742 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3743
3744 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3745
3746 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3747
3748 * MAINTAINERS (write after approval): Added self.
3749
3750 2003-08-07 Andrew Cagney <cagney@redhat.com>
3751
3752 * inferior.h (AT_SYMBOL): Define.
3753 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3754 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3755 * mips-tdep.c (mips_call_dummy_address): Delete function.
3756 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3757 set call_dummy_address.
3758
3759 2003-08-07 Andrew Cagney <cagney@redhat.com>
3760
3761 * language.c (op_error): Delete function.
3762 (binop_type_check): Delete function.
3763 * language.h (type_op_error, range_op_error): Delete macros.
3764 (op_error): Delete declaration.
3765
3766 2003-08-07 Andrew Cagney <cagney@redhat.com>
3767
3768 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3769
3770 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3771
3772 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3773 (x86_64_push_arguments): Skip the red zone.
3774
3775 2003-08-05 Andrew Cagney <cagney@redhat.com>
3776
3777 * reggroups.c (reggroup_next): Check for the final entry.
3778
3779 2003-08-04 Andrew Cagney <cagney@redhat.com>
3780
3781 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3782 * cli/cli-script.c (define_command): Call query directly, instead
3783 of passing it a buffer.
3784 * ocd.c (ocd_error): Pass error a constant format string.
3785 * remote-mips.c (mips_error): Use fputs_filtered.
3786
3787 * solib-svr4.c (_initialize_svr4_solib): Update
3788 register_gdbarch_data call.
3789 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3790
3791 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3792 (register_gdbarch_data): Delete "free" parameter. Update
3793 comments.
3794 * gdbarch.h, gdbarch.c: Re-generate.
3795 * reggroups.c (_initialize_reggroup): Update.
3796 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3797 * frame-base.c (_initialize_frame_base): Update.
3798 * frame-unwind.c (_initialize_frame_unwind): Update.
3799 * user-regs.c (_initialize_user_regs): Update.
3800 * remote.c (_initialize_remote): Update.
3801 * regcache.c (_initialize_regcache): Update.
3802
3803 * regcache.c (xfree_regcache_descr): Delete function.
3804 (_initialize_regcache): Update call to register_gdbarch_data.
3805 (init_regcache_descr, init_legacy_regcache_descr): Use
3806 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3807
3808 * remote.c (free_remote_state): Delete function.
3809 (_initialize_remote): Update register_gdbarch_data.
3810 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3811 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3812
3813 2003-08-04 Andrew Cagney <cagney@redhat.com>
3814
3815 * reggroups.c (struct reggroup_el): Define.
3816 (struct reggroups): Delete field "nr_group". Replace array
3817 "group" with a "first" to "last" linked list.
3818 (reggroups_init): Update. Allocate using gdbarch's obstack.
3819 (reggroups_free): Delete function.
3820 (add_group): Update. Add "el" parameter.
3821 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3822 (default_groups): Update.
3823 (reggroup_next): Replace reggroups.
3824 (reggroups_dump): Update.
3825 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3826 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3827 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3828
3829 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3830
3831 * Makefile.in (tui-interp.o): Update dependencies.
3832
3833 2003-08-04 David Carlton <carlton@kealia.com>
3834
3835 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3836 to internal_error call.
3837 * source.c (forward_search_command): Add "%s" format argument.
3838 (reverse_search_command): Ditto.
3839 * top.c (quit_confirm): Ditto.
3840 * cli/cli-setshow.c (do_setshow_command): Ditto.
3841 * cp-valprint.c (cp_print_class_method): Replace
3842 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3843 (cp_print_class_member): Ditto.
3844 * event-top.c (command_line_handler): Ditto.
3845 * linux-proc.c (linux_info_proc_cmd): Ditto.
3846 * p-typeprint.c (pascal_type_print_base): Ditto.
3847 * p-valprint.c (pascal_object_print_class_method): Ditto.
3848 (pascal_object_print_class_member): Ditto.
3849 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3850 * remote.c (remote_cisco_section_offsets): Ditto.
3851 * top.c (command_line_input): Ditto.
3852 * utils.c (vwarning,error_stream,quit): Ditto.
3853 * valprint.c (print_floating,print_binary_chars)
3854 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3855
3856 2003-08-04 Andrew Cagney <cagney@redhat.com>
3857
3858 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3859
3860 2003-08-02 Andrew Cagney <cagney@redhat.com>
3861
3862 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3863 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3864 amd64fbsd-nat.c.
3865
3866 2003-08-02 Andrew Cagney <cagney@redhat.com>
3867
3868 * Makefile.in: Update all dependencies and definitions.
3869
3870 2003-08-02 Adam Fedor <fedor@gnu.org>
3871
3872 * linespec.c (is_objc_method_format): New function
3873 (decode_line_1, locate_first_half): Use it.
3874 Fixes PR objc/1298
3875
3876 2003-08-01 Andrew Cagney <cagney@redhat.com>
3877
3878 * NEWS: Mention that m32r is multi-arch.
3879 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3880 * configure.tgt: Recognize m32r-*-*.
3881 * config/m32r/tm-m32r.h: Delete file.
3882 * config/m32r/m32r.mt: New file.
3883 * m32r-rom.c (m32r_upload_command): Use hostent only when
3884 gethostname succeeds, in order to avoid a compilation
3885 warning.
3886 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3887 compiler warning.
3888
3889 2003-08-01 Michael Snyder <msnyder@redhat.com>
3890
3891 * sh-tdep.c (sh_frame_align): New gdbarch method.
3892 (sh_gdbarch_init): Set up frame_align method.
3893
3894 2003-07-31 Michael Snyder <msnyder@redhat.com>
3895
3896 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3897 which is already covered by the new frames infrastructure.
3898
3899 2003-07-31 Andrew Cagney <cagney@redhat.com>
3900
3901 * user-regs.c (struct user_reg): Add "next" link.
3902 (struct user_regs): Replace "user" with "first" and "last" links.
3903 (append_user_reg): Add pre-allocated "reg" parameter.
3904 (builtin_user_regs): Provide initial value for "last".
3905 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3906 (user_regs_init): Allocate memory from the gdbarch obstack.
3907 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3908 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3909 linked list.
3910 (usernum_to_user_reg): New function.
3911 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3912 (value_of_user_reg): Use usernum_to_user_reg.
3913 (user_regs_free): Delete function.
3914 (_initialize_user_regs): Update register_gdbarch_data call.
3915
3916 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3917
3918 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3919
3920 2003-07-30 Michael Snyder <msnyder@redhat.com>
3921
3922 * value.h (value_being_returned): Add a struct_addr argument.
3923 * infcall.c (call_function_by_hand): Pass struct_addr to
3924 value_being_returned.
3925 * infcmd.c (print_return_value): Pass zero as struct_addr.
3926 * values.c (value_being_returned): If struct_addr is passed,
3927 use it instead of trying to recover it from the inferior.
3928
3929 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3930
3931 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3932 the prologue analyzer won't need to attempt to extract the pc
3933 value from the woefully incomplete dummy frame.
3934 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3935 possible. Disable code which modifies the frame.
3936
3937 2003-07-28 Andrew Cagney <cagney@redhat.com>
3938
3939 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3940 to level 2.
3941 (annotate_breakpoints_table, annotate_record): Ditto.
3942 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3943 (annotate_field_name_end, annotate_field_value): Ditto.
3944 (annotate_field_end, annotate_frame_source_begin): Ditto.
3945 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3946 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3947 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3948 (annotate_frame_address_end, annotate_frame_address): Ditto.
3949 (annotate_frame_args, annotate_frame_end): Ditto.
3950 (annotate_frame_where, annotate_arg_begin): Ditto.
3951 (annotate_arg_name_end, annotate_arg_value): Ditto.
3952 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3953 (annotate_function_call, annotate_signal_name): Ditto.
3954 (annotate_signal_string, annotate_signal_name_end): Ditto.
3955 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3956 (annotate_value_begin, annotate_value_history_value): Ditto.
3957 (annotate_value_history_end, annotate_value_end): Ditto.
3958 (annotate_display_begin, annotate_display_number_end): Ditto.
3959 (annotate_display_format, annotate_display_expression): Ditto.
3960 (annotate_display_expression_end, annotate_display_value): Ditto.
3961 (annotate_display_end, annotate_array_section_begin): Ditto.
3962 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3963 (annotate_elt, annotate_array_section_end): Ditto.
3964
3965 2003-07-28 Andrew Cagney <cagney@redhat.com>
3966
3967 * regcache.c (struct regcache_descr): Update comments on
3968 nr_raw_registers.
3969 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3970 sizeof_raw_register_valid_p.
3971 (init_regcache_descr): Set nr_raw_registers and
3972 sizeof_raw_register_valid_p before calling
3973 init_legacy_regcache_descr.
3974
3975 2003-07-28 Andrew Cagney <cagney@redhat.com>
3976
3977 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3978 MOD NUM_REGS.
3979
3980 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3981
3982 * thread.c (info_threads_command): Use get_selected_frame ().
3983 Check that there is at least one non-sentinel frame.
3984
3985 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3986
3987 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3988 (m68hc11_pop_frame): Remove.
3989 (m68hc11_frame_saved_pc): Remove.
3990 (m68hc11_frame_chain): Remove.
3991 (m68hc11_frame_init_saved_regs): Remove.
3992 (m68hc11_init_extra_frame_info): Remove.
3993 (m68hc11_store_struct_return): Remove.
3994 (m68hc11_saved_pc_after_call): Remove.
3995
3996 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3997
3998 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3999 frame unwind information.
4000 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4001 and adapted for frame unwinding.
4002 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4003 (m68hc11_unwind_pc): New function.
4004 (m68hc11_frame_unwind_cache): New function to analyze frames.
4005 (m68hc11_frame_this_id): New function to create new frame struct.
4006 (m68hc11_frame_prev_register): New function to unwind a register from
4007 the frame.
4008 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4009 (m68hc11_frame_p): New function for the above.
4010 (m68hc11_frame_base_address): New function to return fp of frame.
4011 (m68hc11_frame_args_address): Update for frame.
4012 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4013 (m68hc11_unwind_sp): New function.
4014 (m68hc11_unwind_dummy_id): New function.
4015 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4016 calls.
4017
4018 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4019
4020 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4021 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4022 when we are beyond the current pc.
4023
4024 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4025
4026 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4027 from m68hc11_push_arguments.
4028 (m68hc11_push_arguments): Remove.
4029 (m68hc11_push_return_address): Remove.
4030 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4031 handlers; remove deprecated_extra_stack_alignment_needed.
4032
4033 2003-07-27 Andrew Cagney <cagney@redhat.com>
4034
4035 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4036 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4037 REAL_PC and not the pointer.
4038 * hppa-hpux-tdep.c: Include frame.h
4039
4040 2003-07-27 Andrew Cagney <cagney@redhat.com>
4041
4042 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4043 GDB_MULTI_ACH_PARTIAL.
4044
4045 2003-07-27 Andrew Cagney <cagney@redhat.com>
4046
4047 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4048 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4049 operator at start and not end of line.
4050 (decode_prologue): Ditto.
4051 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4052 frame_unwind_register_unsigned instead of
4053 frame_unwind_unsigned_register.
4054 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4055 read_register.
4056 (m32r_push_dummy_call): Use register_size instead of
4057 REGISTER_RAW_SIZE.
4058 (m32r_frame_sniffer): Replace m32r_frame_p.
4059 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4060 * m32r-rom.c (report_transfer_performance): Delete extern
4061 declaration.
4062 (m32r_load, m32r_upload_command): Use print_transfer_performance
4063 instead of report_transfer_performance.
4064 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4065 / add_show_from_set.
4066
4067 2003-07-26 Andrew Cagney <cagney@redhat.com>
4068
4069 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4070 store_return_value and extract_struct_value_address.
4071
4072 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
4073
4074 PR c++/1267
4075 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4076 NULL, default to the section containing PC.
4077
4078 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4079
4080 * NEWS: Mention "regs" deprecated for m68hc11 too.
4081
4082 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4083 (m68hc11_print_register): New function to print out one register.
4084 (m68hc11_print_registers_info): New function to print registers.
4085 (show_regs): Deprecate and use the above.
4086 (m68hc11_gdbarch_init): Install the print_registers_info.
4087
4088 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4089
4090 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4091 that we have a SIGTRAP before returning non-zero.
4092
4093 2003-07-23 Michal Ludvig <mludvig@suse.cz>
4094 Elena Zannoni <ezannoni@redhat.com>
4095
4096 * linespec.c (decode_line_2): Avoid crash if
4097 find_function_start_sal() returns empty record.
4098
4099 2003-07-23 Andreas Schwab <schwab@suse.de>
4100
4101 * ia64-tdep.c (ia64_print_insn): New function.
4102 (ia64_gdbarch_init): Set print_insn to it.
4103 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4104 deprecated_tm_print_insn_info.
4105
4106 2003-07-22 Michael Snyder <msnyder@redhat.com>
4107
4108 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4109 handle 8-bit returns (long long).
4110 (h8300h_extract_return_value): Ditto.
4111 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4112
4113 2003-07-22 Andrew Cagney <cagney@redhat.com>
4114
4115 * gdbarch.c Include "gdb_obstack.h".
4116 (struct gdbarch): Add an "obstack".
4117 (alloc_gdbarch_data): Allocate the gdbarch data using
4118 GDBARCH_OBSTACK_CALLOC.
4119 (free_gdbarch_data): Delete function.
4120 (gdbarch_obstack_zalloc): New function.
4121 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4122 Assert that the architecture is not initialized.
4123 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4124 vector from the obstack.
4125 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4126 architecture obstack.
4127 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4128 (set_gdbarch_data): Assert that the data is not initialized.
4129 (struct gdbarch_data): Delete member "free".
4130 (register_gdbarch_data): Do not initialize "free".
4131 * gdbarch.h, gdbarch.c: Re-generate.
4132
4133 2003-07-22 Andrew Cagney <cagney@redhat.com>
4134
4135 * configure.in (build_warnings): Add -Wformat-nonliteral.
4136 * configure: Re-generate.
4137
4138 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4139
4140 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4141
4142 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4143
4144 * findvar.c (read_var_value): Remove case for thread local storage
4145 variables. It is now entirely handled by the dwarf2 location
4146 expression code.
4147 * printcmd.c (address_info): Ditto.
4148 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4149 enumeration value.
4150 (struct symbol): Remove objfile field, which was used by
4151 LOC_THREAD_LOCAL_STATIC only.
4152 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4153 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4154 usage of objfile pointer.
4155 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4156 thread local variables.
4157 Add include of objfiles.h.
4158 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4159 storage variables.
4160 * Makefile.in (dwarf2loc.o): Update dependencies.
4161
4162 2003-07-22 Andrew Cagney <cagney@redhat.com>
4163
4164 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4165 get_frame_base.
4166 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4167 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4168 (struct value): Add opaque declaration.
4169 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4170
4171 2003-07-21 Andrew Cagney <cagney@redhat.com>
4172
4173 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4174 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4175
4176 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4177
4178 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4179 regcache_cooked_read_unsigned instead of read_register.
4180 (m68hc11_saved_pc_after_call): Likewise.
4181 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4182 instead of write_register.
4183 (m68hc11_register_type): New function.
4184 (m68hc11_register_virtual_type): Remove.
4185 (m68hc11_store_return_value): Convert to use the regcache.
4186 (m68hc11_extract_struct_value_address): Likewise.
4187 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4188 m68hc11_register_type; undeprecate store_return_value and
4189 extract_struct_value_address.
4190
4191 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4192
4193 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4194 and translate to use regcache.
4195 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4196
4197 2003-07-18 Andrew Cagney <cagney@redhat.com>
4198
4199 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4200 * gdbarch.h, gdbarch.c: Re-generate.
4201 * i386-tdep.c (i386_gdbarch_init): Do not set
4202 DWARF2_BUILD_FRAME_INFO.
4203 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4204 unconditionally.
4205 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4206 DWARF2_BUILD_FRAME_INFO.
4207
4208 2003-07-18 Andrew Cagney <cagney@redhat.com>
4209
4210 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4211 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4212
4213 2003-07-18 Andrew Cagney <cagney@redhat.com>
4214
4215 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4216 frame_unwind_address_in_block, instead of frame_pc_unwind.
4217 (dwarf2_frame_cache): Ditto.
4218
4219 2003-07-18 Andrew Cagney <cagney@redhat.com>
4220
4221 * user-regs.h (struct gdbarch): Declare opaque.
4222 * ui-out.h (struct ui_file): Declare opaque.
4223 * dwarf2-frame.h (struct frame_info): Declare opaque.
4224
4225 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4226
4227 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4228 #include "...".
4229 (procfs_meminfo): Change strerror to safe_strerror.
4230 (procfs_can_run): Remove K&R badness.
4231
4232 2003-07-17 Michael Snyder <msnyder@redhat.com>
4233
4234 * remote-sim.c: Comment typo fix.
4235
4236 2003-07-17 Andrew Cagney <cagney@redhat.com>
4237
4238 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4239 configure.
4240 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4241 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4242 GDB_MULTI_ARCH_PARTIAL.
4243
4244 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4245
4246 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4247 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4248 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4249
4250 2003-07-16 Theodore A. Roth <troth@openavr.org>
4251
4252 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4253 found.
4254 (avr_frame_unwind_cache): Don't unwind FP for main.
4255 Update a comment.
4256 Save the computed prev_sp.
4257 (avr_saved_regs_unwinder): Remove function.
4258 (avr_frame_prev_register): Use PC unwind logic from
4259 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4260
4261 2003-07-16 Andrew Cagney <cagney@redhat.com>
4262
4263 * frame-base.h (frame_base_p_ftype): Delete definition.
4264 (frame_base_append_predicate): Delete declaration.
4265 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4266 (frame_unwind_append_predicate): Delete declaration.
4267 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4268 (append_predicate): Delete parameter "p".
4269 (frame_unwind_append_predicate): Delete function.
4270 (frame_unwind_append_sniffer): Update call to append_predicate.
4271 (frame_unwind_free): Delete function.
4272 (_initialize_frame_unwind): Pass NULL as "free" to
4273 register_gdbarch_data.
4274 (frame_unwind_init): Append the dummy_frame_sniffer.
4275 (frame_unwind_find_by_frame): Simplify.
4276 * frame-base.c (struct frame_base_table): Delete field "p".
4277 (append_predicate): Delete parameter "p".
4278 (frame_base_append_predicate): Delete function.
4279 (frame_base_append_sniffer): Update call to append_predicate.
4280 (frame_base_free): Delete function.
4281 (frame_base_find_by_frame): Simplify.
4282 (_initialize_frame_base): Pass NULL as "free" to
4283 register_gdbarch_data.
4284 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4285 (x86_64_sigtramp_frame_sniffer): Replace
4286 "x86_64_sigtramp_frame_p".
4287 (x86_64_init_abi): Set the frame unwind sniffers.
4288 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4289 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4290 (m68k_gdbarch_init): Set the frame unwind sniffers.
4291 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4292 "i386_sigtramp_frame_p".
4293 (i386_frame_sniffer): Replace "i386_frame_p".
4294 (i386_gdbarch_init): Set the frame unwind sniffers.
4295 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4296 (avr_gdbarch_init): Set the frame unwind sniffers.
4297 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4298 "alpha_sigtramp_frame_p"
4299 (alpha_heuristic_frame_sniffer): Replace
4300 "alpha_heuristic_frame_p".
4301 (alpha_gdbarch_init): Set the frame unwind sniffers.
4302 (alpha_dwarf2_init_abi): Ditto.
4303 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4304 "alpha_debug_frame_p".
4305 (alpha_mdebug_frame_base_sniffer): Replace
4306 "alpha_mdebug_frame_base_p".
4307 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4308 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4309 (d10v_gdbarch_init): Set the frame unwind sniffer.
4310 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4311 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4312 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4313 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4314 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4315 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4316
4317 2003-07-16 Michael Snyder <msnyder@redhat.com>
4318
4319 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4320 should go thru sh_dsp_register_sim_regno, else the dsp regs
4321 will not get the right values.
4322
4323 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4324
4325 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4326 deprecated_store_floating by call to store_typed_floating.
4327 (sh_sh4_register_convert_to_raw): Substitute call to
4328 deprecated_extract_floating by call to extract_typed_floating.
4329
4330 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4331
4332 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4333
4334 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4335
4336 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4337 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4338 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4339 as possible.
4340 (do_pseudo_register): Remove.
4341 (sh_push_dummy_code): New function.
4342 (sh64_store_struct_return): Rename from sh_store_struct_return.
4343 Only called for sh64 now.
4344 (sh_extract_struct_value_address): Regcache'ify.
4345 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4346 and accomodate new tasks.
4347 (sh64_push_return_address): Rename from sh_push_return_address.
4348 Only called for sh64 now.
4349 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4350 Regcache'ify.
4351 (sh3e_sh4_extract_return_value): Regcache'ify.
4352 (sh_default_store_return_value): Ditto.
4353 (sh3e_sh4_store_return_value): Ditto.
4354 (sh_default_register_byte): Remove.
4355 (sh_sh4_register_byte): Remove.
4356 (sh_default_register_raw_size): Remove.
4357 (sh_sh4_register_raw_size): Remove.
4358 (sh_register_virtual_size): Remove.
4359 (sh_sh3e_register_virtual_type): Remove.
4360 (sh_sh3e_register_type): New function.
4361 (sh_sh4_register_virtual_type): Remove.
4362 (sh_sh4_register_type): New function.
4363 (sh_default_register_virtual_type): Remove.
4364 (sh_default_register_type): New function.
4365 (do_fv_register_info): Add parameters to accomodate call from
4366 sh_print_registers_info.
4367 (do_dr_register_info): Ditto.
4368 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4369 Add parameters to accomodate call from sh_print_registers_info.
4370 (sh_do_fp_register): Ditto.
4371 (sh64_do_pseudo_register): Call do_dr_register_info,
4372 do_fv_register_info and sh_do_fp_register with default parameters.
4373 (sh_do_register): Add parameters to accomodate call from
4374 sh_print_registers_info.
4375 (sh_print_register): Ditto.
4376 (sh_print_registers_info): Rename from sh_do_registers_info.
4377 Add parameters to be used as gdbarch_print_registers_info
4378 implementation. Accomodate removed do_pseudo_register function
4379 pointer.
4380 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4381 function pointer. Call sh_print_register with default parameters.
4382 (sh64_do_registers_info): Call sh_print_registers_info instead of
4383 sh_do_registers_info.
4384 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4385 detection of deprecated vs. non-deprecated functionality.
4386 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4387 function pointer assignments by direct function calls.
4388
4389 2003-07-15 Andrew Cagney <cagney@redhat.com>
4390
4391 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4392 (frame_register_unwind, create_new_frame): Ditto.
4393 (legacy_get_prev_frame, get_frame_type): Ditto.
4394 (get_frame_base_address): Use frame_base_find_by_frame.
4395 (get_frame_locals_address): Use frame_base_find_by_frame.
4396 (get_frame_args_address): Use frame_base_find_by_frame.
4397 * frame-base.h (frame_base_sniffer_ftype): Declare.
4398 (frame_base_append_sniffer): Declare.
4399 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4400 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4401 (frame_base_append_sniffer): New function.
4402 (frame_base_append_predicate): Add a NULL sniffer.
4403 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4404 (struct frame_base_table): Add "sniffer".
4405 (frame_base_free): Free the "sniffer" table.
4406 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4407 (frame_unwind_append_sniffer): Declare.
4408 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4409 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4410 (struct frame_unwind_table): Add "sniffer", delete "middle".
4411 (append_predicate): Add "sniffer" parameter, append the sniffer.
4412 (frame_unwind_init): Update append_predicate call.
4413 (frame_unwind_append_sniffer): New function.
4414 (frame_unwind_append_predicate): Update append_predicate call.
4415 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4416
4417 2003-07-15 Andrew Cagney <cagney@redhat.com>
4418
4419 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4420 before code inhibiting repeated unwind attempts. Add to
4421 commentary on that test's problems.
4422 * blockframe.c (inside_main_func): Look for "main" in the minimal
4423 symbol table.
4424 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4425 identical.
4426
4427 2003-07-15 Andrew Cagney <cagney@redhat.com>
4428
4429 * complaints.c (struct explanation): Define.
4430 (struct complaints): Change type of "explanation" to "struct
4431 explanation".
4432 (symfile_explanations): Convert to a "struct explanation" table.
4433 (vcomplaint): Update.
4434
4435 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4436
4437 * x86-64-linux-nat.c (regmap): Removed.
4438 (supply_gregset, fill_gregset): Call
4439 x86_64_linux_(fill,supply)_gregset functions.
4440 * x86-64-linux-tdep.c (USER_*): New defines.
4441 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4442 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4443 New functions.
4444 (fetch_core_registers): Ditto.
4445 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4446 * x86-64-linux-tdep.h: New file.
4447 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4448 and core-regset.o.
4449 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4450
4451 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4452
4453 * x86-64-tdep.c (x86_64_store_return_value): Use
4454 regcache_cooked_write_part instead of regcache_cooked_write.
4455
4456 * configure.host: Add x86_64-*-freebsd*.
4457 * configure.tgt: Add x86_64-*-freebsd*.
4458 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4459 * amd64fbsd-nat.c: New file.
4460 * amd64fbsd-tdep.c: New file.
4461 * config/i386/nm-fbsd64.h: New file.
4462 * config/i386/fbsd64.mh: New file.
4463 * config/i386/fbsd64.mt: New file.
4464
4465 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4466
4467 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4468 `sc_regs_offset' and `sc_fpregs_offset'.
4469 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4470 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4471 (alpha_sigtramp_register_address): Rewrite to use new members of
4472 `struct gdbarch_tdep'.
4473 (alpha_gdbarch_init): Initialize new members of struct
4474 gdbarch_tdep'.
4475 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4476 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4477 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4478 (alphafbsd_pc_in_sigtramp): Implement.
4479 (alphafbsd_sigtramp_offset): New function.
4480 (alphafbsd_sigcontext_addr): New function.
4481 (alphafbsd_init_abi): Initialize signal trampoline related members
4482 of `struct gdbarch_tdep'.
4483 (_initialize_alphafbsd_tdep): Add prototype.
4484
4485 2003-07-11 Theodore A. Roth <troth@openavr.org>
4486
4487 * Makefile.in (install-only): Quote sed expression when generating
4488 transformed_name.
4489
4490 2003-07-11 Richard Henderson <rth@redhat.com>
4491
4492 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4493 * dwarf2-frame.c: Include complaints.h.
4494 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4495 variable initialization; return NULL on error.
4496 (decode_frame_entry): New.
4497
4498 2003-07-11 Andrew Cagney <cagney@redhat.com>
4499
4500 * frame.h (frame_address_in_block): Delete declaration.
4501 * blockframe.c (frame_address_in_block): Delete function.
4502 (get_frame_block): Use get_frame_address_in_block.
4503 (block_innermost_frame): Ditto.
4504 * stack.c (print_frame, backtrace_command_1): Ditto.
4505
4506 * frame.h (get_frame_address_in_block): Declare.
4507 (frame_unwind_address_in_block): Declare.
4508 * frame.c (frame_unwind_address_in_block): New function.
4509 (get_frame_address_in_block): New function.
4510
4511 2003-07-10 Andrew Cagney <cagney@redhat.com>
4512
4513 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4514 pre-default. Note: re-generate has no effect.
4515
4516 2003-07-10 Andrew Cagney <cagney@redhat.com>
4517
4518 * gdbarch.sh: When a variable, but not a function, compare against
4519 0. Fix problem in previous patch.
4520 * gdbarch.c: Re-generate.
4521
4522 2003-07-10 Andrew Cagney <cagney@redhat.com>
4523
4524 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4525 functions against NULL, not 0.
4526 * gdbarch.c: Re-generate.
4527
4528 2003-07-10 Fred Fish <fnf@ninemoons.com>
4529
4530 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4531 null string instead of a null pointer.
4532 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4533
4534 2003-07-09 Michael Snyder <msnyder@redhat.com>
4535
4536 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4537
4538 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4539
4540 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4541 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4542 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4543 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4544 * x86-64-tdep.c: ... from here.
4545
4546 2003-07-09 Andreas Schwab <schwab@suse.de>
4547
4548 * m68k-tdep.h (enum struct_return): Define.
4549 (struct gdbarch_tdep): Add struct_return.
4550 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4551 bytes are padded to the right, not to the left. Pass struct value
4552 address in register %a1, not on stack.
4553 (m68k_use_struct_convention): New function.
4554 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4555 struct_return in tdep to pcc_struct_return.
4556 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4557 reg_struct_return.
4558
4559 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4560
4561 * somread.c (som_symfile_offsets): Fix compilation error.
4562
4563 2003-07-09 Andrew Cagney <cagney@redhat.com>
4564
4565 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4566 Add comments about the checks.
4567
4568 2003-07-08 Andrew Cagney <cagney@redhat.com>
4569
4570 * Makefile.in: Make dependency section headers consistent.
4571 (config_h): Move to $BUILD headers section.
4572 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4573 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4574 (ada-exp.tab.c): Move to YACC/LEX section.
4575 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4576 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4577
4578 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4579
4580 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4581 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4582 of strerror with safe_strerror, use ISO C function definitions,
4583 and replace instances of sprintf with snprintf.
4584
4585 2003-07-07 Andrew Cagney <cagney@redhat.com>
4586
4587 * frame.c (get_prev_frame): Enable check for identical frames.
4588 Update comments. Update error messages.
4589
4590 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4591
4592 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4593
4594 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4595
4596 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4597 sort_symtab_syms, no longer necessary.
4598
4599 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4600
4601 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4602
4603 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4604
4605 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4606 (mips_register_byte): Likewise.
4607
4608 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4609
4610 * Makefile.in (sparc_tdep_h): New.
4611 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4612 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4613 * sparc-linux-nat.c: Include "sparc-tdep.h".
4614 * sparc-nat.c: Likewise.
4615 * sparc-tdep.c: Likewise.
4616 * sparc64nbsd-nat.c: Likewise.
4617 * sparcnbsd-nat.c: Likewise.
4618 * sparcnbsd-tdep.c: Likewise.
4619 * sparc-tdep.h: New file.
4620 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4621 and sparc_npc_regnum.
4622
4623 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4624
4625 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4626 (mips_linux_cannot_store_register): List supported instead of
4627 unsupported registers.
4628
4629 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4630
4631 * disasm.c (dump_insns): Separate instructions from addresses.
4632
4633 2003-07-07 Andreas Schwab <schwab@suse.de>
4634
4635 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4636 dependencies.
4637 * m68k-tdep.c (NUM_FREGS): Delete.
4638 (SIG_PC_FP_OFFSET): Delete.
4639 (TARGET_M68K): Delete.
4640 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4641 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4642 P_MOVEL_SP, P_MOVEML_SP): Define.
4643 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4644 P_TRAP): Delete.
4645 (m68k_register_raw_size): Delete.
4646 (m68k_register_virtual_size): Delete.
4647 (m68k_register_type): Renamed from m68k_register_virtual_type and
4648 add gdbarch argument.
4649 (m68k_store_struct_return): Delete.
4650 (m68k_deprecated_extract_return_value): Delete.
4651 (m68k_deprecated_extract_struct_value_address): Delete.
4652 (m68k_frame_chain): Delete.
4653 (m68k_frame_saved_pc): Delete.
4654 (m68k_fix_call_dummy): Delete.
4655 (m68k_push_dummy_frame): Delete.
4656 (m68k_pop_frame): Delete.
4657 (m68k_extract_return_value): New function.
4658 (m68k_store_return_value): Rewrite using regcache.
4659 (m68k_extract_struct_value_address): Rewrite using regcache.
4660 (m68k_push_dummy_call): New function.
4661 (struct m68k_frame_cache): Define.
4662 (m68k_alloc_frame_cache): New function.
4663 (m68k_analyze_frame_setup): New function.
4664 (m68k_analyze_register_saves): New function.
4665 (m68k_analyze_prologue): New function.
4666 (m68k_skip_prologue): Rewrite using above functions.
4667 (m68k_unwind_pc): New function.
4668 (m68k_frame_cache): New function.
4669 (m68k_frame_this_id): New function.
4670 (m68k_frame_prev_register): New function.
4671 (m68k_frame_unwind): New variable.
4672 (m68k_frame_p): New function.
4673 (m68k_sigtramp_frame_cache): New function.
4674 (m68k_sigtramp_frame_this_id): New function.
4675 (m68k_sigtramp_frame_prev_register): New function.
4676 (m68k_sigtramp_frame_unwind): New variable.
4677 (m68k_sigtramp_frame_p): New function.
4678 (m68k_frame_base_address): New function.
4679 (m68k_frame_base): New function.
4680 (m68k_unwind_dummy_id): New function.
4681 (fill_gregset): Use regcache_collect.
4682 (fill_fpregset): Likewise.
4683 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4684 defined.
4685 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4686 deprecated_init_frame_pc, deprecated_store_struct_return,
4687 deprecated_extract_return_value, deprecated_store_return_value,
4688 deprecated_frame_chain, deprecated_frame_saved_pc,
4689 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4690 deprecated_register_virtual_size,
4691 deprecated_max_register_raw_size,
4692 deprecated_max_register_virtual_size,
4693 deprecated_register_virtual_type, deprecated_register_size,
4694 deprecated_register_byte, deprecated_register_bytes,
4695 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4696 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4697 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4698 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4699 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4700 deprecated_push_dummy_frame, deprecated_pop_frame,
4701 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4702 only if SYSCALL_TRAP is defined. Set extract_return_value,
4703 store_return_value, extract_struct_value_address, register_type,
4704 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4705 predicates.
4706 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4707 M68K_MAX_REGISTER_SIZE): Define.
4708 (struct m68k_sigtramp_info): Define.
4709 (struct gdbarch_tdep): Add get_sigtramp_info.
4710 * m68klinux-nat.c (fetch_register): Use register_size instead of
4711 REGISTER_RAW_SIZE. Don't put assignment in if.
4712 (store_register): Likewise.
4713 (fetch_inferior_registers): Likewise.
4714 (store_inferior_registers): Likewise.
4715 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4716 (m68k_linux_frame_saved_pc): Delete.
4717 (m68k_linux_sigcontext_reg_offset,
4718 m68k_linux_ucontext_reg_offset): Define.
4719 (m68k_linux_get_sigtramp_info): New function.
4720 (m68k_linux_extract_return_value): Rewrite using regcache.
4721 (m68k_linux_store_return_value): Likewise.
4722 (m68k_linux_extract_struct_value_address): Likewise.
4723 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4724 Don't set deprecated_frame_saved_pc,
4725 deprecated_extract_return_value, deprecated_store_return_value,
4726 deprecated_extract_struct_value_address. Set
4727 extract_return_value, store_return_value,
4728 extract_struct_value_address.
4729
4730 2003-07-07 Andrew Cagney <cagney@redhat.com>
4731
4732 * expprint.c: Include "user-regs.h" instead of "frame.h".
4733 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4734 frame_map_regnum_to_name.
4735 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4736 (frame_map_name_to_regnum): Simplify, call
4737 user_reg_map_name_to_regnum.
4738 (frame_map_regnum_to_name): Simplify, call
4739 user_reg_map_regnum_to_name.
4740 (frame_register_unwind): Update.
4741 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4742 (_initialize_frame_reg): Call user_reg_add_builtin.
4743 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4744 (value_of_register): Use value_of_user_reg.
4745 * eval.c (evaluate_subexp_standard): Update.
4746 * parse.c (write_dollar_variable): Update.
4747 * d10v-tdep.c (d10v_print_registers_info): Update.
4748 * infcmd.c (registers_info): Update.
4749 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4750 (builtin_regs_h): Delete macro.
4751 (user_regs_h): Define.
4752 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4753 (builtin-regs.o): Delete target.
4754 (user-regs.o): Specify dependencies.
4755 (expprint.o): Update dependencies.
4756 (findvar.o): Update dependencies.
4757 (frame.o): Update dependencies.
4758 (std-regs.o): Update dependencies.
4759
4760 2003-07-06 Christopher Faylor <cgf@redhat.com>
4761
4762 * win32-nat.c (solib_symbols_add): Use one variable for all section
4763 address stuff. Pass variable rather than address of variable to
4764 safe_symbol_file_add.
4765
4766 2003-07-06 Andreas Schwab <schwab@suse.de>
4767
4768 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4769
4770 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4771
4772 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4773
4774 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4775
4776 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4777
4778 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4779
4780 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4781 * config/i386/nto.mh: New file.
4782 * config/i386/nm-nto.h: New file.
4783 * configure.host: Add i[3456]86-*-nto*.
4784
4785 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4786
4787 * remote-vx.c (vx_add_symbols): Fix compilation error.
4788
4789 2003-07-03 Andrew Cagney <cagney@redhat.com>
4790
4791 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4792 * gdbarch.h, gdbarch.c: Re-generate.
4793 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4794 (legacy_register_name): Declare.
4795 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4796 (REGISTER_NAME): Define.
4797 * sparc-tdep.c (legacy_register_name): New function.
4798 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4799 (REGISTER_NAME): Define.
4800 (hppa64_register_name): Declare.
4801 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4802 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4803 (hppa64_register_name): New function.
4804 (hppa_register_name): New function.
4805 * arch-utils.c (legacy_register_name): Delete.
4806 * arch-utils.h (legacy_register_name): Delete.
4807
4808 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4809
4810 * cli/cli-interp.c (cli_interpreter_resume): Update the
4811 cli_uiout's stream to gdb_stdout.
4812
4813 2003-07-03 Andrew Cagney <cagney@redhat.com>
4814
4815 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4816 predicate.
4817 * gdbarch.h, gdbarch.c: Re-generate.
4818 * regcache.c (init_regcache_descr): Use legacy code when either
4819 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4820
4821 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4822
4823 * NEWS: Move "set logging" entry into GDB 6.0 section.
4824
4825 2003-07-02 Jim Blandy <jimb@redhat.com>
4826
4827 * s390-tdep.c (struct frame_extra_info): new member:
4828 'stack_bought_valid'.
4829 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4830 initialize fextra_info->stack_bought.
4831 (s390_frameless_function_invocation): Don't trust the value of
4832 fextra_info_ptr->stack_bought unless
4833 fextra_info->stack_bought_valid is set.
4834
4835 New S390 prologue analyzer.
4836 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4837 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4838 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4839 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4840 compute_x_addr, s390_on_stack, s390_store,
4841 s390_get_signal_frame_info): New functions.
4842 (S390_NUM_SPILL_SLOTS): New macro.
4843 (s390_get_frame_info): Rewritten.
4844 (is_arg_reg): Deleted.
4845
4846 Break out the decoding of S/390 instructions into separate
4847 functions, to make it more legible, and easier to check
4848 against the spec.
4849 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4850 is_rx, is_rxe): New functions.
4851 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4852 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4853 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4854 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4855 enums for opcode values. (Is this an improvement?)
4856
4857 2003-07-02 Andrew Cagney <cagney@redhat.com>
4858
4859 * i386-tdep.c: Revert change committed as part of trad-frame code
4860 below.
4861
4862 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4863
4864 * breakpoint.c (insert_catchpoint): Make static.
4865
4866 2003-07-02 Andreas Schwab <schwab@suse.de>
4867
4868 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4869 former ia64_push_arguments and ia64_push_return_address, and use
4870 regcache functions instead of read/write_register.
4871 (ia64_gdbarch_init): Set push_dummy_call instead of
4872 deprecated_push_arguments and deprecated_push_return_address.
4873
4874 2003-07-01 Andreas Jaeger <aj@suse.de>
4875
4876 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4877 before the call.
4878 Set %rax only to number of SSE registers used.
4879
4880 2003-07-01 Andrew Cagney <cagney@redhat.com>
4881
4882 * trad-frame.h: Update comments, a -1 .addr is reserved.
4883 (trad_frame_value_p, trad_frame_addr_p): Declare.
4884 (trad_frame_reg_p): Declare.
4885 (trad_frame_set_value): Rename trad_frame_register_value.
4886 (trad_frame_set_unknown): Declare.
4887 * trad-frame.c (trad_frame_realreg_p): New function.
4888 (trad_frame_addr_p, trad_frame_value_p): New function.
4889 (trad_frame_set_unknown): New function.
4890 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4891 (trad_frame_prev_register): Use trad_frame_realreg_p,
4892 trad_frame_addr_p and trad_frame_value_p.
4893 (trad_frame_set_value): Rename trad_frame_register_value.
4894 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4895 and trad_frame_set_value.
4896
4897 2003-06-30 Jim Blandy <jimb@redhat.com>
4898
4899 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4900 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4901 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4902 for 16 registers, and then 32 more bytes.
4903 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4904 New macros.
4905 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4906 Move up in the file, since it's now used by is_simple_arg.
4907 (is_simple_arg): Don't assume registers are four bytes long.
4908 Exclude all double arguments. Extended floats are not simple
4909 args.
4910 (is_power_of_two): New function.
4911 (pass_by_copy_ref): Call is_power_of_two, and check that the
4912 length fits in a register, rather than listing all the acceptable
4913 sizes. Extended floats are not passed by reference.
4914 (s390_push_arguments): Don't assume registers are four bytes long.
4915 Reserve an argument register to point to the buffer for structures
4916 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4917 S390_STACK_FRAME_OVERHEAD.
4918
4919 2003-06-30 Andreas Schwab <schwab@suse.de>
4920
4921 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4922 format error message.
4923
4924 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4925
4926 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4927
4928 2003-06-30 David Carlton <carlton@kealia.com>
4929
4930 Band-aid for PR c++/1245.
4931 * Makefile.in (cp-support.o): Depend on complaints_h.
4932 * cp-support.c: Include complaints.h. Add declaration for
4933 find_last_component.
4934 (cp_find_first_component): Separate code into
4935 cp_find_first_component_aux.
4936 (cp_find_first_component_aux): Call demangled_name_complaint.
4937 (demangled_name_complaint): New.
4938
4939 2003-06-30 Andrew Cagney <cagney@redhat.com>
4940
4941 * remote.c (remote_write_bytes): Explicitly compute and then use
4942 the payload size. Update comments to reflect. Fixes problem of
4943 GDB not sending small packets as found by Fred Fish.
4944
4945 2003-06-30 Andrew Cagney <cagney@redhat.com>
4946
4947 * remote.c (remote_async_wait): Fix -Wformat problem.
4948
4949 2003-06-29 Andrew Cagney <cagney@redhat.com>
4950
4951 * remote.c (remote_wait): Call error, and not warning, when the
4952 packet is corrupt.
4953 (remote_async_wait): Ditto.
4954
4955 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4956
4957 * sparc-tdep.c (sparc_y_regnum): Make external again.
4958
4959 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4960
4961 * cli/cli-logging.c (pop_output_files): Add void to function
4962 definition.
4963
4964 2003-06-29 Andrew Cagney <cagney@redhat.com>
4965
4966 * frame.c (frame_register_unwind): Use unsigned char when dumping
4967 the buffer contents.
4968
4969 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4970
4971 * cli/cli-logging.c: New file.
4972 * cli-out.c (struct ui_out_data): Add original_stream.
4973 (cli_redirect): New function.
4974 (cli_ui_out_impl): Add cli_redirect.
4975 (cli_out_new): Initialize original_stream.
4976 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4977 (uo_redirect, ui_out_redirect): New.
4978 * ui-out.h (struct ui_out_impl): Add redirect member.
4979 (redirect_ftype): New.
4980 (ui_out_redirect): Add prototype.
4981 * Makefile.in: Add rules for cli-logging.c.
4982 * NEWS: Mention "set logging".
4983
4984 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4985
4986 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4987
4988 2003-06-27 Andrew Cagney <cagney@redhat.com>
4989
4990 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4991 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4992 * avr-tdep.c (avr_call_dummy_address): Delete function.
4993 (avr_gdbarch_init): Do not set call_dummy_address.
4994
4995 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4996
4997 * symfile.c (syms_from_objfile): Move variables to inner block.
4998 Move the checks for the non-mainline case a bit earlier to avoid
4999 doing some useless computations.
5000
5001 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5002
5003 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5004
5005 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
5006
5007 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5008 sections.
5009
5010 2003-06-26 Michael Chastain <mec@shout.net>
5011
5012 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5013 gdb/testsuite/gdb.c++/pr-1210.exp.
5014
5015 2003-06-26 Andrew Cagney <cagney@redhat.com>
5016
5017 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5018 altivec_expression.h and altivec_registers.h.
5019
5020 2003-06-26 Andrew Cagney <cagney@redhat.com>
5021
5022 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5023 info->mach when MIPS16. Patch suggested by Fred Fish.
5024
5025 2003-06-26 Andrew Cagney <cagney@redhat.com>
5026
5027 * utils.c (internal_vproblem): Print the problem to a reason
5028 buffer and then pass to query. Make the msg variable more local.
5029
5030 2003-06-26 Andrew Cagney <cagney@redhat.com>
5031
5032 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5033 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5034 * gdbarch.h, gdbarch.c: Re-generate.
5035 * frame-base.c (default_frame_args_address): Update. Use
5036 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5037 not available.
5038 (default_frame_locals_address): Ditto for
5039 DEPRECATED_FRAME_LOCALS_ADDRESS.
5040 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5041 (vax_frame_num_args): Update.
5042 (vax_gdbarch_init): Update.
5043 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5044 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5045 * mcore-tdep.c (mcore_gdbarch_init): Update.
5046 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5047 * ia64-tdep.c (ia64_gdbarch_init): Update.
5048 * symtab.h (address_class): Update comments.
5049 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5050 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5051 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5052 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5053 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5054 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5055 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5056 * alpha-mdebug-tdep.c: Update.
5057 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5058
5059 2003-06-26 Andreas Jaeger <aj@suse.de>
5060
5061 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5062 of SSE registers so that varargs functions work. Rework handling
5063 of passing arguments on the stack.
5064 (x86_64_store_return_value): Return double and float values in SSE
5065 register.
5066
5067 2003-06-24 Michael Chastain <mec@shout.net>
5068
5069 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5070 the "constructor breakpoints ignored" bug.
5071
5072 2003-06-25 David Carlton <carlton@kealia.com>
5073
5074 * MAINTAINERS: Update e-mail address.
5075
5076 2003-06-24 Jim Blandy <jimb@redhat.com>
5077
5078 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5079
5080 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5081 function.
5082 (ppc_linux_init_abi): Register it as the
5083 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5084
5085 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5086 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5087 method.
5088
5089 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5090 (ppc64_standard_linkage_target): Use it.
5091
5092 2003-06-23 Andrew Cagney <cagney@redhat.com>
5093
5094 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5095 for 0 "int0" and 4 "int32" sized registers.
5096 * gdbtypes.c (builtin_type_int0): Define.
5097 (build_gdbtypes): Initialize builtin_type_int0.
5098 * gdbtypes.h (builtin_type_int0): Declare.
5099
5100 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5101
5102 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5103 as characters are unsigned.
5104
5105 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5106
5107 PR gdb/1179
5108 * dwarfread.c (struct_type): Skip static fields without crashing.
5109
5110 2003-06-22 Andrew Cagney <cagney@redhat.com>
5111
5112 GDB 6.0 branch created.
5113 * README: Update.
5114 * PROBLEMS: Update. Empty.
5115 * NEWS: Update.
5116
5117 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5118
5119 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5120 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5121
5122 2003-06-22 Andrew Cagney <cagney@redhat.com>
5123
5124 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5125 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5126 Velikov.
5127
5128 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5129
5130 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5131 compilers.
5132
5133 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5134
5135 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5136 argument of val_print.
5137 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5138 to the address argument of baseclass_offset or target_read_memory.
5139 Do add it to the argument of cp_print_value_fields.
5140
5141 2003-06-21 Andrew Cagney <cagney@redhat.com>
5142
5143 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5144 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5145 instead of 0..NUM_REGS.
5146 (mips_register_reggroup_p): New function.
5147 (mips_pseudo_register_write): New function.
5148 (mips_pseudo_register_read): New function.
5149 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5150 based on the register's type.
5151 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5152 cooked.
5153 (mips_get_saved_register): Simplify. Assert that REGNO is a
5154 pseudo / cooked.
5155 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5156 (mips_register_type): Replace mips_register_virtual_type. Map
5157 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5158 when available.
5159 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5160 that the register is cooked / virtual.
5161 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5162 Only get the extra info when needed.
5163 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5164 (mips32_heuristic_proc_desc): Fetch the cooked register.
5165 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5166 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5167 (mips_print_register): Use gdbarch_register_type, instead of
5168 REGISTER_VIRTUAL_TYPE.
5169 (print_gp_register_row): Use gdbarch_register_type, instead of
5170 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5171 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5172 Print the pseudo / cooked registers.
5173 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5174 Print the pseudo / cooked registers.
5175 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5176 REG_NUM is pseudo / cooked.
5177 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5178 (mips_n32n64_xfer_return_value): Ditto.
5179 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5180 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5181 (mips_register_sim_regno): New function.
5182 (mips_gdbarch_init): Set deprecated_register_byte,
5183 register_group_p, pseudo_register_write, pseudo_register_read,
5184 register_sim_regno, and num_pseudo_regs. Set register_type,
5185 instead of register_virtual_type.
5186 * Makefile.in (mips-tdep.o): Update dependencies.
5187 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5188 REGISTER_VIRTUAL_TYPE.
5189 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5190 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5191 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5192 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5193 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5194
5195 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5196
5197 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5198 * cli/cli-cmds.c: Include "gdb_vfork.h".
5199 (shell_escape): Use vfork.
5200
5201 2003-06-21 Andrew Cagney <cagney@redhat.com>
5202
5203 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5204 32 bit floating-point register saves.
5205
5206 * frame.h (deprecated_unwind_get_saved_register): Delete.
5207 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5208 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5209 and deprecated_get_next_frame_hack instead of
5210 deprecated_unwind_get_saved_register.
5211
5212 * mips-tdep.c (mips_dump_tdep): Do not print
5213 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5214
5215 * frame.c (get_frame_register): New function.
5216 (frame_unwind_register_signed): New function.
5217 (get_frame_register_signed): New function.
5218 (frame_unwind_register_unsigned): New function.
5219 (get_frame_register_unsigned): New function.
5220 * frame.h: Add comments on naming schema.
5221 (get_frame_register, frame_unwind_register_signed): Declare.
5222 (get_frame_register_signed, get_frame_register_signed): Declare.
5223 (frame_unwind_register_unsigned): Declare.
5224 (get_frame_register_unsigned): Declare.
5225
5226 2003-06-20 Theodore A. Roth <troth@openavr.org>
5227
5228 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5229
5230 2003-06-20 Theodore A. Roth <troth@openavr.org>
5231
5232 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5233 (avr_read_sp): Ditto.
5234
5235 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5236
5237 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5238 * config/arm/nm-linux.h: Likewise.
5239 * config/arm/tm-linux.h: Likewise.
5240 * config/ia64/nm-linux.h: Likewise.
5241 * config/ia64/tm-ia64.h: Likewise.
5242 * config/s390/tm-linux.h: Likewise.
5243 * config/s390/tm-s390.h: Likewise.
5244 * s390-nat.c: Likewise.
5245 * s390-tdep.c: Likewise.
5246
5247 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5248 * config/ia64/linux.mt: Likewise.
5249 * config/m68k/linux.mh: Likewise.
5250 * config/mips/linux.mt: Likewise.
5251 * config/powerpc/linux.mh: Likewise.
5252 * config/sh/linux.mt: Likewise.
5253
5254 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5255
5256 * solib.c (solib_open): Change tests for whether to search
5257 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5258 comments.
5259
5260 2003-06-19 Theodore A. Roth <troth@openavr.org>
5261
5262 * avr-tdep.c (avr_frame_address): Delete function.
5263 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5264 set_gdbarch_frame_args_address.
5265
5266 2003-06-19 Andrew Cagney <cagney@redhat.com>
5267
5268 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5269 (REGISTER_CONVERT_FROM_TYPE): Delete.
5270 (mips_register_convert_to_type): Delete declaration.
5271 (mips_register_convert_from_type): Delete declaration.
5272 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5273 kernel/.
5274
5275 2003-06-19 Michael Snyder <msnyder@redhat.com>
5276
5277 * linux-nat.h: New file.
5278 * linux-nat.c: Include linux-nat.h.
5279 * lin-lwp.c: Include linux-nat.h.
5280 Move struct lwp_info def to linux-nat.h.
5281 * linux-proc.c: Include linux-nat.h.
5282 (linux_make_note_section): Iterate over lwps instead of threads.
5283 (linux_do_thread_registers): Use lwp instead of merged pid.
5284 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5285 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5286 Add dependency on linux_nat_h.
5287
5288 2003-06-19 Theodore A. Roth <troth@openavr.org>
5289
5290 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5291
5292 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5293
5294 * varobj.c (get_type, get_target_type): Use check_typedef.
5295
5296 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5297
5298 * breakpoint.c (insert_catchpoint): Call internal_error.
5299
5300 2003-06-19 Theodore A. Roth <troth@openavr.org>
5301
5302 * avr-tdep.c (avr_push_dummy_code): Delete function.
5303 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5304
5305 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5306
5307 * arch-utils.c (default_prepare_to_proceed): Remove.
5308 (generic_prepare_to_proceed): Remove.
5309 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5310 (generic_prepare_to_proceed): Remove prototype.
5311 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5312 * gdbarch.c: Regenerate.
5313 * gdbarch.h: Regenerate.
5314 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5315 * hppah-nat.c (hppa_switched_threads): Remove.
5316 * infrun.c (prepare_to_proceed): New static function, copied from
5317 generic_prepare_to_proceed. Remove select_it argument.
5318 (proceed): Call prepare_to_proceed.
5319 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5320 variables.
5321 (ptrace_wait): Don't set the removed variables.
5322 (hppa_switched_threads): Remove.
5323 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5324 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5325 (lin_lwp_prepare_to_proceed): Remove prototype.
5326 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5327 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5328
5329 2003-06-18 Theodore A. Roth <troth@openavr.org>
5330
5331 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5332 trad-frame.h.
5333 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5334 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5335 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5336 (AVR_PROLOGUE_*): Enumerate prologue types.
5337 (struct frame_extra_info): Remove.
5338 (struct avr_unwind_cache): Define.
5339 (avr_write_sp): Delete function.
5340 (avr_read_fp): Ditto.
5341 (avr_init_extra_frame_info): Ditto.
5342 (avr_pop_frame): Ditto.
5343 (avr_frame_saved_pc): Ditto.
5344 (avr_saved_pc_after_call): Ditto.
5345 (avr_push_return_address): Ditto.
5346 (avr_frame_chain): Ditto.
5347 (avr_store_struct_return): Ditto.
5348 (avr_push_arguments): Ditto.
5349 (avr_scan_prologue): Update comments. Changed to set up the info for
5350 cache unwinding. Now returns end of prologue PC.
5351 (avr_skip_prologue): Better handling of functions lacking a prologue
5352 by using avr_scan_prologue.
5353 (avr_scan_arg_moves): New function.
5354 (avr_saved_regs_unwinder): Ditto.
5355 (avr_frame_unwind_cache): Ditto.
5356 (avr_unwind_pc): Ditto.
5357 (avr_frame_this_id): Ditto.
5358 (avr_frame_prev_register): Ditto.
5359 (avr_frame_p): Ditto.
5360 (avr_frame_base_address ): Ditto.
5361 (avr_unwind_dummy_id): Ditto.
5362 (avr_push_dummy_code): Ditto.
5363 (push_stack_item): Ditto.
5364 (pop_stack_item): Ditto.
5365 (avr_push_dummy_call): Ditto.
5366 (struct stack_item): Define.
5367 (avr_frame_unwind): Declare structure.
5368 (avr_frame_base): Ditto.
5369 (avr_gdbarch_init): Remove calls to
5370 set_gdbarch_deprecated_init_frame_pc,
5371 set_gdbarch_deprecated_target_read_fp,
5372 set_gdbarch_deprecated_dummy_write_sp,
5373 set_gdbarch_deprecated_fp_regnum,
5374 set_gdbarch_deprecated_push_arguments,
5375 set_gdbarch_deprecated_push_return_address,
5376 set_gdbarch_deprecated_pop_frame,
5377 set_gdbarch_deprecated_store_struct_return,
5378 set_gdbarch_deprecated_frame_init_saved_regs,
5379 set_gdbarch_deprecated_init_extra_frame_info,
5380 set_gdbarch_deprecated_frame_chain,
5381 set_gdbarch_deprecated_frame_saved_pc,
5382 set_gdbarch_deprecated_saved_pc_after_call.
5383 Add calls to set_gdbarch_push_dummy_call,
5384 set_gdbarch_push_dummy_code,
5385 frame_unwind_append_predicate,
5386 frame_base_set_default,
5387 set_gdbarch_unwind_dummy_id,
5388 set_gdbarch_unwind_pc.
5389 Wrap a long line.
5390
5391 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5392
5393 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5394 registers for H8/300S.
5395 (h8300_print_registers_info): Ditto.
5396 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5397
5398 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5399
5400 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5401 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5402 (lin_lwp_wait): Likewise. Update comments.
5403 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5404 (pull_pid_from_list, linux_record_stopped_pid): New.
5405
5406 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5407
5408 * ada-lang.c (scan_discrim_bound): Name first argument.
5409 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5410 declared by ALL_BLOCK_SYMBOLS.
5411
5412 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5413
5414 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5415 ("regcache.h"): Include it.
5416 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5417
5418 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5419
5420 * NEWS: Mention gdbserver detach change and "disconnect" command.
5421 * infcmd.c (disconnect_command): New function.
5422 (_initialize_infcmd): Add ``disconnect'' command.
5423 * remote.c (remote_async_detach): Delete.
5424 (remote_detach): Merge remote_async_detach.
5425 (remote_disconnect): New.
5426 (init_remote_ops): Set to_disconnect.
5427 (init_remote_cisco_ops): Likewise.
5428 (init_remote_async_ops): Likewise. Use remote_detach.
5429 * target.c (cleanup_target): Default to_disconnect.
5430 (update_current_target): Inherit to_disconnect.
5431 (target_disconnect, debug_to_disconnect): New functions.
5432 (setup_target_debug): Set to_disconnect.
5433 * target.h (struct target_ops): Add to_disconnect.
5434 (target_disconnect): Add prototype.
5435
5436 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5437
5438 * breakpoint.c (insert_catchpoint): New function.
5439 (insert_breakpoints): Use catch_exceptions to call
5440 insert_catchpoint. Disable catchpoints if they fail to insert.
5441
5442 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5443
5444 * symfile.c (reread_symbols): Clear sym_private.
5445
5446 2003-06-17 Andrew Cagney <cagney@redhat.com>
5447
5448 * trad-frame.h (struct frame_info): Add opaque declaration.
5449 * remote-fileio.h (struct cmd_list_element): Add opaque
5450 declaration.
5451 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5452 comments.
5453
5454 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5455
5456 * remote.c (remote_prepare_to_store): Replace call to
5457 deprecated_read_register_bytes with multiple regcache_raw_read
5458 calls.
5459
5460 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5461
5462 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5463 (nto_find_and_open_solib): Likewise.
5464 (nto_init_solib_absolute_prefix): Likewise.
5465 (_initialize_nto_tdep): Fix indentation.
5466
5467 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5468
5469 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5470
5471 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5472
5473 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5474
5475 2003-06-17 Jim Blandy <jimb@redhat.com>
5476
5477 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5478
5479 2003-06-16 Theodore A. Roth <troth@openavr.org>
5480
5481 * avr-tdep.c (avr_extract_return_value): New function.
5482 (avr_gdbarch_init): Set extract_return_value method.
5483
5484 2003-06-16 Andrew Cagney <cagney@redhat.com>
5485
5486 * frame.h (deprecated_get_next_frame_hack): Declare.
5487 * frame.c (legacy_saved_regs_prev_register): Only require
5488 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5489 there are always saved regs.
5490 (deprecated_generic_get_saved_register): Do not require
5491 DEPRECATED_FRAME_INIT_SAVED_REGS.
5492 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5493 use frame ID unwind instead.
5494 (deprecated_get_next_frame_hack): New function.
5495
5496 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5497
5498 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5499 (h8300_push_dummy_call): ...this function. Some minor optimization.
5500 (h8300_push_return_address): Remove.
5501 (h8300_gdbarch_init): Remove calls to
5502 set_gdbarch_deprecated_dummy_write_sp,
5503 set_gdbarch_deprecated_push_arguments and
5504 set_gdbarch_deprecated_push_return_address.
5505 Add call to set_gdbarch_push_dummy_call.
5506
5507 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5508
5509 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5510 (E_PSEUDO_EXR_REGNUM): Ditto.
5511 (h8300_is_argument_spill): Check for instructions moving argument
5512 registers into safe registers.
5513 (h8300_skip_prologue): Check for stm instruction to push registers
5514 used for register variables onto stack.
5515 (gdb_print_insn_h8300): Remove.
5516 (h8300_examine_prologue): Add a comment.
5517 (h8300_register_name): Take pseudo registers into account.
5518 (h8300s_register_name): Ditto.
5519 (h8300sx_register_name): Ditto.
5520 (h8300_print_register): Ditto.
5521 (h8300_print_registers_info): Define "nice" printing order.
5522 (h8300_saved_pc_after_call): Take pseudo registers into account.
5523 (h8300_register_type): Ditto. Return type used for remote connection
5524 when requesting real CCR or EXR register, return actual type when
5525 requesting pseudo CCR or EXR.
5526 (h8300_pseudo_register_read): New function.
5527 (h8300_pseudo_register_write): Ditto.
5528 (h8300_dbg_reg_to_regnum): Ditto.
5529 (h8300s_dbg_reg_to_regnum): Ditto.
5530 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5531 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5532 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5533 set_gdbarch_print_insn architecture dependent.
5534 Call set_gdbarch_pseudo_register_read and
5535 set_gdbarch_pseudo_register_write.
5536 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5537
5538 2003-06-16 Andrew Cagney <cagney@redhat.com>
5539
5540 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5541 * gdbarch.h, gdbarch.c: Re-generate.
5542 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5543 * s390-tdep.c (s390_gdbarch_init): Update.
5544 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5545 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5546 * mips-tdep.c (mips_gdbarch_init): Update.
5547 * mcore-tdep.c (mcore_gdbarch_init): Update.
5548 * cris-tdep.c (cris_gdbarch_init): Update.
5549 * infcall.c (call_function_by_hand): Update.
5550 * ia64-tdep.c (ia64_push_arguments): Update comment.
5551 * frame.c (legacy_get_prev_frame): Do not assume
5552 SAVE_DUMMY_FRAME_TOS_P.
5553 * dummy-frame.c (find_dummy_frame): Update comment.
5554
5555 2003-06-16 Andrew Cagney <cagney@redhat.com>
5556
5557 * regcache.c (do_cooked_read): Do not use register_valid_p.
5558
5559 2003-06-15 Theodore A. Roth <troth@openavr.org>
5560
5561 * avr-tdep.c (avr_register_type): Remove a blank line.
5562 (avr_scan_prologue): Correct some comments.
5563
5564 2003-06-15 Theodore A. Roth <troth@openavr.org>
5565
5566 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5567 prologue types.
5568 Properly scan prologues generated by gcc with the -mcall-prologues
5569 option.
5570 Add code to scan -mcall-prologues for mega devices.
5571
5572 2003-06-15 Theodore A. Roth <troth@openavr.org>
5573
5574 * avr-tdep.c (avr_register_byte): Delete function.
5575 (avr_register_raw_size): Delete function.
5576 (avr_register_virtual_size): Delete function.
5577 (avr_register_virtual_type): Delete function.
5578 (avr_register_type): New function.
5579 (avr_address_to_pointer): Remove unused code.
5580 (avr_read_fp): Need to read FP as two separate bytes due to change to
5581 avr_register_type() usage.
5582 (avr_gdbarch_init): Don't set deprecated_register_size.
5583 Don't set deprecated_register_bytes.
5584 Don't set deprecated_register_byte.
5585 Don't set deprecated_register_raw_size.
5586 Don't set deprecated_max_register_raw_size.
5587 Don't set deprecated_register_virtual_size.
5588 Don't set deprecated_max_register_virtual_size.
5589 Don't set deprecated_register_virtual_type.
5590 Set register_type method.
5591
5592 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5593
5594 * Makefile.in (linux-nat.o): Add rule.
5595 * linux-nat.c: New file.
5596 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5597 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5598 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5599 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5600 * config/arm/linux.mh (NATDEPFILES): Likewise.
5601 * config/i386/linux.mh (NATDEPFILES): Likewise.
5602 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5603 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5604 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5605 * config/mips/linux.mh (NATDEPFILES): Likewise.
5606 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5607 * config/s390/s390.mh (NATDEPFILES): Likewise.
5608 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5609
5610 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5611
5612 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5613 replace out-of-date comment.
5614
5615 2003-06-15 Andrew Cagney <cagney@redhat.com>
5616
5617 * rdi-share/host.h (Fail): Change to a varargs function.
5618 * remote-rdi.c (Fail): Update.
5619
5620 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5621
5622 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5623 (i386_convert_register_p, i386_register_to_value,
5624 i386_register_from_value): Handle types longer than 8 bytes.
5625
5626 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5627
5628 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5629 Move floating-point code to new function in i387-tdep.c.
5630 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5631 New functions containing code moved here from i386-tdep.c.
5632 * i387-tdep.h: Add opaque declaration for `struct type'.
5633 (i387_register_to_value, i387_value_to_register): New prototypes.
5634 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5635 (x86_64_init_abi): Set convert_register_p, register_to_value and
5636 value_to_register here.
5637
5638 2003-06-14 Andrew Cagney <cagney@redhat.com>
5639
5640 * mips-tdep.c (mips_register_to_value): Make static.
5641 (mips_value_to_register): Make static.
5642 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5643 * ia64-tdep.c (ia64_register_raw_size): Make static.
5644 (ia64_register_virtual_size): Make static.
5645 (ia64_register_byte): Make static.
5646 * i387-tdep.c: Include "i387-tdep.h".
5647 (print_387_control_word): Delete function.
5648 (print_387_status_word): Delete function.
5649 (print_387_status_bits): Delete function.
5650 (print_387_control_bits): Delete function.
5651 * Makefile.in (i387-tdep.o): Update dependencies.
5652 * rdi-share/host.h (Fail): Declare.
5653 * remote-rdi.c (Fail): Update to match declaration.
5654
5655 2003-06-14 Andrew Cagney <cagney@redhat.com>
5656
5657 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5658 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5659 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5660 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5661 * README: Delete reference to remote-array.
5662 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5663 (remote-array.o): Delete target.
5664 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5665 * remote-array.c: Delete file.
5666
5667 2003-06-14 Andrew Cagney <cagney@redhat.com>
5668 Mark Kettenis <kettenis@gnu.org>
5669
5670 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5671 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5672 parameter with "frame".
5673 * gdbarch.h, gdbarch.c: Re-generate.
5674 * frame.h (put_frame_register): Declare.
5675 * frame.c (put_frame_register): New function.
5676 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5677 (legacy_register_to_value): Rewrite, use "frame" to get the
5678 register value.
5679 (legacy_value_to_register): Rewrite, use "frame" to find the
5680 register's location before storing.
5681 * arch-utils.h (legacy_convert_register_p): Update.
5682 (legacy_register_to_value, legacy_value_to_register): Update.
5683 * findvar.c (value_from_register): Rewrite, eliminate use of
5684 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5685 "frame" to REGISTER_TO_VALUE.
5686 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5687 lval_reg_frame_relative + lval_register branch of the switch. Do
5688 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5689 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5690 I386_EDI_REGNUM): New defines.
5691 (i386_next_regnum, i386_convert_register_p,
5692 i386_register_to_value, i386_value_to_register): New functions.
5693 (i386_register_convertible, i386_register_convert_to_virtual,
5694 i386_convert_to_raw): Remove functions.
5695 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5696 value_to_register instead of register_convertible,
5697 register_convert_to_virtual and register_convert_to_raw.
5698 * mips-tdep.c (mips_convert_register_p): New function.
5699 (mips_value_to_register): Replace mips_register_convert_from_type.
5700 (mips_register_to_value): Replace mips_register_convert_to_type.
5701 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5702 register_to_value.
5703 * alpha-tdep.c (alpha_convert_register_p): Update.
5704 (alpha_value_to_register): Update, store the register.
5705 (alpha_register_to_value): Update, fetch the register.
5706
5707 2003-06-14 Theodore A. Roth <troth@openavr.org>
5708
5709 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5710 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5711 Don't set deprecated_call_dummy_words.
5712 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5713 Don't set remote_translate_xfer_address.
5714 (avr_io_reg_read_command): Remove commented out debug printf.
5715 Wrap a long line.
5716
5717 2003-06-14 Theodore A. Roth <troth@openavr.org>
5718
5719 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5720 causes gdb to seg fault.
5721
5722 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5723
5724 * sparc-nat.c (fetch_inferior_registers): Correct
5725 a reference to "registers".
5726
5727 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5728
5729 * Makefile.in (exc_request_U_h): Define
5730 (exc_request_S_h): Likewise.
5731 (msg_reply_S_h): Likewise.
5732 (msg_U_h): Likewise.
5733 (notify_S_h): Likewise.
5734 (process_reply_S_h): Likewise.
5735 (gnu-nat.o): Depend on gdb_obstack_h
5736 * gnu-nat.c: Include "gdb_obstack.h".
5737
5738 2003-06-13 Andrew Cagney <cagney@redhat.com>
5739
5740 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5741 * gdbarch.h, gdbarch.c: Re-generate.
5742
5743 2003-06-13 Andrew Cagney <cagney@redhat.com>
5744
5745 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5746 when deprecated REGISTER macros can be deleted.
5747 * gdbarch.h, gdbarch.c: Re-generate.
5748
5749 2003-06-13 Jim Blandy <jimb@redhat.com>
5750
5751 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5752 Linux entry point symbols for _dl_debug_state, too.
5753
5754 2003-06-13 Andrew Cagney <cagney@redhat.com>
5755
5756 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5757 available, do not use the FP register, and always save the TOS.
5758 * dummy-frame.c (dummy_frame_this_id): Do not assert
5759 SAVE_DUMMY_FRAME_TOS.
5760 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5761 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5762 (i386_push_dummy_call): Add 8 to the returned SP.
5763 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5764 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5765 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5766 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5767 (x86_64_push_dummy_call): Return "sp + 16".
5768 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5769 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5770 save_dummy_frame_tos.
5771
5772 2003-06-13 Jim Blandy <jimb@redhat.com>
5773
5774 * frv-tdep.c (frv_use_struct_convention): Delete static
5775 declaration for function deleted in my change of 2003-06-12.
5776
5777 2003-06-13 Theodore A. Roth <troth@openavr.org>
5778
5779 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5780 (avr_pointer_to_address): Shift code addrs left 1 bit.
5781 (avr_convert_from_func_ptr_addr): Delete function since operation is
5782 better handled by avr_address_to_pointer and avr_pointer_to_address.
5783 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5784
5785 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5786
5787 From Kelley Cook <kelleycook@wideopenwest.com>:
5788 * configure.host: Accept i[34567]86 variants.
5789 * configure.tgt: Likewise.
5790 * nlm/configure.in: Likewise.
5791 * nlm/configure: Regenerated.
5792
5793 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5794
5795 * arm-tdep.c (solib-svr4.h): Dont' include it.
5796 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5797 * arm-linux-tdep.c: ... here. Make static.
5798 (arm_linux_init_abi): Register it.
5799 (solib-svr4.h): Include it.
5800 * Makefile.in: Update dependencies.
5801 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5802 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5803
5804 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5805
5806 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5807 indicate registers used for return values.
5808 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5809 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5810 members.
5811 (h8300_init_extra_frame_info): Ditto.
5812 (h8300_frame_locals_address): Removed.
5813 (h8300_frame_args_address): Removed.
5814 (h8300_extract_return_value): Use new regcache structure. Only care
5815 for 16 bit CPUs.
5816 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5817 (h8300_store_return_value): Use new regcache structure. Only care
5818 for 16 bit CPUs.
5819 (h8300h_store_return_value): Same function for 32 bit CPUs.
5820 (h8300_store_struct_return): Removed.
5821 (h8300_extract_struct_value_address): Use new regcache structure.
5822 (h8300h_extract_struct_value_address): Removed.
5823 (h8300_push_dummy_code): New function.
5824 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5825 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5826 set_gdbarch_store_return_value architecture dependent.
5827 Call set_gdbarch_push_dummy_code and
5828 set_gdbarch_extract_struct_value_address.
5829 Remove calls to set_gdbarch_frame_args_address,
5830 set_gdbarch_frame_locals_address,
5831 set_gdbarch_deprecated_store_struct_return,
5832 set_gdbarch_deprecated_extract_return_value,
5833 set_gdbarch_deprecated_extract_struct_value_address,
5834 set_gdbarch_deprecated_call_dummy_words and
5835 set_gdbarch_deprecated_sizeof_call_dummy_words.
5836
5837 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5838
5839 * h8300-tdep.c (h8300_register_byte): Remove.
5840 (h8300h_register_byte): Remove.
5841 (h8300_register_virtual_type): Remove. Substitute by...
5842 (h8300_register_type): New function.
5843 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5844 (h8300h_extract_struct_value_address): Ditto.
5845 (h8300_gdbarch_init): Drop calls to
5846 set_gdbarch_deprecated_register_byte and
5847 set_gdbarch_deprecated_register_virtual_type.
5848 Add call to set_gdbarch_register_type.
5849
5850 2003-06-13 Andrew Cagney <cagney@redhat.com>
5851
5852 * gdbarch.sh: Update comments on registers.
5853 (deprecated_register_byte): Rename register_byte.
5854 (deprecated_register_raw_size): Rename register_raw_size.
5855 (deprecated_register_virtual_size): Rename register_virtual_size.
5856 (deprecated_register_virtual_type): Rename register_virtual_type.
5857 * gdbarch.h, gdbarch.c: Re-generate.
5858 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5859 * vax-tdep.c (vax_gdbarch_init): Update.
5860 * v850-tdep.c (v850_gdbarch_init): Update.
5861 * sparc-tdep.c (sparc_gdbarch_init): Update.
5862 * sh-tdep.c (sh_gdbarch_init): Update.
5863 * s390-tdep.c (s390_gdbarch_init): Update.
5864 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5865 * ns32k-tdep.c: Update.
5866 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5867 * mips-tdep.c (mips_gdbarch_init): Update.
5868 * mcore-tdep.c (mcore_gdbarch_init): Update.
5869 * m68k-tdep.c (m68k_gdbarch_init): Update.
5870 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5871 * ia64-tdep.c (ia64_gdbarch_init): Update.
5872 * hppa-tdep.c (hppa_gdbarch_init): Update.
5873 * h8300-tdep.c (h8300_gdbarch_init): Update.
5874 * frv-tdep.c (frv_gdbarch_init): Update.
5875 * cris-tdep.c (cris_gdbarch_init): Update.
5876 * avr-tdep.c (avr_gdbarch_init): Update.
5877 * alpha-tdep.c (alpha_gdbarch_init): Update.
5878 * arm-tdep.c (arm_gdbarch_init): Update.
5879
5880 2003-06-13 Andrew Cagney <cagney@redhat.com>
5881
5882 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5883 mips_o32_use_struct_convention with always_use_struct_convention.
5884
5885 2003-06-12 David Carlton <carlton@kealia.com>
5886
5887 * cp-namespace.c (cp_set_block_scope): Comment out
5888 processing_has_namespace_info branch.
5889
5890 2003-06-12 Jim Blandy <jimb@redhat.com>
5891
5892 Recognize and skip 64-bit PowerPC Linux linkage functions.
5893 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5894 insn_pattern, insns_match_pattern, d_field, ds_field): New
5895 functions, macros, and types for working with PPC instructions.
5896 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5897 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5898 ppc64_skip_trampoline_code): New functions, variables, and macros
5899 for recognizing and skipping linkage functions.
5900 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5901 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5902
5903 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5904 register offsets for both the 32- and 64-bit interfaces.
5905
5906 Actually finish the job started by my change of 2003-05-29.
5907 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5908 other #definition of this.
5909 (ppc_linux_skip_trampoline_code): Remove declaration.
5910 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5911 static.
5912 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5913 method for GDBARCH.
5914
5915 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5916 'long' on ppc64-*-linux*.
5917
5918 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5919 isn't #defined, assume the register doesn't exist: act as if
5920 tdep->ppc_mq_regnum were -1.
5921
5922 * configure.host, configure.tgt: Add entries for
5923 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5924 powerpc/linux.mt.
5925 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5926 New files.
5927
5928 * arch-utils.c (always_use_struct_convention): New function.
5929 * arch-utils.h (always_use_struct_convention): New prototype.
5930 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5931 (alpha_gdbarch_init): Register always_use_struct_convention,
5932 instead of alpha_use_struct_convention.
5933 * cris-tdep.c (cris_use_struct_convention): Delete.
5934 (cris_gdbarch_init): Register always_use_struct_convention,
5935 instead of cris_use_struct_convention.
5936 * frv-tdep.c (frv_use_struct_convention): Delete.
5937 (frv_gdbarch_init): Register always_use_struct_convention,
5938 instead of frv_use_struct_convention.
5939 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5940 (h8300_gdbarch_init): Register always_use_struct_convention,
5941 instead of h8300_use_struct_convention.
5942 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5943 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5944 instead of mips_o32_use_struct_convention.
5945
5946 2003-06-12 Andrew Cagney <cagney@redhat.com>
5947
5948 * wince.c: Include "mips-tdep.h".
5949 * mips-tdep.h (mips_next_pc): Declare.
5950 * mcore-tdep.c: Make more local functions static.
5951 * Makefile.in (wince.o): Update dependencies.
5952
5953 2003-06-12 David Carlton <carlton@kealia.com>
5954
5955 * symtab.c (lookup_symbol_aux_minsyms): Replace
5956 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5957 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5958 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5959 SYMBOL_NATURAL_NAME.
5960
5961 2003-06-12 Andreas Schwab <schwab@suse.de>
5962
5963 * Makefile.in (tuiDisassem.o): Update dependencies.
5964
5965 2003-06-12 David Carlton <carlton@bactrian.org>
5966
5967 * symtab.h: Delete declaration of make_symbol_overload_list.
5968 Add declaration of lookup_partial_symbol.
5969 * symtab.c (remove_params): Move to cp-support.c.
5970 (overload_list_add_symbol, make_symbol_overload_list)
5971 (sym_return_val_size, sym_return_val_index): Ditto.
5972 (lookup_partial_symbol): Make extern.
5973 * cp-support.h: Add declaration of make_symbol_overload_list.
5974 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5975 symtab.h, and block.h.
5976 (remove_params): Move here from symtab.c.
5977 (overload_list_add_symbol, make_symbol_overload_list)
5978 (sym_return_val_size, sym_return_val_index): Ditto.
5979 * valops.c: Include cp-support.h.
5980 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5981 frame_h, and block_h.
5982 (valops.o): Depend on cp_support_h.
5983
5984 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5985
5986 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5987 substitute by NUM_REGS throughout.
5988 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5989 (h8300s_register_name): New function for H8S registers.
5990 (h8300sx_register_name): Ditto for H8SX registers.
5991 (h8300_print_register): Revise register printing, avoid depending
5992 on 32 bit long.
5993 (h8300_register_byte): Only care for H8/300 registers.
5994 (h8300h_register_byte): New function for any other architecture.
5995 (h8300_register_raw_size): Remove.
5996 (h8300_register_virtual_type): Revise to return actually useful
5997 type.
5998 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5999 (h8300h_extract_struct_value_address): New function for any other
6000 architecture.
6001 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6002 set_gdbarch_register_name, set_gdbarch_register_byte,
6003 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6004 Remove calls to set_gdbarch_deprecated_register_size,
6005 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6006 set_gdbarch_deprecated_max_register_raw_size,
6007 set_gdbarch_register_virtual_size and
6008 set_gdbarch_deprecated_max_register_virtual_size entirely.
6009 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6010 set_gdbarch_long_double_bit.
6011
6012 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6013
6014 * doublest.c (convert_doublest_to_floatformat): When dealing
6015 with the implied integer bit, only alter mant_bits if we are
6016 processing a full 32 bits of mantissa.
6017
6018 2003-06-11 David Carlton <carlton@bactrian.org>
6019
6020 * dictionary.h: New.
6021 * dictionary.c: New.
6022 * block.h: Add opaque declaration for struct dictionary.
6023 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6024 'sym' members.
6025 (BLOCK_DICT): New macro.
6026 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6027 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6028 BLOCK_SHOULD_SORT.
6029 (ALL_BLOCK_SYMBOLS): Update definition.
6030 * Makefile.in (SFILES): Add dictionary.c.
6031 (dictionary_h): New.
6032 (COMMON_OBS): Add dictionary.o.
6033 (dictionary.o): New.
6034 (ada-lang.o): Depend on dictionary_h.
6035 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6036 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6037 (mi-cmd-stack.o): Ditto.
6038 (gdbtk-cmds.o): Update dependencies.
6039 (gdbtk-stack.o): Ditto.
6040 * ada-lang.c: Include dictionary.h.
6041 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6042 (fill_in_ada_prototype, debug_print_block): Ditto.
6043 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6044 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6045 'is_sorted'.
6046 * mdebugread.c: Include dictionary.h.
6047 (struct parse_stack): Delete 'maxsyms' member.
6048 (parse_symbol): Update calls to new_block. Delete calls to
6049 shrink_block. Use dictionary methods.
6050 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6051 Update calls to new_symtab. Don't maintain maxsyms data.
6052 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6053 (add_symbol): Just call dict_add_symbol.
6054 (new_symtab): Delete 'maxsyms' argument.
6055 (new_symtab): Update calls to new_block.
6056 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6057 (shrink_block): Delete function.
6058 (fixup_sigtramp): Update call to new_block. Add symbol via
6059 dict_add_symbol.
6060 * jv-lang.c: Include dictionary.h.
6061 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6062 appropriately. Set class_symtab->free_func. Make sure the
6063 blockvector is big enough to hold two blocks.
6064 (add_class_symtab_symbol): Use dictionary methods.
6065 (free_class_block): New function.
6066 (type_from_class): Replace explicit iteration by
6067 ALL_BLOCK_SYMBOLS.
6068 * symtab.h (struct symtab): Replace 'free_ptr' method by
6069 'free_func'.
6070 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6071 sort_symtab_syms.
6072 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6073 sort_symtab_syms.
6074 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6075 Include dictionary.h.
6076 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6077 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6078 sort_symtab_syms.
6079 * objfiles.c: Include dictionary.h.
6080 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6081 * buildsym.c: Include dictionary.h.
6082 (finish_block): Use dictionary methods.
6083 (end_symtab): Set free_func to NULL, not free_ptr.
6084 * tracepoint.c: Include dictionary.h.
6085 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6086 (scope_info): Ditto.
6087 * stack.c: Include dictionary.h.
6088 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6089 (print_block_frame_labels, print_frame_arg_vars)
6090 (print_frame_args): Ditto.
6091 * symmisc.c (free_symtab_block): Use dictionary methods.
6092 (dump_symtab): Ditto.
6093 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6094 Include dictionary.h.
6095 * symfile.h: Delete declarations of sort_block_syms,
6096 sort_symtab_syms.
6097 * symfile.c (sort_block_syms): Delete.
6098 (sort_symtab_syms): Delete.
6099 * symtab.c: Include dictionary.h.
6100 (lookup_block_symbol): Use dictionary iterators.
6101 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6102 (search_symbols, make_symbol_completion_list): Ditto.
6103 (make_symbol_overload_list): Ditto.
6104 * valops.c (value_of_local): Use dict_empty.
6105 Include dictionary.h.
6106
6107 2003-06-11 J. Brobecker <brobecker@gnat.com>
6108
6109 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6110
6111 2003-06-11 David Carlton <carlton@bactrian.org>
6112
6113 * block.h (BLOCK_SHOULD_SORT): Delete.
6114 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6115 blocks.
6116 * ada-lang.c (ada_add_block_symbols): Ditto.
6117 * symfile.c (sort_block_syms): Delete.
6118 (sort_symtab_syms): Ditto.
6119 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6120 declarations.
6121 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6122 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6123 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6124 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6125 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6126 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6127 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6128
6129 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6130
6131 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6132 bits to 128.
6133
6134 2003-06-11 Andrew Cagney <cagney@redhat.com>
6135
6136 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6137 REGISTER_CONVERTIBLE.
6138 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6139 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6140 * gdbarch.h, gdbarch.c: Re-generate.
6141 * arch-utils.h (deprecated_register_convertible_not): Rename
6142 generic_register_convertible_not.
6143 * arch-utils.c (deprecated_register_convertible_not): Rename
6144 generic_register_convertible.
6145 (legacy_convert_register_p, legacy_register_to_value): Update.
6146 * sh-tdep.c (sh64_push_arguments): Update.
6147 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6148 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6149 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6150 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6151 * arch-utils.c (legacy_value_to_register): Update.
6152 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6153 (rs6000_register_convert_to_raw): Make parameter "from" const.
6154 * mips-tdep.c (mips_gdbarch_init): Update.
6155 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6156 * infcmd.c (default_print_registers_info): Update.
6157 * ia64-tdep.c (ia64_gdbarch_init): Update.
6158 (ia64_register_convert_to_raw): Make parameter "from" const.
6159 * i386-tdep.c (i386_gdbarch_init): Update.
6160 (i386_register_convert_to_raw): Update.
6161
6162 2003-06-11 Andrew Cagney <cagney@redhat.com>
6163
6164 * remote-fileio.c: Include "remote-fileio.h".
6165 * Makefile.in (remote-fileio.o): Update dependencies.
6166 (remote_fileio_h): Fix typo.
6167
6168 2003-06-11 Andrew Cagney <cagney@redhat.com>
6169
6170 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6171 (xstormy16_save_dummy_frame_tos): Make static.
6172 (_initialize_xstormy16_tdep): Add declaration.
6173 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6174 * v850-tdep.c: Make local functions static.
6175 (_initialize_v850_tdep): Add declaration.
6176 * sparc-tdep.c: Make local functions static.
6177 (_initialize_sparc_tdep): Add declaration.
6178 * sh-tdep.c: Make local functions static.
6179 (_initialize_sh_tdep): Add declaration.
6180 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6181 * s390-tdep.c: Make local functions static.
6182 (_initialize_s390_tdep): Add declaration.
6183 * dbxread.c (find_stab_function_addr): Make static.
6184 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6185 * ocd.c (_initialize_remote_ocd): Add declaration.
6186 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6187 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6188 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6189 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6190 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6191 * remote-array.c (_initialize_array): Add declaration.
6192 (_initialize_remote_monitors): Add declaration.
6193 * remote-mips.c: Make local functions static.
6194 (_initialize_remote_mips): Add declaration.
6195 * mcore-tdep.c: Make all local functions static.
6196 (_initialize_mcore_tdep): Add declaration.
6197 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6198 * abug-rom.c (_initialize_abug_rom): Add declaration.
6199 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6200 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6201 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6202 * remote-est.c (_initialize_est): Add declaration.
6203 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6204 (m68hc11_call_dummy_address): Make static.
6205 * ia64-tdep.c: Make local functions static.
6206 (_initialize_ia64_tdep): Add declaration.
6207 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6208 * monitor.c (monitor_wait_filter): Make static.
6209 (_initialize_remote_monitors): Add declaration.
6210 * remote-hms.c (_initialize_remote_hms): Add declaration.
6211 * remote-e7000.c (fetch_regs_from_dump): Make static.
6212 (expect_n): Make static.
6213 (_initialize_remote_e7000): Add declaration.
6214 * ser-e7kpc.c: Always include "defs.h".
6215 (_initialize_ser_e7000pc): Add declaration.
6216 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6217 * cris-tdep.c: Make all but one function static.
6218 (_initialize_cris_tdep): Add declaration.
6219 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6220 * solib.c (update_solib_list): Make static.
6221 (_initialize_solib): Add declaration.
6222 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6223 (_initialize_avr_tdep): Add declaration.
6224 * remote-rdi.c (voiddummy): Make static.
6225 (_initialize_remote_rdi): Add declaration.
6226 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6227 * remote-rdp.c (send_rdp): Make static.
6228 (_initialize_remote_rdp): Add declaration.
6229 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6230
6231 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6232
6233 * remote-fileio.c: Make ari happy.
6234
6235 2003-06-10 J. Brobecker <brobecker@gnat.com>
6236
6237 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6238 fetching the trailing bytes of the buffer we are about to write.
6239
6240 2003-06-10 Andrew Cagney <cagney@redhat.com>
6241
6242 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6243 * Makefile.in (remote-fileio.o): Update dependencies.
6244 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6245 include <setjmp.h>, or <sys/types.h> conditional on USG.
6246 (remote_fio_jmp_buf): Delete global variable.
6247
6248 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6249 Martin M. Hunt <hunt@redhat.com>
6250
6251 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6252 (SFILES): Add remote-fileio.c.
6253 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6254 dependencies for building remote.o.
6255 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6256 * remote-fileio.h: New header file defining remote File-I/O interface.
6257 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6258 static storage class.
6259 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6260 'F' packet.
6261 (_initialize_remote): Call initialize_remote_fileio().
6262 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6263 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6264 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6265 (captured_main): Initialize new ui_files.
6266 * ui-file.c: Add read and fgets input functions.
6267 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6268 (null_file_read): New function.
6269 (ui_file_read): New function.
6270 (set_ui_file_read): New function.
6271 (stdio_file_read): New function.
6272 * ui-file.h: New type ui_file_read_ftype.
6273 (set_ui_file_read): Declare.
6274 (ui_file_read): Declare.
6275
6276 2003-06-09 Andrew Cagney <cagney@redhat.com>
6277
6278 * frame.h (deprecated_unwind_get_saved_register): Rename
6279 generic_unwind_get_saved_register, update comments.
6280 * mips-tdep.c (mips_get_saved_register): Update.
6281 * frame.c (deprecated_unwind_get_saved_register): Update.
6282
6283 2003-06-09 Andrew Cagney <cagney@redhat.com>
6284
6285 * vax-tdep.c (vax_frame_locals_address): Delete function.
6286 (vax_gdbarch_init): Do not set frame_locals_address.
6287 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6288 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6289 * s390-tdep.c (s390_frame_args_address): Delete function.
6290 (s390_gdbarch_init): Do not set frame_args_address or
6291 frame_locals_address.
6292 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6293 (ns32k_gdbarch_init): Do not set frame_locals_address.
6294 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6295 (hppa_frame_locals_address): Delete function.
6296 (hppa_gdbarch_init): Do not set frame_args_address, or
6297 frame_locals_address.
6298 * arm-tdep.c (arm_frame_args_address): Delete.
6299 (arm_frame_locals_address): Delete.
6300 (arm_gdbarch_init): Do not set frame_args_address, or
6301 frame_locals_address.
6302
6303 2003-06-09 Andrew Cagney <cagney@redhat.com>
6304
6305 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6306 * gdbarch.h, gdbarch.c: Re-generate.
6307 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6308 * arch-utils.c (frame_num_args_unknown): Delete function.
6309 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6310 (frame_info): Use FRAME_NUM_ARGS_P.
6311 * arm-tdep.c (arm_frame_num_args): Delete function.
6312 (arm_gdbarch_init): Do not set frame_num_args.
6313 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6314 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6315 (hppa_gdbarch_init): Do not set frame_num_args.
6316 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6317 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6318 frame_num_args to default frame_num_args_unknown.
6319 * v850-tdep.c (v850_gdbarch_init): Ditto.
6320 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6321 * sh-tdep.c (sh_gdbarch_init): Ditto.
6322 * s390-tdep.c (s390_gdbarch_init): Ditto.
6323 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6324 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6325 * mips-tdep.c (mips_gdbarch_init): Ditto.
6326 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6327 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6328 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6329 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6330 * i386-tdep.c (i386_gdbarch_init): Ditto.
6331 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6332 * frv-tdep.c (frv_gdbarch_init): Ditto.
6333 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6334 * cris-tdep.c (cris_gdbarch_init): Ditto.
6335 * avr-tdep.c (avr_gdbarch_init): Ditto.
6336 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6337
6338 2003-06-09 Andrew Cagney <cagney@redhat.com>
6339
6340 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6341 (print_frame_args): Moved to "stack.c".
6342 * stack.c: Include "gdb_assert.h".
6343 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6344 (print_frame_args): Moved from "printcmd.c".
6345 * frame.h (print_frame_args): Delete declaration.
6346 * Makefile.in (stack.o): Update dependencies.
6347
6348 2003-06-08 Andrew Cagney <cagney@redhat.com>
6349
6350 * frame.c (get_prev_frame): Remove reference to
6351 frame_args_address_correct in comments.
6352 * frame-base.c (default_frame_args_address): Delete code
6353 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6354 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6355 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6356 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6357 (vax_frame_args_address_correct): Delete declaration.
6358
6359 2003-06-08 Andrew Cagney <cagney@redhat.com>
6360
6361 * gdbarch.sh (UNWIND_SP): Add.
6362 * gdbarch.h, gdbarch.c: Re-generate.
6363 * frame.c (frame_sp_unwind): New function.
6364 (get_frame_sp): New function.
6365 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6366 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6367 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6368 value.
6369 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6370 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6371
6372 2003-06-08 Andrew Cagney <cagney@redhat.com>
6373
6374 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6375 REMOTE_BREAKPOINT.
6376 * remote.c: Update.
6377 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6378 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6379 * config/m68k/tm-sun3.h: Update.
6380 * config/m68k/tm-m68klynx.h: Update.
6381 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6382
6383 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6384 trad_frame". Update comments.
6385 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6386 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6387 (trad_frame_register_value, trad_frame_prev_register): Update.
6388
6389 2003-06-08 Andrew Cagney <cagney@redhat.com>
6390
6391 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6392 from GCC's acinclude.m4.
6393 * configure.in: Check for getopt's delcaration.
6394 * aclocal.m4, config.in, configure: Re-generate.
6395 * main.c (error_init): Delete declaration.
6396 * defs.h (error_init): Declare.
6397 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6398 (rs6000_convert_from_func_ptr_addr): Make static.
6399 (_initialize_rs6000_tdep): Add declaration.
6400 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6401 (show_commands, set_verbose, show_history): Delete declaration.
6402 * top.h (set_verbose): Add declaration.
6403 (show_history, set_history, show_commands): Add declaration.
6404 (do_restore_instream_cleanup): Add declaration.
6405 * objc-lang.c (specialcmp): Make static.
6406 (print_object_command): Make static.
6407 (find_objc_msgsend): Make static.
6408 (find_objc_msgcall_submethod_helper): Make static.
6409 (find_objc_msgcall_submethod): Make static.
6410 (_initialize_objc_language): Add declaration.
6411 (find_implementation_from_class): Make static.
6412 (find_implementation): Make static.
6413 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6414 * objc-lang.h (lookup_struct_typedef): Add declaration.
6415 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6416 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6417 (do_restore_user_call_depth): Make static.
6418 (do_restore_instream_cleanup): Delete declaration.
6419 (dont_repeat): Delete declaration.
6420 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6421 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6422 * reggroups.c (_initialize_reggroup): Add declaration.
6423 * cp-support.c (_initialize_cp_support): Add declaration.
6424 * cp-abi.c (_initialize_cp_abi): Add declaration.
6425 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6426 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6427 (_initialize_gnu_v3_abi): Add declaration.
6428 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6429 (_initialize_gnu_v2_abi): Add declaration.
6430 * frame-base.c (_initialize_frame_base): Add declaration.
6431 * doublest.c (floatformat_from_length): Make static.
6432 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6433 * frame.c (create_sentinel_frame): Make static.
6434 (_initialize_frame): Add declaration.
6435 * top.c (do_catch_errors): Make static.
6436 (gdb_rl_operate_and_get_next_completion): Make static.
6437 * typeprint.c: Include "typeprint.h".
6438 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6439 (sentinel_frame_this_id): Make static.
6440 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6441 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6442 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6443 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6444 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6445 * maint.c (maintenance_print_architecture): Make static.
6446 * signals/signals.c (_initialize_signals): Add declaration.
6447 * std-regs.c (_initialize_frame_reg): Add declaration.
6448 * jv-exp.y (push_variable): ISO C definition.
6449 (push_qualified_expression_name): Ditto.
6450 * memattr.c (_initialize_mem): Add declaration.
6451 * remote.c (remote_check_watch_resources): Make static.
6452 (remote_stopped_by_watchpoint): Make static.
6453 (remote_stopped_data_address): Make static.
6454 * d10v-tdep.c (nr_dmap_regs): Make static.
6455 (a0_regnum): Make static.
6456 (d10v_frame_unwind_cache): Make static.
6457 (d10v_frame_p): Make static.
6458 * osabi.c (show_osabi): Make static.
6459 (_initialize_gdb_osabi): Add extern declaration.
6460 * gdbtypes.c (make_qualified_type): Make static.
6461 (safe_parse_type): Make static.
6462 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6463 * macrotab.c (macro_bcache_free): Make static.
6464 * interps.c (interp_set_quiet): Make static.
6465 (interpreter_exec_cmd): Make static.
6466 * stack.h (select_frame_command): New file.
6467 * stack.c: Include "stack.h".
6468 (select_frame_command_wrapper): Delete function.
6469 (select_frame_command): Make global.
6470 * infcall.c: Include "infcall.h".
6471 * linespec.c: Include "linespec.h".
6472 * symfile.c (sections_overlap): Make static.
6473 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6474 * charset.c (_initialize_charset): Add missing prototype.
6475 * regcache.c (init_legacy_regcache_descr): Make static.
6476 (do_regcache_xfree): Make static.
6477 (regcache_xfer_part): Make static.
6478 (_initialize_regcache): Add missing prototype.
6479 * breakpoint.c (parse_breakpoint_sals): Make static.
6480 (breakpoint_sals_to_pc): Make static.
6481 * interps.h (clear_interpreter_hooks): ISO C declaration.
6482 * Makefile.in (stack_h): Define.
6483 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6484 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6485
6486 2003-06-08 Andrew Cagney <cagney@redhat.com>
6487
6488 * Makefile.in (d10v-tdep.o): Update dependencies.
6489 (SFILES): Add trad-frame.c.
6490 (trad_frame_h): Define.
6491 (COMMON_OBS): Add trad-frame.o.
6492 (trad-frame.o): Specify dependencies.
6493 * d10v-tdep.c: Include "trad-frame.h".
6494 (saved_regs_unwinder): Delete function.
6495 (d10v_frame_prev_register): Use trad_frame_prev_register.
6496 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6497 trad_frame", delete "regs" and "prev_sp".
6498 (prologue_find_regs): Use trad-frame.
6499 * trad-frame.h, trad-frame.c: New files.
6500
6501 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6502
6503 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6504
6505 2003-06-07 Adam Fedor <fedor@gnu.org>
6506
6507 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6508 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6509 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6510 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6511 resolve_msgsend_super, resolve_msgsend_super_stret):
6512 Use it.
6513
6514 2003-06-07 Andrew Cagney <cagney@redhat.com>
6515
6516 * symfile.h: Re-indent, clean up comments.
6517
6518 2003-06-07 Andrew Cagney <cagney@redhat.com>
6519
6520 * inferior.h (deprecated_write_sp): Replace
6521 generic_target_write_sp.
6522 * regcache.c (deprecated_write_sp): Replace
6523 generic_target_write_sp.
6524 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6525 * vax-tdep.c (vax_gdbarch_init): Update.
6526 * v850-tdep.c (v850_gdbarch_init): Update.
6527 * sparc-tdep.c (sparc_gdbarch_init): Update.
6528 * sh-tdep.c (sh_gdbarch_init): Update.
6529 * s390-tdep.c (s390_gdbarch_init): Update.
6530 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6531 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6532 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6533 * mcore-tdep.c (mcore_gdbarch_init): Update.
6534 * m68k-tdep.c (m68k_gdbarch_init): Update.
6535 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6536 * ia64-tdep.c (ia64_gdbarch_init): Update.
6537 * h8300-tdep.c (h8300_gdbarch_init): Update.
6538 * frv-tdep.c (frv_gdbarch_init): Update.
6539 * cris-tdep.c (cris_gdbarch_init): Update.
6540 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6541
6542 2003-06-07 Andrew Cagney <cagney@redhat.com>
6543
6544 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6545 Assert that PC_REGNUM is valid.
6546 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6547
6548 2003-06-07 Andrew Cagney <cagney@redhat.com>
6549
6550 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6551 * gdbarch.h, gdbarch.c: Regenerate.
6552 * mn10300-tdep.c: Include "gdb_assert.h".
6553 (mn10300_read_fp): New function.
6554 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6555 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6556 * ia64-tdep.c: Include "gdb_assert.h".
6557 (ia64_read_fp): New function.
6558 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6559 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6560 * regcache.c (generic_target_read_sp): Delete function.
6561 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6562 * inferior.h (generic_target_read_sp): Delete declaration.
6563 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6564 generic_target_read_sp.
6565 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6566 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6567 * sh-tdep.c (sh_gdbarch_init): Ditto.
6568 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6569 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6570
6571 2003-06-07 Andrew Cagney <cagney@redhat.com>
6572
6573 * gdbarch.sh: Comment each field of startup_gdbarch.
6574 * gdbarch.h, gdbarch.c: Re-generate.
6575
6576 2003-06-07 Andrew Cagney <cagney@redhat.com>
6577
6578 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6579 * gdbarch.h, gdbarch.c: Re-generate.
6580 * regcache.c: Update comments on read_pc et.al.
6581 (generic_target_read_pc): Delete function.
6582 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6583 * inferior.h (generic_target_read_pc): Delete declaration.
6584 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6585 generic_target_read_pc.
6586 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6587 * sh-tdep.c (sh_gdbarch_init): Ditto.
6588 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6589 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6590
6591 2003-06-07 Andrew Cagney <cagney@redhat.com>
6592
6593 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6594 "index" with "special_local_sect". Use strcmp instead of STREQ.
6595 Append period to coments.
6596
6597 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6598
6599 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6600 (elfstab_offset_sections): Likewise.
6601 * gdb-stabs.h (stab_section_info): Likewise.
6602 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6603 * objfiles.c (objfile_relocate): Likewise.
6604 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6605 * remote.c (get_offsets): Likewise.
6606 (remote_cisco_objfile_relocate): Likewise.
6607 * somread.c (som_symfile_offsets): Likewise.
6608 * symfile.c (alloc_section_addr_info): New function.
6609 (build_section_addr_info_from_section_tab): Use it.
6610 (free_section_addr_info): Adjust.
6611 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6612 (syms_from_objfile): Allocate local_addr dynamically.
6613 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6614 dynamically.
6615 (add_symbol_file_command): Allocate sect_opts dynamically.
6616 (reread_symbols): Avoid use of SECT_OFF_MAX.
6617 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6618 (alloc_section_addr_info): Declare it.
6619 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6620 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6621 dynamically.
6622 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6623
6624 2003-06-06 Andrew Cagney <cagney@redhat.com>
6625
6626 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6627 (d10v_frame_unwind_cache): Do not set "return_pc".
6628
6629 2003-06-06 Michael Snyder <msnyder@redhat.com>
6630
6631 * h8300-tdep.c: Make tidy (long lines).
6632
6633 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6634
6635 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6636 to regcache_collect().
6637
6638 2003-06-05 J. Brobecker <brobecker@gnat.com>
6639
6640 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6641 pc_in_sigtramp multiarch method.
6642 (hppa_hpux_som_init_abi): Use it.
6643 (hppa_hpux_elf_init_abi): Likewise.
6644 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6645 macro has been multiarched.
6646 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6647 macro here, as hppa64 isn't multiarched yet.
6648
6649 2003-06-05 Andrew Cagney <cagney@redhat.com>
6650
6651 * Makefile.in (value_h): Add $(frame_h).
6652 * value.h: Include "frame.h".
6653 (struct value): Replace "frame_addr" with "frame_id".
6654 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6655 * values.c (allocate_value): Use VALUE_FRAME_ID.
6656 (value_copy): Use VALUE_FRAME_ID.
6657 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6658 * valops.c (value_assign): Update. Use frame_find_by_id.
6659
6660 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6661
6662 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6663 in each pass.
6664
6665 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6666
6667 * thread-db.c (check_event): For create/death event breakpoints,
6668 loop through all messages to ensure that we read the message
6669 corresponding to the breakpoint we are at.
6670
6671 2003-06-04 Michael Snyder <msnyder@redhat.com>
6672
6673 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6674
6675 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6676
6677 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6678 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6679 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6680 when handling .eh_frame sections.
6681
6682 2003-06-04 J. Brobecker <brobecker@gnat.com>
6683
6684 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6685 prepare_to_proceed procedure instead of the hppa-specific one.
6686 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6687
6688 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6689
6690 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6691 * config.in: Regenerated.
6692 * configure.in: Add test for syscall function and check for
6693 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6694 * configure: Regenerated.
6695 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6696 <sys/syscall.h>.
6697 (kill_lwp): New function that uses tkill syscall or
6698 uses kill, depending on whether threading model is nptl or not.
6699 All callers of kill() changed to use kill_lwp().
6700 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6701 see if all threads have already exited in the nptl model.
6702 (stop_and_resume_callback): New callback function used by the
6703 lin_lwp_wait thread exit handling code.
6704 (stop_wait_callback): Check for threads already having exited and
6705 delete such threads fromt the lwp list when discovered.
6706 (stop_callback): Don't assert retcode of kill call.
6707
6708 Roland McGrath <roland@redhat.com>
6709 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6710 nptl libthread_db.
6711
6712 2003-06-03 Richard Henderson <rth@redhat.com>
6713
6714 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6715 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6716 (alpha_sigtramp_frame_prev_register): Likewise.
6717 (alpha_heuristic_frame_prev_register): Likewise.
6718 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6719
6720 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6721 alpha-specific register id names.
6722 (alpha_mdebug_frame_unwind_cache): Likewise.
6723 (alpha_mdebug_frame_prev_register): Likewise.
6724
6725 2003-06-03 Richard Henderson <rth@redhat.com>
6726
6727 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6728 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6729 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6730 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6731 unwind routines.
6732 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6733 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6734 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6735
6736 * alpha-linux-tdep.c: Remove unnecessary includes.
6737 * Makefile.in (alpha-linux-tdep.o): Update.
6738
6739 2003-06-03 Richard Henderson <rth@redhat.com>
6740
6741 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6742 (alphabsd_fill_fpreg): Likewise.
6743
6744 2003-06-03 J. Brobecker <brobecker@gnat.com>
6745
6746 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6747 references to struct frame_info fields by calls to the equivalent
6748 accessors. Necessary now that frame_info is opaque.
6749
6750 2003-06-03 J. Brobecker <brobecker@gnat.com>
6751
6752 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6753 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6754 structure, field no longer exists.
6755
6756 2003-06-03 J. Brobecker <brobecker@gnat.com>
6757
6758 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6759 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6760
6761 2003-06-03 J. Brobecker <brobecker@gnat.com>
6762
6763 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6764 references to struct frame_info fields by calls to the equivalent
6765 accessors. Necessary now that frame_info is opaque.
6766
6767 2003-06-03 J. Brobecker <brobecker@gnat.com>
6768
6769 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6770 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6771 structure, field no longer exists.
6772
6773 2003-06-03 Theodore A. Roth <troth@openavr.org>
6774
6775 * remote.c (init_remote_state): Compute sizeof_g_packet by
6776 accumulation of the size of all registers instead of blindly using
6777 DEPRECATED_REGISTER_BYTES.
6778
6779 2003-06-03 Michael Snyder <msnyder@redhat.com>
6780
6781 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6782 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6783 for h8300sx.
6784
6785 2003-06-03 J. Brobecker <brobecker@gnat.com>
6786
6787 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6788 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6789
6790 2003-06-03 Andrew Cagney <cagney@redhat.com>
6791
6792 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6793 (sparc_convert_to_raw): Delete function.
6794 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6795 register_convert_to_virtual.
6796
6797 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6798
6799 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6800 layer if not dealing with a statically-linked threaded program.
6801
6802 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6803
6804 * solib.c (solib_open): Update comment to reflect actual search order.
6805
6806 2003-06-03 Andrew Cagney <cagney@redhat.com>
6807
6808 * frame.c (get_frame_memory_signed): New function.
6809 (get_frame_memory, get_frame_memory_unsigned): New function.
6810 (get_frame_arch): New function.
6811 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6812 (get_frame_memory, get_frame_unsigned_memory): Declare.
6813 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6814 get_frame_memory_unsigned and get_frame_arch.
6815 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6816
6817 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6818
6819 * MAINTAINERS (write after approval): Add myself.
6820
6821 2003-06-03 Jim Blandy <jimb@redhat.com>
6822
6823 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6824 elements of gregset_t are 64 bits each, but access registers
6825 are still 32 bits, so they're packed two per gregset_t
6826 element. Unpack/pack them properly.
6827
6828 2003-06-02 David Carlton <carlton@bactrian.org>
6829
6830 * linespec.c (find_methods): Break out code into
6831 add_matching_methods and add_constructors.
6832 (add_matching_methods): New.
6833 (add_constructors): Ditto.
6834
6835 2003-06-02 Andrew Cagney <cagney@redhat.com>
6836
6837 * sparc-tdep.c (sparc_print_registers): Delete call to
6838 REGISTER_CONVERTIBLE.
6839 (sparc_gdbarch_init): Do not set register_convertible.
6840 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6841 * frv-tdep.c (frv_gdbarch_init): Ditto.
6842 * cris-tdep.c (cris_gdbarch_init): Ditto.
6843
6844 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6845
6846 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6847 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6848 (syms_from_objfile): Ditto.
6849
6850 2003-06-03 Andreas Schwab <schwab@suse.de>
6851
6852 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6853 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6854
6855 2003-06-02 Richard Henderson <rth@redhat.com>
6856
6857 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6858 a member of all_reggroup.
6859
6860 2003-06-02 Richard Henderson <rth@redhat.com>
6861
6862 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6863 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6864 (alpha_lds, alpha_sts): New.
6865 (alpha_convert_register_p): Change from _register_convertible.
6866 (alpha_register_to_value): Change from _convert_to_virtual;
6867 restructure and fail for type sizes other than 4 or 8.
6868 (alpha_value_to_register): Similarly.
6869 (alpha_extract_return_value): Use alpha_sts.
6870 (alpha_store_return_value): Use alpha_lds.
6871 (alpha_gdbarch_init): Update hooks.
6872
6873 2003-06-02 Richard Henderson <rth@redhat.com>
6874
6875 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6876 regnum identifiers.
6877 (alpha_sigtramp_register_address): Likewise.
6878
6879 2003-06-02 Richard Henderson <rth@redhat.com>
6880
6881 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6882 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6883 * alpha-tdep.h: Declare them.
6884
6885 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6886 Remove zerobuf. Don't error on UNIQUE.
6887 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6888 (ALPHA_REGSET_UNIQUE): Provide default.
6889 (supply_gregset): Use alpha_supply_int_regs.
6890 (fill_gregset): Use alpha_fill_int_regs.
6891 (supply_fpregset): Use alpha_supply_fp_regs.
6892 (fill_fpregset): Use alpha_fill_fp_regs.
6893 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6894 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6895 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6896 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6897 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6898 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6899
6900 2003-06-02 Richard Henderson <rth@redhat.com>
6901
6902 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6903
6904 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6905 (alpha_store_return_value): Likewise.
6906
6907 2003-06-02 David Carlton <carlton@math.stanford.edu>
6908
6909 * block.c (contained_in): Add 'const' to arguments.
6910 (block_function): Ditto.
6911 * block.h: Update declarations for block_function and
6912 contained_in.
6913
6914 2003-06-02 David Carlton <carlton@math.stanford.edu>
6915
6916 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6917 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6918 * p-valprint.c (pascal_val_print): Ditto.
6919 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6920
6921 2003-06-02 Richard Henderson <rth@redhat.com>
6922
6923 * alpha-tdep.c (alpha_push_dummy_call): Use
6924 builtin_type_ieee_double_little instead of builtin_type_double.
6925
6926 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6927 sign-extension of 32-bit values.
6928 (alpha_store_return_value): Similarly.
6929
6930 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6931 (alpha_extract_return_value): Likewise.
6932 (alpha_store_return_value): Likewise.
6933
6934 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6935 (alpha_store_return_value): Error on IEEE Quad floats.
6936
6937 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6938 (alpha_extract_struct_value_address): Likewise.
6939 (alpha_store_return_value): Likewise.
6940 (alpha_store_struct_return): Remove.
6941 (alpha_gdbarch_init): Update hook registration to match.
6942
6943 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6944 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6945 macros where appropriate.
6946 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6947 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6948
6949 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6950 for SP, GP; void_func_ptr for PC; non-language-specific types
6951 for all others.
6952 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6953
6954 2003-06-02 Richard Henderson <rth@redhat.com>
6955
6956 * top.h (lim_at_start): Declare.
6957 * main.c (captured_main): Set it.
6958 * top.c (lim_at_start): Define.
6959 (command_loop): Use it instead of &environ.
6960 * event-top.c (command_handler): Likewise.
6961
6962 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6963
6964 * mipsnbsd-tdep.c: Update copyright years.
6965 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6966
6967 2003-06-01 Richard Henderson <rth@redhat.com>
6968
6969 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6970 (alpha-linux-tdep.o): Update dependencies.
6971 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6972 * alpha-mdebug-tdep.c: Remove unneeded includes.
6973
6974 2003-06-01 Richard Henderson <rth@redhat.com>
6975
6976 * alpha-tdep.c (alpha_register_reggroup_p): New.
6977 (alpha_gdbarch_init): Register it.
6978
6979 2003-06-02 Andrew Cagney <cagney@redhat.com>
6980
6981 * dwarfread.c: Eliminate "register"
6982 (decode_die_type): Eliminate assignment within "if".
6983 (struct_type, decode_array_element_type): Ditto.
6984 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6985 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6986 (decode_modified_type, completedieinfo): Ditto.
6987 * block.c: Eliminate "register".
6988 (blockvector_for_pc_sect): Eliminate assignment within "if".
6989 * cp-support.h (struct symbol): Opaque declaration.
6990 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6991
6992 2003-06-01 Richard Henderson <rth@redhat.com>
6993
6994 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6995 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6996
6997 2003-06-01 Adam Fedor <fedor@gnu.org>
6998
6999 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7000 * gdbarch.[ch]: Regenerate.
7001 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7002 (hppa_gdbarch_init): Set it in the gdbarch vector.
7003 * i386-tdep.c (i386_fetch_pointer_argument): New
7004 (i386_gdbarch_init): Set it into gdbarch.
7005 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7006 (rs6000_gdbarch_init): Set it in gdbarch.
7007 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7008 (sparc_gdbarch_init): Set it in gdbarch.
7009
7010 2003-06-01 Andrew Cagney <cagney@redhat.com>
7011
7012 * defs.h (extract_address): Delete declaration.
7013 * findvar.c (extract_address): Delete function.
7014 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7015 extract_address with the inline equivalent,
7016 extract_unsigned_integer.
7017 (xstormy16_extract_struct_value_address): Ditto.
7018 (xstormy16_pointer_to_address): Ditto.
7019 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7020 * v850-tdep.c (v850_push_arguments): Ditto.
7021 (v850_extract_return_value): Ditto.
7022 (v850_extract_struct_value_address): Ditto.
7023 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7024 (sparcnbsd_get_longjmp_target_64): Ditto.
7025 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7026 (get_longjmp_target): Ditto.
7027 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7028 (sh64_extract_struct_value_address): Ditto.
7029 (sh_push_arguments): Ditto.
7030 (sh64_push_arguments): Ditto.
7031 * remote-vxsparc.c (vx_read_register): Ditto.
7032 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7033 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7034 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7035 * mipsv4-nat.c (get_longjmp_target): Ditto.
7036 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7037 * mips-nat.c (get_longjmp_target): Ditto.
7038 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7039 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7040 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7041 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7042 * irix5-nat.c (get_longjmp_target): Ditto.
7043 * irix4-nat.c (get_longjmp_target): Ditto.
7044 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7045 (ia64_push_arguments): Ditto.
7046 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7047 * h8300-tdep.c (h8300_push_arguments): Ditto.
7048 (h8300_store_return_value): Ditto.
7049 (h8300_extract_struct_value_address): Ditto.
7050 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7051 (frv_push_arguments): Ditto.
7052 * avr-tdep.c (avr_pointer_to_address): Ditto.
7053 (avr_push_arguments): Ditto.
7054 * arm-tdep.c (arm_push_dummy_call): Ditto.
7055 (arm_get_longjmp_target): Ditto.
7056 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7057 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7058 (alpha_get_longjmp_target): Ditto.
7059
7060 * solib-irix.c (extract_mips_address): Inline extract_address,
7061 replacing it with extract_signed_integer.
7062 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7063 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7064 (first_link_map_member, open_symbol_file_object): Ditto.
7065 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7066 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7067 (LM_NEXT, LM_NAME): Ditto.
7068
7069 2003-06-01 Richard Henderson <rth@redhat.com>
7070
7071 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7072 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7073 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7074 (alpha_cannot_store_register): Likewise.
7075 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7076 * alpha-nat.c (supply_gregset): Likewise.
7077 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7078
7079 2003-06-01 Andrew Cagney <cagney@redhat.com>
7080
7081 * infcall.c (call_function_by_hand): Update comment on
7082 DEPRECATED_DUMMY_WRITE_SP.
7083
7084 * mips-tdep.c (mips_gdbarch_init): Do not set
7085 deprecated_dummy_write_sp.
7086 (mips_eabi_push_dummy_call): Set the SP register.
7087 (mips_o64_push_dummy_call): Set the SP register.
7088 (mips_o32_push_dummy_call): Set the SP register.
7089 (mips_n32n64_push_dummy_call): Set the SP register.
7090
7091 2003-06-01 Richard Henderson <rth@redhat.com>
7092
7093 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7094 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7095 (supply_gregset): Likewise.
7096 * alpha-tdep.c (alpha_store_return_value): Likewise.
7097 (alpha_get_longjmp_target): Likewise.
7098 (alpha_register_name): Constify array.
7099 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7100 deprecated_register_size, deprecated_register_bytes,
7101 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7102 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7103 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7104
7105 2003-06-01 Richard Henderson <rth@redhat.com>
7106
7107 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7108 from arg_reg_buffer to regcache to avoid double conversion.
7109
7110 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7111
7112 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7113 SP_REGNUM.
7114 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7115 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7116
7117 2003-06-01 Richard Henderson <rth@redhat.com>
7118
7119 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7120 (decode_frame_entry): Set it. Skip FDE augmentation.
7121
7122 2003-06-01 Richard Henderson <rth@redhat.com>
7123
7124 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7125 not overlapping PC_REGNUM.
7126
7127 2003-06-01 Richard Henderson <rth@redhat.com>
7128
7129 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7130 alpha_push_arguments. Don't dump argument register data to
7131 the target stack. Fix float and 128-bit long double semantics.
7132 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7133 (alpha_fix_call_dummy): Remove.
7134 (alpha_call_dummy_words): Remove.
7135 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7136
7137 2003-06-01 Richard Henderson <rth@redhat.com>
7138
7139 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7140
7141 2003-06-01 Andrew Cagney <cagney@redhat.com>
7142
7143 * mips-tdep.c (is_mips16_addr): New function.
7144 (make_mips16_addr, unmake_mips16_addr): New functions.
7145 (pc_is_mips16, mips_fetch_instruction): Use.
7146 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7147 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7148 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7149 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7150 TARGET_MIPS.
7151 * config/mips/tm-mips.h: Update copyright.
7152 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7153 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7154 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7155 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7156 (TM_PRINT_INSN_MACH): Delete.
7157 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7158
7159 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7160 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7161 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7162 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7163 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7164 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7165 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7166 mips*-*-riscos* and mips*-*-sysv* onto mips.
7167 * config/mips/mips64.mt: New file.
7168 * config/mips/mips.mt: New file.
7169 * config/mips/littlemips.mt: Delete file.
7170 * config/mips/decstation.mt: Delete file.
7171 * config/mips/vr4300el.mt: Delete file.
7172 * config/mips/vr5000el.mt: Delete file.
7173 * config/mips/vr5000.mt: Delete file.
7174 * config/mips/vr4100.mt: Delete file.
7175 * config/mips/vr4xxxel.mt: Delete file.
7176 * config/mips/vr4300.mt: Delete file.
7177 * config/mips/vr4xxx.mt: Delete file.
7178 * config/mips/bigmips.mt: Delete file.
7179 * config/mips/bigmips64.mt: Delete file.
7180 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7181 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7182 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7183 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7184 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7185 "tm-bigmips.h".
7186 * config/mips/tm-irix3.h: Ditto.
7187 * config/mips/tm-mipsv4.h: Ditto.
7188 * config/mips/tm-embed.h: Ditto.
7189 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7190 "tm-bigmips64.h".
7191 * config/mips/tm-vr5000el.h: Delete file.
7192 * config/mips/tm-tx39l.h: Delete file.
7193 * config/mips/tm-vr4300el.h: Delete file.
7194 * config/mips/tm-vr4xxxel.h: Delete file.
7195 * config/mips/tm-vr4300.h: Delete file.
7196 * config/mips/tm-vr4100.h: Delete file.
7197 * config/mips/tm-vr4xxx.h: Delete file.
7198 * config/mips/tm-vr5000.h: Delete file.
7199 * config/mips/tm-embedl64.h: Delete file.
7200 * config/mips/tm-embedl.h: Delete file.
7201 * config/mips/tm-embed64.h: Delete file.
7202 * config/mips/tm-bigmips64.h: Delete file.
7203 * config/mips/tm-bigmips.h: Delete file.
7204
7205 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7206
7207 Fix gdb/1216.
7208 * shnbsd-nat.c: Include "sh-tdep.h".
7209
7210 From Richard Henderson <rth@redhat.com>:
7211 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7212
7213 2003-05-31 Andrew Cagney <cagney@redhat.com>
7214
7215 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7216 forward declaration.
7217 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7218 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7219 (mips_find_saved_regs): Use set_reg_offset.
7220 (mips_frame_init_saved_regs): Delete function.
7221 (mips_pop_frame): Call mips_find_saved_regs instead of
7222 DEPRECATED_FRAME_INIT_SAVED_REGS.
7223
7224 2003-05-31 Andrew Cagney <cagney@redhat.com>
7225
7226 * mips-tdep.c (mips_gdbarch_init): Do not set
7227 deprecated_max_register_raw_size, register_virtual_size, and
7228 deprecated_max_register_virtual_size.
7229
7230 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7231
7232 * i386-tdep.c: Include "dwarf2-frame.h".
7233 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7234 * Makefile.in (i386-tdep.o): Update dependencies.
7235
7236 * dwarf2-frame.c, dwarf2-frame.h: New files.
7237 * Makefile.in (SFILES): Add dwarf2-frame.c.
7238 (dwarf2_frame_h): Define.
7239 (COMMON_OBS): Add dwarf2-frame.o.
7240 (dwarf2-frame.o): Add dependencies.
7241
7242 2003-05-31 Andreas Jaeger <aj@suse.de>
7243
7244 * x86-64-linux-nat.c: Fix comment.
7245
7246 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7247
7248 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7249 function signature.
7250
7251 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7252 have a sigcontext_addr handler.
7253 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7254 sigcontext_addr handler.
7255
7256 2003-05-31 Andrew Cagney <cagney@redhat.com>
7257
7258 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7259 (print_fp_register_row): Replace do_fp_register_row.
7260 (mips_print_fp_register): Add "file" and "frame" parameters.
7261 (mips_print_register): Add "file" and "frame" parameters.
7262 (mips_print_registers_info): Replace mips_do_registers_info.
7263 (mips_gdbarch_init): Set print_registers_info instead of
7264 deprecated_do_registers_info.
7265 (mips_read_fp_register_single): Add "frame" parameter.
7266 (mips_read_fp_register_double): Add "frame" parameter.
7267
7268 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7269
7270 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7271 Fixes a bug where GDB would print the wrong register names for
7272 targets without SSE.
7273
7274 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7275 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7276 registers.
7277
7278 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7279 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7280 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7281 TDEP->sc_sp_offset.
7282
7283 From Michal Ludvig <mludvig@suse.cz>:
7284 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7285 and `sc_num_regs'.
7286 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7287 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7288 I386_ST0_REGNUM): Move here from...
7289 * i386-tdep.c: ... here.
7290 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7291 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7292 registers if possible.
7293 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7294 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7295 Remove variables.
7296 (i386bsd_sc_reg_offset): New variable.
7297 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7298 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7299 TDEP->sc_sp_offset.
7300 (i386fbsd_sc_reg_offset): New variable.
7301 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7302 TDEP->sc_num_regs.
7303 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7304 variables.
7305 (i386fbsd4_sc_reg_offset): New variable.
7306 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7307 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7308 TDEP->sc_sp_offset.
7309 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7310 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7311 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7312 Remove variables.
7313 (i386nbsd_sc_reg_offset): New variable.
7314 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7315 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7316 TDEP->sc_sp_offset.
7317 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7318 Remove variables.
7319 (i386obsd_sc_reg_offset): New variable.
7320 (i386obsd_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 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7324 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7325 for frame pointer offset in `struct sigcontext'.
7326
7327 2003-05-31 Andrew Cagney <cagney@redhat.com>
7328
7329 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7330 architecture methods call_dummy_words, sizeof_call_dummy_words,
7331 push_return_address, store_struct_return, and fix_call_dummy. Set
7332 push_dummy_call instead of deprecated_push_arguments.
7333 (mips_store_struct_return): Delete function.
7334 (mips_fix_call_dummy): Delete function.
7335 (mips_push_return_address): Delete function.
7336 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7337 RA_REGNUM and T9_REGNUM.
7338 (mips_n32n64_push_dummy_call): Ditto for
7339 mips_n32n64_push_arguments.
7340 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7341 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7342
7343 2003-05-31 Andrew Cagney <cagney@redhat.com>
7344
7345 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7346 "dummy_addr" to "bp_addr".
7347 * infcall.c (call_function_by_hand): Pass "funaddr" to
7348 gdbarch_push_dummy_call.
7349 * gdbarch.h, gdbarch.c: Re-generate.
7350 * i386-tdep.c (i386_push_dummy_call): Update.
7351 * arm-tdep.c (arm_push_dummy_call): Update.
7352 * d10v-tdep.c (d10v_push_dummy_call): Update.
7353
7354 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7355
7356 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7357 variable declarations.
7358 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7359 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7360 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7361 x86_64_init_frame_pc, x86_64_init_frame_pc,
7362 x86_64_function_has_prologue): Remove prototypes.
7363 (X86_64_NUM_GREGS): New define.
7364 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7365 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7366 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7367 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7368 XMM1_REGNUM): Remove defines.
7369 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7370 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7371 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7372 X86_64_XMM1_REGNUM): New defines.
7373 (struct x86_64_register_info): Renamed from `struct
7374 register_info'. Remove `size' member.
7375 (x86_64_register_info_table): Remove variable.
7376 (x86_64_register_info): New variable.
7377 (X86_64_NUM_REGS): New define.
7378 (X86_64_NUM_GREGS): Remove define.
7379 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7380 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7381 Remove variables.
7382 (x86_54_dwarf2_reg_to_regnum): Remove function.
7383 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7384 (x86_64_dwarf_reg_to_regnum): New function.
7385 (x86_64_register_name): Rewrite.
7386 (x86_64_register_raw_size): Remove function.
7387 (x86_64_register_byte_table): Remove variable.
7388 (x86_64_register_byte): Remove function.
7389 (x86_64_register_virtual_type): Remove function.
7390 (x86_64_register_type): New function.
7391 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7392 x86_64_register_convert_to_raw): Remove functions.
7393 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7394 (x86_64_use_struct_convention): Make static. Adjust for renamed
7395 defines.
7396 (x86_64_frame_init_saved_regs): Remove function.
7397 (x86_64_push_arguments): Make static. Change to accept a regcache
7398 as argument.
7399 (x86_64_store_return_value, x86_64_extract_return_value): Make
7400 static. Rewrite based on i386 counterparts.
7401 (x86_64_push_dummy_call): New function.
7402 (X86_64_NUM_SAVED_REGS): New define.
7403 (x86_64_register_number): Remove function.
7404 (x86_64_store_struct_return): Remove function.
7405 (x86_64_frameless_function_invocation,
7406 x86_64_function_has_prologue): Remove functions.
7407 (PROLOG_BUFSIZE): Remove define.
7408 (struct x86_64_frame_cache): New structure.
7409 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7410 x86_64_frame_cache, x86_64_frame_this_id,
7411 x86_64_frame_prev_register, x86_64_frame_p,
7412 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7413 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7414 functions.
7415 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7416 variables.
7417 (x86_64_skip_prologue): Rewrite in terms of
7418 x86_64_analyze_prologue.
7419 (x86_64_frame_base_address): New function.
7420 (x86_64_frame_base): New variable.
7421 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7422 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7423 set deprecated_fp_regnum, deprecated_register_size,
7424 deprecated_register_bytes, register_raw_size, register_byte,
7425 register_virtual_type, register_convertiable,
7426 register_convert_to_virtual, convert_to_raw,
7427 deprecated_get_saved_register, deprecated_target_read_fp,
7428 deprecated_push_arguments, deprecated_push_return_address,
7429 deprecated_pop_frame, deprecated_store_struct_return,
7430 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7431 frameless_function_invocation, deprecated_frame_saved_pc,
7432 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7433 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7434 deprecated_init_frame_pc and virtual_frame_pointer. Call
7435 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7436 and x86_64_frame_p. Call frame_base_set_default to register
7437 x86_64_frame_base.
7438 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7439 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7440 (_initialize_x86_64_tdep): Remove function.
7441 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7442 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7443 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7444 define.
7445 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7446 (x86_64_linux_sigcontext_addr): Rewrite.
7447 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7448 x86_64_linux_frame_saved_pc): Remove functions.
7449 (x86_64_linux_pc_in_sigtramp): Renamed from
7450 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7451 trampoline.
7452 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7453 Remove_functions.
7454 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7455 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7456 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7457 (x86_64_regmap): Rename to regmap.
7458 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7459 x86_64_num_gregs.
7460 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7461 x86_64_regmap.
7462 (x86_64_fxsave_offset): Remove function.
7463 (supply_fpregset): Simply call x86_64_supply_fxsave.
7464 (fill_fpregset): Simply call x86_64_fill_fxsave.
7465 (fetch_inferior_registers, store_inferior_registers): Avoid
7466 asignment in if-statement.
7467 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7468 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7469 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7470 (fetch_core_registers): Remove function.
7471 (linux_elf_core_fns): Remove.
7472 (offsetoff): Don't define.
7473 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7474 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7475 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7476 add core-regset.o.
7477 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7478 protection against multiple includes instead of NM_X86_64_h. Add
7479 various comments. Include "config/nm-linux.h". Don't include
7480 <signal.h>.
7481 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7482 GET_THREAD_SIGNALS): Remove defines.
7483 (x86_64_register_u_addr, kernel_u_size,
7484 lin_thread_get_thread_signals): Remove prototypes.
7485 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7486 [HAVE_LINK_H]: Don't include "solib.h".
7487 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7488 * config/i386/tm-x86-64linux.h: Fix comments.
7489 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7490 x86-64-tdep.o): Update dependencies.
7491
7492 2003-05-30 Andrew Cagney <cagney@redhat.com>
7493
7494 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7495 Change parameter type to a "struct regcache *".
7496
7497 * gdbarch.sh: Regardless of the multi-arch level, always define
7498 the macro when not already defined.
7499 * gdbarch.h, gdbarch.c: Re-generate.
7500
7501 2003-05-30 Richard Henderson <rth@redhat.com>
7502
7503 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7504 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7505 (alpha_mdebug_frame_this_id): Likewise.
7506 (alpha_mdebug_frame_prev_register): Likewise.
7507 (alpha_mdebug_frame_base_address): Likewise.
7508 (alpha_mdebug_frame_locals_address): Likewise.
7509 (alpha_mdebug_frame_args_address): Likewise.
7510 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7511 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7512 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7513 loop increment.
7514 (alpha_heuristic_frame_this_id): Make static.
7515 (alpha_heuristic_frame_prev_register): Likewise.
7516 (alpha_heuristic_frame_base_address): Likewise.
7517 * alpha-tdep.h: Update.
7518
7519 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7520
7521 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7522 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7523 defenitions.
7524 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7525 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7526 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7527 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7528 I386_ST0_REGNUM): New defines.
7529 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7530 codestream_get): Remove define.
7531 (codestream_next_addr, condestream_addr, condestream_buf,
7532 codestream_off, codestream_cnt): Remove variables.
7533 (codestream_fill, codestream_seek, codestream_read): Remove
7534 functions.
7535 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7536 functionality.
7537 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7538 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7539 i386_frame_saved_pc, i386_saved_pc_after_call,
7540 i386_frame_num_args, i386_frame_init_saved_regs,
7541 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7542 i386_push_arguments): Remove functions.
7543 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7544 functionality. Use i386_analyze_prologue instead of
7545 i386_get_frame_setup.
7546 (I386_NUM_SAVED_REGS): New define.
7547 (struct i386_frame_cache): New structure.
7548 (i386_alloc_frame_cache, i386_analyze_struct_return,
7549 i386_skip_probe, i386_analyze_frame_setup,
7550 i386_analyze_register_saves, i386_analyze_prologue,
7551 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7552 i386_frame_prev_register, i386_sigtramp_frame_cache,
7553 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7554 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7555 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7556 New functions.
7557 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7558 New variables.
7559 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7560 I386_EAX_REGNUM and I386_EDX_REGNUM.
7561 (i386_extract_return_value, i386_store_return_value): Use
7562 I386_ST0_REGNUM where appropriate.
7563 (i386_extract_struct_value_address): Rewrite to use extract_address.
7564 (i386_svr4_pc_in_sigtramp): Add comment.
7565 (i386_svr4_sigcontext_addr): Rewrite.
7566 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7567 TDEP->sc_sp_offset.
7568 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7569 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7570 of new defines. Set push_dummy_call, don't set
7571 deprecated_push_arguments, deprecated_push_return_address,
7572 deprecated_pop_frame. Don't set parm_boundary. Don't set
7573 deprecated_frame_chain, deprecated_frame_saved_pc,
7574 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7575 save_dummy_frame_tos, unwind_pc. Call
7576 frame_unwind_append_predicate and frame_base_set_default. Don't
7577 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7578 Don't set frameless_function_invocation. Don't set
7579 deprecated_register_bytes, deprecated_register_size,
7580 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7581 * i386-linux-tdep.c: Fix formatting in some comments.
7582 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7583 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7584 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7585 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7586 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7587 redundant parentheses.
7588 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7589 (i386_linux_sigcontext_addr): Use it. Rewrite.
7590 (find_minsym_and_objfile): Change name of second argument.
7591 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7592 changed. Use frame_pc_unwind instead of
7593 DEPRECATED_SAVED_PC_AFTER_CALL.
7594 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7595 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7596 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7597 unwinder.
7598 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7599 "dummy-frame.h".
7600 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7601 (_initialize_i386_cygwin_tdep): New prototype.
7602 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7603 deprecated_frame_chain_valid.
7604 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7605 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7606 Rely on the SVR4 defaults.
7607 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7608 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7609
7610 2003-05-30 Andrew Cagney <cagney@redhat.com>
7611
7612 * infcall.c (call_function_by_hand): Always call
7613 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7614
7615 2003-05-30 Richard Henderson <rth@redhat.com>
7616
7617 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7618 increment.
7619
7620 2003-05-29 Jim Blandy <jimb@redhat.com>
7621
7622 Use gdbarch methods for solib stuff on PowerPC Linux.
7623 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7624 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7625 show through.
7626 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7627 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7628 giving the same effect as the #definitions above.
7629
7630 2003-05-29 Adam Fedor <fedor@gnu.org>
7631
7632 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7633 (find_implementation_from_class): Replace it with the standard
7634 case i.e. do nothing.
7635
7636 2003-05-29 Richard Henderson <rth@redhat.com>
7637
7638 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7639 (alpha_linux_sigtramp_offset): Use it. Make static.
7640 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7641 update for new frame model.
7642 * alpha-mdebug-tdep.c: New file.
7643 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7644 (alpha_osf1_init_abi): Install it.
7645 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7646 (linked_proc_desc_table): Remove.
7647 (alpha_frame_past_sigtramp_frame): Remove.
7648 (alpha_dynamic_sigtramp_offset): Remove.
7649 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7650 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7651 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7652 (push_sigtramp_desc): Remove.
7653 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7654 (alpha_cannot_store_register): Likewise.
7655 (alpha_sigcontext_addr): Remove.
7656 (alpha_find_saved_regs): Remove.
7657 (alpha_frame_init_saved_regs): Remove.
7658 (alpha_init_frame_pc_first): Remove.
7659 (read_next_frame_reg): Remove.
7660 (alpha_frame_saved_pc): Remove.
7661 (alpha_saved_pc_after_call): Remove.
7662 (temp_proc_desc, temp_saved_regs): Remove.
7663 (alpha_about_to_return): Remove.
7664 (cached_proc_desc): Remove.
7665 (alpha_frame_chain): Remove.
7666 (alpha_print_extra_frame_info): Remove.
7667 (alpha_init_extra_frame_info): Remove.
7668 (alpha_frame_locals_address): Remove.
7669 (alpha_frame_args_address): Remove.
7670 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7671 (alpha_push_dummy_frame): Remove.
7672 (alpha_pop_frame): Remove.
7673 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7674 (alpha_read_insn): New.
7675 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7676 for different insn encodings.
7677 (alpha_in_lenient_prologue): Remove.
7678 (struct alpha_sigtramp_unwind_cache): New.
7679 (alpha_sigtramp_frame_unwind_cache): New.
7680 (alpha_sigtramp_register_address): New.
7681 (alpha_sigtramp_frame_this_id): New.
7682 (alpha_sigtramp_frame_prev_register): New.
7683 (alpha_sigtramp_frame_unwind): New.
7684 (alpha_sigtramp_frame_p): New.
7685 (struct alpha_heuristic_unwind_cache): New.
7686 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7687 don't count nop insns that occur between functions.
7688 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7689 heuristic_proc_desc, but without the mdebug wrapping.
7690 (alpha_heuristic_frame_this_id): New.
7691 (alpha_heuristic_frame_prev_register): New.
7692 (alpha_heuristic_frame_unwind): New.
7693 (alpha_heuristic_frame_p): New.
7694 (alpha_heuristic_frame_base_address): New.
7695 (alpha_heuristic_frame_base): New.
7696 (alpha_unwind_dummy_id): New.
7697 (alpha_unwind_pc): New.
7698 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7699 frame related deprecated initializations; install replacements.
7700 (alpha_dump_tdep): Remove.
7701 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7702 (alpha_read_insn, alpha_after_prologue,
7703 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7704 alpha_heuristic_frame_prev_register,
7705 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7706 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7707 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7708 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7709
7710 2003-05-29 Andrew Cagney <cagney@redhat.com>
7711
7712 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7713 dependant on the availability of ASSERT_FUNCTION.
7714 (ASSERT_FUNCTION): Do not define when there is no function name.
7715
7716 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7717
7718 From Jimi X <jimix@watson.ibm.com>:
7719 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7720
7721 2003-05-28 Jim Blandy <jimb@redhat.com>
7722
7723 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7724 argument to ptrace to int; the system headers should give it the
7725 right type, and pointers don't fit in ints on powerpc64-*-*.
7726
7727 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7728
7729 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7730 DW_TAG_catch_block.
7731
7732 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7733
7734 * stabsread.c (dbx_lookup_type): Make static.
7735 (read_type): Ditto.
7736 (add_undefined_type): Ditto.
7737 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7738 not export.
7739
7740 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7741
7742 * hpread.c (hpread_has_name): Make static.
7743 (hpread_psymtab_to_symtab): Ditto.
7744 (file_exists): Ditto.
7745 (hpread_call_pxdb): Ditto.
7746 (hpread_pxdb_needed): Ditto.
7747 (hpread_quick_traverse): Ditto.
7748 (hpread_get_header): Ditto.
7749 (hpread_get_lntt): Ditto.
7750 (hpread_get_slt): Ditto.
7751 (class_of): Ditto.
7752
7753 2003-05-25 Andreas Schwab <schwab@suse.de>
7754
7755 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7756 stack_align and deprecated_extra_stack_alignment_needed.
7757 (m68k_stack_align): Delete.
7758
7759 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7760 (m68k_register_virtual_size): Likewise.
7761 (altos_skip_prologue): Remove obsolete function.
7762 (isi_frame_num_args): Likewise.
7763 (news_frame_num_args): Likewise.
7764 (m68k_fix_call_dummy): Make static.
7765 (m68k_push_dummy_frame): Likewise.
7766 (m68k_pop_frame): Likewise.
7767 (m68k_skip_prologue): Likewise.
7768 (m68k_frame_init_saved_regs): Likewise.
7769 (m68k_saved_pc_after_call): Likewise.
7770 (m68k_get_longjmp_target): Make multi-arch.
7771 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7772 structure. Register m68k_get_longjmp_target if enabled.
7773 * m68k-tdep.h (struct gdbarch_tdep): Define.
7774 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7775
7776 * Makefile.in (config.status): Also depend on configure.tgt
7777 and configure.host.
7778 (m68klinux-tdep.o): Update dependencies.
7779 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7780 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7781 (M68K_LINUX_JB_PC): Define.
7782 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7783 and take additional parameter.
7784 (m68k_linux_sigtramp_saved_pc): Update.
7785 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7786 m68k_linux_pc_in_sigtramp, in_plt_section,
7787 find_solib_trampoline_target.
7788 * config/m68k/tm-linux.h: Don't include any tm headers.
7789 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7790 (JB_ELEMENT_SIZE): Likewise.
7791 (JB_PC): Likewise.
7792 (GET_LONGJMP_TARGET): Likewise.
7793 (IN_SIGTRAMP): Likewise.
7794 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7795
7796 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7797
7798 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7799 (sparc32_push_arguments): Re-implement by calling
7800 sparc32_do_push_arguments.
7801
7802 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7803
7804 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7805 SPARC_O1_REGNUM): New defines.
7806 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7807 (sparc32_store_return_value): New function.
7808 (sparc_extract_struct_value_address): Rewrite to operate on a
7809 regcache.
7810 (sparc_gdbarch_init): Don't set
7811 deprecated_extract_struct_value_address. Set
7812 extract_struct_value_address instead. Don't set
7813 deprecated_extract_return_value and deprecated_store_return_value
7814 for 32-bit targets. Set extract_return_value and
7815 store_return_value instead.
7816 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7817 DEPRECTAED_EXTRACT_RETURN_VALUE,
7818 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7819 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7820 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7821 (sparc_store_return_value): Remove prototype.
7822 (sparc32_store_return_value): New prototype.
7823 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7824 Adjust prototypes.
7825
7826 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7827
7828 * sparcnbsd-tdep.c: Include "gdb_string.h".
7829
7830 2003-05-23 Andrew Cagney <cagney@redhat.com>
7831
7832 * p-valprint.c (pascal_val_print): Replace extract_address with
7833 the inline equivalent extract_unsigned_integer.
7834 * jv-valprint.c (java_value_print): Ditto.
7835 * ada-valprint.c (ada_val_print_1): Ditto.
7836 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7837
7838 2003-05-23 Theodore A. Roth <troth@openavr.org>
7839
7840 * blockframe.c (frameless_look_for_prologue): Remove unused
7841 after_prologue variable.
7842
7843 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7844
7845 * blockframe.c (get_pc_function_start): Rewrite to avoid
7846 asignments in if-statements.
7847
7848 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7849
7850 Committed by Elena Zannoni <ezannoni@redhat.com>.
7851 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7852 files, don't relocate absolute symbols (and do use mst_abs).
7853
7854 2003-05-23 Andrew Cagney <cagney@redhat.com>
7855
7856 * objc-lang.c: Include "gdb_assert.h".
7857 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7858 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7859 (gdb_check, gdb_check_fatal): Delete functions.
7860 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7861 gdb_assert.
7862 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7863 * Makefile.in (objc-lang.o): Update dependencies.
7864
7865 2003-05-22 Ian Lance Taylor <ian@airs.com>
7866
7867 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7868 with fprintf_filtered, not fprintf_unfiltered.
7869
7870 2003-05-22 Andrew Cagney <cagney@redhat.com>
7871
7872 * stack.c (frame_info): Inline extract_address, replacing it with
7873 extract_unsigned_integer.
7874 * findvar.c (unsigned_pointer_to_address): Ditto.
7875 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7876 * dwarf2expr.c (dwarf2_read_address): Ditto.
7877 * frame.c (frame_pc_unwind): Update comment.
7878 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7879
7880 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7881
7882 * infptrace.c (detach): Call print_sys_errmsg rather than
7883 perror_with_name to issue warning message when errno is non-zero
7884 after calling ptrace detach.
7885
7886 2003-05-21 J. Brobecker <brobecker@gnat.com>
7887
7888 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7889 macro definitions from here...
7890 * hppa-tdep.c: ...to there.
7891
7892 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7893
7894 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7895 register_ptrace_addr(). Fix all callers.
7896
7897 2003-05-21 Andreas Schwab <schwab@suse.de>
7898
7899 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7900 dependencies.
7901 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7902 end.
7903 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7904 (_initialize_m68k_linux_tdep): New function.
7905 (m68k_linux_frame_saved_pc): Make static.
7906 (m68k_linux_extract_return_value): Likewise.
7907 (m68k_linux_store_return_value): Likewise.
7908 (m68k_linux_extract_struct_value_address): Likewise.
7909 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7910 Remove.
7911 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7912 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7913 (DEPRECATED_FRAME_SAVED_PC): Remove.
7914
7915 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7916
7917 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7918 regset numbering rather than our own.
7919
7920 2003-05-19 David Carlton <carlton@bactrian.org>
7921
7922 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7923
7924 2003-05-19 David Carlton <carlton@bactrian.org>
7925
7926 Partial fix for PR c++/827.
7927 * cp-support.h: Include symtab.h.
7928 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7929 * cp-namespace.c: Update contributors.
7930 (cp_lookup_symbol_nonlocal): New.
7931 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7932 (lookup_symbol_file): Ditto.
7933 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7934 * block.h: Declare block_scope, block_using, block_global_block.
7935 * block.c (block_scope): New.
7936 (block_using, block_global_block): Ditto.
7937 * Makefile.in (cp_support_h): Depend on symtab_h.
7938 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7939
7940 2003-05-19 David Carlton <carlton@bactrian.org>
7941
7942 * language.h (struct language_defn): Add 'la_value_of_this'
7943 and 'la_lookup_symbol_nonlocal' members.
7944 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7945 lookup_symbol_static, lookup_symbol_global,
7946 lookup_symbol_aux_block.
7947 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7948 if we should search fields of this and how to do static/global
7949 lookup.
7950 (lookup_symbol_aux_block): Make extern.
7951 (basic_lookup_symbol_nonlocal): New.
7952 (lookup_symbol_static, lookup_symbol_global): Ditto.
7953 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7954 'la_lookup_symbol_nonlocal' members.
7955 * c-lang.c (c_language_defn, cplus_language_defn)
7956 (asm_language_defn, minimal_language_defn): Ditto.
7957 * jv-lang.c (java_language_defn): Ditto.
7958 * language.c (unknown_language_defn, auto_language_defn)
7959 (local_language_defn): Ditto.
7960 * m2-lang.c (m2_language_defn): Ditto.
7961 * objc-lang.c (objc_language_defn): Ditto.
7962 * scm-lang.c (scm_language_defn): Ditto.
7963 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7964 * p-lang.c (pascal_language_defn): Ditto for both.
7965 * Makefile.in (f-lang.o): Depend on value_h.
7966 (p-lang.o): Ditto.
7967
7968 2003-05-19 David Carlton <carlton@bactrian.org>
7969
7970 * block.h: Declare block_static_block.
7971 * block.c (block_static_block): New.
7972 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7973 lookup_symbol_aux_local, calling block_static_block instead.
7974 (lookup_symbol_aux_local): Delete 'static_block' argument.
7975
7976 2003-05-19 David Carlton <carlton@bactrian.org>
7977
7978 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7979
7980 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7981
7982 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7983 register numbers mapping.
7984
7985 2003-05-18 Adam Fedor <fedor@gnu.org>
7986
7987 * symtab.c (completion_list_objc_symbol): New function.
7988 (make_symbol_completion_list): Use it to add ObjC symbols
7989 when looking though the list.
7990 (language_search_unquoted_string): New function.
7991 (make_file_symbol_completion_list): Use it.
7992
7993 2003-05-18 Andreas Schwab <schwab@suse.de>
7994
7995 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7996 dependencies.
7997 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7998 as m68k_linux_extract_return_value.
7999 (DEPRECATED_STORE_RETURN_VALUE): Define as
8000 m68k_linux_store_return_value.
8001 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8002 m68k_linux_extract_struct_value_address.
8003 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8004 get_next_frame, get_frame_base, get_frame_pc.
8005 (m68k_linux_frame_saved_pc): Use get_frame_base.
8006 (m68k_linux_extract_return_value): New function.
8007 (m68k_linux_store_return_value): New function.
8008 (m68k_linux_extract_struct_value_address): New function.
8009 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8010
8011 * c-exp.y (typebase): Remove duplicate occurence of
8012 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8013 of lookup_signed_typename.
8014
8015 2003-05-18 Mark Kettenis <kettenis@gnu.org>
8016
8017 * dwarf2loc.c (find_location_expression): Change type of second
8018 argument to `size_t *'.
8019 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8020 for size variable.
8021
8022 2003-05-18 David Carlton <carlton@bactrian.org>
8023
8024 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8025 'linkage_name'. Add comment.
8026 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8027 'linkage_name'.
8028 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8029 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8030 (lookup_block_symbol): Ditto.
8031
8032 2003-05-16 Andrew Cagney <cagney@redhat.com>
8033
8034 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8035 * gdbarch.h, gdbarch.c: Re-generate.
8036 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8037 * TODO (REGISTER_BYTES): Delete reference.
8038 * alpha-tdep.c (alpha_gdbarch_init): Update.
8039 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8040 * x86-64-tdep.c (x86_64_init_abi): Update.
8041 * vax-tdep.c (vax_gdbarch_init): Update.
8042 * v850-tdep.c (v850_gdbarch_init): Update.
8043 * sparc-tdep.c (sparc_gdbarch_init): Update.
8044 * sh-tdep.c (sh_gdbarch_init): Update.
8045 * s390-tdep.c (s390_gdbarch_init): Update.
8046 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8047 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8048 (ns32k_gdbarch_init_32382): Update.
8049 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8050 * mcore-tdep.c (mcore_gdbarch_init): Update.
8051 * m68k-tdep.c (m68k_gdbarch_init): Update.
8052 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8053 * ia64-tdep.c (ia64_gdbarch_init): Update.
8054 * i386-tdep.c (i386_gdbarch_init): Update.
8055 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8056 * hppa-tdep.c (hppa_gdbarch_init): Update.
8057 * h8300-tdep.c (h8300_gdbarch_init): Update.
8058 * frv-tdep.c (frv_gdbarch_init): Update.
8059 * cris-tdep.c (cris_gdbarch_init): Update.
8060 * avr-tdep.c (avr_gdbarch_init): Update.
8061 * arm-tdep.c (arm_gdbarch_init): Update.
8062 * sparc-tdep.c (sparc_pop_frame): Update.
8063 * rs6000-tdep.c (rs6000_pop_frame): Update.
8064 * remote.c (init_remote_state): Update.
8065 (remote_prepare_to_store): Update.
8066 * remote-vx.c (vx_prepare_to_store): Update.
8067 * remote-sds.c (sds_fetch_registers): Update.
8068 (sds_prepare_to_store): Update.
8069 * remote-array.c: Update.
8070 * regcache.c (init_legacy_regcache_descr): Update.
8071 (init_regcache_descr): Update.
8072 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8073 (mips_o64_extract_return_value): Update.
8074 * irix5-nat.c (fetch_core_registers): Update.
8075 * irix4-nat.c (fetch_core_registers): Update.
8076 * i386-tdep.h: Update.
8077 * hppa-tdep.c (pa_do_registers_info): Update.
8078 (pa_do_strcat_registers_info): Update.
8079 * cris-tdep.c (cris_register_bytes_ok): Update.
8080 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8081 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8082 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8083 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8084 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8085 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8086 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8087 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8088 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8089 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8090 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8091 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8092 (REGISTER_BYTES_OK): Update.
8093 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8094 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8095
8096 2003-05-16 Ian Lance Taylor <ian@airs.com>
8097
8098 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8099 (vax_print_insn, print_insn_arg): Remove static functions.
8100 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8101 print_insn_vax from opcodes library.
8102 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8103
8104 2003-05-15 Andrew Cagney <cagney@redhat.com>
8105
8106 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8107 * target.h (memory_breakpoint_from_pc): Delete declaration.
8108 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8109 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8110 * monitor.c (monitor_insert_breakpoint): Use
8111 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8112 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8113 * gdbarch.h, gdbarch.c: Re-generate.
8114 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8115 (sparc_gdbarch_init): Set breakpoint_from_pc to
8116 sparc_breakpoint_from_pc.
8117 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8118 (BREAKPOINT_FROM_PC): Define.
8119 (sparc_breakpoint_from_pc): Declare.
8120 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8121 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8122 (BREAKPOINT_FROM_PC): Define.
8123 (BREAKPOINT): Delete macro.
8124 * target.h: Update comment.
8125 * s390-tdep.c (s390_gdbarch_init): Update comments.
8126 * remote.c: Update comments.
8127 * remote-mips.c: Update comments.
8128 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8129 * mem-break.c: Update comment.
8130 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8131 (ia64_memory_insert_breakpoint): Update.
8132 * config/sparc/tm-sparc.h: Update comment.
8133 * config/pa/tm-hppa64.h: Update comment.
8134 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8135 (rs6000_breakpoint_from_pc): Update.
8136 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8137 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8138 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8139 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8140 (mips_breakpoint_from_pc): Update.
8141 (mips_dump_tdep): Update.
8142
8143 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8144 * minsyms.c (lookup_minimal_symbol): Inline
8145 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8146
8147 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8148 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8149 * p-lang.c (pascal_printstr): Ditto.
8150 * objc-lang.c (objc_printstr): Ditto.
8151 * m2-lang.c (m2_printstr): Ditto.
8152 * jv-valprint.c (java_print_value_fields): Ditto.
8153 * f-lang.c (f_printstr): Ditto.
8154 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8155 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8156 for repeat_count_threshold.
8157 * Makefile.in (cp-valprint.o): Update dependencies.
8158
8159 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8160
8161 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8162 (examine_prologue): Support looking through leaf functions, knowing
8163 they start with mov r2,r12. Support skipping over indirect stores
8164 of the input registers. Upon hitting a non-nop branch instruction
8165 or predicated instruction, bail out by setting lim_pc to the current
8166 pc value in the loop. At the end, if the lim_pc value is still
8167 beyond our calculated value and we have trust_limit set,
8168 use the lim_pc value.
8169
8170 2003-05-15 Andrew Cagney <cagney@redhat.com>
8171
8172 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8173 generic_find_dummy_frame.
8174 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8175 (deprecated_generic_find_dummy_frame): Update.
8176 (deprecated_read_register_dummy): Update.
8177 * frame.c (deprecated_generic_get_saved_register): Update.
8178
8179 2003-05-15 Theodore A. Roth <troth@openavr.org>
8180
8181 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8182 (avr_gdbarch_init): Set breakpoint_from_pc method.
8183
8184 2003-05-15 Andrew Cagney <cagney@redhat.com>
8185
8186 * regcache.c (build_regcache): Set deprecated_register_valid
8187 directly.
8188 (deprecated_grub_regcache_for_register_valid): Delete function.
8189 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8190 declaration.
8191
8192 2003-05-15 David Carlton <carlton@bactrian.org>
8193
8194 Committed by Elena Zannoni <ezannoni@redhat.com>
8195 * symtab.c (lookup_symbol_aux): Delete calls to
8196 lookup_symbol_aux_minsyms.
8197 (lookup_symbol_aux_minsyms): Comment out function and
8198 prototype. Delete lookup by mangled name.
8199
8200 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8201
8202 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8203 correctly indicate an empty stack and ``stack_allocated'' to the
8204 indicate the number of elements initially allocated.
8205 (dwarf_expr_grow_stack): Simplify method for computing new
8206 stack size. Don't loop infinitely if ``stack_len'' is zero.
8207 (execute_stack_op): Move ``ctx->in_reg'' initialization
8208 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8209 be used in conjuction with DW_OP_piece. Revise error message
8210 accordingly.
8211
8212 2003-05-14 Theodore A. Roth <troth@openavr.org>
8213
8214 * MAINTAINERS: Update my email address.
8215 * avr-tdep.c: Ditto.
8216
8217 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8218
8219 * symtab.h (enum domain_enum): Rename from namespace_enum.
8220 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8221 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8222 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8223 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8224 TYPES_NAMESPACE, METHODS_NAMESPACE.
8225 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8226 (struct symbol, struct partial_symbol): Rename field
8227 'namespace_enum namespace' to 'domain_enum domain'.
8228 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8229 Delete old define kludge for namespace.
8230
8231 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8232 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8233 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8234 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8235 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8236 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8237 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8238 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8239 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8240 occurrences of the above.
8241
8242 2003-05-14 Ian Lance Taylor <ian@airs.com>
8243
8244 * Makefile.in (install-only): Use $(SHELL) when running
8245 mkinstalldirs.
8246
8247 2003-05-13 Ian Lance Taylor <ian@airs.com>
8248
8249 * MAINTAINERS (write after approval): Add myself.
8250
8251 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8252 second and third arguments.
8253 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8254 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8255
8256 2003-05-13 Andrew Cagney <cagney@redhat.com>
8257
8258 * defs.h (store_address): Delete declaration.
8259 findvar.c (store_address): Delete function.
8260 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8261 store_unsigned_integer.
8262 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8263 * v850-tdep.c (v850_push_arguments): Ditto.
8264 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8265 * sh-tdep.c (sh64_get_saved_register): Ditto.
8266 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8267 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8268 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8269 (mips_get_saved_register): Ditto.
8270 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8271 (find_func_descr, ia64_push_arguments): Ditto.
8272 * i386-tdep.c (i386_push_arguments): Ditto.
8273 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8274 * frv-tdep.c (frv_push_arguments): Ditto.
8275 * frame.c (legacy_saved_regs_prev_register): Ditto.
8276 (deprecated_generic_get_saved_register): Ditto.
8277 * findvar.c (unsigned_address_to_pointer): Ditto.
8278 * dwarf2read.c (dwarf2_const_value): Ditto.
8279 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8280 * alpha-tdep.c (alpha_push_arguments): Ditto.
8281
8282 2003-05-12 J. Brobecker <brobecker@gnat.com>
8283
8284 * NEWS: Mention that the hppa-hpux port has been partially
8285 multiarched (32bit ABIT only, so far).
8286
8287 2003-05-11 Andrew Cagney <cagney@redhat.com>
8288
8289 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8290 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8291 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8292 sim/testsuite/sim/arm/misaligned2.ms, and
8293 sim/testsuite/sim/arm/misaligned3.ms.
8294 * disasm.h (struct ui_file): Add opaque struct declaration.
8295 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8296 * frame.h (struct ui_file): Ditto.
8297
8298 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8299
8300 * value.h: Pretty print.
8301
8302 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8303
8304 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8305
8306 2003-05-08 Andrew Cagney <cagney@redhat.com>
8307
8308 * regcache.h (max_register_size): Delete declaration.
8309 * regcache.c (max_register_size): Delete function.
8310 (struct regcache_descr): Delete field "max_register_size".
8311 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8312 registers fit in MAX_REGISTER_SIZE.
8313 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8314 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8315 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8316 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8317 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8318 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8319 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8320 * dve3900-rom.c, hppa-tdep.c: Ditto.
8321
8322 2003-05-08 David Carlton <carlton@math.stanford.edu>
8323
8324 * valops.c (push_word): Fix typo.
8325
8326 2003-05-08 Andrew Cagney <cagney@redhat.com>
8327
8328 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8329 * gdbarch.h: Re-generate.
8330 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8331 (legacy_max_register_raw_size): Delete declaration.
8332 * regcache.c (legacy_max_register_raw_size): Delete function.
8333 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8334 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8335 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8336 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8337 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8338 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8339 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8340 * findvar.c, dwarf2cfi.c: Ditto.
8341
8342 2003-05-08 Andrew Cagney <cagney@redhat.com>
8343
8344 * mips-tdep.c (read_signed_register): New function, moved to here
8345 from "regcache.c".
8346 (read_signed_register_pid): Ditto.
8347 * regcache.c (read_signed_register_pid): Delete function, moved to
8348 "mips-tdep.c".
8349 (read_signed_register): Ditto.
8350 * regcache.h (read_signed_register): Delete declaration.
8351 (read_signed_register_pid): Delete declaration.
8352
8353 2003-05-08 Andrew Cagney <cagney@redhat.com>
8354
8355 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8356 * gdbarch.h: Re-generate.
8357 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8358 (legacy_max_register_virtual_size): Delete declaration.
8359 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8360 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8361 * tracepoint.c (memrange_sortmerge): Ditto.
8362 * sparc-tdep.c (sparc_print_registers): Ditto.
8363 * regcache.c (legacy_max_register_virtual_size): Delete function.
8364
8365 2002-05-08 J. Brobecker <brobecker@gnat.com>
8366
8367 * fork-child.c (escape_bang_in_quoted_argument): New function.
8368 (fork_inferior): Escape '!' characters in quoted arguments
8369 only when needed.
8370
8371 2003-05-08 J. Brobecker <brobecker@gnat.com>
8372
8373 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8374 the language of the CU is not currently supported by GDB.
8375
8376 2003-05-08 J. Brobecker <brobecker@gnat.com>
8377
8378 * defs.h (language): Add language_minimal enum value.
8379 * c-lang.c (minimal_language_defn): New language definition.
8380 (_initialize_c_language): Add the new minimal language to the list
8381 of languages known to GDB.
8382
8383 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8384
8385 * frame.c (get_frame_type): Don't attempt to lazily initialize
8386 frame's unwinder for legacy frames.
8387
8388 2003-05-07 Andrew Cagney <cagney@redhat.com>
8389
8390 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8391 and "regcache" parameters.
8392 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8393
8394 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8395
8396 * dwarf2read.c (dwarf_decode_lines): Only use output of
8397 check_cu_functions() when calling record_line(). Do not update
8398 the current address.
8399
8400 2003-05-07 Andrew Cagney <cagney@redhat.com>
8401
8402 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8403 code.
8404
8405 2003-05-07 Jim Blandy <jimb@redhat.com>
8406
8407 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8408 'maint info symtabs' and 'maint info psymtabs'.
8409 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8410 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8411 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8412 Declarations updated.
8413 * maint.c (maintenance_list_command): Delete.
8414 (_initialize_maint_cmds): Update calls to add_cmd.
8415 * gdbcmd.h (maintenancelistlist): Delete declaration.
8416 * cli/cli-cmds.c (maintenancelistlist): Delete.
8417 (init_cmd_lists): Don't initialize it.
8418 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8419
8420 2003-05-07 Andrew Cagney <cagney@redhat.com>
8421
8422 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8423 "regcache".
8424 (d10v_print_registers_info): Update.
8425 (d10v_dmap_register, d10v_imap_register): Delete functions.
8426 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8427 and "imap_register".
8428 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8429 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8430 * arch-utils.c (generic_remote_translate_xfer_address): Add
8431 "regcache" and "gdbarch" parameters.
8432 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8433 parameter. Change class to multi-arch.
8434 * gdbarch.h, gdbarch.c: Re-generate.
8435 * remote.c (remote_xfer_memory): Use
8436 gdbarch_remote_translate_xfer_address.
8437
8438 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8439
8440 * infrun.c (prev_pc): Move declaration ahead of proceed().
8441 (proceed): Refresh prev_pc value before resuming.
8442 (stop_stepping): Remove code to refresh prev_pc.
8443
8444 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8445
8446 * nto-tdep.c: Removed stray comment.
8447
8448 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8449
8450 * i386-nto-tdep.c: Fix old K&R function definitions.
8451 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8452 Also change add_show_from_set() call to add_setshow_cmd().
8453 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8454
8455 2003-05-05 Andrew Cagney <cagney@redhat.com>
8456
8457 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8458 (fprint_dummy_frames): New function.
8459 (maintenance_print_dummy_frames): New function.
8460 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8461 * frame.c (fprint_frame_id): Make global.
8462 * frame.h (fprint_frame_id): Declare.
8463 * Makefile.in (dummy-frame.o): Update dependencies.
8464
8465 2003-05-05 Andrew Cagney <cagney@redhat.com>
8466
8467 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8468 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8469 SIZEOF_CALL_DUMMY_WORDS.
8470 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8471 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8472 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8473 CALL_DUMMY_BREAKPOINT_OFFSET.
8474 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8475 CALL_DUMMY_START_OFFSET.
8476 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8477 * gdbarch.h, gdbarch.c: Re-generate.
8478 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8479 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8480 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8481 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8482 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8483 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8484 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8485 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8486 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8487 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8488 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8489 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8490 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8491 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8492 * config/sparc/tm-sparc.h: Update.
8493
8494 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8495
8496 * configure.tgt: Add i[3456]86-*-nto*.
8497 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8498 * nto-tdep.c: New file. Neutrino target support routines.
8499 * nto-tdep.h: New file. Neutrino target header.
8500 * config/tm-qnxnto.h: New file.
8501 * config/i386/i386nto.mt: New file.
8502 * config/i386/tm-i386nto.h: New file.
8503
8504 2003-05-04 Andrew Cagney <cagney@redhat.com>
8505
8506 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8507 (load_infrun_state): Ditto.
8508 (struct thread_info): Drop "prev_func_name" field.
8509 * thread.c (load_infrun_state): Update.
8510 (save_infrun_state): Update.
8511 * infrun.c (prev_func_name): Delete variable.
8512 (init_wait_for_inferior): Do not clear prev_func_name.
8513 (stop_stepping, keep_going, context_switch): Do not swap
8514 prev_func_name.
8515 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8516 instead of PC_IN_SIGTRAMP.
8517
8518 2003-05-04 Andrew Cagney <cagney@redhat.com>
8519
8520 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8521 REGISTER_BYTE with register_offset_hack.
8522 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8523 that REGISTER_BYTE is consistent with the regcache.
8524 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8525 * gdbarch.h, gdbarch.c: Regenerate.
8526
8527 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8528
8529 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8530 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8531
8532 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8533
8534 2003-05-03 J. Brobecker <brobecker@gnat.com>
8535
8536 From Thierry Schneider <tpschneider1@yahoo.com>
8537 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8538 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8539 (mi-cmd-symbol.o): Add rule.
8540
8541 2003-05-03 Andrew Cagney <cagney@redhat.com>
8542
8543 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8544 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8545 * gdbarch.h, gdbarch.c: Re-generate.
8546 * d10v-tdep.c (d10v_push_dummy_code): New function.
8547 (d10v_gdbarch_init): Set push_dummy_code.
8548 * infcall.c (legacy_push_dummy_code): New function.
8549 (generic_push_dummy_code): New function.
8550 (push_dummy_code): New function.
8551 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8552 instead of dummy_addr, to push_dummy_call. Move call to
8553 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8554 switch.
8555 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8556
8557 2003-05-03 Andrew Cagney <cagney@redhat.com>
8558
8559 * disasm.h (print_insn): Declare.
8560 * disasm.c (init_gdb_disassemble_info): New function.
8561 (gdb_disassembly): Call init_gdb_disassemble_info.
8562 (gdb_print_insn): New function.
8563 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8564 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8565 * mcore-tdep.c: Include "disasm.h"
8566 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8567 * d10v-tdep.c: Include "disasm.h".
8568 (display_trace): Call gdb_print_insn, instead of print_insn.
8569 (print_insn): Delete function.
8570 * printcmd.c: Include "disasm.h".
8571 (print_insn): Delete function.
8572 (print_formatted): Call gdb_print_insn, instead of print_insn.
8573 * Makefile.in (printcmd.o): Update dependencies.
8574 (mcore-tdep.o, d10v-tdep.o): Ditto.
8575
8576 2003-05-02 Andrew Cagney <cagney@redhat.com>
8577
8578 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8579 PC_REGNUM, re-indent.
8580 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8581 PC_REGNUM isn't set.
8582
8583 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8584 * gdbarch.h, gdbarch.c: Re-generate.
8585 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8586 register_virtual_size, pc_regnum, or register_bytes.
8587 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8588 (d10v_register_type): Use D10V_PC_REGNUM.
8589 (d10v_print_registers_info, d10v_read_pc): Ditto.
8590 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8591 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8592
8593 2003-05-02 David Carlton <carlton@bactrian.org>
8594
8595 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8596 the name with mstrsave.
8597
8598 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8599
8600 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8601 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8602 (host_charset_name, target_charset_name): New vars for use by
8603 set/show commands.
8604 (host_charset_enum, target_charset_enum): New enums for set/show
8605 commands.
8606 (set_charset_sfunc, set_host_charset_sfunc,
8607 set_target_charset_sfunc): New functions.
8608 (set_host_charset, set_target_charset): Make static.
8609 (list_charsets, set_host_charset_command,
8610 set_target_charset_command): Delete functions.
8611 (show_charset_command): Rewrite as....
8612 (show_charset): Hook this up with the set/show command mechanism.
8613 (_initialize_charset): Change names of charsets to match the
8614 set/show enums. Use host_charset_name and target_charset_name.
8615 Use set/show mechanism for charset, host-charset, target-charset
8616 commands. Do not make 'show host-charset' and 'show
8617 target-charset' be aliases of 'show charset'.
8618
8619 * charset.h (set_host_charset, set_target_charset): Don't export,
8620 they are not used outside the file.
8621
8622 2003-05-01 Andrew Cagney <cagney@redhat.com>
8623
8624 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8625 (gdb_disassembly): Make "di" non static, always initialize and
8626 cleanup. Always use dis_asm_read_memory.
8627 (gdb_dis_asm_read_memory): Delete function.
8628
8629 2003-05-01 Andrew Cagney <cagney@redhat.com>
8630
8631 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8632 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8633
8634 2003-04-30 Andrew Cagney <cagney@redhat.com>
8635
8636 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8637 "tm_print_insn_info".
8638 (TARGET_PRINT_INSN_INFO): Delete macro.
8639 (dis_asm_read_memory): Delete function declaration.
8640 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8641 (tm_print_insn_info): Delete variable definition.
8642 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8643 * gdbarch.h, gdbarch.c: Re-generate.
8644 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8645 "deprecated_tm_print_insn_info".
8646 * mcore-tdep.c (mcore_dump_insn): Ditto.
8647 * mips-tdep.c (mips_gdbarch_init): Ditto.
8648 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8649 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8650 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8651 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8652 instead of TARGET_PRINT_INSN_INFO, add comment.
8653 * s390-tdep.c (s390_get_frame_info): Instead of
8654 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8655 (s390_check_function_end, s390_is_sigreturn): Ditto.
8656 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8657 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8658 * disasm.c: Include "gdbcore.h".
8659 (_initialize_disasm): New function, initialize
8660 "deprecated_tm_print_insn_info".
8661 (deprecated_tm_print_insn_info): New variable.
8662 (dis_asm_read_memory): Moved from "corefile.c", made static.
8663 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8664 * Makefile.in (disasm.o): Update dependencies.
8665
8666 2003-04-30 Andrew Cagney <cagney@redhat.com>
8667
8668 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8669
8670 2003-04-29 Adam Fedor <fedor@gnu.org>
8671
8672 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8673 * infcall.c (find_function_addr): Make non-static.
8674 * infcall.h (find_function_addr): Declare.
8675 * Makefile.in (eval.o): Update dependencies.
8676
8677 2003-04-28 Adam Fedor <fedor@gnu.org>
8678
8679 * symtab.c (symbol_find_demangled_name): Check for and demangle
8680 ObjC symbols.
8681 (symbol_init_demangled_name): Init for language_objc as well.
8682
8683 2003-04-28 Andrew Cagney <cagney@redhat.com>
8684
8685 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8686 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8687 * gdbarch.h, gdbarch.c: Re-generate.
8688 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8689 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8690 * inferior.h (deprecated_read_fp): Rename read_fp.
8691 (generic_target_read_fp): Delete declaration.
8692 * regcache.c (generic_target_read_fp): Delete function.
8693 (deprecated_read_fp): Replace read_fp, use
8694 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8695 * d10v-tdep.c (d10v_read_fp): Delete function.
8696 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8697
8698 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8699 deprecated_target_read_fp to generic_target_read_fp.
8700 * sh-tdep.c (sh_gdbarch_init): Ditto.
8701 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8702 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8703 * frv-tdep.c (frv_gdbarch_init): Ditto.
8704
8705 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8706 deprecated_fp_regnum.
8707 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8708 * vax-tdep.c (vax_gdbarch_init): Ditto.
8709 * v850-tdep.c (v850_gdbarch_init): Ditto.
8710 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8711 * sh-tdep.c (sh_gdbarch_init): Ditto.
8712 * s390-tdep.c (s390_gdbarch_init): Ditto.
8713 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8714 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8715 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8716 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8717 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8718 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8719 * i386-tdep.c (i386_gdbarch_init): Ditto.
8720 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8721 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8722 * frv-tdep.c (frv_gdbarch_init): Ditto.
8723 * cris-tdep.c (cris_gdbarch_init): Ditto.
8724 * avr-tdep.c (avr_gdbarch_init): Ditto.
8725 * arm-tdep.c (arm_gdbarch_init): Ditto.
8726 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8727
8728 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8729 * v850-tdep.c (v850_gdbarch_init): Ditto.
8730 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8731 * sh-tdep.c (sh_gdbarch_init): Ditto.
8732 * s390-tdep.c (s390_gdbarch_init): Ditto.
8733 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8734 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8735 * mips-tdep.c (mips_gdbarch_init): Ditto.
8736 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8737 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8738 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8739 * frv-tdep.c (frv_gdbarch_init): Ditto.
8740 * avr-tdep.c (avr_gdbarch_init): Ditto.
8741 * arm-tdep.c (arm_gdbarch_init): Ditto.
8742
8743 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8744 DEPRECATED_FP_REGNUM.
8745 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8746 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8747 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8748 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8749 (sparc32_register_virtual_type): Ditto.
8750 * sh-tdep.c (sh64_frame_chain): Ditto.
8751 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8752 (sh_nofp_frame_init_saved_regs): Ditto.
8753 (sh64_nofp_frame_init_saved_regs): Ditto.
8754 (sh_fp_frame_init_saved_regs): Ditto.
8755 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8756 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8757 * procfs.c (procfs_fetch_registers): Ditto.
8758 (procfs_store_registers): Ditto.
8759 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8760 (store_inferior_registers, fetch_core_registers): Ditto.
8761 (fetch_kcore_registers, clear_regs): Ditto.
8762 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8763 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8764 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8765 * nlm/i386.c (do_status): Ditto.
8766 * mipsv4-nat.c (supply_gregset): Ditto.
8767 * mips-tdep.c: Ditto for comments.
8768 * mips-nat.c (fetch_inferior_registers): Ditto.
8769 (store_inferior_registers, fetch_core_registers): Ditto.
8770 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8771 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8772 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8773 (i386_do_pop_frame, i386_register_type): Ditto.
8774 * hppa-tdep.c (hppa_frame_chain): Ditto.
8775 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8776 (hppa_pop_frame, hppa_read_fp): Ditto.
8777 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8778 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8779 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8780 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8781 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8782 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8783 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8784 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8785 * blockframe.c: Ditto for comments.
8786 * arch-utils.h: Ditto for comments.
8787 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8788 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8789 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8790 * alpha-tdep.h: Ditto for comments.
8791 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8792 (alpha_cannot_store_register): Ditto.
8793 (alpha_push_dummy_frame): Ditto.
8794 * alpha-nat.c (supply_gregset): Ditto.
8795
8796 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8797 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8798 * config/sparc/tm-sparc.h: Update comment.
8799
8800 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8801 deprecated_read_fp instead of TARGET_READ_FP.
8802 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8803 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8804 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8805 deprecated_read_fp instead of read_fp.
8806 * s390-tdep.c (s390_push_arguments): Ditto.
8807 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8808 * frame.h: Ditto in comments.
8809 * frame.c (legacy_get_prev_frame): Ditto.
8810 * dummy-frame.c (dummy_frame_this_id): Ditto.
8811 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8812
8813 2003-04-28 Andrew Cagney <cagney@redhat.com>
8814
8815 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8816 * gdbarch.h, gdbarch.c: Re-generate.
8817 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8818 * vax-tdep.c (_initialize_vax_tdep): Update.
8819 * v850-tdep.c (_initialize_v850_tdep): Update.
8820 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8821 * s390-tdep.c (_initialize_s390_tdep): Update.
8822 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8823 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8824 * mips-tdep.c (_initialize_mips_tdep): Update.
8825 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8826 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8827 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8828 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8829 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8830 * frv-tdep.c (_initialize_frv_tdep): Update.
8831 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8832 (_initialize_cris_tdep): Update.
8833 * arch-utils.c (legacy_print_insn): Update.
8834 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8835
8836 2003-04-26 Adam Fedor <fedor@gnu.org>
8837
8838 * linespec.c (decode_objc): New function to decode ObjC calls
8839 (decode_line_1): Check for ObjC calls (using decode_objc)
8840 * Makefile (linespec.o): Update dependencies.
8841
8842 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8843
8844 * breakpoint.h (struct breakpoint_ops): New.
8845 (struct breakpoint): Add ops member.
8846
8847 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8848 (mention): Use new breakpoint ops member.
8849 (set_raw_breakpoint): Initialize ops field to NULL.
8850 (print_exception_catchpoint, print_one_exception_catchpoint)
8851 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8852 (gnu_v3_exception_catchpoint_ops): New.
8853 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8854
8855 2003-04-25 Adam Fedor <fedor@gnu.org>
8856
8857 * Makefile.in (COMMON_OBS): Add objc-lang.o
8858
8859 2003-04-25 Andrew Cagney <cagney@redhat.com>
8860
8861 * d10v-tdep.c (print_insn): Delete function.
8862 (display_trace): Use TARGET_PRINT_INSN.
8863 (_initialize_d10v_tdep): Do not set tm_print_insn.
8864 (d10v_gdbarch_init): Set print_insn.
8865
8866 2003-04-25 Andrew Cagney <cagney@redhat.com>
8867
8868 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8869 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8870 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8871 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8872 (nr_dmap_regs, a0_regnum): ... new functions.
8873 (d10v_print_registers_info): Use a0_regnum, use register_size.
8874 (d10v_register_byte): Delete function.
8875 (d10v_register_raw_size): Delete function.
8876 (d10v_register_type): Use a0_regnum.
8877 (d10v_print_registers_info): Use a0_regnum.
8878 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8879 (d10v_gdbarch_init): Do not set register_byte or
8880 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8881 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8882 extract_address.
8883 (trace_command): Use XCALLOC.
8884 (print_insn): Delete reference to tm_print_insn.
8885 (saved_regs_unwinder): Use store_unsigned_integer instead of
8886 store_address.
8887 * frame.h (FRAME_OBSTACK_CALLOC): Define
8888
8889 2003-04-25 David Carlton <carlton@bactrian.org>
8890
8891 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8892
8893 2003-04-24 Adam Fedor <fedor@gnu.org>
8894
8895 * objc-lang.c: Include "valprint.h"
8896 * Makefile.in (objc-lang.o): Update dependencies.
8897
8898 2003-04-24 Adam Fedor <fedor@gnu.org>
8899
8900 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8901 architecture dependant compilation and mark as unimplemented
8902 (until they get put in the gdbarch vector).
8903
8904 2003-04-23 David Carlton <carlton@bactrian.org>
8905
8906 * cp-support.c (cp_find_first_component): Accept 'operator' in
8907 more locations.
8908
8909 2003-04-23 Andrew Cagney <cagney@redhat.com>
8910
8911 * infcall.c (call_function_by_hand): Eliminate redundant
8912 indentation. Move "saved_async" and "old_cleanups" to where they
8913 are needed.
8914
8915 2003-04-23 Andrew Cagney <cagney@redhat.com>
8916
8917 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8918 and "buffer". Move the "name" code to where it is needed.
8919
8920 2003-04-23 Andrew Cagney <cagney@redhat.com>
8921
8922 * infcall.c (call_function_by_hand): Move variables "start_sp",
8923 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8924 code to ON_STACK switch branch.
8925
8926 2003-04-23 Andrew Cagney <cagney@redhat.com>
8927
8928 * infcall.c (call_function_by_hand): Make declaration of "i",
8929 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8930 lint.
8931
8932 2003-04-23 Andrew Cagney <cagney@redhat.com>
8933
8934 * infcall.c (call_function_by_hand): Delete variable
8935 "n_method_args". Localize "param_type"'s declaration to the loop
8936 that it is used. Reinstate code assigning to said variable -
8937 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8938 Rationalize code using "param_type".
8939
8940 2003-04-22 Andrew Cagney <cagney@redhat.com>
8941
8942 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8943 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8944 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8945 to DEPRECATED_PUSH_RETURN_ADDRESS.
8946
8947 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8948
8949 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8950 on the DWARF2 register number prior to fetching a register.
8951
8952 2003-04-22 J. Brobecker <brobecker@gnat.com>
8953
8954 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8955 Update all the tests using SOFT_FLOAT considering the fact that
8956 this macro was always set to 0.
8957 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8958 considering the fact that this macro was always set to 0.
8959 * hppa-tdep.h (hppa_store_return_value): Likewise.
8960 (hppa_extract_return_value): Likewise.
8961
8962 2003-04-22 J. Brobecker <brobecker@gnat.com>
8963
8964 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8965 the hppa-pro target only.
8966
8967 2003-04-21 J. Brobecker <brobecker@gnat.com>
8968
8969 Ongoing multi-arch conversion effort for HP/UX:
8970 * config/pa/tm-hppa.h: Move all macro that are no longer
8971 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8972 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8973
8974 2003-04-21 J. Brobecker <brobecker@gnat.com>
8975
8976 * config/pa/tm-hppa.h: Obsolete a section that was only used
8977 for hppa-pro.
8978
8979 2003-04-21 J. Brobecker <brobecker@gnat.com>
8980
8981 Ongoing multi-arch conversion for HP/UX.
8982 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8983 if already defined (allows hppa64 to stay non-multiarched for now).
8984 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8985
8986 2003-04-21 Andrew Cagney <cagney@redhat.com>
8987
8988 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8989
8990 2003-04-21 Andrew Cagney <cagney@redhat.com>
8991
8992 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8993 "i386_num_mmx_regs".
8994
8995 2003-04-21 Andrew Cagney <cagney@redhat.com>
8996
8997 * infcall.c: New file.
8998 * infcall.h: New file.
8999 * valarith.c: Include "infcall.h".
9000 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9001 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9002 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9003 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9004 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9005 (SFILES): Add "infcall.c"
9006 (COMMON_OBS): Add "infcall.o".
9007 (infcall.o): Specify dependencies.
9008 * value.h (call_function_by_hand): Delete declaration.
9009 * inferior.h (run_stack_dummy): Delete declaration.
9010 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9011 (run_stack_dummy): Move to "infcall.c", merged into
9012 call_function_by_hand.
9013 * valops.c (call_function_by_hand): Moved to "infcall.c".
9014 (find_function_addr, value_arg_coerce): Ditto.
9015 (unwindonsignal_p, coerce_float_to_double): Ditto.
9016 (_initialize_valops): Move "set/show coerce-float-to-double", and
9017 "set/show unwindonsignal" commands to "infcall.c".
9018 * v850-tdep.c, target.h: Update comments.
9019 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9020 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9021 (sh64_init_extra_frame_info): Update comments.
9022 * mn10300-tdep.c: Update comments.
9023 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9024 * config/sparc/tm-sparc.h: Update comments.
9025 * breakpoint.h: Update comments.
9026 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9027 * arm-tdep.c: Update comment.
9028
9029 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9030
9031 * i386-tdep.c (i386_num_register_names): New variable.
9032 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9033 (MM0_REGNUM): Remove redundant parentheses in define.
9034 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9035 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9036 i386_mxcsr_regnum_p): Remove redundant parentheses.
9037 (i386_register_name): Use i386_num_register_names.
9038
9039 * i386-tdep.c (i386_extract_return_value,
9040 i386_store_return_value): Correct check for availability of
9041 floating-point registers.
9042
9043 * i386-tdep.c (i386_frame_num_args): Remove function.
9044 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9045
9046 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9047 mmx_regnum_to_fp_regnum. Adjust all callers.
9048
9049 * i386-tdep.c (i386_get_longjmp_target): Use
9050 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9051 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9052 extract_address.
9053
9054 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9055
9056 * core-regset.c: Update comments to reflect reality. Re-order
9057 includes.
9058 (fetch_core_registers): Use switch instead of if. Remove
9059 redundant prototype.
9060
9061 2003-04-18 Jim Blandy <jimb@redhat.com>
9062
9063 * s390-tdep.c (s390_frame_align): New function.
9064 (s390_gdbarch_init): Register it with the gdbarch object.
9065
9066 2003-04-17 Richard Henderson <rth@redhat.com>
9067
9068 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9069
9070 2003-04-17 Michael Snyder <msnyder@redhat.com>
9071 Karen Bennet <bennet@redhat.com>
9072
9073 Committed by Elena Zannoni <ezannoni@redhat.com>
9074 * gdb_gcore.sh: New script to create a core dump of a process.
9075
9076 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9077
9078 * values.c (value_being_returned): Don't fetch the return
9079 value if the return type is void.
9080
9081 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9082
9083 * thread-db.c: Reindented.
9084
9085 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9086
9087 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9088 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9089 as types.
9090
9091
9092
9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
9107
9108
9109
9110
9111
9112
9113
9114
9115 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9116
9117 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9118 the size of ``long double'' to 16, instead of 8.
9119
9120 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9121
9122 * i386-linux-nat.c: Add some whitespace to make things more
9123 readable.
9124 (fetch_register, store_register, fetch_inferior_registers,
9125 store_inferior_registers): Get rid of assignment in if-statement.
9126 (store_register): Fix typo in error message.
9127
9128 2003-04-16 Andrew Cagney <cagney@redhat.com>
9129
9130 * utils.c (xmmalloc): Always allocate something, matches
9131 libiberty/xmalloc's semantics.
9132 (xmrealloc, xmcalloc): Ditto.
9133
9134 2003-04-16 Andrew Cagney <cagney@redhat.com>
9135
9136 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9137 update comments.
9138 (get_frame_type): Initialize unwind and type when needed.
9139 (get_frame_id, frame_register_unwind): Ditto.
9140
9141 2003-04-16 Andrew Cagney <cagney@redhat.com>
9142
9143 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9144 obsolete.
9145 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9146 * sparcl-stub.c: Obsolete file.
9147 * config/sparc/tm-sparclet.h: Obsolete file.
9148 * sparclet-stub.c: Obsolete file.
9149 * sparclet-rom.c: Obsolete file.
9150 * sparcl-tdep.c: Obsolete file.
9151 * config/sparc/tm-sparclite.h: Obsolete file.
9152 * config/sparc/sparclite.mt: Obsolete file.
9153 * config/sparc/sparclet.mt: Obsolete file.
9154 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9155 sparc86x-*-* obsolete.
9156
9157 2003-04-15 David Carlton <carlton@math.stanford.edu>
9158
9159 * Makefile.in (SFILES): Add cp-namespace.c.
9160 (COMMON_OBS): Add cp-namespace.o.
9161 (block.o): Depend on gdb_obstack_h and cp_support_h.
9162 (buildsym.o): Depend on cp_support_h.
9163 (cp-namespace.o): New.
9164 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9165 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9166 (dwarf2read.o): Depend on cp_support_h.
9167 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9168 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9169 processing_current_namespace.
9170 (read_namespace): Update processing_current_namespace; check for
9171 anonymous namespaces.
9172 (dwarf2_name): New function.
9173 (dwarf2_extension): Ditto.
9174 * cp-support.h: Update copyright, contributors.
9175 Add inclusion guards.
9176 Add opaque declaration for structs obstack, block, symbol.
9177 (struct using_direct): New struct.
9178 Add declarations for cp_find_first_component,
9179 cp_entire_prefix_len, processing_has_namespace_info,
9180 processing_current_namespace, cp_is_anonymous,
9181 cp_add_using_directive, cp_initialize_namespace,
9182 cp_finalize_namespace, cp_set_block_scope,
9183 cp_scan_for_anonymous_namespaces.
9184 * cp-namespace.c: New file.
9185 * cp-support.c: Update copyright.
9186 Include ctype.h, gdb_assert.h, gdbcmd.h.
9187 New variable maint_cplus_cmd_list.
9188 (cp_find_first_component): New function.
9189 (cp_entire_prefix_len, maint_cplus_command)
9190 (first_component_command, _initialize_cp_support): Ditto.
9191 * buildsym.c: Include cp-support.h.
9192 New variable using_list.
9193 (add_symbol_to_list): Check for anonymous namespaces.
9194 (finish_block): Set block's scope.
9195 (start_symtab): Initialize C++ namespace support.
9196 (end_symtab): Finalize C++ namespace support.
9197 * block.h: Add opaque declarations for structs
9198 block_namespace_info, using_direct, and obstack.
9199 Add declarations for block_set_scope and block_set_using.
9200 (struct block): Add 'language_specific' member.
9201 (BLOCK_NAMESPACE): New macro.
9202 * block.c: Include gdb_obstack.h and cp-support.h.
9203 (struct block_namespace_info): New struct.
9204 (block_set_scope): New function.
9205 (block_set_using, block_initialize_namespace): Ditto.
9206
9207 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9208
9209 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9210 (locate_base): Return early if there aren't any link map offsets.
9211 (svr4_solib_create_inferior_hook): Warn if shared library support
9212 is unavailable.
9213
9214 2003-04-14 David Carlton <carlton@math.stanford.edu>
9215
9216 * symtab.c (symbol_set_names): Add prefix when storing Java names
9217 in hash table. Fix for PR java/1039.
9218
9219 2003-04-14 David Carlton <carlton@math.stanford.edu>
9220
9221 * symtab.c (symbol_set_names): Rename 'name' arg to
9222 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9223 * symtab.h: Change 'name' argument in declaration of
9224 symbol_set_names to 'linkage_name'.
9225 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9226
9227 2003-04-14 Andrew Cagney <cagney@redhat.com>
9228
9229 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9230 return the fully sign-extended register value.
9231 (get_frame_pointer): Ditto.
9232 (mips_pop_frame): Initialize "proc_desc" after checking for a
9233 dummy frame.
9234
9235 2003-04-14 Andrew Cagney <cagney@redhat.com>
9236
9237 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9238 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9239 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9240 (mips_push_register): Delete function.
9241 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9242 PUSH_FP_REGNUM.
9243
9244 2003-04-14 Jim Blandy <jimb@redhat.com>
9245
9246 * symmisc.c: #include "gdb_regex.h".
9247 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9248 functions.
9249 * maint.c (maintenance_list_command): New function.
9250 (_initialize_maint_cmds): Register the above as commands.
9251 * symtab.h (maintenance_list_symtabs,
9252 maintenance_list_psymtabs): New declarations.
9253 * cli/cli-cmds.c (maintenancelistlist): New variable.
9254 (init_cmd_lists): Initialize it.
9255 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9256 * gdbcmd.h (maintenancelistlist): New declaration.
9257 * Makefile.in (symmisc.o): Update dependencies.
9258
9259 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9260
9261 * s390-nat.c: Include asm/types.h for addr_t.
9262
9263 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9264
9265 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9266 actually incoming type.
9267
9268 2003-04-13 Andrew Cagney <cagney@redhat.com>
9269
9270 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9271 get_next_frame and get_frame_saved_regs.
9272
9273 2003-04-13 Andrew Cagney <cagney@redhat.com>
9274
9275 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9276 of gdbarch_num_regs.
9277
9278 2003-04-13 Andrew Cagney <cagney@redhat.com>
9279
9280 * frame.h: Mention what replaced what in "struct frame_info".
9281 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9282 deprecated_update_frame_base_hack and
9283 deprecated_update_frame_pc_hack.
9284 * hppa-tdep.c: Ditto.
9285
9286 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9287
9288 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9289 to read_reg and update its comment. Remove regnum member.
9290 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9291 Don't call read_reg when setting in_reg. Call read_reg to get
9292 the frame base if it's in a register. Return the register number
9293 on the stack instead of in the context. Remove extra arguments
9294 to read_reg.
9295 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9296 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9297 the register number on the expression stack.
9298 (needs_frame_read_reg): Remove extra arguments.
9299
9300 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9301
9302 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9303 made non-static.
9304 (execute_stack_op): All callers updated.
9305 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9306 * dwarf2loc.c (find_location_expression): New function.
9307 (dwarf_expr_frame_base): Call it.
9308 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9309 (dwarf2_tracepoint_var_ref): New function, broken out from
9310 locexpr_tracepoint_var_ref.
9311 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9312 Make static.
9313 (loclist_read_variable, loclist_read_needs_frame): New functions.
9314 (loclist_describe_location, loclist_tracepoint_var_ref): New
9315 functions.
9316 (dwarf2_loclist_funcs): New struct location_funcs.
9317 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9318 (struct dwarf2_locexpr_baton): Add comments.
9319 (dwarf2_loclist_funcs): New extern.
9320 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9321 base_address and base_known.
9322 (dwarf_loc_buffer): New variable.
9323 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9324 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9325 (dwarf2_has_info): Initialize dwarf_loc_offset.
9326 (dwarf2_build_psymtabs): Read in .debug_loc.
9327 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9328 DWARF_LOC_SIZE.
9329 (psymtab_to_symtab_1): Likewise. Move base address calculation
9330 here, from...
9331 (dwarf2_get_pc_bounds): ... here. Use the base address from
9332 cu_header.
9333 (dwarf2_symbol_mark_computed): Handle location lists.
9334
9335 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9336
9337 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9338 if the linkage name demangled successfully.
9339
9340 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9341
9342 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9343 disassmbly_flavour): Removed.
9344
9345 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9346
9347 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9348
9349 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9350
9351 2003-04-12 Andrew Cagney <cagney@redhat.com>
9352
9353 * frame.h (struct frame_info): Move definition from here ...
9354 * frame.c (struct frame_info): ... to here.
9355
9356 2003-04-12 Andrew Cagney <cagney@redhat.com>
9357
9358 * gdbthread.h (save_infrun_state): Delete parameter
9359 "prev_func_start".
9360 (struct thread_info): Delete field "prev_func_start".
9361 (load_infrun_state): Ditto.
9362 * thread.c (load_infrun_state, save_infrun_state): Update.
9363 * infrun.c (prev_func_start): Delete variable.
9364 (context_switch, init_wait_for_inferior): Update.
9365 (stop_stepping, keep_going): Update.
9366
9367 2003-04-12 Andrew Cagney <cagney@redhat.com>
9368
9369 * gdbarch.sh: Add missing opaque declarations.
9370 * gdbarch.h: Regnerate.
9371 * symtab.h: Add missing opaque declarations.
9372 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9373 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9374 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9375 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9376 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9377 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9378 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9379 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9380 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9381 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9382 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9383 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9384 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9385
9386 2003-04-11 Andrew Cagney <cagney@redhat.com>
9387
9388 * frame.c (get_frame_id): Return this frame's "id".
9389 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9390 function start.
9391 (legacy_saved_regs_this_id): Replace function body with
9392 internal-error.
9393 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9394 FRAME_OBSTACK_ZALLOC.
9395 (create_new_frame): Mark the frame ID as valid.
9396
9397 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9398
9399 * Makefile.in (libbfd_h): Added missing setting.
9400 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9401 according to the selected ABI.
9402
9403 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9404
9405 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9406
9407 2003-04-11 Andrew Cagney <cagney@redhat.com>
9408
9409 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9410 SAVED_PC_AFTER_CALL.
9411 * gdbarch.h, gdbarch.c: Regenerate.
9412 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9413 * x86-64-tdep.c (x86_64_init_abi): Update.
9414 * vax-tdep.c (vax_gdbarch_init): Update.
9415 * v850-tdep.c (v850_gdbarch_init): Update.
9416 * sparc-tdep.c (sparc_gdbarch_init): Update.
9417 * sh-tdep.c (sh_gdbarch_init): Update.
9418 * s390-tdep.c (s390_gdbarch_init): Update.
9419 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9420 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9421 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9422 * mips-tdep.c (mips_gdbarch_init): Update.
9423 * mcore-tdep.c (mcore_gdbarch_init): Update.
9424 * m68k-tdep.c (m68k_gdbarch_init): Update.
9425 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9426 * ia64-tdep.c (ia64_gdbarch_init): Update.
9427 (ia64_saved_pc_after_call): Update declaration.
9428 * i386ly-tdep.c (i386lynx_init_abi): Update.
9429 * i386-tdep.c (i386_gdbarch_init): Update.
9430 * hppa-tdep.c (hppa_gdbarch_init): Update.
9431 * h8300-tdep.c (h8300_gdbarch_init): Update.
9432 * frv-tdep.c (frv_gdbarch_init): Update.
9433 * cris-tdep.c (cris_gdbarch_init): Update.
9434 * avr-tdep.c (avr_gdbarch_init): Update.
9435 * arm-tdep.c (arm_gdbarch_init): Update.
9436 * alpha-tdep.c (alpha_gdbarch_init): Update.
9437 * ns32knbsd-nat.c (frame_num_args): Update.
9438 * ns32k-tdep.c (umax_frame_num_args): Update.
9439 * mips-tdep.c (mips_init_frame_pc_first): Update.
9440 * infrun.c (step_over_function): Update.
9441 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9442 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9443 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9444 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9445 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9446 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9447 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9448 * arch-utils.c (init_frame_pc_default): Update.
9449 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9450 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9451 declaration.
9452
9453 2003-04-11 Andrew Cagney <cagney@redhat.com>
9454
9455 * i387-tdep.c: Update copyright.
9456 (i387_to_double): Delete function.
9457 (double_to_i387): Delete function.
9458
9459 2003-04-10 Andrew Cagney <cagney@redhat.com>
9460
9461 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9462 frame's function's address. Simplify.
9463 (d10v_frame_unwind_cache): Check that the frame's function is
9464 non-zero.
9465
9466 2003-04-10 Jim Blandy <jimb@redhat.com>
9467
9468 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9469 call to set_gdbarch_deprecated_push_arguments.
9470
9471 2003-04-10 Andrew Cagney <cagney@redhat.com>
9472
9473 * frame.c (fprint_frame_id): New function.
9474 (fprint_frame_type, fprint_frame): New function.
9475 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9476 (create_sentinel_frame, get_frame_id): Ditto.
9477 (frame_id_p, frame_id_eq): Ditto.
9478 (frame_id_inner, create_new_frame): Ditto.
9479 (legacy_get_prev_frame, get_prev_frame): Ditto.
9480 (deprecated_update_frame_pc_hack): Ditto.
9481 (frame_register_unwind): Ditto.
9482 (deprecated_update_frame_base_hack): Ditto.
9483
9484 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9485
9486 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9487 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9488 frame_chain function.
9489 * Makefile.in: Add dependencies due to above change.
9490
9491 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9492
9493 * blockframe.c (legacy_frame_chain_valid): Move call to
9494 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9495 inside_entry_file.
9496
9497 2003-04-09 Andrew Cagney <cagney@redhat.com>
9498
9499 * frame.h (struct frame_id): Replace "pc" and "base" with
9500 "stack_addr" and "code_addr". Update comments.
9501 (frame_id_build): Update parameter names and comment.
9502 (struct frame_info): Replace "id_p" and "id" with "this_id".
9503 * dummy-frame.c (dummy_frame_this_id): Update.
9504 * breakpoint.c (print_one_breakpoint): Update.
9505 * frame.c (get_frame_id): Update.
9506 (get_frame_base, frame_id_build): Update.
9507 (create_sentinel_frame, legacy_get_prev_frame): Update.
9508 (deprecated_update_frame_base_hack): Update.
9509 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9510 (frame_id_inner): Ditto.
9511
9512 2003-04-09 Andrew Cagney <cagney@redhat.com>
9513
9514 * defs.h (gdb_print_host_address): Make "addr" parameter a
9515 pointer constant.
9516 * utils.c (gdb_print_host_address): Update.
9517
9518 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9519
9520 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9521 register number for R0 is 0.
9522
9523 2003-04-09 J. Brobecker <brobecker@gnat.com>
9524
9525 * frame.h (struct gdbarch): Add opaque structure definition
9526 to avoid a compilation warning on LynxOS 4.0.
9527
9528 2003-04-09 Andrew Cagney <cagney@redhat.com>
9529
9530 * frame.h (struct frame_info): Delete field "pc". Replace
9531 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9532 structure.
9533 * frame.c (frame_pc_unwind): Update.
9534 (create_sentinel_frame): Do not set "pc".
9535 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9536 (get_frame_pc): Call frame_pc_unwind.
9537 (deprecated_update_frame_pc_hack): Update.
9538 (create_new_frame): Use "pc" not "->pc".
9539
9540 2003-04-09 Andrew Cagney <cagney@redhat.com>
9541
9542 * frame.c (get_frame_id): Eliminate code updating "frame".
9543 (legacy_get_prev_frame): Ditto.
9544 (get_frame_base): Return id.base directly.
9545 (deprecated_update_frame_base_hack): Update "id.base".
9546 * frame.h (struct frame_info): Delete field "frame".
9547
9548 2003-04-09 Andrew Cagney <cagney@redhat.com>
9549
9550 * NEWS: Mention that the "Sequent family" is obsolete.
9551 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9552 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9553 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9554 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9555 * config/i386/tm-ptx4.h: Obsolete file.
9556 * config/i386/tm-ptx.h: Obsolete file.
9557 * symm-tdep.c: Obsolete file.
9558 * config/i386/symmetry.mt: Obsolete file.
9559 * config/i386/tm-symmetry.h: Obsolete file.
9560 * symm-nat.c: Obsolete file.
9561 * config/i386/nm-symmetry.h: Obsolete file.
9562 * config/i386/xm-symmetry.h: Obsolete file.
9563 * config/i386/symmetry.mh: Obsolete file.
9564 * config/i386/nm-ptx4.h: Obsolete file.
9565 * config/i386/ptx4.mh: Obsolete file.
9566 * config/i386/ptx.mt: Obsolete file.
9567 * config/i386/ptx.mh: Obsolete file.
9568 * config/i386/xm-ptx4.h: Obsolete file.
9569 * config/i386/xm-ptx.h: Obsolete file.
9570
9571 2003-04-09 Andrew Cagney <cagney@redhat.com>
9572
9573 Obsolete mips*-*-mach3*.
9574 * NEWS: Mention that mips*-*-mach3* is obsolete.
9575 * m3-nat.c: Obsolete file.
9576 * config/nm-m3.h: Obsolete file.
9577 * config/mips/tm-mipsm3.h: Obsolete file.
9578 * config/mips/mipsm3.mt: Obsolete file.
9579 * config/mips/mipsm3.mh: Obsolete file.
9580 * config/mips/xm-mipsm3.h: Obsolete file.
9581 * mipsm3-nat.c: Obsolete file.
9582 * configure.host: Obsolete mips-dec-mach3*.
9583 * configure.tgt: Obsolete mips*-*-mach3*.
9584
9585 2003-04-09 Andrew Cagney <cagney@redhat.com>
9586
9587 * doublest.h: Update copyright.
9588 (deprecated_store_floating, deprecated_extract_floating): Rename
9589 store_floating and extract_floating. Update comments.
9590 * doublest.c: Update copyright.
9591 (extract_floating_by_length): Replace extract_floating.
9592 (store_floating_by_length): Replace store_floating.
9593 (deprecated_extract_floating): New function.
9594 (deprecated_store_floating): New function.
9595 (extract_typed_floating): Call extract_floating_by_length.
9596 (store_typed_floating): Call store_floating_by_length.
9597 * x86-64-tdep.c (x86_64_store_return_value): Update.
9598 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9599 (sh64_extract_return_value): Update.
9600 (sh_sh4_register_convert_to_virtual): Update.
9601 (sh_sh64_register_convert_to_virtual): Update.
9602 (sh_sh4_register_convert_to_raw): Update.
9603 (sh_sh64_register_convert_to_raw): Update.
9604 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9605 (rs6000_register_convert_to_raw): Update.
9606 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9607 (ia64_register_convert_to_raw): Update.
9608 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9609 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9610 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9611 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9612 (alpha_register_convert_to_raw): Update.
9613
9614 2003-04-08 Andrew Cagney <cagney@redhat.com>
9615
9616 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9617 * gdbarch.h, gdbarch.c: Re-generate.
9618 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9619 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9620 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9621 conditionally, use frame_pc_unwind as an alternative. Add
9622 comments.
9623 * arch-utils.c (init_frame_pc_default): Only call
9624 SAVED_PC_AFTER_CALL when available.
9625
9626 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9627
9628 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9629 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9630 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9631 (start_remote): Ditto.
9632 (handle_inferior_event): Ditto.
9633 (save_inferior_status): Ditto.
9634 (restore_inferior_status): Ditto.
9635 * infcmd.c (attach_command): Ditto.
9636 * fork-child.c (startup_inferior): Ditto.
9637 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9638 * alpha-tdep.c (heuristic_proc_start): Ditto.
9639 * mips-tdep.c (heuristic_proc_start): Ditto.
9640 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9641 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9642 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9643 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9644 * remote-vx.c (vx_create_inferior): Ditto.
9645
9646 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9647
9648 * infrun.c (stop_soon_quietly): Make it an enum, to better
9649 override the default behavior of handle_inferior_event.
9650 (clear_proceed_status): Update uses of stop_soon_quietly to
9651 reflect that it is now an enum.
9652 (start_remote): Ditto.
9653 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9654 is set to handle the new GNU/Linux kernel behavior for
9655 attach/sigstop. Update uses of stop_soon_quietly.
9656 * inferior.h (enum stop_kind): New enum.
9657 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9658 Reset normal handle_inferior_event behavior, afterwards.
9659 * fork-child.c (startup_inferior): Update.
9660 * alpha-tdep.c (heuristic_proc_start): Update.
9661 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9662 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9663 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9664 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9665 * remote-vx.c (vx_create_inferior): Update.
9666 * mips-tdep.c (heuristic_proc_start): Update.
9667
9668 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9669
9670 * disasm.c (dump_insns): Move variables inside loop, or they will
9671 be freed more than once, causing wild memory corruptions.
9672 (gdb_disassembly): Look for the substring "-thread",
9673 instead of "-threads" in the target name, to make sure to find
9674 the 'multi-thread' target. Also, make sure we do the right thing
9675 with the "core" target.
9676
9677 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9678
9679 * mips-tdep.c (mips_print_fp_register): New function, created from
9680 do_fp_register_row(). Registers are now (also) printed as hex.
9681 Only one register is printed per row.
9682 (mips_print_register, do_fp_register_row): Print floating point
9683 registers with mips_print_fp_register().
9684
9685 2003-04-06 Andrew Cagney <cagney@redhat.com>
9686
9687 * valprint.h (inspect_it): Add extern declaration.
9688 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9689 (selectors_info, classes_info): Ditto.
9690 (find_objc_msgcall): Fix indentation.
9691 (objc_printstr): Delete extern declarations.
9692
9693 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9694
9695 2003-04-06 Andrew Cagney <cagney@redhat.com>
9696
9697 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9698 Update comment.
9699 * frame.c (legacy_saved_regs_this_id): Update.
9700 (legacy_get_prev_frame): Update.
9701 * xstormy16-tdep.c: Update comment.
9702 * sparc-tdep.c (sparc_frame_chain): Update comment.
9703 * blockframe.c (legacy_frame_chain_valid): Update.
9704
9705 2003-04-06 Andrew Cagney <cagney@redhat.com>
9706
9707 * valprint.c (val_print_type_code_int): Delete #ifdef
9708 PRINT_TYPELESS_INTEGER code.
9709
9710 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9711 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9712 multi-arch definition.
9713 * gdbarch.h: Re-generate.
9714
9715 2003-04-05 Andrew Cagney <cagney@redhat.com>
9716
9717 Eliminate FRAME_FIND_SAVED_REGS.
9718 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9719 Change FSR parameter to a pointer.
9720 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9721 Assume FSR parameter is a pointer.
9722 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9723 Make fsr a pointer.
9724 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9725 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9726 saved_regs a pointer.
9727 (hppa_frame_saved_pc): Ditto.
9728 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9729 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9730 pointer.
9731 (restore_pc_queue): Make fsr a pointer.
9732 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9733 (hppa_frame_chain): Make saved_regs a pointer, call
9734 hppa_frame_init_saved_regs.
9735 * sparc-tdep.c: Include "gdb_assert.h".
9736 (sparc_frame_find_saved_regs): Replace internal_error with
9737 gdb_assert.
9738 * remote-vxsparc.c (vx_read_register): Delete reference to
9739 FRAME_FIND_SAVED_REGS.
9740 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9741 * gdbarch.h: Regenerate.
9742 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9743 (deprecated_get_frame_saved_regs): Delete declaration.
9744 (struct frame_saved_regs): Delete definition.
9745 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9746 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9747 (hppa_frame_find_saved_regs): Delete declaration.
9748 (FRAME_FIND_SAVED_REGS): Delete macro.
9749 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9750 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9751 FRAME_FIND_SAVED_REGS in comment.
9752
9753 2003-04-05 Andrew Cagney <cagney@redhat.com>
9754
9755 * frame.c (frame_func_unwind, get_frame_func): New functions.
9756 * frame.h (get_frame_func, frame_func_unwind): Declare.
9757 (struct frame_info): Add field "prev_func" for caching the
9758 previous frame's function address.
9759 * arm-tdep.c (arm_frameless_function_invocation): Combine
9760 get_pc_function_start and get_frame_pc into get_frame_func.
9761 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9762 (sh64_nofp_frame_init_saved_regs): Ditto.
9763 * s390-tdep.c (s390_function_start): Ditto.
9764 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9765 (rs6000_frameless_function_invocation): Ditto.
9766 (rs6000_frame_saved_pc): Ditto.
9767 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9768 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9769 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9770 (i386_frame_init_saved_regs): Ditto.
9771 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9772 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9773 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9774 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9775 * blockframe.c (frameless_look_for_prologue): Ditto.
9776
9777 2003-04-05 Andrew Cagney <cagney@redhat.com>
9778
9779 * frame.c (legacy_get_prev_frame): Link prev to next at the
9780 function start. Update comments.
9781
9782 2003-04-05 Andrew Cagney <cagney@redhat.com>
9783
9784 * frame.c (get_frame_id): Update comment.
9785 (legacy_get_prev_frame): Update comment.
9786 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9787 * gdbarch.h: Regenerate.
9788 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9789 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9790
9791 2003-04-05 Andrew Cagney <cagney@redhat.com>
9792
9793 * stack.c (print_frame_info): Use get_frame_pc.
9794
9795 2003-04-04 Andrew Cagney <cagney@redhat.com>
9796
9797 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9798 the frame's type from the unwinder.
9799 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9800 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9801 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9802 (get_frame_base_address): Use get_frame_type.
9803 (get_frame_locals_address, get_frame_args_address): Ditto.
9804 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9805 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9806 (struct frame_info): Add comment explaining why the frame contains
9807 a "type" field.
9808 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9809 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9810 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9811 NORMAL_FRAME.
9812 * frame-unwind.h: Include "frame.h".
9813 (struct frame_unwind): Add "type" field.
9814 * Makefile.in (frame_unwind_h): Add $(frame_h).
9815
9816 2003-04-04 Andrew Cagney <cagney@redhat.com>
9817
9818 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9819 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9820 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9821 get_frame_base.
9822 (d10v_unwind_dummy_id): Use frame_id_build.
9823 * frame.c (find_frame_sal): Use get_frame_pc.
9824 (create_new_frame): Use deprecated_update_frame_pc_hack and
9825 deprecated_update_frame_base_hack.
9826 (create_sentinel_frame): Add comment about ->pc going away.
9827 (get_prev_frame): Add comment about ->pc going away.
9828 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9829 frame_id_build, deprecated_update_frame_pc_hack and
9830 deprecated_update_frame_base_hack.
9831 (select_frame): Use get_frame_pc.
9832 (legacy_saved_regs_this_id): Use frame_id_build.
9833
9834 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9835
9836 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9837 signed integer case.
9838 (classify_argument): Handle enumerations and references.
9839
9840 2003-04-04 Andrew Cagney <cagney@redhat.com>
9841
9842 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9843 ID to NULL.
9844
9845 2003-04-01 Adam Fedor <fedor@gnu.org>
9846
9847 * gdb/objc-lang.c (selectors_info): Replace calls to
9848 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9849 SYMBOL_NATURAL_NAME.
9850 (classes_info, find_methods): Likewise.
9851
9852 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9853
9854 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9855 ``mach'' to the value determined by bfd_default_set_arch_mach().
9856
9857 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9858
9859 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9860 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9861 (mi-cmd-file.o): Update dependencies.
9862
9863 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9864
9865 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9866 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9867
9868 2003-04-01 Adam Fedor <fedor@gnu.org>
9869
9870 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9871 * language.h (struct language_defn): Add la_demangle.
9872 (language_demangle): Declare.
9873 * language.c (language_demangle): New function.
9874 (unk_lang_demangle): Likewise.
9875 (unknown_language_defn, auto_language_defn, local_language_defn):
9876 Add ukn_lang_demangle.
9877 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9878 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9879 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9880 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9881 * jv-lang.c (java_demangle): New function
9882 (java_language_defn): Use it for la_demangle element.
9883 * objc-lang.c (objc_demangle): Add options argument
9884 (objc_language_defn): Use objc_demangle for la_demangle element.
9885 * maint.c (maintenance_demangle): Replace switch with
9886 call to language_demangle.
9887 * utils.c (fprintf_symbol_filtered): Likewise.
9888
9889 2003-04-01 Andrew Cagney <cagney@redhat.com>
9890
9891 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9892 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9893 PRINT_TYPELESS_INTEGER.
9894 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9895 PUSH_RETURN_ADDRESS.
9896
9897 2003-04-01 Andrew Cagney <cagney@redhat.com>
9898
9899 * Makefile.in (d10v-tdep.o): Update dependencies.
9900 * d10v-tdep.c: Include "frame-base.h".
9901 (d10v_frame_unwind): Make constant.
9902 (d10v_frame_base_address): New function.
9903 (d10v_frame_base): New variable.
9904 (d10v_gdbarch_init): Set frame_base default.
9905 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9906 comment for base.
9907 (d10v_frame_unwind_cache): Set and use "prev_sp".
9908 (d10v_frame_this_id): Use the previous frame's inner most stack
9909 address and this frame's func address for the frame ID. Use
9910 frame_id_build. Don't analyze beyond the current instruction.
9911
9912 2003-04-01 Andrew Cagney <cagney@redhat.com>
9913
9914 * frame.h (get_frame_locals_address, get_frame_args_address):
9915 Refer to the base address, instead of the address of the first
9916 local or parameter.
9917
9918 2003-04-01 Andrew Cagney <cagney@redhat.com>
9919
9920 Add frame debug info addresses:
9921 * frame-base.c: New file.
9922 * frame-base.h: New file.
9923 * frame.h (struct frame_base): Add opaque declaration.
9924 (get_frame_base): Update comment.
9925 (get_frame_base_address): Declare.
9926 (get_frame_locals_address): Declare.
9927 (get_frame_args_address): Declare.
9928 (struct frame_info): Add "base" and "base_cache". Update
9929 comments on the unwinder.
9930 * frame.c: Include "frame-base.h".
9931 (get_frame_locals_address): New function.
9932 (get_frame_base_address): New function.
9933 (get_frame_args_address): New function.
9934 * findvar.c (read_var_value): Use get_frame_locals_address and
9935 get_frame_args_address.
9936 * stack.c (frame_info): Use get_frame_locals_address and
9937 get_frame_args_address.
9938 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9939 moved to "frame-base.c".
9940 * printcmd.c (print_frame_nameless_args): Ditto.
9941 * symtab.h (address_class): Update comments.
9942 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9943 get_frame_base_address.
9944 * dwarf2expr.c (execute_stack_op): Ditto.
9945 * Makefile.in (frame_base_h): Define.
9946 (frame.o): Update dependencies.
9947 (frame-base.o): Add dependencies.
9948 (SFILES): Add frame-base.c.
9949 (COMMON_OBS): Add frame-base.o.
9950
9951 2003-04-01 Andrew Cagney <cagney@redhat.com>
9952
9953 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9954 CALL_DUMMY_LENGTH): Ditto.
9955 * gdbarch.c: Re-generate.
9956 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9957 (CALL_DUMMY_LENGTH): Delete macro.
9958 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9959 * arm-tdep.c (arm_gdbarch_init): Ditto.
9960 * avr-tdep.c (avr_gdbarch_init): Ditto.
9961 * cris-tdep.c (cris_gdbarch_init): Ditto.
9962 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9963 * frv-tdep.c (frv_gdbarch_init): Ditto.
9964 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9965 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9966 * i386-tdep.c (i386_gdbarch_init): Ditto.
9967 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9968 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9969 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9970 * mips-tdep.c (mips_gdbarch_init): Ditto.
9971 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9972 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9973 * s390-tdep.c (s390_gdbarch_init): Ditto.
9974 * sh-tdep.c (sh_gdbarch_init): Ditto.
9975 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9976 * v850-tdep.c (v850_gdbarch_init): Ditto.
9977 * vax-tdep.c (vax_gdbarch_init): Ditto.
9978 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9979
9980 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9981
9982 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9983
9984 2003-04-01 Andrew Cagney <cagney@redhat.com>
9985
9986 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9987 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9988 * gdbarch.h, gdbarch.c: Re-generate.
9989 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9990 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9991 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9992 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9993 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9994 * infcmd.c (run_stack_dummy): Simplify assuming
9995 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9996 * infrun.c (handle_inferior_event): Ditto.
9997 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9998 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9999 * arm-tdep.c (arm_gdbarch_init): Ditto.
10000 * avr-tdep.c (avr_gdbarch_init): Ditto.
10001 * cris-tdep.c (cris_gdbarch_init): Ditto.
10002 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10003 * frv-tdep.c (frv_gdbarch_init): Ditto.
10004 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10005 * i386-tdep.c (i386_gdbarch_init): Ditto.
10006 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10007 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10008 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10009 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10010 * mips-tdep.c (mips_gdbarch_init): Ditto.
10011 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10012 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10013 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10014 * s390-tdep.c (s390_gdbarch_init): Ditto.
10015 * sh-tdep.c (sh_gdbarch_init): Ditto.
10016 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10017 * v850-tdep.c (v850_gdbarch_init): Ditto.
10018 * vax-tdep.c (vax_gdbarch_init): Ditto.
10019 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10020
10021 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
10022
10023 * symfile.c (symfile_relocate_debug_section): Update call to
10024 bfd_simple_get_relocated_section_contents.
10025
10026 2003-03-31 Andrew Cagney <cagney@redhat.com>
10027
10028 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10029 * gdbarch.h, gdbarch.c: Regenerate.
10030 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10031 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10032 available.
10033 * frame.h (generic_fix_call_dummy): Delete declaration.
10034 * dummy-frame.h: Update comment.
10035 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10036 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10037 fix_call_dummy.
10038 * sh-tdep.c (sh_gdbarch_init): Ditto.
10039 * s390-tdep.c (s390_gdbarch_init): Ditto.
10040 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10041 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10042 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10043 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10044 * i386-tdep.c (i386_gdbarch_init): Ditto.
10045 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10046 * frv-tdep.c (frv_gdbarch_init): Ditto.
10047 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10048 * cris-tdep.c (cris_gdbarch_init): Ditto.
10049 * avr-tdep.c (avr_gdbarch_init): Ditto.
10050 * arm-tdep.c (arm_gdbarch_init): Ditto.
10051
10052 2003-03-31 J. Brobecker <brobecker@gnat.com>
10053
10054 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10055 (INIT_FRAME_AP): Likewise.
10056 (EXTRA_FRAME_INFO): Likewise.
10057
10058 2003-03-31 Andrew Cagney <cagney@redhat.com>
10059
10060 * gdbarch.sh: Include "symfile.h".
10061 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10062 * gdbarch.h, gdbarch.c: Re-generate.
10063 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10064 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10065 call_dummy_address, the default is at entry_point_address.
10066 * v850-tdep.c (v850_gdbarch_init): Ditto.
10067 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10068 * sh-tdep.c (sh_gdbarch_init): Ditto.
10069 * s390-tdep.c (s390_gdbarch_init): Ditto.
10070 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10071 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10072 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10073 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10074 * i386-tdep.c (i386_gdbarch_init): Ditto.
10075 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10076 * frv-tdep.c (frv_gdbarch_init): Ditto.
10077 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10078 * cris-tdep.c (cris_gdbarch_init): Ditto.
10079 * arm-tdep.c (arm_gdbarch_init): Ditto.
10080
10081 2003-03-31 Andrew Cagney <cagney@redhat.com>
10082
10083 * gdbarch.sh (CALL_DUMMY_P): Delete.
10084 * gdbarch.h, gdbarch.c: Re-generate.
10085 * inferior.h (CALL_DUMMY_P): Delete macro.
10086 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10087 * vax-tdep.c (vax_gdbarch_init): Update.
10088 * v850-tdep.c (v850_gdbarch_init): Update.
10089 * sparc-tdep.c (sparc_gdbarch_init): Update.
10090 * sh-tdep.c (sh_gdbarch_init): Update.
10091 * s390-tdep.c (s390_gdbarch_init): Update.
10092 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10093 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10094 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10095 * mips-tdep.c (mips_gdbarch_init): Update.
10096 * mcore-tdep.c (mcore_gdbarch_init): Update.
10097 * m68k-tdep.c (m68k_gdbarch_init): Update.
10098 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10099 * ia64-tdep.c (ia64_gdbarch_init): Update.
10100 * i386-tdep.c (i386_gdbarch_init): Update.
10101 * h8300-tdep.c (h8300_gdbarch_init): Update.
10102 * frv-tdep.c (frv_gdbarch_init): Update.
10103 * d10v-tdep.c (d10v_gdbarch_init): Update.
10104 * cris-tdep.c (cris_gdbarch_init): Update.
10105 * breakpoint.c (deprecated_frame_in_dummy): Update.
10106 * avr-tdep.c (avr_gdbarch_init): Update.
10107 * alpha-tdep.c (alpha_gdbarch_init): Update.
10108 * arm-tdep.c (arm_gdbarch_init): Update.
10109 * dummy-frame.c (dummy_frame_this_id): Update comments.
10110 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10111 * frame.c (legacy_get_prev_frame): Ditto.
10112 * valops.c (call_function_by_hand): Delete function.
10113 (hand_function_call): Rename to call_function_by_hand
10114
10115 2003-03-30 Andrew Cagney <cagney@redhat.com>
10116
10117 2002-11-10 Klee Dienes <kdienes@apple.com>
10118 * value.h (struct value): Update comment.
10119
10120 2003-03-30 Andrew Cagney <cagney@redhat.com>
10121
10122 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10123 D10V_FP_REGNUM.
10124 (d10v_gdbarch_init): Do not set fp_regnum.
10125
10126 * frame.c (get_frame_base): Force ID initialization.
10127 (get_prev_frame): Move computation of the frame ID from here ...
10128 (get_frame_id): ... to here.
10129 (legacy_get_prev_frame): Mark the frame ID as valid.
10130 * frame.h (struct frame_info): Add field "id_p".
10131
10132 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10133
10134 * i386-tdep.c (i386_store_struct_return): Removed.
10135 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10136
10137 2003-03-30 Andrew Cagney <cagney@redhat.com>
10138
10139 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10140 * gdbarch.h, gdbarch.c: Regenerate.
10141 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10142 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10143 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10144 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10145 * i386-tdep.c (i386_gdbarch_init): Ditto.
10146 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10147 * cris-tdep.c (cris_gdbarch_init): Ditto.
10148 * vax-tdep.c (vax_gdbarch_init): Ditto.
10149 * s390-tdep.c (s390_gdbarch_init): Ditto.
10150 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10151 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10152 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10153 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10154 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10155 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10156 * sparc-tdep.c (sparc_gdbarch_init): Update.
10157 * sh-tdep.c (sh_gdbarch_init): Update.
10158 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10159 * mips-tdep.c (mips_gdbarch_init): Update.
10160 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10161 * ia64-tdep.c (ia64_gdbarch_init): Update.
10162 * frv-tdep.c (frv_gdbarch_init): Update.
10163 * avr-tdep.c (avr_gdbarch_init): Update.
10164 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10165 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10166 instead of when push_dummy_call is not available.
10167
10168 2003-03-30 Andrew Cagney <cagney@redhat.com>
10169
10170 * infttrace.c: Include "gdbthread.h".
10171 (parent_attach_all): Fix function signature.
10172 (call_ptrace): Update call.
10173 * Makefile.in (infttrace.o): Update dependencies.
10174
10175 2003-03-30 Andrew Cagney <cagney@redhat.com>
10176
10177 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10178 PUSH_RETURN_ADDRESS.
10179 * gdbarch.h, gdbarch.c: Regenerate.
10180 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10181 * x86-64-tdep.c (x86_64_init_abi): Update.
10182 * v850-tdep.c (v850_gdbarch_init): Update.
10183 * sparc-tdep.c (sparc_gdbarch_init): Update.
10184 * sh-tdep.c (sh_gdbarch_init): Update.
10185 * s390-tdep.c (s390_gdbarch_init): Update.
10186 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10187 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10188 * mips-tdep.c (mips_gdbarch_init): Update.
10189 * mcore-tdep.c (mcore_gdbarch_init): Update.
10190 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10191 * ia64-tdep.c (ia64_gdbarch_init): Update.
10192 * i386-tdep.c (i386_gdbarch_init): Update.
10193 * h8300-tdep.c (h8300_gdbarch_init): Update.
10194 * frv-tdep.c (frv_gdbarch_init): Update.
10195 * cris-tdep.c (cris_gdbarch_init): Update.
10196 * avr-tdep.c (avr_gdbarch_init): Update.
10197 * arm-tdep.c (arm_gdbarch_init): Update.
10198 * valops.c (hand_function_call): Update.
10199
10200 2003-03-29 Andrew Cagney <cagney@redhat.com>
10201
10202 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10203 sizeof_call_dummy_words.
10204 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10205 define.
10206 * gdbarch.h: Regenerate.
10207
10208 2003-03-29 Andrew Cagney <cagney@redhat.com>
10209
10210 * infttrace.h: New file.
10211 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10212 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10213 (hpread_read_doc_function_type): Detect an initialized type1.
10214 (hpread_quick_traverse): Initialize mod_name_string.
10215 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10216 (som_solib_get_solib_by_pc): Declare.
10217 (so_lib_thread_start_addr): Declare.
10218 (no_shared_libraries): Declare.
10219 * somread.c (init_import_symbols): Make static. Add forward
10220 declaration.
10221 * config/pa/nm-hppah.h: Include "infttrace.h" for
10222 parent_attach_all.
10223 (hppa_insert_hw_watchpoint): Declare.
10224 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10225 * hppah-nat.c: Include "gdb_string.h".
10226 (parent_attach_all): Delete extern declaration, moved to
10227 "infttrace.h".
10228 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10229 int.
10230 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10231 * Makefile.in (infttrace_h): Define.
10232 (hpread.o): Update dependencies.
10233 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10234 * hppa-hpux-tdep.c: Include "gdb_string.h".
10235 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10236 * infrun.c (handle_inferior_event): Always initialize
10237 stepped_after_stopped_by_watchpoint. Add default and remove
10238 fallthrough in switch statement.
10239 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10240 parameter to int.
10241 (hppa_remove_hw_watchpoint): Ditto.
10242
10243 2003-03-29 Andrew Cagney <cagney@redhat.com>
10244
10245 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10246 offset.
10247
10248 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10249
10250 * arm-tdep.c (arm_push_arguments): Delete.
10251 (struct stack_item): New type.
10252 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10253 (arm_store_struct_return): Delte.
10254 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10255 arm_push_arguments or arm_store_struct_return.
10256
10257 2003-03-28 Andrew Cagney <cagney@redhat.com>
10258
10259 * Makefile.in (d10v-tdep.o): Update dependencies.
10260 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10261 * d10v-tdep.c: Include "remote.h".
10262 (target_resume_hook): Delete extern declaration.
10263 (target_wait_loop_hook): Ditto.
10264 (tdisassemble_command): Eliminate assignment in "if" conditional.
10265 (d10v_ts2_register_sim_regno): Eliminate call to
10266 legacy_register_sim_regno.
10267 (d10v_ts3_register_sim_regno): Ditto.
10268
10269 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10270
10271 * thread.c: Reindented.
10272 * lin-lwp.c: Ditto.
10273 * linux-proc.c: Ditto.
10274
10275 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10276
10277 * MAINTAINERS (write after approval): Add myself.
10278
10279 2003-03-27 Theodore A. Roth <troth@openavr.org>
10280
10281 * objc-exp.y: Add missing semi-colons.
10282
10283 2003-03-27 Andrew Cagney <cagney@redhat.com>
10284
10285 * regcache.c (write_sp): Delete function and references.
10286 * inferior.h (write_sp): Delete declaration.
10287 * valops.c (hand_function_call): Replace write_sp with
10288 TARGET_WRITE_SP.
10289 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10290 (sparc_pop_frame): Ditto.
10291
10292 2003-03-27 Andrew Cagney <cagney@redhat.com>
10293
10294 * NEWS: Mention removal of support for hppa*-*-bsd* and
10295 hppa*-*-osf* natives, and hppa*-*-pro* target.
10296 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10297 * config/pa/xm-pa.h: Obsolete file.
10298 * config/pa/xm-hppab.h: Obsolete file.
10299 * config/pa/nm-hppab.h: Obsolete file.
10300 * config/pa/tm-hppab.h: Obsolete file.
10301 * config/pa/tm-hppao.h: Obsolete file.
10302 * config/pa/nm-hppao.h: Obsolete file.
10303 * config/pa/tm-pro.h: Obsolete file.
10304 * config/pa/hppaosf.mt: Obsolete file.
10305 * config/pa/hppaosf.mh: Obsolete file.
10306 * config/pa/hppapro.mt: Obsolete file.
10307 * config/pa/hppabsd.mt: Obsolete file.
10308 * config/pa/hppabsd.mh: Obsolete file.
10309 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10310 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10311 hppa*-*-osf*.
10312
10313 2003-03-27 Andrew Cagney <cagney@redhat.com>
10314
10315 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10316 push_arguments. Don't set push_return_address or write_sp.
10317 (d10v_push_dummy_call): Replace d10v_push_arguments.
10318 (d10v_push_return_address, d10v_write_sp): Delete function,
10319 handled by push_dummy_call.
10320
10321 2003-03-26 Andrew Cagney <cagney@redhat.com>
10322
10323 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10324 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10325 regcache and dummy_addr parameters.
10326 * gdbarch.h, gdbarch.c: Re-generate.
10327 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10328 available; assume it will handle stack alignment and return
10329 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10330 legacy_push_arguments.
10331 (legacy_push_arguments): Rename default_push_arguments.
10332 * value.h (legacy_push_arguments): Rename default_push_arguments.
10333 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10334 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10335 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10336 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10337 * config/i386/tm-symmetry.h: Update.
10338 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10339 * x86-64-tdep.c (x86_64_init_abi): Update.
10340 * v850-tdep.c (v850_gdbarch_init): Update.
10341 * sparc-tdep.c (sparc_gdbarch_init): Update.
10342 * sh-tdep.c (sh_gdbarch_init): Update.
10343 * s390-tdep.c (s390_gdbarch_init): Update.
10344 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10345 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10346 * mips-tdep.c (mips_gdbarch_init): Update.
10347 * mcore-tdep.c (mcore_gdbarch_init): Update.
10348 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10349 * ia64-tdep.c (ia64_gdbarch_init): Update.
10350 * i386-tdep.c (i386_gdbarch_init): Update.
10351 * hppa-tdep.c (hppa_gdbarch_init): Update.
10352 * h8300-tdep.c (h8300_gdbarch_init): Update.
10353 * frv-tdep.c (frv_gdbarch_init): Update.
10354 * d10v-tdep.c (d10v_gdbarch_init): Update.
10355 * cris-tdep.c (cris_gdbarch_init): Update.
10356 * avr-tdep.c (avr_gdbarch_init): Update.
10357 * arm-tdep.c (arm_gdbarch_init): Update.
10358 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10359 * alpha-tdep.c (alpha_gdbarch_init): Update.
10360
10361 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10362
10363 * signals/signals.c (do_target_signal_to_host): Correct realtime
10364 signal range test.
10365
10366 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10367
10368 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10369 (struct sal_chain, map_catch_names): Remove.
10370 (catch_exception_command_1): Don't call
10371 handle_gnu_4_16_catch_command.
10372
10373 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10374
10375 From Mark Dettinger <dettinge@de.ibm.com>:
10376 * dwarf2cfi.c (read_2u): Increment pointer by two.
10377
10378 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10379
10380 * signals/signals.c: Fix typos in last change.
10381
10382 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10383
10384 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10385 not already defined. Use __SIGRTMIN if available.
10386 (target_signal_from_host): Remove SIGRTMIN block.
10387 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10388 the signal is within the realtime range.
10389
10390 2003-03-25 Adam Fedor <fedor@gnu.org>
10391
10392 * Makefile.in (infrun.o): Add $(language_h)
10393 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10394 for language specific trampolines.
10395 * language.h (struct language_defn): Add skip_trampoline.
10396 (skip_language_trampoline): Declare.
10397 * language.c (unk_lang_trampoline, skip_language_trampoline):
10398 New functions.
10399 (unknown_language_defn, auto_language_defn, local_language_defn):
10400 Add ukn_lang_trampoline.
10401 * ada-lang.c (ada_language_defn): Add NULL for language
10402 specific skip_trampoline.
10403 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10404 scm-lang.c: Likewise.
10405 * objc-lang.c (objc_skip_trampoline): New function.
10406 (objc_language_defn): Add objc_skip_trampoline.
10407
10408 2003-03-25 Andrew Cagney <cagney@redhat.com>
10409
10410 * frame.c (get_prev_frame): Delay validating a frame's ID -
10411 non-NULL, didn't go backwards - until an attempt to unwind it to
10412 the previous frame.
10413
10414 2003-03-25 Andrew Cagney <cagney@redhat.com>
10415
10416 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10417 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10418 * gdbarch.h, gdbarch.c: Re-generate.
10419 * config/sparc/tm-sparc.h
10420 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10421 * sparc-tdep.c (sparc_gdbarch_init): Set
10422 deprecated_extra_stack_alignment_needed.
10423 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10424 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10425 extra_stack_alignment_needed.
10426 * v850-tdep.c (v850_gdbarch_init): Ditto.
10427 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10428 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10429 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10430 * cris-tdep.c (cris_gdbarch_init): Ditto.
10431 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10432 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10433
10434 2003-03-25 Andrew Cagney <cagney@redhat.com>
10435
10436 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10437 STORE_STRUCT_RETURN.
10438 * gdbarch.h, gdbarch.c: Regenerate.
10439 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10440 (d10v_push_arguments): Set the struct return register.
10441 (d10v_gdbarch_init): Update.
10442 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10443 * x86-64-tdep.c (x86_64_init_abi): Update.
10444 * vax-tdep.c (vax_gdbarch_init): Update.
10445 * v850-tdep.c (v850_gdbarch_init): Update.
10446 * sparc-tdep.c (sparc_gdbarch_init): Update.
10447 * sh-tdep.c (sh_gdbarch_init): Update.
10448 * s390-tdep.c (s390_gdbarch_init): Update.
10449 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10450 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10451 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10452 * mips-tdep.c (mips_gdbarch_init): Update.
10453 * mcore-tdep.c (mcore_gdbarch_init): Update.
10454 * m68k-tdep.c (m68k_gdbarch_init): Update.
10455 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10456 * ia64-tdep.c (ia64_gdbarch_init): Update.
10457 * i386-tdep.c (i386_gdbarch_init): Update.
10458 * hppa-tdep.c (hppa_gdbarch_init): Update.
10459 * h8300-tdep.c (h8300_gdbarch_init): Update.
10460 * frv-tdep.c (frv_gdbarch_init): Update.
10461 * cris-tdep.c (cris_gdbarch_init): Update.
10462 * avr-tdep.c (avr_gdbarch_init): Update.
10463 * arm-tdep.c (arm_gdbarch_init): Update.
10464 * alpha-tdep.c (alpha_gdbarch_init): Update.
10465
10466 2003-03-25 Andrew Cagney <cagney@redhat.com>
10467
10468 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10469 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10470 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10471 * gdbarch.h, gdbarch.c: Regenerate.
10472 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10473 call_dummy_stack_adjust_p.
10474 * vax-tdep.c (vax_gdbarch_init): Ditto.
10475 * v850-tdep.c (v850_gdbarch_init): Ditto.
10476 * sh-tdep.c (sh_gdbarch_init): Ditto.
10477 * s390-tdep.c (s390_gdbarch_init): Ditto.
10478 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10479 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10480 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10481 * mips-tdep.c (mips_gdbarch_init): Ditto.
10482 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10483 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10484 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10485 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10486 * i386-tdep.c (i386_gdbarch_init): Ditto.
10487 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10488 * frv-tdep.c (frv_gdbarch_init): Ditto.
10489 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10490 * cris-tdep.c (cris_gdbarch_init): Ditto.
10491 * avr-tdep.c (avr_gdbarch_init): Ditto.
10492 * arm-tdep.c (arm_gdbarch_init): Ditto.
10493 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10494 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10495 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10496 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10497 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10498 call_dummy_stack_adjust_p.
10499 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10500 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10501 * sparc-tdep.c (sparc32_push_arguments): Update.
10502 * valops.c (hand_function_call): Update.
10503
10504 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10505
10506 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10507 set_gdbarch_char_signed.
10508
10509 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10510
10511 PR cli/548
10512 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10513
10514 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10515
10516 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10517 (_initialize_arm_tdep): Don't set tm_print_insn.
10518
10519 2003-03-24 Adam Fedor <fedor@gnu.org>
10520
10521 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10522 * objc-lang.h: Add multiple inclusion protection.
10523 (start_msglist, add_msglist, end_msglist): Additional declarations.
10524
10525 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10526
10527 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10528 value was renamed to ARM_FLOAT_SOFT_FPA.
10529
10530 2003-03-23 Andrew Cagney <cagney@redhat.com>
10531
10532 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10533 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10534 * gdbarch.h, gdbarch.c: Regenerate.
10535 * valops.c (hand_function_call): Update.
10536 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10537 * frame.c (legacy_saved_regs_this_id): Update.
10538 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10539 * dummy-frame.h: Update.
10540 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10541 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10542 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10543 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10544 * config/m68k/tm-sun3.h: Update.
10545 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10546 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10547 * x86-64-tdep.c (x86_64_init_abi): Update.
10548 * vax-tdep.c (vax_gdbarch_init): Update.
10549 * v850-tdep.c (v850_gdbarch_init): Update.
10550 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10551 * sh-tdep.c (sh_gdbarch_init): Update.
10552 * s390-tdep.c (s390_gdbarch_init): Update.
10553 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10554 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10555 (frame_get_saved_regs): Update.
10556 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10557 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10558 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10559 * mips-tdep.c (mips_gdbarch_init): Update.
10560 * mcore-tdep.c (mcore_gdbarch_init): Update.
10561 * m68k-tdep.c (m68k_gdbarch_init): Update.
10562 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10563 * ia64-tdep.c (ia64_gdbarch_init): Update.
10564 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10565 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10566 (i386_interix_back_one_frame): Update.
10567 * hppa-tdep.c (hppa_gdbarch_init): Update.
10568 (hppa_init_extra_frame_info): Update.
10569 * h8300-tdep.c (h8300_gdbarch_init): Update.
10570 * frv-tdep.c (frv_gdbarch_init): Update.
10571 * cris-tdep.c (cris_gdbarch_init): Update.
10572 * avr-tdep.c (avr_gdbarch_init): Update.
10573 * arm-tdep.c (arm_gdbarch_init): Update.
10574 * alpha-tdep.c (alpha_gdbarch_init): Update.
10575
10576 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10577
10578 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10579 (arm_get_fp_model): Declare.
10580 * arm-tdep.c (fp_model_strings): New string array.
10581 (arm_fp_model, current_fp_model): New variables.
10582 (arm_get_fp_model): New function.
10583 (arm_set_fp): New function.
10584 (set_fp_model_sfunc): New function.
10585 (show_fp_model): New function.
10586 (_initialize_arm_tdep): Add new command to set/show the FPU.
10587 (arm_extract_return_value): Use arm_get_fp_model.
10588 (arm_store_return_value): Likewise.
10589 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10590 to initialize the floating-point data types.
10591 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10592 model is FPA.
10593
10594 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10595
10596 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10597 the current setting of each value.
10598 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10599 new_set and new_show. Use add_setshow_cmd_full and
10600 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10601 commands and add new version as subcommands of "set/show arm".
10602
10603 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10604
10605 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10606 (set_arm_command, show_arm_command): New functions.
10607 (_initialize_arm_tdep): Add them.
10608 (num_disassembly_options): Renamed from num_flavor_options.
10609 (valid_disassembly_styles): Renamed from valid_flavors.
10610 (disassembly_style): Renamed from disassembly_flavor.
10611 (set_disassembly_style_sfunc): Renamed from
10612 set_disassembly_flavor_sfunc.
10613 (set_disassembly_style): Renamed from set_disassembly_flavor.
10614 (arm_othernames): Updated.
10615 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10616 command. Add "set/show arm disassembly" commands. Deprecate
10617 "othernames" command.
10618
10619 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10620
10621 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10622 (arm-tdep.o): Depend on elf_arm_h.
10623
10624 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10625
10626 * Makefile.in (coff_internal_h): Define.
10627 (arm-tdep.o): Update dependencies.
10628
10629 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10630
10631 * arm-tdep.c (prologue_cache): Delete.
10632 (check_prologue_cache, save_prologue_cache): Delete.
10633 (arm_scan_prologue): Don't check or update the prologue_cache.
10634 (arm_gdb_arch_init): Don't initialize it.
10635 (_initialize_arm_tdep): Likewise.
10636
10637 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10638
10639 * MAINTAINERS (tui): Maintainer of tui code.
10640
10641 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10642
10643 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10644 (i386-cygwin-tdep.o): Add dependencies.
10645 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10646 * i386-cygwin-tdep.c: New file.
10647 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10648 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10649
10650 2003-03-20 Andrew Cagney <cagney@redhat.com>
10651
10652 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10653 (handle_inferior_event): Remove code calling
10654 DYNAMIC_TRAMPOLINE_NEXTPC.
10655
10656 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10657 already has a full path.
10658
10659 * main.c (gdb_main): Return 1.
10660 (captured_main): Call error to report an invalid interpreter.
10661
10662 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10663 * alpha-osf1-tdep.c: Include "gdb_string.h".
10664
10665 2003-03-19 J. Brobecker <brobecker@gnat.com>
10666
10667 Continuing work to convert the hppa targets to multiarch partial.
10668
10669 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10670 method, now that hppa_push_dummy_frame has a conformant prototype.
10671 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10672 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10673 for the switch to multiarch partial.
10674
10675 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10676
10677 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10678 when iss is issNull.
10679
10680 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10681
10682 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10683 NUM_REGS bounds check.
10684
10685 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10686
10687 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10688 * mips-tdep.c (gdb_assert.h): Include.
10689 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10690 (mips_register_name): Handle integer registers explicitly. Add
10691 bounds checking.
10692 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10693 (mips_lsi33k_reg_names): Don't list integer registers; they're
10694 handled by mips_register_name() now.
10695 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10696 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10697 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10698 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10699 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10700
10701 2003-03-18 Andrew Cagney <cagney@redhat.com>
10702
10703 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10704 a void pointer.
10705 * gdbtypes.h (print_scalar_formatted): Update declaration.
10706 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10707
10708 2003-03-18 J. Brobecker <brobecker@gnat.com>
10709
10710 * infrun.c (observer.h): Add #include.
10711 (normal_stop): Add call to observer_notify_normal_stop.
10712 * Makefile.in (infrun.o): Add dependency on observer.h.
10713
10714 2003-03-18 J. Brobecker <brobecker@gnat.com>
10715
10716 Continuing work to convert the hppa targets to multiarch partial.
10717 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10718 parameter. Reformat comment.
10719 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10720 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10721 to match new profile.
10722
10723 2003-03-18 J. Brobecker <brobecker@gnat.com>
10724
10725 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10726 appear to be working in any case.
10727
10728 2003-03-18 J. Brobecker <brobecker@gnat.com>
10729
10730 * observer.c (observer_test_first_observer): New static variable.
10731 (observer_test_second_observer): Likewise.
10732 (observer_test_third_observer): Likewise.
10733 (observer_test_first_notification_function): New static function.
10734 (observer_test_second_notification_function): Likewise.
10735 (observer_test_third_notification_function): Likewise.
10736
10737 2003-03-17 J. Brobecker <brobecker@gnat.com>
10738
10739 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10740 * somsolib.c (gdb_assert.h): Likewise.
10741 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10742 (somsolib.o): Likewise.
10743
10744 2003-03-17 Andrew Cagney <cagney@redhat.com>
10745
10746 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10747 BFD. Simplify setting of di.endian.
10748
10749 2003-03-17 Andrew Cagney <cagney@redhat.com>
10750
10751 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10752 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10753
10754 From Elena Zannoni <ezannoni@redhat.com>
10755 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10756 vector and floating-point parameters.
10757 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10758 convention.
10759 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10760
10761 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10762
10763 * MAINTAINERS: Remove my name from several maintainership roles.
10764
10765 2003-03-17 Andrew Cagney <cagney@redhat.com>
10766
10767 Fix frame off-by-one bug.
10768 * frame-unwind.h (frame_this_id_ftype): Replace
10769 frame_unwind_id_ftype.
10770 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10771 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10772 with "prev_register".
10773 * frame-unwind.c (frame_unwind_find_by_pc): Return
10774 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10775 comment.
10776 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10777 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10778 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10779 (dummy_frame_unwind): Update.
10780 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10781 sentinel_frame_register_unwind.
10782 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10783 (sentinel_frame_unwinder): Update.
10784 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10785 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10786 * frame.c (create_sentinel_frame): Update. Initialize
10787 "prologue_cache" instead of "unwind_cache".
10788 (frame_register_unwind): Call this frame's prev_register with the
10789 next frame and this frame's prologue cache.
10790 (get_prev_frame): Simplify. Always call prev frame's this_id with
10791 this frame and prev frame's prologue cache. Document that this
10792 call is shifted one to the left when compared to the
10793 frame_register_unwind call.
10794 (legacy_saved_regs_prev_register): Replace
10795 frame_saved_regs_register_unwind.
10796 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10797 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10798 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10799 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10800 (d10v_frame_unwind): Update.
10801 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10802 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10803 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10804 "saved_regs" with "this_saved_regs".
10805
10806 2003-03-16 Andrew Cagney <cagney@redhat.com>
10807
10808 * frame.c (frame_pop): Don't call target_store_registers. Fix
10809 problem reported by Mark Kettenis.
10810
10811 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10812
10813 * i386-tdep.c (i386_register_type): Renamed from
10814 i386_register_virtual_type. Adjust function signature.
10815 (i386_gdbarch_init): Set register_type instead of
10816 deprecated_max_register_raw_size,
10817 deprecated_max_register_virtual_size and register_virtual_type.
10818
10819 2003-03-14 Andrew Cagney <cagney@redhat.com>
10820
10821 * frame.c (get_prev_frame): When a legacy frame, always call
10822 legacy_get_prev_frame. Simplify unwind code using assumption that
10823 the unwinder is new.
10824 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10825 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10826 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10827
10828 2003-03-14 Andrew Cagney <cagney@redhat.com>
10829
10830 * frame.c (get_saved_register): Delete function.
10831 * frame.h (get_saved_register): Delete declaration.
10832 * xstormy16-tdep.c: Update comment.
10833 * regcache.h: Update comments.
10834 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10835 get_saved_register and extract_address, use
10836 frame_read_unsigned_register.
10837 (sparc_frame_saved_pc): Ditto.
10838 (sparc_get_saved_register): Instead of get_saved_register, use
10839 frame_register.
10840 (sparc_pop_frame): Ditto.
10841 * findvar.c: Update comments.
10842 (value_of_register): Call frame_register instead of
10843 get_saved_register.
10844 (value_from_register): Ditto.
10845 * config/sparc/tm-sparc.h: Update comment.
10846 * breakpoint.c: Update comment.
10847
10848 2003-03-14 Andrew Cagney <cagney@redhat.com>
10849
10850 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10851 GET_SAVED_REGISTER.
10852 * gdbarch.h, gdbarch.c: Re-generate.
10853 * frame.h: Update comments.
10854 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10855 * x86-64-tdep.c (x86_64_init_abi): Update.
10856 * sparc-tdep.c (sparc_gdbarch_init): Update.
10857 * sh-tdep.c (sh_gdbarch_init): Update.
10858 * mips-tdep.c (mips_gdbarch_init): Update.
10859 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10860 * cris-tdep.c (cris_gdbarch_init): Update.
10861 * ia64-tdep.c (ia64_gdbarch_init): Update.
10862 * frame.c (frame_register): Update.
10863 (get_saved_register): Update.
10864 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10865
10866 2003-03-13 Andrew Cagney <cagney@redhat.com>
10867
10868 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10869 * gdbarch.h, gdbarch.c: Regenerate.
10870 * valops.c (hand_function_call): Update comment.
10871 * stack.c (return_command): Update comment.
10872 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10873 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10874 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10875 * x86-64-tdep.c (x86_64_init_abi): Update.
10876 * vax-tdep.c (vax_gdbarch_init): Update.
10877 * v850-tdep.c (v850_gdbarch_init): Update.
10878 * sparc-tdep.c (sparc_gdbarch_init): Update.
10879 * sh-tdep.c (sh_gdbarch_init): Update.
10880 * s390-tdep.c (s390_gdbarch_init): Update.
10881 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10882 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10883 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10884 * mips-tdep.c (mips_gdbarch_init): Update.
10885 * mcore-tdep.c (mcore_gdbarch_init): Update.
10886 * m68k-tdep.c (m68k_gdbarch_init): Update.
10887 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10888 * ia64-tdep.c (ia64_gdbarch_init): Update.
10889 * i386-tdep.c (i386_gdbarch_init): Update.
10890 * hppa-tdep.c (hppa_gdbarch_init): Update.
10891 * h8300-tdep.c (h8300_gdbarch_init): Update.
10892 * frv-tdep.c (frv_gdbarch_init): Update.
10893 * cris-tdep.c (cris_gdbarch_init): Update.
10894 * avr-tdep.c (avr_gdbarch_init): Update.
10895 * arm-tdep.c (arm_gdbarch_init): Update.
10896 * alpha-tdep.c (alpha_gdbarch_init): Update.
10897
10898 2003-03-13 Andrew Cagney <cagney@redhat.com>
10899
10900 * frame.c (legacy_frame_p): New function.
10901 (get_prev_frame): Use legacy_frame_p.
10902 * frame.h (legacy_frame_p): Declare.
10903
10904 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10905
10906 * MAINTAINERS (write after approval): Alphabetically
10907 listing corrected.
10908
10909 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10910
10911 * MAINTAINERS (write after approval): Add myself.
10912
10913 2003-03-12 Andrew Cagney <cagney@redhat.com>
10914
10915 * frame.c (get_prev_frame): Rename the frame parameter to
10916 "this_frame".
10917 (get_next_frame, legacy_get_prev_frame): Ditto.
10918
10919 2003-03-12 Andrew Cagney <cagney@redhat.com>
10920
10921 * frame.c (get_current_frame): Check target_has_registers before
10922 checking target_has_stack.
10923 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10924 instead of deprecated_selected_frame.
10925 * findvar.c (value_of_register): Pass "frame", not
10926 deprecated_selected_frame, to value_of_builtin_reg.
10927
10928 2003-03-12 Andrew Cagney <cagney@redhat.com>
10929
10930 * regcache.c (regcache_cooked_write_signed): New function.
10931 (regcache_cooked_write_unsigned): New function.
10932 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10933 (regcache_cooked_read_signed): Fix regnum in range assertion.
10934 * regcache.h (regcache_cooked_write_signed): Declare.
10935 (regcache_cooked_write_unsigned): Declare.
10936
10937 2003-03-12 Andrew Cagney <cagney@redhat.com>
10938
10939 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10940 * gdbarch.h, gdbarch.c: Re-generate.
10941 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10942 * x86-64-tdep.h: Update.
10943 * x86-64-tdep.c (x86_64_init_abi): Update.
10944 * v850-tdep.c (v850_gdbarch_init): Update.
10945 * sparc-tdep.c (sparc_gdbarch_init): Update.
10946 * sh-tdep.c (sh_gdbarch_init): Update.
10947 * s390-tdep.c (s390_gdbarch_init): Update.
10948 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10949 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10950 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10951 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10952 * mips-tdep.c (mips_gdbarch_init): Update.
10953 * mcore-tdep.c (mcore_gdbarch_init): Update.
10954 * m68k-tdep.c (m68k_gdbarch_init): Update.
10955 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10956 * ia64-tdep.c (ia64_gdbarch_init): Update.
10957 * i386-tdep.c (i386_gdbarch_init): Update.
10958 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10959 * hppa-tdep.c (hppa_gdbarch_init): Update.
10960 * h8300-tdep.c (h8300_gdbarch_init): Update.
10961 * frv-tdep.c (frv_gdbarch_init): Update.
10962 * cris-tdep.c (cris_gdbarch_init): Update.
10963 * avr-tdep.c (avr_gdbarch_init): Update.
10964 * arm-tdep.c (arm_gdbarch_init): Update.
10965 * alpha-tdep.c (alpha_gdbarch_init): Update.
10966 * sh-tdep.c (sh_init_extra_frame_info): Update.
10967 (sh64_init_extra_frame_info): Update.
10968 * ns32knbsd-nat.c (frame_num_args): Update.
10969 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10970 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10971 (xstormy16_frame_chain_valid): Update.
10972 * vax-tdep.c (vax_saved_pc_after_call): Update.
10973 * v850-tdep.c (v850_frame_chain): Update.
10974 (v850_pop_frame): Update.
10975 (v850_init_extra_frame_info): Update.
10976 * sparc-tdep.c (setup_arbitrary_frame): Update.
10977 * ns32k-tdep.c (umax_frame_num_args): Update.
10978 * s390-tdep.c (s390_pop_frame_regular): Update.
10979 * mn10300-tdep.c (mn10300_frame_chain): Update.
10980 (mn10300_pop_frame_regular): Update.
10981 (mn10300_init_extra_frame_info): Update.
10982 * mips-tdep.c (mips_init_frame_pc_first): Update.
10983 (mips_frame_chain): Update.
10984 (mips_pop_frame): Update.
10985 * mcore-tdep.c (mcore_frame_chain): Update.
10986 (mcore_pop_frame): Update.
10987 (mcore_init_extra_frame_info): Update.
10988 * arch-utils.c (init_frame_pc_default): Update.
10989 * m68k-tdep.c (isi_frame_num_args): Update.
10990 (delta68_frame_num_args): Update.
10991 (news_frame_num_args): Update.
10992 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10993 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10994 (alpha_frame_chain): Update.
10995 (alpha_pop_frame): Update.
10996 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10997 (hppa_init_extra_frame_info): Update.
10998 (hppa_frame_chain): Update.
10999 (hppa_frame_chain_valid): Update.
11000 * cris-tdep.c (cris_init_extra_frame_info): Update.
11001 * avr-tdep.c (avr_init_extra_frame_info): Update.
11002 * arm-tdep.c (arm_frame_chain_valid): Update.
11003 (arm_init_extra_frame_info): Update.
11004 (arm_pop_frame): Update.
11005 * frame.c (frame_pc_unwind): Update.
11006 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11007 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11008 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11009 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11010 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11011 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11012
11013 2003-03-12 Andrew Cagney <cagney@redhat.com>
11014
11015 Eliminate the need for POP_FRAME.
11016 * frame.c (do_frame_unwind_register): New function.
11017 (frame_pop): When no POP_FRAME, pop the frame using register
11018 unwind and a scratch regcache.
11019 (frame_saved_regs_pop): Delete function.
11020 (trad_frame_unwinder): Update.
11021 * d10v-tdep.c (d10v_frame_pop): Delete function.
11022 (d10v_frame_unwind): Update.
11023 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11024 (sentinel_frame_unwinder): Update.
11025 * dummy-frame.c (dummy_frame_pop): Delete function.
11026 (dummy_frame_unwind): Update.
11027 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11028 (struct frame_unwind): Update.
11029
11030 2003-03-11 Kevin Buettner <kevinb@redhat.com>
11031
11032 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11033 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11034 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11035 Do range checks on register number obtained from debugging info.
11036 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11037 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11038 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11039 mapping function.
11040 (do_fp_register_row): Fix typo which caused double type to be
11041 used when attempting to unpack a float.
11042
11043 2003-03-11 J. Brobecker <brobecker@gnat.com>
11044
11045 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11046
11047 2003-03-11 Andrew Cagney <cagney@redhat.com>
11048
11049 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11050 frame. Problem found by Corinna Vinschen.
11051
11052 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11053
11054 * doublest.c (floatformat_from_length): Accept also
11055 the real size of 'long double' type.
11056
11057 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
11058
11059 From Klee Dienes <kdienes@apple.com>:
11060 * breakpoint.c (bpstat_copy): Copy the command lines as well
11061 as the old value, to match what is freed in bpstat_clear.
11062
11063 2003-03-10 David Carlton <carlton@math.stanford.edu>
11064
11065 * minsyms.c (add_minsym_to_hash_table): Replace
11066 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11067 (compare_minimal_symbols, compact_minimal_symbols)
11068 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11069 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11070 of DEPRECATED_SYMBOL_MATCHES_NAME.
11071 (lookup_minimal_symbol_solib_trampoline): Ditto.
11072
11073 2003-03-10 Andrew Cagney <cagney@redhat.com>
11074
11075 * regcache.h (regcache_cooked_read_ftype): Define.
11076 (regcache_save, regcache_restore): Add a cooked_read parameter.
11077 * regcache.c (regcache_save, regcache_restore): Update.
11078 (do_cooked_read): New function.
11079 (regcache_cpy): Pass do_cooked_read to regcache_save and
11080 regcache_restore.
11081
11082 2003-03-10 Andrew Cagney <cagney@redhat.com>
11083
11084 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11085 * gdbarch.h, gdbarch.c: Re-generate.
11086 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11087 * x86-64-tdep.h: Update.
11088 * x86-64-tdep.c (x86_64_init_abi): Update.
11089 * v850-tdep.c (v850_gdbarch_init): Update.
11090 * sparc-tdep.c (sparc_gdbarch_init): Update.
11091 * sh-tdep.c (sh_gdbarch_init): Update.
11092 * s390-tdep.c (s390_gdbarch_init): Update.
11093 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11094 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11095 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11096 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11097 * mips-tdep.c (mips_gdbarch_init): Update.
11098 * mcore-tdep.c (mcore_gdbarch_init): Update.
11099 * m68k-tdep.c (m68k_gdbarch_init): Update.
11100 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11101 * ia64-tdep.c (ia64_gdbarch_init): Update.
11102 * i386-tdep.c (i386_gdbarch_init): Update.
11103 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11104 * hppa-tdep.c (hppa_gdbarch_init): Update.
11105 * h8300-tdep.c (h8300_gdbarch_init): Update.
11106 * frv-tdep.c (frv_gdbarch_init): Update.
11107 * cris-tdep.c (cris_gdbarch_init): Update.
11108 * avr-tdep.c (avr_gdbarch_init): Update.
11109 * arm-tdep.c (arm_gdbarch_init): Update.
11110 * alpha-tdep.c (alpha_gdbarch_init): Update.
11111 * sh-tdep.c (sh_init_extra_frame_info): Update.
11112 (sh64_init_extra_frame_info): Update.
11113 * ns32knbsd-nat.c (frame_num_args): Update.
11114 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11115 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11116 (xstormy16_frame_chain_valid): Update.
11117 * vax-tdep.c (vax_saved_pc_after_call): Update.
11118 * v850-tdep.c (v850_frame_chain): Update.
11119 (v850_pop_frame): Update.
11120 (v850_init_extra_frame_info): Update.
11121 * sparc-tdep.c (setup_arbitrary_frame): Update.
11122 * ns32k-tdep.c (umax_frame_num_args): Update.
11123 * s390-tdep.c (s390_pop_frame_regular): Update.
11124 * mn10300-tdep.c (mn10300_frame_chain): Update.
11125 (mn10300_pop_frame_regular): Update.
11126 (mn10300_init_extra_frame_info): Update.
11127 * mips-tdep.c (mips_init_frame_pc_first): Update.
11128 (mips_frame_chain): Update.
11129 (mips_pop_frame): Update.
11130 * mcore-tdep.c (mcore_frame_chain): Update.
11131 (mcore_pop_frame): Update.
11132 (mcore_init_extra_frame_info): Update.
11133 * arch-utils.c (init_frame_pc_default): Update.
11134 * m68k-tdep.c (isi_frame_num_args): Update.
11135 (delta68_frame_num_args): Update.
11136 (news_frame_num_args): Update.
11137 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11138 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11139 (alpha_frame_chain): Update.
11140 (alpha_pop_frame): Update.
11141 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11142 (hppa_init_extra_frame_info): Update.
11143 (hppa_frame_chain): Update.
11144 (hppa_frame_chain_valid): Update.
11145 * cris-tdep.c (cris_init_extra_frame_info): Update.
11146 * avr-tdep.c (avr_init_extra_frame_info): Update.
11147 * arm-tdep.c (arm_frame_chain_valid): Update.
11148 (arm_init_extra_frame_info): Update.
11149 (arm_pop_frame): Update.
11150 * frame.c (frame_pc_unwind): Update.
11151 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11152 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11153 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11154 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11155 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11156 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11157
11158 2003-03-10 Andrew Cagney <cagney@redhat.com>
11159
11160 * gdbarch.sh (gdbarch_unwind_pc): New method.
11161 * gdbarch.h, gdbarch.c: Regenerate.
11162 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11163 but use read_pc and FRAME_SAVED_PC as fall backs.
11164 (frame_saved_regs_pc_unwind): Delete function.
11165 (trad_frame_unwinder): Update.
11166 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11167 (struct frame_unwind): Update.
11168 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11169 (dummy_frame_unwind): Update.
11170 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11171 (sentinel_frame_unwinder): Update.
11172 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11173 (d10v_frame_unwind): Update.
11174 (d10v_unwind_pc): New function.
11175 (d10v_gdbarch_init): Set unwind_pc.
11176
11177 2003-03-10 Andrew Cagney <cagney@redhat.com>
11178
11179 * gdbarch.h: Re-generate.
11180
11181 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11182 PC.
11183 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11184 the PC register.
11185
11186 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11187
11188 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11189
11190 2003-03-08 Andrew Cagney <cagney@redhat.com>
11191
11192 * cli-out.c: Update copyright.
11193 (cli_out_data): Define typedef. Use instead of ui_out_data.
11194
11195 2003-03-08 Andrew Cagney <cagney@redhat.com>
11196
11197 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11198 the result.
11199
11200 2003-03-07 Andrew Cagney <cagney@redhat.com>
11201
11202 * gdbarch.sh: Don't generate two macro definitions when an
11203 undefined macro taking no arguments.
11204 * gdbarch.h: Regenerate.
11205
11206 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11207
11208 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11209 (x86_64_unwind_dummy_id): New functions.
11210 (x86_64_init_abi): Register these two new functions.
11211
11212 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11213
11214 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11215 (x86_64_skip_prologue): Move prologue detection to
11216 separate function.
11217 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11218
11219 2003-03-05 Andrew Cagney <cagney@redhat.com>
11220
11221 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11222 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11223 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11224 to use unwind_dummy_id when a dummy frame.
11225 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11226 predicate.
11227 * gdbarch.h, gdbarch.c: Regneerate.
11228
11229 2003-03-05 Andrew Cagney <cagney@redhat.com>
11230
11231 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11232 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11233 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11234 values.
11235
11236 2003-03-05 Andrew Cagney <cagney@redhat.com>
11237
11238 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11239 (struct d10v_unwind_cache): Delete field "frameless". Replace
11240 "next_addr" with "sp_offset". Add "r11_offset".
11241 (d10v_frame_unwind_cache): Update.
11242 (prologue_find_regs): Update. When "mv r11, sp", save the
11243 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11244 RN was saved in r11_offset.
11245
11246 2003-03-05 Andrew Cagney <cagney@redhat.com>
11247
11248 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11249 cached PC value in the next frame.
11250
11251 2003-03-05 Andrew Cagney <cagney@redhat.com>
11252
11253 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11254 "id_unwind_cache" with "id".
11255 (frame_id_unwind): Delete declaration.
11256 * frame.c (frame_id_unwind): Delete function.
11257 (get_prev_frame): Call the frame id unwind method directly. Store
11258 the returned next frame's ID value in NEXT_FRAME. Note that there
11259 is a problem with the wrong unwind ID being called with the wrong
11260 unwind cache.
11261
11262 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11263
11264 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11265
11266 2003-03-05 James Ingham <jingham@apple.com>
11267 Daniel Jacobowitz <drow@mvista.com>
11268
11269 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11270 (auto_cp_abi): New variable.
11271 (current_cp_abi, num_cp_abis): Make static.
11272 (CP_ABI_MAX): Define.
11273 (cp_abis): Turn into an array.
11274 (value_virtual_fn_field): Fix formatting.
11275 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11276 takes a pointer.
11277 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11278 (list_cp_abis, _initialize_cp_abi): New functions.
11279 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11280 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11281 switch_to_cp_abi. Update prototype for register_cp_abi.
11282 * Makefile.in (cp-abi.o): Update dependencies.
11283 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11284 instead of switch_to_cp_abi.
11285 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11286 register_cp_abi.
11287 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11288 register_cp_abi.
11289 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11290
11291 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11292
11293 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11294 * dwarf2loc.c: Include "regcache.h".
11295 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11296 register_size.
11297 * Makefile.in (dwarf2loc.o): Update dependencies.
11298
11299 2003-03-04 Theodore A. Roth <troth@openavr.org>
11300
11301 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11302 number of io registers reported by remote target is not a multiple of
11303 step.
11304
11305 2003-03-04 David Carlton <carlton@math.stanford.edu>
11306
11307 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11308 (lookup_symbol_aux_psymtabs): Update call to
11309 lookup_partial_symbol.
11310 (lookup_transparent_type, find_main_psymtab)
11311 (make_symbol_overload_list): Ditto.
11312
11313 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11314
11315 * MAINTAINERS (Write after approval): Update my email address.
11316
11317 2003-03-03 Andrew Cagney <cagney@redhat.com>
11318
11319 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11320 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11321 predicate. Replace MAX_REGISTER_RAW_SIZE.
11322 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11323 MAX_REGISTER_VIRTUAL_SIZE.
11324 * regcache.c (legacy_max_register_raw_size): New function.
11325 (legacy_max_register_virtual_size): New function.
11326 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11327 (MAX_REGISTER_RAW_SIZE): Define.
11328 (legacy_max_register_raw_size): Declare.
11329 (legacy_max_register_virtual_size): Declare.
11330 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11331 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11332 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11333 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11334 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11335 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11336 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11337 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11338 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11339 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11340 * vax-tdep.c (vax_gdbarch_init): Update.
11341 * v850-tdep.c (v850_gdbarch_init): Update.
11342 * sparc-tdep.c (sparc_gdbarch_init): Update.
11343 * sh-tdep.c (sh_gdbarch_init): Update.
11344 * s390-tdep.c (s390_gdbarch_init): Update.
11345 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11346 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11347 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11348 * mips-tdep.c (mips_gdbarch_init): Update.
11349 * mcore-tdep.c (mcore_gdbarch_init): Update.
11350 * m68k-tdep.c (m68k_gdbarch_init): Update.
11351 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11352 * ia64-tdep.c (ia64_gdbarch_init): Update.
11353 * i386-tdep.c (i386_gdbarch_init): Update.
11354 * hppa-tdep.c (hppa_gdbarch_init): Update.
11355 * h8300-tdep.c (h8300_gdbarch_init): Update.
11356 * frv-tdep.c (frv_gdbarch_init): Update.
11357 * cris-tdep.c (cris_gdbarch_init): Update.
11358 * avr-tdep.c (avr_gdbarch_init): Update.
11359 * arm-tdep.c (arm_gdbarch_init): Update.
11360 * alpha-tdep.c (alpha_gdbarch_init): Update.
11361 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11362 max_register_raw_size or max_register_virtual_size.
11363
11364 2003-03-03 David Carlton <carlton@math.stanford.edu>
11365
11366 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11367 SYMBOL_MATCHES_NAME, add comment.
11368 (SYMBOL_MATCHES_NATURAL_NAME): New.
11369 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11370 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11371 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11372 * symtab.c (lookup_partial_symbol): Use
11373 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11374 unhelpful comment.
11375 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11376 SYMBOL_MATCHES_NAME.
11377 Fix for PR c++/33.
11378
11379 2003-03-03 David Carlton <carlton@math.stanford.edu>
11380
11381 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11382 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11383 by regexp matching against SYMBOL_NATURAL_NAME.
11384
11385 2003-03-03 David Carlton <carlton@math.stanford.edu>
11386
11387 * linespec.c (find_method): Extract code into collect_methods.
11388 (collect_methods): New.
11389
11390 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11391
11392 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11393 get_frame_base.
11394
11395 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11396 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11397
11398 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11399
11400 * arch-utils.c (generic_register_byte): Fix to use the loop index
11401 and not regnum when summing the size of all registers up to regnum.
11402
11403 2003-03-01 Andrew Cagney <cagney@redhat.com>
11404
11405 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11406 FRAME_INIT_SAVED_REGS.
11407 * gdbarch.h, gdbarch.c: Regenerate.
11408 * stack.c (frame_info): Update.
11409 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11410 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11411 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11412 * ns32k-tdep.c (ns32k_pop_frame): Update.
11413 * mips-tdep.c (mips_pop_frame): Update.
11414 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11415 * ia64-tdep.c (ia64_frame_chain): Update.
11416 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11417 (ia64_frameless_function_invocation): Update.
11418 (ia64_init_extra_frame_info): Update.
11419 (ia64_pop_frame_regular): Update.
11420 * frame.h (struct frame_info): Update comment.
11421 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11422 * frame.c (frame_saved_regs_register_unwind): Update.
11423 (frame_saved_regs_register_unwind): Update.
11424 (deprecated_generic_get_saved_register): Update.
11425 * cris-tdep.c: Update comment.
11426 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11427 Rename macro.
11428 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11429 * x86-64-tdep.c (x86_64_init_abi): Update.
11430 * vax-tdep.c (vax_gdbarch_init): Update.
11431 * v850-tdep.c (v850_gdbarch_init): Update.
11432 * sparc-tdep.c (sparc_gdbarch_init): Update.
11433 * sh-tdep.c (sh_gdbarch_init): Update.
11434 * s390-tdep.c (s390_gdbarch_init): Update.
11435 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11436 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11437 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11438 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11439 * mips-tdep.c (mips_gdbarch_init): Update.
11440 * mcore-tdep.c (mcore_gdbarch_init): Update.
11441 * m68k-tdep.c (m68k_gdbarch_init): Update.
11442 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11443 * ia64-tdep.c (ia64_gdbarch_init): Update.
11444 * i386-tdep.c (i386_gdbarch_init): Update.
11445 * frv-tdep.c (frv_gdbarch_init): Update.
11446 * avr-tdep.c (avr_gdbarch_init): Update.
11447 * arm-tdep.c (arm_gdbarch_init): Update.
11448 * alpha-tdep.c (alpha_gdbarch_init): Update.
11449
11450 2003-03-01 Andrew Cagney <cagney@redhat.com>
11451
11452 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11453 option enum and switch. When no windows, set the interpreter to
11454 INTERP_CONSOLE.
11455
11456 2003-03-01 Andrew Cagney <cagney@redhat.com>
11457
11458 * main.c (captured_main): Replace magic option characters with an
11459 enum.
11460
11461 2003-03-01 Andrew Cagney <cagney@redhat.com>
11462
11463 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11464 INIT_EXTRA_FRAME_INFO.
11465 * gdbarch.h, gdbarch.c: Regenerate.
11466 * arm-tdep.c: Update comments.
11467 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11468 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11469 * frame.h, avr-tdep.c: Ditto.
11470 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11471 (create_new_frame, legacy_get_prev_frame): Ditto.
11472 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11473 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11474 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11475 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11476 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11477 * v850-tdep.c (v850_gdbarch_init): Ditto.
11478 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11479 * sh-tdep.c (sh_gdbarch_init): Ditto.
11480 * s390-tdep.c (s390_gdbarch_init): Ditto.
11481 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11482 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11483 * mips-tdep.c (mips_gdbarch_init): Ditto.
11484 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11485 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11486 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11487 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11488 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11489 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11490 * frv-tdep.c (frv_gdbarch_init): Ditto.
11491 * cris-tdep.c (cris_gdbarch_init): Ditto.
11492 * avr-tdep.c (avr_gdbarch_init): Ditto.
11493 * arm-tdep.c (arm_gdbarch_init): Ditto.
11494 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11495 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11496
11497 2003-03-01 Andrew Cagney <cagney@redhat.com>
11498
11499 * gdbarch.sh (register_type): New function with predicate.
11500 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11501 * gdbarch.h, gdbarch.c: Re-generate.
11502 * arch-utils.c (generic_register_byte): Use generic_register_size.
11503 (generic_register_size): When available, use
11504 gdbarch_register_type.
11505 * regcache.c (init_regcache_descr): When available, initialize the
11506 register type array using gdbarch_register_type. If the
11507 architecture supplies gdbarch_register_type, do not use the legacy
11508 regcache layout.
11509 * d10v-tdep.c (d10v_register_type): Replace
11510 d10v_register_virtual_type.
11511 (d10v_gdbarch_init): Set register_type instead of
11512 register_virtual_type.
11513
11514 2003-03-01 Andrew Cagney <cagney@redhat.com>
11515
11516 * Makefile.in (ax-gdb.o): Update dependencies.
11517 * ax-gdb.c: Include "regcache.h".
11518 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11519 * findvar.c (value_of_register): Ditto.
11520 * infcmd.c (default_print_registers_info): Ditto.
11521
11522 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11523
11524 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11525 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11526
11527 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11528
11529 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11530 of STREQ.
11531
11532 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11533
11534 * Makefile.in (dwarf2loc.o): Update dependencies.
11535 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11536 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11537 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11538 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11539 (locexpr_tracepoint_var_ref): New function.
11540 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11541
11542 2003-02-28 Andrew Cagney <cagney@redhat.com>
11543
11544 * regcache.c (register_size): New function.
11545 * regcache.h (register_size): Declare
11546 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11547 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11548
11549 2003-02-28 David Carlton <carlton@math.stanford.edu>
11550
11551 * linespec.c (decode_compound): Extract code into find_method.
11552 (find_method): New.
11553
11554 2003-02-28 J. Brobecker <brobecker@gnat.com>
11555
11556 * Makefile.in: Add rules to build and link in observer.o.
11557
11558 2003-02-27 J. Brobecker <brobecker@gnat.com>
11559
11560 * observer.c: Minor comments edits.
11561
11562 2003-02-27 J. Brobecker <brobecker@gnat.com>
11563
11564 * observer.h, observer.c: New file.
11565
11566 2003-02-27 Andrew Cagney <cagney@redhat.com>
11567
11568 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11569
11570 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11571
11572 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11573 (M6812_OP_STS_EXT): Likewise.
11574 (m6811_prologue): Use the above to recognize prologue.
11575 (m6812_prologue): Likewise.
11576
11577 2003-02-27 David Carlton <carlton@math.stanford.edu>
11578
11579 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11580 SYMBOL_PRINT_NAME.
11581 (compare_psymbols): Ditto.
11582 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11583
11584 2003-02-27 Michael Snyder <msnyder@redhat.com>
11585
11586 * f-lang.c (build_fortran_types): New function.
11587 (_initialize_f_language): Gdbarch-register built-in fortran types.
11588 * doublest.c (extract_floating): Fix warning text.
11589
11590 2003-02-27 Andrew Cagney <cagney@redhat.com>
11591
11592 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11593 predicate. Replaces PUSH_DUMMY_FRAME.
11594 * gdbarch.h, gdbarch.c: Regnerate.
11595 * valops.c (hand_function_call): Update. Call
11596 generic_push_dummy_frame directly.
11597 * vax-tdep.c (vax_gdbarch_init): Update.
11598 * sparc-tdep.c (sparc_gdbarch_init): Update.
11599 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11600 * m68k-tdep.c (m68k_gdbarch_init): Update.
11601 * hppa-tdep.c (hppa_gdbarch_init): Update.
11602 * alpha-tdep.c (alpha_gdbarch_init): Update.
11603 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11604 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11605 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11606 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11607 push_dummy_frame to generic_push_dummy_frame.
11608 * v850-tdep.c (v850_gdbarch_init): Ditto.
11609 * sh-tdep.c (sh_gdbarch_init): Ditto.
11610 * s390-tdep.c (s390_gdbarch_init): Ditto.
11611 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11612 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11613 * mips-tdep.c (mips_gdbarch_init): Ditto.
11614 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11615 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11616 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11617 * i386-tdep.c (i386_gdbarch_init): Ditto.
11618 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11619 * frv-tdep.c (frv_gdbarch_init): Ditto.
11620 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11621 * cris-tdep.c (cris_gdbarch_init): Ditto.
11622 * avr-tdep.c (avr_gdbarch_init): Ditto.
11623 * arm-tdep.c (arm_gdbarch_init): Ditto.
11624
11625 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11626
11627 * mips-tdep.c (show_mips_abi): New function.
11628 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11629 command ``show mips abi''.
11630
11631 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11632
11633 From Elena Zannoni <ezannoni@redhat.com>
11634 * dbxread.c (process_one_symbol): Only record line 0 if one or
11635 more sline entries have been seen for the function.
11636
11637 2003-02-26 Michael Chastain <mec@shout.net>
11638
11639 * configure: Regenerate with autoconf 000227.
11640
11641 2003-02-26 Michael Chastain <mec@shout.net>
11642
11643 Close PR build/660.
11644 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11645 for old libc5/glibc.
11646 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11647
11648 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11649
11650 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11651 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11652
11653 2003-02-26 Michael Chastain <mec@shout.net>
11654
11655 * configure.in: New variable HAVE_UINTPTR_T.
11656 * configure, config.in: Regenerated.
11657
11658 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11659
11660 Fix PR build/1097.
11661 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11662
11663 2003-02-25 Andrew Cagney <cagney@redhat.com>
11664
11665 * frame.c (get_prev_frame): Add comment on check for
11666 inside_entry_func. Only check for inside_entry_file when not a
11667 dummy and not a sentinel. Check that the new frame is not inner
11668 to the old frame.
11669
11670 2003-02-25 Andrew Cagney <cagney@redhat.com>
11671
11672 * frame.c (frame_debug): New variable.
11673 (_initialize_frame): Add "set/show debug frame" command.
11674 (get_prev_frame): When frame_debug, print reason why unwind
11675 failed.
11676
11677 2003-02-25 Michael Chastain <mec@shout.net>
11678
11679 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11680 to avoid uintptr_t definition problems.
11681
11682 2003-02-25 David Carlton <carlton@math.stanford.edu>
11683
11684 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11685 (SYMBOL_LINKAGE_NAME): Ditto.
11686 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11687 SYMBOL_LINKAGE_NAME.
11688 (struct general_symbol_info): Expand comment.
11689 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11690 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11691 (SYMBOL_MATCHES_REGEXP): Ditto.
11692 * symtab.c (symbol_natural_name): New function.
11693 * objfiles.h: Replace all uses of SYMBOL_NAME by
11694 DEPRECATED_SYMBOL_NAME.
11695 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11696 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11697 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11698 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11699 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11700 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11701 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11702 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11703 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11704 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11705 * ada-exp.y: Ditto.
11706 * ada-exp.y: Update copyright.
11707 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11708 * cp-valprint.c: Ditto.
11709
11710 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11711
11712 * infptrace.c (detach): Do not flag error if ptrace detach fails
11713 and errno is set to ESRCH.
11714
11715 2003-02-24 Andrew Cagney <cagney@redhat.com>
11716
11717 * infptrace.c (udot_info): Change type of udot_off to long. Use
11718 paddr when printing udot_off's value.
11719
11720 2003-02-24 David Carlton <carlton@math.stanford.edu>
11721
11722 * symtab.c (make_symbol_overload_list): Only read in partial
11723 symtabs containing a matching partial symbol.
11724
11725 2003-02-24 David Carlton <carlton@math.stanford.edu>
11726
11727 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11728 do the comparison, not strcmp.
11729 * symfile.c (compare_psymbols): Ditto.
11730 * defs.h: Declare strcmp_iw_ordered.
11731 * utils.c (strcmp_iw_ordered): New function.
11732
11733 2003-02-24 Jim Blandy <jimb@redhat.com>
11734
11735 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11736 support, shared libs): Remove my name from here, to better reflect
11737 reality.
11738
11739 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11740
11741 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11742 (target_ops): Add to_have_continuable_watchpoint.
11743 * target.c (update_current_target): Add INHERIT line for
11744 to_have_continuable_watchpoint.
11745 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11746 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11747 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11748 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11749
11750 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11751
11752 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11753 maintainership.
11754
11755 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11756
11757 * solib.c (solib_open): Call target defined search function after
11758 failing with solib-search-path.
11759 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11760 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11761
11762 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11763
11764 * MAINTAINERS: Add myself to Write After section.
11765
11766 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11767
11768 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11769
11770 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11771
11772 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11773 (m68hc11_add_reggroups): New function.
11774 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11775 (m68hc11_gdbarch_init): Install the reggroups.
11776 (_initialize_m68hc11_tdep): Initialize them.
11777
11778 2003-02-21 James E Wilson <wilson@tuliptree.org>
11779
11780 * MAINTAINERS: Update my email address.
11781
11782 2003-02-21 David Carlton <carlton@math.stanford.edu>
11783
11784 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11785
11786 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11787
11788 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11789 * symtab.h: Add opaque declarations of struct axs_value and
11790 struct agent_expr.
11791 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11792 (struct location_funcs): New type.
11793 (struct symbol): Add "loc" to aux_value.
11794 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11795 * dwarf2read.c: Include "dwarf2expr.h".
11796 (dwarf2_symbol_mark_computed): New function.
11797 (read_func_scope): Use it.
11798 (var_decode_location): New function.
11799 (new_symbol): Use it.
11800 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11801
11802 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11803 (dwarf2expr_h, dwarf2loc_h): New variables.
11804 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11805 (dwarf2expr.o, dwarf2loc.o): New rules.
11806 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11807 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11808 LOC_COMPUTED_ARG.
11809 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11810 * m2-exp.y (yylex): Likewise.
11811 * printcmd.c (address_info, print_frame_args): Likewise.
11812 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11813 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11814 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11815 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11816 * symtab.c (lookup_block_symbol): Likewise.
11817
11818 2003-02-20 Adam Fedor <fedor@gnu.org>
11819
11820 * symtab.h: Remove objc_specific struct
11821 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11822 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11823 Have language_objc use cplus_specific struct.
11824
11825 2003-02-20 Tom Tromey <tromey@redhat.com>
11826
11827 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11828 TYPE_NAME, when printing a String value. PR java/1075.
11829
11830 2003-02-20 Adam Fedor <fedor@gnu.org>
11831
11832 * objc-lang.h (find_methods): Remove declaration.
11833 * objc-lang.c (find_methods): Make static.
11834
11835 2003-02-20 Christopher Faylor <cgf@redhat.com>
11836
11837 * win32-nat.c (get_image_name): Check return value from
11838 ReadProcessMemory.
11839 (child_xfer_memory): Ditto.
11840
11841 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11842
11843 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11844 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11845 '${exec_prefix}' (in addition to the expansion thereof) as
11846 relocatable.
11847 * configure: Rebuilt.
11848
11849 2003-02-20 David Carlton <carlton@math.stanford.edu>
11850
11851 * symtab.c (search_symbols): Revert the search_symbols part of my
11852 2002-12-23 patch. Add comment.
11853
11854 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11855
11856 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11857 * dbxread.c (elfstab_build_psymtabs): Don't call
11858 install_minimal_symbols.
11859 (stabsect_build_psymtabs): Likewise.
11860 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11861 earlier.
11862 * somread.c (som_symfile_read): Call install_minimal_symbols
11863 and do_cleanups earlier.
11864 * nlmread.c (nlm_symfile_read): Likewise.
11865 * mdebugread.c (elfmdebug_build_psymtabs): Call
11866 install_minimal_symbols and make appropriate cleanups.
11867
11868 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11869
11870 * solib.c (reload_shared_libraries): New function.
11871 (_initialize_solib): Add callbacks for ``set solib-search-path''
11872 and ``set solib-absolute-prefix''.
11873
11874 2003-02-20 David Carlton <carlton@math.stanford.edu>
11875
11876 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11877 expand comment.
11878 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11879 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11880 * ada-typeprint.c (ada_typedef_print): Ditto.
11881 * ax-gdb.c (gen_var_ref): Ditto.
11882 * breakpoint.c (print_one_breakpoint): Ditto.
11883 * buildsym.c (finish_block): Ditto.
11884 * c-valprint.c (c_val_print): Ditto.
11885 * expprint.c (print_subexp): Ditto.
11886 * findvar.c (locate_var_value): Ditto.
11887 * infcmd.c (jump_command): Ditto.
11888 * linespec.c (decode_line_2, decode_compound): Ditto.
11889 * maint.c (maintenance_translate_address): Ditto.
11890 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11891 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11892 Ditto.
11893 * p-valprint.c (pascal_val_print): Ditto.
11894 * stabsread.c (define_symbol): Ditto.
11895 * stack.c (print_frame, frame_info, print_block_frame_locals)
11896 (print_frame_arg_vars, return_command): Ditto.
11897 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11898 * symmisc.c (print_symbol): Ditto.
11899 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11900 (compare_search_syms, print_symbol_info, print_msymbol_info)
11901 (rbreak_command): Ditto.
11902 * tracepoint.c (tracepoints_info): Ditto.
11903 * typeprint.c (typedef_print): Ditto.
11904 * valops.c (value_of_variable, hand_function_call): Ditto.
11905 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11906 * ada-typeprint.c: Update Copyright.
11907 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11908 * tracepoint.c, cli/cli-cmds.c: Ditto.
11909
11910 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11911
11912 * frame.c (generic_unwind_get_saved_register): Make non-static.
11913 * frame.h (generic_unwind_get_saved_register): Declare.
11914 * mips-tdep.c (read_next_frame_reg): Fetch register from
11915 current regcache when frame is NULL.
11916 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11917 that must be NULL.
11918 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11919 instead of frame_register_unwind().
11920
11921 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11922
11923 * remote-sim.c (gdbsim_insert_breakpoint)
11924 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11925 code.
11926
11927 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11928
11929 * remote.c (_initialize_remote): Add commands "set/show remote
11930 hardware-watchpoint-limit" and "set/show remote
11931 hardware-breakpoint-limit".
11932 (remote_hw_watchpoint_limit): Initialize to -1.
11933 (remote_hw_breakpoint_limit): Ditto.
11934 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11935
11936 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11937
11938 * coff-pe-read.c: New file - support reading of minimal symbols from a
11939 portable executable using the export table.
11940 * coff-pe-read.h: New file.
11941 * coffread.c: Include coff-pe-read.h.
11942 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11943 debugging symbols found.
11944 * Makefile.in (SFILES): Add coff-pe-read.o.
11945 (coff_pe_read_h): Define.
11946 (COMMON_OBS): Add coff-pe-read.o.
11947 (coffread.o): Add coff_pe_read_h dependency.
11948 (coff-pe-read.o): New target.
11949
11950 2003-02-19 David Carlton <carlton@math.stanford.edu>
11951
11952 * Makefile.in (SFILES): Add block.c.
11953 (block_h): New.
11954 (COMMON_OBS): Add block.o.
11955 (block.o): New.
11956 (x86-64-tdep.o): Add $(block_h).
11957 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11958 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11959 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11960 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11961 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11962 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11963 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11964 * value.h: Add opaque declaration for struct block.
11965 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11966 * ada-lang.h: Ditto.
11967 * x86-64-tdep.c: #include "block.h"
11968 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11969 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11970 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11971 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11972 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11973 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11974 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11975 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11976 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11977 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11978 * symtab.c (block_function): Ditto.
11979 (contained_in): Ditto.
11980 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11981 block.h. Add opaque declaration for struct block.
11982 * symtab.h: Move block_function and contained_in declarations to
11983 block.h. Add opaque declarations for struct block, struct
11984 blockvector.
11985 (struct block): Move to block.h.
11986 (struct blockvector): Ditto.
11987 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11988 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11989 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11990 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11991 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11992 Ditto.
11993 * block.c: New file.
11994 * block.h: New file.
11995
11996 2003-02-19 Theodore A. Roth <troth@openavr.org>
11997
11998 * avr-tdep.c (avr_extract_return_value): Remove function.
11999 (avr_store_return_value): Remove function.
12000 (avr_extract_struct_value_address): Remove function.
12001 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12002
12003 2003-02-19 Andrew Cagney <ac131313@redhat.com>
12004
12005 * rs6000-tdep.c: Include "gdb_assert.h".
12006 (registers_e500): Add "acc" and "spefscr".
12007 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12008 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12009 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12010 really is "r0".
12011 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12012
12013 2003-02-18 Keith Seitz <keiths@redhat.com>
12014
12015 * Makefile.in: Add gdbtk-interps.c.
12016
12017 2003-02-18 Kevin Buettner <kevinb@redhat.com>
12018
12019 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12020 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12021
12022 2003-02-18 Andrew Cagney <cagney@redhat.com>
12023
12024 * symtab.h (struct objfile): Add opaque declaration.
12025
12026 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
12027
12028 From Jim Ingham <jingham@apple.com>:
12029 * dbxread.c (process_one_symbol): Use last_function_start rather
12030 than function_start_offset to find the real beginning of the
12031 current function. The latter is just the text section offset on
12032 some systems, the former is always the real function start.
12033
12034 2003-02-17 Andrew Cagney <cagney@redhat.com>
12035
12036 * configure.in: Revert ${target} != ${host}.
12037
12038 2003-02-17 Andrew Cagney <ac131313@redhat.com>
12039
12040 * configure.in (Makefile): Use the test ${target} != ${host},
12041 instead of the absence of the "nm.h" file, to determine of the
12042 configuration non-native.
12043 * configure: Regenerate.
12044
12045 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
12046
12047 From Brian Ford <ford@vss.fsi.com>
12048
12049 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12050 conditionalize tui_active test.
12051 (lookup_cmd_1): Ditto.
12052
12053 2003-02-14 Mark Kettenis <kettenis@gnu.org>
12054
12055 * configure.in: Add check for _etext.
12056 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12057 available.
12058 * config.in, configure: regenerated.
12059
12060 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
12061
12062 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12063
12064 2003-02-14 Andrew Cagney <ac131313@redhat.com>
12065
12066 * main.c (tui_version): Delete variable.
12067 (captured_main): When --tui, set interpreter_p to "tui" instead of
12068 enabling tui_version.
12069 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12070 tui_version.
12071 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12072 * cli/cli-cmds.c (disassemble_command): Ditto.
12073 * defs.h (tui_version): Delete declaration.
12074 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12075 (tui-interp.o): Add rules.
12076 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12077
12078 2003-02-14 Christopher Faylor <cgf@redhat.com>
12079
12080 * win32-nat.c (register_loaded_dll): Correctly set address range for
12081 just-loaded dll.
12082
12083 2003-02-12 Jason Molenda (jmolenda@apple.com)
12084
12085 * symmisc.c (print_objfile_statistics): Include information about
12086 the number of psymtabs and symtabs in each object file.
12087
12088 2003-02-13 Keith R Seitz <keiths@redhat.com>
12089
12090 * main.h (struct captured_main_args): Add interpreter_p.
12091 * main.c (captured_main): Initialize interpreter_p from context.
12092 * gdb.c (main): Set interpreter_p argument.
12093 * Makefile.in (gdb.o): Add dependency for interps.h.
12094
12095 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12096
12097 * event-top.c (cli_command_loop): Delete declaration.
12098 (_initialize_event_loop): Delete function setting event_loop_hook.
12099 * event-top.h (cli_command_loop): Declare. Update copyright.
12100 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12101 * interps.c (current_interp_command_loop): When event_loop_p, call
12102 cli_command_loop.
12103
12104 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12105
12106 * interps.h (interp_command_loop_ftype): Change return type to
12107 void.
12108
12109 2003-02-12 Michal Ludvig <mludvig@suse.cz>
12110
12111 * x86-64-tdep.c (x86_64_extract_return_value)
12112 (x86_64_store_return_value): Use regcache instead of regbuf.
12113 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12114 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12115
12116 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12117
12118 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12119 * aclocal.m4: Regenerate.
12120 * configure: Regenerate.
12121
12122 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12123 TCL_LD_SEARCH_FLAGS.
12124
12125 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12126
12127 * dwarf2cfi.c: Reindented.
12128
12129 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12130
12131 * interps.c (clear_interpreter_hooks): Convert function definition
12132 to ISO C.
12133
12134 2003-02-07 David Carlton <carlton@math.stanford.edu>
12135
12136 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12137
12138 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12139
12140 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12141 (struct type): ...to here.
12142 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12143 field.
12144 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12145 (replace_type): Set length on all type variants for a given type.
12146
12147 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12148
12149 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12150 <sys/stat.h>.
12151 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12152
12153 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12154
12155 * Makefile.in (symm-nat.o): Update dependencies.
12156 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12157 (lynx-nat.o, ia64-linux-nat.): Ditto.
12158 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12159 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12160 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12161
12162 * Makefile.in (inflow_h): Define.
12163 (procfs.o, inflow.o, procfs.o): Update dependencies.
12164 * inftarg.c (child_stop): Delete extern declaration of
12165 inferior_process_group. Include "inflow.h".
12166 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12167 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12168 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12169 (our_process_group, inferior_process_group): Extern declarations.
12170
12171 * procfs.c: Include "gdb_assert.h".
12172
12173 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12174 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12175 * jv-typeprint.c (java_type_print_base): Ditto.
12176 * typeprint.c (typedef_print): Eliminate STREQ.
12177 * cli/cli-script.c (define_command, define_command): Ditto.
12178 * main.c (captured_main): Ditto.
12179 * values.c (lookup_internalvar): Ditto.
12180 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12181 within `if' conditional.
12182 * linespec.c (decode_line_2): Ditto.
12183 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12184 (bfd_openw_with_cleanup): Ditto.
12185
12186 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12187
12188 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12189 legacy_extract_return_value and store_return_value to
12190 legacy_return_value.
12191
12192 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12193
12194 * win32-nat.c (get_relocated_section_addrs): New function. Find
12195 section load addresses for symbol handling in relocated DLLs.
12196 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12197
12198 2003-02-05 Fred Fish <fnf@intrinsity.com>
12199
12200 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12201 '=' and '!='.
12202 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12203 with '&' and '=='.
12204 (angel_RDI_info): Ditto.
12205 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12206 with '&' and '!='.
12207 (threads_continue_all_with_signals): Ditto.
12208
12209 2003-02-05 Jim Ingham <jingham@apple.com>
12210 Keith Seitz <keiths@redhat.com>
12211 Elena Zannoni <ezannoni@redhat.com>
12212 Andrew Cagney <ac131313@redhat.com>
12213
12214 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12215 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12216 (SUBDIR_MI_OBS): Add "mi-interp.o".
12217 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12218 (SFILES): Add "interps.c".
12219 (COMMON_OBS): Add "interps.o".
12220 (interps_h, mi_main_h): Define.
12221 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12222 (mi-main.o, main.o, event-top.o): Update dependencies.
12223 * cli/cli-interp.c: New file.
12224 * interps.h, interps.c: New files.
12225 * top.c: (gdb_init): Don't install the default interpreter, handed
12226 by captured_main.
12227 * main.c: Include "interps.h".
12228 (interpreter_p): Note that it should malloc'ed.
12229 (captured_command_loop): Call current_interp_command_loop.
12230 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12231 xfree and xstrdup when updating interpreter_p. Install the
12232 default interpreter. Add hack to stop mi1's copyright notice
12233 being encoded.
12234 * event-top.h (gdb_setup_readline): Declare.
12235 (gdb_disable_readline): Declare.
12236 * event-top.c: Include "interps.h".
12237 (display_gdb_prompt): Call current_interp_display_prompt_p.
12238 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12239 gdb_stdlog, and gdb_stdtarg.
12240 (_initialize_event_loop): Don't call gdb_setup_readline.
12241 * cli-out.c (cli_out_set_stream): New function.
12242 * cli-out.h (cli_out_set_stream): Declare.
12243
12244 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12245
12246 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12247 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12248 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12249 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12250 config/i386/i386v42mp.mt: Removed.
12251
12252 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12253
12254 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12255 GDB_OSABI_SOLARIS.
12256
12257 2003-02-05 Michael Chastain <mec@shout.net>
12258
12259 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12260 2.12.1 and earlier versions.
12261
12262 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12263
12264 Remove orphaned hosts, targets and files.
12265 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12266 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12267 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12268 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12269 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12270 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12271 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12272 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12273 * config/sparc/tm-sp64sim.h: Delete.
12274 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12275 hosts.
12276 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12277 mips*-dec-mach3* targets.
12278
12279 2003-02-04 Michael Chastain <mec@shout.net>
12280
12281 * NEWS: Fix typo: sepcifying -> specifying.
12282
12283 2003-02-04 Michael Chastain <mec@shout.net>
12284
12285 * dwarfread.c: Add documentation on the state of dwarf-1,
12286 looking towards obsoletion.
12287
12288 2003-02-03 Michael Chastain <mec@shout.net>
12289
12290 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12291 gdb/testsuite/gdb.c++/pr-1023.exp.
12292
12293 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12294
12295 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12296 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12297
12298 * utils.c (init_page_info): Delete reference to MPW in comments.
12299 * main.c (captured_main): Delete #ifdef MPW.
12300
12301 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12302
12303 * NEWS: Note that the m32r-*-elf* is obsolete.
12304 * monitor.c (monitor_expect): Obsolete reference to m32r.
12305 * configure.tgt: Mark m32r-*-elf* as obsolete.
12306 * MAINTAINERS: Mark m32k as obsolete.
12307 * m32r-rom.c: Obsolete file.
12308 * config/m32r/m32r.mt: Obsolete file.
12309 * config/m32r/tm-m32r.h: Obsolete file.
12310 * m32r-stub.c: Obsolete file.
12311 * m32r-tdep.c: Obsolete file.
12312
12313 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12314
12315 * NEWS: Mention that the z8k-zilog-none is obsolete.
12316 * MAINTAINERS: Mark z8k as obsolete.
12317 * configure.tgt: Obsolete the z8k-*-coff* target.
12318 * config/z8k/z8k.mt: Obsolete file.
12319 * config/z8k/tm-z8k.h: Obsolete file.
12320 * z8k-tdep.c: Obsolete file.
12321
12322 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12323
12324 * NEWS: Mention that the mn10200-elf is obsolete.
12325 * configure.tgt: Obsolete mn10200-*-* target.
12326 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12327 mention that the mn10200 is obsolete.
12328 * breakpoint.h: Ditto.
12329 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12330 * config/mn10200/mn10200.mt: Obsolete file.
12331 * config/mn10200/tm-mn10200.h: Obsolete file.
12332 * mn10200-tdep.c: Obsolete file.
12333
12334 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12335
12336 * MAINTAINERS: Mark h8500 as obsolete.
12337 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12338 * findvar.c (value_from_register): Ditto.
12339 * h8500-tdep.c: Mark file as obsolete.
12340 * config/h8500/h8500.mt: Ditto.
12341 * config/h8500/tm-h8500.h: Ditto.
12342 * NEWS: Mention that h8500 is obsolete.
12343
12344 2003-02-04 David Carlton <carlton@math.stanford.edu>
12345
12346 * objfiles.c (allocate_objfile): Always set name. Add comment at
12347 start of function.
12348 * jv-lang.c (get_dynamics_objfile): Add comment.
12349
12350 2003-02-04 David Carlton <carlton@math.stanford.edu>
12351
12352 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12353 * printcmd.c (build_address_symbolic): Replace uses of
12354 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12355 SYMBOL_NAME, and asm_demangle.
12356 Update copyright.
12357
12358 2003-02-04 David Carlton <carlton@math.stanford.edu>
12359
12360 * linespec.c (decode_compound): Extract code into
12361 lookup_prefix_sym.
12362 (lookup_prefix_sym): New function.
12363
12364 2003-02-04 David Carlton <carlton@math.stanford.edu>
12365
12366 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12367 FLOAT_COERCION_BADNESS.
12368 * gdbtypes.c (rank_one_type): Replace all uses of
12369 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12370
12371 2003-02-04 Jim Blandy <jimb@redhat.com>
12372
12373 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12374 section, let dwarf_macinfo_section point to it, not
12375 dwarf_loc_section.
12376
12377 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12378
12379 Pointed out by Anton Blanchard <anton@samba.org>.
12380 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12381 (ppc_linux_at_sigtramp_return_path): Use it.
12382
12383 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12384
12385 * defs.h (streq): Add prototype.
12386 * utils.c (streq): New function.
12387
12388 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12389 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12390 * mdebugread.c (new_symbol): Likewise.
12391 * stabsread.c (define_symbol): Likewise.
12392 * coffread.c (process_coff_symbol): Likewise.
12393 * dwarfread.c (new_symbol): Likewise.
12394
12395 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12396 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12397 here.
12398 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12399 SYMBOL_INIT_DEMANGLED_NAME.
12400 * objfiles.c: Include "hashtab.h".
12401 (allocate_objfile): Call htab_set_functions_ex for the
12402 demangled_names_hash.
12403 (free_objfile): Call htab_delete for the demangled_names_hash.
12404 * objfiles.h (struct htab): Add declaration.
12405 (struct objfile): Add demangled_names_hash.
12406 * symfile.c: Include "hashtab.h".
12407 (reread_symbols): Call htab_delete for the demangled_names_hash.
12408 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12409 SYMBOL_NAME in the bcache.
12410 * symtab.c: Include "hashtab.h". Update comments.
12411 (create_demangled_names_hash, symbol_set_names): New functions.
12412 (symbol_find_demangled_name): New function, broken out from
12413 symbol_init_demangled_names.
12414 (symbol_init_demangled_names): Use it.
12415 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12416 (SYMBOL_SET_NAMES): New macro.
12417 (symbol_set_names): Add prototype.
12418
12419 2003-02-03 Jim Blandy <jimb@redhat.com>
12420
12421 Use a single, consistent representation for an empty minimal
12422 symbol table in an objfile.
12423 * objfiles.c (terminate_minimal_symbol_table): New function.
12424 (allocate_objfile): Call it.
12425 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12426 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12427 non-NULL.
12428 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12429 objfile has minimal symbols, compare minimal_symbol_count to zero,
12430 instead of comparing msymbols with NULL.
12431 * objfiles.c (have_minimal_symbols): Same.
12432 * solib-sunos.c (solib_add_common_symbols): Call
12433 terminate_minimal_symbol_table.
12434 * symfile.c (reread_symbols): Same.
12435
12436 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12437
12438 * s390-tdep.c (s390_address_class_type_flags)
12439 (s390_address_class_type_flags_to_name)
12440 (s390_address_class_name_to_type_flags): New functions.
12441 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12442 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12443
12444 2003-02-03 Michael Snyder <msnyder@redhat.com>
12445
12446 * arm-tdep.c: Fix spell-o in comment.
12447
12448 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12449
12450 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12451 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12452 error messages to contain BFD filename.
12453
12454 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12455
12456 Fix PR gdb/742 gdb/743 gdb/877
12457 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12458 (do_mixed_source_and_assembly): Use
12459 make_cleanup_ui_out_tuple_begin_end and
12460 make_cleanup_ui_out_tuple_begin_end.
12461 (do_mixed_source_and_assembly): Ditto.
12462 * thread.c (do_captured_list_thread_ids): Ditto.
12463 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12464 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12465 ui_out_tuple_end): Delete prototypes.
12466 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12467 ui_out_list_end, ui_out_tuple_end): Delete.
12468
12469 From Kevin Buettner <kevinb@redhat.com>:
12470 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12471 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12472 (do_cleanup_table_end): New functions.
12473 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12474 Use cleanups to invoke_ui_out_tuple_end().
12475 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12476 * cli/cli-setshow.c (cmd_show_list): Use
12477 make_cleanup_ui_out_tuple_begin_end.
12478
12479 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12480
12481 * frame.c (frame_unwind_register): New function.
12482 (frame_unwind_unsigned_register): Use.
12483 (frame_unwind_signed_register): Use.
12484 (frame_read_register): New function.
12485 * frame.h (frame_unwind_register): Declare.
12486 (frame_read_register): Declare.
12487
12488 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12489 and frame_unwind_register instead of read_memory, write_register
12490 and deprecated_write_register_bytes.
12491
12492 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12493
12494 * frame.h: Note that namelen can be negative.
12495 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12496 NAME's length.
12497
12498 * NEWS: Mention that the d10v's `regs' command is deprecated.
12499 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12500 (d10v_print_registers_info): New function.
12501 (show_regs): Call d10v_print_registers_info.
12502 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12503
12504 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12505
12506 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12507 lost in the previous patch.
12508
12509 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12510
12511 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12512 * stack.c (print_frame_info_base): Output complete FRAME tuple
12513 for synthesized frames.
12514
12515 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12516
12517 * mips-nat.c (zerobuf): Delete.
12518 (fetch_inferior_registers): Alloc local zerobuf.
12519 (fetch_core_registers): Alloc local zerobuf.
12520 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12521 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12522 * thread-db.c (thread_db_store_registers): Ditto.
12523 * sh-tdep.c (sh_do_register): Ditto.
12524 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12525 * remote-sim.c (gdbsim_store_register): Ditto.
12526 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12527 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12528 * monitor.c (monitor_supply_register): Ditto.
12529 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12530 * mips-nat.c (fetch_inferior_registers): Ditto.
12531 * m68klinux-nat.c (fetch_register): Ditto.
12532 * lynx-nat.c (fetch_inferior_registers): Ditto.
12533 (fetch_inferior_registers): Ditto.
12534 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12535 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12536 (hpux_thread_store_registers): Ditto.
12537 * hppah-nat.c (fetch_register): Ditto.
12538 * hppab-nat.c (fetch_register): Ditto.
12539 * hppa-tdep.c (pa_register_look_aside): Ditto.
12540 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12541 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12542
12543 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12544
12545 * gdbarch.sh: Explictly specify all method levels. When a
12546 variable with an empty level, provide a non-multi-arch default.
12547 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12548 * gdbarch.h: Re-generate.
12549 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12550 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12551
12552 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12553
12554 * defs.h (host_pointer_to_address): Delete declaration.
12555 (address_to_host_pointer): Delete declaration.
12556 * utils.c (host_pointer_to_address): Delete function.
12557 (address_to_host_pointer): Delete function.
12558 * procfs.c (procfs_address_to_host_pointer): New function.
12559 * procfs.c (proc_set_watchpoint): Use.
12560 (procfs_can_use_hw_breakpoint): Update comments.
12561 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12562 (som_solib_add): Use.
12563 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12564 * hppa-tdep.c (unwind_command): Use.
12565
12566 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12567
12568 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12569 strlen d_name.
12570
12571 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12572 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12573 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12574 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12575 (define_symbol): Update.
12576 * symfile.c (generic_load): Remove references to nindy.
12577 * symtab.c: Remove references to nindy.
12578
12579 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12580
12581 * infcmd.c (print_float_info): Delete code conditional on
12582 FLOAT_INFO.
12583 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12584 * config/m68k/nm-apollo68b.h: Ditto.
12585 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12586 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12587 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12588
12589 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12590
12591 * config/i386/tm-i386os9k.h: Removed.
12592
12593 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12594 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12595 they're identical to i[3456]86-*-sysv* now.
12596 * config/i386/i386v32.mh: Removed.
12597 * config/i386/xm-i386v32.h: Removed.
12598 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12599
12600 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12601
12602 * config/i386/i386dgux.mh: Removed.
12603 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12604
12605 * configure.in: Fix typo.
12606 * configure: Regenerated.
12607
12608 2003-01-31 David Carlton <carlton@math.stanford.edu>
12609
12610 * dwarf2read.c (dwarf2_locate_sections): Set
12611 dwarf_ranges_section.
12612
12613 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12614
12615 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12616 * utils.c: Update comments documenting legitimate uses of PTR.
12617
12618 * utils.c: Re-indent.
12619
12620 * config/djgpp/fnchange.lst: Delete nindy files.
12621 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12622 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12623 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12624 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12625 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12626 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12627 * Makefile.in (init.c): Remove nindy references.
12628 (saber_gdb): Delete rule.
12629 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12630 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12631 and a68v-nat.c.
12632 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12633 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12634 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12635 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12636 nindy-share/stop.h.
12637 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12638 * saber.suppress: Delete file.
12639
12640 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12641
12642 * dbxread.c (stabs_data): New static variable.
12643 (fill_symbuf): Support an in-memory buffer for stabs data.
12644 (stabs_seek): New function.
12645 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12646 (read_ofile_symtab): Use stabs_seek.
12647 (elfstab_build_psymtabs): Take an asection* instead of
12648 an offset and size. Relocate the stabs data if necessary.
12649 Save the section* for dbx_psymtab_to_symtab.
12650 * dwarf2read.c: Add section variables for each debug section.
12651 (dwarf2_locate_sections): Fill them in.
12652 (dwarf2_read_section): Take an asection* argument.
12653 Relocate the section contents if necessary.
12654 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12655 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12656 it to dwarf2_read_section.
12657 (dwarf2_build_frame_info): Update callers.
12658 * elfread.c (elf_symfile_read): Update call to
12659 elfstab_build_psymtabs.
12660 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12661 (DBX_STAB_SECTION): New macro.
12662 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12663 * symfile.c (symfile_dummy_outputs): New function.
12664 (symfile_relocate_debug_section): New function.
12665 * symfile.h (symfile_relocate_debug_section): Add prototype.
12666
12667 2003-01-31 Richard Henderson <rth@redhat.com>
12668
12669 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12670 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12671 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12672 * alpha-tdep.c (alpha_register_name): Add "unique".
12673 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12674 (ALPHA_UNIQUE_REGNUM): New.
12675 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12676
12677 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12678
12679 * README: Remove reference to Ericsson 1800 monitor.
12680 * Makefile.in (remote-es.o): Delete rule.
12681 (ALLDEPFILES): Delete remote-es.c.
12682 * remote-es.c: Delete file.
12683 * config/m68k/es1800.mt: Delete file.
12684 * config/djgpp/fnchange.lst: Update.
12685 * configure.tgt: Delete m68*-ericsson-* target.
12686
12687 2003-01-31 Adam Fedor <fedor@gnu.org>
12688
12689 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12690 Remove duplicate/shadowing variable of same name.
12691
12692 2003-01-30 Jim Blandy <jimb@redhat.com>
12693
12694 * symfile.c (find_separate_debug_file): Assert that the objfile's
12695 directory name we compute ends with a slash, and then assume that
12696 that's so everywhere we use it.
12697
12698 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12699
12700 * valops.c (value_assign): Flush frame cache after stores to memory
12701 also.
12702
12703 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12704
12705 * Makefile.in (mon960-rom.o): Delete rule.
12706 * mon960-rom.c: Delete file.
12707
12708 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12709
12710 * d10v-tdep.c: Include "frame-unwind.h".
12711 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12712 list.
12713 (next_addr, uses_frame): Delete.
12714 (struct d10v_unwind_cache): Define.
12715 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12716 Use info instead of next_addr and uses_frame globals.
12717 (d10v_frame_init_saved_regs): Delete function.
12718 (d10v_init_extra_frame_info): Delete function.
12719 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12720 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12721 init_frame_pc or frame_saved_pc.
12722 (d10v_pop_frame): Delete function.
12723 (do_d10v_pop_frame): Delete function.
12724 (d10v_frame_chain): Delete function.
12725 (d10v_frame_chain_valid): Delete function.
12726 (d10v_frame_pc_unwind): New function.
12727 (d10v_frame_id_unwind): New function.
12728 (saved_regs_unwinder): New function.
12729 (d10v_frame_register_unwind): New function.
12730 (d10v_frame_pop): New function.
12731 (d10v_frame_unwind): New variable.
12732 (d10v_frame_p): New function.
12733 (d10v_frame_saved_pc): Delete function.
12734 * Makefile.in (d10v-tdep.o): Update dependencies.
12735
12736 2003-01-30 J. Brobecker <brobecker@gnat.com>
12737
12738 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12739 causing some regressions due to a change in the default value
12740 for this macro.
12741
12742 2003-01-29 Richard Henderson <rth@redhat.com>
12743 Elena Zannoni <ezannoni@redhat.com>
12744 Daniel Jacobowitz <drow@mvista.com>
12745
12746 Fix PR gdb/961.
12747 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12748 variables.
12749 (RANGES_SECTION): New.
12750 (dwarf_ranges_buffer): New variable.
12751 (struct comp_unit_head): Add member "die".
12752 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12753 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12754 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12755 (dwarf2_locate_sections): Likewise.
12756 (dwarf2_build_psymtabs): Read .debug_ranges.
12757 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12758 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12759 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12760 Look for DW_AT_ranges and return the bounding box.
12761
12762 2003-01-29 Brian Ford <ford@vss.fsi.com>
12763
12764 * win32-nat.c (cygwin_pid): Removed as unused.
12765 (child_attach): Try fall back to Cygwin pid.
12766
12767 2003-01-29 Jim Blandy <jimb@redhat.com>
12768
12769 * objfiles.h (struct objfile): Doc fix.
12770
12771 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12772
12773 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12774 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12775 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12776 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12777 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12778 (FRAME_SAVED_PC): Change to a function with predicate.
12779 * gdbarch.h, gdbarch.c: Re-generate.
12780
12781 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12782
12783 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12784
12785 * complaints.c (complain): Delete function.
12786 * complaints.h (struct deprecated_complaint): Delete definition.
12787 (complain): Delete declaration.
12788
12789 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12790
12791 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12792 dummy frames.
12793
12794 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12795
12796 * sentinel-frame.h, sentinel-frame.c: New files.
12797 * Makefile.in (frame.o): Update dependencies.
12798 (SFILES): Add sentinel-frame.c.
12799 (sentinel_frame_h): Define.
12800 (COMMON_OBS): Add sentinel-frame.o.
12801 (sentinel-frame.o): Specify dependencies.
12802 * frame.c: Include "sentinel-frame.h".
12803 (frame_register_unwind): Rewrite assuming that there is always a a
12804 ->next frame.
12805 (frame_register, generic_unwind_get_saved_register): Ditto.
12806 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12807 (create_sentinel_frame, unwind_to_current_frame): New functions.
12808 (get_current_frame): Rewrite using create_sentinel_frame and
12809 unwind_to_current_frame. When possible, always create a frame.
12810 (create_new_frame): Set next to the sentinel frame.
12811 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12812 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12813 ID cache when necessary.
12814 (frame_saved_regs_id_unwind): Use frame_relative_level.
12815 (deprecated_generic_get_saved_register): Use frame_relative_level,
12816 get_frame_saved_regs, get_frame_pc, get_frame_base and
12817 get_next_frame.
12818 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12819 frame_register.
12820
12821 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12822
12823 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12824
12825 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12826
12827 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12828 (maintenance_set_profile_cmd): Use error () instead of warning ().
12829
12830 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12831
12832 * configure.in: Check that -pg works if using --enable-profiling.
12833 Check for monstartup and _mcleanup regardless of --enable-profiling.
12834 * maint.c: Check for monstartup and _mcleanup before using them.
12835 * config.in: Regenerated.
12836 * configure: Regenerated.
12837
12838 2003-01-24 Nick Clifton <nickc@redhat.com>
12839
12840 * Add sh2e support:
12841
12842 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12843
12844 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12845 (sh2e_show_regs): New.
12846 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12847 * config/sh/tm-sh.h: Added sh2e to comments.
12848
12849 2003-01-23 Jim Blandy <jimb@redhat.com>
12850
12851 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12852 symbols found)" message here; we haven't checked for a separate
12853 debug info file yet, so we don't know yet.
12854 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12855 we've looked everywhere. Also, there's no need to print a special
12856 message when we're loading the separate debug info file: the one
12857 symbol_file_add prints is fine.
12858
12859 2003-01-23 Alexander Larsson <alexl@redhat.com>
12860 Jim Blandy <jimb@redhat.com>
12861
12862 Add support for executables whose debug info has been separated
12863 out into a separate file, leaving only a link behind.
12864 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12865 and separate_debug_objfile_backlink.
12866 (put_objfile_before): New declaration.
12867 * symfile.c: #include "filenames.h".
12868 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12869 debug info in a separate file, read that, too. Save the addrs
12870 argument, so we can use it again to read the separated debug info;
12871 syms_from_objfile modifies the table we pass it.
12872 (reread_symbols): After re-reading an objfile, call
12873 reread_separate_symbols to refresh its separate debug info
12874 objfile, if it has one.
12875 (reread_separate_symbols, find_separate_debug_file,
12876 get_debug_link_info, separate_debug_file_exists): New functions.
12877 (debug_file_directory): New global var.
12878 (_initialize_symfile): Initialize debug_file_directory, and
12879 provide the new `set debug-file-directory' command to let the user
12880 change it.
12881 * objfiles.c (free_objfile): If this objfile has its debug info in
12882 a separate objfile, free that one too. If this is itself a
12883 separate debug info objfile, clear our parent's backlink.
12884 (put_objfile_before): New function.
12885 * utils.c (gnu_debuglink_crc32): New function.
12886 * defs.h (gnu_debuglink_crc32): New declaration.
12887 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12888 * configure.in: Handle --with-separate-debug-dir config option.
12889 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12890 * acconfig.h (DEBUGDIR): New macro.
12891 * configure, aclocal.m4, config.in: Regenerated.
12892
12893 2003-01-22 Jim Blandy <jimb@redhat.com>
12894
12895 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12896 like the old symbol_file_add, but taking new arguments: you can
12897 now pass in either a `struct section_addr_info' list to say where
12898 each section is loaded, or a `struct section_offsets' table. Pass
12899 these new arguments through to syms_from_objfile as appropriate.
12900 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12901 with the appropriate quiescent values for the new arguments.
12902
12903 * symfile.c: #include "gdb_assert.h".
12904 (syms_from_objfile): Add the ability to pass in a section offset
12905 table directly, as an alternative to the section_addr_info table.
12906 Document arguments better.
12907 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12908 * symfile.h (syms_from_objfile): Update declaration.
12909 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12910 syms_from_objfile.
12911 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12912
12913 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12914
12915 Original patch by Tom Tromey <tromey@cygnus.com> and
12916 Jason Molenda <jmolenda@apple.com>.
12917 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12918 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12919 * NEWS: Mention profiling.
12920 * configure.in (--enable-gdbtk): Fix typo.
12921 (--enable-profiling): New. Set PROFILE_CFLAGS.
12922 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12923 Fill in function.
12924 (profiling_state): New variable.
12925 (mcleanup_wrapper): New function.
12926 (_initialize_maint): Remove NOTYET, fix call to
12927 add_setshow_boolean_cmd for "maint set profile".
12928 * configure: Regenerated.
12929
12930 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12931
12932 * Makefile.in (install-gdbtk): Install PNG images too.
12933
12934 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12935
12936 * exec.c (text_start): Delete global variable.
12937 (exec_file_attach): Make text_start local to the function.
12938 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12939 * valops.c (hand_function_call): Delete code that handles
12940 BEFORE_TEXT_END and AFTER_TEXT_END.
12941 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12942 of CALL_DUMMY_LOCATION.
12943 * gdbarch.c: Regenerate.
12944 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12945 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12946 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12947 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12948 (text_end): Delete extern declaration.
12949
12950 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12951
12952 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12953 * blockframe.c (backtrace_below_main): Move to "frame.c".
12954 (frame_chain_valid): Delete check for backtrace_below_main.
12955 (_initialize_blockframe): Delete initialization, move ``set
12956 backtrace-below-main'' command to "frame.c".
12957 (do_flush_frames_sfunc): Delete function.
12958 * frame.c: Include "command.h" and "gdbcmd.h".
12959 (frame_type_from_pc): New function.
12960 (create_new_frame): Use frame_type_from_pc.
12961 (legacy_get_prev_frame): New function.
12962 (get_prev_frame): Rewrite. When an old style frame, call
12963 legacy_get_prev_frame. Otherwize, unwind the PC first.
12964 (_initialize_frame): Add ``set backtrace-below-main'' command.
12965 * Makefile.in (frame.o): Update dependencies.
12966
12967 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12968
12969 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12970 DEPRECATED_REGISTERS_INFO.
12971
12972 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12973
12974 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12975 Maintainers'. Update `Various Maintainers'.
12976
12977 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12978
12979 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12980 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12981 Suppress actual parameters when `-'.
12982 * gdbarch.h, gdbarch.c: Regenerate.
12983
12984 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12985
12986 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12987 code handling dummy frames.
12988
12989 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12990
12991 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12992 (struct frame_unwind): Add field pop.
12993 * frame.h (frame_pop): Declare.
12994 * frame.c (frame_saved_regs_pop): New function.
12995 (trad_frame_unwinder): Add frame_saved_regs_pop.
12996 (frame_pop): New function.
12997 * dummy-frame.c (dummy_frame_pop): New function.
12998 (discard_innermost_dummy): New function.
12999 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13000 (dummy_frame_unwind): Add dummy_frame_pop.
13001 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13002 * valops.c (hand_function_call): Ditto.
13003 * stack.c (return_command): Ditto.
13004
13005 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13006
13007 * cris-tdep.c: Fix function declaration indentation.
13008 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13009 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13010 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13011 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13012 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13013 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13014
13015 2003-01-18 Michael Chastain <mec@shout.net>
13016
13017 * README (Unpacking and Installation -- quick overview):
13018 Warn against ".../gdb-5.3/gdb/configure".
13019
13020 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13021
13022 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13023 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13024 (struct frame_unwind): Declare opaque.
13025 (dummy_frame_p): Declare function.
13026 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13027 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13028 * dummy-frame.c: Include "frame-unwind.h".
13029 (dummy_frame_p): New function.
13030 (dummy_frame_unwind): New variable.
13031 * frame.c: Include "frame-unwind.h".
13032 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13033 to use the new unwind field.
13034 (set_unwind_by_pc): Delete function.
13035 (create_new_frame, get_prev_frame): Set unwind field using
13036 frame_unwind_find_by_pc.
13037 (trad_frame_unwind, trad_frame_unwinder): New variables.
13038 * frame.h (trad_frame_unwind): Declare variable.
13039 (frame_id_unwind_ftype): Delete declaration.
13040 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13041 (struct frame_unwind): Declare opaque.
13042 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13043 register_unwind with a single unwind pointer.
13044 * frame-unwind.h, frame-unwind.c: New files.
13045 * Makefile.in (SFILES): Add frame-unwind.c.
13046 (frame_unwind_h): Define.
13047 (COMMON_OBS): Add frame-unwind.o.
13048 (frame-unwind.o): Specify dependencies.
13049 (frame.o, dummy-frame.o): Update dependencies.
13050
13051 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13052
13053 * ada-valprint.c: Eliminate PTR.
13054 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13055 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13056 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13057 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13058 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13059 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13060 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13061
13062 2003-01-17 Andrew Cagney <ac131313@redhat.com>
13063
13064 * main.c (captured_main): Don't use PTR.
13065 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13066 * gdbtypes.c (lookup_primitive_typename): Ditto.
13067 (lookup_struct_elt_type): Ditto.
13068 * f-valprint.c (info_common_command): Ditto.
13069 (list_all_visible_commons): Ditto.
13070 * jv-typeprint.c (java_type_print_base): Ditto.
13071
13072 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13073 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13074 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13075 i386-interix-nat.c and i386-interix-tdep.c. Rename
13076 m68klinux-nat.c and m68klinux-tdep.c. Rename
13077 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13078 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13079 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13080 * main.c (captured_main): Use xfree, not free.
13081
13082 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13083
13084 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13085 ID back using a parameter.
13086 * frame.c (frame_id_unwind): Update call.
13087 (frame_saved_regs_id_unwind): Update.
13088 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13089 * dummy-frame.h (struct frame_id): Add opaque declaration.
13090 (dummy_frame_id_unwind): Update declaration.
13091
13092 2003-01-15 Andrew Cagney <ac131313@redhat.com>
13093
13094 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13095
13096 2003-01-15 Stephen P. Smith <ischis2@cox.net>
13097
13098 * MAINTAINERS (Stephen P. Smith): Updated email address.
13099
13100 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13101
13102 Fix PR gdb/898
13103 * breakpoint.c (until_break_command): Add new argument. Use it to
13104 decide whether to stop only at the current frame or not.
13105 * breakpoint.h (until_break_command): Update prototype.
13106 * infcmd.c (until_command): Add new argument to until_break_command
13107 call.
13108 (advance_command): New function.
13109 (_initialize_infcmd): Update help string for 'until' command.
13110 Add new 'advance' command.
13111
13112 2003-01-14 David Carlton <carlton@math.stanford.edu>
13113
13114 * linespec.c (decode_line_1): Normalize comments.
13115 (set_flags): Ditto.
13116 (locate_first_half): Ditto.
13117 (decode_compound): Ditto.
13118 (symtab_from_filename): Ditto.
13119 (decode_all_digits): Ditto.
13120 (decode_dollar): Ditto.
13121 (find_methods): Ditto.
13122 (find_toplevel_char): Ditto.
13123
13124 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13125
13126 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13127 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13128 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13129 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13130 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13131 * language.c, language.h, m32r-tdep.c: Update copyright.
13132 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13133 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13134 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13135 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13136 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13137 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13138
13139 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13140
13141 * stabsread.h (process_later, resolve_cfront_continuation):
13142 Obsolete.
13143 Update copyright years.
13144 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13145 Update copyright year.
13146 * dbxread.c(struct cont_elem): Obsolete.
13147 (process_later, process_now): Obsolete functions.
13148 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13149 Update copyright year.
13150 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13151 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13152 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13153 (parse_partial_symbols): Obsolete cfront support.
13154 * stabsread.c
13155 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13156 macros.
13157 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13158 read_cfront_baseclasses, read_cfront_member_functions,
13159 resolve_cfront_continuation,read_cfront_static_fields,
13160 copy_cfront_struct_fields): Obsolete functions.
13161 (define_symbol, read_one_struct_field): Obsolete cfront support.
13162 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13163 Update Copyright year.
13164
13165 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13166
13167 * stack.c (print_frame_info, print_stack_frame_base_stub,
13168 print_stack_frame_base, show_and_print_stack_frame_stub,
13169 show_and_print_stack_frame, print_only_stack_frame_stub,
13170 print_only_stack_frame): Delete functions.
13171 (print_stack_frame_stub): Call print_frame_info instead of
13172 print_frame_info_base.
13173 (print_frame_info_base): Rename to print_frame_info.
13174 (backtrace_command_1): Call print_frame_info, instead of
13175 print_frame_info_base.
13176 (current_frame_command): Call print_stack_frame, instead of
13177 print_only_stack_frame.
13178 (frame_command): Call print_stack_frame, instead of
13179 show_and_print_stack_frame.
13180 (up_command): Ditto.
13181 (down_command): Ditto.
13182 * frame.h (print_only_stack_frame): Delete prototype.
13183 * infrun.c (normal_stop): Call print_stack_frame, instead of
13184 show_and_print_stack_frame.
13185 * thread.c (info_threads_command): Call print_stack_frame, instead
13186 of print_only_stack_frame.
13187
13188 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13189
13190 * README (Graphical interface to GDB): Update URL. Point at
13191 gdb/links/.
13192
13193 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13194 version match.
13195
13196 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13197
13198 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13199 lines.
13200
13201 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13202
13203 * thread-db.c (attach_thread): Prototype.
13204 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13205 thread information (ti), and valid flags (th_valid, ti_valid).
13206 (attach_thread): Move target_pid_to_str call to after the thread
13207 is added to GDB's list. Initialize the cache.
13208 (thread_get_info_callback, thread_db_map_id2thr)
13209 (thread_db_get_info): New functions.
13210 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13211 (thread_db_store_registers, thread_db_thread_alive)
13212 (thread_db_get_thread_local_address): Use them.
13213 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13214 of calling error() for threads in unknown state.
13215
13216 (clear_lwpid_callback): New function.
13217 (thread_db_resume): Use it to clear the cache.
13218
13219 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13220
13221 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13222 (resume_callback): Remove dead code.
13223
13224 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13225
13226 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13227 predicate.
13228 * gdbarch.h, gdbarch.c: Regenerate.
13229 * stack.c (frame_info): Only initialize the saved registers when
13230 FRAME_INIT_SAVED_REGS_P.
13231 * frame.c (frame_saved_regs_register_unwind): Assert
13232 FRAME_INIT_SAVED_REGS_P.
13233 (deprecated_generic_get_saved_register): Ditto.
13234
13235 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13236
13237 * source.c (openp): Squelch warning about "filename".
13238
13239 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13240
13241 * source.c (openp): If the file does not exist don't necessarily
13242 search the path.
13243
13244 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13245
13246 Fix PR gdb/872.
13247 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13248 (integer_types_same_name_p): New function.
13249 (rank_one_type): Use it.
13250 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13251
13252 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13253
13254 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13255 variables.
13256 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13257 * configure.in: Add --with-sysroot.
13258 * configure: Regenerated.
13259 * main.c (gdb_sysroot): New variable.
13260 (captured_main): Initialize gdb_sysroot.
13261 * defs.h (gdb_sysroot): New extern declaration.
13262 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13263
13264 2003-01-12 Michael Chastain <mec@shout.net>
13265
13266 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13267
13268 2003-01-12 Michael Chastain <mec@shout.net>
13269
13270 * top.c (print_gdb_version): Bump copyright year to 2003.
13271
13272 2003-01-12 David Carlton <carlton@bactrian.org>
13273
13274 * linespec.c (symtab_from_filename): Rename variable 's' to
13275 'file_symtab'.
13276
13277 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13278
13279 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13280 dummy frame.
13281 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13282
13283 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13284
13285 * d10v-tdep.c: Include "gdb_assert.h".
13286 (d10v_store_return_value): Rewrite to match current interface.
13287 (d10v_extract_struct_value_address): Ditto.
13288 (d10v_extract_return_value): Ditto.
13289 (d10v_gdbarch_init): Set store_restore_value,
13290 extract_struct_value_address and extract_return_value.
13291
13292 2003-01-12 J. Brobecker <brobecker@gnat.com>
13293
13294 * hpread.c (set_namestring): New procedure replacing the
13295 SET_NAMESTRING macro.
13296 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13297 by calls to set_namestring.
13298
13299 2003-01-11 J. Brobecker <brobecker@gnat.com>
13300
13301 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13302 a compilation warning.
13303 (hpread_process_one_debug_symbol): Likewise.
13304
13305 2003-01-10 David Carlton <carlton@math.stanford.edu>
13306
13307 * linespec.c (decode_line_1): Rename variable 's' to
13308 'file_symtab'.
13309 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13310 (decode_dollar): Ditto.
13311 (decode_variable): Ditto.
13312 (symbol_found): Ditto.
13313
13314 2003-01-09 Michael Chastain <mec@shout.net>
13315
13316 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13317
13318 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13319
13320 * win32-nat.c (set_process_privilege): New function.
13321 (child_attach): Call set_process_privilege() to enable the
13322 SE_DEBUG_NAME user privilege if available in process token.
13323
13324 2003-01-10 J. Brobecker <brobecker@gnat.com>
13325
13326 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13327 compilation error in the previous revision.
13328
13329 2003-01-09 David Carlton <carlton@math.stanford.edu>
13330
13331 * linespec.c: Update copyright.
13332
13333 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13334
13335 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13336 than inferior_ptid.
13337 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13338
13339 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13340
13341 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13342 Update comments.
13343 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13344 (frame_saved_regs_zalloc): Update.
13345 (frame_saved_regs_register_unwind): Update.
13346 (create_new_frame): Update.
13347 (get_prev_frame): Update.
13348 (frame_extra_info_zalloc): Update.
13349 (deprecated_get_frame_saved_regs): Update.
13350 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13351 * cris-tdep.c: Update comment.
13352
13353 * somsolib.h: Fix function indentation.
13354 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13355 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13356 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13357 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13358 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13359
13360 * infrun.c (follow_fork): Use ISO C definition.
13361 * expprint.c (print_subexp): Use xfree instead of free.
13362 * charset.c: Include "gdb_string.h" instead of <string.h>.
13363 (register_iconv_charsets): Use ISO C definition.
13364 (host_charset, target_charset): Ditto.
13365 * Makefile.in (charset.o): Update dependencies.
13366 (mi-cmd-env.o): Update dependencies.
13367
13368 2003-01-08 Andrew Cagney <cagney@redhat.com>
13369
13370 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13371 get_frame_base.
13372
13373 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13374
13375 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13376 build directories. Save edited gdb output in Mbuild.log. If a
13377 build fails, remove any final GDB executable.
13378
13379 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13380
13381 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13382 replacing hex constants with function names and stripping leading
13383 file name directory prefixes.
13384
13385 2003-01-08 Andrew Cagney <cagney@redhat.com>
13386
13387 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13388 get_frame_base.
13389
13390 2003-01-08 David Carlton <carlton@math.stanford.edu>
13391
13392 * linespec.c (decode_line_1): Move code into decode_variable.
13393 (decode_variable): New function.
13394
13395 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13396
13397 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13398
13399 2003-01-08 Andrew Cagney <cagney@redhat.com>
13400
13401 * cris-tdep.c (cris_frame_init_saved_regs): Use
13402 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13403 saved_regs buffer.
13404 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13405 (sh64_nofp_frame_init_saved_regs): Ditto.
13406 (sh_fp_frame_init_saved_regs): Ditto.
13407 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13408 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13409 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13410 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13411
13412 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13413
13414 * minsyms.c (lookup_minimal_symbol): Update comment.
13415 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13416 (lookup_minimal_symbol_solib_trampoline): Likewise.
13417
13418 2003-01-08 Andrew Cagney <cagney@redhat.com>
13419
13420 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13421 frame_relative_level.
13422
13423 * alpha-tdep.c: Use get_frame_extra_info.
13424 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13425 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13426 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13427 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13428
13429 * alpha-tdep.c: Use get_next_frame.
13430 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13431 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13432 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13433 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13434 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13435 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13436 * xstormy16-tdep.c: Ditto.
13437
13438 2003-01-07 Andrew Cagney <cagney@redhat.com>
13439
13440 * alpha-tdep.c: Use get_frame_base.
13441 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13442 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13443 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13444 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13445 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13446 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13447 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13448 * config/sparc/tm-sparc.h: Ditto.
13449
13450 2003-01-07 Andrew Cagney <cagney@redhat.com>
13451
13452 * frame.c (deprecated_get_frame_context): New function.
13453 (deprecated_set_frame_context): New function.
13454 * frame.h (deprecated_get_frame_context): Declare.
13455 (deprecated_set_frame_context): Declare.
13456 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13457 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13458
13459 2003-01-07 Andrew Cagney <cagney@redhat.com>
13460
13461 * frame.c (deprecated_set_frame_next_hack): New function.
13462 (deprecated_set_frame_prev_hack): New function.
13463 * frame.h (deprecated_set_frame_next_hack): Declare.
13464 (deprecated_set_frame_prev_hack): Declare.
13465 * mcore-tdep.c (analyze_dummy_frame): Use
13466 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13467 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13468
13469 2003-01-07 David Carlton <carlton@math.stanford.edu>
13470
13471 * linespec.c (decode_line_1): Move code into decode_dollar.
13472 (decode_dollar): New function.
13473
13474 2003-01-07 Andrew Cagney <cagney@redhat.com>
13475
13476 * arm-tdep.c (arm_init_extra_frame_info): Use
13477 deprecated_update_frame_base_hack.
13478 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13479 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13480 (fix_frame_pointer): Ditto.
13481 (mn10300_analyze_prologue): Ditto.
13482
13483 2003-01-07 Andrew Cagney <cagney@redhat.com>
13484
13485 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13486 extra_info using frame_extra_info_zalloc.
13487 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13488 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13489 (sh64_init_extra_frame_info): Ditto.
13490 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13491 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13492 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13493 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13494 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13495 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13496 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13497 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13498 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13499 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13500 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13501 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13502
13503 * mn10300-tdep.c (analyze_dummy_frame): Use
13504 deprecated_set_frame_extra_info_hack.
13505 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13506
13507 2003-01-07 J. Brobecker <brobecker@gnat.com>
13508
13509 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13510 class is not scText. These do not define "real" procedures.
13511 (parse_partial_symbols): Likewise.
13512
13513 2003-01-06 Michael Snyder <msnyder@redhat.com>
13514
13515 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13516
13517 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13518
13519 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13520 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13521 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13522 deprecated_frame_xmalloc_with_cleanup.
13523 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13524 deprecated_frame_xmalloc.
13525 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13526 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13527
13528 2003-01-06 Andrew Cagney <cagney@redhat.com>
13529
13530 * x86-64-linux-tdep.c: Include "osabi.h".
13531 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13532
13533 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13534
13535 2003-01-06 Andrew Cagney <cagney@redhat.com>
13536
13537 * MAINTAINERS (Target Instruction Set Architectures): Update
13538 arm-elf. Can be built with -Werror, has been multiarched.
13539
13540 * value.h (unpack_long): Make buffer parameter constant.
13541 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13542 * scm-lang.h (scm_parse): Ditto.
13543 * defs.h (extract_typed_address, extract_address): Ditto.
13544 (extract_long_unsigned_integer): Ditto.
13545 * inferior.h (unsigned_pointer_to_address): Ditto.
13546 (signed_pointer_to_address): Ditto.
13547 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13548 * gdbarch.h, gdbarch.c: Regenerate.
13549 * findvar.c (extract_long_unsigned_integer): Update.
13550 (extract_address): Update.
13551 (extract_typed_address): Update.
13552 (unsigned_pointer_to_address): Update.
13553 * values.c (unpack_long): Update.
13554 (unpack_double): Update.
13555 (unpack_pointer): Update.
13556 (unpack_field_as_long): Update.
13557 * d10v-tdep.c (d10v_pointer_to_address): Update.
13558 * avr-tdep.c (avr_pointer_to_address): Update.
13559 * scm-lang.c (scm_unpack): Update.
13560 * findvar.c (signed_pointer_to_address): Update.
13561
13562 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13563
13564 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13565 since it is in i386-tdep.c.
13566
13567 2003-01-06 J. Brobecker <brobecker@gnat.com>
13568
13569 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13570 failure introduced in the previous change.
13571
13572 2003-01-05 Michael Chastain <mec@shout.net>
13573
13574 * README: Remove references to deleted remote-*.c files:
13575 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13576 remote-nrom.c, remote-os9k.c, remote-udi.c.
13577
13578 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13579
13580 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13581 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13582 i386_get_longjmp_target.
13583
13584 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13585
13586 * arm-tdep.c (prologue_cache): Change to a pointer.
13587 (_initialize_arm_tdep): Allocate prologue_cache.
13588 (check_prologue_cache): Update.
13589 (save_prologue_cache): Update.
13590 (arm_gdbarch_init): Update.
13591
13592 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13593
13594 * stabsread.c (update_method_name_from_physname): Call complaint()
13595 instead of error.
13596
13597 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13598
13599 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13600 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13601 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13602
13603 * blockframe.c: Include "gdbcmd.h" and "command.h".
13604 (backtrace_below_main): New variable.
13605 (file_frame_chain_valid, func_frame_chain_valid)
13606 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13607 (generic_func_frame_chain_valid): Remove functions.
13608 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13609 (_initialize_blockframe): New function.
13610 * Makefile.in (blockframe.o): Update dependencies.
13611 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13612 comment. Call frame_chain_valid ().
13613 * frame.h: Remove old prototypes. Add prototype for
13614 frame_chain_valid and update comments to match.
13615 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13616 Remove old comment.
13617 * gdbarch.h: Regenerated.
13618 * gdbarch.c: Regenerated.
13619
13620 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13621 set_gdbarch_frame_chain_valid.
13622 * avr-tdep.c (avr_gdbarch_init): Likewise.
13623 * cris-tdep.c (cris_gdbarch_init): Likewise.
13624 * frv-tdep.c (frv_gdbarch_init): Likewise.
13625 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13626 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13627 (i386_nw_init_abi): Likewise.
13628 (i386_gdbarch_init): Likewise.
13629 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13630 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13631 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13632 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13633 * mips-tdep.c (mips_gdbarch_init): Likewise.
13634 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13635 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13636 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13637 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13638 * s390-tdep.c (s390_gdbarch_init): Likewise.
13639 * sh-tdep.c (sh_gdbarch_init): Likewise.
13640 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13641 * v850-tdep.c (v850_gdbarch_init): Likewise.
13642 * vax-tdep.c (vax_gdbarch_init): Likewise.
13643 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13644
13645 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13646 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13647 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13648 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13649 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13650 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13651 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13652 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13653
13654 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13655
13656 * Makefile.in (acconfig_h): Remove incorrect macro.
13657 (config_h): Define.
13658 (osabi.o): Update dependencies.
13659 * configure.tgt: Set gdb_osabi based on target triplet.
13660 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13661 * configure: Regenerated.
13662 * config.in: Regenerated.
13663 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13664 (GDB_OSABI_DEFAULT): Define if not already defined.
13665 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13666 (set_osabi_string): New variables.
13667 (gdbarch_register_osabi): Add new OS ABI to
13668 gdb_osabi_available_names.
13669 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13670 (set_osabi, show_osabi): New functions.
13671 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13672
13673 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13674
13675 * arch-utils.c (gdbarch_info_init): Set osabi to
13676 GDB_OSABI_UNINITIALIZED.
13677 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13678 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13679 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13680 * gdbarch.c: Regenerated.
13681 * gdbarch.h: Regenerated.
13682 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13683 there's no BFD.
13684 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13685 * osabi.h (enum gdb_osabi): Move to defs.h.
13686 (gdbarch_init_osabi): Update prototype.
13687 * defs.h (enum gdb_osabi): Moved here.
13688 * Makefile.in: Update dependencies.
13689
13690 * alpha-tdep.h: Don't include "osabi.h".
13691 (struct gdbarch_tdep): Remove osabi member.
13692 * alpha-tdep.c: Include "osabi.h".
13693 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13694 iterate over arches. Update call to gdbarch_init_osabi.
13695 (alpha_dump_tdep): Don't dump osabi.
13696 * alpha-linux-tdep.c: Include "osabi.h".
13697 * alpha-osf1-tdep.c: Include "osabi.h".
13698 * alphafbsd-tdep.c: Include "osabi.h".
13699 * alphanbsd-tdep.c: Include "osabi.h".
13700
13701 * arm-tdep.h: Don't include "osabi.h".
13702 (struct gdbarch_tdep): Remove osabi member.
13703 * arm-tdep.c: Include "osabi.h".
13704 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13705 iterate over arches. Update call to gdbarch_init_osabi.
13706 (arm_dump_tdep): Don't dump osabi.
13707 * arm-linux-tdep.c: Include "osabi.h".
13708 * armnbsd-tdep.c: Include "osabi.h".
13709
13710 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13711 Update call to gdbarch_init_osabi.
13712
13713 * i386-tdep.h: Don't include "osabi.h".
13714 (struct gdbarch_tdep): Remove osabi member.
13715 * i386-tdep.c: Include "osabi.h".
13716 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13717 iterate over arches. Update call to gdbarch_init_osabi.
13718 (i386_dump_tdep): Don't dump osabi.
13719 * i386-linux-tdep.c: Include "osabi.h".
13720 * i386-sol2-tdep.c: Include "osabi.h".
13721 * i386bsd-tdep.c: Include "osabi.h".
13722 * i386gnu-tdep.c: Include "osabi.h".
13723 * i386ly-tdep.c: Include "osabi.h".
13724 * i386nbsd-tdep.c: Include "osabi.h".
13725 * i386obsd-tdep.c: Include "osabi.h".
13726
13727 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13728 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13729 check osabi when iterating over arches. Update call to
13730 gdbarch_init_osabi.
13731 (mips_dump_tdep): Don't dump osabi.
13732
13733 * ns32k-tdep.h: Don't include "osabi.h".
13734 (struct gdbarch_tdep): Remove.
13735 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13736 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13737 allocate tdep. Update call to gdbarch_init_osabi.
13738 (ns32k_dump_tdep): Remove.
13739 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13740 * ns32knbsd-tdep.c: Include "osabi.h".
13741
13742 * ppc-tdep.h: Don't include "osabi.h".
13743 (struct gdbarch_tdep): Remove osabi member.
13744 * rs6000-tdep.c: Include "osabi.h".
13745 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13746 osabi when iterating over arches. Update call to
13747 gdbarch_init_osabi.
13748 (rs6000_dump_tdep): Don't dump osabi.
13749 * ppc-linux-tdep.c: Include "osabi.h".
13750 * ppcnbsd-tdep.c: Include "osabi.h".
13751
13752 * sh-tdep.h: Don't include "osabi.h".
13753 (struct gdbarch_tdep): Remove osabi member.
13754 * sh-tdep.c: Include "osabi.h".
13755 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13756 iterate over arches. Update call to gdbarch_init_osabi.
13757 (sh_dump_tdep): Don't dump osabi.
13758 * shnbsd-tdep.c: Include "osabi.h".
13759
13760 * sparc-tdep.c: Include "osabi.h".
13761 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13762 iterate over arches. Update call to gdbarch_init_osabi.
13763 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13764 tdep structure.
13765
13766 * vax-tdep.h: Don't include "osabi.h".
13767 (struct gdbarch_tdep): Remove.
13768 * vax-tdep.c: Include "osabi.h".
13769 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13770 iterate over arches. Don't allocate tdep. Update call
13771 to gdbarch_init_osabi.
13772 (vax_dump_tdep): Remove.
13773 (_initialize_vax_tdep): Update call to gdbarch_register.
13774
13775 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13776
13777 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13778 entirely.
13779 (breakpoint_re_set_one): Don't fetch the value for a disabled
13780 watchpoint.
13781
13782 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13783
13784 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13785 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13786 (COERCE_FLOAT_TO_DOUBLE): Remove.
13787 * gdbarch.c: Regenerate.
13788 * gdbarch.h: Regenerate.
13789 * Makefile.in: Remove value_h from gdbarch_h.
13790 * valops.c (coerce_float_to_double): New variable.
13791 (default_coerce_float_to_double): Remove.
13792 (standard_coerce_float_to_double): Remove.
13793 (value_arg_coerce): Use coerce_float_to_double.
13794 (_initialize_valops): Add "set coerce-float-to-double".
13795 * value.h (default_coerce_float_to_double): Remove prototype.
13796 (standard_coerce_float_to_double): Remove prototype.
13797
13798 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13799 prototyped.
13800 * mdebugread.c (parse_symbol): Likewise.
13801 * stabsread.c (define_symbol): Mark all functions as prototyped.
13802
13803 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13804 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13805 set_gdbarch_coerce_float_to_double.
13806 * arm-tdep.c (arm_gdbarch_init): Likewise.
13807 * frv-tdep.c (frv_gdbarch_init): Likewise.
13808 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13809 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13810 * mips-tdep.c (mips_gdbarch_init): Likewise.
13811 (mips_coerce_float_to_double): Remove.
13812 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13813 (rs6000_coerce_float_to_double): Remove.
13814 * s390-tdep.c (s390_gdbarch_init): Likewise.
13815 * sh-tdep.c (sh_gdbarch_init): Likewise.
13816 (sh_coerce_float_to_double): Remove.
13817 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13818 (sparc_coerce_float_to_double): Remove.
13819 * v850-tdep.c (v850_gdbarch_init): Likewise.
13820 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13821 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13822 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13823 (hppa_coerce_float_to_double): Remove prototype.
13824 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13825
13826 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13827
13828 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13829
13830 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13831
13832 Suggested by Stewart Brown <sb24@avaya.com>:
13833 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13834 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13835 (c_type_print_varspec_suffix): Likewise.
13836
13837 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13838
13839 * configure.in: Don't set and AC_SUBST SUBDIRS.
13840 * configure: Regenerated.
13841
13842 * configure.in: Remove code dealing with shared libraries.
13843 * Makefile.in: Remove HLDFLAGS and HLDENV.
13844 * configure: Regenerated.
13845
13846 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13847
13848 * frame.c (deprecated_frame_xmalloc): New function.
13849 (deprecated_set_frame_saved_regs_hack): New function.
13850 (deprecated_set_frame_extra_info_hack): New function.
13851 * frame.h (deprecated_frame_xmalloc): Declare.
13852 (deprecated_set_frame_saved_regs_hack): Declare.
13853 (deprecated_set_frame_extra_info_hack): Declare.
13854
13855 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13856
13857 * configure.in: Move code that provides the --enable-gdbtk option
13858 right after the code that handles the --enable-tui option, and
13859 polish it somewhat.
13860 * configure: Regenerated.
13861
13862 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13863 AC_CHECK_FUNCS and remove the old check for pread64.
13864 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13865 * acconfig.h (_GNU_SOURCE): Add.
13866 (HAVE_PREAD64): Remove.
13867 * configure, aclocal.m4, config.in: Regenerated.
13868
13869 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13870
13871 * alpha-tdep.c: Use get_frame_saved_regs.
13872 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13873 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13874 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13875 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13876 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13877
13878 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13879
13880 * configure.in: Remove all use of the SUBDIRS variable; add
13881 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13882 code providing the --enable-multi-ice option, and move it right in
13883 front of the code that checks whether gdbserver is supported.
13884 Polish that too.
13885 * configure: Regenerated.
13886 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13887 @SUBDIRS@.
13888
13889 2003-01-03 Andrew Cagney <cagney@redhat.com>
13890
13891 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13892 * avr-tdep.c, cris-tdep.c: Ditto.
13893 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13894 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13895
13896 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13897
13898 * configure.in: Remove --enable-netrom option.
13899 * configure: Regenerated.
13900
13901 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13902
13903 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13904 declaration for `struct re_pattern_buffer' instead.
13905 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13906
13907 2003-01-03 J. Brobecker <brobecker@gnat.com>
13908
13909 * mdebugread.c (parse_symbol): Count until the stEnd matching
13910 the structure name.
13911
13912 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13913
13914 * configure.in: Remove --with-cpu option.
13915 subscripts. Remove evil changequotes here.
13916 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13917 * config.in, configure: Regenerated.
13918
13919 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13920 * configure.in: Cleanup section that sources GDB and BFD configure
13921 subscripts. Remove evil changequotes here.
13922 * config.in, configure: Regenerated.
13923
13924 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13925
13926 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13927 frame accessor methods.
13928 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13929 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13930 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13931 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13932 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13933 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13934 * z8k-tdep.c: Ditto.
13935
13936 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13937
13938 * configure.in: Remove UI_OUT configuration code.
13939 * ada-lang.c: Update assuming UI_OUT is always true.
13940 * Makefile.in (UIOUT_CFLAGS): Remove.
13941 * configure: Regenerated.
13942 * TODO: Remove blurb about elimination of -DUI_OUT.
13943
13944 * configure.in: Move code that provides the --enable-gdbcli,
13945 --enable-gdbmi options right before the code that handles the
13946 --enable-tui option. Polish a bit.
13947 * configure: Regenerated.
13948
13949 * configure.in: Rewrite check for GNU regex and the
13950 --without-included regex option, and move it into the "Checks for
13951 library functions" section. This makes us use the system regex
13952 again by default on systems with version 2 of the GNU C library.
13953 This was apparently broken.
13954 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13955 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13956 * config.in, configure: Regenerated.
13957
13958 * configure.in: Move code that provides the --enable-tui option
13959 before the "Checks for libraries" section. Polish the code
13960 somewhat and set need_curses to yes if we build the TUI. Rewrite
13961 code that looks for a library providing termcap functionality to
13962 match more closely what's done in the Readline library, and move
13963 it into to the "Checks for libraries" section.
13964 * configure: Regenerated.
13965 * Makefile.in (TERMCAP): Remove variable.
13966 * config/i386/go32.mh (TERMCAP): Remove variable.
13967
13968 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13969
13970 * MAINTAINERS: Mention gdb_mbuild.sh.
13971 * gdb_mbuild.sh: Rewrite.
13972
13973 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13974
13975 * configure.in: Fix typo in last change.
13976 * config.in, configure: Regenerated.
13977
13978 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13979
13980 * valarith.c (value_binop): Delete obsolete code and comments.
13981 * configure.host: Ditto.
13982 * buildsym.h (make_blockvector): Ditto.
13983 * buildsym.c (make_blockvector): Ditto.
13984 * defs.h (enum language): Ditto.
13985 (chill_demangle): Ditto.
13986 * elfread.c (elf_symtab_read): Ditto.
13987 * dwarfread.c (CHILL_PRODUCER): Ditto.
13988 (set_cu_language): Ditto.
13989 (handle_producer): Ditto.
13990 * expprint.c (print_subexp): Ditto.
13991 * gdbtypes.c (chill_varying_type): Ditto.
13992 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13993 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13994 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13995 (chill_varying_type): Ditto.
13996 * language.h (_LANG_chill): Ditto.
13997 * language.c (binop_result_type, integral_type): Ditto.
13998 (character_type, string_type, structured_type): Ditto.
13999 (lang_bool_type, binop_type_check): Ditto.
14000 * stabsread.h (os9k_stabs): Ditto.
14001 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14002 (define_symbol, read_type, read_struct_fields): Ditto.
14003 (read_array_type, read_enum_type, read_huge_number): Ditto.
14004 (read_range_type, start_stabs): Ditto.
14005 * symfile.c (init_filename_language_table): Ditto.
14006 (add_psymbol_with_dem_name_to_list): Ditto.
14007 * symtab.c (symbol_init_language_specific): Ditto.
14008 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14009 * symtab.h (struct general_symbol_info): Ditto.
14010 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14011 * typeprint.c (typedef_print): Ditto.
14012 * utils.c (fprintf_symbol_filtered): Ditto.
14013 * valops.c (value_cast, search_struct_field, value_slice): Delete
14014 obsolete code.
14015 (varying_to_slice): Delete function.
14016 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14017 (varying_to_slice): Delete declaration.
14018 * MAINTAINERS: Update.
14019
14020 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14021
14022 * configure.in: Reorganize "Checks for library functions section"
14023 a bit. Remove check for `btowc' and `isascii' functions.
14024 * configure: Regenerated.
14025
14026 * acconfig.h (_MSE_INT_H): Remove.
14027 * configure.in: Create "Checks for header files" section, and move
14028 appropriate tests there. Don't check for objlist.h, wchar.h,
14029 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14030 misdetection fix. Also add "Checks for types", "Checks for
14031 compiler characteristics" and "Checks for library functions"
14032 sections.
14033 * config.in, configure: Regenerated.
14034
14035 * configure.in: Create "Checks for programs" section, and move
14036 appropriate tests there.
14037
14038 2003-01-01 Mark Kettenis <kettenis@gnu.org>
14039
14040 * configure.in: Create "Checks for libraries" section, and move
14041 appropriate tests there. Cleanup check for wctype in libw. Use
14042 AC_SEARCH_LIBS to see whether we need libsocket.
14043 * configure: Regenerated.
14044
14045 For older changes see ChangeLog-2002
14046 \f
14047 Local Variables:
14048 mode: change-log
14049 left-margin: 8
14050 fill-column: 74
14051 version-control: never
14052 End: