* breakpoint.c (allocate_bp_location): Take bpt and bp_type
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
2
3         * breakpoint.c (allocate_bp_location): Take bpt and bp_type
4         arguments.  Initialize owner and type for the new breakpoint
5         location item.
6         (set_raw_breakpoint): Update call to allocate_bp_location.
7
8 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
9
10         * breakpoint.h (struct bp_location): Add a chain pointer.
11         * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
12         macros.
13         (bp_location_chain): New variable.
14         (allocate_bp_location): New function.
15         (set_raw_breakpoint): Use it.
16         (delete_breakpoint): Remove ->loc from the bp_location_chain.
17
18 2003-11-06  Daniel Jacobowitz  <drow@mvista.com>
19
20         * breakpoint.h (enum bp_loc_type, struct bp_location): New.
21         (struct breakpoint): Remove address, shadow_contents, inserted,
22         requested_address, and duplicate.  Add a struct bp_location.
23         * breakpoint.c (condition_command, read_memory_nobpt)
24         (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
25         (reattach_breakpoints, update_breakpoints_after_exec)
26         (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
27         (breakpoint_init_inferior, breakpoint_here_p)
28         (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
29         (breakpoint_thread_match, bpstat_stop_status)
30         (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
31         (describe_other_breakpoints, check_duplicates)
32         (make_breakpoint_permanent, create_thread_event_breakpoint)
33         (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
34         (set_longjmp_resume_breakpoint, mention, create_breakpoints)
35         (watch_command_1, print_one_exception_catchpoint)
36         (clear_command, breakpoint_re_set_one): Adjust member accesses to
37         use the breakpoint's ->loc.
38         (set_raw_breakpoint): Likewise.  Initialize ->loc.
39         (delete_breakpoint): Likewise.  Free ->loc.
40
41 2003-11-05  Andrew Cagney  <cagney@redhat.com>
42
43         * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
44         macro.
45         * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
46         * config/i386/tm-cygwin.h
47         (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
48         * config/powerpc/tm-linux.h
49         (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
50         (at_subroutine_call_instruction_target): Delete declaration.
51         * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
52         * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
53         * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
54
55         * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
56         "struct bfd_section" and "struct bfd".
57         * target.h (struct section_table): Ditto.
58         * rs6000-nat.c (xcoff_relocate_core): Ditto.
59         * solib-svr4.c (elf_locate_base): Ditto.
60         * pa64solib.c (dld_cache_t): Ditto.
61         * objfiles.h (struct obj_section): Ditto.
62         * objfiles.c (add_to_objfile_sections): Ditto.
63         * exec.c (bfdsec_to_vmap): Ditto.
64         (add_to_section_table): Ditto.
65         (build_section_table): Ditto.
66         * corelow.c (get_core_register_section): Ditto.
67         * coffread.c (find_linenos): Ditto.
68         * elfread.c (elf_interpreter): Delete #if0'd function.
69
70         * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
71         * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
72         * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
73         * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
74
75         * arch-utils.h (generic_cannot_extract_struct_value_address):
76         Delete declaration.
77         * wince.c (_initialize_wince): Fix multi-line string.
78         * ia64-tdep.c (floatformat_valid): Convert to ISO C.
79
80 2003-11-05  Elena Zannoni  <ezannoni@redhat.com>
81
82         * top.c (execute_command): Fix broken logic for command execution
83         while inferior is running in async mode.
84
85 2003-11-06  Mark Kettenis  <kettenis@gnu.org>
86
87         * dwarf2-frame.c (execute_cfa_program): Mark register as
88         REG_SAVED_REG for DW_CFA_register opcode.
89
90 2003-11-05  Mark Kettenis  <kettenis@gnu.org>
91
92         * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
93         %rsp, %rip and %eflags to match ABI-change.
94
95 2003-11-05  Jeff Johnston  <jjohnstn@redhat.com>
96
97         * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
98         (ia64_gdbarch_init): Don't bother calculating the os.  
99         Instead use the gdbarch_info struct and look at the osabi field.  
100         Also use gdbarch_list_lookup_by_info() to look for a 
101         candidate gdbarch. 
102
103 2003-11-05  Kevin Buettner  <kevinb@redhat.com>
104
105         * frv-tdep.c (frv_register_byte): Delete.
106         (frv_extract_return_value, frv_store_return_value)
107         (frv_extract_struct_value_address): Don't call frv_register_byte().
108         Convert to non-deprecated form.
109         (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
110         Convert calls to set_gdbarch_deprecated_extract_return_value(),
111         set_gdbarch_deprecated_store_return_value(), and
112         set_gdbarch_deprecated_extract_struct_value_address() into
113         non-deprecated forms.
114
115 2003-11-05  Andrew Cagney  <cagney@redhat.com>
116
117         * mips-tdep.c (mips_dump_tdep): Do not print
118         PRINT_EXTRA_FRAME_INFO.
119         * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
120         Rename PRINT_EXTRA_FRAME_INFO.
121         * mips-tdep.c (mips_print_extra_frame_info): Delete function.
122         * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
123         (mips_print_extra_frame_info): Delete declaration.
124         * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
125
126 2003-11-05 Elena Zannoni  <ezannoni@redhat.com>
127
128         * coffread.c (coff_symtab_read): Remove passing of info parameter
129         to prim_record_minimal_symbol_and_info.
130
131 2003-11-05  Elena Zannoni  <ezannoni@redhat.com>
132
133         * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
134         (decode_base_type): Delete ifdeffed out code.
135
136 2003-11-04  Andrew Cagney  <cagney@redhat.com>
137
138         * symtab.c (find_active_alias): Delete function.
139         (lookup_block_symbol): Delete alias code.
140         * stabsread.c (resolve_live_range): Delete function.
141         (add_live_range): Delete function.
142         (resolve_symbol_reference): Delete function.
143         (define_symbol): Delete live range and alias code.
144         (scan_file_globals): Delete alias code.
145         * symtab.h (SYMBOL_RANGES): Delete macro.
146         (struct range_list): Delete structure.
147         (struct symbol): Delete field "ranges".
148         (SYMBOL_ALIASES): Delete macro.
149         (struct alias_list): Delete structure.
150         (struct symbol): Delete field "aliases".
151
152 2003-11-04  Michael Snyder  <msnyder@redhat.com>
153
154         * MAINTAINERS: Remove myself as owner of breakpoints and 
155         of sparc/solaris.
156
157 2003-11-03  Corinna Vinschen  <vinschen@redhat.com>
158
159         * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
160         (sh_sh4al_dsp_register_name): Ditto.
161         (sh4_nofpu_show_regs): Ditto.
162         (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
163         bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
164
165 2003-11-03  Andrew Cagney  <cagney@redhat.com>
166
167         * bcache.c: Include "gdb_assert.h".
168         (struct bcache): Add fields "expand_count" and
169         "expand_hash_count".
170         (expand_hash_table): Update the expand counts.
171         (print_bcache_statistics): Use XCALLOC, not alloca.  Print stats
172         on object sizes and hashes.
173         * Makefile.in (bcache.o): Update dependencies.
174
175 2003-11-03  Andrew Cagney  <cagney@redhat.com>
176
177         * exec.c (xfer_memory): Eliminate xfer_fn.
178
179 2003-10-31  Kevin Buettner  <kevinb@redhat.com>
180
181         * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
182         (opcodes/frv-desc.h): Include.
183         (iacc0h_regnum, iacc0l_regnum): Define.
184         (last_spr_regnum, frv_num_regs): Update.
185         (new_variant): Don't supply default names for holes in the SPRs.
186         Supply names for iacc0h_regnum and iacc0l_regnum.
187         (frv_register_type): Use symbolic constants first_fpr_regnum and
188         last_fpr_regnum instead of hardcoded constants 64 and 127.  Use
189         builtin_type_int instead of builtin_type_int32.
190         (frv_register_sim_regno): New function.
191         (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
192         * Makefile.in (gdb_sim_frv_h): Define.
193         (frv-tdep.o): Update dependencies.
194
195 2003-10-31  Andrew Cagney  <cagney@redhat.com>
196
197         * avr-tdep.c (avr_frame_this_id): Do not call
198         deprecated_inside_entry_file.
199         * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
200         * m32r-tdep.c (m32r_frame_this_id): Ditto.
201         * d10v-tdep.c (d10v_frame_this_id): Ditto.
202         * arm-tdep.c (arm_prologue_this_id): Ditto.
203         * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
204
205 2003-10-31  Jim Blandy  <jimb@redhat.com>
206
207         * elfread.c (elf_symtab_read): Allocate correct number of tail
208         elements to sectinfo structure.  (Fix from Woody LaRue.)
209
210 2003-10-31  Andrew Cagney  <cagney@redhat.com>
211
212         * stack.c (return_command): Use get_frame_type, instead of
213         CALL_DUMMY_HAS_COMPLETED.
214         * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
215         * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
216
217 2003-10-31  Mark Kettenis  <kettenis@gnu.org>
218
219         * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
220         explicitly specify size of array.
221         (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
222         TDEP->sc_num_regs.
223
224 2003-10-31  Andrew Cagney  <cagney@redhat.com>
225
226         * s390-tdep.c (s390_cannot_extract_struct_value_address): New
227         function.
228         (s390_gdbarch_init): Set extract_struct_value_address.
229         * arch-utils.c (generic_cannot_extract_struct_value_address):
230         Delete function.
231         * arch-utils.h (generic_cannot_extract_struct_value_address):
232         Delete definition.
233
234 2003-10-31  Mark Kettenis  <kettenis@gnu.org>
235
236         * i386-linux-nat.c (fetch_core_registers): Remove.
237         (linux_elf_core_fns): Remove.
238         (_initialize_i386_linux_nat): Remove.
239
240 2003-10-31  Andrew Cagney  <cagney@redhat.com>
241
242         * solib-svr4.c: Update copyright.  Include "bfd-target.h" and
243         "exec.h".
244         (exec_entry_point): New function.
245         (enable_break): Create a "tmp_bfd_target", use that and
246         entry_point_address when computing the relocation offset.
247         (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
248         * Makefile.in (solib-svr4.o): Update dependencies.
249
250 2003-10-31  Andrew Cagney  <cagney@redhat.com>
251
252         * defs.h (XZALLOC): Define.
253         * target.h (struct target_ops): Add "to_data";
254         * bfd-target.h, bfd-target.c: New files.
255         * Makefile.in (SFILES): Add "bfd-target.c".
256         (COMMON_OBS): Add "bfd-target.o".
257         (bfd-target.o): Specify dependencies.
258         (bfd_target_h): Define.
259         * defs.h (XZALLOC): Define.
260
261 2003-10-31  Andrew Cagney  <cagney@redhat.com>
262
263         * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
264         adjust_breakpoint_address.
265         * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
266         * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
267         * ppc-sysv-tdep.c: Include "target.h".  Update copyright.
268         (ppc64_sysv_abi_adjust_breakpoint_address): New function.
269
270 2003-10-31  Andrew Cagney  <cagney@redhat.com>
271
272         * target.h (struct target_ops): Replace "to_read_partial" and
273         "to_write_partial" with "to_xfer_partial".  Update comments.
274         * target.c (debug_to_write_partial): Delete function.
275         (debug_to_xfer_partial): Replace debug_to_read_partial.
276         (add_target, update_current_target, setup_target_debug): Set
277         "to_xfer_partial" instead of "to_read_partial" and
278         "to_write_partial".
279         (default_xfer_partial): Replace "default_write_partial".
280         (default_read_partial): Delete.
281         (target_read_partial, target_write_partial): Call
282         "to_xfer_partial".
283         * remote.c (init_remote_ops): Set "to_xfer_partial".
284         (init_remote_async_ops): Ditto.
285         (remote_xfer_partial): Replace "remote_read_partial".
286
287 2003-10-31  Mark Kettenis  <kettenis@gnu.org>
288
289         * i386-tdep.c (i386_supply_fpregset): Support floating-point
290         registers in `fxsave' format.
291         (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
292
293 2003-10-30  Mark Kettenis  <kettenis@gnu.org>
294
295         * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
296         (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
297         TDEP->gregset_num_regs and tdep->sizeof_gregset.
298
299         * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
300         specify size of array.
301         (i386_linux_init_abi): Remove initialization of
302         TDEP->num_xmm_regs.  Use I386_LINUX_NUM_REGS for number of
303         registers.  Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
304
305         * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
306         * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
307         core-regset.o.
308
309         * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
310         the ELF header.
311
312 2003-10-29  Mark Kettenis  <kettenis@gnu.org>
313
314         * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
315         * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
316         core-regset.o.
317
318         * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
319
320         * corelow.c: Include "arch-utils.h", "regset.h" and
321         "gdb_assert.h".
322         (core_gdbarch): New variable.
323         (sniff_core_bfd): Don't sniff if we have support for register sets
324         in CORE_GDBARCH.
325         (core_close): Reset CORE_GDBARCH.
326         (core_open): Initialize CORE_GDBARCH.
327         (get_core_register_section): Use register sets if they are
328         supported by CORE_GDBARCH.
329         (get_core_registers): Don't print error message if we have support
330         for register sets in CORE_GDBARCH.
331
332 2003-10-29  Andrew Cagney  <cagney@redhat.com>
333
334         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
335         default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
336
337 2003-10-29  Mark Kettenis  <kettenis@gnu.org>
338
339         * objfiles.h (clear_objfile_data): New prototype.
340         * objfiles.c (clear_objfile_data): New function.
341         * symfile.c (reread_symbols): Clear per-objfile data.
342
343 2003-10-28  Jeff Johnston  <jjohnstn@redhat.com>
344  
345         * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
346         printf_unfiltered instead of printf_filtered for output messages.
347         (add_symbol_file_command): Ditto.
348         (reread_symbols): Ditto.
349         (overlay_auto_command): Ditto.
350         (overlay_manual_command): Ditto.
351         (overlay_off_command): Ditto.
352
353 2003-10-27  Mark Kettenis  <kettenis@gnu.org>
354
355         * arch-utils.c (deprecated_select_gdbarch_hack): New function.
356         (gdbarch_from_bfd): New function.
357         (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
358         deprecated_select_gdbarch_hack.
359         * arch-utils.h (gdbarch_from_bfd): New prototype.
360
361 2003-10-27  Andrew Cagney  <cagney@redhat.com>
362
363         * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
364         arch_info.  Use warning instead of fprintf_filtered.  Do not use
365         deprecated bfd_printable_arch_mach.
366
367 2003-10-26  Kevin Buettner  <kevinb@redhat.com>
368
369         * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
370         Delete.
371         (frv_register_type): Rename from frv_register_virtual_type.  Add
372         ``struct gdbarch *'' parameter.
373         (frv_gdbarch_init): Delete calls to the following functions:
374         set_gdbarch_deprecated_size(),
375         set_gdbarch_deprecated_register_bytes(),
376         set_gdbarch_deprecated_register_raw_size(),
377         set_gdbarch_deprecated_max_register_raw_size(),
378         set_gdbarch_deprecated_register_virtual_size(),
379         set_gdbarch_deprecated_max_register_virtual_size(),
380         set_gdbarch_deprecated_register_virtual_size(),
381         set_gdbarch_deprecated_register_virtual_type().
382         Add call to function set_gdbarch_register_type().
383
384 2003-10-26  Mark Kettenis  <kettenis@gnu.org>
385
386         * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
387         FDOFF_REGNUM): Remove defines.
388         * win32-nat.c (do_child_fetch_inferior_registers): Include
389         "i387-tdep.h".
390         (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
391         I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM.  Define and
392         undefine I387_ST0_REGNUM.
393
394         * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
395         * x86-64-tdep.c (x86_64_store_return_value): Use
396         I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
397
398         Change register numbers to enumartion values.
399         * i386-tdep.h (enum i386_regnum): New.
400         (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
401         I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
402         I386_ST0_REGNUM): Remove defines.
403         * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
404         I386_EDI_REGNUM): Remove defines.
405
406 2003-10-24  Andrew Cagney  <cagney@redhat.com>
407
408         * target.c: Include "gdbcore.h".
409         (get_target_memory, get_target_memory_unsigned): New functions.
410         * target.h (get_target_memory, get_target_memory_unsigned): Declare.
411         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
412         Use get_target_memory_unsigned.
413         * Makefile.in (target.o): Update dependencies.
414
415 2003-10-24  Andrew Cagney  <cagney@redhat.com>
416
417         * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
418         * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
419         * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
420         * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
421         * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
422
423         * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
424         (can_run_code_for): Use the OO term "singleton".
425
426 2003-10-23  Andrew Cagney  <cagney@redhat.com>
427
428         * Makefile.in (stack.o): Add $(regcache_h).
429         * stack.c: Include "regcache.h"
430         (return_command): Rewrite.  Use get_frame_id and
431         get_selected_frame.  Eliminate "deprecated_selected_frame".  Warn
432         about unhandled return-values.
433         * value.h (set_return_value): Delete declaration.
434         * values.c (set_return_value): Delete function.
435
436 2003-10-23  Jeff Johnston  <jjohnstn@redhat.com>
437
438         * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
439         (pseudo_regs): Add comment regarding register stack registers.
440         (ia64_alloc_frame_cache):  Initialize new prev_cfm field to 0.
441         (floatformat_valid): New static routine.
442         (floatformat_ia64_ext): Add name field and set up is_valid routine
443         to floatformat_valid().
444         (examine_prologue):  For the previous cfm, use
445         frame_unwind_register()
446         if the cfm is not stored in a register-stack register.  Save the
447         previous cfm value in the prev_cfm field.  Add debug output.
448         (ia64_frame_this_id): Use frame_id_build_special() to also register
449         the bsp.  Add debug output.
450         (ia64_sigtramp_frame_this_id): Ditto.
451         (ia64_frame_prev_register):  Look at cache saved_regs for a few more
452         registers and also add some checks for framelessness before accepting
453         current register values for fields such as return address.  For cfm,
454         use the cached prev_cfm field if available.  Add comment to explain
455         PSR logic.  Add debug output.
456         (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
457         as part of initialization.
458         (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
459         calculated.  Cache the bsp and cfm values.
460         (ia64_sigtramp_frame_prev_register): Add logic to this routine out
461         instead of using ia64_frame_prev_register() which doesn't expect most
462         registers to be saved.  The saved values for bsp and sp
463         can be taken from the cache.  Add debug output.
464         (ia64_push_dummy_call): Use frame_id_build_special() to also register
465         the bsp.
466
467 2003-10-23  Jim Blandy  <jimb@redhat.com>
468
469         * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
470         architecture the current arch can run code for --- but not if it's
471         a superset.
472         (can_run_code_for): New function.
473
474 2003-10-22  James E Wilson  <wilson@specifixinc.com>
475
476         * MAINTAINERS: Move myself from paper trail section back to write
477         after approval section.
478
479 2003-10-22  Andrew Cagney  <cagney@redhat.com>
480
481         * exec.h: New file.
482         * win32-nat.c: Include "exec.h".
483         * solib.c: Include "exec.h".
484         * target.h (build_section_table): Delete declaration.
485         * somsolib.c: Include "exec.h".
486         (exec_ops): Delete extern declaration.
487         * rs6000-nat.c: Update copyright.  Include "exec.h".
488         (exec_ops): Delete extern declaration.
489         * pa64solib.c: Update copyright.  Include "exec.h".
490         (exec_ops): Delete extern declaration.
491         * exec.c: Update copyright.  Include "exec.h".
492         * corelow.c: Update dependencies.  Include "exec.h".
493         * Makefile.in (exec_h): Define.
494         (exec.o, somsolib.o): Update dependencies.
495         (pa64solib.o, corelow.o): Update dependencies.
496
497 2003-10-22  Andrew Cagney  <cagney@redhat.com>
498
499         * target.c: Include "gdb_assert.h" (target_read): Call
500         "target_read_partial", not "target_write_partial".
501         (default_read_partial, default_write_partial): New function.
502         (target_read_partial, target_write_partial): Simplify, assume that
503         there is always a read/write method.
504         (update_current_target, add_target): Always set "to_read_partial"
505         and "to_write_partial".
506         (target_write, target_read): Fail on a zero byte transfer.
507         * Makefile.in (target.o): Update dependencies.
508         * target.h: Update copyright date.
509         (target_object): Fix typo.
510
511 2003-10-22  Andrew Cagney  <cagney@redhat.com>
512
513         * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
514         multi-arch method, add "targ" parameter.
515         (struct target_ops): Declare.   
516         * gdbarch.h, gdbarch.c: Re-generate.
517         * Makefile.in (c-valprint.o): Update dependencies.
518         * arch-utils.h: Update copyright.
519         (convert_from_func_ptr_addr_identity): Declare.
520         * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
521         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
522         * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
523         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
524         * infcall.c (find_function_addr, call_function_by_hand): Update.
525         * c-valprint.c: Include "target.h".
526         (print_function_pointer_address): Update.
527
528 2003-10-22  Andrew Cagney  <cagney@redhat.com>
529
530         * target.c (target_close): New function.
531         (debug_to_close): Use "target_close".
532         (push_target): Use "target_close".
533         (unpush_target): Use "target_close".
534         (pop_target): Use "target_close".
535         * target.h (struct target_ops): Add "to_xclose".
536         (target_open): Delete macro.  Move comment to "to_open".
537         (target_close): Replace macro with function that takes a target.
538         * top.c (quit_target): Pass "current_target" to "target_close".
539
540 2003-10-21  Elena Zannoni  <ezannoni@redhat.com>
541
542         * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
543         Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
544         * symtab.h (lookup_minimal_symbol_text): Update.
545         * breakpoint.c (create_overlay_event_breakpoint,
546         create_longjmp_breakpoint): Update callers.
547         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
548         * symtab.c (find_pc_sect_line): Ditto.
549
550 2003-10-21  Andrew Cagney  <cagney@redhat.com>
551
552         * target.c (errno): Delete extern declaration.
553
554 2003-10-20  Jeff Johnston  <jjohnstn@redhat.com>
555
556         * ia64-tdep.c: Change all occurrences of
557         DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
558         (ia64_frame_prev_register): Minor whitespace change.
559
560 2003-10-20  Michael Chastain  <mec@shout.net>
561
562         * config/djgpp/fnchange.lst: Add lines for:
563         sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
564         sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
565         sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
566         sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
567         sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
568         sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
569         sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
570
571 2003-10-20  Andrew Cagney  <cagney@redhat.com>
572
573         * values.c (register_value_being_returned): Update comments.  Use
574         "gdbarch_return_value" when available.
575         (using_struct_return): Ditto.
576         (set_return_value): Ditto.  Use "gdbarch_return_value" when
577         available..  Print a warning, and not an error, when an unhandled
578         return type is encountered.
579         * infcmd.c: Include "gdb_assert.h".
580         (print_return_value): When gdbarch_return_value_p, and using
581         struct return, assume that the value is not available.
582         * defs.h (return_value_convention): Define.
583         * gdbarch.sh (gdbarch_return_value): New predicate method.
584         * gdbarch.h, gdbarch.c: Re-generate
585         * ppc-sysv-tdep.c (return_value_convention): Delete definition.
586
587 2003-10-20  Andrew Cagney  <cagney@redhat.com>
588
589         * symtab.c: Replace "struct sec" with "struct bfd_section".
590         * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
591
592 2003-10-19  Michael Chastain  <mec@shout.net>
593
594         * config/djgpp/fnchange.lst: Add lines for:
595         gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
596         gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
597         gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
598
599 2003-10-19  Mark Kettenis  <kettenis@gnu.org>
600
601         * amd64fbsd-nat.c (fetch_inferior_registers,
602         store_inferior_registers): Remove functions.
603         * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
604
605 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
606
607         Add NetBSD/amd64 native configuration:
608         * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
609         * amd64nbsd-tdep.c: New file.
610         * amd64nbsd-nat.c: New file.
611         * amd64bsd-nat.c: New file.
612         * config/i386/nbsd64.mh: New file.
613         * config/i386/nbsd64.mt: New file.
614         * configure.host: Add x86_64-*-netbsd*.
615         * configure.tgt: Add x86_64-*-netbsd*.
616         * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
617         New targets.
618         * NEWS (New native configurations): Mention NetBSD/amd64.
619
620 2003-10-17  Michael Chastain  <mec@shout.net>
621
622         * config/djgpp/fnchange.lst: Remove dead lines for:
623         bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
624         bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
625         bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
626         gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
627         gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
628         gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
629         gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
630         gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
631         gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
632         gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
633         gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
634         gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
635         gdb/config/sparc/tm-sparclite.h,
636         gdb/gdbtk/generic/ChangeLog-2001,
637         gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
638         gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
639         gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
640         gdb/sparclet-rom.c, gdb/sparclet-stub.c,
641         gdb/testsuite/gdb.mi/mi0-var-block.exp,
642         gdb/testsuite/gdb.mi/mi0-var-child.exp,
643         gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
644         gdb/testsuite/gdb.mi/mi0-var-display.exp,
645         itcl/iwidgets3.0.0/demos/extfileselectionbox,
646         itcl/iwidgets3.0.0/demos/extfileselectiondialog,
647         itcl/iwidgets3.0.0/demos/fileselectionbox,
648         itcl/iwidgets3.0.0/demos/fileselectiondialog,
649         itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
650         itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
651         itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
652         itcl/iwidgets3.0.0/demos/html/combobox.n.html,
653         itcl/iwidgets3.0.0/demos/html/dialog.n.html,
654         itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
655         itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
656         itcl/iwidgets3.0.0/demos/html/feedback.n.html,
657         itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
658         itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
659         itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
660         itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
661         itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
662         itcl/iwidgets3.0.0/demos/html/menubar.n.html,
663         itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
664         itcl/iwidgets3.0.0/demos/html/notebook.n.html,
665         itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
666         itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
667         itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
668         itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
669         itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
670         itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
671         itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
672         itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
673         itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
674         itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
675         itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
676         itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
677         itcl/iwidgets3.0.0/demos/html/shell.n.html,
678         itcl/iwidgets3.0.0/demos/html/spindate.n.html,
679         itcl/iwidgets3.0.0/demos/html/spinint.n.html,
680         itcl/iwidgets3.0.0/demos/html/spinner.n.html,
681         itcl/iwidgets3.0.0/demos/html/spintime.n.html,
682         itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
683         itcl/iwidgets3.0.0/demos/html/tabset.n.html,
684         itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
685         itcl/iwidgets3.0.0/demos/scrolledcanvas,
686         itcl/iwidgets3.0.0/demos/scrolledframe,
687         itcl/iwidgets3.0.0/demos/scrolledhtml,
688         itcl/iwidgets3.0.0/demos/scrolledlistbox,
689         itcl/iwidgets3.0.0/demos/scrolledtext,
690         itcl/iwidgets3.0.0/demos/selectionbox,
691         itcl/iwidgets3.0.0/demos/selectiondialog,
692         itcl/iwidgets3.0.0/doc/canvasprintbox.n,
693         itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
694         itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
695         itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
696         itcl/iwidgets3.0.0/doc/fileselectionbox.n,
697         itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
698         itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
699         itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
700         itcl/iwidgets3.0.0/doc/scrolledframe.n,
701         itcl/iwidgets3.0.0/doc/scrolledhtml.n,
702         itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
703         itcl/iwidgets3.0.0/doc/scrolledtext.n,
704         itcl/iwidgets3.0.0/doc/selectionbox.n,
705         itcl/iwidgets3.0.0/doc/selectiondialog.n,
706         itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
707         itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
708         itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
709         itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
710         itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
711         itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
712         itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
713         itcl/iwidgets3.0.0/generic/scrolledframe.itk,
714         itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
715         itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
716         itcl/iwidgets3.0.0/generic/scrolledtext.itk,
717         itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
718         itcl/iwidgets3.0.0/generic/selectionbox.itk,
719         itcl/iwidgets3.0.0/generic/selectiondialog.itk,
720         itcl/iwidgets3.0.0/tests/canvasprintbox.test,
721         itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
722         itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
723         itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
724         itcl/iwidgets3.0.0/tests/fileselectionbox.test,
725         itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
726         itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
727         itcl/iwidgets3.0.0/tests/scrolledframe.test,
728         itcl/iwidgets3.0.0/tests/scrolledhtml.test,
729         itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
730         itcl/iwidgets3.0.0/tests/scrolledtext.test,
731         itcl/iwidgets3.0.0/tests/selectionbox.test,
732         itcl/iwidgets3.0.0/tests/selectiondialog.test,
733         itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
734         itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
735         tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
736         tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
737         tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
738         tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
739         tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
740         tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
741         tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
742         tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
743         tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
744         tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
745         tk/mac/tkMacProjects.sit.hqx.
746
747 2003-10-17  Andrew Cagney  <cagney@redhat.com>
748
749         * target.c (target_section_by_addr): New function.
750         (do_xfer_memory): Use "target_section_by_addr".
751         * target.h (target_section_by_addr): Declare.
752
753         * target.h (struct target_ops): Add "to_read_partial" and
754         "to_write_partial", delete "to_query".
755         (target_read_partial, target_write_partial): Declare.
756         (target_read, target_write): Declare.
757         (target_query): Delete macro.
758         * target.c (target_read_partial): New function.
759         (target_write_partial, target_read, target_write): New function.
760         (update_current_target): Delete inheritance of "to_query".  Add
761         comments about "to_read_partial" and "to_write_partial".
762         (debug_to_partial_read, debug_to_partial_write): New functions.
763         (debug_to_query): Delete function.
764         (setup_target_debug): Set "to_read_partial" and "to_write_partial"
765         instead of "to_query".
766         * remote.c (remote_read_partial): Replace "remote_query".
767         (init_remote_ops): Set "to_read_partial" instead of "to_query".
768         (init_remote_async_ops): Ditto.
769         * kod.c (gdb_kod_query): Make "bufsize" a LONGEST.  Use
770         "target_read_partial" instead of "target_query".
771         * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
772         Use "target_read_partial" instead of "target_query".
773
774 2003-10-17  Jeff Johnston  <jjohnstn@redhat.com>
775
776         * frame.h (struct frame_id): Add new field: special_addr.
777         (frame_id_build_special): New prototype.
778         * frame.c (frame_id_build_special): New function.
779         (frame_id_build): Change to call frame_id_build_special().
780         (frame_id_eq): Change to also test special_addr field. 
781         (frame_id_inner): Update comment. 
782
783 2003-10-17  Andrew Cagney  <cagney@redhat.com>
784
785         * target.c (update_current_target): Perform the target cleanup.
786         Put the target stack beneath the squashed "current_target".
787         (add_target): Delete disabled call to "cleanup_target".
788         (cleanup_target): Delete function.
789         (push_target, unpush_target): Do not call "cleanup_target".
790
791 2003-10-17  Andrew Cagney  <cagney@redhat.com>
792
793         * target.c (target_stack): Change to a static target_ops.
794         (update_current_target): Walk the "struct target_ops" stack.
795         (pop_target, do_xfer_memory, target_info): Ditto.
796         (find_target_beneath): Ditto.
797         (push_target): Rewrite to use the "struct target_ops" stack.
798         (unpush_target): Ditto.
799         * target.h (struct target_stack_item): Delete definition.
800         (target_stack): Delete declaration.
801         (struct target_ops): Add field "beneath".
802
803 2003-10-17  Shrinivas Atre  <shrinivasa@KPITCummins.com>
804
805         * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
806         declaration.
807         * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
808         (h8300_examine_prologue): Use h8300_normal_mode flag
809         (h8300_gdbarch_init): Set architecture info for normal mode
810
811 2003-10-16  Daniel Jacobowitz  <drow@mvista.com>
812
813         * remote.c (remote_protocol_vcont): New variable.
814         (set_remote_protocol_vcont_packet_cmd): New function.
815         (show_remote_protocol_vcont_packet_cmd): New function.
816         (init_all_packet_configs): Handle remote_protocol_vcont.
817         (remote_vcont_probe): New function.
818         (remote_vcont_resume): New function.
819         (remote_resume): Use it.
820         (remote_async_resume): Call remote_resume.
821         (_initialize_remote): Add verbose-resume packet commands.
822
823 2003-10-16  Andrew Cagney  <cagney@redhat.com>
824
825         * infrun.c (handle_inferior_event): Add comment about
826         "frame_id_inner" being too weak.
827
828 2003-10-16  Elena Zannoni  <ezannoni@redhat.com>
829
830         * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
831         second parameter, which is always null. Remove
832         SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
833         * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
834         accordingly.
835         * somsolib.c (som_solib_create_inferior_hook,
836         som_solib_desire_dynamic_linker_symbols): Update callers.
837         * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
838
839 2003-10-16  Kei Sakamoto  <sakamoto.kei@renesas.com>
840
841         * remote-m32r-sdi.c : New file, interface to m32r on-chip
842         debug interface, SDI (Scalable Debug Interface).
843         * NEWS: Mention m32r SDI protocol was supported.
844         * Makefile.in (remote-m32r-sdi.o): Add build rule.
845         * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
846
847 2003-10-15  Jeff Johnston  <jjohnstn@redhat.com>
848
849         * ia64-linux-tdep.c: Include gdbcore.h.
850         (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
851         (ia64_linux_sigcontext_register_addr): Find the address of the
852         sigcontext area stored in the sigframe instead of using
853         a magic offset constant. 
854
855 2003-10-15  Andrew Cagney  <cagney@redhat.com>
856
857         * remote.c (remote_search): Delete function.
858         * target.h (target_search): Delete disabled macro.
859         (struct target_ops): Delete disabled field "to_search".
860
861 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
862
863         * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
864         instead of deprecated_inside_entry_file().
865
866 2003-10-14  Corinna Vinschen  <vinschen@redhat.com>
867
868         * sh-tdep.c: Fix copy/paste hangover in comment.
869         (sh_push_dummy_call_fpu): Accomodate double passing in little endian
870         mode.
871         (sh3e_sh4_extract_return_value): Ditto.
872
873 2003-10-13  Richard Henderson  <rth@redhat.com>
874
875         * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
876         * f-valprint.c (f_val_print): Likewise.  Tweak TYPE_CODE_PTR to
877         match c_val_print a bit closer.
878
879 2003-10-13  Kevin Buettner  <kevinb@redhat.com>
880
881         * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
882         (frv_gdbarch_adjust_breakpoint_address): New function.
883         (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
884         method.
885
886 2003-10-13  Kevin Buettner  <kevinb@redhat.com>
887
888         * breakpoint.h (struct breakpoint): Add new member
889         ``requested_address''.
890         * breakpoint.c (breakpoint_adjustment_warning)
891         (adjust_breakpoint_address): New static functions.
892         (print_it_typical): Issue warning if breakpoint's address is different
893         from its requested address.
894         (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
895         (breakpoint_re_set_one):  Set breakpoint's
896         ``requested_address'' field.  Set ``address'' field to the
897         result of calling adjust_breakpoint_address() on the requested
898         address.
899
900 2003-10-13  Kevin Buettner  <kevinb@redhat.com>
901
902         * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
903         * gdbarch.h, gdbarch.c: Regenerate.
904
905 2003-10-11  Mark Kettenis  <kettenis@gnu.org>
906
907         * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
908         TDEP->sc_num_regs.
909
910         * i386fbsd-tdep.c: New file.
911         (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
912         i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
913         i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
914         i386bsd-tdep.c.
915         (_initialize_i386fbsd_tdep): New function.
916         (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
917         (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
918         TDEP->gregset_num_regs, TDEP->sizeof_gregset and
919         TDEP->sizeof_fpregset.  Use ARRAY_SIZE to initialize
920         TDEP->sc_num_regs.
921         (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
922         TDEP->gregset_num_regs and TDEP->sizeof_gregset.  Use ARRAY_SIZE
923         to initialize TDEP->sc_num_regs.
924         * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
925         i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
926         i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
927         (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
928         FreeBSD ELF OS/ABI's here.
929         * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
930         (i386fbsd-tdep.o): New target.
931         * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
932         * config/i386/fbsd64.mt (TDEPFILES):  Add i386fbsd-tdep.o.
933
934         * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
935         (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
936         TDEP->gregset_num_regs and TDEP->sizeof_gregset.  Use ARRAY_SIZE
937         in initialization of TDEP->sc_num_regs.
938
939         * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
940         (x86_64_init_abi): Initialize regset_from_core_section if
941         appropriate.
942
943         * i386-tdep.c (i386_regset_from_core_section): New function.
944         (i386_gdbarch_init): Initialize regset_from_core_section if
945         appropriate.
946         * i386-tdep.h (i386_regset_from_core_section): New declaration.
947
948         * i386-tdep.h (struct regset): Declare opaque.
949
950         * gdbarch.sh (regset_from_core_section): New method.
951         (struct regset): Declare opaque.
952         * gdbarch.c, gdbarch.h: Regenerated.
953
954 2003-10-11  Alan Modra  <amodra@bigpond.net.au>
955
956         * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
957         _cooked_size and vma;  Use bfd_section_size and bfd_get_section_vma.
958         Correct test for pc within section.
959
960 2003-10-11  Mark Kettenis  <kettenis@gnu.org>
961
962         * gdbarch.sh: Remove trailing whitepsace from comments.
963
964 2003-10-08  Roland McGrath  <roland@redhat.com>
965
966         * gcore.c (make_mem_sec): Function removed, folded into ...
967         (gcore_create_callback): ... here.  To omit a section, clear its
968         SEC_LOAD bit rather than zeroing its size.
969         Omit read-only sections only if they correspond to a known disk file.
970         (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
971
972 2003-10-10  Michael Snyder  <msnyder@redhat.com>
973
974         * d10v-tdep.c: Fix typo in comment.
975
976 2003-10-10  Andrew Cagney  <cagney@redhat.com>
977
978         * rs6000-tdep.c (e500_store_return_value): Delete function.
979         (e500_extract_return_value): Delete function.
980         (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
981         "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
982         "ppc_sysv_abi_restore_return_value" where applicable.
983         * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
984         (ppc_sysv_abi_extract_return_value): Declare.
985         (ppc_sysv_abi_broken_store_return_value): Declare.
986         (ppc_sysv_abi_broken_extract_return_value): Declare.
987         (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
988         * ppc-sysv-tdep.c (return_value_convention): Move definition to
989         start of file.
990         (do_ppc_sysv_return_value): New function.
991         (ppc_sysv_abi_extract_return_value): New function.
992         (ppc_sysv_abi_store_return_value): New function.
993         (ppc_sysv_abi_broken_extract_return_value): New function.
994         (ppc_sysv_abi_broken_store_return_value): New function.
995         (ppc_sysv_abi_use_struct_convention): Call
996         do_ppc_sysv_return_value.
997
998 2003-10-10  J. Brobecker  <brobecker@gnat.com>
999
1000         * blockframe.c (inside_main_func): No longer use symbol_lookup()
1001         to lookup the main function symbol.
1002
1003 2003-10-10  Corinna Vinschen  <vinschen@redhat.com>
1004
1005         * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1006         types correctly.
1007         (sh_push_dummy_call_fpu): Fix argument passing rules.
1008         (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1009         float types.
1010         (sh3e_sh4_store_return_value): Ditto.
1011
1012 2003-10-10  Elena Zannoni  <ezannoni@redhat.com>
1013
1014         * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1015         comment.
1016
1017 2003-10-10  Corinna Vinschen  <vinschen@redhat.com>
1018
1019         * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1020         more readable code.  Accomodate passing of bitfields.
1021
1022 2003-10-10  Andrew Cagney  <cagney@redhat.com>
1023
1024         * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1025         * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1026         push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1027         * ppc-sysv-tdep.c: Include "gdb_assert.h".
1028         (ppc64_sysv_abi_push_dummy_call): New function.
1029         (ppc64_sysv_abi_broken_push_dummy_call): New function.
1030         * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1031         (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1032
1033 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
1034
1035         * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1036         * README: Ditto.
1037         * d10v-tdep.c: Ditto.
1038         * h8300-tdep.c: Ditto.
1039         * remote-e7000.c: Ditto.
1040         * remote-hms.c: Ditto.
1041         * ser-e7kpc.c: Ditto.
1042         * sh-stub.c: Ditto.
1043         * sh-tdep.c: Ditto.
1044         * sh-tdep.h: Ditto.
1045         * sh3-rom.c: Ditto.
1046         * sh64-tdep.c: Ditto.
1047         * top.c: Ditto.
1048         * wince.c: Ditto.
1049         * config/d10v/d10v.mt: Ditto.
1050         * config/sh/embed.mt: Ditto.
1051         * config/sh/linux.mt: Ditto.
1052         * config/sh/tm-linux.h: Ditto.
1053         * config/sh/tm-sh.h: Ditto.
1054         * config/sh/wince.mt: Ditto.
1055
1056 2003-10-09  Andrew Cagney  <cagney@redhat.com>
1057
1058         * ppc-tdep.h (struct type): Declare opaque.
1059         * x86-64-tdep.h (struct regcache): Declare opaque.
1060         * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1061         coding style.
1062
1063 2003-10-09  Andrew Cagney  <cagney@redhat.com>
1064
1065         Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1066         * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1067         (SOFTWARE_SINGLE_STEP_P): Ditto.
1068         * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1069         * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1070         (SOFTWARE_SINGLE_STEP_P): Ditto.
1071         * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1072         software_single_step to rs6000_software_single_step.
1073
1074 2003-10-09  Andrew Cagney  <cagney@redhat.com>
1075
1076         * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1077
1078 2003-10-09  Michael Snyder  <msnyder@redhat.com>
1079
1080         * frame.h: Fix typo in comment.
1081         * dummy-frame.c: Fix typo in comment.
1082         * d10v-tdep.c: Random whitespace/comment tweaks.
1083
1084 2003-10-09  Elena Zannoni  <ezannoni@redhat.com>
1085
1086         * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1087         (sh_push_dummy_code): Delete function, it's only used for dummy calls
1088         on stack.
1089
1090         Based on input by Stephen Clarke (stephen.clarke@superh.com):
1091         * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1092         in detail.
1093
1094 2003-10-09  Daniel Jacobowitz  <drow@mvista.com>
1095
1096         * remote-mips.c (mips_initialize): Remove unneeded call to
1097         get_selected_frame.  Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1098
1099 2003-10-09  Daniel Jacobowitz  <drow@mvista.com>
1100
1101         * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1102         a memory pointer.
1103
1104 2003-10-08  Jeff Johnston  <jjohnstn@redhat.com>
1105
1106         * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1107         for any lwp we resume.
1108         (running_callback): Add lwps that have pending status events
1109         against them to be considered running.
1110
1111 2003-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
1112
1113         * m32r-tdep.c : Include "dis-asm.h".
1114         * Makefile.in (m32r-tdep.o): Update dependencies.
1115
1116 2003-10-06  J. Brobecker  <brobecker@gnat.com>
1117
1118         * completer.h (get_gdb_completer_word_break_characters): Delete.
1119         * completer.c: include language.h.
1120         (gdb_completer_word_break_characters): Delete.
1121         (get_gdb_completer_word_break_characters): Delete.
1122         (location_completer): Use the word break characters of the current
1123         language.
1124         (complete_line): Likewise.
1125         (line_completion_function): Likewise.
1126         (skip_quoted_chars): Likewise.
1127         * Makefile.in (completer.o): Add dependency on language.h.
1128         * top.c (init_main): Set the readline word break characters
1129         to GDB's default word break characters.
1130
1131 2003-10-06  J. Brobecker  <brobecker@gnat.com>
1132
1133         * language.h (language_defn): new field, la_word_break_characters.
1134         * language.c (unknown_language_defn): Set new field to
1135         default_word_break_characters.
1136         (auto_language_defn): Likewise.
1137         (local_language_defn): Likewise.
1138         * ada-lang.c (ada_language_defn): Likewise.
1139         * c-lang.c (c_language_defn): Likewise.
1140         (cplus_language_defn): Likewise.
1141         (asm_language_defn): Likewise.
1142         (minimal_language_defn): Likewise.
1143         * f-lang.c (f_language_defn): Likewise.
1144         * jv-lang.c (java_language_defn): Likewise.
1145         * m2-lang.c (m2_language_defn): Likewise.
1146         * objc-lang.c (objc_language_defn): Likewise.
1147         * p-lang.c (pascal_language_defn): Likewise.
1148         * scm-lang.c (scm_language_defn): Likewise.
1149
1150 2003-10-06  Andrew Cagney  <cagney@redhat.com>
1151
1152         * ppc-sysv-tdep.c: Re-indent.
1153
1154 2003-10-06  J. Brobecker  <brobecker@gnat.com>
1155
1156         * language.h (default_word_break_characters): Add prototype.
1157         * language.c (default_word_break_characters): New function.
1158
1159 2003-10-06  Andreas Schwab  <schwab@suse.de>
1160
1161         * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1162         with %eax.
1163
1164 2003-10-06  Andrew Cagney  <cagney@redhat.com>
1165
1166         * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1167         "h8500-tdep.c".
1168         (z8k-tdep.o): Delete custom build rule.
1169
1170 2003-10-06  Andrew Cagney  <cagney@redhat.com>
1171
1172         * Makefile.in: Update all dependencies.
1173
1174         * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1175         No longer list PA as as obsolete candidate.  List m32r as
1176         broken instead of obsolete.
1177
1178         * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1179         * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1180         * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1181         * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1182         * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1183         * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1184         * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1185         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1186         * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1187         * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1188         * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1189         * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1190         * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1191         * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1192         * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1193         * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1194         * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1195         * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1196         * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1197         * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1198         * config/z8k/z8k.mt: Ditto.
1199
1200         * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1201         h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1202         mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1203         i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1204         sparclite were removed.
1205         * configure.host, configure.tgt: Remove corresponding tuples.
1206
1207         * breakpoint.c, breakpoint.h: Remove obsolete code.
1208         * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1209         * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1210         * stabsread.h, xcoffread.c: Ditto.
1211
1212         * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1213         * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1214         * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1215         * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1216
1217 2003-10-06  David Lecomber  <dsl@sources.redhat.com>
1218
1219         * f-valprint.c: Reformatting
1220
1221 2003-10-06  Mark Kettenis  <kettenis@gnu.org>
1222
1223         * x86-64-tdep.c: Remove duplicate comment.
1224
1225         * x86-64-tdep.c (x86_64_store_return_value): Don't use
1226         DEPRECATED_REGISTER_RAW_SIZE.  Use symbolic names for register
1227         names for return values.  This fixes a bug since we looked at %rbx
1228         instead of %rdx.
1229
1230 2003-10-05  Mark Kettenis  <kettenis@gnu.org>
1231
1232         * x86-64-tdep.c: Include "regset.h".
1233
1234         * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1235         gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1236         sizeof_fpregset.
1237         * i386-tdep.c: Include "regset.h".
1238         (i386_supply_gregset): New function.
1239         (i386_supply_fpregset): New function.
1240         (i386_gdbarch_init): Initialze register set-related members of
1241         TDEP.
1242         * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1243         (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1244
1245 2003-10-03  Andrew Cagney  <cagney@redhat.com>
1246
1247         * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1248         set extract_return_value, store_return_value and
1249         use_struct_convention to ppc64_sysv_abi_extract_return_value,
1250         ppc64_sysv_abi_store_return_value and
1251         ppc64_sysv_abi_use_struct_convention.
1252         * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1253         (ppc64_sysv_abi_store_return_value): Declare.
1254         (ppc64_sysv_abi_use_struct_convention): Declare.
1255         * ppc-sysv-tdep.c (enum return_value_convention): Define.
1256         (ppc64_sysv_abi_extract_return_value): New function.
1257         (ppc64_sysv_abi_store_return_value): New function.
1258         (ppc64_sysv_abi_use_struct_convention): New function.
1259         (ppc64_sysv_abi_return_value): New function.
1260
1261 2003-10-03  Andrew Cagney  <cagney@redhat.com>
1262
1263         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1264         convert a descriptor to a function when it's in the ".opd"
1265         section.
1266
1267 2003-10-03  Corinna Vinschen  <vinschen@redhat.com>
1268
1269         * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1270         reg_size to keep GCC silent.
1271
1272 2003-10-03  Corinna Vinschen  <vinschen@redhat.com>
1273
1274         * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1275         base for DW_EH_PE_textrel encodings.
1276         (read_encoded_value): Add a DW_EH_PE_textrel case.
1277         (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1278         section.
1279
1280 2003-10-03  Mark Kettenis  <kettenis@gnu.org>
1281
1282         * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1283
1284 2003-10-02  Andrew Cagney  <cagney@redhat.com>
1285
1286         * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1287         REGISTER_RAW_SIZE.
1288         * gdbarch.h, gdbarch.c: Re-generate.
1289         * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1290         * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1291         * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1292         * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1293         * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1294         * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1295         * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1296         * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1297         * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1298         * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1299         * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1300         * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1301         * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1302         * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1303         * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1304         * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1305
1306 2003-10-02  Jim Blandy  <jimb@redhat.com>
1307
1308         * dwarf2read.c (struct die_info): Doc fix.
1309
1310 2003-10-02  Corinna Vinschen  <vinschen@redhat.com>
1311
1312         * sh-tdep.c: Running thru gdb_indent.sh.
1313
1314 2003-10-02  Corinna Vinschen  <vinschen@redhat.com>
1315
1316         * sh-tdep.c (sh_justify_value_in_reg): New function.
1317         (sh_stack_allocsize): Ditto.
1318         (flt_argreg_array): New array used for floating point argument
1319         passing.
1320         (sh_init_flt_argreg): New function.
1321         (sh_next_flt_argreg): Ditto.
1322         (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1323         "pass_on_stack". Use new helper functions.  Accomodate Renesas ABI.
1324         Fix argument passing strategy.
1325         (sh_push_dummy_call_nofpu): Ditto.
1326
1327 2003-10-01  Andrew Cagney  <cagney@redhat.com>
1328
1329         * value.h (register_value_being_returned): Declare.  Replace
1330         "value_being_returned".
1331         * infcall.c (call_function_by_hand): Use
1332         register_value_being_returned.
1333         * infcmd.c (print_return_value): Call
1334         "register_value_being_returned", handle struct return locally.
1335         * values.c (register_value_being_returned): New function.  Replace
1336         "value_being_returned".
1337
1338 2003-09-30  Elena Zannoni  <ezannoni@redhat.com>
1339
1340         * linux-proc.c (linux_do_registers): New function.
1341         (linux_make_note_section): Use linux_do_registers in case of
1342         single threaded inferior programs.
1343
1344 2003-10-01  Andrew Cagney  <cagney@redhat.com>
1345
1346         * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1347         use STRUCT_ADDR.  When not using "struct return convention", pass
1348         "0" to "value_being_returned".  Add FIXMEs.
1349         * infcmd.c (print_return_value): Pass an explicit 0/1 to
1350         value_being_returned.  Add comments.
1351         * values.c (value_being_returned): Add fixme.
1352         * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1353         (hppa_value_returned_from_stack): Add FIXME.
1354
1355 2003-09-30  David Carlton  <carlton@kealia.com>
1356
1357         * dwarf2read.c (struct die_info): Add 'parent' field; replace
1358         'has_children' and 'next' by 'child' and 'sibling'.
1359         (read_comp_unit): Rework algorithm, breaking body into
1360         read_die_and_children and read_die_and_siblings.
1361         (read_die_and_children, read_die_and_siblings): New.
1362         (read_full_die): Add 'has_children' argument; set it instead of
1363         the die's 'has_children' field.  Minor formatting cleanup.
1364         (free_die_list): Use die->child and die->sibling instead of
1365         die->next.
1366         (dump_die_list): Ditto.
1367         (sibling_die): Use die->sibling.
1368         (psymtab_to_symtab_1): Use die's 'child' field in place of its
1369         'has_children' and 'next' fields.
1370         (process_die, read_file_scope, read_func_scope)
1371         (read_lexical_block_scope, read_structure_scope)
1372         (read_enumeration, read_array_type, read_common_block)
1373         (read_namespace, read_subroutine_type, dump_die): Ditto.
1374
1375 2003-09-30  Andrew Cagney  <cagney@redhat.com>
1376
1377         * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1378         to 224, not 220.
1379
1380 2003-09-30  Andrew Cagney  <cagney@redhat.com>
1381
1382         * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1383         REGISTER_VIRTUAL_SIZE.
1384         * gdbarch.h, gdbarch.c: Regenerate.
1385         * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1386         * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1387         * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1388
1389 2003-09-29  Andrew Cagney  <cagney@redhat.com>
1390
1391         * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1392         DEPRECATED_REGISTER_VIRTUAL_TYPE.
1393         * gdbarch.h, gdbarch.c: Regenerate.
1394         * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1395         * sh64-tdep.c, sparc-tdep.c: Update.
1396
1397         * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1398         * remote-vxmips.c (vx_read_register): Ditto.
1399         * remote-vx68.c (vx_read_register): Ditto.
1400         * gnu-nat.c (inf_validate_procs): Ditto.
1401
1402 2003-09-29  J. Brobecker  <brobecker@gnat.com>
1403
1404         * infcall.c (call_function_by_hand): Fix build failure
1405         introduced in the previous change to this file.
1406
1407 2003-09-29  Andrew Cagney  <cagney@redhat.com>
1408
1409         * NEWS: Mention Objective-C.
1410
1411 2003-09-29  Jerome Guitton  <guitton@act-europe.fr>
1412
1413         * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1414         test if the register has been saved on the stack.
1415         (arm_scan_prologue_cache): When analysing the instruction
1416         "str lr, [sp, #-4]", save the address where lr has been stored.
1417
1418 2003-09-28  Andrew Cagney  <cagney@redhat.com>
1419
1420         * frame.c (frame_read_unsigned_register): Delete function.
1421         * frame.h (frame_read_unsigned_register): Delete declaration.
1422         * sparc-tdep.c (sparc_init_extra_frame_info): Use
1423         get_frame_register_unsigned.
1424         (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1425         * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1426         * d10v-tdep.c (d10v_print_registers_info): Ditto.
1427
1428         * frame.h (frame_read_register): Delete declaration.
1429         * frame.c (frame_read_register): Delete function.
1430         * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1431         * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1432         * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1433         * mips-tdep.c (mips_register_to_value): Ditto.
1434         * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1435         * d10v-tdep.c (d10v_print_registers_info): Ditto.
1436
1437         * frame.c (frame_read_signed_register): Delete function.
1438         (frame_read_unsigned_register): Update comments.
1439         * frame.h (frame_read_signed_register): Delete declaration.
1440         * h8300-tdep.c (h8300_print_register): Use
1441         get_frame_register_signed.
1442         * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1443
1444         * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1445         Rename VALUE_RETURNED_FROM_STACK.
1446         * infcmd.c (print_return_value): Update.
1447         * infcall.c (call_function_by_hand): Update.
1448
1449 2003-09-28  Mark Kettenis  <kettenis@gnu.org>
1450
1451         * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1452         regcache argument and reverse the order of the other two
1453         arguments.  Remove local regcache variable.  Determine
1454         architecture from REGCACHE.  Update comments.
1455         * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1456         reverse the order of the other two arguments.  Remove local
1457         regcache variable.  Determine architecture from REGCACHE.  Update
1458         comments.
1459         * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1460         prototypes.  Update comments.
1461         * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype.  Adjust
1462         comment.
1463         * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1464         Update.
1465         * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1466         * i386-interix-nat.c (supply_fpregset): Update.
1467         * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1468         * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1469         * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1470         * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1471         * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1472         Update.
1473         * i386obsd-tdep.c (fetch_core_registers): Update.
1474         * i386v4-nat.c (supply_fpregset): Update.
1475         * x86-64-linux-nat.c (supply_fpregset): Update.
1476         * x86-64-linux-tdep.c (fetch_core_registers): Update.
1477
1478 2003-09-27  Mark Kettenis  <kettenis@gnu.org>
1479
1480         * i386-tdep.h: Put opaque declarations in alphabetical
1481         order.  Remove spurious whitespace.
1482         (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1483         (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1484         * i386-tdep.c (MM0_REGNUM): Remove define.
1485         (i386_mmx_regnum_p): Add gdbarch argument.
1486         (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1487         Rewrite using new macro definitions for FPU/SSE registers.
1488         (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1489         definitions from i387-tdep.h.
1490         (i386_register_name): Update.
1491         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1492         new macro definitions for FPU/SSE registers.
1493         (i386_extract_return_value): Determine whether floating-point
1494         registers are present by examining REGCACHE's architecture.
1495         (i386_store_return_value): Likewise.  Use I386_MAX_REGISTER_SIZE
1496         instead of FPU_REG_RAW_SIZE.  Use new macro definitions for
1497         FPU/SSE registers.
1498         (i386_register_type): Update.
1499         (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1500         definitions for FPU registers.  Use REGCACHE's architecture to
1501         determine the appropriate register numbers.
1502         (i386_pseudo_register_read, i386_pseudo_register_write,
1503         i386_register_reggroup_p): Update.
1504         (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1505         TDEP->mm0_regnum.
1506         * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1507         I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1508         I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1509         I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1510         (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1511         i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1512         *' to `void *'.
1513         * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1514         i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1515         i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1516         definitions for FPU/SSE registers.
1517         (FXSAVE_MXCSR_ADDR): New define.
1518         * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1519         TDEP->mm0_regnum.
1520         (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1521         (I387_ST0_REGNUM): Define.
1522
1523         * regcache.h (get_regcache_arch): New prototype.
1524         * regcache.c (get_regcache_arch): New function.
1525
1526         * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1527         whitespace.
1528
1529         * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1530         Initialize using ARRAY_SIZE.
1531
1532 2003-09-27  Andrew Cagney  <cagney@redhat.com>
1533
1534         * arch-utils.c (deprecated_init_frame_pc_default): Rename
1535         "init_frame_pc_default".
1536         * arch-utils.h (deprecated_init_frame_pc_default): Update.
1537         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1538         * vax-tdep.c (vax_gdbarch_init): Update.
1539         * v850-tdep.c (v850_gdbarch_init): Update.
1540         * sh64-tdep.c (sh64_gdbarch_init): Update.
1541         * s390-tdep.c (s390_gdbarch_init): Update.
1542         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1543         * mcore-tdep.c (mcore_gdbarch_init): Update.
1544         * h8300-tdep.c (h8300_gdbarch_init): Update.
1545         * cris-tdep.c (cris_gdbarch_init): Update.
1546         * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1547
1548 2003-09-26  Mark Kettenis  <kettenis@gnu.org>
1549
1550         * regset.h: New file.
1551         * Makefile.in (regset_h): Add.
1552
1553 2003-09-25  Andrew Cagney  <cagney@redhat.com>
1554
1555         * frame.h (deprecated_frame_saved_regs): Rename
1556         get_frame_saved_regs.
1557         * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1558         * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1559         * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1560         * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1561         * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1562
1563 2003-09-25  Andrew Cagney  <cagney@redhat.com>
1564
1565         * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1566         file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1567         and Java.
1568         * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1569         arm*-*-* do not use the new frame code.
1570
1571 2003-09-25  David Carlton  <carlton@kealia.com>
1572
1573         * c-exp.y: Remove 'register' declarations.
1574         * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1575
1576 2003-09-25  David Carlton  <carlton@kealia.com>
1577
1578         * c-exp.y: Include cp-support.h.  Add qualified_type.
1579         (yylex): Delete nested type hack; add comments.
1580         * cp-namespace.c (cp_lookup_nested_type): New function.
1581         * cp-support.h: Declare cp_lookup_nested_type.
1582         * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1583         instead of value_struct_elt_for_reference.
1584         * valops.c: Include cp-support.h.
1585         (value_aggregate_elt): New function.
1586         (value_namespace_elt): Ditto.
1587         (value_struct_elt_for_reference): Make static.
1588         * value.h: Delete declaration of value_struct_elt_for_reference;
1589         add declaration for value_aggregate_elt.
1590         * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1591         (valops.o): Ditto.
1592
1593 2003-09-25  Daniel Jacobowitz  <drow@mvista.com>
1594
1595         * stack.c: Include "reggroups.h".
1596         (frame_info): Only display registers in all_reggroup.
1597         * Makefile.in (stack.o): Update dependencies.
1598
1599 2003-09-25  Jerome Guitton  <guitton@act-europe.fr>
1600
1601         * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1602         "add ip, sp #n" in the prologue.
1603         (arm_scan_prologue): Ditto.
1604
1605 2003-09-25  Jerome Guitton  <guitton@act-europe.fr>
1606
1607         * MAINTAINERS (write after approval): Add myself.
1608
1609 2003-09-25  Andreas Schwab  <schwab@suse.de>
1610
1611         * m68k-tdep.c: Include "dwarf2-frame.h".
1612         (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1613         * Makefile.in (m68k-tdep.o): Update dependencies.
1614
1615 2003-09-25  Corinna Vinschen  <vinschen@redhat.com>
1616
1617         * sh-tdep.c (struct frame_extra_info): Remove.
1618         (struct sh_frame_cache): New structure.
1619         (GET_SOURCE_REG): New macro extracting source register of an opcode.
1620         (GET_TARGET_REG): Ditto but target register.
1621         (GET_PUSHED_REG): Remove.
1622         (IS_MOV_ARG_TO_REG): New macro.
1623         (IS_MOV_ARG_TO_IND_R14): New macro.
1624         (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1625         (IS_MOVW_PCREL_TO_REG): New macro.
1626         (IS_MOVL_PCREL_TO_REG): New macro.
1627         (IS_SUB_REG_FROM_SP): New macro.
1628         (IS_ARG_MOV): Remove.
1629         (IS_MOV_TO_R14): Remove.
1630         (IS_RESTORE_FP): New macro.
1631         (IS_RTS): New macro.
1632         (IS_LDS): New macro.
1633         (IS_MOV_FP_SP): New macro.
1634         (IS_ADD_REG_TO_FP): New macro.
1635         (IS_ADD_IMM_FP): New macro.
1636         (sh_skip_prologue_hard_way): Remove.
1637         (sh_saved_pc_after_call): Remove.
1638         (sh_frame_chain): Remove.
1639         (sh_find_callers_reg): Remove.
1640         (sh_nofp_frame_init_saved_regs): Remove.
1641         (sh_fp_frame_init_saved_regs): Remove.
1642         (sh_init_extra_frame_info): Remove.
1643         (sh_analyze_prologue): New function.
1644         (sh_skip_prologue): Remove deprecated code.  Rely on new function
1645         sh_analyze_prologue when after_prologue fails.
1646         (sh_frame_saved_pc): Remove.
1647         (sh_alloc_frame_cache): New function.
1648         (sh_frame_cache): Ditto.
1649         (sh_frame_prev_register): Ditto.
1650         (sh_frame_this_id): Ditto.
1651         (sh_frame_unwind): New structure defining the heuristic frame
1652         sniffer interface.
1653         (sh_frame_sniffer): New function.
1654         (sh_unwind_sp): Ditto.
1655         (sh_unwind_pc): Ditto.
1656         (sh_unwind_dummy_id): Ditto.
1657         (sh_frame_base_address): Ditto.
1658         (sh_frame_base): New structure defining new frame base code.
1659         (sh_in_function_epilogue_p): New function.
1660         (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1661         code and to call all new code instead.  Initialize dwarf2 and
1662         heuristic frame sniffer.
1663
1664 2003-09-24  Paul N. Hilfinger  <hilfingr@nile.gnat.com>
1665
1666         * parser-defs.h (struct exp_descriptor): New definition, containing
1667         language-specific info for printing, prefixifying, dumping, and
1668         evaluating expressions.
1669         (exp_descriptor_standard): Declare new variable.
1670         (print_subexp): Make global and declare here (from expprint.c).
1671         (dump_subexp): Ditto.
1672         (dump_subexp_body_standard): Declare.
1673         (operator_length_standard): Declare.
1674         (op_name_standard): Declare.
1675         (print_subexp): Declare.
1676         (print_subexp_standard): Declare.
1677
1678         * language.h (struct language_defn): Add la_exp_desc field to hold
1679         pointer to table for language-specific operators.
1680         Remove evaluate_exp field, which is now in struct exp_descriptor.
1681
1682         * parse.c (operator_length): Move most code to new
1683         operator_length_standard function.  Use language-specific information.
1684         (operator_length_standard): New function taking most code from
1685         operator_length.
1686         (exp_descriptor_standard): New constant.
1687
1688         * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1689         and OP_EXTENDED_LAST.
1690
1691         * expprint.c (print_subexp): Use language-specific print_subexp.
1692         Make global; remove static declaration.
1693         Move most code to print_subexp_standard.
1694         (print_subexp_standard): New function, containing code formerly in
1695         print_subexp.
1696         (op_name): Add expression to argument signature.
1697         Use langauge-specific op_name.
1698         Move most code to op_name_standard.
1699         (op_name_standard): New function, containing code formerly in op_name.
1700         (dump_subexp):  Use new version of op_name function.
1701         Use language-specific dump_subexp_body, and move most existing code to
1702         dump_subexp_body_standard.
1703         (dump_raw_expression): Use new op_name interface.
1704         (dump_subexp_body): Move most code to dump_subexp_body_standard.
1705         (dump_subexp_body_standard): New function, containing code formerly
1706         in dump_subexp_body.
1707
1708         * language.c (unknown_language): Add default la_exp_desc field and
1709         remove evaluate_exp field.
1710         (auto_language): Ditto.
1711         (local_language): Ditto.
1712         * f-lang.c (f_language_defn): Ditto.
1713         * c-lang.c (c_language_defn): Ditto.
1714         (cplus_language_defn): Ditto.
1715         (asm_language_defn): Ditto.
1716         (minimal_language_defn): Ditto.
1717         * p-lang.c (pascal_language_defn): Ditto.
1718         * m2-lang.c (m2_language_defn): Ditto.
1719         * objc-lang.c (objc_language_defn): Ditto.
1720
1721         * jv-lang.c (exp_descriptor_java): New variable, containing
1722         Java-specific expression evaluator.
1723         (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1724         field.
1725         * scm-lang.c (exp_descriptor_scm): New variable, containing
1726         Scheme-specific expression evaluator.
1727         (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1728         field.
1729         * objc-lang.c (print_object_command): Take evaluate_exp from the
1730         la_exp_desc field.
1731
1732         * Makefile.in (eval.o): Add dependency on parser-defs.h.
1733
1734         * eval.c: Include parser-defs.h for the full declaration of
1735         la_exp_desc's type.
1736         (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1737
1738 2003-09-23  Paul N. Hilfinger  <hilfingr@nile.gnat.com>
1739
1740         * parser-defs.h (operator_length): Declare.
1741
1742         * parse.c (length_of_subexp): Use operator_length to get operator
1743         lengths and arities for operators.
1744         Move most code to new operator_length function.
1745         (operator_length): New function absorbing most code from
1746         length_of_subexp.
1747         (prefixify_subexp): Remove large case and use operator_length instead.
1748         (parse_exp_1): Use renamings:
1749         dump_prefix_expression => dump_raw_expression and
1750         dump_postfix_expression => dump_prefix_expression.
1751
1752         * expression.h (dump_prefix_expression): Rename to ...
1753         (dump_raw_expression): New name.
1754         (dump_postfix_expression): Rename to ...
1755         (dump_prefix_expression): New name.
1756
1757         * expprint.c (dump_subexp): Make global.  Add comment.
1758         Move most existing code to dump_subexp_body.
1759         (dump_subexp_body): New function.
1760         (dump_prefix_expression): Rename to dump_raw_expression.
1761         Remove attempt to print the expression via print_expression: it can't
1762         work before the expression is prefixified.
1763         (dump_raw_expression): Renamed from dump_prefix_expression.
1764         (dump_postfix_expression): Rename to dump_prefix_expression, since
1765         that's what it does.
1766         Remove 'note' parameter, since this routine must be used on
1767         prefixified expression.
1768         (dump_prefix_expression): Renamed from dump_postfix_expression.
1769
1770 2003-09-22  Jim Blandy  <jimb@redhat.com>
1771
1772         * dwarf2read.c (read_array_type): When building the type for an
1773         array of unspecified length, make sure to choose the upper bound
1774         so that the array's total length comes out to be zero --- that's
1775         how we represent such arrays.
1776
1777 2003-09-22  Michael Chastain  <mec@shout.net>
1778
1779         * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1780
1781 2003-09-22  Jeff Johnston  <jjohnstn@redhat.com>
1782
1783         * top.c (quit_force): Fix indirect call to quit_target so
1784         a struct qt_args pointer is passed.
1785
1786 2003-09-22  Andrew Cagney  <cagney@redhat.com>
1787
1788         * arch-utils.h (init_frame_pc_noop): Delete declaration.
1789         * arch-utils.c (init_frame_pc_noop): Delete function.
1790         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1791         "init_frame_pc".
1792         * mips-tdep.c (mips_gdbarch_init): Ditto.
1793         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1794         * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1795         declaration.
1796         (DEPRECATED_INIT_FRAME_PC): Delete macro.
1797         * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1798         declaration.
1799         (DEPRECATED_INIT_FRAME_PC): Delete macro.
1800
1801 2003-09-22  Anthony Green  <green@redhat.com>
1802
1803         * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1804         declaration.
1805
1806 2003-09-20  Andrew Cagney  <cagney@redhat.com>
1807
1808         * breakpoint.c: Eliminate ARGSUSED.
1809         * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1810         * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1811         * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1812         * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1813         * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1814         * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1815         * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1816         * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1817         * wince.c, remote-vx.c: Ditto.
1818
1819         * cli/cli-script.c: Remove "register" attributes.
1820         * config/pa/tm-hppa.h: Ditto.
1821         * cli/cli-decode.c: Ditto.
1822         * cli/cli-cmds.c: Ditto.
1823
1824 2003-09-19  Andrew Cagney  <cagney@redhat.com>
1825
1826         * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1827         DEPRECATED_NPC_REGNUM.
1828         * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1829
1830 2003-09-19  Christopher Faylor  <cgf@redhat.com>
1831
1832         * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1833
1834 2003-09-19  Jim Blandy  <jimb@redhat.com>
1835
1836         * macrotab.c (macro_include): Use the correct comparison to find
1837         the appropriate place for this inclusion in the list.
1838
1839 2003-09-19  Andrew Cagney  <cagney@redhat.com>
1840
1841         * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1842         (DEPRECATED_HPUX_TEXT_END): Define.
1843         (deprecated_hpux_text_end): Declare.
1844         (struct target_ops): Declare opaque.
1845         * hppah-nat.c (text_end): Make static.
1846         (deprecated_hpux_text_end): New function.
1847         * exec.c (text_end): Delete global variable.
1848         (NEED_TEXT_START_END): Do not define.
1849         (exec_file_attach): Replace code computing "text_end" code with
1850         call to DEPRECATED_HPUX_TEXT_END.
1851
1852 2003-09-19  Andrew Cagney  <cagney@redhat.com>
1853
1854         * utils.c (align_up, align_down): New functions.
1855         * defs.h (align_up, align_down): Declare.
1856         * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1857         * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1858         and "align_down".
1859         (round_up, round_down): Delete functions.
1860         * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1861         "align_down".
1862         (ROUND_DOWN, ROUND_UP): Delete macros.
1863         (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1864         * h8300-tdep.c: Replace "round_up" and "round_down" with
1865         "align_up" and "align_down".
1866         (round_up, round_down): Delete macros.
1867         * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1868         "align_down".
1869         (ROUND_UP, ROUND_DOWN): Delete macros.
1870
1871 2003-09-18  J. Brobecker  <brobecker@gnat.com>
1872
1873         * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1874         hard-coded constant. Use the proper machine name instead.
1875
1876 2003-09-17  Andrew Cagney  <cagney@redhat.com>
1877
1878         * sparc-tdep.c (legacy_register_name): Delete function.
1879         * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1880         (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1881         * infcmd.c (gdb_register_name): Delete variable.
1882         * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1883         REGISTER_NAME and "tm.h".
1884         * gdbarch.h, gdbarch.c: Regenerate.
1885         * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1886         REGISTER_NAMES in comments.
1887         * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1888         * m68klinux-nat.c (regmap): Ditto.
1889
1890 2003-09-17  Jim Blandy  <jimb@redhat.com>
1891
1892         * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1893
1894 2003-09-17  Andrew Cagney  <cagney@redhat.com>
1895
1896         * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1897         (ppcnbsd_init_abi): Set "use_struct_convention" to
1898         "ppcnbsd_use_struct_convention".
1899
1900 2003-09-17  Mark Kettenis  <kettenis@gnu.org>
1901
1902         * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1903         * gdbarch.h, gdbarch.c: Regenerate.
1904         (stabs_argument_has_addr): New architecture method.
1905         * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1906         * arch-utils.c: Include "buildsym.h".
1907         (default_stabs_argument_has_addr): New function.
1908         * stabsread.c (define_symbol): Use stabs_argument_has_addr
1909         instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1910
1911 2003-09-17  Andrew Cagney  <cagney@redhat.com>
1912
1913         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1914         * gdbarch.h, gdbarch.c: Regenerate.
1915         * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1916         * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1917         * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1918         * sparcnbsd-tdep.c: Update.
1919
1920 2003-09-17  Andrew Cagney  <cagney@redhat.com>
1921
1922         * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1923         * gdbarch.h, gdbarch.c: Regenerate.
1924         * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1925         * d10v-tdep.c, frame.c: Update.
1926         * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1927         * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1928         * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1929         * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1930         * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1931         * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1932         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1933         * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1934         * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1935         * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1936         * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1937         * config/pa/nm-hppah.h: Update.
1938
1939 2003-09-16  Andrew Cagney  <cagney@redhat.com>
1940
1941         * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1942         "use_struct_convention" to "ppc_linux_use_struct_convention".
1943         (ppc_linux_use_struct_convention): New function.
1944         * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1945         (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1946         "rs6000_use_struct_convention".
1947         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1948         declaration.
1949         * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1950         Delete function.
1951
1952 2003-09-16  Andrew Cagney  <cagney@redhat.com>
1953
1954         * buildsym.c: Remove more occurances of "register".
1955         * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1956         * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1957         * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1958         * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1959         * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1960         * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1961         * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1962         * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1963
1964 2003-09-16  Corinna Vinschen  <vinschen@redhat.com>
1965
1966         * sh-tdep.h (struct gdbarch_tdep): Remove.  Change all register
1967         numbers to enumeration values.
1968         * sh-tdep.c: Accomodate above change.
1969         (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1970         (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1971         (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1972         (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1973         (IS_FPUSH): Rename from IS_FMOV.
1974         (sh_extract_struct_value_address): Remove useless comment.
1975         (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1976         instead of own local values.
1977         (sh_dump_tdep): Remove.
1978         (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1979         * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1980
1981 2003-09-15  Andrew Cagney  <cagney@redhat.com>
1982
1983         * doublest.c (convert_floatformat_to_doublest): No longer need to
1984         cast "exp_bias" to an int.  Reverts 2002-12-04 change.
1985
1986 2003-09-15  Daniel Jacobowitz  <drow@mvista.com>
1987
1988         * values.c (unpack_double): Call floatformat_is_valid.
1989
1990 2003-09-15  Mark Kettenis  <kettenis@gnu.org>
1991
1992         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1993         ps_strings into a long.
1994
1995         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1996         _initialize_am64fbsd_nat.
1997
1998 2003-09-15  Kevin Buettner  <kevinb@redhat.com>
1999
2000         * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2001         associated with DW_AT_ranges attribute is out of bounds.
2002
2003 2003-09-15  David Lecomber  <dsl@sources.redhat.com>
2004
2005         * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2006
2007 2003-09-14  Michael Chastain  <mec@shout.net>
2008
2009         * config/m68k/nm-apollo68v.h: Delete.
2010         * config/m68k/xm-apollo68v.h: Delete.
2011
2012 2003-09-14  Andrew Cagney  <cagney@redhat.com>
2013
2014         * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2015         * dcache.c: Update copyrights and descriptions.
2016         * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2017
2018 2003-09-14  Andrew Cagney  <cagney@redhat.com>
2019
2020         * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2021         "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2022
2023 2003-09-14  Andrew Cagney  <cagney@redhat.com>
2024
2025         * alpha-nat.c: Remove some occurances of "register".
2026         * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2027         * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2028         * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2029         * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2030         * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2031         * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2032         * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2033         * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2034         * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2035         * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2036         * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2037         * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2038         * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2039         * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2040         * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2041         * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2042         * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2043         * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2044         * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2045         * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2046         * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2047         * values.c, vax-tdep.c, xcoffread.c: Ditto.
2048
2049 2003-09-13  Andrew Cagney  <cagney@redhat.com>
2050
2051         * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2052         * ppc-tdep.h (struct regcache): Declare opaque.
2053         * objfiles.h (struct objfile_data): Declare opaque.
2054         * cp-support.h (struct objfile): Declare opaque.
2055         * linux-nat.h (target_waitstatus): Declare opaque.
2056
2057 2003-09-14  Mark Kettenis  <kettenis@gnu.org>
2058
2059         * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2060         (stabs_argument_has_addr): New architecture method.
2061         * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2062         * arch-utils.c: Include "buildsym.h".
2063         (default_stabs_argument_has_addr): New function.
2064         * stabsread.c (define_symbol): Use stabs_argument_has_addr
2065         instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2066
2067         * cris-tdep.c (cris_gdbarch_init): Set
2068         deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2069         * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2070         * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2071         * mips-tdep.c (mips_gdbarch_init): Likewise.
2072         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2073         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2074
2075 2003-09-13  Andrew Cagney  <cagney@redhat.com>
2076
2077         * values.c (using_struct_return): Delete "function" and "funcaddr"
2078         parameters.
2079         * value.h (using_struct_return): Update declaration.
2080         * infcmd.c (finish_command_continuation): Update.
2081         (finish_command): Update.
2082         * infcall.c (call_function_by_hand): Update.
2083         * eval.c (evaluate_subexp_standard): Update.
2084
2085 2003-09-13  Christopher Faylor  <cgf@redhat.com>
2086
2087         * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2088         SSE registers since gdb will not operate correctly without this.
2089         Restore include file ordering munged in previous change.
2090         * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2091
2092 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
2093
2094         * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2095         REG_STRUCT_HAS_ADDR.
2096         * gdbarch.c, gdbarch.h: Updated.
2097         * infcall.c (call_function_by_hand): Update.
2098         * stabsread.c (define_symbol): Updated.
2099
2100         * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2101
2102 2003-09-12  Christopher Faylor  <cgf@redhat.com>
2103
2104         * win32-nat.c: Reorganize so that defines used by target headers are
2105         actually defined by the system headers.
2106         * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2107         than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2108
2109 2003-09-12  Jim Blandy  <jimb@redhat.com>
2110
2111         * dbxread.c (read_dbx_symtab): Don't report an internal error if
2112         the file has no .data, .bss, or .rodata sections.  Instead wait
2113         until we see a variable alleged to live in one of those sections.
2114
2115         * dbxread.c (read_dbx_symtab): If we have no .data section and no
2116         .bss section, presume that any variables we find live in the
2117         .rodata section.
2118
2119         * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2120         offsets for global and static variables.
2121
2122         * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2123         symbol types are, by definition, in the .data section, so it is
2124         correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2125         If there is no .data section, there should be no N_DATA or N_DATA
2126         | N_EXT symbols.
2127
2128 2003-09-12  Mark Kettenis  <kettenis@gnu.org>
2129
2130         * amd64fbsd-tdep.c: Fix sigtramp recognition.
2131         (amd64fbsd_sigcontext_addr): Rewrite.
2132         (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2133         with correct values.
2134         (amd64fbsd_sc_reg_offset): Initialize with correct values.
2135         (amd64fbsd_init_abi): Fix typo.
2136
2137 2003-09-12  Andrew Cagney  <cagney@redhat.com>
2138
2139         * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2140         (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2141
2142 2003-09-12  Andrew Cagney  <cagney@redhat.com>
2143
2144         * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2145         "entry_file_highpc".  Update comments.
2146         * defs.h (deprecated_inside_entry_file): Rename
2147         "inside_entry_file".
2148         * blockframe.c (deprecated_inside_entry_file): Rename
2149         "inside_entry_file".
2150         * frame.c (get_prev_frame): Update.  Use if 0 instead of #if 0.
2151         * vax-tdep.c (vax_frame_chain): Update.
2152         * sh64-tdep.c (sh64_frame_chain): Update.
2153         * sh-tdep.c (sh_frame_chain): Update.
2154         * rs6000-tdep.c (rs6000_frame_chain): Update.
2155         * ns32k-tdep.c (ns32k_frame_chain): Update.
2156         * mips-tdep.c (mips_frame_chain): Update.
2157         * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2158         * m32r-tdep.c (m32r_frame_this_id): Update.
2159         * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2160         * frv-tdep.c (frv_frame_this_id): Update.
2161         * d10v-tdep.c (d10v_frame_this_id): Update.
2162         * cris-tdep.c (cris_frame_chain): Update.
2163         * blockframe.c (legacy_frame_chain_valid): Update.
2164         * avr-tdep.c (avr_frame_this_id): Update.
2165         * arm-tdep.c (arm_prologue_this_id): Update.
2166         * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2167         * objfiles.c (objfile_relocate): Update.
2168         * mipsread.c (mipscoff_symfile_read): Update.
2169         (mipscoff_symfile_read): Update.
2170         * mdebugread.c (parse_partial_symbols): Update.
2171         * dwarfread.c (read_file_scope): Update.
2172         * dwarf2read.c (read_file_scope): Update.
2173         * dbxread.c (read_dbx_symtab): Update.
2174         (read_dbx_symtab): Update.
2175         * coffread.c (complete_symtab): Update.
2176
2177 2003-09-12  Jeff Johnston  <jjohnstn@redhat.com>
2178
2179         * top.c (quit_target): New static helper function.
2180         (quit_force): Moved code to quit_target().  Call quit_target()
2181         via catch_errors() to catch errors during quit.
2182
2183 2003-09-11  David Carlton  <carlton@kealia.com>
2184
2185         * buildsym.c (finish_block): Use allocate_block to allocate the
2186         block.
2187         * mdebugread.c (new_block): Add FIXME.
2188
2189 2003-09-11  David Carlton  <carlton@kealia.com>
2190
2191         * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2192         * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2193         (recursive_dump_type): Ditto.
2194         * printcmd.c (print_formatted): Ditto.
2195         * typeprint.c (print_type_scalar): Ditto.
2196         * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2197         (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2198         * cp-support.h: Declare cp_check_possible_namespace_symbols,
2199         maint_cplus_cmd_list.
2200         * cp-support.c: Make maint_cplus_cmd_list extern.
2201         * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2202         command.h.
2203         (lookup_symbol_file): Look in possible namespace blocks when
2204         appropriate.
2205         (initialize_namespace_symtab): New.
2206         (get_possible_namespace_block, free_namespace_block)
2207         (check_possible_namespace_symbols)
2208         (check_possible_namespace_symbols_loop)
2209         (check_one_possible_namespace_symbol)
2210         (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2211         (_initialize_cp_namespace): Ditto.
2212         * block.h: Declare allocate_block.
2213         * block.c (allocate_block): New.
2214         * jv-lang.c (get_java_class_symtab): Allocate blocks via
2215         allocate_block.
2216         * symfile.h: Update declaration of add_psymbol_to_list.
2217         * symfile.c (add_psymbol_to_list): Return the partial symbol in
2218         question.
2219         * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2220         scan_partial_symbols_call.
2221         (scan_partial_symbols): Add NAMESPACE argument; update calls to
2222         helper functions.
2223         (add_partial_symbol): If necessary, scan mangled names for names
2224         of namespaces.
2225         (add_partial_namespace): Add NAMESPACE argument; generate partial
2226         symbols associated  to namespaces.
2227         (add_partial_enumeration): Add NAMESPACE argument.
2228         (new_symbol): Allow namespace syms.
2229         (read_namespace): Generate namespace syms.
2230         * objfiles.h: Add opaque declaration of struct symtab.
2231         (struct objfile): Add cp_namespace_symtab member.
2232         * objfiles.c (allocate_objfile): Set
2233         objfile->cp_namespace_symtab.
2234         * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2235         dictionary_h, command_h.
2236
2237 2003-09-11  Andrew Cagney  <cagney@redhat.com>
2238
2239         * rs6000-tdep.c (rs6000_push_dummy_call): Use
2240         regcache_raw_write_signed to set SP_REGNUM, move the operation to
2241         near the function's end.
2242         (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2243         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2244         regcache_raw_write_signed to set SP_REGNUM.
2245
2246 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
2247
2248         * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2249         orig_addrs is set up properly.
2250
2251 2003-09-11  Andrew Cagney  <cagney@redhat.com>
2252
2253         * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2254         * gdbarch.h, gdbarch.c: Re-generate.
2255         * infcall.c (call_function_by_hand): Update.
2256         * hppa-tdep.c (hppa_push_arguments): Update.
2257         * ada-lang.c (place_on_stack): Update.
2258         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2259         * sparc-tdep.c (sparc_gdbarch_init): Update.
2260         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2261         * hppa-tdep.c (hppa_gdbarch_init): Update.
2262         * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2263         stack_align.
2264
2265 2003-09-11  Daniel Jacobowitz  <drow@mvista.com>
2266
2267         * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2268         register do need a frame.
2269
2270 2003-09-11  Andrew Cagney  <cagney@redhat.com>
2271
2272         Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2273         buildable since GDB 5.0.
2274         * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2275         * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2276         * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2277         * irix4-nat.c: Delete file.
2278         * config/mips/irix4.mh: Delete file.
2279         * config/mips/irix3.mh: Delete file.
2280         * config/mips/irix3.mt: Delete file.
2281         * config/mips/tm-irix3.h: Delete file.
2282         * config/mips/nm-irix3.h: Delete file.
2283         * config/mips/xm-irix3.h: Delete file.
2284         * config/mips/nm-irix4.h: Delete file.
2285         * config/mips/xm-irix4.h: Delete file.
2286         * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2287
2288 2003-09-10  J. Brobecker  <brobecker@gnat.com>
2289
2290         * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2291         * Makefile.in (hppa-tdep.o): Update dependencies.
2292
2293 2003-09-10  James E Wilson  <wilson@specifixinc.com>
2294
2295         * MAINTAINERS: Change my e-mail address.  Move to paper trail
2296         section.
2297
2298 2003-09-10  Kevin Buettner  <kevinb@redhat.com>
2299
2300         * MAINTAINERS (frv): New ISA entry.
2301
2302 2003-09-10  Kevin Buettner  <kevinb@redhat.com>
2303
2304         * frv-tdep.c (dis-asm.h): Include.
2305         * Makefile.in (frv-tdep.o): Update dependencies.
2306
2307 2003-09-09  Jeff Johnston  <jjohnstn@redhat.com>
2308
2309         * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2310         Fix typo for high range of floating registers.
2311
2312 2003-09-09  David Carlton  <carlton@kealia.com>
2313
2314         * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2315         highpc initialization here out of scan_partial_symbols.
2316         (scan_partial_symbols): Restructure into a recursive version,
2317         calling add_partial_namespace and add_partial_enumeration when
2318         appropriate.
2319         (add_partial_namespace): New.
2320         (add_partial_enumeration, locate_pdi_sibling): Ditto.
2321
2322 2003-09-09  Andrew Cagney  <cagney@redhat.com>
2323
2324         * rs6000-tdep.c (ppc_push_return_address): Delete function.
2325         (rs6000_push_dummy_call): Set LR to BP_ADDR.
2326         (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2327         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2328
2329         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2330         (rs6000_push_dummy_call): Set the "TOC" register.
2331
2332         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2333         methods "max_register_raw_size", "max_register_virtual_size" or
2334         "register_virtual_size".
2335
2336 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
2337
2338         * MAINTAINERS: Update my e-mail address.
2339
2340 2003-09-09  Andrew Cagney  <cagney@redhat.com>
2341
2342         * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2343         (rs6000_push_dummy_call): Store the struct return address.
2344         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2345
2346 2003-09-09  Andrew Cagney  <cagney@redhat.com>
2347
2348         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2349         "ppc_sysv_abi_push_arguments".
2350         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2351         "ppc_sysv_abi_push_arguments".
2352         * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2353         instead of "push_arguments".
2354         (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2355
2356 2003-09-09  Andrew Cagney  <cagney@redhat.com>
2357
2358         * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2359         instead of CALL_DUMMY_ADDRESS.
2360
2361 2003-09-09  Paul N. Hilfinger  <hilfingr@gnat.com>
2362
2363         * p-lang.c: Eliminate "register".
2364         * c-lang.c: Ditto.
2365         * expprint.c: Ditto.
2366         * f-lang.c: Ditto.
2367         * jv-lang.c: Ditto.
2368         * language.c: Ditto.
2369         * m2-lang.c: Ditto.
2370         * parse.c: Ditto.
2371         * scm-lang.c: Ditto.
2372         * objc-lang.c: Ditto.
2373
2374 2003-09-09  Nick Clifton  <nickc@redhat.com>
2375
2376         * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2377
2378 2003-09-04  Andrew Cagney  <cagney@redhat.com>
2379
2380         * avr-tdep.c: Include "dis-asm.h".
2381         * cris-tdep.c: Include "dis-asm.h".
2382         (cris_delayed_get_disassembler): Use "struct disassemble_info"
2383         instead of corresponding typedef.
2384         * h8300-tdep.c: Include "dis-asm.h".
2385         * ia64-tdep.c: Include "dis-asm.h".
2386         * i386-tdep.c: Include "dis-asm.h".
2387         (i386_print_insn): Use "struct disassemble_info" instead of
2388         corresponding typedef.
2389         * m68k-tdep.c: Include "dis-asm.h".
2390         * mcore-tdep.c: Include "dis-asm.h".
2391         * mips-tdep.c: Include "dis-asm.h".
2392         (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2393         instead of corresponding typedef.
2394         * ns32k-tdep.c: Include "dis-asm.h".
2395         * s390-tdep.c: Include "dis-asm.h".
2396         * sparc-tdep.c: Include "dis-asm.h".
2397         * vax-tdep.c: Include "dis-asm.h".
2398         * v850-tdep.c: Include "dis-asm.h".
2399         * mn10300-tdep.c: Include "dis-asm.h".
2400         * rs6000-tdep.c: Include "dis-asm.h".
2401         * xstormy16-tdep.c: Include "dis-asm.h".
2402         (_initialize_xstormy16_tdep): Delete "extern" declaration of
2403         print_insn_xstormy16.
2404         * Makefile.in (v850-tdep.o): Update dependencies.
2405         (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2406         (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2407         (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2408         (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2409         (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2410         (gdbarch_h): Remove $(dis_asm_h).
2411         * disasm.c: Include "dis-asm.h".
2412         (dis_asm_read_memory): Use "struct disassemble_info" instead of
2413         corresponding typedef.
2414         (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2415         (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2416         * gdbarch.sh: Do not include "dis-asm.h".
2417         (struct disassemble_info): Declare opaque.
2418         (TARGET_PRINT_INSN): Update declaration.
2419         * gdbarch.h, gdbarch.c: Re-generate.
2420
2421 2003-09-08  Andrew Cagney  <cagney@redhat.com>
2422
2423         * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2424         CALL_DUMMY_ADDRESS, change to a predicate.
2425         * gdbarch.h, gdbarch.c: Re-generate.
2426         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2427         Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2428         * infcall.c (call_function_by_hand): Ditto.
2429         * sparc-tdep.c (sparc_push_return_address): Ditto.
2430         (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2431         * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2432         CALL_DUMMY_ADDRESS with entry_point_address.
2433         * v850-tdep.c (v850_push_return_address): Ditto.
2434         * s390-tdep.c (s390_push_return_address): Ditto.
2435         * rs6000-tdep.c (ppc_push_return_address): Ditto.
2436         * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2437         * mcore-tdep.c (mcore_push_return_address): Ditto.
2438         * cris-tdep.c (cris_push_return_address): Ditto.
2439         * arm-tdep.c (arm_push_return_address): Ditto.
2440
2441 2003-09-08  Andrew Cagney  <cagney@redhat.com>
2442
2443         * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2444         enum.  Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2445         and REG_UNMODIFIED to REG_SAME_VALUE.
2446         (execute_cfa_program): Update.
2447         (dwarf2_frame_cache): Update.  Initialize table to
2448         REG_UNSPECIFIED, complain if CFI fails to specify a register's
2449         location.
2450         (dwarf2_frame_prev_register): Update.  Handle REG_UNSPECIFIED.
2451
2452 2003-09-08  Andrew Cagney  <cagney@redhat.com>
2453
2454         * gnu-nat.c: Remove "inline" function attribute.
2455         * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2456
2457 2003-09-08  Kevin Buettner  <kevinb@redhat.com>
2458
2459         * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2460         target.
2461
2462 2003-09-08  Kevin Buettner  <kevinb@redhat.com>
2463
2464         * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2465         (frame_extra_info): Rename this struct to frv_unwind_cache.
2466         Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2467         Add fields ``prev_sp'' and ``base''.
2468         (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2469         (frv_saved_pc_after_call, frv_init_extra_frame_info)
2470         (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2471         Delete.
2472         (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2473         Revise all callers.  Fill in the unwind cache argument and make
2474         other adjustments to account for new frame mechanisms.
2475         (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2476         (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2477         (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2478         (frv_frame_unwind, frv_frame_base): New structs.
2479         (frv_push_arguments): Change name to frv_push_dummy_call().  Add
2480         additional arguments expected by this method and adjust function
2481         body accordingly.
2482         (frv_gdbarch_init): Remove calls to the following functions:
2483         set_gdbarch_deprecated_init_frame_pc(),
2484         set_gdbarch_deprecated_saved_pc_after_call(),
2485         set_gdbarch_deprecated_frame_chain(),
2486         set_gdbarch_deprecated_frame_saved_pc(),
2487         set_gdbarch_deprecated_frame_init_saved_regs(),
2488         set_gdbarch_deprecated_push_arguments(),
2489         set_gdbarch_deprecated_push_return_address(),
2490         set_gdbarch_deprecated_pop_frame(),
2491         set_gdbarch_deprecated_call_dummy_words(),
2492         set_gdbarch_deprecated_sizeof_call_dummy_words(),
2493         set_gdbarch_deprecated_init_extra_frame_info(),
2494         set_gdbarch_deprecated_dummy_write_sp(), and
2495         set_gdbarch_deprecated_pc_in_call_dummy().
2496         Add calls to the following functions:
2497         set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2498         set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2499         frame_base_set_default().
2500         * Makefile.in (frv-tdep.o): Update dependencies.
2501
2502 2003-09-09  Mark Kettenis  <kettenis@gnu.org>
2503
2504         * dwarf2-frame.c (read_encoded_value): Add support for
2505         DW_EH_PE_aligned encoding.
2506
2507 2003-09-08  Daniel Jacobowitz  <drow@mvista.com>
2508
2509         * infrun.c (normal_stop): Don't print a message if the inferior
2510         has exited.
2511
2512 2003-09-08  Jim Blandy  <jimb@redhat.com>
2513
2514         * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2515         * dbxread.c: #include "gdb_assert.h".
2516         (read_dbx_symtab): If the objfile has no .data section, use the
2517         section index for the .bss section instead.
2518
2519 2003-09-08  Daniel Jacobowitz  <drow@mvista.com>
2520
2521         * frame.c (deprecated_safe_get_selected_frame): New function.
2522         * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2523         * findvar.c (read_var_value): Call it.
2524
2525 2003-09-08  Corinna Vinschen  <vinschen@redhat.com>
2526
2527         * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2528         (sh64-tdep.o): Add dependencies.
2529         * configure.tgt: Add FIXME to sh-*-linux*.
2530         * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2531         (sh_gdbarch_init): Always set correct sh_show_regs function
2532         pointer.  Call sh64_gdbarch_init() if machine type is sh5.
2533         * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2534         * sh64-tdep.c: New file, containing all sh64 related code from
2535         sh-tdep.c.
2536         * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2537         * config/sh/linux.mt (TDEPFILES): Ditto.
2538         * config/sh/nbsd.mt (TDEPFILES): Ditto.
2539         * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2540         * config/sh/wince.mt (TDEPFILES): Ditto.
2541
2542 2003-09-07  Daniel Jacobowitz  <drow@mvista.com>
2543
2544         * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2545         (stop_wait_callback): Handle !lp->signalled also.
2546         (lin_lwp_has_pending, flush_callback): New functions.
2547         (lin_lwp_wait): Call flush_callback.
2548         * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2549         (linux_proc_pending_signals): New function.
2550         * linux-nat.h (linux_proc_pending_signals): Add prototype.
2551
2552 2003-09-07  Daniel Jacobowitz  <drow@mvista.com>
2553
2554         From Nick Kelsey <nickk@ubicom.com>:
2555         * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2556         when the stop PC is at the beginning of a function also.
2557
2558 2003-09-06  Daniel Jacobowitz  <drow@mvista.com>
2559
2560         * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2561         (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2562
2563 2003-09-06  Mark Kettenis  <kettenis@gnu.org>
2564
2565         * sol-thread.c: Include "gdb_string.h".
2566
2567 2003-09-03  Mark Kettenis  <m.kettenis@osp.nl>
2568
2569         * gcore.c: Reorder include files in alphabetical order.  Include
2570         "gdb_assert.h".  Various coding style fixes.
2571         (derive_stack_segment, derive_heap_segment): Replace check for
2572         non-null BOTTOM and TOP with gdb_assert.
2573         (derive_heap_segment): Replace check for successful creation of
2574         ZERO with gdb_assert.
2575         (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2576
2577 2003-09-04  Andrew Cagney  <cagney@redhat.com>
2578
2579         * thread-db.c (verbose_dlsym): New function.
2580         (thread_db_load): Use verbose_dlsym
2581         (thread_db_new_objfile): Print that libthread_db was loaded, and
2582         that thread debugging was enabled.
2583
2584 2003-09-04  Andrew Cagney  <cagney@redhat.com>
2585
2586         * configure.tgt: Add "mips64*-*-*" target.  Delete
2587         mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2588         mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2589         mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2590         mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2591         mips*-sony-*, and mips64*-*-elf* targets.
2592         * config/mips/embedl.mt: Delete file.
2593         * config/mips/embedl64.mt: Delete file.
2594         * config/mips/mips.mt: Delete file.
2595         * config/mips/mips64.mt: Delete file.
2596         * config/mips/tm-embed.h: Delete file.
2597         * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2598         * config/mips/embed64.mt: Delete out-of-date comment.
2599
2600 2003-09-04  Andrew Cagney  <cagney@redhat.com>
2601
2602         * hppa-tdep.c (hppa_gdbarch_init): Set
2603         "have_nonsteppable_watchpoint".
2604         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2605         * mips-tdep.c (mips_dump_tdep): Do not print
2606         HAVE_NONSTEPPABLE_WATCHPOINT.
2607         (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2608         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2609         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2610         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2611
2612 2003-09-04  Corinna Vinschen  <vinschen@redhat.com>
2613
2614         * breakpoint.c (watchpoint_check): Remove accidentally checked in
2615         unused code.  Add comment.
2616
2617 2003-09-04  Corinna Vinschen  <vinschen@redhat.com>
2618
2619         * breakpoint.c (watchpoint_check): Check for pc being in an
2620         epilogue if watchpoint frame couldn't be found.
2621
2622 2003-09-04  Andrew Cagney  <cagney@redhat.com>
2623
2624         * Makefile.in: Re-generate all dependencies.
2625
2626 2003-09-03  Andrew Cagney  <cagney@redhat.com>
2627
2628         * arch-utils.h (legacy_print_insn): Delete declaration.
2629         * arch-utils.c (legacy_print_insn): Delete function.
2630         * disasm.c (deprecated_tm_print_insn_info): Delete.
2631         (_initialize_disasm): Delete function, contained code initializing
2632         deprecated_tm_print_insn_info.
2633         * gdbarch.sh (deprecated_tm_print_insn): Delete.
2634         (deprecated_tm_print_insn_info): Delete.
2635         (TARGET_PRINT_INSN): Do not provide a default.
2636         * gdbarch.h, gdbarch.c: Re-generate.
2637
2638 2003-09-03  Andrew Cagney  <cagney@redhat.com>
2639
2640         * disasm.c (fprintf_disasm): New function.
2641         (gdb_disassemble_info): Call "init_disassemble_info", instead of
2642         INIT_DISASSEMBLE_INFO_NO_ARCH.  Do not initialize "insn_sets",
2643         reverts 2003-08-14 change.
2644         (_initialize_disasm): Call "init_disassemble_info", instead of
2645         INIT_DISASSEMBLE_INFO_NO_ARCH.
2646
2647 2003-09-03  Michael Snyder  <msnyder@redhat.com>
2648
2649         * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2650
2651 2003-09-03  Andrew Cagney  <cagney@redhat.com>
2652
2653         * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2654         * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2655         * symfile.c (syms_from_objfile): Update.
2656         (reread_symbols): `Update
2657         * exec.c (exec_file_attach): Update.
2658         (exec_file_attach): Update.
2659         * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2660         2003-08-29 change.
2661         * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2662
2663 2003-09-03  Daniel Jacobowitz  <drow@mvista.com>
2664
2665         * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2666         trad-frame.h.
2667         (arm_get_cache): Delete macro.
2668         (struct arm_prologue_cache): Update comments.  Make saved_regs into
2669         a trad_frame_saved_reg pointer.  Remove unwound_pc; rename unwound_sp
2670         to prev_sp.
2671         (thumb_scan_prologue): Update for cache changes.  Don't call
2672         DEPRECATED_PC_IN_CALL_DUMMY.
2673         (arm_scan_prologue): Update for cache changes.  Take NEXT_FRAME
2674         argument and use it in desperation search for our prologue.  Do not
2675         search past the specified PC.
2676         (arm_make_prologue_cache): Simplify.
2677
2678         (arm_prologue_this_id, arm_prologue_prev_register)
2679         (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2680         (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2681         (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2682         (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2683         (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2684
2685         (arm_frame_chain_valid, arm_find_callers_reg)
2686         (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2687         (arm_pop_frame): Delete obsolete methods.
2688         (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2689
2690         (arm_gdbarch_init): Update for new frame methods.  Register prologue
2691         and sigtramp unwinders.  Set the default frame base method.
2692
2693         * Makefile.in (arm-tdep.o): Update dependencies.
2694         * varobj.c (find_frame_addr_in_frame_chain): Call
2695         get_frame_base_address.
2696         * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2697
2698 2003-09-03  Daniel Jacobowitz  <drow@mvista.com>
2699
2700         * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2701         arm_frame_chain.  Take NEXT_FRAME and CACHE arguments.
2702         Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2703         (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2704         Take NEXT_FRAME and CACHE arguments.  Call
2705         FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2706         Set unwound_pc in CACHE instead of modifying the frame argument.
2707         Don't bother checking the frame type when looking for sigtramp
2708         frames.
2709         (arm_make_prologue_cache, arm_frame_chain)
2710         (arm_init_extra_frame_info): New functions.
2711
2712 2003-09-03  Daniel Jacobowitz  <drow@mvista.com>
2713
2714         * arm-tdep.c (arm_get_cache): Define.
2715         (struct arm_prologue_cache): Renamed from frame_extra_info.  Add
2716         unwound_sp, unwound_pc, and saved_regs.
2717         (thumb_scan_prologue): Take a cache instead of the frame.
2718         (arm_scan_prologue): Likewise.
2719         (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2720         instead of a temporary frame.
2721         (arm_init_extra_frame_info): Allocate and use a cache.
2722         (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2723
2724 2003-09-03  Andrew Cagney  <cagney@redhat.com>
2725
2726         * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2727         * config/mips/wince.mt (TM_CLIBS): Ditto.
2728         * config/sh/wince.mt (TM_CLIBS): Ditto.
2729         * config/pa/hppa64.mt (TM_CLIBS): Delete.
2730         * config/sparc/sp64.mt (CC): Delete.
2731
2732 2003-09-03  Andrew Cagney  <cagney@redhat.com>
2733
2734         * defs.h: Do not include "arch-utils.h".
2735         (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2736         GDB_MULTI_ARCH_PURE.
2737         * configure.in (GDB_MULTI_ARCH): Do not define.
2738         * configure, config.in: Regenerate.
2739         * configure.tgt: Do not set variable "gdb_multi_arch".
2740         * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2741         * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2742         * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2743         * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2744         * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2745         * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2746         * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2747         * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2748         * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2749         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2750         * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2751         * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2752         * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2753         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2754         * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2755         * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2756         * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2757         * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2758
2759 2003-08-30  Michael Chastain  <mec@shout.net>
2760
2761         * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2762         * config/m68k/nm-hp300hpux.h: Delete.
2763         * config/m68k/tm-hp300hpux.h: Delete.
2764         * config/m68k/xm-hp300hpux.h: Delete.
2765         * config/m68k/xm-hp300bsd.h: Delete.
2766         * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2767         tm-hp300hpux.h, xm-hp300hpux.h.
2768         * somsolib.c: Remove comment about hp300 shared libraries.
2769
2770 2003-08-31  Mark Kettenis  <kettenis@gnu.org>
2771
2772         * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2773         Only define PTRACE_GET_THREAD_AREA is not already defined.
2774         Various style fixes in code and comments and some additional
2775         spelling fixes in comments.  Move after functions dealing with
2776         debug registers.
2777         * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2778         Fix coding-style.
2779
2780         * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2781         frame_unwind_register_unsigned instead of
2782         frame_unwind_unsigned_register.
2783
2784 2003-08-30  Mark Kettenis  <kettenis@gnu.org>
2785
2786         * configure.in: Search for gethostbyname in libnsl.
2787         * configure: Regenerated.
2788
2789 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
2790
2791         * configure.in: Remove redundant AC_MSG_RESULT in check for
2792         uintptr_t in stdint.h.
2793         * configure: Regenerated.
2794
2795         * amd64-nat.h (struct regcache): Add opaque declaration.
2796
2797         * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2798         * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2799         Change "register array" to "register cache" in comments.
2800         (x86_64_linux_gregset64_reg_offset): New variable.
2801         (GETREGS_SUPPLIES): Remove macro.
2802         (supply_gregset): Call amd64_supply_native_gregset instead of
2803         x86_64_linux_supply_gregset.
2804         (fill_gregset): Rename `regno' to `regnum'.  Call
2805         amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2806         (store_regs): Rename `regno' to `regnum'.
2807         (store_fpregs): Rename `regno' to `regnum'.
2808         (fetch_inferior_registers): Rename `regno' to `regnum'.  Use
2809         amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2810         Reorganize function a bit.
2811         (store_inferior_registers): Rename `regno' to `regnum'.  Use
2812         amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2813         Reorganize function a bit.
2814         (_initialize_x86_64_linux_nat): New function.
2815         * config/i386/x86-64linux.mh.
2816
2817 2003-08-29  Andrew Cagney  <cagney@redhat.com>
2818
2819         * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2820         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2821         (target_remove_watchpoint): Delete macro.
2822         (target_insert_watchpoint): Delete macro.
2823         (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2824         (remote_mips_stopped_by_watchpoint): Delete declaration.
2825         (remote_mips_remove_watchpoint): Delete declaration.
2826         (remote_mips_set_watchpoint): Delete declaration.
2827         (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2828         * remote-mips.c (_initialize_remote_mips): Set
2829         "to_insert_watchpoint", "to_stopped_by_watchpoint",
2830         "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2831         (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2832         (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2833         (mips_stopped_by_watchpoint): Rename
2834         remote_mips_stopped_by_watchpoint.
2835         (mips_can_hardware_watchpoint): Rename
2836         remote_mips_can_use_hardware_watchpoint, update function
2837         signature.
2838
2839 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
2840
2841         * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2842         USER_DS.  We haven't given them a register number yet.
2843
2844         * amd64-nat.h: New file.
2845         * amd64-nat.c: New file.
2846         * amd64fbsd-nat.c: Include "amd64-nat.h".
2847         (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2848         (amd64fbsd32_r_reg_offset): New variable.
2849         (supply_gregset): Simply call amd64_supply_native_gregset.
2850         (fill_gregset): Rename `regno' to `regnum'.  Simply call
2851         amd64_collect_native_gregset.
2852         (fill_fpregset): Rename `regno' to `regnum'.
2853         (fetch_inferior_registers): Rename `regno' to `regnum'.  Replace
2854         usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2855         Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2856         `fpregset_t'.  Call amd64_supply_native_gregset instead of
2857         supply_gregset.  Call x86_64_supply_fxsave instead of
2858         supply_fpregset.
2859         (store_inferior_registers): Rename `regno' to `regnum'.  Replace
2860         usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2861         Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2862         `fpregset_t'.  Call amd64_collect_native_gregset instead of
2863         fill_gregset.  Call x86_64_collect_fxsave instead of
2864         fill_fpregset.
2865         (_initialize_am64fbsd_nat): Initialize
2866         amd64_native_gregset32_reg_offset and
2867         amd64_native_gregset64_reg_offset.
2868         * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2869
2870         * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2871         null pointer.  Fix typo in comment.
2872
2873         * regcache.c (supply_register): Reimplement to call
2874         regcache_raw_supply.
2875         (regcache_collect): Reimplement by calling regcache_raw_collect.
2876
2877 2003-08-28  Mark Kettenis  <kettenis@gnu.org>
2878
2879         * regcache.c (register_buffer): Consitify first argument.
2880         (regcache_raw_supply, regcache_raw_collect): New
2881         functions.
2882
2883 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
2884
2885         * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET.  Suggested
2886         by Nathan J. Williams.
2887
2888 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
2889
2890         * lin-lwp.c (wait_lwp): New function, copied from
2891         stop_wait_callback.  Clean up.
2892         (stop_wait_callback): Use wait_lwp.
2893
2894 2003-08-28  Andrew Cagney  <cagney@redhat.com>
2895
2896         * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2897         flavour and disassembler options.
2898         (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2899         (mips_gdbarch_init): Set "print_insn".  Delete initialization of
2900         deprecated_tm_print_insn_info.
2901
2902 2003-08-27  Andrew Cagney  <cagney@redhat.com>
2903
2904         * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2905         Use target_read_memory.
2906         (s390_get_frame_info): Update.  Do not reference
2907         deprecated_tm_print_insn_info.
2908         (s390_check_function_end, s390_is_sigreturn): Ditto.
2909
2910 2003-08-27  Andrew Cagney  <cagney@redhat.com>
2911
2912         * Makefile.in (cris-tdep.o): Update dependencies.
2913         * cris-tdep.c: Include "gdb_assert.h".
2914         (cris_gdbarch_init): Set print_insn.
2915         (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2916         (cris_delayed_get_disassembler): Simplify, directly call the
2917         disassembler returned by cris_get_disassembler.
2918         * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2919         (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2920         * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2921         (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2922         * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2923         (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2924         * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2925         (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2926         * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2927         (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2928         * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2929         (gdb_print_insn_sparc): Delete function.
2930         (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2931         deprecated_tm_print_insn_info.
2932         * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2933         (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2934         (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2935         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2936         (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2937         * s390-tdep.c (gdb_print_insn_s390): Delete function.
2938         (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2939         (s390_gdbarch_init): Set print_insn.
2940
2941 2003-08-27  Andrew Cagney  <cagney@redhat.com>
2942
2943         * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2944         (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2945         * infcall.c (call_function_by_hand): Convert the entry point
2946         address into a code address.
2947
2948 2003-08-27  Andrew Cagney  <cagney@redhat.com>
2949
2950         * dsrec.c: Include "gdb_string.h".
2951         * Makefile.in (dsrec.o): Update dependencies.
2952
2953 2003-08-27  Michael Chastain  <mec@shout.net>
2954
2955         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2956
2957 2003-08-27  Andrew Cagney  <cagney@redhat.com>
2958
2959         * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2960         (alpha_osf1_init_abi): Do not set call_dummy_address.
2961
2962 2003-08-27  David Carlton  <carlton@kealia.com>
2963
2964         From Randolph Chung  <tausq@debian.org>:
2965         * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2966         compiles with -Wformat-nonliteral -Werror.
2967
2968 2003-08-26  Jim Blandy  <jimb@redhat.com>
2969
2970         * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2971         (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2972         bfd_lookup_symbol, since we only want symbols in code sections.
2973         (look_for_base): Pass zero as the SECT_FLAGS argument to
2974         bfd_lookup_symbol, since we're not concerned about which section
2975         the symbol is in.
2976
2977 2003-08-26  Jeff Johnston  <jjohnstn@redhat.com>
2978
2979         * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2980         we are frameless or the return address register is already known.
2981
2982 2003-08-26  Andrew Cagney  <cagney@redhat.com>
2983
2984         * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2985         in size.  Add comments.
2986
2987 2003-08-26  Jeff Johnston  <jjohnstn@redhat.com>
2988
2989         * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2990         (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2991
2992 2003-08-26  Jason Merrill  <jason@redhat.com>
2993
2994         * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2995         case out of #ifdef MIPS block.
2996
2997 2003-08-25  Daniel Jacobowitz  <drow@mvista.com>
2998
2999         PR java/1322
3000         * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3001         available before calling SECT_OFF_TEXT.
3002         * PROBLEMS: Remove description of java/1322.
3003
3004 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
3005
3006         * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3007         bof, and nat0-nat127 as pseudo-registers.
3008         (ia64_frame_cache): New struct used to cache frame info.
3009         (ia64_register_reggroup_p): New routine used to override default
3010         register grouping so registers without names are still saved and
3011         restored.
3012         (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3013         pseudo values.
3014         (ia64_pseudo_register_read): New routine to read pseudo-registers.
3015         (ia64_pseudo_register_write): New routine to write pseudo-registers.
3016         (ia64_alloc_frame_cache): New routine to create a new
3017         ia64_frame_cache.
3018         (examine_prologue): Change prototype to add next_frame pointer.
3019         Assume frameless until otherwise proven.  Verify that the cfm for
3020         current frame matches the cfm that should occur for the prologues
3021         alloc insn and if equal, mark as not frameless.  At end of routine,
3022         if not frameless, calculate registers for the previous frame and store
3023         in the cache, if a cache is provided.
3024         (ia64_skip_prologue):  Use new prototype when calling examine_prologue
3025         and pass 0 for next_frame.
3026         (ia64_store_return_value): Change to use convert_typed_floating()
3027         instead of calling ia64_convert_to_raw().
3028         (ia64_extract_return_value): Change to use convert_typed_floating()
3029         instead of calling ia64_convert_to_virtual().
3030         (ia64_frame_cache): New routine to support new frame model.
3031         (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3032         (ia64_frame_sniffer): Ditto.
3033         (ia64_sigtramp_frame_init_saved_regs): Ditto.
3034         (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3035         (ia64_sigtramp_frame_prev_register): Ditto.
3036         (ia64_sigtramp_frame_sniffer): Ditto.
3037         (ia64_frame_base_address): Ditto.
3038         (ia64_extract_struct_value_address): Change to issue error message.
3039         (ia64_frame_align): New routine to align sp.
3040         (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3041         (ia64_push_arguments): Removed.  Logic moved to
3042         ia64_push_dummy_call().
3043         (ia64_push_return_address): Ditto.
3044         (ia64_unwind_dummy_id): New function.
3045         (ia64_unwind_pc): Ditto.
3046         (ia64_convert_register_p): Ditto.
3047         (ia64_register_to_value): Ditto.
3048         (ia64_value_to_register): Ditto.
3049         (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3050         (ia64_register_byte, ia64_register_raw_size): Ditto.
3051         (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3052         (ia64_saved_pc_after_call): Ditto.
3053         (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3054         (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3055         (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3056         (ia64_register_convert_to_raw): Ditto.
3057         (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3058         (ia64_init_extra_frame_info): Ditto.
3059         (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3060         (ia64_gdbarch_init): Remove registering of deprecated functions that
3061         are no longer used.  Add registration of new gdbarch functions.
3062         Remove registering deprecated_write_sp.  Replace
3063         set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3064         Delete set_gdbarch_deprecated_register_convertible(),
3065         set_gdbarch_deprecated_register_convert_to_virtual(), and
3066         set_gdbarch_deprecated_register_convert_to_raw() calls.  Remove
3067         set_gdbarch_deprecated_register_size(),
3068         set_gdbarch_deprecated_register_bytes(),
3069         set_gdbarch_pcregnum(),
3070         set_gdbarch_deprecated_register_byte(),
3071         set_gdbarch_deprecated_register_raw_size(),
3072         set_gdbarch_deprecated_max_register_raw_size(),
3073         set_gdbarch_deprecated_register_virtual_size(),
3074         and set_gdbarch_deprecated_max_register_virtual_size() calls.
3075         Replace set_gdbarch_deprecated_extract_return_value() with
3076         set_gdbarch_extract_return_value().  Remove calls to:
3077         set_gdbarch_deprecated_saved_pc_after_call();
3078         set_gdbarch_deprecated_frame_chain(),
3079         set_gdbarch_deprecated_frame_saved_pc(),
3080         set_gdbarch_deprecated_frame_init_saved_regs(),
3081         set_gdbarch_deprecated_get_saved_register(),
3082         set_gdbarch_deprecated_call_dummy_words(),
3083         set_gdbarch_deprecated_sizeof_call_dummy_words(),
3084         set_gdbarch_deprecated_init_extra_frame_info(),
3085         set_gdbarch_deprecated_frame_args_address(),
3086         set_gdbarch_deprecated_frame_locals_address(),
3087         and set_gdbarch_deprecated_dummy_write_sp().
3088         Add set_gdbarch_convert_register_p(),
3089         set_gdbarch_register_to_value(),
3090         set_gdbarch_value_to_register(),
3091         set_gdbarch_push_dummy_call(),
3092         set_gdbarch_frame_align(),
3093         set_gdbarch_unwind_dummy_id(),
3094         set_gdbarch_unwind_pc(),
3095         frame_unwind_append_sniffer(),
3096         frame_unwind_append_sniffer(),
3097         and frame_base_set_default().
3098
3099 2003-08-25  Chris Demetriou  <cgd@broadcom.com>
3100
3101         * configure.tgt: Document need for special "mipsisa64" handling.
3102         (mipsisa64*-*-linux64): Handle as target linux64.
3103         (mipsisa64*-*-*): Handle as target embed64.
3104
3105 2003-08-18  Michael Chastain  <mec@shout.net>
3106
3107         * PROBLEMS: Document pr gdb/1322, the Java anonymous
3108         objfile bug.
3109
3110 2003-08-24  Mark Kettenis  <kettenis@gnu.org>
3111
3112         * i387-tdep.h: Update copyright date.
3113         (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3114
3115         * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3116         CFLAGS games to reflect reality.
3117
3118 2003-08-24  Andrew Cagney  <cagney@redhat.com>
3119
3120         * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3121         GDB_MULTI_ARCH is always non-zero.
3122         * osabi.c (_initialize_gdb_osabi): Ditto.
3123         (gdbarch_init_osabi): Ditto.
3124         * sparc-tdep.c: Ditto for #if code.
3125
3126 2003-08-23  Mark Kettenis  <kettenis@gnu.org>
3127
3128         * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3129         Update comments.
3130         * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype.  Update
3131         comments.
3132         * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3133         x86_64_supply_fxsave.
3134         * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3135         x86_64_supply_fxsave.
3136         * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3137         x86_64_supply_fxsave.
3138
3139 2003-08-23  Andreas Jaeger  <aj@suse.de>
3140
3141         * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3142         i387_supply_fxsave.
3143
3144 2003-08-23  Mark Kettenis  <kettenis@gnu.org>
3145
3146         * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3147         i387_supply_register.
3148         (go32_fetch_registers): Adjust call to i387_supply_fsave.
3149         * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3150         i387_supply_fsave.
3151         (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3152         i387_supply_fxsave.
3153         * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3154         i387_supply_fsave.
3155         * i386bsd-nat.c (supply_fpregset): Adjust call to
3156         i387_supply_fsave.
3157         (fetch_inferior_registers): Remove extraneous whitespace.  Adjust
3158         call to i387_supply_fxsave.  Call i387_supply_fsave instead of
3159         supply_fpregset.
3160         (store_inferior_registers): Remove extraneous whitespace.  Call
3161         i387_fill_fsave instead of fill_fpregset.
3162         * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3163         (supply_fpregset): Likewise.
3164         * i386v4-nat.c (supply_fpregset): Adjust call to
3165         i387_supply_fsave.
3166         * i386-interix-nat.c (supply_fpregset): Adjust call to
3167         i387_supply_fsave.
3168         * i386-linux-nat.c (supply_fpregset): Adjust call to
3169         i387_supply_fsave.
3170         (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3171         * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3172         i387supply_fsave and i387_supply_fxsave.
3173         * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3174         Incorporate code from `i387_supply_register.
3175         (i387_supply_register): Remove.
3176         (i387_supply_fxsave): Add `regnum' argument.
3177         Update comments.
3178         * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3179         prototype.
3180         (i387_supply_register): remove prototype.
3181         Update comments.
3182
3183 2003-08-22  Michael Chastain  <mec@shout.net>
3184
3185         * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3186         Add lines for files in gdb/testsuite/gdb.cp/* that are
3187         still not 8.3 unique.
3188
3189 2003-08-22  Daniel Jacobowitz  <drow@mvista.com>
3190
3191         * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3192         TYPE_VPTR_FIELDNO is valid.
3193
3194 2003-08-19  Mark Kettenis  <kettenis@gnu.org>
3195
3196         * utils.c (set_width_command): Remove prototypes.
3197         (set_screen_size): New prototype.
3198         (init_page_info): Simplify by fetching the screen size from
3199         Readline.  Call set_screen_size.
3200         (set_screen_size): New function.
3201         (set_width): Add missing whitespace in comment.
3202         (set_width_command): Call set_screen_size.
3203         (set_height_command): New function.
3204         (initialize_utils): Fix formatting.  Make "set height" command
3205         call set_height_command.  Remove redundant code that turns off
3206         pagination if output isn't a terminal.  Remove redundant call to
3207         set_width_command.
3208
3209 2003-08-22  Mark Kettenis  <kettenis@gnu.org>
3210
3211         * sparc64-tdep.h (sparc64_regnum): Fix comment.
3212         (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3213         (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3214         * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3215         `case' keyword.
3216         (sparc64_register_info): Give the reister with number
3217         SPARC64_STATE_REGNUM a name.
3218         (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3219         %asi and %ccr.
3220         (sparc64_push_dummy_call): Take BIAS into account when checking
3221         stcak alignment.
3222         (sparc_software_single_step): Remove assertions that check whether
3223         NPC and NNPC were zero.
3224         (sparc_supply_rwindow): Make public.  Merge functionality with
3225         sparc64_supply_rwindow.
3226         (sparc_fill_rwindow): Make public.  Merge functionality with
3227         sparc64_fill_rwindow.
3228         (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3229         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3230         SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3231         * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3232         sparc_supply_rwindow instead of sparc64_supply_rwindow.
3233
3234         * reggroups.c: Add whitespace after declarations of local
3235         variables in functions.
3236
3237 2003-08-21  Michael Chastain  <mec@shout.net>
3238
3239         * gdbtypes.h: Change array bound type from an int to enum.
3240
3241 2003-08-21  Andrew Cagney  <cagney@redhat.com>
3242
3243         * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3244         * config/sparc/tm-sparc.h: Ditto.
3245         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3246         unconditionally.
3247         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3248
3249 2003-07-13  Mark Kettenis  <kettenis@gnu.org>
3250
3251         * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3252         (register_objfile_data, set_objfile_data, objfile_data): New
3253         prototypes.
3254         * objfiles.c (objfile_alloc_data, objfile_free_data): New
3255         prototypes.
3256         (allocate_objfile): Call objfile_alloc_data.
3257         (free_objfile): Call objfile_free_data.
3258         (struct objfile_data): New.
3259         (struct objfile_data_registration): New.
3260         (struct objfile_data_registry): New.
3261         (objfile_data_registry): New variable.
3262         (register_objfile_data): New function.
3263         (objfile_alloc_data, objfile_free_data): New functions.
3264         (set_objfile_data, objfile_data): New functions.
3265         * dwarf2-frame.c (dwarf2_frame_data): New variable.
3266         (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3267         (_initialize_dwarf2_frame): New function and prototype.
3268
3269 2003-08-21  Andrew Cagney  <cagney@redhat.com>
3270
3271         * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3272         a specific architecture.
3273         * arch-utils.h (set_architecture_from_arch_mach): Delete
3274         declaration.
3275         (target_architecture_hook): Delete declaration.
3276         * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3277         (default_float_format): Assume GDB_MULTI_ARCH.
3278         (default_double_format): Assume GDB_MULTI_ARCH.
3279         (set_endian_from_file): Delete function.
3280         (arch_ok): Delete function.
3281         (set_arch): Delete function.
3282         (set_architecture_from_arch_mach): Delete function.
3283         (set_architecture_from_file): Delete function.
3284         (set_architecture): Assume GDB_MULTI_ARCH.
3285         (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3286
3287 2003-08-21  Mark Kettenis  <kettenis@gnu.org>
3288
3289         Rewrite FreeBSD/sparc64 native configuration.
3290         * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3291         * sparc64fbsd-nat.c: New file.
3292         * sparc64fbsd-tdep.c: New file.
3293         * sparc64-tdep.c sparc64-tdep.h: New files.
3294         * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3295         sparc64fbsd-tdep.o): New dependencies.
3296         (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3297         and sparc64fbsd-tdep.c.
3298         (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3299         * config/sparc/fbsd.mh: Remove copyright notice.
3300         (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3301         sparcbsd-nat.o.
3302         * config/sparc/fbsd.mt: Remove copyright notice.
3303         (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3304         solib-legacy.o.  Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3305         * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3306         (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3307         PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3308         regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3309         fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3310         * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3311         "sparc/tm-sp64.h".
3312         (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3313         (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3314
3315 2003-08-21  Michael Chastain  <mec@shout.net>
3316
3317         * symtab.h: Add doco on the space critical structures and
3318         some measurements of space usage.
3319
3320 2003-08-21  Michael Snyder  <msnyder@redhat.com>
3321
3322         * tracepoint.c (trace_dump_command): Trace break address
3323         is subject to DECR_PC_AFTER_BREAK.
3324         (set_traceframe_context): Make "trace_line" an int.
3325         Fixes suggested by Mark Newman  <mark.newman@lmco.com>
3326
3327 2003-08-20  Michael Snyder  <msnyder@redhat.com>
3328
3329         * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3330         * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3331         FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3332         argument passing.
3333         (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3334         functions, replace sh_push_dummy_call.
3335         (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3336
3337 2003-08-20  Michael Chastain  <mec@shout.net>
3338
3339         * gdbtypes.h (struct main_type): Rearrange to save space.
3340
3341 2003-08-20  Michael Snyder  <msnyder@redhat.com>
3342
3343         * trad-frame.c: Comment typo fix.
3344
3345 2003-08-20  Michael Snyder  <msnyder@redhat.com>
3346             Kevin Buettner  <kevinb@redhat.com>
3347
3348         * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3349         (frv_frame_init_saved_regs): Add declaration.
3350         (frame_extra_info): Add new field ``saved_regs''.
3351         (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3352         (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3353         Update frame related code.
3354         (frv_extract_struct_value_address): Adjust formatting.
3355         * Makefile.in (frv-tdep.o): Update dependencies.
3356         * config/frv/tm-frv.h (target_insert_watchpoint)
3357         (target_remove_watchpoint, target_insert_hw_breakpoint)
3358         (target_remove_hw_breakpoint): Delete these macros.
3359         (remote_insert_watchpoint, remote_remove_watchpoint)
3360         (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3361         these declarations.
3362
3363 2003-08-20  Michael Chastain  <mec@shout.net>
3364
3365         * defs.h (ENUM_BITFIELD): New macro.
3366         * symtab.h (ENUM_BITFIELD): Use it.
3367         (BYTE_BITFIELD): Remove old macro, which was already disabled.
3368
3369 2003-08-19  Shrinivas Atre <shrinivasa@kpitcummins.com>
3370
3371         * MAINTAINERS (write after approval): Add myself.
3372
3373 2003-08-18  Andrew Cagney  <cagney@redhat.com>
3374
3375         * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3376         * gdbarch.h, gdbarch.c: Re-generate.
3377         * infcall.c (call_function_by_hand): Adjust the SP by
3378         frame_red_zone_size before allocating any stack space.
3379         * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3380         * x86-64-tdep.c (x86_64_frame_align): New function.
3381         (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3382
3383         * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3384         Remove code adjusting SP so that it skips over the Red Zone.
3385
3386 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
3387
3388         * NEWS (New native configurations): Mention FreeBSD/amd64.
3389
3390 2003-08-18  Andrew Cagney  <cagney@redhat.com>
3391
3392         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3393         "dwarf2_build_frame_info".  Append "m68k_frame_sniffer" instead of
3394         "m68k_frame_p".
3395         (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3396
3397 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
3398
3399         * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3400
3401 2003-08-18  Michal Ludvig  <mludvig@suse.cz>
3402
3403         * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3404         Define.
3405         * i386-linux-nat.c: Include "linux-nat.h".
3406         (child_post_startup_inferior): New function.
3407
3408 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
3409
3410         * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3411         at the start of a frameless function.  This probably fixes PR
3412         backtrace/1338.
3413
3414 2003-08-17  Michael Chastain  <mec@shout.net>
3415
3416         * symfile.c (find_sym_fns): Remove special case for apollo target.
3417
3418 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
3419
3420         * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3421         (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3422         (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3423         (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3424         (linux_supports_tracevforkdone): New function.
3425         (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3426         TRACEVFORKDONE.
3427         (child_follow_fork): Handle vfork.
3428         (linux_handle_extended_wait): Likewise.  Also handle exec.
3429         (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3430         * NEWS: Mention fork tracing.
3431
3432 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
3433
3434         * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3435
3436 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
3437
3438         * Makefile.in (i386-linux-nat.o): Update dependencies.
3439         * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3440         * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3441         (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3442         * i386-linux-nat.c: Include "linux-nat.h".
3443         (child_post_startup_inferior): New function.
3444         * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3445         * infptrace.c (kill_inferior): Wrap in #ifdef.
3446         * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3447         attaching to each LWP.
3448         (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3449         (init_lin_lwp_ops): Fill in some more operations.
3450         * linux-nat.h (linux_enable_event_reporting)
3451         (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3452         prototypes.
3453         * linux-nat.c (linux_enable_event_reporting): New function.
3454         (child_post_attach, linux_child_post_startup_inferior)
3455         (child_post_startup_inferior, child_follow_fork)
3456         (linux_handle_extended_wait, kill_inferior): New functions.
3457
3458 2003-08-16  Andrew Cagney  <cagney@redhat.com>
3459
3460         * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3461         * gdbarch.h, gdbarch.c: Re-generate.
3462
3463 2003-08-16  Mark Kettenis  <kettenis@gnu.org>
3464
3465         * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3466
3467 2003-08-16  Andrew Cagney  <cagney@redhat.com>
3468
3469         * NEWS: Mention that "set prompt-escape-char" was deleted.
3470         * top.c (get_prompt_1): Delete function.
3471         (gdb_prompt_escape):
3472         (init_main): Do not clear "gdb_prompt_escape".  Delete "set
3473         prompt-escape-char" command.
3474         (MAX_PROMPT_SIZE): Delete macro.
3475         (get_prompt): Simplify, do not call get_prompt_1.
3476
3477 2003-08-16  Andrew Cagney  <cagney@redhat.com>
3478
3479         * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3480         -Werror.  -Wformat-nonliteral problems.
3481
3482 2003-08-15  J. Brobecker  <brobecker@gnat.com>
3483
3484         Further multiarching work mostly for hppa64-*-hpux11:
3485         * hppa-tdep.h: New file.
3486         * hppa-tdep.c: #include hppa-tdep.c.
3487         (hppa32_num_regs): Renamed from hppa_num_regs.
3488         (hppa64_num_regs): New constant.
3489         (hppa64_call_dummy_breakpoint_offset): New constant.
3490         (hppa32_call_dummy_length): New constant.
3491         (hppa64_call_dummy_length): New constant.
3492         (hppa32_stack_align): Make name 32bit explicit.
3493         (hppa32_register_virtual_type): Likewise.
3494         (hppa32_extract_return_value): Likewise.
3495         (hppa32_use_struct_convention): Likewise.
3496         (hppa32_store_return_value): Likewise.
3497         (hppa64_register_virtual_type): New function.
3498         (hppa64_extract_return_value): New function.
3499         (hppa64_use_struct_convention): New function.
3500         (hppa64_store_return_value): New function.
3501         (hppa_frame_locals_address): Remove declaration, function does
3502         not exist anymore.
3503         (hppa_register_byte): Add support for PA64 ABI.
3504         (hppa_gdbarch_init): Add support for PA64 ABI.
3505         * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3506         Make name 32bit explicit.
3507         (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3508         (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3509         (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3510         (hppa64_hpux_frame_base_before_sigtramp): New function.
3511         (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3512         * config/pa/tm-hppa64.h: Remove macros that are no longer
3513         necessary now that the gdbarch vector is properly setup.
3514         Transform some macros into function calls. Some minor cleanup.
3515         * config/pa/tm-hppah.h: Update function calls in macros
3516         following the function renaming in hppa-hpux-tdep.c.
3517         * Makefile.in (hppa_tdep_h): New variable.
3518         (hppa-tdep.o): Add dependency over hppa_tdep_h.
3519
3520 2003-08-14  Michael Snyder  <msnyder@redhat.com>
3521
3522         * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3523
3524 2003-08-13  J. Brobecker  <brobecker@gnat.com>
3525
3526         * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3527         bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3528         routine.
3529
3530 2003-08-13  Michael Snyder  <msnyder@redhat.com>
3531
3532         * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3533         (frv_saved_pc_after_call): Use deprecated ftype.
3534         (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3535         (frv_remote_translate_xfer_address): Remove.
3536         (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3537
3538 2003-08-13  J. Brobecker  <brobecker@gnat.com>
3539
3540         * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3541         initialization after the common gdbarch initialization, not before.
3542
3543 2003-08-13  J. Brobecker  <brobecker@gnat.com>
3544
3545         * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3546         (ADDR_BITS_REMOVE): Remove, redundant.
3547
3548 2003-08-13  J. Brobecker  <brobecker@gnat.com>
3549
3550         * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3551         gdbarch method to clear the 2 low bits of text addresses.
3552
3553 2003-08-12  Andrew Cagney  <cagney@redhat.com>
3554
3555         * Makefile.in (dsrec.o): Update dependencies.
3556         * dsrec.c: Include "gdb_assert.h".
3557         (make_srec): Use snprintf instead of sprintf, use a literal format
3558         string.
3559
3560 2003-08-12  Andrew Cagney  <cagney@redhat.com>
3561
3562         * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3563         FRAME_OBSTACK_ZALLOC.
3564
3565 2003-08-12  Kevin Buettner  <kevinb@redhat.com>
3566
3567         * i386-tdep.c (i386_gdbarch_init): Enable default support for
3568         SSE registers.
3569
3570 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
3571
3572         * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3573         amd64fbsd_sc_reg_offset): Add extern declarations.
3574         * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3575         declarations.
3576
3577 2003-08-11  Ben Elliston  <bje@wasabisystems.com>
3578
3579         * MAINTAINERS (write after approval): Update my mail address.
3580
3581 2003-08-10  Andrew Cagney  <cagney@redhat.com>
3582
3583         * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3584
3585 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
3586
3587         * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3588         i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3589         i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3590         i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3591         i386bsd_sc_reg_offset): Add extern declarations.
3592         * i386obsd-nat.c: Include "i386-tdep.h"
3593         (_initialize_i386obsd_nat): Remove extern declarations.
3594         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3595         declarations.
3596         * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3597         declarations.
3598
3599         * i386-tdep.c (i386_register_to_value): Use get_frame_register
3600         instead of frame_read_register.
3601         (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3602         instead of frame_read_register.  Use I386_ESP_REGNUM instead of
3603         SP_REGNUM.
3604         (i386_frame_prev_register): Use frame_unwind_register_unsigned
3605         instead of frame_unwind_unsigned_register.  Use
3606         I386_EFLAGS_REGISTER instead of PS_REGNUM.
3607         (i386_get_longjmp_target): Use regcache_read_unsigned_register
3608         instead of read_register.  Use builtin_type_void_data_ptr instead
3609         of builtin_type_void_func_ptr when extracting the address of the
3610         jmp_buf.
3611         (i386_extract_return_value, i386_store_return_value,
3612         i386_pseudo_register_read, i386_pseudo_register_write): Use
3613         register_size instead REGISTER_RAW_SIZE.
3614
3615 2003-08-10  Andrew Cagney  <cagney@redhat.com>
3616
3617         * infcall.c (call_function_by_hand): Use xstrprintf instead of
3618         sprintf.  Make "name" constant.
3619
3620 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
3621
3622         * i387-tdep.c (i387_register_to_value): Use get_frame_register
3623         instead of frame_read_register.
3624         (i387_print_float_info): Use get_frame_register and
3625         get_frame_register_unsigned instead of frame_register_read.
3626
3627         * i386fbsd-nat.c: Include "i386-tdep.h".
3628         (child_resume): Make `eflags' an ULONGEST.  Use
3629         regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3630         instead of register_read and register_write.
3631
3632         * i386bsd-nat.c (fetch_inferior_registers,
3633         store_inferior_registers): Don't use && at the end of a line.
3634         (_initialize_i386bsd_nat): Fix typo.
3635
3636         * frame.c (_initialize_frame): Add missing backslash.
3637
3638         From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3639         * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3640         and supply_register instead of manipulating the register buffer
3641         directly.
3642
3643         From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3644         * config/i386/nm-i386sol2.h
3645         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3646
3647         Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3648         * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3649         instructions that GCC likes to mingle into the prologue.  Fixes
3650         gdb/1253 and gdb/1255.
3651
3652 2003-08-09  Andrew Cagney  <cagney@redhat.com>
3653
3654         Fix GDB PR cli/926.
3655         * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3656         * command.h (add_setshow_uinteger_cmd): Declare.
3657         * frame.c (set_backtrace_cmd): New function.
3658         (show_backtrace_cmd): New function.
3659         * frame.c (_initialize_frame): Replace "set/show
3660         backtrace-below-main" with "set/show backtrace past-main".  Add
3661         command "set/show backtrace limit".
3662         (backtrace_past_main): Rename "backtrace_below_main".
3663         (backtrace_limit): New variable.
3664         (get_prev_frame): Update.  Check the backtrace_limit.
3665
3666 2003-08-09  Andrew Cagney  <cagney@redhat.com>
3667
3668         * defs.h (xstrprintf): Declare.
3669         * utils.c (xstrprintf): New function.
3670         * breakpoint.c (insert_breakpoints): Replace sprintf and
3671         non-literal format strings, with xstrprintf and cleanups.
3672         (delete_breakpoint,breakpoint_re_set): Ditto.
3673         (commands_command, insert_breakpoints): Ditto.
3674         (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3675         (break_at_finish_command_1): Ditto.
3676
3677 2003-08-09  Andrew Cagney  <cagney@redhat.com>
3678
3679         * MAINTAINERS (language support): List Adam Fedor as Objective C
3680         maintainer.
3681
3682 2003-08-08  J. Brobecker  <brobecker@gnat.com>
3683
3684         * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3685         are now multiarched.
3686
3687 2003-08-08  J. Brobecker  <brobecker@gnat.com>
3688
3689         * config/pa/tm-hppa64.h: Remove lots of macros that are no
3690         longer necessary now that hppa64 is partially multiarch'ed.
3691
3692 2003-08-08  Andrew Cagney  <cagney@redhat.com>
3693
3694         * interps.c (interp_set): Check for a NULL "old_interp".
3695
3696 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
3697
3698         * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3699         (install-only): Support DESTDIR.
3700         (uninstall): Likewise.
3701         (install-gdbtk): Likewise.
3702
3703 2003-08-08  Elena Zannoni  <ezannoni@redhat.com>
3704
3705         * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3706         contains something meaningful at all times.
3707
3708 Fri Aug  8 00:28:46 UTC 2003  Brendan Conoboy  <blc@redhat.com>
3709
3710         * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3711
3712 Fri Aug  8 00:28:38 UTC 2003  Brendan Conoboy  <blc@redhat.com>
3713
3714         * MAINTAINERS (write after approval): Added self.
3715
3716 2003-08-07  Andrew Cagney  <cagney@redhat.com>
3717
3718         * inferior.h (AT_SYMBOL): Define.
3719         * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3720         * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3721         * mips-tdep.c (mips_call_dummy_address): Delete function.
3722         (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3723         set call_dummy_address.
3724
3725 2003-08-07  Andrew Cagney  <cagney@redhat.com>
3726
3727         * language.c (op_error): Delete function.
3728         (binop_type_check): Delete function.
3729         * language.h (type_op_error, range_op_error): Delete macros.
3730         (op_error): Delete declaration.
3731
3732 2003-08-07  Andrew Cagney  <cagney@redhat.com>
3733
3734         * interps.h (INTERP_MI2, INTERP_MI3): Define.
3735
3736 2003-08-07  Michal Ludvig  <mludvig@suse.cz>
3737
3738         * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3739         (x86_64_push_arguments): Skip the red zone.
3740
3741 2003-08-05  Andrew Cagney  <cagney@redhat.com>
3742
3743         * reggroups.c (reggroup_next): Check for the final entry.
3744
3745 2003-08-04  Andrew Cagney  <cagney@redhat.com>
3746
3747         * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3748         * cli/cli-script.c (define_command): Call query directly, instead
3749         of passing it a buffer.
3750         * ocd.c (ocd_error): Pass error a constant format string.
3751         * remote-mips.c (mips_error): Use fputs_filtered.
3752
3753         * solib-svr4.c (_initialize_svr4_solib): Update
3754         register_gdbarch_data call.
3755         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3756
3757         * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3758         (register_gdbarch_data): Delete "free" parameter.  Update
3759         comments.
3760         * gdbarch.h, gdbarch.c: Re-generate.
3761         * reggroups.c (_initialize_reggroup): Update.
3762         * gnu-v3-abi.c (init_gnuv3_ops): Update.
3763         * frame-base.c (_initialize_frame_base): Update.
3764         * frame-unwind.c (_initialize_frame_unwind): Update.
3765         * user-regs.c (_initialize_user_regs): Update.
3766         * remote.c (_initialize_remote): Update.
3767         * regcache.c (_initialize_regcache): Update.
3768
3769         * regcache.c (xfree_regcache_descr): Delete function.
3770         (_initialize_regcache): Update call to register_gdbarch_data.
3771         (init_regcache_descr, init_legacy_regcache_descr): Use
3772         GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3773
3774         * remote.c (free_remote_state): Delete function.
3775         (_initialize_remote): Update register_gdbarch_data.
3776         (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3777         GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3778
3779 2003-08-04  Andrew Cagney  <cagney@redhat.com>
3780
3781         * reggroups.c (struct reggroup_el): Define.
3782         (struct reggroups): Delete field "nr_group".  Replace array
3783         "group" with a "first" to "last" linked list.
3784         (reggroups_init): Update.  Allocate using gdbarch's obstack.
3785         (reggroups_free): Delete function.
3786         (add_group): Update.  Add "el" parameter.
3787         (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3788         (default_groups): Update.
3789         (reggroup_next): Replace reggroups.
3790         (reggroups_dump): Update.
3791         (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3792         * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3793         * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3794
3795 2003-08-04  Daniel Jacobowitz  <drow@mvista.com>
3796
3797         * Makefile.in (tui-interp.o): Update dependencies.
3798
3799 2003-08-04  David Carlton  <carlton@kealia.com>
3800
3801         * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3802         to internal_error call.
3803         * source.c (forward_search_command): Add "%s" format argument.
3804         (reverse_search_command): Ditto.
3805         * top.c (quit_confirm): Ditto.
3806         * cli/cli-setshow.c (do_setshow_command): Ditto.
3807         * cp-valprint.c (cp_print_class_method): Replace
3808         {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3809         (cp_print_class_member): Ditto.
3810         * event-top.c (command_line_handler): Ditto.
3811         * linux-proc.c (linux_info_proc_cmd): Ditto.
3812         * p-typeprint.c (pascal_type_print_base): Ditto.
3813         * p-valprint.c (pascal_object_print_class_method): Ditto.
3814         (pascal_object_print_class_member): Ditto.
3815         * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3816         * remote.c (remote_cisco_section_offsets): Ditto.
3817         * top.c (command_line_input): Ditto.
3818         * utils.c (vwarning,error_stream,quit): Ditto.
3819         * valprint.c (print_floating,print_binary_chars)
3820         (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3821
3822 2003-08-04  Andrew Cagney  <cagney@redhat.com>
3823
3824         * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3825
3826 2003-08-02  Andrew Cagney  <cagney@redhat.com>
3827
3828         * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3829         gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3830         amd64fbsd-nat.c.
3831
3832 2003-08-02  Andrew Cagney  <cagney@redhat.com>
3833
3834         * Makefile.in: Update all dependencies and definitions.
3835
3836 2003-08-02  Adam Fedor  <fedor@gnu.org>
3837
3838         * linespec.c (is_objc_method_format): New function
3839         (decode_line_1, locate_first_half): Use it.
3840         Fixes PR objc/1298
3841
3842 2003-08-01  Andrew Cagney  <cagney@redhat.com>
3843
3844         * NEWS: Mention that m32r is multi-arch.
3845         From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3846         * configure.tgt: Recognize m32r-*-*.
3847         * config/m32r/tm-m32r.h: Delete file.
3848         * config/m32r/m32r.mt: New file.
3849         * m32r-rom.c (m32r_upload_command): Use hostent only when
3850         gethostname succeeds, in order to avoid a compilation
3851         warning.
3852         * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3853         compiler warning.
3854
3855 2003-08-01  Michael Snyder  <msnyder@redhat.com>
3856
3857         * sh-tdep.c (sh_frame_align): New gdbarch method.
3858         (sh_gdbarch_init): Set up frame_align method.
3859
3860 2003-07-31  Michael Snyder  <msnyder@redhat.com>
3861
3862         * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3863         which is already covered by the new frames infrastructure.
3864
3865 2003-07-31  Andrew Cagney  <cagney@redhat.com>
3866
3867         * user-regs.c (struct user_reg): Add "next" link.
3868         (struct user_regs): Replace "user" with "first" and "last" links.
3869         (append_user_reg): Add pre-allocated "reg" parameter.
3870         (builtin_user_regs): Provide initial value for "last".
3871         (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3872         (user_regs_init): Allocate memory from the gdbarch obstack.
3873         (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3874         (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3875         linked list.
3876         (usernum_to_user_reg): New function.
3877         (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3878         (value_of_user_reg): Use usernum_to_user_reg.
3879         (user_regs_free): Delete function.
3880         (_initialize_user_regs): Update register_gdbarch_data call.
3881
3882 2003-07-31  Daniel Jacobowitz  <drow@mvista.com>
3883
3884         * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3885
3886 2003-07-30  Michael Snyder  <msnyder@redhat.com>
3887
3888         * value.h (value_being_returned): Add a struct_addr argument.
3889         * infcall.c (call_function_by_hand): Pass struct_addr to
3890         value_being_returned.
3891         * infcmd.c (print_return_value): Pass zero as struct_addr.
3892         * values.c (value_being_returned): If struct_addr is passed,
3893         use it instead of trying to recover it from the inferior.
3894
3895 2003-07-30  Kevin Buettner  <kevinb@redhat.com>
3896
3897         * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3898         the prologue analyzer won't need to attempt to extract the pc
3899         value from the woefully incomplete dummy frame.
3900         (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3901         possible.  Disable code which modifies the frame.
3902
3903 2003-07-28  Andrew Cagney  <cagney@redhat.com>
3904
3905         * annotate.c (annotate_breakpoints_headers): Restrict annotation
3906         to level 2.
3907         (annotate_breakpoints_table, annotate_record): Ditto.
3908         (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3909         (annotate_field_name_end, annotate_field_value): Ditto.
3910         (annotate_field_end, annotate_frame_source_begin): Ditto.
3911         (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3912         (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3913         (annotate_frame_begin, annotate_frame_function_name): Ditto.
3914         (annotate_frame_address_end, annotate_frame_address): Ditto.
3915         (annotate_frame_args, annotate_frame_end): Ditto.
3916         (annotate_frame_where, annotate_arg_begin): Ditto.
3917         (annotate_arg_name_end, annotate_arg_value): Ditto.
3918         (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3919         (annotate_function_call, annotate_signal_name): Ditto.
3920         (annotate_signal_string, annotate_signal_name_end): Ditto.
3921         (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3922         (annotate_value_begin, annotate_value_history_value): Ditto.
3923         (annotate_value_history_end, annotate_value_end): Ditto.
3924         (annotate_display_begin, annotate_display_number_end): Ditto.
3925         (annotate_display_format, annotate_display_expression): Ditto.
3926         (annotate_display_expression_end, annotate_display_value): Ditto.
3927         (annotate_display_end, annotate_array_section_begin): Ditto.
3928         (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3929         (annotate_elt, annotate_array_section_end): Ditto.
3930
3931 2003-07-28  Andrew Cagney  <cagney@redhat.com>
3932
3933         * regcache.c (struct regcache_descr): Update comments on
3934         nr_raw_registers.
3935         (init_legacy_regcache_descr): Don't set nr_raw_registers or
3936         sizeof_raw_register_valid_p.
3937         (init_regcache_descr): Set nr_raw_registers and
3938         sizeof_raw_register_valid_p before calling
3939         init_legacy_regcache_descr.
3940
3941 2003-07-28  Andrew Cagney  <cagney@redhat.com>
3942
3943         * mips-tdep.c (print_gp_register_row): Print the GPR's register
3944         MOD NUM_REGS.
3945
3946 2003-07-28  Daniel Jacobowitz  <drow@mvista.com>
3947
3948         * thread.c (info_threads_command): Use get_selected_frame ().
3949         Check that there is at least one non-sentinel frame.
3950
3951 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
3952
3953         * m68hc11-tdep.c (struct frame_extra_info): Remove.
3954         (m68hc11_pop_frame): Remove.
3955         (m68hc11_frame_saved_pc): Remove.
3956         (m68hc11_frame_chain): Remove.
3957         (m68hc11_frame_init_saved_regs): Remove.
3958         (m68hc11_init_extra_frame_info): Remove.
3959         (m68hc11_store_struct_return): Remove.
3960         (m68hc11_saved_pc_after_call): Remove.
3961
3962 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
3963
3964         * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3965         frame unwind information.
3966         (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3967         and adapted for frame unwinding.
3968         (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3969         (m68hc11_unwind_pc): New function.
3970         (m68hc11_frame_unwind_cache): New function to analyze frames.
3971         (m68hc11_frame_this_id): New function to create new frame struct.
3972         (m68hc11_frame_prev_register): New function to unwind a register from
3973         the frame.
3974         (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3975         (m68hc11_frame_p): New function for the above.
3976         (m68hc11_frame_base_address): New function to return fp of frame.
3977         (m68hc11_frame_args_address): Update for frame.
3978         (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3979         (m68hc11_unwind_sp): New function.
3980         (m68hc11_unwind_dummy_id): New function.
3981         (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3982         calls.
3983
3984 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
3985
3986         * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3987         (m68hc11_guess_from_prologue): Advance the pc and frame size only
3988         when we are beyond the current pc.
3989
3990 2003-07-27  Stephane Carrez  <stcarrez@nerim.fr>
3991
3992         * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3993         from m68hc11_push_arguments.
3994         (m68hc11_push_arguments): Remove.
3995         (m68hc11_push_return_address): Remove.
3996         (m68hc11_gdbarch_init): Install the above; remove above deprecated
3997         handlers; remove deprecated_extra_stack_alignment_needed.
3998
3999 2003-07-27  Andrew Cagney  <cagney@redhat.com>
4000
4001         * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4002         * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4003         REAL_PC and not the pointer.
4004         * hppa-hpux-tdep.c: Include frame.h
4005
4006 2003-07-27  Andrew Cagney  <cagney@redhat.com>
4007
4008         * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4009         GDB_MULTI_ACH_PARTIAL.
4010
4011 2003-07-27  Andrew Cagney  <cagney@redhat.com>
4012
4013         Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4014         * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4015         operator at start and not end of line.
4016         (decode_prologue): Ditto.
4017         (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4018         frame_unwind_register_unsigned instead of
4019         frame_unwind_unsigned_register.
4020         (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4021         read_register.
4022         (m32r_push_dummy_call): Use register_size instead of
4023         REGISTER_RAW_SIZE.
4024         (m32r_frame_sniffer): Replace m32r_frame_p.
4025         (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4026         * m32r-rom.c (report_transfer_performance): Delete extern
4027         declaration.
4028         (m32r_load, m32r_upload_command): Use print_transfer_performance
4029         instead of report_transfer_performance.
4030         (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4031         / add_show_from_set.
4032
4033 2003-07-26  Andrew Cagney  <cagney@redhat.com>
4034
4035         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4036         store_return_value and extract_struct_value_address.
4037
4038 2003-07-26  Daniel Jacobowitz  <drow@mvista.com>
4039
4040         PR c++/1267
4041         * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4042         NULL, default to the section containing PC.
4043
4044 2003-07-24  Stephane Carrez  <stcarrez@nerim.fr>
4045
4046         * NEWS: Mention "regs" deprecated for m68hc11 too.
4047
4048         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4049         (m68hc11_print_register): New function to print out one register.
4050         (m68hc11_print_registers_info): New function to print registers.
4051         (show_regs): Deprecate and use the above.
4052         (m68hc11_gdbarch_init): Install the print_registers_info.
4053
4054 2003-07-24  Jeff Johnston  <jjohnstn@redhat.com>
4055
4056         * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4057         that we have a SIGTRAP before returning non-zero.
4058
4059 2003-07-23  Michal Ludvig  <mludvig@suse.cz>
4060             Elena Zannoni  <ezannoni@redhat.com>
4061
4062         * linespec.c (decode_line_2): Avoid crash if
4063         find_function_start_sal() returns empty record.
4064
4065 2003-07-23  Andreas Schwab  <schwab@suse.de>
4066
4067         * ia64-tdep.c (ia64_print_insn): New function.
4068         (ia64_gdbarch_init): Set print_insn to it.
4069         (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4070         deprecated_tm_print_insn_info.
4071
4072 2003-07-22  Michael Snyder  <msnyder@redhat.com>
4073
4074         * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4075         handle 8-bit returns (long long).
4076         (h8300h_extract_return_value): Ditto.
4077         (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4078
4079 2003-07-22  Andrew Cagney  <cagney@redhat.com>
4080
4081         * gdbarch.c Include "gdb_obstack.h".
4082         (struct gdbarch): Add an "obstack".
4083         (alloc_gdbarch_data): Allocate the gdbarch data using
4084         GDBARCH_OBSTACK_CALLOC.
4085         (free_gdbarch_data): Delete function.
4086         (gdbarch_obstack_zalloc): New function.
4087         (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4088         Assert that the architecture is not initialized.
4089         (gdbarch_alloc): Allocate an obstack, allocate the architecture
4090         vector from the obstack.
4091         (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4092         architecture obstack.
4093         (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4094         (set_gdbarch_data): Assert that the data is not initialized.
4095         (struct gdbarch_data): Delete member "free".
4096         (register_gdbarch_data): Do not initialize "free".
4097         * gdbarch.h, gdbarch.c: Re-generate.
4098
4099 2003-07-22  Andrew Cagney  <cagney@redhat.com>
4100
4101         * configure.in (build_warnings): Add -Wformat-nonliteral.
4102         * configure: Re-generate.
4103
4104 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
4105
4106         * dwarf2loc.c (locexpr_describe_location): Fix typos.
4107
4108 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
4109
4110         * findvar.c (read_var_value): Remove case for thread local storage
4111         variables.  It is now entirely handled by the dwarf2 location
4112         expression code.
4113         * printcmd.c (address_info): Ditto.
4114         * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4115         enumeration value.
4116         (struct symbol): Remove objfile field, which was used by
4117         LOC_THREAD_LOCAL_STATIC only.
4118         * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4119         * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4120         usage of objfile pointer.
4121         * dwarf2loc.c (locexpr_describe_location): Add case to handle
4122         thread local variables.
4123         Add include of objfiles.h.
4124         * dwarf2expr.c (execute_stack_op): Add comments about thread local
4125         storage variables.
4126         * Makefile.in (dwarf2loc.o): Update dependencies.
4127
4128 2003-07-22  Andrew Cagney  <cagney@redhat.com>
4129
4130         * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4131         get_frame_base.
4132         (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4133         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4134         (struct value): Add opaque declaration.
4135         (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4136
4137 2003-07-21  Andrew Cagney  <cagney@redhat.com>
4138
4139         From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4140         * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4141
4142 2003-07-20  Stephane Carrez  <stcarrez@nerim.fr>
4143
4144         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4145         regcache_cooked_read_unsigned instead of read_register.
4146         (m68hc11_saved_pc_after_call): Likewise.
4147         (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4148         instead of write_register.
4149         (m68hc11_register_type): New function.
4150         (m68hc11_register_virtual_type): Remove.
4151         (m68hc11_store_return_value): Convert to use the regcache.
4152         (m68hc11_extract_struct_value_address): Likewise.
4153         (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4154         m68hc11_register_type; undeprecate store_return_value and
4155         extract_struct_value_address.
4156
4157 2003-07-20  Stephane Carrez  <stcarrez@nerim.fr>
4158
4159         * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4160         and translate to use regcache.
4161         (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4162
4163 2003-07-18  Andrew Cagney  <cagney@redhat.com>
4164
4165         * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4166         * gdbarch.h, gdbarch.c: Re-generate.
4167         * i386-tdep.c (i386_gdbarch_init): Do not set
4168         DWARF2_BUILD_FRAME_INFO.
4169         * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4170         unconditionally.
4171         * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4172         DWARF2_BUILD_FRAME_INFO.
4173
4174 2003-07-18  Andrew Cagney  <cagney@redhat.com>
4175
4176         From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4177         * disasm.c (gdb_disassemble_info): Initilize di.arch.
4178
4179 2003-07-18  Andrew Cagney  <cagney@redhat.com>
4180
4181         * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4182         frame_unwind_address_in_block, instead of frame_pc_unwind.
4183         (dwarf2_frame_cache): Ditto.
4184
4185 2003-07-18  Andrew Cagney  <cagney@redhat.com>
4186
4187         * user-regs.h (struct gdbarch): Declare opaque.
4188         * ui-out.h (struct ui_file): Declare opaque.
4189         * dwarf2-frame.h (struct frame_info): Declare opaque.
4190
4191 2003-07-18  Kris Warkentin  <kewarken@qnx.com>
4192
4193         * nto-procfs.c: Clean ARI hits.  Change #include <..> to
4194         #include "...".
4195         (procfs_meminfo): Change strerror to safe_strerror.
4196         (procfs_can_run): Remove K&R badness.
4197
4198 2003-07-17  Michael Snyder  <msnyder@redhat.com>
4199
4200         * remote-sim.c: Comment typo fix.
4201
4202 2003-07-17  Andrew Cagney  <cagney@redhat.com>
4203
4204         * defs.h (GDB_MULTI_ARCH): Delete conditional define.  Handled by
4205         configure.
4206         * sparc-tdep.c (sparc_intreg_size): Make non-static.
4207         * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4208         GDB_MULTI_ARCH_PARTIAL.
4209
4210 2003-07-17  Elena Zannoni  <ezannoni@redhat.com>
4211
4212         * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4213         * x86-64-linux-nat.c (ps_get_thread_area): New function.  Add
4214         include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4215
4216 2003-07-16  Theodore A. Roth  <troth@openavr.org>
4217
4218         * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4219         found.
4220         (avr_frame_unwind_cache): Don't unwind FP for main.
4221         Update a comment.
4222         Save the computed prev_sp.
4223         (avr_saved_regs_unwinder): Remove function.
4224         (avr_frame_prev_register): Use PC unwind logic from
4225         avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4226
4227 2003-07-16  Andrew Cagney  <cagney@redhat.com>
4228
4229         * frame-base.h (frame_base_p_ftype): Delete definition.
4230         (frame_base_append_predicate): Delete declaration.
4231         * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4232         (frame_unwind_append_predicate): Delete declaration.
4233         * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4234         (append_predicate): Delete parameter "p".
4235         (frame_unwind_append_predicate): Delete function.
4236         (frame_unwind_append_sniffer): Update call to append_predicate.
4237         (frame_unwind_free): Delete function.
4238         (_initialize_frame_unwind): Pass NULL as "free" to
4239         register_gdbarch_data.
4240         (frame_unwind_init): Append the dummy_frame_sniffer.
4241         (frame_unwind_find_by_frame): Simplify.
4242         * frame-base.c (struct frame_base_table): Delete field "p".
4243         (append_predicate): Delete parameter "p".
4244         (frame_base_append_predicate): Delete function.
4245         (frame_base_append_sniffer): Update call to append_predicate.
4246         (frame_base_free): Delete function.
4247         (frame_base_find_by_frame): Simplify.
4248         (_initialize_frame_base): Pass NULL as "free" to
4249         register_gdbarch_data.
4250         * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4251         (x86_64_sigtramp_frame_sniffer): Replace
4252         "x86_64_sigtramp_frame_p".
4253         (x86_64_init_abi): Set the frame unwind sniffers.
4254         * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4255         (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4256         (m68k_gdbarch_init): Set the frame unwind sniffers.
4257         * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4258         "i386_sigtramp_frame_p".
4259         (i386_frame_sniffer): Replace "i386_frame_p".
4260         (i386_gdbarch_init): Set the frame unwind sniffers.
4261         * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4262         (avr_gdbarch_init): Set the frame unwind sniffers.
4263         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4264         "alpha_sigtramp_frame_p"
4265         (alpha_heuristic_frame_sniffer): Replace
4266         "alpha_heuristic_frame_p".
4267         (alpha_gdbarch_init): Set the frame unwind sniffers.
4268         (alpha_dwarf2_init_abi): Ditto.
4269         * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4270         "alpha_debug_frame_p".
4271         (alpha_mdebug_frame_base_sniffer): Replace
4272         "alpha_mdebug_frame_base_p".
4273         (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4274         * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4275         (d10v_gdbarch_init): Set the frame unwind sniffer.
4276         * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4277         (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4278         * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4279         (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4280         * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4281         * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4282
4283 2003-07-16  Michael Snyder  <msnyder@redhat.com>
4284
4285         * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4286         should go thru sh_dsp_register_sim_regno, else the dsp regs
4287         will not get the right values.
4288
4289 2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
4290
4291         * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4292         deprecated_store_floating by call to store_typed_floating.
4293         (sh_sh4_register_convert_to_raw): Substitute call to
4294         deprecated_extract_floating by call to extract_typed_floating.
4295
4296 2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
4297
4298         * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4299
4300 2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
4301
4302         * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4303         register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4304         gdbarch_register_type in 32 bit code throughout.  Avoid current_gdbarch
4305         as possible.
4306         (do_pseudo_register): Remove.
4307         (sh_push_dummy_code): New function.
4308         (sh64_store_struct_return): Rename from sh_store_struct_return.
4309         Only called for sh64 now.
4310         (sh_extract_struct_value_address): Regcache'ify.
4311         (sh_push_dummy_call): Rename from sh_push_arguments.  Regcache'ify
4312         and accomodate new tasks.
4313         (sh64_push_return_address): Rename from sh_push_return_address.
4314         Only called for sh64 now.
4315         (sh_default_extract_return_value): Rename from sh_extract_return_value.
4316         Regcache'ify.
4317         (sh3e_sh4_extract_return_value): Regcache'ify.
4318         (sh_default_store_return_value): Ditto.
4319         (sh3e_sh4_store_return_value): Ditto.
4320         (sh_default_register_byte): Remove.
4321         (sh_sh4_register_byte): Remove.
4322         (sh_default_register_raw_size): Remove.
4323         (sh_sh4_register_raw_size): Remove.
4324         (sh_register_virtual_size): Remove.
4325         (sh_sh3e_register_virtual_type): Remove.
4326         (sh_sh3e_register_type): New function.
4327         (sh_sh4_register_virtual_type): Remove.
4328         (sh_sh4_register_type): New function.
4329         (sh_default_register_virtual_type): Remove.
4330         (sh_default_register_type): New function.
4331         (do_fv_register_info): Add parameters to accomodate call from
4332         sh_print_registers_info.
4333         (do_dr_register_info): Ditto.
4334         (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4335         Add parameters to accomodate call from sh_print_registers_info.
4336         (sh_do_fp_register): Ditto.
4337         (sh64_do_pseudo_register): Call do_dr_register_info,
4338         do_fv_register_info and sh_do_fp_register with default parameters.
4339         (sh_do_register): Add parameters to accomodate call from
4340         sh_print_registers_info.
4341         (sh_print_register): Ditto.
4342         (sh_print_registers_info): Rename from sh_do_registers_info.
4343         Add parameters to be used as gdbarch_print_registers_info
4344         implementation.  Accomodate removed do_pseudo_register function
4345         pointer.
4346         (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4347         function pointer. Call sh_print_register with default parameters.
4348         (sh64_do_registers_info): Call sh_print_registers_info instead of
4349         sh_do_registers_info.
4350         (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4351         detection of deprecated vs. non-deprecated functionality.
4352         Rename sh_call_dummy_words to sh64_call_dummy_words.  Remove
4353         function pointer assignments by direct function calls.
4354
4355 2003-07-15  Andrew Cagney  <cagney@redhat.com>
4356
4357         * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4358         (frame_register_unwind, create_new_frame): Ditto.
4359         (legacy_get_prev_frame, get_frame_type): Ditto.
4360         (get_frame_base_address): Use frame_base_find_by_frame.
4361         (get_frame_locals_address): Use frame_base_find_by_frame.
4362         (get_frame_args_address): Use frame_base_find_by_frame.
4363         * frame-base.h (frame_base_sniffer_ftype): Declare.
4364         (frame_base_append_sniffer): Declare.
4365         (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4366         * frame-base.c (append_predicate): Add a "sniffer" parameter.
4367         (frame_base_append_sniffer): New function.
4368         (frame_base_append_predicate): Add a NULL sniffer.
4369         (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4370         (struct frame_base_table): Add "sniffer".
4371         (frame_base_free): Free the "sniffer" table.
4372         * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4373         (frame_unwind_append_sniffer): Declare.
4374         (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4375         * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4376         (struct frame_unwind_table): Add "sniffer", delete "middle".
4377         (append_predicate): Add "sniffer" parameter, append the sniffer.
4378         (frame_unwind_init): Update append_predicate call.
4379         (frame_unwind_append_sniffer): New function.
4380         (frame_unwind_append_predicate): Update append_predicate call.
4381         (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4382
4383 2003-07-15  Andrew Cagney  <cagney@redhat.com>
4384
4385         * frame.c (get_prev_frame): Move disabled inside_entry_func to
4386         before code inhibiting repeated unwind attempts.  Add to
4387         commentary on that test's problems.
4388         * blockframe.c (inside_main_func): Look for "main" in the minimal
4389         symbol table.
4390         * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4391         identical.
4392
4393 2003-07-15  Andrew Cagney  <cagney@redhat.com>
4394
4395         * complaints.c (struct explanation): Define.
4396         (struct complaints): Change type of "explanation" to "struct
4397         explanation".
4398         (symfile_explanations): Convert to a "struct explanation" table.
4399         (vcomplaint): Update.
4400
4401 2003-07-15  Michal Ludvig  <mludvig@suse.cz>
4402
4403         * x86-64-linux-nat.c (regmap): Removed.
4404         (supply_gregset, fill_gregset): Call
4405         x86_64_linux_(fill,supply)_gregset functions.
4406         * x86-64-linux-tdep.c (USER_*): New defines.
4407         (user_to_gdb_regmap, x86_64_core_fns): New structure.
4408         (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4409         New functions.
4410         (fetch_core_registers): Ditto.
4411         (_initialize_x86_64_linux_tdep): Call add_core_fns().
4412         * x86-64-linux-tdep.h: New file.
4413         * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4414         and core-regset.o.
4415         * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4416
4417 2003-07-13  Mark Kettenis  <kettenis@gnu.org>
4418
4419         * x86-64-tdep.c (x86_64_store_return_value): Use
4420         regcache_cooked_write_part instead of regcache_cooked_write.
4421
4422         * configure.host: Add x86_64-*-freebsd*.
4423         * configure.tgt: Add x86_64-*-freebsd*.
4424         * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4425         * amd64fbsd-nat.c: New file.
4426         * amd64fbsd-tdep.c: New file.
4427         * config/i386/nm-fbsd64.h: New file.
4428         * config/i386/fbsd64.mh: New file.
4429         * config/i386/fbsd64.mt: New file.
4430
4431 2003-07-11  Mark Kettenis  <kettenis@gnu.org>
4432
4433         * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4434         `sc_regs_offset' and `sc_fpregs_offset'.
4435         * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4436         SIGFRAME_FPREGSAVE_OFF): Remove defines.
4437         (alpha_sigtramp_register_address): Rewrite to use new members of
4438         `struct gdbarch_tdep'.
4439         (alpha_gdbarch_init): Initialize new members of struct
4440         gdbarch_tdep'.
4441         * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4442         ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4443         (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4444         (alphafbsd_pc_in_sigtramp): Implement.
4445         (alphafbsd_sigtramp_offset): New function.
4446         (alphafbsd_sigcontext_addr): New function.
4447         (alphafbsd_init_abi): Initialize signal trampoline related members
4448         of `struct gdbarch_tdep'.
4449         (_initialize_alphafbsd_tdep): Add prototype.
4450
4451 2003-07-11  Theodore A. Roth  <troth@openavr.org>
4452
4453         * Makefile.in (install-only): Quote sed expression when generating
4454         transformed_name.
4455
4456 2003-07-11  Richard Henderson  <rth@redhat.com>
4457
4458         * Makefile.in (dwarf2-frame.o): Add complaints_h.
4459         * dwarf2-frame.c: Include complaints.h.
4460         (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4461         variable initialization; return NULL on error.
4462         (decode_frame_entry): New.
4463
4464 2003-07-11  Andrew Cagney  <cagney@redhat.com>
4465
4466         * frame.h (frame_address_in_block): Delete declaration.
4467         * blockframe.c (frame_address_in_block): Delete function.
4468         (get_frame_block): Use get_frame_address_in_block.
4469         (block_innermost_frame): Ditto.
4470         * stack.c (print_frame, backtrace_command_1): Ditto.
4471
4472         * frame.h (get_frame_address_in_block): Declare.
4473         (frame_unwind_address_in_block): Declare.
4474         * frame.c (frame_unwind_address_in_block): New function.
4475         (get_frame_address_in_block): New function.
4476
4477 2003-07-10  Andrew Cagney  <cagney@redhat.com>
4478
4479         * gdbarch.sh: Simplify predicate methods.  Remove need to provide
4480         pre-default.   Note: re-generate has no effect.
4481
4482 2003-07-10  Andrew Cagney  <cagney@redhat.com>
4483
4484         * gdbarch.sh: When a variable, but not a function, compare against
4485         0.  Fix problem in previous patch.
4486         * gdbarch.c: Re-generate.
4487
4488 2003-07-10  Andrew Cagney  <cagney@redhat.com>
4489
4490         * gdbarch.sh: Use gdb_assert instead of internal_error.  Compare
4491         functions against NULL, not 0.
4492         * gdbarch.c: Re-generate.
4493
4494 2003-07-10  Fred Fish  <fnf@ninemoons.com>
4495
4496         * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4497         null string instead of a null pointer.
4498         * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4499
4500 2003-07-09  Michael Snyder  <msnyder@redhat.com>
4501
4502         * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4503
4504 2003-07-09  Mark Kettenis  <kettenis@gnu.org>
4505
4506         * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4507         X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4508         X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4509         X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4510         * x86-64-tdep.c: ... from here.
4511
4512 2003-07-09  Andreas Schwab  <schwab@suse.de>
4513
4514         * m68k-tdep.h (enum struct_return): Define.
4515         (struct gdbarch_tdep): Add struct_return.
4516         * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4517         bytes are padded to the right, not to the left.  Pass struct value
4518         address in register %a1, not on stack.
4519         (m68k_use_struct_convention): New function.
4520         (m68k_gdbarch_init): Set use_struct_convention.  Initialize
4521         struct_return in tdep to pcc_struct_return.
4522         * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4523         reg_struct_return.
4524
4525 2003-07-09  Joel Brobecker  <brobecker@gnat.com>
4526
4527         * somread.c (som_symfile_offsets): Fix compilation error.
4528
4529 2003-07-09  Andrew Cagney  <cagney@redhat.com>
4530
4531         * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4532         Add comments about the checks.
4533
4534 2003-07-08  Andrew Cagney  <cagney@redhat.com>
4535
4536         * Makefile.in: Make dependency section headers consistent.
4537         (config_h): Move to $BUILD headers section.
4538         (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4539         (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4540         (ada-exp.tab.c): Move to YACC/LEX section.
4541         (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4542         (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4543
4544 2003-07-08  Kris Warkentin  <kewarken@qnx.com>
4545
4546         * nto-procfs.c: Cleaned up a bunch of ARI hits.
4547         Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4548         of strerror with safe_strerror, use ISO C function definitions,
4549         and replace instances of sprintf with snprintf.
4550
4551 2003-07-07  Andrew Cagney  <cagney@redhat.com>
4552
4553         * frame.c (get_prev_frame): Enable check for identical frames.
4554         Update comments.  Update error messages.
4555
4556 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
4557
4558         * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4559
4560 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
4561
4562         * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4563         sort_symtab_syms, no longer necessary.
4564
4565 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
4566
4567         * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4568
4569 2003-07-07  Joel Brobecker  <brobecker@gnat.com>
4570
4571         * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4572         (mips_register_byte): Likewise.
4573
4574 2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
4575
4576         * Makefile.in (sparc_tdep_h): New.
4577         (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4578         (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4579         * sparc-linux-nat.c: Include "sparc-tdep.h".
4580         * sparc-nat.c: Likewise.
4581         * sparc-tdep.c: Likewise.
4582         * sparc64nbsd-nat.c: Likewise.
4583         * sparcnbsd-nat.c: Likewise.
4584         * sparcnbsd-tdep.c: Likewise.
4585         * sparc-tdep.h: New file.
4586         * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4587         and sparc_npc_regnum.
4588
4589 2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
4590
4591         * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4592         (mips_linux_cannot_store_register): List supported instead of
4593         unsupported registers.
4594
4595 2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
4596
4597         * disasm.c (dump_insns): Separate instructions from addresses.
4598
4599 2003-07-07  Andreas Schwab  <schwab@suse.de>
4600
4601         * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4602         dependencies.
4603         * m68k-tdep.c (NUM_FREGS): Delete.
4604         (SIG_PC_FP_OFFSET): Delete.
4605         (TARGET_M68K): Delete.
4606         (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4607         P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4608         P_MOVEL_SP, P_MOVEML_SP): Define.
4609         (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4610         P_TRAP): Delete.
4611         (m68k_register_raw_size): Delete.
4612         (m68k_register_virtual_size): Delete.
4613         (m68k_register_type): Renamed from m68k_register_virtual_type and
4614         add gdbarch argument.
4615         (m68k_store_struct_return): Delete.
4616         (m68k_deprecated_extract_return_value): Delete.
4617         (m68k_deprecated_extract_struct_value_address): Delete.
4618         (m68k_frame_chain): Delete.
4619         (m68k_frame_saved_pc): Delete.
4620         (m68k_fix_call_dummy): Delete.
4621         (m68k_push_dummy_frame): Delete.
4622         (m68k_pop_frame): Delete.
4623         (m68k_extract_return_value): New function.
4624         (m68k_store_return_value): Rewrite using regcache.
4625         (m68k_extract_struct_value_address): Rewrite using regcache.
4626         (m68k_push_dummy_call): New function.
4627         (struct m68k_frame_cache): Define.
4628         (m68k_alloc_frame_cache): New function.
4629         (m68k_analyze_frame_setup): New function.
4630         (m68k_analyze_register_saves): New function.
4631         (m68k_analyze_prologue): New function.
4632         (m68k_skip_prologue): Rewrite using above functions.
4633         (m68k_unwind_pc): New function.
4634         (m68k_frame_cache): New function.
4635         (m68k_frame_this_id): New function.
4636         (m68k_frame_prev_register): New function.
4637         (m68k_frame_unwind): New variable.
4638         (m68k_frame_p): New function.
4639         (m68k_sigtramp_frame_cache): New function.
4640         (m68k_sigtramp_frame_this_id): New function.
4641         (m68k_sigtramp_frame_prev_register): New function.
4642         (m68k_sigtramp_frame_unwind): New variable.
4643         (m68k_sigtramp_frame_p): New function.
4644         (m68k_frame_base_address): New function.
4645         (m68k_frame_base): New function.
4646         (m68k_unwind_dummy_id): New function.
4647         (fill_gregset): Use regcache_collect.
4648         (fill_fpregset): Likewise.
4649         (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4650         defined.
4651         (m68k_gdbarch_init): Don't define call_dummy_words.  Don't set
4652         deprecated_init_frame_pc, deprecated_store_struct_return,
4653         deprecated_extract_return_value, deprecated_store_return_value,
4654         deprecated_frame_chain, deprecated_frame_saved_pc,
4655         deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4656         deprecated_register_virtual_size,
4657         deprecated_max_register_raw_size,
4658         deprecated_max_register_virtual_size,
4659         deprecated_register_virtual_type, deprecated_register_size,
4660         deprecated_register_byte, deprecated_register_bytes,
4661         deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4662         call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4663         deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4664         deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4665         deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4666         deprecated_push_dummy_frame, deprecated_pop_frame,
4667         deprecated_dummy_write_sp.  Set deprecated_saved_pc_after_call
4668         only if SYSCALL_TRAP is defined.  Set extract_return_value,
4669         store_return_value, extract_struct_value_address, register_type,
4670         push_dummy_call, unwind_dummy_id, unwind_pc.  Add two frame unwind
4671         predicates.
4672         * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4673         M68K_MAX_REGISTER_SIZE): Define.
4674         (struct m68k_sigtramp_info): Define.
4675         (struct gdbarch_tdep): Add get_sigtramp_info.
4676         * m68klinux-nat.c (fetch_register): Use register_size instead of
4677         REGISTER_RAW_SIZE.  Don't put assignment in if.
4678         (store_register): Likewise.
4679         (fetch_inferior_registers): Likewise.
4680         (store_inferior_registers): Likewise.
4681         * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4682         (m68k_linux_frame_saved_pc): Delete.
4683         (m68k_linux_sigcontext_reg_offset,
4684         m68k_linux_ucontext_reg_offset): Define.
4685         (m68k_linux_get_sigtramp_info): New function.
4686         (m68k_linux_extract_return_value): Rewrite using regcache.
4687         (m68k_linux_store_return_value): Likewise.
4688         (m68k_linux_extract_struct_value_address): Likewise.
4689         (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4690         Don't set deprecated_frame_saved_pc,
4691         deprecated_extract_return_value, deprecated_store_return_value,
4692         deprecated_extract_struct_value_address.  Set
4693         extract_return_value, store_return_value,
4694         extract_struct_value_address.
4695
4696 2003-07-07  Andrew Cagney  <cagney@redhat.com>
4697
4698         * expprint.c: Include "user-regs.h" instead of "frame.h".
4699         (print_subexp): Use user_reg_map_regnum_to_name, instead of
4700         frame_map_regnum_to_name.
4701         * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4702         (frame_map_name_to_regnum): Simplify, call
4703         user_reg_map_name_to_regnum.
4704         (frame_map_regnum_to_name): Simplify, call
4705         user_reg_map_regnum_to_name.
4706         (frame_register_unwind): Update.
4707         * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4708         (_initialize_frame_reg): Call user_reg_add_builtin.
4709         * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4710         (value_of_register): Use value_of_user_reg.
4711         * eval.c (evaluate_subexp_standard): Update.
4712         * parse.c (write_dollar_variable): Update.
4713         * d10v-tdep.c (d10v_print_registers_info): Update.
4714         * infcmd.c (registers_info): Update.
4715         * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4716         (builtin_regs_h): Delete macro.
4717         (user_regs_h): Define.
4718         (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4719         (builtin-regs.o): Delete target.
4720         (user-regs.o): Specify dependencies.
4721         (expprint.o): Update dependencies.
4722         (findvar.o): Update dependencies.
4723         (frame.o): Update dependencies.
4724         (std-regs.o): Update dependencies.
4725
4726 2003-07-06  Christopher Faylor  <cgf@redhat.com>
4727
4728         * win32-nat.c (solib_symbols_add): Use one variable for all section
4729         address stuff.  Pass variable rather than address of variable to
4730         safe_symbol_file_add.
4731
4732 2003-07-06  Andreas Schwab  <schwab@suse.de>
4733
4734         * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4735
4736 2003-07-04  Joel Brobecker  <brobecker@gnat.com>
4737
4738         * rs6000-nat.c (vmap_symtab): Fix compilation error.
4739
4740 2003-07-04  Kris Warkentin  <kewarken@qnx.com>
4741
4742         * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4743
4744 2003-07-04  Kris Warkentin  <kewarken@qnx.com>
4745
4746         * nto-procfs.c: New file.  Native procfs support for QNX Neutrino.
4747         * config/i386/nto.mh: New file.
4748         * config/i386/nm-nto.h: New file.
4749         * configure.host: Add i[3456]86-*-nto*.
4750
4751 2003-07-03  Joel Brobecker  <brobecker@gnat.com>
4752
4753         * remote-vx.c (vx_add_symbols): Fix compilation error.
4754
4755 2003-07-03  Andrew Cagney  <cagney@redhat.com>
4756
4757         * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4758         * gdbarch.h, gdbarch.c: Re-generate.
4759         * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4760         (legacy_register_name): Declare.
4761         * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4762         (REGISTER_NAME): Define.
4763         * sparc-tdep.c (legacy_register_name): New function.
4764         * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4765         (REGISTER_NAME): Define.
4766         (hppa64_register_name): Declare.
4767         * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4768         * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4769         (hppa64_register_name): New function.
4770         (hppa_register_name): New function.
4771         * arch-utils.c (legacy_register_name): Delete.
4772         * arch-utils.h (legacy_register_name): Delete.
4773
4774 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
4775
4776         * cli/cli-interp.c (cli_interpreter_resume): Update the
4777         cli_uiout's stream to gdb_stdout.
4778
4779 2003-07-03  Andrew Cagney  <cagney@redhat.com>
4780
4781         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4782         predicate.
4783         * gdbarch.h, gdbarch.c: Re-generate.
4784         * regcache.c (init_regcache_descr): Use legacy code when either
4785         REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4786
4787 2003-07-02  Daniel Jacobowitz  <drow@mvista.com>
4788
4789         * NEWS: Move "set logging" entry into GDB 6.0 section.
4790
4791 2003-07-02  Jim Blandy  <jimb@redhat.com>
4792
4793         * s390-tdep.c (struct frame_extra_info): new member:
4794         'stack_bought_valid'.
4795         (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4796         initialize fextra_info->stack_bought.
4797         (s390_frameless_function_invocation): Don't trust the value of
4798         fextra_info_ptr->stack_bought unless
4799         fextra_info->stack_bought_valid is set.
4800
4801         New S390 prologue analyzer.
4802         * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4803         (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4804         pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4805         pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4806         compute_x_addr, s390_on_stack, s390_store,
4807         s390_get_signal_frame_info): New functions.
4808         (S390_NUM_SPILL_SLOTS): New macro.
4809         (s390_get_frame_info): Rewritten.
4810         (is_arg_reg): Deleted.
4811
4812         Break out the decoding of S/390 instructions into separate
4813         functions, to make it more legible, and easier to check
4814         against the spec.
4815         * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4816         is_rx, is_rxe): New functions.
4817         (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4818         op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4819         op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4820         op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4821         enums for opcode values.  (Is this an improvement?)
4822
4823 2003-07-02  Andrew Cagney  <cagney@redhat.com>
4824
4825         * i386-tdep.c: Revert change committed as part of trad-frame code
4826         below.
4827
4828 2003-07-02  Daniel Jacobowitz  <drow@mvista.com>
4829
4830         * breakpoint.c (insert_catchpoint): Make static.
4831
4832 2003-07-02  Andreas Schwab  <schwab@suse.de>
4833
4834         * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4835         former ia64_push_arguments and ia64_push_return_address, and use
4836         regcache functions instead of read/write_register.
4837         (ia64_gdbarch_init): Set push_dummy_call instead of
4838         deprecated_push_arguments and deprecated_push_return_address.
4839
4840 2003-07-01  Andreas Jaeger  <aj@suse.de>
4841
4842         * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4843         before the call.
4844         Set %rax only to number of SSE registers used.
4845
4846 2003-07-01  Andrew Cagney  <cagney@redhat.com>
4847
4848         * trad-frame.h: Update comments, a -1 .addr is reserved.
4849         (trad_frame_value_p, trad_frame_addr_p): Declare.
4850         (trad_frame_reg_p): Declare.
4851         (trad_frame_set_value): Rename trad_frame_register_value.
4852         (trad_frame_set_unknown): Declare.
4853         * trad-frame.c (trad_frame_realreg_p): New function.
4854         (trad_frame_addr_p, trad_frame_value_p): New function.
4855         (trad_frame_set_unknown): New function.
4856         (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4857         (trad_frame_prev_register): Use trad_frame_realreg_p,
4858         trad_frame_addr_p and trad_frame_value_p.
4859         (trad_frame_set_value): Rename trad_frame_register_value.
4860         * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4861         and trad_frame_set_value.
4862
4863 2003-06-30  Jim Blandy  <jimb@redhat.com>
4864
4865         Patch from IBM (authors unspecified, probably Ulrich Weigand and
4866         Gerhard Tonn) for argument passing on the S/390 and S/390x:
4867         * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4868         for 16 registers, and then 32 more bytes.
4869         (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4870         New macros.
4871         (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4872         Move up in the file, since it's now used by is_simple_arg.
4873         (is_simple_arg): Don't assume registers are four bytes long.
4874         Exclude all double arguments.  Extended floats are not simple
4875         args.
4876         (is_power_of_two): New function.
4877         (pass_by_copy_ref): Call is_power_of_two, and check that the
4878         length fits in a register, rather than listing all the acceptable
4879         sizes.  Extended floats are not passed by reference.
4880         (s390_push_arguments): Don't assume registers are four bytes long.
4881         Reserve an argument register to point to the buffer for structures
4882         returned by value.  Use S390_NUM_FP_PARAMETER_REGISTERS and
4883         S390_STACK_FRAME_OVERHEAD.
4884
4885 2003-06-30  Andreas Schwab  <schwab@suse.de>
4886
4887         * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4888         format error message.
4889
4890 2003-06-30  Joel Brobecker  <brobecker@gnat.com>
4891
4892         * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4893
4894 2003-06-30  David Carlton  <carlton@kealia.com>
4895
4896         Band-aid for PR c++/1245.
4897         * Makefile.in (cp-support.o): Depend on complaints_h.
4898         * cp-support.c: Include complaints.h.  Add declaration for
4899         find_last_component.
4900         (cp_find_first_component): Separate code into
4901         cp_find_first_component_aux.
4902         (cp_find_first_component_aux): Call demangled_name_complaint.
4903         (demangled_name_complaint): New.
4904
4905 2003-06-30  Andrew Cagney  <cagney@redhat.com>
4906
4907         * remote.c (remote_write_bytes): Explicitly compute and then use
4908         the payload size.  Update comments to reflect.  Fixes problem of
4909         GDB not sending small packets as found by Fred Fish.
4910
4911 2003-06-30  Andrew Cagney  <cagney@redhat.com>
4912
4913         * remote.c (remote_async_wait): Fix -Wformat problem.
4914
4915 2003-06-29  Andrew Cagney  <cagney@redhat.com>
4916
4917         * remote.c (remote_wait): Call error, and not warning, when the
4918         packet is corrupt.
4919         (remote_async_wait): Ditto.
4920
4921 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
4922
4923         * sparc-tdep.c (sparc_y_regnum): Make external again.
4924
4925 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
4926
4927         * cli/cli-logging.c (pop_output_files): Add void to function
4928         definition.
4929
4930 2003-06-29  Andrew Cagney  <cagney@redhat.com>
4931
4932         * frame.c (frame_register_unwind): Use unsigned char when dumping
4933         the buffer contents.
4934
4935 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
4936
4937         * cli/cli-logging.c: New file.
4938         * cli-out.c (struct ui_out_data): Add original_stream.
4939         (cli_redirect): New function.
4940         (cli_ui_out_impl): Add cli_redirect.
4941         (cli_out_new): Initialize original_stream.
4942         * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4943         (uo_redirect, ui_out_redirect): New.
4944         * ui-out.h (struct ui_out_impl): Add redirect member.
4945         (redirect_ftype): New.
4946         (ui_out_redirect): Add prototype.
4947         * Makefile.in: Add rules for cli-logging.c.
4948         * NEWS: Mention "set logging".
4949
4950 2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
4951
4952         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4953
4954 2003-06-27  Andrew Cagney  <cagney@redhat.com>
4955
4956         * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4957         (m68hc11_gdbarch_init): Do not set call_dummy_address.
4958         * avr-tdep.c (avr_call_dummy_address): Delete function.
4959         (avr_gdbarch_init): Do not set call_dummy_address.
4960
4961 2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
4962
4963         * symfile.c (syms_from_objfile): Move variables to inner block.
4964         Move the checks for the non-mainline case a bit earlier to avoid
4965         doing some useless computations.
4966
4967 2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
4968
4969         * dwarfread.c (decode_modified_type): Gag new compiler warning.
4970
4971 2003-06-26  Elena Zannoni  <ezannoni@redhat.com>
4972
4973         * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4974         sections.
4975
4976 2003-06-26  Michael Chastain  <mec@shout.net>
4977
4978         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4979         gdb/testsuite/gdb.c++/pr-1210.exp.
4980
4981 2003-06-26  Andrew Cagney  <cagney@redhat.com>
4982
4983         * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4984         altivec_expression.h and altivec_registers.h.
4985
4986 2003-06-26  Andrew Cagney  <cagney@redhat.com>
4987
4988         * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4989         info->mach when MIPS16.  Patch suggested by Fred Fish.
4990
4991 2003-06-26  Andrew Cagney  <cagney@redhat.com>
4992
4993         * utils.c (internal_vproblem): Print the problem to a reason
4994         buffer and then pass to query.  Make the msg variable more local.
4995
4996 2003-06-26  Andrew Cagney  <cagney@redhat.com>
4997
4998         * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate.  Deprecate.
4999         (FRAME_LOCALS_ADDRESS): Add predicate.  Deprecate.
5000         * gdbarch.h, gdbarch.c: Re-generate.
5001         * frame-base.c (default_frame_args_address): Update.  Use
5002         default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5003         not available.
5004         (default_frame_locals_address): Ditto for
5005         DEPRECATED_FRAME_LOCALS_ADDRESS.
5006         * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5007         (vax_frame_num_args): Update.
5008         (vax_gdbarch_init): Update.
5009         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5010         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5011         * mcore-tdep.c (mcore_gdbarch_init): Update.
5012         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5013         * ia64-tdep.c (ia64_gdbarch_init): Update.
5014         * symtab.h (address_class): Update comments.
5015         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5016         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5017         (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5018         * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5019         (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5020         (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5021         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5022         * alpha-mdebug-tdep.c: Update.
5023         * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5024
5025 2003-06-26  Andreas Jaeger  <aj@suse.de>
5026
5027         * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5028         of SSE registers so that varargs functions work.  Rework handling
5029         of passing arguments on the stack.
5030         (x86_64_store_return_value): Return double and float values in SSE
5031         register.
5032
5033 2003-06-24  Michael Chastain  <mec@shout.net>
5034
5035         * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5036         the "constructor breakpoints ignored" bug.
5037
5038 2003-06-25  David Carlton  <carlton@kealia.com>
5039
5040         * MAINTAINERS: Update e-mail address.
5041
5042 2003-06-24  Jim Blandy  <jimb@redhat.com>
5043
5044         * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5045
5046         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5047         function.
5048         (ppc_linux_init_abi): Register it as the
5049         CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5050
5051         * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5052         (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5053         method.
5054
5055         * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5056         (ppc64_standard_linkage_target): Use it.
5057
5058 2003-06-23  Andrew Cagney  <cagney@redhat.com>
5059
5060         * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5061         for 0 "int0" and 4 "int32" sized registers.
5062         * gdbtypes.c (builtin_type_int0): Define.
5063         (build_gdbtypes): Initialize builtin_type_int0.
5064         * gdbtypes.h (builtin_type_int0): Declare.
5065
5066 2003-06-23  Stephane Carrez  <stcarrez@nerim.fr>
5067
5068         * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5069         as characters are unsigned.
5070
5071 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
5072
5073         PR gdb/1179
5074         * dwarfread.c (struct_type): Skip static fields without crashing.
5075
5076 2003-06-22  Andrew Cagney  <cagney@redhat.com>
5077
5078         GDB 6.0 branch created.
5079         * README: Update.
5080         * PROBLEMS: Update.  Empty.
5081         * NEWS: Update.
5082
5083 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
5084
5085         * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5086         Suggested by Nick Hibma <n_hibma@webweaving.org>.
5087
5088 2003-06-22  Andrew Cagney  <cagney@redhat.com>
5089
5090         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5091         GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD.  Suggested by Momchil
5092         Velikov.
5093
5094 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
5095
5096         * cli/cli-cmds.c (shell_escape): Silence warnings from old
5097         compilers.
5098
5099 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
5100
5101         * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5102         argument of val_print.
5103         * cp-valprint.c (cp_print_value): Don't add the offset parameter
5104         to the address argument of baseclass_offset or target_read_memory.
5105         Do add it to the argument of cp_print_value_fields.
5106
5107 2003-06-21  Andrew Cagney  <cagney@redhat.com>
5108
5109         * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5110         (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5111         instead of 0..NUM_REGS.
5112         (mips_register_reggroup_p): New function.
5113         (mips_pseudo_register_write): New function.
5114         (mips_pseudo_register_read): New function.
5115         (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5116         based on the register's type.
5117         (read_next_frame_reg): Simplify.  Assert that REGNO is a pseudo /
5118         cooked.
5119         (mips_get_saved_register): Simplify.  Assert that REGNO is a
5120         pseudo / cooked.
5121         (mips_register_byte): New function.  Use MIPS_REGISTER_BYTE.
5122         (mips_register_type): Replace mips_register_virtual_type.  Map
5123         NUM_REGS..2*NUM_REGS onto 0..NUM_REGS.  Use MIPS_REGISTER_TYPE
5124         when available.
5125         (read_next_frame_reg): Simplify, but handle SP_REGNUM.  Assert
5126         that the register is cooked / virtual.
5127         (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5128         Only get the extra info when needed.
5129         (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5130         (mips32_heuristic_proc_desc): Fetch the cooked register.
5131         (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5132         (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5133         (mips_print_register): Use gdbarch_register_type, instead of
5134         REGISTER_VIRTUAL_TYPE.
5135         (print_gp_register_row): Use gdbarch_register_type, instead of
5136         REGISTER_VIRTUAL_TYPE.  Allow for a pseudo / cooked REGNUM.
5137         (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5138         Print the pseudo / cooked registers.
5139         (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5140         Print the pseudo / cooked registers.
5141         (mips_xfer_register): Use regcache_cooked_read_part.  Assert that
5142         REG_NUM is pseudo / cooked.
5143         (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5144         (mips_n32n64_xfer_return_value): Ditto.
5145         (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5146         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5147         (mips_register_sim_regno): New function.
5148         (mips_gdbarch_init): Set deprecated_register_byte,
5149         register_group_p, pseudo_register_write, pseudo_register_read,
5150         register_sim_regno, and num_pseudo_regs.  Set register_type,
5151         instead of register_virtual_type.
5152         * Makefile.in (mips-tdep.o): Update dependencies.
5153         * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5154         REGISTER_VIRTUAL_TYPE.
5155         * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5156         * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5157         * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5158         * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5159         * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5160
5161 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
5162
5163         * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5164         * cli/cli-cmds.c: Include "gdb_vfork.h".
5165         (shell_escape): Use vfork.
5166
5167 2003-06-21  Andrew Cagney  <cagney@redhat.com>
5168
5169         * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5170         32 bit floating-point register saves.
5171
5172         * frame.h (deprecated_unwind_get_saved_register): Delete.
5173         * frame.c (deprecated_unwind_get_saved_register): Delete function.
5174         * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5175         and deprecated_get_next_frame_hack instead of
5176         deprecated_unwind_get_saved_register.
5177
5178         * mips-tdep.c (mips_dump_tdep): Do not print
5179         REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5180
5181         * frame.c (get_frame_register): New function.
5182         (frame_unwind_register_signed): New function.
5183         (get_frame_register_signed): New function.
5184         (frame_unwind_register_unsigned): New function.
5185         (get_frame_register_unsigned): New function.
5186         * frame.h: Add comments on naming schema.
5187         (get_frame_register, frame_unwind_register_signed): Declare.
5188         (get_frame_register_signed, get_frame_register_signed): Declare.
5189         (frame_unwind_register_unsigned): Declare.
5190         (get_frame_register_unsigned): Declare.
5191
5192 2003-06-20  Theodore A. Roth  <troth@openavr.org>
5193
5194         * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5195
5196 2003-06-20  Theodore A. Roth  <troth@openavr.org>
5197
5198         * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5199         (avr_read_sp): Ditto.
5200
5201 2003-06-20  Daniel Jacobowitz  <drow@mvista.com>
5202
5203         * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5204         * config/arm/nm-linux.h: Likewise.
5205         * config/arm/tm-linux.h: Likewise.
5206         * config/ia64/nm-linux.h: Likewise.
5207         * config/ia64/tm-ia64.h: Likewise.
5208         * config/s390/tm-linux.h: Likewise.
5209         * config/s390/tm-s390.h: Likewise.
5210         * s390-nat.c: Likewise.
5211         * s390-tdep.c: Likewise.
5212
5213         * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5214         * config/ia64/linux.mt: Likewise.
5215         * config/m68k/linux.mh: Likewise.
5216         * config/mips/linux.mt: Likewise.
5217         * config/powerpc/linux.mh: Likewise.
5218         * config/sh/linux.mt: Likewise.
5219
5220 2003-06-19  Kris Warkentin  <kewarken@qnx.com>
5221
5222         * solib.c (solib_open): Change tests for whether to search
5223         LD_LIBRARY_PATH and PATH to better deal with remotes.  Update
5224         comments.
5225
5226 2003-06-19  Theodore A. Roth  <troth@openavr.org>
5227
5228         * avr-tdep.c (avr_frame_address): Delete function.
5229         (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5230         set_gdbarch_frame_args_address.
5231
5232 2003-06-19  Andrew Cagney  <cagney@redhat.com>
5233
5234         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5235         (REGISTER_CONVERT_FROM_TYPE): Delete.
5236         (mips_register_convert_to_type): Delete declaration.
5237         (mips_register_convert_from_type): Delete declaration.
5238         * linux-nat.h (struct target_ops): Declare opaque.  s/Linux/Linux
5239         kernel/.
5240
5241 2003-06-19  Michael Snyder  <msnyder@redhat.com>
5242
5243         * linux-nat.h: New file.
5244         * linux-nat.c: Include linux-nat.h.
5245         * lin-lwp.c: Include linux-nat.h.
5246         Move struct lwp_info def to linux-nat.h.
5247         * linux-proc.c: Include linux-nat.h.
5248         (linux_make_note_section): Iterate over lwps instead of threads.
5249         (linux_do_thread_registers): Use lwp instead of merged pid.
5250         * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5251         * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5252         Add dependency on linux_nat_h.
5253
5254 2003-06-19  Theodore A. Roth  <troth@openavr.org>
5255
5256         * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5257
5258 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
5259
5260         * varobj.c (get_type, get_target_type): Use check_typedef.
5261
5262 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
5263
5264         * breakpoint.c (insert_catchpoint): Call internal_error.
5265
5266 2003-06-19  Theodore A. Roth  <troth@openavr.org>
5267
5268         * avr-tdep.c (avr_push_dummy_code): Delete function.
5269         (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5270
5271 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
5272
5273         * arch-utils.c (default_prepare_to_proceed): Remove.
5274         (generic_prepare_to_proceed): Remove.
5275         * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5276         (generic_prepare_to_proceed): Remove prototype.
5277         * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5278         * gdbarch.c: Regenerate.
5279         * gdbarch.h: Regenerate.
5280         * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5281         * hppah-nat.c (hppa_switched_threads): Remove.
5282         * infrun.c (prepare_to_proceed): New static function, copied from
5283         generic_prepare_to_proceed.  Remove select_it argument.
5284         (proceed): Call prepare_to_proceed.
5285         * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5286         variables.
5287         (ptrace_wait): Don't set the removed variables.
5288         (hppa_switched_threads): Remove.
5289         * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5290         * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5291         (lin_lwp_prepare_to_proceed): Remove prototype.
5292         * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5293         * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5294
5295 2003-06-18  Theodore A. Roth  <troth@openavr.org>
5296
5297         * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5298         trad-frame.h.
5299         (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5300         (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5301         (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5302         (AVR_PROLOGUE_*): Enumerate prologue types.
5303         (struct frame_extra_info): Remove.
5304         (struct avr_unwind_cache): Define.
5305         (avr_write_sp): Delete function.
5306         (avr_read_fp): Ditto.
5307         (avr_init_extra_frame_info): Ditto.
5308         (avr_pop_frame): Ditto.
5309         (avr_frame_saved_pc): Ditto.
5310         (avr_saved_pc_after_call): Ditto.
5311         (avr_push_return_address): Ditto.
5312         (avr_frame_chain): Ditto.
5313         (avr_store_struct_return): Ditto.
5314         (avr_push_arguments): Ditto.
5315         (avr_scan_prologue): Update comments. Changed to set up the info for
5316         cache unwinding. Now returns end of prologue PC.
5317         (avr_skip_prologue): Better handling of functions lacking a prologue
5318         by using avr_scan_prologue.
5319         (avr_scan_arg_moves): New function.
5320         (avr_saved_regs_unwinder): Ditto.
5321         (avr_frame_unwind_cache): Ditto.
5322         (avr_unwind_pc): Ditto.
5323         (avr_frame_this_id): Ditto.
5324         (avr_frame_prev_register): Ditto.
5325         (avr_frame_p): Ditto.
5326         (avr_frame_base_address ): Ditto.
5327         (avr_unwind_dummy_id): Ditto.
5328         (avr_push_dummy_code): Ditto.
5329         (push_stack_item): Ditto.
5330         (pop_stack_item): Ditto.
5331         (avr_push_dummy_call): Ditto.
5332         (struct stack_item): Define.
5333         (avr_frame_unwind): Declare structure.
5334         (avr_frame_base): Ditto.
5335         (avr_gdbarch_init): Remove calls to
5336         set_gdbarch_deprecated_init_frame_pc,
5337         set_gdbarch_deprecated_target_read_fp,
5338         set_gdbarch_deprecated_dummy_write_sp,
5339         set_gdbarch_deprecated_fp_regnum,
5340         set_gdbarch_deprecated_push_arguments,
5341         set_gdbarch_deprecated_push_return_address,
5342         set_gdbarch_deprecated_pop_frame,
5343         set_gdbarch_deprecated_store_struct_return,
5344         set_gdbarch_deprecated_frame_init_saved_regs,
5345         set_gdbarch_deprecated_init_extra_frame_info,
5346         set_gdbarch_deprecated_frame_chain,
5347         set_gdbarch_deprecated_frame_saved_pc,
5348         set_gdbarch_deprecated_saved_pc_after_call.
5349         Add calls to set_gdbarch_push_dummy_call,
5350         set_gdbarch_push_dummy_code,
5351         frame_unwind_append_predicate,
5352         frame_base_set_default,
5353         set_gdbarch_unwind_dummy_id,
5354         set_gdbarch_unwind_pc.
5355         Wrap a long line.
5356
5357 2003-06-18  Corinna Vinschen  <vinschen@redhat.com>
5358
5359         * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5360         registers for H8/300S.
5361         (h8300_print_registers_info): Ditto.
5362         (h8300_gdbarch_init): Accommodate register count for H8/300S.
5363
5364 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
5365
5366         * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5367         * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5368         (lin_lwp_wait): Likewise.  Update comments.
5369         * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5370         (pull_pid_from_list, linux_record_stopped_pid): New.
5371
5372 2003-06-17  Stephane Carrez  <stcarrez@nerim.fr>
5373
5374         * ada-lang.c (scan_discrim_bound): Name first argument.
5375         (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5376         declared by ALL_BLOCK_SYMBOLS.
5377
5378 2003-06-17  Stephane Carrez  <stcarrez@nerim.fr>
5379
5380         * ada-tasks.c (find_function_in_inferior): Don't declare it.
5381         ("regcache.h"): Include it.
5382         * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5383
5384 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
5385
5386         * NEWS: Mention gdbserver detach change and "disconnect" command.
5387         * infcmd.c (disconnect_command): New function.
5388         (_initialize_infcmd): Add ``disconnect'' command.
5389         * remote.c (remote_async_detach): Delete.
5390         (remote_detach): Merge remote_async_detach.
5391         (remote_disconnect): New.
5392         (init_remote_ops): Set to_disconnect.
5393         (init_remote_cisco_ops): Likewise.
5394         (init_remote_async_ops): Likewise.  Use remote_detach.
5395         * target.c (cleanup_target): Default to_disconnect.
5396         (update_current_target): Inherit to_disconnect.
5397         (target_disconnect, debug_to_disconnect): New functions.
5398         (setup_target_debug): Set to_disconnect.
5399         * target.h (struct target_ops): Add to_disconnect.
5400         (target_disconnect): Add prototype.
5401
5402 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
5403
5404         * breakpoint.c (insert_catchpoint): New function.
5405         (insert_breakpoints): Use catch_exceptions to call
5406         insert_catchpoint.  Disable catchpoints if they fail to insert.
5407
5408 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
5409
5410         * symfile.c (reread_symbols): Clear sym_private.
5411
5412 2003-06-17  Andrew Cagney  <cagney@redhat.com>
5413
5414         * trad-frame.h (struct frame_info): Add opaque declaration.
5415         * remote-fileio.h (struct cmd_list_element): Add opaque
5416         declaration.
5417         * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5418         comments.
5419
5420 2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
5421
5422         * remote.c (remote_prepare_to_store): Replace call to
5423         deprecated_read_register_bytes with multiple regcache_raw_read
5424         calls.
5425
5426 2003-06-17  Kris Warkentin  <kewarken@qnx.com>
5427
5428         * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5429         (nto_find_and_open_solib): Likewise.
5430         (nto_init_solib_absolute_prefix): Likewise.
5431         (_initialize_nto_tdep): Fix indentation.
5432
5433 2003-06-17  Kris Warkentin  <kewarken@qnx.com>
5434
5435         * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5436
5437 2003-06-17  Kris Warkentin  <kewarken@qnx.com>
5438
5439         * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5440
5441 2003-06-17  Jim Blandy  <jimb@redhat.com>
5442
5443         * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5444
5445 2003-06-16  Theodore A. Roth  <troth@openavr.org>
5446
5447         * avr-tdep.c (avr_extract_return_value): New function.
5448         (avr_gdbarch_init): Set extract_return_value method.
5449
5450 2003-06-16  Andrew Cagney  <cagney@redhat.com>
5451
5452         * frame.h (deprecated_get_next_frame_hack): Declare.
5453         * frame.c (legacy_saved_regs_prev_register): Only require
5454         DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed.  Assert that
5455         there are always saved regs.
5456         (deprecated_generic_get_saved_register): Do not require
5457         DEPRECATED_FRAME_INIT_SAVED_REGS.
5458         (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5459         use frame ID unwind instead.
5460         (deprecated_get_next_frame_hack): New function.
5461
5462 2003-06-16  Corinna Vinschen  <vinschen@redhat.com>
5463
5464         * h8300-tdep.c (h8300_push_arguments): Remove.  Substitute by...
5465         (h8300_push_dummy_call): ...this function.  Some minor optimization.
5466         (h8300_push_return_address): Remove.
5467         (h8300_gdbarch_init): Remove calls to
5468         set_gdbarch_deprecated_dummy_write_sp,
5469         set_gdbarch_deprecated_push_arguments and
5470         set_gdbarch_deprecated_push_return_address.
5471         Add call to set_gdbarch_push_dummy_call.
5472
5473 2003-06-16  Corinna Vinschen  <vinschen@redhat.com>
5474
5475         * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5476         (E_PSEUDO_EXR_REGNUM): Ditto.
5477         (h8300_is_argument_spill): Check for instructions moving argument
5478         registers into safe registers.
5479         (h8300_skip_prologue): Check for stm instruction to push registers
5480         used for register variables onto stack.
5481         (gdb_print_insn_h8300): Remove.
5482         (h8300_examine_prologue): Add a comment.
5483         (h8300_register_name): Take pseudo registers into account.
5484         (h8300s_register_name): Ditto.
5485         (h8300sx_register_name): Ditto.
5486         (h8300_print_register): Ditto.
5487         (h8300_print_registers_info): Define "nice" printing order.
5488         (h8300_saved_pc_after_call): Take pseudo registers into account.
5489         (h8300_register_type): Ditto.  Return type used for remote connection
5490         when requesting real CCR or EXR register, return actual type when
5491         requesting pseudo CCR or EXR.
5492         (h8300_pseudo_register_read): New function.
5493         (h8300_pseudo_register_write): Ditto.
5494         (h8300_dbg_reg_to_regnum): Ditto.
5495         (h8300s_dbg_reg_to_regnum): Ditto.
5496         (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5497         set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5498         set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5499         set_gdbarch_print_insn architecture dependent.
5500         Call set_gdbarch_pseudo_register_read and
5501         set_gdbarch_pseudo_register_write.
5502         (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5503
5504 2003-06-16  Andrew Cagney  <cagney@redhat.com>
5505
5506         * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5507         * gdbarch.h, gdbarch.c: Re-generate.
5508         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5509         * s390-tdep.c (s390_gdbarch_init): Update.
5510         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5511         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5512         * mips-tdep.c (mips_gdbarch_init): Update.
5513         * mcore-tdep.c (mcore_gdbarch_init): Update.
5514         * cris-tdep.c (cris_gdbarch_init): Update.
5515         * infcall.c (call_function_by_hand): Update.
5516         * ia64-tdep.c (ia64_push_arguments): Update comment.
5517         * frame.c (legacy_get_prev_frame): Do not assume
5518         SAVE_DUMMY_FRAME_TOS_P.
5519         * dummy-frame.c (find_dummy_frame): Update comment.
5520
5521 2003-06-16  Andrew Cagney  <cagney@redhat.com>
5522
5523         * regcache.c (do_cooked_read): Do not use register_valid_p.
5524
5525 2003-06-15  Theodore A. Roth  <troth@openavr.org>
5526
5527         * avr-tdep.c (avr_register_type): Remove a blank line.
5528         (avr_scan_prologue): Correct some comments.
5529
5530 2003-06-15  Theodore A. Roth  <troth@openavr.org>
5531
5532         * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5533         prologue types.
5534         Properly scan prologues generated by gcc with the -mcall-prologues
5535         option.
5536         Add code to scan -mcall-prologues for mega devices.
5537
5538 2003-06-15  Theodore A. Roth  <troth@openavr.org>
5539
5540         * avr-tdep.c (avr_register_byte): Delete function.
5541         (avr_register_raw_size): Delete function.
5542         (avr_register_virtual_size): Delete function.
5543         (avr_register_virtual_type): Delete function.
5544         (avr_register_type): New function.
5545         (avr_address_to_pointer): Remove unused code.
5546         (avr_read_fp): Need to read FP as two separate bytes due to change to
5547         avr_register_type() usage.
5548         (avr_gdbarch_init): Don't set deprecated_register_size.
5549         Don't set deprecated_register_bytes.
5550         Don't set deprecated_register_byte.
5551         Don't set deprecated_register_raw_size.
5552         Don't set deprecated_max_register_raw_size.
5553         Don't set deprecated_register_virtual_size.
5554         Don't set deprecated_max_register_virtual_size.
5555         Don't set deprecated_register_virtual_type.
5556         Set register_type method.
5557
5558 2003-06-15  Daniel Jacobowitz  <drow@mvista.com>
5559
5560         * Makefile.in (linux-nat.o): Add rule.
5561         * linux-nat.c: New file.
5562         * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5563         (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5564         (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5565         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5566         * config/arm/linux.mh (NATDEPFILES): Likewise.
5567         * config/i386/linux.mh (NATDEPFILES): Likewise.
5568         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5569         * config/ia64/linux.mh (NATDEPFILES): Likewise.
5570         * config/m68k/linux.mh (NATDEPFILES): Likewise.
5571         * config/mips/linux.mh (NATDEPFILES): Likewise.
5572         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5573         * config/s390/s390.mh (NATDEPFILES): Likewise.
5574         * config/sparc/linux.mh (NATDEPFILES): Likewise.
5575
5576 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
5577
5578         * i387-tdep.c: Reorder includes, fix some whitespace issues and
5579         replace out-of-date comment.
5580
5581 2003-06-15  Andrew Cagney  <cagney@redhat.com>
5582
5583         * rdi-share/host.h (Fail): Change to a varargs function.
5584         * remote-rdi.c (Fail): Update.
5585
5586 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
5587
5588         * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5589         (i386_convert_register_p, i386_register_to_value,
5590         i386_register_from_value): Handle types longer than 8 bytes.
5591
5592 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
5593
5594         * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5595         Move floating-point code to new function in i387-tdep.c.
5596         * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5597         New functions containing code moved here from i386-tdep.c.
5598         * i387-tdep.h: Add opaque declaration for `struct type'.
5599         (i387_register_to_value, i387_value_to_register): New prototypes.
5600         * x86-64-tdep.c (x86_64_convert_register_p): New function.
5601         (x86_64_init_abi): Set convert_register_p, register_to_value and
5602         value_to_register here.
5603
5604 2003-06-14  Andrew Cagney  <cagney@redhat.com>
5605
5606         * mips-tdep.c (mips_register_to_value): Make static.
5607         (mips_value_to_register): Make static.
5608         * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5609         * ia64-tdep.c (ia64_register_raw_size): Make static.
5610         (ia64_register_virtual_size): Make static.
5611         (ia64_register_byte): Make static.
5612         * i387-tdep.c: Include "i387-tdep.h".
5613         (print_387_control_word): Delete function.
5614         (print_387_status_word): Delete function.
5615         (print_387_status_bits): Delete function.
5616         (print_387_control_bits): Delete function.
5617         * Makefile.in (i387-tdep.o): Update dependencies.
5618         * rdi-share/host.h (Fail): Declare.
5619         * remote-rdi.c (Fail): Update to match declaration.
5620
5621 2003-06-14  Andrew Cagney  <cagney@redhat.com>
5622
5623         * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5624         * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5625         * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5626         * config/djgpp/fnchange.lst: Delete "remote-array.c".
5627         * README: Delete reference to remote-array.
5628         * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5629         (remote-array.o): Delete target.
5630         * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5631         * remote-array.c: Delete file.
5632
5633 2003-06-14  Andrew Cagney  <cagney@redhat.com>
5634             Mark Kettenis  <kettenis@gnu.org>
5635
5636         * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5637         (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5638         parameter with "frame".
5639         * gdbarch.h, gdbarch.c: Re-generate.
5640         * frame.h (put_frame_register): Declare.
5641         * frame.c (put_frame_register): New function.
5642         * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5643         (legacy_register_to_value): Rewrite, use "frame" to get the
5644         register value.
5645         (legacy_value_to_register): Rewrite, use "frame" to find the
5646         register's location before storing.
5647         * arch-utils.h (legacy_convert_register_p): Update.
5648         (legacy_register_to_value, legacy_value_to_register): Update.
5649         * findvar.c (value_from_register): Rewrite, eliminate use of
5650         REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5651         "frame" to REGISTER_TO_VALUE.
5652         * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5653         lval_reg_frame_relative + lval_register branch of the switch.  Do
5654         not use REGISTER_CONVERT_FROM_TYPE.  Use put_frame_register.
5655         * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5656         I386_EDI_REGNUM): New defines.
5657         (i386_next_regnum, i386_convert_register_p,
5658         i386_register_to_value, i386_value_to_register): New functions.
5659         (i386_register_convertible, i386_register_convert_to_virtual,
5660         i386_convert_to_raw): Remove functions.
5661         (i386_gdbarch_init): Set convert_register_p, register_to_value and
5662         value_to_register instead of register_convertible,
5663         register_convert_to_virtual and register_convert_to_raw.
5664         * mips-tdep.c (mips_convert_register_p): New function.
5665         (mips_value_to_register): Replace mips_register_convert_from_type.
5666         (mips_register_to_value): Replace mips_register_convert_to_type.
5667         (mips_gdbarch_init): Set conver_register_p, value_to_register and
5668         register_to_value.
5669         * alpha-tdep.c (alpha_convert_register_p): Update.
5670         (alpha_value_to_register): Update, store the register.
5671         (alpha_register_to_value): Update, fetch the register.
5672
5673 2003-06-14  Theodore A. Roth  <troth@openavr.org>
5674
5675         * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5676         (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5677         Don't set deprecated_call_dummy_words.
5678         Remove commented out set_gdbarch_believe_pcc_promotion() call.
5679         Don't set remote_translate_xfer_address.
5680         (avr_io_reg_read_command): Remove commented out debug printf.
5681         Wrap a long line.
5682
5683 2003-06-14  Theodore A. Roth  <troth@openavr.org>
5684
5685         * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5686         causes gdb to seg fault.
5687
5688 2003-06-14  Daniel Jacobowitz  <drow@mvista.com>
5689
5690         * sparc-nat.c (fetch_inferior_registers): Correct
5691         a reference to "registers".
5692
5693 2003-06-14  Jeroen Dekkers  <jeroen@dekkers.cx>
5694
5695         * Makefile.in (exc_request_U_h): Define
5696         (exc_request_S_h): Likewise.
5697         (msg_reply_S_h): Likewise.
5698         (msg_U_h): Likewise.
5699         (notify_S_h): Likewise.
5700         (process_reply_S_h): Likewise.
5701         (gnu-nat.o): Depend on gdb_obstack_h
5702         * gnu-nat.c: Include "gdb_obstack.h".
5703
5704 2003-06-13  Andrew Cagney  <cagney@redhat.com>
5705
5706         * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5707         * gdbarch.h, gdbarch.c: Re-generate.
5708
5709 2003-06-13  Andrew Cagney  <cagney@redhat.com>
5710
5711         * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces.  Clarify
5712         when deprecated REGISTER macros can be deleted.
5713         * gdbarch.h, gdbarch.c: Re-generate.
5714
5715 2003-06-13  Jim Blandy  <jimb@redhat.com>
5716
5717         * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5718         Linux entry point symbols for _dl_debug_state, too.
5719
5720 2003-06-13  Andrew Cagney  <cagney@redhat.com>
5721
5722         * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5723         available, do not use the FP register, and always save the TOS.
5724         * dummy-frame.c (dummy_frame_this_id): Do not assert
5725         SAVE_DUMMY_FRAME_TOS.
5726         * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5727         (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5728         (i386_push_dummy_call): Add 8 to the returned SP.
5729         * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5730         * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5731         (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5732         * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5733         (x86_64_push_dummy_call): Return "sp + 16".
5734         (x86_64_init_abi): Do not set save_dummy_frame_tos.
5735         * alpha-tdep.c (alpha_gdbarch_init): Do not set
5736         save_dummy_frame_tos.
5737
5738 2003-06-13  Jim Blandy  <jimb@redhat.com>
5739
5740         * frv-tdep.c (frv_use_struct_convention): Delete static
5741         declaration for function deleted in my change of 2003-06-12.
5742
5743 2003-06-13  Theodore A. Roth  <troth@openavr.org>
5744
5745         * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5746         (avr_pointer_to_address): Shift code addrs left 1 bit.
5747         (avr_convert_from_func_ptr_addr): Delete function since operation is
5748         better handled by avr_address_to_pointer and avr_pointer_to_address.
5749         (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5750
5751 2003-06-13  Mark Kettenis  <kettenis@gnu.org>
5752
5753         From Kelley Cook  <kelleycook@wideopenwest.com>:
5754         * configure.host: Accept i[34567]86 variants.
5755         * configure.tgt: Likewise.
5756         * nlm/configure.in: Likewise.
5757         * nlm/configure: Regenerated.
5758
5759 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
5760
5761         * arm-tdep.c (solib-svr4.h): Dont' include it.
5762         (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5763         * arm-linux-tdep.c: ... here.  Make static.
5764         (arm_linux_init_abi): Register it.
5765         (solib-svr4.h): Include it.
5766         * Makefile.in: Update dependencies.
5767         * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5768         (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5769
5770 2003-06-13  Corinna Vinschen  <vinschen@redhat.com>
5771
5772         * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5773         indicate registers used for return values.
5774         (struct frame_extra_info): Drop args_pointer and locals_pointer.
5775         (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5776         members.
5777         (h8300_init_extra_frame_info): Ditto.
5778         (h8300_frame_locals_address): Removed.
5779         (h8300_frame_args_address): Removed.
5780         (h8300_extract_return_value): Use new regcache structure. Only care
5781         for 16 bit CPUs.
5782         (h8300h_extract_return_value): Same function for 32 bit CPUs.
5783         (h8300_store_return_value): Use new regcache structure. Only care
5784         for 16 bit CPUs.
5785         (h8300h_store_return_value): Same function for 32 bit CPUs.
5786         (h8300_store_struct_return): Removed.
5787         (h8300_extract_struct_value_address): Use new regcache structure.
5788         (h8300h_extract_struct_value_address): Removed.
5789         (h8300_push_dummy_code): New function.
5790         (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5791         Remove call_dummy_words.  Call set_gdbarch_extract_return_value and
5792         set_gdbarch_store_return_value architecture dependent.
5793         Call set_gdbarch_push_dummy_code and
5794         set_gdbarch_extract_struct_value_address.
5795         Remove calls to set_gdbarch_frame_args_address,
5796         set_gdbarch_frame_locals_address,
5797         set_gdbarch_deprecated_store_struct_return,
5798         set_gdbarch_deprecated_extract_return_value,
5799         set_gdbarch_deprecated_extract_struct_value_address,
5800         set_gdbarch_deprecated_call_dummy_words and
5801         set_gdbarch_deprecated_sizeof_call_dummy_words.
5802
5803 2003-06-13  Corinna Vinschen  <vinschen@redhat.com>
5804
5805         * h8300-tdep.c (h8300_register_byte): Remove.
5806         (h8300h_register_byte): Remove.
5807         (h8300_register_virtual_type): Remove.  Substitute by...
5808         (h8300_register_type): New function.
5809         (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5810         (h8300h_extract_struct_value_address): Ditto.
5811         (h8300_gdbarch_init): Drop calls to
5812         set_gdbarch_deprecated_register_byte and
5813         set_gdbarch_deprecated_register_virtual_type.
5814         Add call to set_gdbarch_register_type.
5815
5816 2003-06-13  Andrew Cagney  <cagney@redhat.com>
5817
5818         * gdbarch.sh: Update comments on registers.
5819         (deprecated_register_byte): Rename register_byte.
5820         (deprecated_register_raw_size): Rename register_raw_size.
5821         (deprecated_register_virtual_size): Rename register_virtual_size.
5822         (deprecated_register_virtual_type): Rename register_virtual_type.
5823         * gdbarch.h, gdbarch.c: Re-generate.
5824         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5825         * vax-tdep.c (vax_gdbarch_init): Update.
5826         * v850-tdep.c (v850_gdbarch_init): Update.
5827         * sparc-tdep.c (sparc_gdbarch_init): Update.
5828         * sh-tdep.c (sh_gdbarch_init): Update.
5829         * s390-tdep.c (s390_gdbarch_init): Update.
5830         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5831         * ns32k-tdep.c: Update.
5832         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5833         * mips-tdep.c (mips_gdbarch_init): Update.
5834         * mcore-tdep.c (mcore_gdbarch_init): Update.
5835         * m68k-tdep.c (m68k_gdbarch_init): Update.
5836         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5837         * ia64-tdep.c (ia64_gdbarch_init): Update.
5838         * hppa-tdep.c (hppa_gdbarch_init): Update.
5839         * h8300-tdep.c (h8300_gdbarch_init): Update.
5840         * frv-tdep.c (frv_gdbarch_init): Update.
5841         * cris-tdep.c (cris_gdbarch_init): Update.
5842         * avr-tdep.c (avr_gdbarch_init): Update.
5843         * alpha-tdep.c (alpha_gdbarch_init): Update.
5844         * arm-tdep.c (arm_gdbarch_init): Update.
5845
5846 2003-06-13  Andrew Cagney  <cagney@redhat.com>
5847
5848         * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5849         mips_o32_use_struct_convention with always_use_struct_convention.
5850
5851 2003-06-12  David Carlton  <carlton@kealia.com>
5852
5853         * cp-namespace.c (cp_set_block_scope): Comment out
5854         processing_has_namespace_info branch.
5855
5856 2003-06-12  Jim Blandy  <jimb@redhat.com>
5857
5858         Recognize and skip 64-bit PowerPC Linux linkage functions.
5859         * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5860         insn_pattern, insns_match_pattern, d_field, ds_field): New
5861         functions, macros, and types for working with PPC instructions.
5862         (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5863         ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5864         ppc64_skip_trampoline_code): New functions, variables, and macros
5865         for recognizing and skipping linkage functions.
5866         (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5867         ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5868
5869         * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5870         register offsets for both the 32- and 64-bit interfaces.
5871
5872         Actually finish the job started by my change of 2003-05-29.
5873         * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5874         other #definition of this.
5875         (ppc_linux_skip_trampoline_code): Remove declaration.
5876         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5877         static.
5878         (ppc_linux_init_abi): Register it as the skip_trampoline_code
5879         method for GDBARCH.
5880
5881         * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5882         'long' on ppc64-*-linux*.
5883
5884         * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5885         isn't #defined, assume the register doesn't exist: act as if
5886         tdep->ppc_mq_regnum were -1.
5887
5888         * configure.host, configure.tgt: Add entries for
5889         powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5890         powerpc/linux.mt.
5891         * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5892         New files.
5893
5894         * arch-utils.c (always_use_struct_convention): New function.
5895         * arch-utils.h (always_use_struct_convention): New prototype.
5896         * alpha-tdep.c (alpha_use_struct_convention): Delete.
5897         (alpha_gdbarch_init): Register always_use_struct_convention,
5898         instead of alpha_use_struct_convention.
5899         * cris-tdep.c (cris_use_struct_convention): Delete.
5900         (cris_gdbarch_init): Register always_use_struct_convention,
5901         instead of cris_use_struct_convention.
5902         * frv-tdep.c (frv_use_struct_convention): Delete.
5903         (frv_gdbarch_init): Register always_use_struct_convention,
5904         instead of frv_use_struct_convention.
5905         * h8300-tdep.c (h8300_use_struct_convention): Delete.
5906         (h8300_gdbarch_init): Register always_use_struct_convention,
5907         instead of h8300_use_struct_convention.
5908         * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5909         (mips_o32_gdbarch_init): Register always_use_struct_convention,
5910         instead of mips_o32_use_struct_convention.
5911
5912 2003-06-12  Andrew Cagney  <cagney@redhat.com>
5913
5914         * wince.c: Include "mips-tdep.h".
5915         * mips-tdep.h (mips_next_pc): Declare.
5916         * mcore-tdep.c: Make more local functions static.
5917         * Makefile.in (wince.o): Update dependencies.
5918
5919 2003-06-12  David Carlton  <carlton@kealia.com>
5920
5921         * symtab.c (lookup_symbol_aux_minsyms): Replace
5922         DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5923         (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5924         (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5925         SYMBOL_NATURAL_NAME.
5926
5927 2003-06-12  Andreas Schwab  <schwab@suse.de>
5928
5929         * Makefile.in (tuiDisassem.o): Update dependencies.
5930
5931 2003-06-12  David Carlton  <carlton@bactrian.org>
5932
5933         * symtab.h: Delete declaration of make_symbol_overload_list.
5934         Add declaration of lookup_partial_symbol.
5935         * symtab.c (remove_params): Move to cp-support.c.
5936         (overload_list_add_symbol, make_symbol_overload_list)
5937         (sym_return_val_size, sym_return_val_index): Ditto.
5938         (lookup_partial_symbol): Make extern.
5939         * cp-support.h: Add declaration of make_symbol_overload_list.
5940         * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5941         symtab.h, and block.h.
5942         (remove_params): Move here from symtab.c.
5943         (overload_list_add_symbol, make_symbol_overload_list)
5944         (sym_return_val_size, sym_return_val_index): Ditto.
5945         * valops.c: Include cp-support.h.
5946         * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5947         frame_h, and block_h.
5948         (valops.o): Depend on cp_support_h.
5949
5950 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
5951
5952         * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5953         substitute by NUM_REGS throughout.
5954         (h8300_register_name): Only care for H8/300 and H8/300H registers.
5955         (h8300s_register_name): New function for H8S registers.
5956         (h8300sx_register_name): Ditto for H8SX registers.
5957         (h8300_print_register): Revise register printing, avoid depending
5958         on 32 bit long.
5959         (h8300_register_byte): Only care for H8/300 registers.
5960         (h8300h_register_byte): New function for any other architecture.
5961         (h8300_register_raw_size): Remove.
5962         (h8300_register_virtual_type): Revise to return actually useful
5963         type.
5964         (h8300_extract_struct_value_address): Only care for H8/300 registers.
5965         (h8300h_extract_struct_value_address): New function for any other
5966         architecture.
5967         (h8300_gdbarch_init): Add h8300sxn.  Call set_gdbarch_num_regs,
5968         set_gdbarch_register_name, set_gdbarch_register_byte,
5969         set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5970         Remove calls to set_gdbarch_deprecated_register_size,
5971         set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5972         set_gdbarch_deprecated_max_register_raw_size,
5973         set_gdbarch_register_virtual_size and
5974         set_gdbarch_deprecated_max_register_virtual_size entirely.
5975         Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5976         set_gdbarch_long_double_bit.
5977
5978 2003-06-11  Jeff Johnston  <jjohnstn@redhat.com>
5979
5980         * doublest.c (convert_doublest_to_floatformat): When dealing
5981         with the implied integer bit, only alter mant_bits if we are
5982         processing a full 32 bits of mantissa.
5983
5984 2003-06-11  David Carlton  <carlton@bactrian.org>
5985
5986         * dictionary.h: New.
5987         * dictionary.c: New.
5988         * block.h: Add opaque declaration for struct dictionary.
5989         (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5990         'sym' members.
5991         (BLOCK_DICT): New macro.
5992         Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5993         BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5994         BLOCK_SHOULD_SORT.
5995         (ALL_BLOCK_SYMBOLS): Update definition.
5996         * Makefile.in (SFILES): Add dictionary.c.
5997         (dictionary_h): New.
5998         (COMMON_OBS): Add dictionary.o.
5999         (dictionary.o): New.
6000         (ada-lang.o): Depend on dictionary_h.
6001         (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6002         (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6003         (mi-cmd-stack.o): Ditto.
6004         (gdbtk-cmds.o): Update dependencies.
6005         (gdbtk-stack.o): Ditto.
6006         * ada-lang.c: Include dictionary.h.
6007         (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6008         (fill_in_ada_prototype, debug_print_block): Ditto.
6009         (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6010         explicit iteration by use of ALL_BLOCK_SYMBOLS.  Delete variable
6011         'is_sorted'.
6012         * mdebugread.c: Include dictionary.h.
6013         (struct parse_stack): Delete 'maxsyms' member.
6014         (parse_symbol): Update calls to new_block.  Delete calls to
6015         shrink_block.  Use dictionary methods.
6016         (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6017         Update calls to new_symtab.  Don't maintain maxsyms data.
6018         (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6019         (add_symbol): Just call dict_add_symbol.
6020         (new_symtab): Delete 'maxsyms' argument.
6021         (new_symtab): Update calls to new_block.
6022         (new_block): Delete 'maxsyms' argument; add 'function' argument.
6023         (shrink_block): Delete function.
6024         (fixup_sigtramp): Update call to new_block.  Add symbol via
6025         dict_add_symbol.
6026         * jv-lang.c: Include dictionary.h.
6027         (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6028         appropriately.  Set class_symtab->free_func.  Make sure the
6029         blockvector is big enough to hold two blocks.
6030         (add_class_symtab_symbol): Use dictionary methods.
6031         (free_class_block): New function.
6032         (type_from_class): Replace explicit iteration by
6033         ALL_BLOCK_SYMBOLS.
6034         * symtab.h (struct symtab): Replace 'free_ptr' method by
6035         'free_func'.
6036         * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6037         sort_symtab_syms.
6038         * dwarfread.c (psymtab_to_symtab_1): Delete call to
6039         sort_symtab_syms.
6040         * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6041         Include dictionary.h.
6042         (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6043         * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6044         sort_symtab_syms.
6045         * objfiles.c: Include dictionary.h.
6046         (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6047         * buildsym.c: Include dictionary.h.
6048         (finish_block): Use dictionary methods.
6049         (end_symtab): Set free_func to NULL, not free_ptr.
6050         * tracepoint.c: Include dictionary.h.
6051         (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6052         (scope_info): Ditto.
6053         * stack.c: Include dictionary.h.
6054         (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6055         (print_block_frame_labels, print_frame_arg_vars)
6056         (print_frame_args): Ditto.
6057         * symmisc.c (free_symtab_block): Use dictionary methods.
6058         (dump_symtab): Ditto.
6059         (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6060         Include dictionary.h.
6061         * symfile.h: Delete declarations of sort_block_syms,
6062         sort_symtab_syms.
6063         * symfile.c (sort_block_syms): Delete.
6064         (sort_symtab_syms): Delete.
6065         * symtab.c: Include dictionary.h.
6066         (lookup_block_symbol): Use dictionary iterators.
6067         (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6068         (search_symbols, make_symbol_completion_list): Ditto.
6069         (make_symbol_overload_list): Ditto.
6070         * valops.c (value_of_local): Use dict_empty.
6071         Include dictionary.h.
6072
6073 2003-06-11  J. Brobecker  <brobecker@gnat.com>
6074
6075         * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6076
6077 2003-06-11  David Carlton  <carlton@bactrian.org>
6078
6079         * block.h (BLOCK_SHOULD_SORT): Delete.
6080         * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6081         blocks.
6082         * ada-lang.c (ada_add_block_symbols): Ditto.
6083         * symfile.c (sort_block_syms): Delete.
6084         (sort_symtab_syms): Ditto.
6085         * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6086         declarations.
6087         * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6088         * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6089         * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6090         * dwarfread.c (psymtab_to_symtab_1): Ditto.
6091         * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6092         * mdebugread.c (psymtab_to_symtab_1): Ditto.
6093         * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6094
6095 2003-06-11  Jeff Johnston  <jjohnstn@redhat.com>
6096
6097         * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6098         bits to 128.
6099
6100 2003-06-11  Andrew Cagney  <cagney@redhat.com>
6101
6102         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6103         REGISTER_CONVERTIBLE.
6104         (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6105         (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6106         * gdbarch.h, gdbarch.c: Re-generate.
6107         * arch-utils.h (deprecated_register_convertible_not): Rename
6108         generic_register_convertible_not.
6109         * arch-utils.c (deprecated_register_convertible_not): Rename
6110         generic_register_convertible.
6111         (legacy_convert_register_p, legacy_register_to_value): Update.
6112         * sh-tdep.c (sh64_push_arguments): Update.
6113         * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6114         * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6115         * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6116         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6117         * arch-utils.c (legacy_value_to_register): Update.
6118         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6119         (rs6000_register_convert_to_raw): Make parameter "from" const.
6120         * mips-tdep.c (mips_gdbarch_init): Update.
6121         (mips_register_convert_to_raw): Make  parameter"virt_buf" const.
6122         * infcmd.c (default_print_registers_info): Update.
6123         * ia64-tdep.c (ia64_gdbarch_init): Update.
6124         (ia64_register_convert_to_raw): Make parameter "from" const.
6125         * i386-tdep.c (i386_gdbarch_init): Update.
6126         (i386_register_convert_to_raw): Update.
6127
6128 2003-06-11  Andrew Cagney  <cagney@redhat.com>
6129
6130         * remote-fileio.c: Include "remote-fileio.h".
6131         * Makefile.in (remote-fileio.o): Update dependencies.
6132         (remote_fileio_h): Fix typo.
6133
6134 2003-06-11  Andrew Cagney  <cagney@redhat.com>
6135
6136         * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6137         (xstormy16_save_dummy_frame_tos): Make static.
6138         (_initialize_xstormy16_tdep): Add declaration.
6139         * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6140         * v850-tdep.c: Make local functions static.
6141         (_initialize_v850_tdep): Add declaration.
6142         * sparc-tdep.c: Make local functions static.
6143         (_initialize_sparc_tdep): Add declaration.
6144         * sh-tdep.c: Make local functions static.
6145         (_initialize_sh_tdep): Add declaration.
6146         * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6147         * s390-tdep.c: Make local functions static.
6148         (_initialize_s390_tdep): Add declaration.
6149         * dbxread.c (find_stab_function_addr): Make static.
6150         * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6151         * ocd.c (_initialize_remote_ocd): Add declaration.
6152         * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6153         * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6154         * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6155         * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6156         * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6157         * remote-array.c (_initialize_array): Add declaration.
6158         (_initialize_remote_monitors): Add declaration.
6159         * remote-mips.c: Make local functions static.
6160         (_initialize_remote_mips): Add declaration.
6161         * mcore-tdep.c: Make all local functions static.
6162         (_initialize_mcore_tdep): Add declaration.
6163         * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6164         * abug-rom.c (_initialize_abug_rom): Add declaration.
6165         * rom68k-rom.c (_initialize_rom68k): Add declaration.
6166         * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6167         * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6168         * remote-est.c (_initialize_est): Add declaration.
6169         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6170         (m68hc11_call_dummy_address): Make static.
6171         * ia64-tdep.c: Make local functions static.
6172         (_initialize_ia64_tdep): Add declaration.
6173         * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6174         * monitor.c (monitor_wait_filter): Make static.
6175         (_initialize_remote_monitors): Add declaration.
6176         * remote-hms.c (_initialize_remote_hms): Add declaration.
6177         * remote-e7000.c (fetch_regs_from_dump): Make static.
6178         (expect_n): Make static.
6179         (_initialize_remote_e7000): Add declaration.
6180         * ser-e7kpc.c: Always include "defs.h".
6181         (_initialize_ser_e7000pc): Add declaration.
6182         * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6183         * cris-tdep.c: Make all but one function static.
6184         (_initialize_cris_tdep): Add declaration.
6185         * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6186         * solib.c (update_solib_list): Make static.
6187         (_initialize_solib): Add declaration.
6188         * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6189         (_initialize_avr_tdep): Add declaration.
6190         * remote-rdi.c (voiddummy): Make static.
6191         (_initialize_remote_rdi): Add declaration.
6192         * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6193         * remote-rdp.c (send_rdp): Make static.
6194         (_initialize_remote_rdp): Add declaration.
6195         * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6196
6197 2003-06-11  Corinna Vinschen  <vinschen@redhat.com>
6198
6199         * remote-fileio.c: Make ari happy.
6200
6201 2003-06-10  J. Brobecker  <brobecker@gnat.com>
6202
6203         * rs6000-nat.c (child_xfer_memory): Compute the right address when
6204         fetching the trailing bytes of the buffer we are about to write.
6205
6206 2003-06-10  Andrew Cagney  <cagney@redhat.com>
6207
6208         * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6209         * Makefile.in (remote-fileio.o): Update dependencies.
6210         * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h".  Do not
6211         include <setjmp.h>, or <sys/types.h> conditional on USG.
6212         (remote_fio_jmp_buf): Delete global variable.
6213
6214 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
6215             Martin M. Hunt  <hunt@redhat.com>
6216
6217         * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6218         (SFILES): Add remote-fileio.c.
6219         Add dependencies for building remote-fileio.o.  Add remote-fileio.h to
6220         dependencies for building remote.o.
6221         * remote-fileio.c: New file implementing the remote File-I/O protocol.
6222         * remote-fileio.h: New header file defining remote File-I/O interface.
6223         * remote.c (remote_write_bytes, remote_read_bytes): Remove
6224         static storage class.
6225         (remote_wait, remote_async_wait): Call remote_fileio_request() on
6226         'F' packet.
6227         (_initialize_remote): Call initialize_remote_fileio().
6228         * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6229         * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6230         * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6231         (captured_main): Initialize new ui_files.
6232         * ui-file.c: Add read and fgets input functions.
6233         (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6234         (null_file_read): New function.
6235         (ui_file_read): New function.
6236         (set_ui_file_read): New function.
6237         (stdio_file_read): New function.
6238         * ui-file.h: New type ui_file_read_ftype.
6239         (set_ui_file_read): Declare.
6240         (ui_file_read): Declare.
6241
6242 2003-06-09  Andrew Cagney  <cagney@redhat.com>
6243
6244         * frame.h (deprecated_unwind_get_saved_register): Rename
6245         generic_unwind_get_saved_register, update comments.
6246         * mips-tdep.c (mips_get_saved_register): Update.
6247         * frame.c (deprecated_unwind_get_saved_register): Update.
6248
6249 2003-06-09  Andrew Cagney  <cagney@redhat.com>
6250
6251         * vax-tdep.c (vax_frame_locals_address): Delete function.
6252         (vax_gdbarch_init): Do not set frame_locals_address.
6253         * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6254         (m68hc11_gdbarch_init): Do not set frame_locals_address.
6255         * s390-tdep.c (s390_frame_args_address): Delete function.
6256         (s390_gdbarch_init): Do not set frame_args_address or
6257         frame_locals_address.
6258         * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6259         (ns32k_gdbarch_init): Do not set frame_locals_address.
6260         * hppa-tdep.c (hppa_frame_args_address): Delete function.
6261         (hppa_frame_locals_address): Delete function.
6262         (hppa_gdbarch_init): Do not set frame_args_address, or
6263         frame_locals_address.
6264         * arm-tdep.c (arm_frame_args_address): Delete.
6265         (arm_frame_locals_address): Delete.
6266         (arm_gdbarch_init): Do not set frame_args_address, or
6267         frame_locals_address.
6268
6269 2003-06-09  Andrew Cagney  <cagney@redhat.com>
6270
6271         * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6272         * gdbarch.h, gdbarch.c: Re-generate.
6273         * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6274         * arch-utils.c (frame_num_args_unknown): Delete function.
6275         * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6276         (frame_info): Use FRAME_NUM_ARGS_P.
6277         * arm-tdep.c (arm_frame_num_args): Delete function.
6278         (arm_gdbarch_init): Do not set frame_num_args.
6279         * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6280         * hppa-tdep.c (hppa_frame_num_args): Delete function.
6281         (hppa_gdbarch_init): Do not set frame_num_args.
6282         * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6283         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6284         frame_num_args to default frame_num_args_unknown.
6285         * v850-tdep.c (v850_gdbarch_init): Ditto.
6286         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6287         * sh-tdep.c (sh_gdbarch_init): Ditto.
6288         * s390-tdep.c (s390_gdbarch_init): Ditto.
6289         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6290         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6291         * mips-tdep.c (mips_gdbarch_init): Ditto.
6292         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6293         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6294         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6295         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6296         * i386-tdep.c (i386_gdbarch_init): Ditto.
6297         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6298         * frv-tdep.c (frv_gdbarch_init): Ditto.
6299         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6300         * cris-tdep.c (cris_gdbarch_init): Ditto.
6301         * avr-tdep.c (avr_gdbarch_init): Ditto.
6302         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6303
6304 2003-06-09  Andrew Cagney  <cagney@redhat.com>
6305
6306         * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6307         (print_frame_args): Moved to "stack.c".
6308         * stack.c: Include "gdb_assert.h".
6309         (print_frame_nameless_args): Moved from "printcmd.c", made static.
6310         (print_frame_args): Moved from "printcmd.c".
6311         * frame.h (print_frame_args): Delete declaration.
6312         * Makefile.in (stack.o): Update dependencies.
6313
6314 2003-06-08  Andrew Cagney  <cagney@redhat.com>
6315
6316         * frame.c (get_prev_frame): Remove reference to
6317         frame_args_address_correct in comments.
6318         * frame-base.c (default_frame_args_address): Delete code
6319         conditional on FRAME_ARGS_ADDRESS_CORRECT.
6320         * vax-tdep.c (vax_frame_args_address_correct): Delete.
6321         (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6322         * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6323         (vax_frame_args_address_correct): Delete declaration.
6324
6325 2003-06-08  Andrew Cagney  <cagney@redhat.com>
6326
6327         * gdbarch.sh (UNWIND_SP): Add.
6328         * gdbarch.h, gdbarch.c: Re-generate.
6329         * frame.c (frame_sp_unwind): New function.
6330         (get_frame_sp): New function.
6331         * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6332         * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6333         gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6334         value.
6335         * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6336         (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6337
6338 2003-06-08  Andrew Cagney  <cagney@redhat.com>
6339
6340         Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6341         REMOTE_BREAKPOINT.
6342         * remote.c: Update.
6343         * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6344         (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6345         * config/m68k/tm-sun3.h: Update.
6346         * config/m68k/tm-m68klynx.h: Update.
6347         * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6348
6349         * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6350         trad_frame".  Update comments.
6351         * d10v-tdep.c (struct d10v_unwind_cache): Update.
6352         * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6353         (trad_frame_register_value, trad_frame_prev_register): Update.
6354
6355 2003-06-08  Andrew Cagney  <cagney@redhat.com>
6356
6357         * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6358         from GCC's acinclude.m4.
6359         * configure.in: Check for getopt's delcaration.
6360         * aclocal.m4, config.in, configure: Re-generate.
6361         * main.c (error_init): Delete declaration.
6362         * defs.h (error_init): Declare.
6363         * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6364         (rs6000_convert_from_func_ptr_addr): Make static.
6365         (_initialize_rs6000_tdep): Add declaration.
6366         * cli/cli-cmds.c (dont_repeat): Delete declaration.
6367         (show_commands, set_verbose, show_history): Delete declaration.
6368         * top.h (set_verbose): Add declaration.
6369         (show_history, set_history, show_commands): Add declaration.
6370         (do_restore_instream_cleanup): Add declaration.
6371         * objc-lang.c (specialcmp): Make static.
6372         (print_object_command): Make static.
6373         (find_objc_msgsend): Make static.
6374         (find_objc_msgcall_submethod_helper): Make static.
6375         (find_objc_msgcall_submethod): Make static.
6376         (_initialize_objc_language): Add declaration.
6377         (find_implementation_from_class): Make static.
6378         (find_implementation): Make static.
6379         * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6380         * objc-lang.h (lookup_struct_typedef): Add declaration.
6381         * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6382         * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6383         (do_restore_user_call_depth): Make static.
6384         (do_restore_instream_cleanup): Delete declaration.
6385         (dont_repeat): Delete declaration.
6386         * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6387         * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6388         * reggroups.c (_initialize_reggroup): Add declaration.
6389         * cp-support.c (_initialize_cp_support): Add declaration.
6390         * cp-abi.c (_initialize_cp_abi): Add declaration.
6391         * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6392         * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6393         (_initialize_gnu_v3_abi): Add declaration.
6394         * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6395         (_initialize_gnu_v2_abi): Add declaration.
6396         * frame-base.c (_initialize_frame_base): Add declaration.
6397         * doublest.c (floatformat_from_length): Make static.
6398         * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6399         * frame.c (create_sentinel_frame): Make static.
6400         (_initialize_frame): Add declaration.
6401         * top.c (do_catch_errors): Make static.
6402         (gdb_rl_operate_and_get_next_completion): Make static.
6403         * typeprint.c: Include "typeprint.h".
6404         * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6405         (sentinel_frame_this_id): Make static.
6406         * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6407         * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6408         * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6409         * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6410         * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6411         * maint.c (maintenance_print_architecture): Make static.
6412         * signals/signals.c (_initialize_signals): Add declaration.
6413         * std-regs.c (_initialize_frame_reg): Add declaration.
6414         * jv-exp.y (push_variable): ISO C definition.
6415         (push_qualified_expression_name): Ditto.
6416         * memattr.c (_initialize_mem): Add declaration.
6417         * remote.c (remote_check_watch_resources): Make static.
6418         (remote_stopped_by_watchpoint): Make static.
6419         (remote_stopped_data_address): Make static.
6420         * d10v-tdep.c (nr_dmap_regs): Make static.
6421         (a0_regnum): Make static.
6422         (d10v_frame_unwind_cache): Make static.
6423         (d10v_frame_p): Make static.
6424         * osabi.c (show_osabi): Make static.
6425         (_initialize_gdb_osabi): Add extern declaration.
6426         * gdbtypes.c (make_qualified_type): Make static.
6427         (safe_parse_type): Make static.
6428         * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6429         * macrotab.c (macro_bcache_free): Make static.
6430         * interps.c (interp_set_quiet): Make static.
6431         (interpreter_exec_cmd): Make static.
6432         * stack.h (select_frame_command): New file.
6433         * stack.c: Include "stack.h".
6434         (select_frame_command_wrapper): Delete function.
6435         (select_frame_command): Make global.
6436         * infcall.c: Include "infcall.h".
6437         * linespec.c: Include "linespec.h".
6438         * symfile.c (sections_overlap): Make static.
6439         * cp-support.h (cp_initialize_namespace): ISO C declaration.
6440         * charset.c (_initialize_charset): Add missing prototype.
6441         * regcache.c (init_legacy_regcache_descr): Make static.
6442         (do_regcache_xfree): Make static.
6443         (regcache_xfer_part): Make static.
6444         (_initialize_regcache): Add missing prototype.
6445         * breakpoint.c (parse_breakpoint_sals): Make static.
6446         (breakpoint_sals_to_pc): Make static.
6447         * interps.h (clear_interpreter_hooks): ISO C declaration.
6448         * Makefile.in (stack_h): Define.
6449         (stack.o, typeprint.o, mi-main.o): Update dependencies.
6450         (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6451
6452 2003-06-08  Andrew Cagney  <cagney@redhat.com>
6453
6454         * Makefile.in (d10v-tdep.o): Update dependencies.
6455         (SFILES): Add trad-frame.c.
6456         (trad_frame_h): Define.
6457         (COMMON_OBS): Add trad-frame.o.
6458         (trad-frame.o): Specify dependencies.
6459         * d10v-tdep.c: Include "trad-frame.h".
6460         (saved_regs_unwinder): Delete function.
6461         (d10v_frame_prev_register): Use trad_frame_prev_register.
6462         (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6463         trad_frame", delete "regs" and "prev_sp".
6464         (prologue_find_regs): Use trad-frame.
6465         * trad-frame.h, trad-frame.c: New files.
6466
6467 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
6468
6469         * dwarf2cfi.c, dwarf2cfi.h: Remove.
6470
6471 2003-06-07  Adam Fedor  <fedor@gnu.org>
6472
6473         * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6474         (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6475         using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6476         (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6477         resolve_msgsend_super, resolve_msgsend_super_stret):
6478         Use it.
6479
6480 2003-06-07  Andrew Cagney  <cagney@redhat.com>
6481
6482         * symfile.h: Re-indent, clean up comments.
6483
6484 2003-06-07  Andrew Cagney  <cagney@redhat.com>
6485
6486         * inferior.h (deprecated_write_sp): Replace
6487         generic_target_write_sp.
6488         * regcache.c (deprecated_write_sp): Replace
6489         generic_target_write_sp.
6490         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6491         * vax-tdep.c (vax_gdbarch_init): Update.
6492         * v850-tdep.c (v850_gdbarch_init): Update.
6493         * sparc-tdep.c (sparc_gdbarch_init): Update.
6494         * sh-tdep.c (sh_gdbarch_init): Update.
6495         * s390-tdep.c (s390_gdbarch_init): Update.
6496         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6497         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6498         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6499         * mcore-tdep.c (mcore_gdbarch_init): Update.
6500         * m68k-tdep.c (m68k_gdbarch_init): Update.
6501         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6502         * ia64-tdep.c (ia64_gdbarch_init): Update.
6503         * h8300-tdep.c (h8300_gdbarch_init): Update.
6504         * frv-tdep.c (frv_gdbarch_init): Update.
6505         * cris-tdep.c (cris_gdbarch_init): Update.
6506         * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6507
6508 2003-06-07  Andrew Cagney  <cagney@redhat.com>
6509
6510         * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6511         Assert that PC_REGNUM is valid.
6512         (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6513
6514 2003-06-07  Andrew Cagney  <cagney@redhat.com>
6515
6516         * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6517         * gdbarch.h, gdbarch.c: Regenerate.
6518         * mn10300-tdep.c: Include "gdb_assert.h".
6519         (mn10300_read_fp): New function.
6520         (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6521         mn10300_read_fp.  Do not set read_sp to generic_target_read_sp.
6522         * ia64-tdep.c: Include "gdb_assert.h".
6523         (ia64_read_fp): New function.
6524         (ia64_gdbarch_init): Set deprecated_target_read_fp to
6525         ia64_read_sp.  Do not set read_sp to generic_target_read_sp.
6526         * regcache.c (generic_target_read_sp): Delete function.
6527         (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6528         * inferior.h (generic_target_read_sp): Delete declaration.
6529         * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6530         generic_target_read_sp.
6531         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6532         * sparc-tdep.c (sparc_gdbarch_init): Ditto
6533         * sh-tdep.c (sh_gdbarch_init): Ditto.
6534         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6535         * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6536
6537 2003-06-07  Andrew Cagney  <cagney@redhat.com>
6538
6539         * gdbarch.sh: Comment each field of startup_gdbarch.
6540         * gdbarch.h, gdbarch.c: Re-generate.
6541
6542 2003-06-07  Andrew Cagney  <cagney@redhat.com>
6543
6544         * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6545         * gdbarch.h, gdbarch.c: Re-generate.
6546         * regcache.c: Update comments on read_pc et.al.
6547         (generic_target_read_pc): Delete function.
6548         (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6549         * inferior.h (generic_target_read_pc): Delete declaration.
6550         * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6551         generic_target_read_pc.
6552         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6553         * sh-tdep.c (sh_gdbarch_init): Ditto.
6554         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6555         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6556
6557 2003-06-07  Andrew Cagney  <cagney@redhat.com>
6558
6559         * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6560         "index" with "special_local_sect".  Use strcmp instead of STREQ.
6561         Append period to coments.
6562
6563 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
6564
6565         * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6566         (elfstab_offset_sections): Likewise.
6567         * gdb-stabs.h (stab_section_info): Likewise.
6568         * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6569         * objfiles.c (objfile_relocate): Likewise.
6570         * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6571         * remote.c (get_offsets): Likewise.
6572         (remote_cisco_objfile_relocate): Likewise.
6573         * somread.c (som_symfile_offsets): Likewise.
6574         * symfile.c (alloc_section_addr_info): New function.
6575         (build_section_addr_info_from_section_tab): Use it.
6576         (free_section_addr_info): Adjust.
6577         (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6578         (syms_from_objfile): Allocate local_addr dynamically.
6579         (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6580         dynamically.
6581         (add_symbol_file_command): Allocate sect_opts dynamically.
6582         (reread_symbols): Avoid use of SECT_OFF_MAX.
6583         * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6584         (alloc_section_addr_info): Declare it.
6585         * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6586         * win32-nat.c (solib_symbols_add): Allocate section_addrs
6587         dynamically.
6588         * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6589
6590 2003-06-06  Andrew Cagney  <cagney@redhat.com>
6591
6592         * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6593         (d10v_frame_unwind_cache): Do not set "return_pc".
6594
6595 2003-06-06  Michael Snyder  <msnyder@redhat.com>
6596
6597         * h8300-tdep.c: Make tidy (long lines).
6598
6599 2003-06-06  Michal Ludvig  <mludvig@suse.cz>
6600
6601         * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6602         to regcache_collect().
6603
6604 2003-06-05  J. Brobecker  <brobecker@gnat.com>
6605
6606         * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6607         pc_in_sigtramp multiarch method.
6608         (hppa_hpux_som_init_abi): Use it.
6609         (hppa_hpux_elf_init_abi): Likewise.
6610         * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6611         macro has been multiarched.
6612         * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6613         macro here, as hppa64 isn't multiarched yet.
6614
6615 2003-06-05  Andrew Cagney  <cagney@redhat.com>
6616
6617         * Makefile.in (value_h): Add $(frame_h).
6618         * value.h: Include "frame.h".
6619         (struct value): Replace "frame_addr" with "frame_id".
6620         (VALUE_FRAME_ID): Replace VALUE_FRAME.
6621         * values.c (allocate_value): Use VALUE_FRAME_ID.
6622         (value_copy): Use VALUE_FRAME_ID.
6623         * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6624         * valops.c (value_assign): Update.  Use frame_find_by_id.
6625
6626 2003-06-05  Michal Ludvig  <mludvig@suse.cz>
6627
6628         * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6629         in each pass.
6630
6631 2003-06-05  Jeff Johnston  <jjohnstn@redhat.com>
6632
6633         * thread-db.c (check_event): For create/death event breakpoints,
6634         loop through all messages to ensure that we read the message
6635         corresponding to the breakpoint we are at.
6636
6637 2003-06-04  Michael Snyder  <msnyder@redhat.com>
6638
6639         * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6640
6641 2003-06-04  Mark Kettenis  <kettenis@gnu.org>
6642
6643         * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6644         (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6645         (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6646         when handling .eh_frame sections.
6647
6648 2003-06-04  J. Brobecker  <brobecker@gnat.com>
6649
6650         * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6651         prepare_to_proceed procedure instead of the hppa-specific one.
6652         * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6653
6654 2003-06-04  Jeff Johnston  <jjohnstn@redhat.com>
6655
6656         * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6657         * config.in: Regenerated.
6658         * configure.in: Add test for syscall function and check for
6659         __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6660         * configure: Regenerated.
6661         * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6662         <sys/syscall.h>.
6663         (kill_lwp): New function that uses tkill syscall or
6664         uses kill, depending on whether threading model is nptl or not.
6665         All callers of kill() changed to use kill_lwp().
6666         (lin_lwp_wait): Make special check when WIFEXITED occurs to
6667         see if all threads have already exited in the nptl model.
6668         (stop_and_resume_callback): New callback function used by the
6669         lin_lwp_wait thread exit handling code.
6670         (stop_wait_callback): Check for threads already having exited and
6671         delete such threads fromt the lwp list when discovered.
6672         (stop_callback): Don't assert retcode of kill call.
6673
6674         Roland McGrath  <roland@redhat.com>
6675         * i386-linux-nat.c (ps_get_thread_area): New function needed by
6676         nptl libthread_db.
6677
6678 2003-06-03  Richard Henderson  <rth@redhat.com>
6679
6680         * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6681         (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6682         (alpha_sigtramp_frame_prev_register): Likewise.
6683         (alpha_heuristic_frame_prev_register): Likewise.
6684         * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6685
6686         * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6687         alpha-specific register id names.
6688         (alpha_mdebug_frame_unwind_cache): Likewise.
6689         (alpha_mdebug_frame_prev_register): Likewise.
6690
6691 2003-06-03  Richard Henderson  <rth@redhat.com>
6692
6693         * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6694         * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6695         * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6696         * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6697         unwind routines.
6698         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6699         * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6700         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6701
6702         * alpha-linux-tdep.c: Remove unnecessary includes.
6703         * Makefile.in (alpha-linux-tdep.o): Update.
6704
6705 2003-06-03  Richard Henderson  <rth@redhat.com>
6706
6707         * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6708         (alphabsd_fill_fpreg): Likewise.
6709
6710 2003-06-03  J. Brobecker  <brobecker@gnat.com>
6711
6712         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr):  Replace
6713         references to struct frame_info fields by calls to the equivalent
6714         accessors. Necessary now that frame_info is opaque.
6715
6716 2003-06-03  J. Brobecker  <brobecker@gnat.com>
6717
6718         * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6719         (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6720         structure, field no longer exists.
6721
6722 2003-06-03  J. Brobecker  <brobecker@gnat.com>
6723
6724         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6725         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6726
6727 2003-06-03  J. Brobecker  <brobecker@gnat.com>
6728
6729         * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6730         references to struct frame_info fields by calls to the equivalent
6731         accessors. Necessary now that frame_info is opaque.
6732
6733 2003-06-03  J. Brobecker  <brobecker@gnat.com>
6734
6735         * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6736         (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6737         structure, field no longer exists.
6738
6739 2003-06-03  Theodore A. Roth  <troth@openavr.org>
6740
6741         * remote.c (init_remote_state): Compute sizeof_g_packet by
6742         accumulation of the size of all registers instead of blindly using
6743         DEPRECATED_REGISTER_BYTES.
6744
6745 2003-06-03  Michael Snyder  <msnyder@redhat.com>
6746
6747         * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6748         * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6749         for h8300sx.
6750
6751 2003-06-03  J. Brobecker  <brobecker@gnat.com>
6752
6753         * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6754         * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6755
6756 2003-06-03  Andrew Cagney  <cagney@redhat.com>
6757
6758         * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6759         (sparc_convert_to_raw): Delete function.
6760         (sparc_gdbarch_init): Do not set register_convert_to_raw or
6761         register_convert_to_virtual.
6762
6763 2003-06-03  Jeff Johnston  <jjohnstn@redhat.com>
6764
6765         * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6766         layer if not dealing with a statically-linked threaded program.
6767
6768 2003-06-03  Kris Warkentin  <kewarken@qnx.com>
6769
6770         * solib.c (solib_open): Update comment to reflect actual search order.
6771
6772 2003-06-03  Andrew Cagney  <cagney@redhat.com>
6773
6774         * frame.c (get_frame_memory_signed): New function.
6775         (get_frame_memory, get_frame_memory_unsigned): New function.
6776         (get_frame_arch): New function.
6777         * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6778         (get_frame_memory, get_frame_unsigned_memory): Declare.
6779         * d10v-tdep.c (d10v_frame_unwind_cache): Use
6780         get_frame_memory_unsigned and get_frame_arch.
6781         (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6782
6783 2003-06-03  Raoul Gough  <RaoulGough@yahoo.co.uk>
6784
6785         * MAINTAINERS (write after approval): Add myself.
6786
6787 2003-06-03  Jim Blandy  <jimb@redhat.com>
6788
6789         * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6790         elements of gregset_t are 64 bits each, but access registers
6791         are still 32 bits, so they're packed two per gregset_t
6792         element.  Unpack/pack them properly.
6793
6794 2003-06-02  David Carlton  <carlton@bactrian.org>
6795
6796         * linespec.c (find_methods): Break out code into
6797         add_matching_methods and add_constructors.
6798         (add_matching_methods): New.
6799         (add_constructors): Ditto.
6800
6801 2003-06-02  Andrew Cagney  <cagney@redhat.com>
6802
6803         * sparc-tdep.c (sparc_print_registers): Delete call to
6804         REGISTER_CONVERTIBLE.
6805         (sparc_gdbarch_init): Do not set register_convertible.
6806         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6807         * frv-tdep.c (frv_gdbarch_init): Ditto.
6808         * cris-tdep.c (cris_gdbarch_init): Ditto.
6809
6810 2003-06-02  Elena Zannoni  <ezannoni@redhat.com>
6811
6812         * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6813         * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6814         (syms_from_objfile): Ditto.
6815
6816 2003-06-03  Andreas Schwab  <schwab@suse.de>
6817
6818         * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6819         (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6820
6821 2003-06-02  Richard Henderson  <rth@redhat.com>
6822
6823         * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6824         a member of all_reggroup.
6825
6826 2003-06-02  Richard Henderson  <rth@redhat.com>
6827
6828         * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6829         (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6830         (alpha_lds, alpha_sts): New.
6831         (alpha_convert_register_p): Change from _register_convertible.
6832         (alpha_register_to_value): Change from _convert_to_virtual;
6833         restructure and fail for type sizes other than 4 or 8.
6834         (alpha_value_to_register): Similarly.
6835         (alpha_extract_return_value): Use alpha_sts.
6836         (alpha_store_return_value): Use alpha_lds.
6837         (alpha_gdbarch_init): Update hooks.
6838
6839 2003-06-02  Richard Henderson  <rth@redhat.com>
6840
6841         * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6842         regnum identifiers.
6843         (alpha_sigtramp_register_address): Likewise.
6844
6845 2003-06-02  Richard Henderson  <rth@redhat.com>
6846
6847         * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6848         (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6849         * alpha-tdep.h: Declare them.
6850
6851         * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6852         Remove zerobuf.  Don't error on UNIQUE.
6853         (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6854         (ALPHA_REGSET_UNIQUE): Provide default.
6855         (supply_gregset): Use alpha_supply_int_regs.
6856         (fill_gregset): Use alpha_fill_int_regs.
6857         (supply_fpregset): Use alpha_supply_fp_regs.
6858         (fill_fpregset): Use alpha_fill_fp_regs.
6859         * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6860         (alphabsd_supply_reg): Use alpha_supply_int_regs.
6861         (alphabsd_fill_reg): Use alpha_fill_int_regs.
6862         (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6863         (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6864         * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6865
6866 2003-06-02  Richard Henderson  <rth@redhat.com>
6867
6868         * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6869
6870         * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6871         (alpha_store_return_value): Likewise.
6872
6873 2003-06-02  David Carlton  <carlton@math.stanford.edu>
6874
6875         * block.c (contained_in): Add 'const' to arguments.
6876         (block_function): Ditto.
6877         * block.h: Update declarations for block_function and
6878         contained_in.
6879
6880 2003-06-02  David Carlton  <carlton@math.stanford.edu>
6881
6882         * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6883         * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6884         * p-valprint.c (pascal_val_print): Ditto.
6885         * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6886
6887 2003-06-02  Richard Henderson  <rth@redhat.com>
6888
6889         * alpha-tdep.c (alpha_push_dummy_call): Use
6890         builtin_type_ieee_double_little instead of builtin_type_double.
6891
6892         * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6893         sign-extension of 32-bit values.
6894         (alpha_store_return_value): Similarly.
6895
6896         * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6897         (alpha_extract_return_value): Likewise.
6898         (alpha_store_return_value): Likewise.
6899
6900         * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6901         (alpha_store_return_value): Error on IEEE Quad floats.
6902
6903         * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6904         (alpha_extract_struct_value_address): Likewise.
6905         (alpha_store_return_value): Likewise.
6906         (alpha_store_struct_return): Remove.
6907         (alpha_gdbarch_init): Update hook registration to match.
6908
6909         * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6910         deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6911         macros where appropriate.
6912         (alpha_register_convert_to_raw): Similarly.  Use unpack_long.
6913         (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6914
6915         * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6916         for SP, GP; void_func_ptr for PC; non-language-specific types
6917         for all others.
6918         * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6919
6920 2003-06-02  Richard Henderson  <rth@redhat.com>
6921
6922         * top.h (lim_at_start): Declare.
6923         * main.c (captured_main): Set it.
6924         * top.c (lim_at_start): Define.
6925         (command_loop): Use it instead of &environ.
6926         * event-top.c (command_handler): Likewise.
6927
6928 2003-06-01  Jason Thorpe  <thorpej@wasabisystems.com>
6929
6930         * mipsnbsd-tdep.c: Update copyright years.
6931         (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6932
6933 2003-06-01  Richard Henderson  <rth@redhat.com>
6934
6935         * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6936         (alpha-linux-tdep.o): Update dependencies.
6937         (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6938         * alpha-mdebug-tdep.c: Remove unneeded includes.
6939
6940 2003-06-01  Richard Henderson  <rth@redhat.com>
6941
6942         * alpha-tdep.c (alpha_register_reggroup_p): New.
6943         (alpha_gdbarch_init): Register it.
6944
6945 2003-06-02  Andrew Cagney  <cagney@redhat.com>
6946
6947         * dwarfread.c: Eliminate "register"
6948         (decode_die_type): Eliminate assignment within "if".
6949         (struct_type, decode_array_element_type): Ditto.
6950         (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6951         (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6952         (decode_modified_type, completedieinfo): Ditto.
6953         * block.c: Eliminate "register".
6954         (blockvector_for_pc_sect): Eliminate assignment within "if".
6955         * cp-support.h (struct symbol): Opaque declaration.
6956         * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6957
6958 2003-06-01  Richard Henderson  <rth@redhat.com>
6959
6960         * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6961         (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6962
6963 2003-06-01  Adam Fedor  <fedor@gnu.org>
6964
6965         * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6966         * gdbarch.[ch]: Regenerate.
6967         * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6968         (hppa_gdbarch_init): Set it in the gdbarch vector.
6969         * i386-tdep.c (i386_fetch_pointer_argument): New
6970         (i386_gdbarch_init): Set it into gdbarch.
6971         * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6972         (rs6000_gdbarch_init): Set it in gdbarch.
6973         * sparc-tdep.c (sparc_fetch_pointer_argument): New
6974         (sparc_gdbarch_init): Set it in gdbarch.
6975
6976 2003-06-01  Andrew Cagney  <cagney@redhat.com>
6977
6978         * defs.h (extract_address): Delete declaration.
6979         * findvar.c (extract_address): Delete function.
6980         * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6981         extract_address with the inline equivalent,
6982         extract_unsigned_integer.
6983         (xstormy16_extract_struct_value_address): Ditto.
6984         (xstormy16_pointer_to_address): Ditto.
6985         * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6986         * v850-tdep.c (v850_push_arguments): Ditto.
6987         (v850_extract_return_value): Ditto.
6988         (v850_extract_struct_value_address): Ditto.
6989         * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6990         (sparcnbsd_get_longjmp_target_64): Ditto.
6991         * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6992         (get_longjmp_target): Ditto.
6993         * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6994         (sh64_extract_struct_value_address): Ditto.
6995         (sh_push_arguments): Ditto.
6996         (sh64_push_arguments): Ditto.
6997         * remote-vxsparc.c (vx_read_register): Ditto.
6998         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6999         * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7000         * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7001         * mipsv4-nat.c (get_longjmp_target): Ditto.
7002         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7003         * mips-nat.c (get_longjmp_target): Ditto.
7004         * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7005         * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7006         * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7007         * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7008         * irix5-nat.c (get_longjmp_target): Ditto.
7009         * irix4-nat.c (get_longjmp_target): Ditto.
7010         * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7011         (ia64_push_arguments): Ditto.
7012         * hpux-thread.c (hpux_thread_store_registers): Ditto.
7013         * h8300-tdep.c (h8300_push_arguments): Ditto.
7014         (h8300_store_return_value): Ditto.
7015         (h8300_extract_struct_value_address): Ditto.
7016         * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7017         (frv_push_arguments): Ditto.
7018         * avr-tdep.c (avr_pointer_to_address): Ditto.
7019         (avr_push_arguments): Ditto.
7020         * arm-tdep.c (arm_push_dummy_call): Ditto.
7021         (arm_get_longjmp_target): Ditto.
7022         * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7023         * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7024         (alpha_get_longjmp_target): Ditto.
7025
7026         * solib-irix.c (extract_mips_address): Inline extract_address,
7027         replacing it with extract_signed_integer.
7028         * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7029         (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7030         (first_link_map_member, open_symbol_file_object): Ditto.
7031         (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7032         * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7033         (LM_NEXT, LM_NAME): Ditto.
7034
7035 2003-06-01  Richard Henderson  <rth@redhat.com>
7036
7037         * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7038         * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7039         (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7040         (alpha_cannot_store_register): Likewise.
7041         * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7042         * alpha-nat.c (supply_gregset): Likewise.
7043         * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7044
7045 2003-06-01  Andrew Cagney  <cagney@redhat.com>
7046
7047         * infcall.c (call_function_by_hand): Update comment on
7048         DEPRECATED_DUMMY_WRITE_SP.
7049
7050         * mips-tdep.c (mips_gdbarch_init): Do not set
7051         deprecated_dummy_write_sp.
7052         (mips_eabi_push_dummy_call): Set the SP register.
7053         (mips_o64_push_dummy_call): Set the SP register.
7054         (mips_o32_push_dummy_call): Set the SP register.
7055         (mips_n32n64_push_dummy_call): Set the SP register.
7056
7057 2003-06-01  Richard Henderson  <rth@redhat.com>
7058
7059         * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7060         instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7061         (supply_gregset): Likewise.
7062         * alpha-tdep.c (alpha_store_return_value): Likewise.
7063         (alpha_get_longjmp_target): Likewise.
7064         (alpha_register_name): Constify array.
7065         (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7066         deprecated_register_size, deprecated_register_bytes,
7067         deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7068         * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7069         (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7070
7071 2003-06-01  Richard Henderson  <rth@redhat.com>
7072
7073         * alpha-tdep.c (alpha_push_dummy_call): Store sp.  Tidy copies
7074         from arg_reg_buffer to regcache to avoid double conversion.
7075
7076 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
7077
7078         * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7079         SP_REGNUM.
7080         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7081         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7082
7083 2003-06-01  Richard Henderson  <rth@redhat.com>
7084
7085         * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7086         (decode_frame_entry): Set it.  Skip FDE augmentation.
7087
7088 2003-06-01  Richard Henderson  <rth@redhat.com>
7089
7090         * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7091         not overlapping PC_REGNUM.
7092
7093 2003-06-01  Richard Henderson  <rth@redhat.com>
7094
7095         * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7096         alpha_push_arguments.  Don't dump argument register data to
7097         the target stack.  Fix float and 128-bit long double semantics.
7098         Store $t12 and $ra as specified by the ABI.  Use regcache everywhere.
7099         (alpha_fix_call_dummy): Remove.
7100         (alpha_call_dummy_words): Remove.
7101         (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7102
7103 2003-06-01  Richard Henderson  <rth@redhat.com>
7104
7105         * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7106
7107 2003-06-01  Andrew Cagney  <cagney@redhat.com>
7108
7109         * mips-tdep.c (is_mips16_addr): New function.
7110         (make_mips16_addr, unmake_mips16_addr): New functions.
7111         (pc_is_mips16, mips_fetch_instruction): Use.
7112         (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7113         (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7114         (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7115         UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7116         TARGET_MIPS.
7117         * config/mips/tm-mips.h: Update copyright.
7118         (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7119         (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7120         (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7121         * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7122         (TM_PRINT_INSN_MACH): Delete.
7123         * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7124
7125         * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7126         mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7127         mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7128         mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7129         mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*.  Delete
7130         mips*tx39*el*-elf*.  Map mips*-sony-* and mips64*-big-* onto
7131         mips64.  Map mips*-dec-*, mips*-big-*, mips*-little-*,
7132         mips*-*-riscos* and mips*-*-sysv* onto mips.
7133         * config/mips/mips64.mt: New file.
7134         * config/mips/mips.mt: New file.
7135         * config/mips/littlemips.mt: Delete file.
7136         * config/mips/decstation.mt: Delete file.
7137         * config/mips/vr4300el.mt: Delete file.
7138         * config/mips/vr5000el.mt: Delete file.
7139         * config/mips/vr5000.mt: Delete file.
7140         * config/mips/vr4100.mt: Delete file.
7141         * config/mips/vr4xxxel.mt: Delete file.
7142         * config/mips/vr4300.mt: Delete file.
7143         * config/mips/vr4xxx.mt: Delete file.
7144         * config/mips/bigmips.mt: Delete file.
7145         * config/mips/bigmips64.mt: Delete file.
7146         * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7147         * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7148         * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7149         * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7150         * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7151         "tm-bigmips.h".
7152         * config/mips/tm-irix3.h: Ditto.
7153         * config/mips/tm-mipsv4.h: Ditto.
7154         * config/mips/tm-embed.h: Ditto.
7155         * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7156         "tm-bigmips64.h".
7157         * config/mips/tm-vr5000el.h: Delete file.
7158         * config/mips/tm-tx39l.h: Delete file.
7159         * config/mips/tm-vr4300el.h: Delete file.
7160         * config/mips/tm-vr4xxxel.h: Delete file.
7161         * config/mips/tm-vr4300.h: Delete file.
7162         * config/mips/tm-vr4100.h: Delete file.
7163         * config/mips/tm-vr4xxx.h: Delete file.
7164         * config/mips/tm-vr5000.h: Delete file.
7165         * config/mips/tm-embedl64.h: Delete file.
7166         * config/mips/tm-embedl.h: Delete file.
7167         * config/mips/tm-embed64.h: Delete file.
7168         * config/mips/tm-bigmips64.h: Delete file.
7169         * config/mips/tm-bigmips.h: Delete file.
7170
7171 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
7172
7173         Fix gdb/1216.
7174         * shnbsd-nat.c: Include "sh-tdep.h".
7175
7176         From Richard Henderson  <rth@redhat.com>:
7177         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7178
7179 2003-05-31  Andrew Cagney  <cagney@redhat.com>
7180
7181         * mips-tdep.c (set_reg_offset): Add saved_regs parameter.  Add
7182         forward declaration.
7183         (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7184         (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7185         (mips_find_saved_regs): Use set_reg_offset.
7186         (mips_frame_init_saved_regs): Delete function.
7187         (mips_pop_frame): Call mips_find_saved_regs instead of
7188         DEPRECATED_FRAME_INIT_SAVED_REGS.
7189
7190 2003-05-31  Andrew Cagney  <cagney@redhat.com>
7191
7192         * mips-tdep.c (mips_gdbarch_init): Do not set
7193         deprecated_max_register_raw_size, register_virtual_size, and
7194         deprecated_max_register_virtual_size.
7195
7196 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
7197
7198         * i386-tdep.c: Include "dwarf2-frame.h".
7199         (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7200         * Makefile.in (i386-tdep.o): Update dependencies.
7201
7202         * dwarf2-frame.c, dwarf2-frame.h: New files.
7203         * Makefile.in (SFILES): Add dwarf2-frame.c.
7204         (dwarf2_frame_h): Define.
7205         (COMMON_OBS): Add dwarf2-frame.o.
7206         (dwarf2-frame.o): Add dependencies.
7207
7208 2003-05-31  Andreas Jaeger  <aj@suse.de>
7209
7210         * x86-64-linux-nat.c: Fix comment.
7211
7212 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
7213
7214         * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7215         function signature.
7216
7217         * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7218         have a sigcontext_addr handler.
7219         * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7220         sigcontext_addr handler.
7221
7222 2003-05-31  Andrew Cagney  <cagney@redhat.com>
7223
7224         * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7225         (print_fp_register_row): Replace do_fp_register_row.
7226         (mips_print_fp_register): Add "file" and "frame" parameters.
7227         (mips_print_register): Add "file" and "frame" parameters.
7228         (mips_print_registers_info): Replace mips_do_registers_info.
7229         (mips_gdbarch_init): Set print_registers_info instead of
7230         deprecated_do_registers_info.
7231         (mips_read_fp_register_single): Add "frame" parameter.
7232         (mips_read_fp_register_double): Add "frame" parameter.
7233
7234 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
7235
7236         * i386-tdep.c (i386_register_name): Check for MMX registers first.
7237         Fixes a bug where GDB would print the wrong register names for
7238         targets without SSE.
7239
7240         * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7241         (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7242         registers.
7243
7244         * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7245         (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7246         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7247         TDEP->sc_sp_offset.
7248
7249         From Michal Ludvig  <mludvig@suse.cz>:
7250         * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7251         and `sc_num_regs'.
7252         (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7253         I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7254         I386_ST0_REGNUM): Move here from...
7255         * i386-tdep.c: ... here.
7256         (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7257         (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7258         registers if possible.
7259         (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7260         * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7261         Remove variables.
7262         (i386bsd_sc_reg_offset): New variable.
7263         (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7264         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7265         TDEP->sc_sp_offset.
7266         (i386fbsd_sc_reg_offset): New variable.
7267         (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7268         TDEP->sc_num_regs.
7269         (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7270         variables.
7271         (i386fbsd4_sc_reg_offset): New variable.
7272         (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7273         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7274         TDEP->sc_sp_offset.
7275         * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7276         (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7277         * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7278         Remove variables.
7279         (i386nbsd_sc_reg_offset): New variable.
7280         (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7281         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7282         TDEP->sc_sp_offset.
7283         * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7284         Remove variables.
7285         (i386obsd_sc_reg_offset): New variable.
7286         (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7287         TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7288         TDEP->sc_sp_offset.
7289         * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7290         i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c.  Add check
7291         for frame pointer offset in `struct sigcontext'.
7292
7293 2003-05-31  Andrew Cagney  <cagney@redhat.com>
7294
7295         * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7296         architecture methods call_dummy_words, sizeof_call_dummy_words,
7297         push_return_address, store_struct_return, and fix_call_dummy.  Set
7298         push_dummy_call instead of deprecated_push_arguments.
7299         (mips_store_struct_return): Delete function.
7300         (mips_fix_call_dummy): Delete function.
7301         (mips_push_return_address): Delete function.
7302         (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7303         RA_REGNUM and T9_REGNUM.
7304         (mips_n32n64_push_dummy_call): Ditto for
7305         mips_n32n64_push_arguments.
7306         (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7307         (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7308
7309 2003-05-31  Andrew Cagney  <cagney@redhat.com>
7310
7311         * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter.  Rename
7312         "dummy_addr" to "bp_addr".
7313         * infcall.c (call_function_by_hand): Pass "funaddr" to
7314         gdbarch_push_dummy_call.
7315         * gdbarch.h, gdbarch.c: Re-generate.
7316         * i386-tdep.c (i386_push_dummy_call): Update.
7317         * arm-tdep.c (arm_push_dummy_call): Update.
7318         * d10v-tdep.c (d10v_push_dummy_call): Update.
7319
7320 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
7321
7322         * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7323         variable declarations.
7324         (x86_64_register_number, x86_64_register_name): Remove prototypes.
7325         (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7326         x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7327         x86_64_init_frame_pc, x86_64_init_frame_pc,
7328         x86_64_function_has_prologue): Remove prototypes.
7329         (X86_64_NUM_GREGS): New define.
7330         (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7331         * x86-64-tdep.c: Don't include "dwarf2cfi.h".  Include
7332         "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7333         (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7334         XMM1_REGNUM): Remove defines.
7335         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7336         X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7337         X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7338         X86_64_XMM1_REGNUM): New defines.
7339         (struct x86_64_register_info): Renamed from `struct
7340         register_info'.  Remove `size' member.
7341         (x86_64_register_info_table): Remove variable.
7342         (x86_64_register_info): New variable.
7343         (X86_64_NUM_REGS): New define.
7344         (X86_64_NUM_GREGS): Remove define.
7345         (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7346         (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7347         Remove variables.
7348         (x86_54_dwarf2_reg_to_regnum): Remove function.
7349         (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7350         (x86_64_dwarf_reg_to_regnum): New function.
7351         (x86_64_register_name): Rewrite.
7352         (x86_64_register_raw_size): Remove function.
7353         (x86_64_register_byte_table): Remove variable.
7354         (x86_64_register_byte): Remove function.
7355         (x86_64_register_virtual_type): Remove function.
7356         (x86_64_register_type): New function.
7357         (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7358         x86_64_register_convert_to_raw): Remove functions.
7359         (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7360         (x86_64_use_struct_convention): Make static.  Adjust for renamed
7361         defines.
7362         (x86_64_frame_init_saved_regs): Remove function.
7363         (x86_64_push_arguments): Make static.  Change to accept a regcache
7364         as argument.
7365         (x86_64_store_return_value, x86_64_extract_return_value): Make
7366         static.  Rewrite based on i386 counterparts.
7367         (x86_64_push_dummy_call): New function.
7368         (X86_64_NUM_SAVED_REGS): New define.
7369         (x86_64_register_number): Remove function.
7370         (x86_64_store_struct_return): Remove function.
7371         (x86_64_frameless_function_invocation,
7372         x86_64_function_has_prologue): Remove functions.
7373         (PROLOG_BUFSIZE): Remove define.
7374         (struct x86_64_frame_cache): New structure.
7375         (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7376         x86_64_frame_cache, x86_64_frame_this_id,
7377         x86_64_frame_prev_register, x86_64_frame_p,
7378         x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7379         x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7380         functions.
7381         (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7382         variables.
7383         (x86_64_skip_prologue): Rewrite in terms of
7384         x86_64_analyze_prologue.
7385         (x86_64_frame_base_address): New function.
7386         (x86_64_frame_base): New variable.
7387         (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7388         (x86_64_init_abi): Set register_type and push_dummy_call.  Don't
7389         set deprecated_fp_regnum, deprecated_register_size,
7390         deprecated_register_bytes, register_raw_size, register_byte,
7391         register_virtual_type, register_convertiable,
7392         register_convert_to_virtual, convert_to_raw,
7393         deprecated_get_saved_register, deprecated_target_read_fp,
7394         deprecated_push_arguments, deprecated_push_return_address,
7395         deprecated_pop_frame, deprecated_store_struct_return,
7396         deprecated_frame_init_saved_regs, deprecated_frame_chain,
7397         frameless_function_invocation, deprecated_frame_saved_pc,
7398         deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7399         dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7400         deprecated_init_frame_pc and virtual_frame_pointer.  Call
7401         frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7402         and x86_64_frame_p.  Call frame_base_set_default to register
7403         x86_64_frame_base.
7404         (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7405         (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7406         (_initialize_x86_64_tdep): Remove function.
7407         * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7408         (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7409         LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7410         define.
7411         (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7412         (x86_64_linux_sigcontext_addr): Rewrite.
7413         (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7414         x86_64_linux_frame_saved_pc): Remove functions.
7415         (x86_64_linux_pc_in_sigtramp): Renamed from
7416         x86_64_linux_in_sigtramp.  Try harder to recognize a signal
7417         trampoline.
7418         (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7419         Remove_functions.
7420         (x86_64_linux_init_abi): Set pc_in_sigtramp.  Initialize
7421         TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7422         * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7423         (x86_64_regmap): Rename to regmap.
7424         (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7425         x86_64_num_gregs.
7426         (supply_gregset, fill_gregset): Likewise.  Use regmap instead of
7427         x86_64_regmap.
7428         (x86_64_fxsave_offset): Remove function.
7429         (supply_fpregset): Simply call x86_64_supply_fxsave.
7430         (fill_fpregset): Simply call x86_64_fill_fxsave.
7431         (fetch_inferior_registers, store_inferior_registers): Avoid
7432         asignment in if-statement.
7433         (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7434         SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7435         LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7436         (fetch_core_registers): Remove function.
7437         (linux_elf_core_fns): Remove.
7438         (offsetoff): Don't define.
7439         (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7440         * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7441         * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7442         add core-regset.o.
7443         * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7444         protection against multiple includes instead of NM_X86_64_h.  Add
7445         various comments.  Include "config/nm-linux.h".  Don't include
7446         <signal.h>.
7447         (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7448         GET_THREAD_SIGNALS): Remove defines.
7449         (x86_64_register_u_addr, kernel_u_size,
7450         lin_thread_get_thread_signals): Remove prototypes.
7451         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7452         [HAVE_LINK_H]: Don't include "solib.h".
7453         [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7454         * config/i386/tm-x86-64linux.h: Fix comments.
7455         * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7456         x86-64-tdep.o): Update dependencies.
7457
7458 2003-05-30  Andrew Cagney  <cagney@redhat.com>
7459
7460         * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7461         Change parameter type to a "struct regcache *".
7462
7463         * gdbarch.sh: Regardless of the multi-arch level, always define
7464         the macro when not already defined.
7465         * gdbarch.h, gdbarch.c: Re-generate.
7466
7467 2003-05-30  Richard Henderson  <rth@redhat.com>
7468
7469         * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7470         (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7471         (alpha_mdebug_frame_this_id): Likewise.
7472         (alpha_mdebug_frame_prev_register): Likewise.
7473         (alpha_mdebug_frame_base_address): Likewise.
7474         (alpha_mdebug_frame_locals_address): Likewise.
7475         (alpha_mdebug_frame_args_address): Likewise.
7476         (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7477         * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7478         (alpha_heuristic_frame_unwind_cache): Make static; add missing
7479         loop increment.
7480         (alpha_heuristic_frame_this_id): Make static.
7481         (alpha_heuristic_frame_prev_register): Likewise.
7482         (alpha_heuristic_frame_base_address): Likewise.
7483         * alpha-tdep.h: Update.
7484
7485 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
7486
7487         * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7488         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7489         defenitions.
7490         (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7491         * i386-tdep.c: Mark functions that are 64-bit safe as such.
7492         (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7493         I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7494         I386_ST0_REGNUM): New defines.
7495         (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7496         codestream_get): Remove define.
7497         (codestream_next_addr, condestream_addr, condestream_buf,
7498         codestream_off, codestream_cnt): Remove variables.
7499         (codestream_fill, codestream_seek, codestream_read): Remove
7500         functions.
7501         (i386_follow_jump): Rewrite to avoid usage of removed codestream
7502         functionality.
7503         (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7504         i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7505         i386_frame_saved_pc, i386_saved_pc_after_call,
7506         i386_frame_num_args, i386_frame_init_saved_regs,
7507         i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7508         i386_push_arguments): Remove functions.
7509         (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7510         functionality.  Use i386_analyze_prologue instead of
7511         i386_get_frame_setup.
7512         (I386_NUM_SAVED_REGS): New define.
7513         (struct i386_frame_cache): New structure.
7514         (i386_alloc_frame_cache, i386_analyze_struct_return,
7515         i386_skip_probe, i386_analyze_frame_setup,
7516         i386_analyze_register_saves, i386_analyze_prologue,
7517         i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7518         i386_frame_prev_register, i386_sigtramp_frame_cache,
7519         i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7520         i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7521         i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7522         New functions.
7523         (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7524         New variables.
7525         (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7526         I386_EAX_REGNUM and I386_EDX_REGNUM.
7527         (i386_extract_return_value, i386_store_return_value): Use
7528         I386_ST0_REGNUM where appropriate.
7529         (i386_extract_struct_value_address): Rewrite to use extract_address.
7530         (i386_svr4_pc_in_sigtramp): Add comment.
7531         (i386_svr4_sigcontext_addr): Rewrite.
7532         (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7533         TDEP->sc_sp_offset.
7534         (i386_gdbarch_init): Don't set deprecated_init_frame_pc.  Set
7535         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7536         of new defines.  Set push_dummy_call, don't set
7537         deprecated_push_arguments, deprecated_push_return_address,
7538         deprecated_pop_frame.  Don't set parm_boundary.  Don't set
7539         deprecated_frame_chain, deprecated_frame_saved_pc,
7540         deprecated_saved_pc_after_call.  Set unwind_dummy_id,
7541         save_dummy_frame_tos, unwind_pc.  Call
7542         frame_unwind_append_predicate and frame_base_set_default.  Don't
7543         set deprecated_dummy_write_pc.  Don't set deprecated_fp_regnum.
7544         Don't set frameless_function_invocation.  Don't set
7545         deprecated_register_bytes, deprecated_register_size,
7546         deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7547         * i386-linux-tdep.c: Fix formatting in some comments.
7548         (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7549         LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7550         LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7551         LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7552         LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7553         redundant parentheses.
7554         (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7555         (i386_linux_sigcontext_addr): Use it.  Rewrite.
7556         (find_minsym_and_objfile): Change name of second argument.
7557         (skip_gnu_resolver): Renamed from skip_hurd_resolver.  All callers
7558         changed.  Use frame_pc_unwind instead of
7559         DEPRECATED_SAVED_PC_AFTER_CALL.
7560         (i386_linux_init_abi): Don't set deprecated_register_bytes.
7561         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7562         * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7563         unwinder.
7564         * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7565         "dummy-frame.h".
7566         (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7567         (_initialize_i386_cygwin_tdep): New prototype.
7568         (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7569         deprecated_frame_chain_valid.
7570         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7571         TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7572         Rely on the SVR4 defaults.
7573         * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7574         * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7575
7576 2003-05-30  Andrew Cagney  <cagney@redhat.com>
7577
7578         * infcall.c (call_function_by_hand): Always call
7579         DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7580
7581 2003-05-30  Richard Henderson  <rth@redhat.com>
7582
7583         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7584         increment.
7585
7586 2003-05-29  Jim Blandy  <jimb@redhat.com>
7587
7588         Use gdbarch methods for solib stuff on PowerPC Linux.
7589         * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7590         SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7591         show through.
7592         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7593         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7594         giving the same effect as the #definitions above.
7595
7596 2003-05-29  Adam Fedor  <fedor@gnu.org>
7597
7598         * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7599         (find_implementation_from_class): Replace it with the standard
7600         case i.e. do nothing.
7601
7602 2003-05-29  Richard Henderson  <rth@redhat.com>
7603
7604         * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7605         (alpha_linux_sigtramp_offset): Use it.  Make static.
7606         (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7607         update for new frame model.
7608         * alpha-mdebug-tdep.c: New file.
7609         * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7610         (alpha_osf1_init_abi): Install it.
7611         * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7612         (linked_proc_desc_table): Remove.
7613         (alpha_frame_past_sigtramp_frame): Remove.
7614         (alpha_dynamic_sigtramp_offset): Remove.
7615         (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7616         (alpha_proc_desc_is_dyn_sigtramp): Remove.
7617         (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7618         (push_sigtramp_desc): Remove.
7619         (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7620         (alpha_cannot_store_register): Likewise.
7621         (alpha_sigcontext_addr): Remove.
7622         (alpha_find_saved_regs): Remove.
7623         (alpha_frame_init_saved_regs): Remove.
7624         (alpha_init_frame_pc_first): Remove.
7625         (read_next_frame_reg): Remove.
7626         (alpha_frame_saved_pc): Remove.
7627         (alpha_saved_pc_after_call): Remove.
7628         (temp_proc_desc, temp_saved_regs): Remove.
7629         (alpha_about_to_return): Remove.
7630         (cached_proc_desc): Remove.
7631         (alpha_frame_chain): Remove.
7632         (alpha_print_extra_frame_info): Remove.
7633         (alpha_init_extra_frame_info): Remove.
7634         (alpha_frame_locals_address): Remove.
7635         (alpha_frame_args_address): Remove.
7636         (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7637         (alpha_push_dummy_frame): Remove.
7638         (alpha_pop_frame): Remove.
7639         (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7640         (alpha_read_insn): New.
7641         (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7642         for different insn encodings.
7643         (alpha_in_lenient_prologue): Remove.
7644         (struct alpha_sigtramp_unwind_cache): New.
7645         (alpha_sigtramp_frame_unwind_cache): New.
7646         (alpha_sigtramp_register_address): New.
7647         (alpha_sigtramp_frame_this_id): New.
7648         (alpha_sigtramp_frame_prev_register): New.
7649         (alpha_sigtramp_frame_unwind): New.
7650         (alpha_sigtramp_frame_p): New.
7651         (struct alpha_heuristic_unwind_cache): New.
7652         (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7653         don't count nop insns that occur between functions.
7654         (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7655         heuristic_proc_desc, but without the mdebug wrapping.
7656         (alpha_heuristic_frame_this_id): New.
7657         (alpha_heuristic_frame_prev_register): New.
7658         (alpha_heuristic_frame_unwind): New.
7659         (alpha_heuristic_frame_p): New.
7660         (alpha_heuristic_frame_base_address): New.
7661         (alpha_heuristic_frame_base): New.
7662         (alpha_unwind_dummy_id): New.
7663         (alpha_unwind_pc): New.
7664         (alpha_gdbarch_init): Don't set skip_sigtramp_frame.  Kill use of
7665         frame related deprecated initializations; install replacements.
7666         (alpha_dump_tdep): Remove.
7667         * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7668         (alpha_read_insn, alpha_after_prologue,
7669         alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7670         alpha_heuristic_frame_prev_register,
7671         alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7672         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7673         * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7674         * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7675
7676 2003-05-29  Andrew Cagney  <cagney@redhat.com>
7677
7678         * gdb_assert.h (gdb_assert_fail): Provide different definitions
7679         dependant on the availability of ASSERT_FUNCTION.
7680         (ASSERT_FUNCTION): Do not define when there is no function name.
7681
7682 2003-05-29  Kevin Buettner  <kevinb@redhat.com>
7683
7684         From Jimi X <jimix@watson.ibm.com>:
7685         * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7686
7687 2003-05-28  Jim Blandy  <jimb@redhat.com>
7688
7689         * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7690         argument to ptrace to int; the system headers should give it the
7691         right type, and pointers don't fit in ints on powerpc64-*-*.
7692
7693 2003-05-28  H.J. Lu <hongjiu.lu@intel.com>
7694
7695         * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7696         DW_TAG_catch_block.
7697
7698 2003-05-26  Elena Zannoni  <ezannoni@redhat.com>
7699
7700         * stabsread.c (dbx_lookup_type): Make static.
7701         (read_type): Ditto.
7702         (add_undefined_type): Ditto.
7703         * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7704         not export.
7705
7706 2003-05-26  Elena Zannoni  <ezannoni@redhat.com>
7707
7708         * hpread.c (hpread_has_name): Make static.
7709         (hpread_psymtab_to_symtab): Ditto.
7710         (file_exists): Ditto.
7711         (hpread_call_pxdb): Ditto.
7712         (hpread_pxdb_needed): Ditto.
7713         (hpread_quick_traverse): Ditto.
7714         (hpread_get_header): Ditto.
7715         (hpread_get_lntt): Ditto.
7716         (hpread_get_slt): Ditto.
7717         (class_of): Ditto.
7718
7719 2003-05-25  Andreas Schwab  <schwab@suse.de>
7720
7721         * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7722         stack_align and deprecated_extra_stack_alignment_needed.
7723         (m68k_stack_align): Delete.
7724
7725         * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7726         (m68k_register_virtual_size): Likewise.
7727         (altos_skip_prologue): Remove obsolete function.
7728         (isi_frame_num_args): Likewise.
7729         (news_frame_num_args): Likewise.
7730         (m68k_fix_call_dummy): Make static.
7731         (m68k_push_dummy_frame): Likewise.
7732         (m68k_pop_frame): Likewise.
7733         (m68k_skip_prologue): Likewise.
7734         (m68k_frame_init_saved_regs): Likewise.
7735         (m68k_saved_pc_after_call): Likewise.
7736         (m68k_get_longjmp_target): Make multi-arch.
7737         (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7738         structure.  Register m68k_get_longjmp_target if enabled.
7739         * m68k-tdep.h (struct gdbarch_tdep): Define.
7740         * config/m68k/tm-m68k.h: Don't include "regcache.h".
7741
7742         * Makefile.in (config.status): Also depend on configure.tgt
7743         and configure.host.
7744         (m68klinux-tdep.o): Update dependencies.
7745         * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7746         * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7747         (M68K_LINUX_JB_PC): Define.
7748         (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7749         and take additional parameter.
7750         (m68k_linux_sigtramp_saved_pc): Update.
7751         (m68k_linux_init_abi): Set jb_pc and jb_elt_size.  Register
7752         m68k_linux_pc_in_sigtramp, in_plt_section,
7753         find_solib_trampoline_target.
7754         * config/m68k/tm-linux.h: Don't include any tm headers.
7755         (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7756         (JB_ELEMENT_SIZE): Likewise.
7757         (JB_PC): Likewise.
7758         (GET_LONGJMP_TARGET): Likewise.
7759         (IN_SIGTRAMP): Likewise.
7760         (SVR4_SHARED_LIBS): Define this and include "solib.h".
7761
7762 2003-05-25  Mark Kettenis  <kettenis@gnu.org>
7763
7764         * sparc-tdep.c (sparc32_do_push_arguments): New function.
7765         (sparc32_push_arguments): Re-implement by calling
7766         sparc32_do_push_arguments.
7767
7768 2003-05-25  Mark Kettenis  <kettenis@gnu.org>
7769
7770         * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7771         SPARC_O1_REGNUM): New defines.
7772         (sparc32_extract_return_value): Rewrite to operate on a regcache.
7773         (sparc32_store_return_value): New function.
7774         (sparc_extract_struct_value_address): Rewrite to operate on a
7775         regcache.
7776         (sparc_gdbarch_init): Don't set
7777         deprecated_extract_struct_value_address.  Set
7778         extract_struct_value_address instead. Don't set
7779         deprecated_extract_return_value and deprecated_store_return_value
7780         for 32-bit targets.  Set extract_return_value and
7781         store_return_value instead.
7782         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7783         DEPRECTAED_EXTRACT_RETURN_VALUE,
7784         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7785         (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7786         EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7787         (sparc_store_return_value): Remove prototype.
7788         (sparc32_store_return_value): New prototype.
7789         (sparc32_extract_return_value, sparc_extract_struct_value_address):
7790         Adjust prototypes.
7791
7792 2003-05-24  Mark Kettenis  <kettenis@gnu.org>
7793
7794         * sparcnbsd-tdep.c: Include "gdb_string.h".
7795
7796 2003-05-23  Andrew Cagney  <cagney@redhat.com>
7797
7798         * p-valprint.c (pascal_val_print): Replace extract_address with
7799         the inline equivalent extract_unsigned_integer.
7800         * jv-valprint.c (java_value_print): Ditto.
7801         * ada-valprint.c (ada_val_print_1): Ditto.
7802         * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7803
7804 2003-05-23  Theodore A. Roth  <troth@openavr.org>
7805
7806         * blockframe.c (frameless_look_for_prologue): Remove unused
7807         after_prologue variable.
7808
7809 2003-05-23  Mark Kettenis  <kettenis@gnu.org>
7810
7811         * blockframe.c (get_pc_function_start): Rewrite to avoid
7812         asignments in if-statements.
7813
7814 2003-05-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
7815
7816         Committed by Elena Zannoni  <ezannoni@redhat.com>.
7817         * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7818         files, don't relocate absolute symbols (and do use mst_abs).
7819
7820 2003-05-23  Andrew Cagney  <cagney@redhat.com>
7821
7822         * objc-lang.c: Include "gdb_assert.h".
7823         (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7824         (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7825         (gdb_check, gdb_check_fatal): Delete functions.
7826         (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7827         gdb_assert.
7828         (parse_selector, parse_method, find_methods, find_imps): Ditto.
7829         * Makefile.in (objc-lang.o): Update dependencies.
7830
7831 2003-05-22  Ian Lance Taylor  <ian@airs.com>
7832
7833         * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7834         with fprintf_filtered, not fprintf_unfiltered.
7835
7836 2003-05-22  Andrew Cagney  <cagney@redhat.com>
7837
7838         * stack.c (frame_info): Inline extract_address, replacing it with
7839         extract_unsigned_integer.
7840         * findvar.c (unsigned_pointer_to_address): Ditto.
7841         * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7842         * dwarf2expr.c (dwarf2_read_address): Ditto.
7843         * frame.c (frame_pc_unwind): Update comment.
7844         * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7845
7846 2003-05-22  Jeff Johnston  <jjohnstn@redhat.com>
7847
7848         * infptrace.c (detach): Call print_sys_errmsg rather than
7849         perror_with_name to issue warning message when errno is non-zero
7850         after calling ptrace detach.
7851
7852 2003-05-21  J. Brobecker  <brobecker@gnat.com>
7853
7854         * config/pa/tm-hppa.h: Delete some unused macros. Move some
7855         macro definitions from here...
7856         * hppa-tdep.c: ...to there.
7857
7858 2003-05-20  Kevin Buettner  <kevinb@redhat.com>
7859
7860         * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7861         register_ptrace_addr().  Fix all callers.
7862
7863 2003-05-21  Andreas Schwab  <schwab@suse.de>
7864
7865         * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7866         dependencies.
7867         * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7868         end.
7869         * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7870         (_initialize_m68k_linux_tdep): New function.
7871         (m68k_linux_frame_saved_pc): Make static.
7872         (m68k_linux_extract_return_value): Likewise.
7873         (m68k_linux_store_return_value): Likewise.
7874         (m68k_linux_extract_struct_value_address): Likewise.
7875         * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7876         Remove.
7877         (DEPRECATED_STORE_RETURN_VALUE): Remove.
7878         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7879         (DEPRECATED_FRAME_SAVED_PC): Remove.
7880
7881 2003-05-20  Kris Warkentin  <kewarken@qnx.com>
7882
7883         * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7884         regset numbering rather than our own.
7885
7886 2003-05-19  David Carlton  <carlton@bactrian.org>
7887
7888         * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7889
7890 2003-05-19  David Carlton  <carlton@bactrian.org>
7891
7892         Partial fix for PR c++/827.
7893         * cp-support.h: Include symtab.h.
7894         Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7895         * cp-namespace.c: Update contributors.
7896         (cp_lookup_symbol_nonlocal): New.
7897         (lookup_namespace_scope, cp_lookup_symbol_namespace)
7898         (lookup_symbol_file): Ditto.
7899         * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7900         * block.h: Declare block_scope, block_using, block_global_block.
7901         * block.c (block_scope): New.
7902         (block_using, block_global_block): Ditto.
7903         * Makefile.in (cp_support_h): Depend on symtab_h.
7904         * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7905
7906 2003-05-19  David Carlton  <carlton@bactrian.org>
7907
7908         * language.h (struct language_defn): Add 'la_value_of_this'
7909         and 'la_lookup_symbol_nonlocal' members.
7910         * symtab.h: Declare basic_lookup_symbol_nonlocal,
7911         lookup_symbol_static, lookup_symbol_global,
7912         lookup_symbol_aux_block.
7913         * symtab.c (lookup_symbol_aux): Call language hooks to determine
7914         if we should search fields of this and how to do static/global
7915         lookup.
7916         (lookup_symbol_aux_block): Make extern.
7917         (basic_lookup_symbol_nonlocal): New.
7918         (lookup_symbol_static, lookup_symbol_global): Ditto.
7919         * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7920         'la_lookup_symbol_nonlocal' members.
7921         * c-lang.c (c_language_defn, cplus_language_defn)
7922         (asm_language_defn, minimal_language_defn): Ditto.
7923         * jv-lang.c (java_language_defn): Ditto.
7924         * language.c (unknown_language_defn, auto_language_defn)
7925         (local_language_defn): Ditto.
7926         * m2-lang.c (m2_language_defn): Ditto.
7927         * objc-lang.c (objc_language_defn): Ditto.
7928         * scm-lang.c (scm_language_defn): Ditto.
7929         * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7930         * p-lang.c (pascal_language_defn): Ditto for both.
7931         * Makefile.in (f-lang.o): Depend on value_h.
7932         (p-lang.o): Ditto.
7933
7934 2003-05-19  David Carlton  <carlton@bactrian.org>
7935
7936         * block.h: Declare block_static_block.
7937         * block.c (block_static_block): New.
7938         * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7939         lookup_symbol_aux_local, calling block_static_block instead.
7940         (lookup_symbol_aux_local): Delete 'static_block' argument.
7941
7942 2003-05-19  David Carlton  <carlton@bactrian.org>
7943
7944         * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7945
7946 2003-05-19  Michal Ludvig  <mludvig@suse.cz>
7947
7948         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7949         register numbers mapping.
7950
7951 2003-05-18  Adam Fedor  <fedor@gnu.org>
7952
7953         * symtab.c (completion_list_objc_symbol): New function.
7954         (make_symbol_completion_list): Use it to add ObjC symbols
7955         when looking though the list.
7956         (language_search_unquoted_string): New function.
7957         (make_file_symbol_completion_list): Use it.
7958
7959 2003-05-18  Andreas Schwab  <schwab@suse.de>
7960
7961         * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7962         dependencies.
7963         * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7964         as m68k_linux_extract_return_value.
7965         (DEPRECATED_STORE_RETURN_VALUE): Define as
7966         m68k_linux_store_return_value.
7967         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7968         m68k_linux_extract_struct_value_address.
7969         * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7970         get_next_frame, get_frame_base, get_frame_pc.
7971         (m68k_linux_frame_saved_pc): Use get_frame_base.
7972         (m68k_linux_extract_return_value): New function.
7973         (m68k_linux_store_return_value): New function.
7974         (m68k_linux_extract_struct_value_address): New function.
7975         * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7976
7977         * c-exp.y (typebase): Remove duplicate occurence of
7978         `SIGNED_KEYWORD LONG LONG'.  Use builtin_type_long_long instead
7979         of lookup_signed_typename.
7980
7981 2003-05-18  Mark Kettenis  <kettenis@gnu.org>
7982
7983         * dwarf2loc.c (find_location_expression): Change type of second
7984         argument to `size_t *'.
7985         (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7986         for size variable.
7987
7988 2003-05-18  David Carlton  <carlton@bactrian.org>
7989
7990         * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7991         'linkage_name'.  Add comment.
7992         (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7993         'linkage_name'.
7994         (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7995         (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7996         (lookup_block_symbol): Ditto.
7997
7998 2003-05-16  Andrew Cagney  <cagney@redhat.com>
7999
8000         * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8001         * gdbarch.h, gdbarch.c: Re-generate.
8002         * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8003         * TODO (REGISTER_BYTES): Delete reference.
8004         * alpha-tdep.c (alpha_gdbarch_init): Update.
8005         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8006         * x86-64-tdep.c (x86_64_init_abi): Update.
8007         * vax-tdep.c (vax_gdbarch_init): Update.
8008         * v850-tdep.c (v850_gdbarch_init): Update.
8009         * sparc-tdep.c (sparc_gdbarch_init): Update.
8010         * sh-tdep.c (sh_gdbarch_init): Update.
8011         * s390-tdep.c (s390_gdbarch_init): Update.
8012         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8013         * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8014         (ns32k_gdbarch_init_32382): Update.
8015         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8016         * mcore-tdep.c (mcore_gdbarch_init): Update.
8017         * m68k-tdep.c (m68k_gdbarch_init): Update.
8018         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8019         * ia64-tdep.c (ia64_gdbarch_init): Update.
8020         * i386-tdep.c (i386_gdbarch_init): Update.
8021         * i386-linux-tdep.c (i386_linux_init_abi): Update.
8022         * hppa-tdep.c (hppa_gdbarch_init): Update.
8023         * h8300-tdep.c (h8300_gdbarch_init): Update.
8024         * frv-tdep.c (frv_gdbarch_init): Update.
8025         * cris-tdep.c (cris_gdbarch_init): Update.
8026         * avr-tdep.c (avr_gdbarch_init): Update.
8027         * arm-tdep.c (arm_gdbarch_init): Update.
8028         * sparc-tdep.c (sparc_pop_frame): Update.
8029         * rs6000-tdep.c (rs6000_pop_frame): Update.
8030         * remote.c (init_remote_state): Update.
8031         (remote_prepare_to_store): Update.
8032         * remote-vx.c (vx_prepare_to_store): Update.
8033         * remote-sds.c (sds_fetch_registers): Update.
8034         (sds_prepare_to_store): Update.
8035         * remote-array.c: Update.
8036         * regcache.c (init_legacy_regcache_descr): Update.
8037         (init_regcache_descr): Update.
8038         * mips-tdep.c (mips_eabi_extract_return_value): Update.
8039         (mips_o64_extract_return_value): Update.
8040         * irix5-nat.c (fetch_core_registers): Update.
8041         * irix4-nat.c (fetch_core_registers): Update.
8042         * i386-tdep.h: Update.
8043         * hppa-tdep.c (pa_do_registers_info): Update.
8044         (pa_do_strcat_registers_info): Update.
8045         * cris-tdep.c (cris_register_bytes_ok): Update.
8046         * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8047         * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8048         * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8049         * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8050         * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8051         * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8052         * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8053         * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8054         * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8055         * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8056         * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8057         * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8058         (REGISTER_BYTES_OK): Update.
8059         * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8060         * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8061
8062 2003-05-16  Ian Lance Taylor  <ian@airs.com>
8063
8064         * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8065         (vax_print_insn, print_insn_arg): Remove static functions.
8066         (vax_gdbarch_init): Call set_gdbarch_print_insn with
8067         print_insn_vax from opcodes library.
8068         (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8069
8070 2003-05-15  Andrew Cagney  <cagney@redhat.com>
8071
8072         * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8073         * target.h (memory_breakpoint_from_pc): Delete declaration.
8074         * mem-break.c (memory_breakpoint_from_pc): Delete function.
8075         * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8076         * monitor.c (monitor_insert_breakpoint): Use
8077         gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8078         * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8079         * gdbarch.h, gdbarch.c: Re-generate.
8080         * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8081         (sparc_gdbarch_init): Set breakpoint_from_pc to
8082         sparc_breakpoint_from_pc.
8083         * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8084         (BREAKPOINT_FROM_PC): Define.
8085         (sparc_breakpoint_from_pc): Declare.
8086         * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8087         * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8088         (BREAKPOINT_FROM_PC): Define.
8089         (BREAKPOINT): Delete macro.
8090         * target.h: Update comment.
8091         * s390-tdep.c (s390_gdbarch_init): Update comments.
8092         * remote.c: Update comments.
8093         * remote-mips.c: Update comments.
8094         * proc-api.c (write_with_trace): Do not check for a breakpoint.
8095         * mem-break.c: Update comment.
8096         * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8097         (ia64_memory_insert_breakpoint): Update.
8098         * config/sparc/tm-sparc.h: Update comment.
8099         * config/pa/tm-hppa64.h: Update comment.
8100         * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8101         (rs6000_breakpoint_from_pc): Update.
8102         * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8103         (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8104         (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8105         (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8106         (mips_breakpoint_from_pc): Update.
8107         (mips_dump_tdep): Update.
8108
8109         * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8110         * minsyms.c (lookup_minimal_symbol): Inline
8111         DEPRECATED_SYMBOL_MATCHES_NAME.  Replace STREQ with strcmp.
8112
8113         * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8114         * p-valprint.c (pascal_object_print_value_fields): Ditto.
8115         * p-lang.c (pascal_printstr): Ditto.
8116         * objc-lang.c (objc_printstr): Ditto.
8117         * m2-lang.c (m2_printstr): Ditto.
8118         * jv-valprint.c (java_print_value_fields): Ditto.
8119         * f-lang.c (f_printstr): Ditto.
8120         * cp-valprint.c (cp_print_value_fields): Ditto.  Include "valprint.h".
8121         * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8122         for repeat_count_threshold.
8123         * Makefile.in (cp-valprint.o): Update dependencies.
8124
8125 2003-05-15  Jeff Johnston  <jjohnstn@redhat.com>
8126
8127         * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8128         (examine_prologue): Support looking through leaf functions, knowing
8129         they start with mov r2,r12.  Support skipping over indirect stores
8130         of the input registers.  Upon hitting a non-nop branch instruction
8131         or predicated instruction, bail out by setting lim_pc to the current
8132         pc value in the loop.  At the end, if the lim_pc value is still
8133         beyond our calculated value and we have trust_limit set,
8134         use the lim_pc value.
8135
8136 2003-05-15  Andrew Cagney  <cagney@redhat.com>
8137
8138         * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8139         generic_find_dummy_frame.
8140         * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8141         (deprecated_generic_find_dummy_frame): Update.
8142         (deprecated_read_register_dummy): Update.
8143         * frame.c (deprecated_generic_get_saved_register): Update.
8144
8145 2003-05-15  Theodore A. Roth  <troth@openavr.org>
8146
8147         * avr-tdep.c (avr_breakpoint_from_pc): New function.
8148         (avr_gdbarch_init): Set breakpoint_from_pc method.
8149
8150 2003-05-15  Andrew Cagney  <cagney@redhat.com>
8151
8152         * regcache.c (build_regcache): Set deprecated_register_valid
8153         directly.
8154         (deprecated_grub_regcache_for_register_valid): Delete function.
8155         * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8156         declaration.
8157
8158 2003-05-15  David Carlton  <carlton@bactrian.org>
8159
8160         Committed by Elena Zannoni <ezannoni@redhat.com>
8161         * symtab.c (lookup_symbol_aux): Delete calls to
8162         lookup_symbol_aux_minsyms.
8163         (lookup_symbol_aux_minsyms): Comment out function and
8164         prototype. Delete lookup by mangled name.
8165
8166 2003-05-14  Kevin Buettner  <kevinb@redhat.com>
8167
8168         * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8169         correctly indicate an empty stack and ``stack_allocated'' to the
8170         indicate the number of elements initially allocated.
8171         (dwarf_expr_grow_stack): Simplify method for computing new
8172         stack size.  Don't loop infinitely if ``stack_len'' is zero.
8173         (execute_stack_op): Move ``ctx->in_reg'' initialization
8174         out of loop.  Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8175         be used in conjuction with DW_OP_piece.  Revise error message
8176         accordingly.
8177
8178 2003-05-14  Theodore A. Roth  <troth@openavr.org>
8179
8180         * MAINTAINERS: Update my email address.
8181         * avr-tdep.c: Ditto.
8182
8183 2003-05-14  Elena Zannoni  <ezannoni@redhat.com>
8184
8185         * symtab.h (enum domain_enum): Rename from namespace_enum.
8186         (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8187         VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8188         Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8189         LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8190         TYPES_NAMESPACE, METHODS_NAMESPACE.
8191         (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8192         (struct symbol, struct partial_symbol): Rename field
8193         'namespace_enum namespace' to 'domain_enum domain'.
8194         (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8195         Delete old define kludge for namespace.
8196
8197         * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8198         blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8199         dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8200         gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8201         language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8202         mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8203         p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8204         stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8205         valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8206         occurrences of the above.
8207
8208 2003-05-14  Ian Lance Taylor  <ian@airs.com>
8209
8210         * Makefile.in (install-only): Use $(SHELL) when running
8211         mkinstalldirs.
8212
8213 2003-05-13  Ian Lance Taylor  <ian@airs.com>
8214
8215         * MAINTAINERS (write after approval): Add myself.
8216
8217         * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8218         second and third arguments.
8219         * ser-tcp.c (_initialize_ser_tcp): Likewise.
8220         * ser-unix.c (_initialize_ser_hardwire): Likewise.
8221
8222 2003-05-13  Andrew Cagney  <cagney@redhat.com>
8223
8224         * defs.h (store_address): Delete declaration.
8225         findvar.c (store_address): Delete function.
8226         * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8227         store_unsigned_integer.
8228         * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8229         * v850-tdep.c (v850_push_arguments): Ditto.
8230         * sparc-tdep.c (sparc_get_saved_register): Ditto.
8231         * sh-tdep.c (sh64_get_saved_register): Ditto.
8232         * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8233         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8234         * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8235         (mips_get_saved_register): Ditto.
8236         * ia64-tdep.c (ia64_get_saved_register): Ditto.
8237         (find_func_descr, ia64_push_arguments): Ditto.
8238         * i386-tdep.c (i386_push_arguments): Ditto.
8239         * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8240         * frv-tdep.c (frv_push_arguments): Ditto.
8241         * frame.c (legacy_saved_regs_prev_register): Ditto.
8242         (deprecated_generic_get_saved_register): Ditto.
8243         * findvar.c (unsigned_address_to_pointer): Ditto.
8244         * dwarf2read.c (dwarf2_const_value): Ditto.
8245         * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8246         * alpha-tdep.c (alpha_push_arguments): Ditto.
8247
8248 2003-05-12  J. Brobecker  <brobecker@gnat.com>
8249
8250         * NEWS: Mention that the hppa-hpux port has been partially
8251         multiarched (32bit ABIT only, so far).
8252
8253 2003-05-11  Andrew Cagney  <cagney@redhat.com>
8254
8255         * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8256         * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8257         include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8258         sim/testsuite/sim/arm/misaligned2.ms, and
8259         sim/testsuite/sim/arm/misaligned3.ms.
8260         * disasm.h (struct ui_file): Add opaque struct declaration.
8261         * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8262         * frame.h (struct ui_file): Ditto.
8263
8264 2003-05-11  Mark Kettenis  <kettenis@gnu.org>
8265
8266         * value.h: Pretty print.
8267
8268 2003-05-10  Mark Kettenis  <kettenis@gnu.org>
8269
8270         * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8271
8272 2003-05-08  Andrew Cagney  <cagney@redhat.com>
8273
8274         * regcache.h (max_register_size): Delete declaration.
8275         * regcache.c (max_register_size): Delete function.
8276         (struct regcache_descr): Delete field "max_register_size".
8277         (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8278         registers fit in MAX_REGISTER_SIZE.
8279         (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8280         (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8281         * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8282         * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8283         * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8284         * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8285         * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8286         * dve3900-rom.c, hppa-tdep.c: Ditto.
8287
8288 2003-05-08  David Carlton  <carlton@math.stanford.edu>
8289
8290         * valops.c (push_word): Fix typo.
8291
8292 2003-05-08  Andrew Cagney  <cagney@redhat.com>
8293
8294         * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8295         * gdbarch.h: Re-generate.
8296         * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8297         (legacy_max_register_raw_size): Delete declaration.
8298         * regcache.c (legacy_max_register_raw_size): Delete function.
8299         * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8300         * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8301         * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8302         * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8303         * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8304         * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8305         * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8306         * findvar.c, dwarf2cfi.c: Ditto.
8307
8308 2003-05-08  Andrew Cagney  <cagney@redhat.com>
8309
8310         * mips-tdep.c (read_signed_register): New function, moved to here
8311         from "regcache.c".
8312         (read_signed_register_pid): Ditto.
8313         * regcache.c (read_signed_register_pid): Delete function, moved to
8314         "mips-tdep.c".
8315         (read_signed_register): Ditto.
8316         * regcache.h (read_signed_register): Delete declaration.
8317         (read_signed_register_pid): Delete declaration.
8318
8319 2003-05-08  Andrew Cagney  <cagney@redhat.com>
8320
8321         * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8322         * gdbarch.h: Re-generate.
8323         * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8324         (legacy_max_register_virtual_size): Delete declaration.
8325         * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8326         * d10v-tdep.c (d10v_print_registers_info): Ditto.
8327         * tracepoint.c (memrange_sortmerge): Ditto.
8328         * sparc-tdep.c (sparc_print_registers): Ditto.
8329         * regcache.c (legacy_max_register_virtual_size): Delete function.
8330
8331 2002-05-08  J. Brobecker  <brobecker@gnat.com>
8332
8333         * fork-child.c (escape_bang_in_quoted_argument): New function.
8334         (fork_inferior): Escape '!' characters in quoted arguments
8335         only when needed.
8336
8337 2003-05-08  J. Brobecker  <brobecker@gnat.com>
8338
8339         * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8340         the language of the CU is not currently supported by GDB.
8341
8342 2003-05-08  J. Brobecker  <brobecker@gnat.com>
8343
8344         * defs.h (language): Add language_minimal enum value.
8345         * c-lang.c (minimal_language_defn): New language definition.
8346         (_initialize_c_language): Add the new minimal language to the list
8347         of languages known to GDB.
8348
8349 2003-05-08  Kevin Buettner  <kevinb@redhat.com>
8350
8351         * frame.c (get_frame_type): Don't attempt to lazily initialize
8352         frame's unwinder for legacy frames.
8353
8354 2003-05-07  Andrew Cagney  <cagney@redhat.com>
8355
8356         * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8357         and "regcache" parameters.
8358         * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8359
8360 2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>
8361
8362         * dwarf2read.c (dwarf_decode_lines): Only use output of
8363         check_cu_functions() when calling record_line().  Do not update
8364         the current address.
8365
8366 2003-05-07  Andrew Cagney  <cagney@redhat.com>
8367
8368         * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8369         code.
8370
8371 2003-05-07  Jim Blandy  <jimb@redhat.com>
8372
8373         Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8374         'maint info symtabs' and 'maint info psymtabs'.
8375         * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8376         Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8377         * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8378         Declarations updated.
8379         * maint.c (maintenance_list_command): Delete.
8380         (_initialize_maint_cmds): Update calls to add_cmd.
8381         * gdbcmd.h (maintenancelistlist): Delete declaration.
8382         * cli/cli-cmds.c (maintenancelistlist): Delete.
8383         (init_cmd_lists): Don't initialize it.
8384         * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8385
8386 2003-05-07  Andrew Cagney  <cagney@redhat.com>
8387
8388         * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8389         "regcache".
8390         (d10v_print_registers_info): Update.
8391         (d10v_dmap_register, d10v_imap_register): Delete functions.
8392         (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8393         and "imap_register".
8394         (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8395         (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8396         * arch-utils.c (generic_remote_translate_xfer_address): Add
8397         "regcache" and "gdbarch" parameters.
8398         * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8399         parameter.  Change class to multi-arch.
8400         * gdbarch.h, gdbarch.c: Re-generate.
8401         * remote.c (remote_xfer_memory): Use
8402         gdbarch_remote_translate_xfer_address.
8403
8404 2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>
8405
8406         * infrun.c (prev_pc): Move declaration ahead of proceed().
8407         (proceed): Refresh prev_pc value before resuming.
8408         (stop_stepping): Remove code to refresh prev_pc.
8409
8410 2003-05-06  Kris Warkentin <kewarken@qnx.com>
8411
8412         * nto-tdep.c: Removed stray comment.
8413
8414 2003-05-06  Kris Warkentin <kewarken@qnx.com>
8415
8416         * i386-nto-tdep.c: Fix old K&R function definitions.
8417         * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8418         Also change add_show_from_set() call to add_setshow_cmd().
8419         * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8420
8421 2003-05-05  Andrew Cagney  <cagney@redhat.com>
8422
8423         * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8424         (fprint_dummy_frames): New function.
8425         (maintenance_print_dummy_frames): New function.
8426         (_initialize_dummy_frame): Add command "maint print dummy-frames".
8427         * frame.c (fprint_frame_id): Make global.
8428         * frame.h (fprint_frame_id): Declare.
8429         * Makefile.in (dummy-frame.o): Update dependencies.
8430
8431 2003-05-05  Andrew Cagney  <cagney@redhat.com>
8432
8433         * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8434         (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8435         SIZEOF_CALL_DUMMY_WORDS.
8436         (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8437         (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8438         (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8439         CALL_DUMMY_BREAKPOINT_OFFSET.
8440         (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8441         CALL_DUMMY_START_OFFSET.
8442         (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8443         * gdbarch.h, gdbarch.c: Re-generate.
8444         * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8445         * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8446         * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8447         * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8448         * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8449         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8450         * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8451         * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8452         * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8453         * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8454         * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8455         * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8456         * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8457         * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8458         * config/sparc/tm-sparc.h: Update.
8459
8460 2003-05-05  Kris Warkentin <kewarken@qnx.com>
8461
8462         * configure.tgt: Add i[3456]86-*-nto*.
8463         * i386-nto-tdep.c: New file.  i386 specific support for QNX Neutrino.
8464         * nto-tdep.c: New file. Neutrino target support routines.
8465         * nto-tdep.h: New file. Neutrino target header.
8466         * config/tm-qnxnto.h: New file.
8467         * config/i386/i386nto.mt: New file.
8468         * config/i386/tm-i386nto.h: New file.
8469
8470 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8471
8472         * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8473         (load_infrun_state): Ditto.
8474         (struct thread_info): Drop "prev_func_name" field.
8475         * thread.c (load_infrun_state): Update.
8476         (save_infrun_state): Update.
8477         * infrun.c (prev_func_name): Delete variable.
8478         (init_wait_for_inferior): Do not clear prev_func_name.
8479         (stop_stepping, keep_going, context_switch): Do not swap
8480         prev_func_name.
8481         (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8482         instead of PC_IN_SIGTRAMP.
8483
8484 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8485
8486         * sentinel-frame.c (sentinel_frame_prev_register): Replace
8487         REGISTER_BYTE with register_offset_hack.
8488         * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8489         that REGISTER_BYTE is consistent with the regcache.
8490         * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8491         * gdbarch.h, gdbarch.c: Regenerate.
8492
8493 2003-05-04  Mark Kettenis  <kettenis@gnu.org>
8494
8495         * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8496         (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8497
8498         * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8499
8500 2003-05-03  J. Brobecker  <brobecker@gnat.com>
8501
8502         From Thierry Schneider <tpschneider1@yahoo.com>
8503         * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8504         (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8505         (mi-cmd-symbol.o): Add rule.
8506
8507 2003-05-03  Andrew Cagney  <cagney@redhat.com>
8508
8509         * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8510         comments noteing that it replaces the old FIX_CALL_DUMMY code.
8511         * gdbarch.h, gdbarch.c: Re-generate.
8512         * d10v-tdep.c (d10v_push_dummy_code): New function.
8513         (d10v_gdbarch_init): Set push_dummy_code.
8514         * infcall.c (legacy_push_dummy_code): New function.
8515         (generic_push_dummy_code): New function.
8516         (push_dummy_code): New function.
8517         (call_function_by_hand): Call push_dummy_code.  Pass bp_addr,
8518         instead of dummy_addr, to push_dummy_call.  Move call to
8519         generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8520         switch.
8521         * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8522
8523 2003-05-03  Andrew Cagney  <cagney@redhat.com>
8524
8525         * disasm.h (print_insn): Declare.
8526         * disasm.c (init_gdb_disassemble_info): New function.
8527         (gdb_disassembly): Call init_gdb_disassemble_info.
8528         (gdb_print_insn): New function.
8529         * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8530         of TARGET_PRINT_INSN.  Send debug info to "gdb_stdlog".
8531         * mcore-tdep.c: Include "disasm.h"
8532         (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8533         * d10v-tdep.c: Include "disasm.h".
8534         (display_trace): Call gdb_print_insn, instead of print_insn.
8535         (print_insn): Delete function.
8536         * printcmd.c: Include "disasm.h".
8537         (print_insn): Delete function.
8538         (print_formatted): Call gdb_print_insn, instead of print_insn.
8539         * Makefile.in (printcmd.o): Update dependencies.
8540         (mcore-tdep.o, d10v-tdep.o): Ditto.
8541
8542 2003-05-02  Andrew Cagney  <cagney@redhat.com>
8543
8544         * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8545         PC_REGNUM, re-indent.
8546         * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8547         PC_REGNUM isn't set.
8548
8549         * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8550         * gdbarch.h, gdbarch.c: Re-generate.
8551         * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8552         register_virtual_size, pc_regnum, or register_bytes.
8553         (D10V_PC_REGNUM): Rename _PC_REGNUM.
8554         (d10v_register_type): Use D10V_PC_REGNUM.
8555         (d10v_print_registers_info, d10v_read_pc): Ditto.
8556         (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8557         (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8558
8559 2003-05-02  David Carlton  <carlton@bactrian.org>
8560
8561         * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8562         the name with mstrsave.
8563
8564 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
8565
8566         * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8567         GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8568         (host_charset_name, target_charset_name): New vars for use by
8569         set/show commands.
8570         (host_charset_enum, target_charset_enum): New enums for set/show
8571         commands.
8572         (set_charset_sfunc, set_host_charset_sfunc,
8573         set_target_charset_sfunc): New functions.
8574         (set_host_charset, set_target_charset): Make static.
8575         (list_charsets, set_host_charset_command,
8576         set_target_charset_command): Delete functions.
8577         (show_charset_command): Rewrite as....
8578         (show_charset): Hook this up with the set/show command mechanism.
8579         (_initialize_charset): Change names of charsets to match the
8580         set/show enums. Use host_charset_name and target_charset_name.
8581         Use set/show mechanism for charset, host-charset, target-charset
8582         commands. Do not make 'show host-charset' and 'show
8583         target-charset' be aliases of 'show charset'.
8584
8585         * charset.h (set_host_charset, set_target_charset): Don't export,
8586         they are not used outside the file.
8587
8588 2003-05-01  Andrew Cagney  <cagney@redhat.com>
8589
8590         * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8591         (gdb_disassembly): Make "di" non static, always initialize and
8592         cleanup.  Always use dis_asm_read_memory.
8593         (gdb_dis_asm_read_memory): Delete function.
8594
8595 2003-05-01  Andrew Cagney  <cagney@redhat.com>
8596
8597         * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8598         (d10v_gdbarch_init): Set frame_align instead of stack_align.
8599
8600 2003-04-30  Andrew Cagney  <cagney@redhat.com>
8601
8602         * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8603         "tm_print_insn_info".
8604         (TARGET_PRINT_INSN_INFO): Delete macro.
8605         (dis_asm_read_memory): Delete function declaration.
8606         (dis_asm_memory_error, dis_asm_print_address): Ditto.
8607         (tm_print_insn_info): Delete variable definition.
8608         (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8609         * gdbarch.h, gdbarch.c: Re-generate.
8610         * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8611         "deprecated_tm_print_insn_info".
8612         * mcore-tdep.c (mcore_dump_insn): Ditto.
8613         * mips-tdep.c (mips_gdbarch_init): Ditto.
8614         * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8615         * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8616         * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8617         * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8618         instead of TARGET_PRINT_INSN_INFO, add comment.
8619         * s390-tdep.c (s390_get_frame_info): Instead of
8620         "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8621         (s390_check_function_end, s390_is_sigreturn): Ditto.
8622         * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8623         (dis_asm_memory_error, dis_asm_print_address): Ditto.
8624         * disasm.c: Include "gdbcore.h".
8625         (_initialize_disasm): New function, initialize
8626         "deprecated_tm_print_insn_info".
8627         (deprecated_tm_print_insn_info): New variable.
8628         (dis_asm_read_memory): Moved from "corefile.c", made static.
8629         (dis_asm_print_address, dis_asm_memory_error): Ditto.
8630         * Makefile.in (disasm.o): Update dependencies.
8631
8632 2003-04-30  Andrew Cagney  <cagney@redhat.com>
8633
8634         * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8635
8636 2003-04-29  Adam Fedor  <fedor@gnu.org>
8637
8638         * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8639         * infcall.c (find_function_addr): Make non-static.
8640         * infcall.h (find_function_addr): Declare.
8641         * Makefile.in (eval.o): Update dependencies.
8642
8643 2003-04-28  Adam Fedor  <fedor@gnu.org>
8644
8645         * symtab.c (symbol_find_demangled_name): Check for and demangle
8646         ObjC symbols.
8647         (symbol_init_demangled_name): Init for language_objc as well.
8648
8649 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8650
8651         * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8652         (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8653         * gdbarch.h, gdbarch.c: Re-generate.
8654         * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8655         DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8656         * inferior.h (deprecated_read_fp): Rename read_fp.
8657         (generic_target_read_fp): Delete declaration.
8658         * regcache.c (generic_target_read_fp): Delete function.
8659         (deprecated_read_fp): Replace read_fp, use
8660         DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8661         * d10v-tdep.c (d10v_read_fp): Delete function.
8662         (d10v_gdbarch_init): Do not set deprecated_read_fp.
8663
8664         * sparc-tdep.c (sparc_gdbarch_init): Do not set
8665         deprecated_target_read_fp to generic_target_read_fp.
8666         * sh-tdep.c (sh_gdbarch_init): Ditto.
8667         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8668         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8669         * frv-tdep.c (frv_gdbarch_init): Ditto.
8670
8671         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8672         deprecated_fp_regnum.
8673         * x86-64-tdep.c (x86_64_init_abi): Ditto.
8674         * vax-tdep.c (vax_gdbarch_init): Ditto.
8675         * v850-tdep.c (v850_gdbarch_init): Ditto.
8676         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8677         * sh-tdep.c (sh_gdbarch_init): Ditto.
8678         * s390-tdep.c (s390_gdbarch_init): Ditto.
8679         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8680         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8681         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8682         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8683         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8684         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8685         * i386-tdep.c (i386_gdbarch_init): Ditto.
8686         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8687         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8688         * frv-tdep.c (frv_gdbarch_init): Ditto.
8689         * cris-tdep.c (cris_gdbarch_init): Ditto.
8690         * avr-tdep.c (avr_gdbarch_init): Ditto.
8691         * arm-tdep.c (arm_gdbarch_init): Ditto.
8692         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8693
8694         * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8695         * v850-tdep.c (v850_gdbarch_init): Ditto.
8696         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8697         * sh-tdep.c (sh_gdbarch_init): Ditto.
8698         * s390-tdep.c (s390_gdbarch_init): Ditto.
8699         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8700         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8701         * mips-tdep.c (mips_gdbarch_init): Ditto.
8702         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8703         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8704         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8705         * frv-tdep.c (frv_gdbarch_init): Ditto.
8706         * avr-tdep.c (avr_gdbarch_init): Ditto.
8707         * arm-tdep.c (arm_gdbarch_init): Ditto.
8708
8709         * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8710         DEPRECATED_FP_REGNUM.
8711         (vax_push_dummy_frame, vax_pop_frame): Ditto.
8712         * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8713         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8714         (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8715         (sparc32_register_virtual_type): Ditto.
8716         * sh-tdep.c (sh64_frame_chain): Ditto.
8717         (sh64_get_saved_register, sh64_pop_frame): Ditto.
8718         (sh_nofp_frame_init_saved_regs): Ditto.
8719         (sh64_nofp_frame_init_saved_regs): Ditto.
8720         (sh_fp_frame_init_saved_regs): Ditto.
8721         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8722         * remote-e7000.c (fetch_regs_from_dump): Ditto.
8723         * procfs.c (procfs_fetch_registers): Ditto.
8724         (procfs_store_registers): Ditto.
8725         * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8726         (store_inferior_registers, fetch_core_registers): Ditto.
8727         (fetch_kcore_registers, clear_regs): Ditto.
8728         * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8729         (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8730         * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8731         * nlm/i386.c (do_status): Ditto.
8732         * mipsv4-nat.c (supply_gregset): Ditto.
8733         * mips-tdep.c: Ditto for comments.
8734         * mips-nat.c (fetch_inferior_registers): Ditto.
8735         (store_inferior_registers, fetch_core_registers): Ditto.
8736         * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8737         (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8738         * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8739         (i386_do_pop_frame, i386_register_type): Ditto.
8740         * hppa-tdep.c (hppa_frame_chain): Ditto.
8741         (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8742         (hppa_pop_frame, hppa_read_fp): Ditto.
8743         (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8744         * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8745         * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8746         * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8747         * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8748         * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8749         * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8750         * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8751         * blockframe.c: Ditto for comments.
8752         * arch-utils.h: Ditto for comments.
8753         * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8754         * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8755         * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8756         * alpha-tdep.h: Ditto for comments.
8757         * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8758         (alpha_cannot_store_register): Ditto.
8759         (alpha_push_dummy_frame): Ditto.
8760         * alpha-nat.c (supply_gregset): Ditto.
8761
8762         * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8763         * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8764         * config/sparc/tm-sparc.h: Update comment.
8765
8766         * hppa-tdep.c (hppa_init_extra_frame_info): Use
8767         deprecated_read_fp instead of TARGET_READ_FP.
8768         (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8769         (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8770         * sparc-tdep.c (sparc_init_extra_frame_info): Use
8771         deprecated_read_fp instead of read_fp.
8772         * s390-tdep.c (s390_push_arguments): Ditto.
8773         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8774         * frame.h: Ditto in comments.
8775         * frame.c (legacy_get_prev_frame): Ditto.
8776         * dummy-frame.c (dummy_frame_this_id): Ditto.
8777         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8778
8779 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8780
8781         * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8782         * gdbarch.h, gdbarch.c: Re-generate.
8783         * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8784         * vax-tdep.c (_initialize_vax_tdep): Update.
8785         * v850-tdep.c (_initialize_v850_tdep): Update.
8786         * sparc-tdep.c (_initialize_sparc_tdep): Update.
8787         * s390-tdep.c (_initialize_s390_tdep): Update.
8788         * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8789         * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8790         * mips-tdep.c (_initialize_mips_tdep): Update.
8791         * mcore-tdep.c (_initialize_mcore_tdep): Update.
8792         * m68k-tdep.c (_initialize_m68k_tdep): Update.
8793         * ia64-tdep.c (_initialize_ia64_tdep): Update.
8794         * hppa-tdep.c (_initialize_hppa_tdep): Update.
8795         * h8300-tdep.c (_initialize_h8300_tdep): Update.
8796         * frv-tdep.c (_initialize_frv_tdep): Update.
8797         * cris-tdep.c (cris_delayed_get_disassembler): Update.
8798         (_initialize_cris_tdep): Update.
8799         * arch-utils.c (legacy_print_insn): Update.
8800         * alpha-tdep.c (_initialize_alpha_tdep): Update.
8801
8802 2003-04-26  Adam Fedor  <fedor@gnu.org>
8803
8804         * linespec.c (decode_objc): New function to decode ObjC calls
8805         (decode_line_1): Check for ObjC calls (using decode_objc)
8806         * Makefile (linespec.o): Update dependencies.
8807
8808 2003-04-26  Daniel Jacobowitz  <drow@mvista.com>
8809
8810         * breakpoint.h (struct breakpoint_ops): New.
8811         (struct breakpoint): Add ops member.
8812
8813         * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8814         (mention): Use new breakpoint ops member.
8815         (set_raw_breakpoint): Initialize ops field to NULL.
8816         (print_exception_catchpoint, print_one_exception_catchpoint)
8817         (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8818         (gnu_v3_exception_catchpoint_ops): New.
8819         (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8820
8821 2003-04-25  Adam Fedor  <fedor@gnu.org>
8822
8823         * Makefile.in (COMMON_OBS): Add objc-lang.o
8824
8825 2003-04-25  Andrew Cagney  <cagney@redhat.com>
8826
8827         * d10v-tdep.c (print_insn): Delete function.
8828         (display_trace): Use TARGET_PRINT_INSN.
8829         (_initialize_d10v_tdep): Do not set tm_print_insn.
8830         (d10v_gdbarch_init): Set print_insn.
8831
8832 2003-04-25  Andrew Cagney  <cagney@redhat.com>
8833
8834         * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8835         (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8836         (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8837         (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8838         (nr_dmap_regs, a0_regnum): ... new functions.
8839         (d10v_print_registers_info): Use a0_regnum, use register_size.
8840         (d10v_register_byte): Delete function.
8841         (d10v_register_raw_size): Delete function.
8842         (d10v_register_type): Use a0_regnum.
8843         (d10v_print_registers_info): Use a0_regnum.
8844         (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8845         (d10v_gdbarch_init): Do not set register_byte or
8846         register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8847         (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8848         extract_address.
8849         (trace_command): Use XCALLOC.
8850         (print_insn): Delete reference to tm_print_insn.
8851         (saved_regs_unwinder): Use store_unsigned_integer instead of
8852         store_address.
8853         * frame.h (FRAME_OBSTACK_CALLOC): Define
8854
8855 2003-04-25  David Carlton  <carlton@bactrian.org>
8856
8857         * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8858
8859 2003-04-24  Adam Fedor  <fedor@gnu.org>
8860
8861         * objc-lang.c: Include "valprint.h"
8862         * Makefile.in (objc-lang.o): Update dependencies.
8863
8864 2003-04-24  Adam Fedor  <fedor@gnu.org>
8865
8866         * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8867         architecture dependant compilation and mark as unimplemented
8868         (until they get put in the gdbarch vector).
8869
8870 2003-04-23  David Carlton  <carlton@bactrian.org>
8871
8872         * cp-support.c (cp_find_first_component): Accept 'operator' in
8873         more locations.
8874
8875 2003-04-23  Andrew Cagney  <cagney@redhat.com>
8876
8877         * infcall.c (call_function_by_hand): Eliminate redundant
8878         indentation.  Move "saved_async" and "old_cleanups" to where they
8879         are needed.
8880
8881 2003-04-23  Andrew Cagney  <cagney@redhat.com>
8882
8883         * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8884         and "buffer".  Move the "name" code to where it is needed.
8885
8886 2003-04-23  Andrew Cagney  <cagney@redhat.com>
8887
8888         * infcall.c (call_function_by_hand): Move variables "start_sp",
8889         "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8890         code to ON_STACK switch branch.
8891
8892 2003-04-23  Andrew Cagney  <cagney@redhat.com>
8893
8894         * infcall.c (call_function_by_hand): Make declaration of "i",
8895         "sal", "bpt" and "old_sp" more local to their use.  Delete #if
8896         lint.
8897
8898 2003-04-23  Andrew Cagney  <cagney@redhat.com>
8899
8900         * infcall.c (call_function_by_hand): Delete variable
8901         "n_method_args".  Localize "param_type"'s declaration to the loop
8902         that it is used.  Reinstate code assigning to said variable -
8903         deleted on 2002-06-14.  Rationalize calls to value_args_coerce.
8904         Rationalize code using "param_type".
8905
8906 2003-04-22  Andrew Cagney  <cagney@redhat.com>
8907
8908         * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8909         compute the breakpoint address.  Only call FIX_CALL_DUMMY when
8910         ON_STACK.  Eliminate the variable "addr".  Do not pass "real_pc"
8911         to DEPRECATED_PUSH_RETURN_ADDRESS.
8912
8913 2003-04-22  Kevin Buettner  <kevinb@redhat.com>
8914
8915         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8916         on the DWARF2 register number prior to fetching a register.
8917
8918 2003-04-22  J. Brobecker  <brobecker@gnat.com>
8919
8920         * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8921         Update all the tests using SOFT_FLOAT considering the fact that
8922         this macro was always set to 0.
8923         * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8924         considering the fact that this macro was always set to 0.
8925         * hppa-tdep.h (hppa_store_return_value): Likewise.
8926         (hppa_extract_return_value): Likewise.
8927
8928 2003-04-22  J. Brobecker  <brobecker@gnat.com>
8929
8930         * config/pa/tm-hppa.h: Remove obsolete code, was used by
8931         the hppa-pro target only.
8932
8933 2003-04-21  J. Brobecker  <brobecker@gnat.com>
8934
8935         Ongoing multi-arch conversion effort for HP/UX:
8936         * config/pa/tm-hppa.h: Move all macro that are no longer
8937         defined now that GDB_MULTI_ARCH is now set to 1 from here...
8938         * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8939
8940 2003-04-21  J. Brobecker  <brobecker@gnat.com>
8941
8942         * config/pa/tm-hppa.h: Obsolete a section that was only used
8943         for hppa-pro.
8944
8945 2003-04-21  J. Brobecker  <brobecker@gnat.com>
8946
8947         Ongoing multi-arch conversion for HP/UX.
8948         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8949         if already defined (allows hppa64 to stay non-multiarched for now).
8950         * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8951
8952 2003-04-21  Andrew Cagney  <cagney@redhat.com>
8953
8954         * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8955
8956 2003-04-21  Andrew Cagney  <cagney@redhat.com>
8957
8958         * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8959         "i386_num_mmx_regs".
8960
8961 2003-04-21  Andrew Cagney  <cagney@redhat.com>
8962
8963         * infcall.c: New file.
8964         * infcall.h: New file.
8965         * valarith.c: Include "infcall.h".
8966         * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8967         * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8968         * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8969         (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8970         (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8971         (SFILES): Add "infcall.c"
8972         (COMMON_OBS): Add "infcall.o".
8973         (infcall.o): Specify dependencies.
8974         * value.h (call_function_by_hand): Delete declaration.
8975         * inferior.h (run_stack_dummy): Delete declaration.
8976         * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8977         (run_stack_dummy): Move to "infcall.c", merged into
8978         call_function_by_hand.
8979         * valops.c (call_function_by_hand): Moved to "infcall.c".
8980         (find_function_addr, value_arg_coerce): Ditto.
8981         (unwindonsignal_p, coerce_float_to_double): Ditto.
8982         (_initialize_valops): Move "set/show coerce-float-to-double", and
8983         "set/show unwindonsignal" commands to "infcall.c".
8984         * v850-tdep.c, target.h: Update comments.
8985         * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8986         * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8987         (sh64_init_extra_frame_info): Update comments.
8988         * mn10300-tdep.c: Update comments.
8989         * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8990         * config/sparc/tm-sparc.h: Update comments.
8991         * breakpoint.h: Update comments.
8992         * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8993         * arm-tdep.c: Update comment.
8994
8995 2003-04-19  Mark Kettenis  <kettenis@gnu.org>
8996
8997         * i386-tdep.c (i386_num_register_names): New variable.
8998         (i386_num_mmx_regs): Renamed from mmx_num_regs.
8999         (MM0_REGNUM): Remove redundant parentheses in define.
9000         (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9001         (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9002         i386_mxcsr_regnum_p): Remove redundant parentheses.
9003         (i386_register_name): Use i386_num_register_names.
9004
9005         * i386-tdep.c (i386_extract_return_value,
9006         i386_store_return_value): Correct check for availability of
9007         floating-point registers.
9008
9009         * i386-tdep.c (i386_frame_num_args): Remove function.
9010         (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9011
9012         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9013         mmx_regnum_to_fp_regnum.  Adjust all callers.
9014
9015         * i386-tdep.c (i386_get_longjmp_target): Use
9016         TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9017         and TARGET_CHAR_BIT.  Use extract_typed_address instead of
9018         extract_address.
9019
9020 2003-04-19  Mark Kettenis  <kettenis@gnu.org>
9021
9022         * core-regset.c: Update comments to reflect reality.  Re-order
9023         includes.
9024         (fetch_core_registers): Use switch instead of if.  Remove
9025         redundant prototype.
9026
9027 2003-04-18  Jim Blandy  <jimb@redhat.com>
9028
9029         * s390-tdep.c (s390_frame_align): New function.
9030         (s390_gdbarch_init): Register it with the gdbarch object.
9031
9032 2003-04-17  Richard Henderson  <rth@redhat.com>
9033
9034         * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9035
9036 2003-04-17  Michael Snyder  <msnyder@redhat.com>
9037             Karen Bennet  <bennet@redhat.com>
9038
9039         Committed by Elena Zannoni  <ezannoni@redhat.com>
9040         * gdb_gcore.sh: New script to create a core dump of a process.
9041
9042 2003-04-17  Elena Zannoni  <ezannoni@redhat.com>
9043
9044         * values.c (value_being_returned): Don't fetch the return
9045         value if the return type is void.
9046
9047 2003-04-17  Jeff Johnston  <jjohnstn@redhat.com>
9048
9049         * thread-db.c: Reindented.
9050
9051 2003-04-17  Jeff Johnston  <jjohnstn@redhat.com>
9052
9053         * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9054         td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9055         as types.
9056
9057
9058
9059
9060
9061
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
9079
9080
9081 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
9082
9083         * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9084         the size of ``long double'' to 16, instead of 8.
9085
9086 2003-04-16  Mark Kettenis  <kettenis@gnu.org>
9087
9088         * i386-linux-nat.c: Add some whitespace to make things more
9089         readable.
9090         (fetch_register, store_register, fetch_inferior_registers,
9091         store_inferior_registers): Get rid of assignment in if-statement.
9092         (store_register): Fix typo in error message.
9093
9094 2003-04-16  Andrew Cagney  <cagney@redhat.com>
9095
9096         * utils.c (xmmalloc): Always allocate something, matches
9097         libiberty/xmalloc's semantics.
9098         (xmrealloc, xmcalloc): Ditto.
9099
9100 2003-04-16  Andrew Cagney  <cagney@redhat.com>
9101
9102         * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9103         update comments.
9104         (get_frame_type): Initialize unwind and type when needed.
9105         (get_frame_id, frame_register_unwind): Ditto.
9106
9107 2003-04-16  Andrew Cagney  <cagney@redhat.com>
9108
9109         * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9110         obsolete.
9111         * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9112         * sparcl-stub.c: Obsolete file.
9113         * config/sparc/tm-sparclet.h: Obsolete file.
9114         * sparclet-stub.c: Obsolete file.
9115         * sparclet-rom.c: Obsolete file.
9116         * sparcl-tdep.c: Obsolete file.
9117         * config/sparc/tm-sparclite.h: Obsolete file.
9118         * config/sparc/sparclite.mt: Obsolete file.
9119         * config/sparc/sparclet.mt: Obsolete file.
9120         * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9121         sparc86x-*-* obsolete.
9122
9123 2003-04-15  David Carlton  <carlton@math.stanford.edu>
9124
9125         * Makefile.in (SFILES): Add cp-namespace.c.
9126         (COMMON_OBS): Add cp-namespace.o.
9127         (block.o): Depend on gdb_obstack_h and cp_support_h.
9128         (buildsym.o): Depend on cp_support_h.
9129         (cp-namespace.o): New.
9130         (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9131         gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9132         (dwarf2read.o): Depend on cp_support_h.
9133         * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9134         * dwarf2read.c (process_die): Set processing_has_namespace_info,
9135         processing_current_namespace.
9136         (read_namespace): Update processing_current_namespace; check for
9137         anonymous namespaces.
9138         (dwarf2_name): New function.
9139         (dwarf2_extension): Ditto.
9140         * cp-support.h: Update copyright, contributors.
9141         Add inclusion guards.
9142         Add opaque declaration for structs obstack, block, symbol.
9143         (struct using_direct): New struct.
9144         Add declarations for cp_find_first_component,
9145         cp_entire_prefix_len, processing_has_namespace_info,
9146         processing_current_namespace, cp_is_anonymous,
9147         cp_add_using_directive, cp_initialize_namespace,
9148         cp_finalize_namespace, cp_set_block_scope,
9149         cp_scan_for_anonymous_namespaces.
9150         * cp-namespace.c: New file.
9151         * cp-support.c: Update copyright.
9152         Include ctype.h, gdb_assert.h, gdbcmd.h.
9153         New variable maint_cplus_cmd_list.
9154         (cp_find_first_component): New function.
9155         (cp_entire_prefix_len, maint_cplus_command)
9156         (first_component_command, _initialize_cp_support): Ditto.
9157         * buildsym.c: Include cp-support.h.
9158         New variable using_list.
9159         (add_symbol_to_list): Check for anonymous namespaces.
9160         (finish_block): Set block's scope.
9161         (start_symtab): Initialize C++ namespace support.
9162         (end_symtab): Finalize C++ namespace support.
9163         * block.h: Add opaque declarations for structs
9164         block_namespace_info, using_direct, and obstack.
9165         Add declarations for block_set_scope and block_set_using.
9166         (struct block): Add 'language_specific' member.
9167         (BLOCK_NAMESPACE): New macro.
9168         * block.c: Include gdb_obstack.h and cp-support.h.
9169         (struct block_namespace_info): New struct.
9170         (block_set_scope): New function.
9171         (block_set_using, block_initialize_namespace): Ditto.
9172
9173 2003-04-14  Kevin Buettner  <kevinb@redhat.com>
9174
9175         * solib-svr4.c (svr4_have_link_map_offsets): New function.
9176         (locate_base): Return early if there aren't any link map offsets.
9177         (svr4_solib_create_inferior_hook): Warn if shared library support
9178         is unavailable.
9179
9180 2003-04-14  David Carlton  <carlton@math.stanford.edu>
9181
9182         * symtab.c (symbol_set_names): Add prefix when storing Java names
9183         in hash table.  Fix for PR java/1039.
9184
9185 2003-04-14  David Carlton  <carlton@math.stanford.edu>
9186
9187         * symtab.c (symbol_set_names): Rename 'name' arg to
9188         'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9189         * symtab.h: Change 'name' argument in declaration of
9190         symbol_set_names to 'linkage_name'.
9191         (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9192
9193 2003-04-14  Andrew Cagney  <cagney@redhat.com>
9194
9195         * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9196         return the fully sign-extended register value.
9197         (get_frame_pointer): Ditto.
9198         (mips_pop_frame): Initialize "proc_desc" after checking for a
9199         dummy frame.
9200
9201 2003-04-14  Andrew Cagney  <cagney@redhat.com>
9202
9203         * mips-tdep.c (mips_push_dummy_frame): Delete function.
9204         (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9205         (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9206         (mips_push_register): Delete function.
9207         (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9208         PUSH_FP_REGNUM.
9209
9210 2003-04-14  Jim Blandy  <jimb@redhat.com>
9211
9212         * symmisc.c: #include "gdb_regex.h".
9213         (maintenance_list_symtabs, maintenance_list_psymtabs): New
9214         functions.
9215         * maint.c (maintenance_list_command): New function.
9216         (_initialize_maint_cmds): Register the above as commands.
9217         * symtab.h (maintenance_list_symtabs,
9218         maintenance_list_psymtabs): New declarations.
9219         * cli/cli-cmds.c (maintenancelistlist): New variable.
9220         (init_cmd_lists): Initialize it.
9221         * cli/cli-cmds.h (maintenancelistlist): New declaration.
9222         * gdbcmd.h (maintenancelistlist): New declaration.
9223         * Makefile.in (symmisc.o): Update dependencies.
9224
9225 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
9226
9227         * s390-nat.c: Include asm/types.h for addr_t.
9228
9229 2003-04-14  Corinna Vinschen  <vinschen@redhat.com>
9230
9231         * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9232         actually incoming type.
9233
9234 2003-04-13  Andrew Cagney  <cagney@redhat.com>
9235
9236         * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9237         get_next_frame and get_frame_saved_regs.
9238
9239 2003-04-13  Andrew Cagney  <cagney@redhat.com>
9240
9241         * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9242         of gdbarch_num_regs.
9243
9244 2003-04-13  Andrew Cagney  <cagney@redhat.com>
9245
9246         * frame.h: Mention what replaced what in "struct frame_info".
9247         * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9248         deprecated_update_frame_base_hack and
9249         deprecated_update_frame_pc_hack.
9250         * hppa-tdep.c: Ditto.
9251
9252 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
9253
9254         * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9255         to read_reg and update its comment.  Remove regnum member.
9256         * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9257         Don't call read_reg when setting in_reg.  Call read_reg to get
9258         the frame base if it's in a register.  Return the register number
9259         on the stack instead of in the context.  Remove extra arguments
9260         to read_reg.
9261         * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9262         (dwarf2_evaluate_loc_desc): Call value_from_register.  Expect
9263         the register number on the expression stack.
9264         (needs_frame_read_reg): Remove extra arguments.
9265
9266 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
9267
9268         * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9269         made non-static.
9270         (execute_stack_op): All callers updated.
9271         * dwarf2expr.h: Add prototype for dwarf2_read_address.
9272         * dwarf2loc.c (find_location_expression): New function.
9273         (dwarf_expr_frame_base): Call it.
9274         (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9275         (dwarf2_tracepoint_var_ref): New function, broken out from
9276         locexpr_tracepoint_var_ref.
9277         (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9278         Make static.
9279         (loclist_read_variable, loclist_read_needs_frame): New functions.
9280         (loclist_describe_location, loclist_tracepoint_var_ref): New
9281         functions.
9282         (dwarf2_loclist_funcs): New struct location_funcs.
9283         * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9284         (struct dwarf2_locexpr_baton): Add comments.
9285         (dwarf2_loclist_funcs): New extern.
9286         * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9287         base_address and base_known.
9288         (dwarf_loc_buffer): New variable.
9289         (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9290         (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9291         (dwarf2_has_info): Initialize dwarf_loc_offset.
9292         (dwarf2_build_psymtabs): Read in .debug_loc.
9293         (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9294         DWARF_LOC_SIZE.
9295         (psymtab_to_symtab_1): Likewise.  Move base address calculation
9296         here, from...
9297         (dwarf2_get_pc_bounds): ... here.  Use the base address from
9298         cu_header.
9299         (dwarf2_symbol_mark_computed): Handle location lists.
9300
9301 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
9302
9303         * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9304         if the linkage name demangled successfully.
9305
9306 2003-04-13  Mark Kettenis  <kettenis@gnu.org>
9307
9308         * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9309         disassmbly_flavour): Removed.
9310
9311         * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9312
9313 2003-04-13  Mark Kettenis  <kettenis@gnu.org>
9314
9315         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9316
9317 2003-04-12  Andrew Cagney  <cagney@redhat.com>
9318
9319         * frame.h (struct frame_info): Move definition from here ...
9320         * frame.c (struct frame_info): ... to here.
9321
9322 2003-04-12  Andrew Cagney  <cagney@redhat.com>
9323
9324         * gdbthread.h (save_infrun_state): Delete parameter
9325         "prev_func_start".
9326         (struct thread_info): Delete field "prev_func_start".
9327         (load_infrun_state): Ditto.
9328         * thread.c (load_infrun_state, save_infrun_state): Update.
9329         * infrun.c (prev_func_start): Delete variable.
9330         (context_switch, init_wait_for_inferior): Update.
9331         (stop_stepping, keep_going): Update.
9332
9333 2003-04-12  Andrew Cagney  <cagney@redhat.com>
9334
9335         * gdbarch.sh: Add missing opaque declarations.
9336         * gdbarch.h: Regnerate.
9337         * symtab.h: Add missing opaque declarations.
9338         * value.h, target.h, symfile.h, stabsread.h: Ditto.
9339         * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9340         * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9341         * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9342         * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9343         * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9344         * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9345         * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9346         * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9347         * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9348         * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9349         * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9350         * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9351
9352 2003-04-11  Andrew Cagney  <cagney@redhat.com>
9353
9354         * frame.c (get_frame_id): Return this frame's "id".
9355         (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9356         function start.
9357         (legacy_saved_regs_this_id): Replace function body with
9358         internal-error.
9359         (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9360         FRAME_OBSTACK_ZALLOC.
9361         (create_new_frame): Mark the frame ID as valid.
9362
9363 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
9364
9365         * Makefile.in (libbfd_h): Added missing setting.
9366         * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9367         according to the selected ABI.
9368
9369 2003-04-11  Jeff Johnston  <jjohnstn@redhat.com>
9370
9371         * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9372
9373 2003-04-11  Andrew Cagney  <cagney@redhat.com>
9374
9375         * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9376         SAVED_PC_AFTER_CALL.
9377         * gdbarch.h, gdbarch.c: Regenerate.
9378         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9379         * x86-64-tdep.c (x86_64_init_abi): Update.
9380         * vax-tdep.c (vax_gdbarch_init): Update.
9381         * v850-tdep.c (v850_gdbarch_init): Update.
9382         * sparc-tdep.c (sparc_gdbarch_init): Update.
9383         * sh-tdep.c (sh_gdbarch_init): Update.
9384         * s390-tdep.c (s390_gdbarch_init): Update.
9385         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9386         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9387         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9388         * mips-tdep.c (mips_gdbarch_init): Update.
9389         * mcore-tdep.c (mcore_gdbarch_init): Update.
9390         * m68k-tdep.c (m68k_gdbarch_init): Update.
9391         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9392         * ia64-tdep.c (ia64_gdbarch_init): Update.
9393         (ia64_saved_pc_after_call): Update declaration.
9394         * i386ly-tdep.c (i386lynx_init_abi): Update.
9395         * i386-tdep.c (i386_gdbarch_init): Update.
9396         * hppa-tdep.c (hppa_gdbarch_init): Update.
9397         * h8300-tdep.c (h8300_gdbarch_init): Update.
9398         * frv-tdep.c (frv_gdbarch_init): Update.
9399         * cris-tdep.c (cris_gdbarch_init): Update.
9400         * avr-tdep.c (avr_gdbarch_init): Update.
9401         * arm-tdep.c (arm_gdbarch_init): Update.
9402         * alpha-tdep.c (alpha_gdbarch_init): Update.
9403         * ns32knbsd-nat.c (frame_num_args): Update.
9404         * ns32k-tdep.c (umax_frame_num_args): Update.
9405         * mips-tdep.c (mips_init_frame_pc_first): Update.
9406         * infrun.c (step_over_function): Update.
9407         * i386-linux-tdep.c (skip_hurd_resolver): Update.
9408         * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9409         * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9410         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9411         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9412         * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9413         * arm-linux-tdep.c (skip_hurd_resolver): Update.
9414         * arch-utils.c (init_frame_pc_default): Update.
9415         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9416         * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9417         declaration.
9418
9419 2003-04-11  Andrew Cagney  <cagney@redhat.com>
9420
9421         * i387-tdep.c: Update copyright.
9422         (i387_to_double): Delete function.
9423         (double_to_i387): Delete function.
9424
9425 2003-04-10  Andrew Cagney  <cagney@redhat.com>
9426
9427         * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9428         frame's function's address.  Simplify.
9429         (d10v_frame_unwind_cache): Check that the frame's function is
9430         non-zero.
9431
9432 2003-04-10  Jim Blandy  <jimb@redhat.com>
9433
9434         * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9435         call to set_gdbarch_deprecated_push_arguments.
9436
9437 2003-04-10  Andrew Cagney  <cagney@redhat.com>
9438
9439         * frame.c (fprint_frame_id): New function.
9440         (fprint_frame_type, fprint_frame): New function.
9441         (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9442         (create_sentinel_frame, get_frame_id): Ditto.
9443         (frame_id_p, frame_id_eq): Ditto.
9444         (frame_id_inner, create_new_frame): Ditto.
9445         (legacy_get_prev_frame, get_prev_frame): Ditto.
9446         (deprecated_update_frame_pc_hack): Ditto.
9447         (frame_register_unwind): Ditto.
9448         (deprecated_update_frame_base_hack): Ditto.
9449
9450 2003-04-10  Corinna Vinschen  <vinschen@redhat.com>
9451
9452         * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9453         (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9454         frame_chain function.
9455         * Makefile.in: Add dependencies due to above change.
9456
9457 2003-04-10  Corinna Vinschen  <vinschen@redhat.com>
9458
9459         * blockframe.c (legacy_frame_chain_valid): Move call to
9460         DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9461         inside_entry_file.
9462
9463 2003-04-09  Andrew Cagney  <cagney@redhat.com>
9464
9465         * frame.h (struct frame_id): Replace "pc" and "base" with
9466         "stack_addr" and "code_addr".  Update comments.
9467         (frame_id_build): Update parameter names and comment.
9468         (struct frame_info): Replace "id_p" and "id" with "this_id".
9469         * dummy-frame.c (dummy_frame_this_id): Update.
9470         * breakpoint.c (print_one_breakpoint): Update.
9471         * frame.c (get_frame_id): Update.
9472         (get_frame_base, frame_id_build): Update.
9473         (create_sentinel_frame, legacy_get_prev_frame): Update.
9474         (deprecated_update_frame_base_hack): Update.
9475         (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9476         (frame_id_inner): Ditto.
9477
9478 2003-04-09  Andrew Cagney  <cagney@redhat.com>
9479
9480         * defs.h (gdb_print_host_address): Make "addr" parameter a
9481         pointer constant.
9482         * utils.c (gdb_print_host_address): Update.
9483
9484 2003-04-09  Kevin Buettner  <kevinb@redhat.com>
9485
9486         * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9487         register number for R0 is 0.
9488
9489 2003-04-09  J. Brobecker  <brobecker@gnat.com>
9490
9491         * frame.h (struct gdbarch): Add opaque structure definition
9492         to avoid a compilation warning on LynxOS 4.0.
9493
9494 2003-04-09  Andrew Cagney  <cagney@redhat.com>
9495
9496         * frame.h (struct frame_info): Delete field "pc".  Replace
9497         "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9498         structure.
9499         * frame.c (frame_pc_unwind): Update.
9500         (create_sentinel_frame): Do not set "pc".
9501         (get_prev_frame): Do not set "pc".  Use frame_pc_unwind.
9502         (get_frame_pc): Call frame_pc_unwind.
9503         (deprecated_update_frame_pc_hack): Update.
9504         (create_new_frame): Use "pc" not "->pc".
9505
9506 2003-04-09  Andrew Cagney  <cagney@redhat.com>
9507
9508         * frame.c (get_frame_id): Eliminate code updating "frame".
9509         (legacy_get_prev_frame): Ditto.
9510         (get_frame_base): Return id.base directly.
9511         (deprecated_update_frame_base_hack): Update "id.base".
9512         * frame.h (struct frame_info): Delete field "frame".
9513
9514 2003-04-09  Andrew Cagney  <cagney@redhat.com>
9515
9516         * NEWS: Mention that the "Sequent family" is obsolete.
9517         * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9518         i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9519         * configure.host: Obsolete i[3456]86-sequent-bsd*,
9520         i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9521         * config/i386/tm-ptx4.h: Obsolete file.
9522         * config/i386/tm-ptx.h: Obsolete file.
9523         * symm-tdep.c: Obsolete file.
9524         * config/i386/symmetry.mt: Obsolete file.
9525         * config/i386/tm-symmetry.h: Obsolete file.
9526         * symm-nat.c: Obsolete file.
9527         * config/i386/nm-symmetry.h: Obsolete file.
9528         * config/i386/xm-symmetry.h: Obsolete file.
9529         * config/i386/symmetry.mh: Obsolete file.
9530         * config/i386/nm-ptx4.h: Obsolete file.
9531         * config/i386/ptx4.mh: Obsolete file.
9532         * config/i386/ptx.mt: Obsolete file.
9533         * config/i386/ptx.mh: Obsolete file.
9534         * config/i386/xm-ptx4.h: Obsolete file.
9535         * config/i386/xm-ptx.h: Obsolete file.
9536
9537 2003-04-09  Andrew Cagney  <cagney@redhat.com>
9538
9539         Obsolete mips*-*-mach3*.
9540         * NEWS: Mention that mips*-*-mach3* is obsolete.
9541         * m3-nat.c: Obsolete file.
9542         * config/nm-m3.h: Obsolete file.
9543         * config/mips/tm-mipsm3.h: Obsolete file.
9544         * config/mips/mipsm3.mt: Obsolete file.
9545         * config/mips/mipsm3.mh: Obsolete file.
9546         * config/mips/xm-mipsm3.h: Obsolete file.
9547         * mipsm3-nat.c: Obsolete file.
9548         * configure.host: Obsolete mips-dec-mach3*.
9549         * configure.tgt: Obsolete mips*-*-mach3*.
9550
9551 2003-04-09  Andrew Cagney  <cagney@redhat.com>
9552
9553         * doublest.h: Update copyright.
9554         (deprecated_store_floating, deprecated_extract_floating): Rename
9555         store_floating and extract_floating.  Update comments.
9556         * doublest.c: Update copyright.
9557         (extract_floating_by_length): Replace extract_floating.
9558         (store_floating_by_length): Replace store_floating.
9559         (deprecated_extract_floating): New function.
9560         (deprecated_store_floating): New function.
9561         (extract_typed_floating): Call extract_floating_by_length.
9562         (store_typed_floating): Call store_floating_by_length.
9563         * x86-64-tdep.c (x86_64_store_return_value): Update.
9564         * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9565         (sh64_extract_return_value): Update.
9566         (sh_sh4_register_convert_to_virtual): Update.
9567         (sh_sh64_register_convert_to_virtual): Update.
9568         (sh_sh4_register_convert_to_raw): Update.
9569         (sh_sh64_register_convert_to_raw): Update.
9570         * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9571         (rs6000_register_convert_to_raw): Update.
9572         * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9573         (ia64_register_convert_to_raw): Update.
9574         * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9575         (REGISTER_CONVERT_TO_VIRTUAL): Update.
9576         * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9577         * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9578         (alpha_register_convert_to_raw): Update.
9579
9580 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9581
9582         * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9583         * gdbarch.h, gdbarch.c: Re-generate.
9584         * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9585         (d10v_gdbarch_init): Do not set saved_pc_after_call.
9586         * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9587         conditionally, use frame_pc_unwind as an alternative.  Add
9588         comments.
9589         * arch-utils.c (init_frame_pc_default): Only call
9590         SAVED_PC_AFTER_CALL when available.
9591
9592 2003-04-08  Elena Zannoni  <ezannoni@redhat.com>
9593
9594         * infrun.c (stop_soon): Rename from stop_soon_quietly.
9595         (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9596         (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9597         (start_remote): Ditto.
9598         (handle_inferior_event): Ditto.
9599         (save_inferior_status): Ditto.
9600         (restore_inferior_status): Ditto.
9601         * infcmd.c (attach_command): Ditto.
9602         * fork-child.c (startup_inferior): Ditto.
9603         * inferior.h (stop_soon): Rename from stop_soon_quietly.
9604         * alpha-tdep.c (heuristic_proc_start): Ditto.
9605         * mips-tdep.c (heuristic_proc_start): Ditto.
9606         * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9607         * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9608         * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9609         * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9610         * remote-vx.c (vx_create_inferior): Ditto.
9611
9612 2003-04-08  Elena Zannoni  <ezannoni@redhat.com>
9613
9614         * infrun.c (stop_soon_quietly): Make it an enum, to better
9615         override the default behavior of handle_inferior_event.
9616         (clear_proceed_status): Update uses of stop_soon_quietly to
9617         reflect that it is now an enum.
9618         (start_remote): Ditto.
9619         (handle_inferior_event): Change logic a bit if stop_soon_quietly
9620         is set to handle the new GNU/Linux kernel behavior for
9621         attach/sigstop.  Update uses of stop_soon_quietly.
9622         * inferior.h (enum stop_kind): New enum.
9623         * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9624         Reset normal handle_inferior_event behavior, afterwards.
9625         * fork-child.c (startup_inferior): Update.
9626         * alpha-tdep.c (heuristic_proc_start): Update.
9627         * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9628         * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9629         * solib-osf.c (osf_solib_create_inferior_hook): Update.
9630         * solib-irix.c (irix_solib_create_inferior_hook): Update.
9631         * remote-vx.c (vx_create_inferior): Update.
9632         * mips-tdep.c (heuristic_proc_start): Update.
9633
9634 2003-04-07  Elena Zannoni  <ezannoni@redhat.com>
9635
9636         * disasm.c (dump_insns):  Move variables inside loop, or they will
9637         be freed more than once, causing wild memory corruptions.
9638         (gdb_disassembly): Look for the substring "-thread",
9639         instead of "-threads" in the target name, to make sure to find
9640         the 'multi-thread' target.  Also, make sure we do the right thing
9641         with the "core" target.
9642
9643 2003-04-07  Kevin Buettner  <kevinb@redhat.com>
9644
9645         * mips-tdep.c (mips_print_fp_register): New function, created from
9646         do_fp_register_row().  Registers are now (also) printed as hex.
9647         Only one register is printed per row.
9648         (mips_print_register, do_fp_register_row): Print floating point
9649         registers with mips_print_fp_register().
9650
9651 2003-04-06  Andrew Cagney  <cagney@redhat.com>
9652
9653         * valprint.h (inspect_it): Add extern declaration.
9654         * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9655         (selectors_info, classes_info): Ditto.
9656         (find_objc_msgcall): Fix indentation.
9657         (objc_printstr): Delete extern declarations.
9658
9659         * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9660
9661 2003-04-06  Andrew Cagney  <cagney@redhat.com>
9662
9663         * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9664         Update comment.
9665         * frame.c (legacy_saved_regs_this_id): Update.
9666         (legacy_get_prev_frame): Update.
9667         * xstormy16-tdep.c: Update comment.
9668         * sparc-tdep.c (sparc_frame_chain): Update comment.
9669         * blockframe.c (legacy_frame_chain_valid): Update.
9670
9671 2003-04-06  Andrew Cagney  <cagney@redhat.com>
9672
9673         * valprint.c (val_print_type_code_int): Delete #ifdef
9674         PRINT_TYPELESS_INTEGER code.
9675
9676         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9677         (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9678         multi-arch definition.
9679         * gdbarch.h: Re-generate.
9680
9681 2003-04-05  Andrew Cagney  <cagney@redhat.com>
9682
9683         Eliminate FRAME_FIND_SAVED_REGS.
9684         * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9685         Change FSR parameter to a pointer.
9686         * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9687         Assume FSR parameter is a pointer.
9688         * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9689         Make fsr a pointer.
9690         * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9691         (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs.  Make
9692         saved_regs a pointer.
9693         (hppa_frame_saved_pc): Ditto.
9694         (find_dummy_frame_regs): Make frame_saved_regs a pointer
9695         (hppa_pop_frame): Call hppa_frame_init_saved_regs.  Make fsr a
9696         pointer.
9697         (restore_pc_queue): Make fsr a pointer.
9698         (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9699         (hppa_frame_chain): Make saved_regs a pointer, call
9700         hppa_frame_init_saved_regs.
9701         * sparc-tdep.c: Include "gdb_assert.h".
9702         (sparc_frame_find_saved_regs): Replace internal_error with
9703         gdb_assert.
9704         * remote-vxsparc.c (vx_read_register): Delete reference to
9705         FRAME_FIND_SAVED_REGS.
9706         * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9707         * gdbarch.h: Regenerate.
9708         * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9709         (deprecated_get_frame_saved_regs): Delete declaration.
9710         (struct frame_saved_regs): Delete definition.
9711         * frame.c (deprecated_get_frame_saved_regs): Delete function.
9712         * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9713         (hppa_frame_find_saved_regs): Delete declaration.
9714         (FRAME_FIND_SAVED_REGS): Delete macro.
9715         (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9716         * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9717         FRAME_FIND_SAVED_REGS in comment.
9718
9719 2003-04-05  Andrew Cagney  <cagney@redhat.com>
9720
9721         * frame.c (frame_func_unwind, get_frame_func): New functions.
9722         * frame.h (get_frame_func, frame_func_unwind): Declare.
9723         (struct frame_info): Add field "prev_func" for caching the
9724         previous frame's function address.
9725         * arm-tdep.c (arm_frameless_function_invocation): Combine
9726         get_pc_function_start and get_frame_pc into get_frame_func.
9727         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9728         (sh64_nofp_frame_init_saved_regs): Ditto.
9729         * s390-tdep.c (s390_function_start): Ditto.
9730         * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9731         (rs6000_frameless_function_invocation): Ditto.
9732         (rs6000_frame_saved_pc): Ditto.
9733         * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9734         * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9735         * i386-tdep.c (i386_frameless_signal_p): Ditto.
9736         (i386_frame_init_saved_regs): Ditto.
9737         * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9738         * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9739         get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9740         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9741         * blockframe.c (frameless_look_for_prologue): Ditto.
9742
9743 2003-04-05  Andrew Cagney  <cagney@redhat.com>
9744
9745         * frame.c (legacy_get_prev_frame): Link prev to next at the
9746         function start.  Update comments.
9747
9748 2003-04-05  Andrew Cagney  <cagney@redhat.com>
9749
9750         * frame.c (get_frame_id): Update comment.
9751         (legacy_get_prev_frame): Update comment.
9752         * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9753         * gdbarch.h: Regenerate.
9754         * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9755         * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9756
9757 2003-04-05  Andrew Cagney  <cagney@redhat.com>
9758
9759         * stack.c (print_frame_info): Use get_frame_pc.
9760
9761 2003-04-04  Andrew Cagney  <cagney@redhat.com>
9762
9763         * frame.c (get_prev_frame): Do not call frame_type_from_pc.  Set
9764         the frame's type from the unwinder.
9765         (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9766         (create_new_frame, legacy_get_prev_frame): When the unwinder's
9767         type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9768         (get_frame_base_address): Use get_frame_type.
9769         (get_frame_locals_address, get_frame_args_address): Ditto.
9770         (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9771         * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9772         (struct frame_info): Add comment explaining why the frame contains
9773         a "type" field.
9774         * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9775         * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9776         * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9777         NORMAL_FRAME.
9778         * frame-unwind.h: Include "frame.h".
9779         (struct frame_unwind): Add "type" field.
9780         * Makefile.in (frame_unwind_h): Add $(frame_h).
9781
9782 2003-04-04  Andrew Cagney  <cagney@redhat.com>
9783
9784         * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9785         * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9786         * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9787         get_frame_base.
9788         (d10v_unwind_dummy_id): Use frame_id_build.
9789         * frame.c (find_frame_sal): Use get_frame_pc.
9790         (create_new_frame): Use deprecated_update_frame_pc_hack and
9791         deprecated_update_frame_base_hack.
9792         (create_sentinel_frame): Add comment about ->pc going away.
9793         (get_prev_frame): Add comment about ->pc going away.
9794         (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9795         frame_id_build, deprecated_update_frame_pc_hack and
9796         deprecated_update_frame_base_hack.
9797         (select_frame): Use get_frame_pc.
9798         (legacy_saved_regs_this_id): Use frame_id_build.
9799
9800 2003-04-04  Elena Zannoni  <ezannoni@redhat.com>
9801
9802         * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9803         signed integer case.
9804         (classify_argument): Handle enumerations and references.
9805
9806 2003-04-04  Andrew Cagney  <cagney@redhat.com>
9807
9808         * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9809         ID to NULL.
9810
9811 2003-04-01  Adam Fedor  <fedor@gnu.org>
9812
9813         * gdb/objc-lang.c (selectors_info): Replace calls to
9814         SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9815         SYMBOL_NATURAL_NAME.
9816         (classes_info, find_methods): Likewise.
9817
9818 2003-04-03  Kevin Buettner  <kevinb@redhat.com>
9819
9820         * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9821         ``mach'' to the value determined by bfd_default_set_arch_mach().
9822
9823 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
9824
9825         * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9826         (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9827         (mi-cmd-file.o): Update dependencies.
9828
9829 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
9830
9831         * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9832         (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9833
9834 2003-04-01  Adam Fedor  <fedor@gnu.org>
9835
9836         * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9837         * language.h (struct language_defn): Add la_demangle.
9838         (language_demangle): Declare.
9839         * language.c (language_demangle): New function.
9840         (unk_lang_demangle): Likewise.
9841         (unknown_language_defn, auto_language_defn, local_language_defn):
9842         Add ukn_lang_demangle.
9843         * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9844         * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9845         * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9846         (cplus_language_defn): Add cplus_demangle for la_demangle element.
9847         * jv-lang.c (java_demangle): New function
9848         (java_language_defn): Use it for la_demangle element.
9849         * objc-lang.c (objc_demangle): Add options argument
9850         (objc_language_defn): Use objc_demangle for la_demangle element.
9851         * maint.c (maintenance_demangle): Replace switch with
9852         call to language_demangle.
9853         * utils.c (fprintf_symbol_filtered): Likewise.
9854
9855 2003-04-01  Andrew Cagney  <cagney@redhat.com>
9856
9857         * printcmd.c (print_frame_nameless_args): Delete #ifdef
9858         NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9859         PRINT_TYPELESS_INTEGER.
9860         * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9861         PUSH_RETURN_ADDRESS.
9862
9863 2003-04-01  Andrew Cagney  <cagney@redhat.com>
9864
9865         * Makefile.in (d10v-tdep.o): Update dependencies.
9866         * d10v-tdep.c: Include "frame-base.h".
9867         (d10v_frame_unwind): Make constant.
9868         (d10v_frame_base_address): New function.
9869         (d10v_frame_base): New variable.
9870         (d10v_gdbarch_init): Set frame_base default.
9871         (struct d10v_unwind_cache): Add the field "prev_sp".  Update
9872         comment for base.
9873         (d10v_frame_unwind_cache): Set and use "prev_sp".
9874         (d10v_frame_this_id): Use the previous frame's inner most stack
9875         address and this frame's func address for the frame ID.  Use
9876         frame_id_build.  Don't analyze beyond the current instruction.
9877
9878 2003-04-01  Andrew Cagney  <cagney@redhat.com>
9879
9880         * frame.h (get_frame_locals_address, get_frame_args_address):
9881         Refer to the base address, instead of the address of the first
9882         local or parameter.
9883
9884 2003-04-01  Andrew Cagney  <cagney@redhat.com>
9885
9886         Add frame debug info addresses:
9887         * frame-base.c: New file.
9888         * frame-base.h: New file.
9889         * frame.h (struct frame_base): Add opaque declaration.
9890         (get_frame_base): Update comment.
9891         (get_frame_base_address): Declare.
9892         (get_frame_locals_address): Declare.
9893         (get_frame_args_address): Declare.
9894         (struct frame_info): Add "base" and "base_cache".  Update
9895         comments on the unwinder.
9896         * frame.c: Include "frame-base.h".
9897         (get_frame_locals_address): New function.
9898         (get_frame_base_address): New function.
9899         (get_frame_args_address): New function.
9900         * findvar.c (read_var_value): Use get_frame_locals_address and
9901         get_frame_args_address.
9902         * stack.c (frame_info): Use get_frame_locals_address and
9903         get_frame_args_address.
9904         (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9905         moved to "frame-base.c".
9906         * printcmd.c (print_frame_nameless_args): Ditto.
9907         * symtab.h (address_class): Update comments.
9908         * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9909         get_frame_base_address.
9910         * dwarf2expr.c (execute_stack_op): Ditto.
9911         * Makefile.in (frame_base_h): Define.
9912         (frame.o): Update dependencies.
9913         (frame-base.o): Add dependencies.
9914         (SFILES): Add frame-base.c.
9915         (COMMON_OBS): Add frame-base.o.
9916
9917 2003-04-01  Andrew Cagney  <cagney@redhat.com>
9918
9919         * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9920         CALL_DUMMY_LENGTH): Ditto.
9921         * gdbarch.c: Re-generate.
9922         * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9923         (CALL_DUMMY_LENGTH): Delete macro.
9924         * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9925         * arm-tdep.c (arm_gdbarch_init): Ditto.
9926         * avr-tdep.c (avr_gdbarch_init): Ditto.
9927         * cris-tdep.c (cris_gdbarch_init): Ditto.
9928         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9929         * frv-tdep.c (frv_gdbarch_init): Ditto.
9930         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9931         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9932         * i386-tdep.c (i386_gdbarch_init): Ditto.
9933         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9934         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9935         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9936         * mips-tdep.c (mips_gdbarch_init): Ditto.
9937         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9938         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9939         * s390-tdep.c (s390_gdbarch_init): Ditto.
9940         * sh-tdep.c (sh_gdbarch_init): Ditto.
9941         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9942         * v850-tdep.c (v850_gdbarch_init): Ditto.
9943         * vax-tdep.c (vax_gdbarch_init): Ditto.
9944         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9945
9946 2003-04-01  Corinna Vinschen  <vinschen@redhat.com>
9947
9948         * frame.c (get_prev_frame): Disable call to inside_entry_file().
9949
9950 2003-04-01  Andrew Cagney  <cagney@redhat.com>
9951
9952         * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9953         (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9954         * gdbarch.h, gdbarch.c: Re-generate.
9955         * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9956         (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9957         * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9958         * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9959         (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9960         * infcmd.c (run_stack_dummy): Simplify assuming
9961         CALL_DUMMY_BREAKPOINT_OFFSET_P.
9962         * infrun.c (handle_inferior_event): Ditto.
9963         * alpha-tdep.c (alpha_gdbarch_init): Do not set
9964         call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9965         * arm-tdep.c (arm_gdbarch_init): Ditto.
9966         * avr-tdep.c (avr_gdbarch_init): Ditto.
9967         * cris-tdep.c (cris_gdbarch_init): Ditto.
9968         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9969         * frv-tdep.c (frv_gdbarch_init): Ditto.
9970         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9971         * i386-tdep.c (i386_gdbarch_init): Ditto.
9972         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9973         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9974         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9975         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9976         * mips-tdep.c (mips_gdbarch_init): Ditto.
9977         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9978         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9979         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9980         * s390-tdep.c (s390_gdbarch_init): Ditto.
9981         * sh-tdep.c (sh_gdbarch_init): Ditto.
9982         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9983         * v850-tdep.c (v850_gdbarch_init): Ditto.
9984         * vax-tdep.c (vax_gdbarch_init): Ditto.
9985         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9986
9987 2003-04-01  Daniel Jacobowitz  <drow@mvista.com>
9988
9989         * symfile.c (symfile_relocate_debug_section): Update call to
9990         bfd_simple_get_relocated_section_contents.
9991
9992 2003-03-31  Andrew Cagney  <cagney@redhat.com>
9993
9994         * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9995         * gdbarch.h, gdbarch.c: Regenerate.
9996         * inferior.h (FIX_CALL_DUMMY): Delete macro.
9997         * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9998         available.
9999         * frame.h (generic_fix_call_dummy): Delete declaration.
10000         * dummy-frame.h: Update comment.
10001         * dummy-frame.c (generic_fix_call_dummy): Delete function.
10002         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10003         fix_call_dummy.
10004         * sh-tdep.c (sh_gdbarch_init): Ditto.
10005         * s390-tdep.c (s390_gdbarch_init): Ditto.
10006         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10007         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10008         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10009         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10010         * i386-tdep.c (i386_gdbarch_init): Ditto.
10011         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10012         * frv-tdep.c (frv_gdbarch_init): Ditto.
10013         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10014         * cris-tdep.c (cris_gdbarch_init): Ditto.
10015         * avr-tdep.c (avr_gdbarch_init): Ditto.
10016         * arm-tdep.c (arm_gdbarch_init): Ditto.
10017
10018 2003-03-31  J. Brobecker  <brobecker@gnat.com>
10019
10020         * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10021         (INIT_FRAME_AP): Likewise.
10022         (EXTRA_FRAME_INFO): Likewise.
10023
10024 2003-03-31  Andrew Cagney  <cagney@redhat.com>
10025
10026         * gdbarch.sh: Include "symfile.h".
10027         (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10028         * gdbarch.h, gdbarch.c: Re-generate.
10029         * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10030         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10031         call_dummy_address, the default is at entry_point_address.
10032         * v850-tdep.c (v850_gdbarch_init): Ditto.
10033         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10034         * sh-tdep.c (sh_gdbarch_init): Ditto.
10035         * s390-tdep.c (s390_gdbarch_init): Ditto.
10036         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10037         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10038         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10039         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10040         * i386-tdep.c (i386_gdbarch_init): Ditto.
10041         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10042         * frv-tdep.c (frv_gdbarch_init): Ditto.
10043         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10044         * cris-tdep.c (cris_gdbarch_init): Ditto.
10045         * arm-tdep.c (arm_gdbarch_init): Ditto.
10046
10047 2003-03-31  Andrew Cagney  <cagney@redhat.com>
10048
10049         * gdbarch.sh (CALL_DUMMY_P): Delete.
10050         * gdbarch.h, gdbarch.c: Re-generate.
10051         * inferior.h (CALL_DUMMY_P): Delete macro.
10052         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10053         * vax-tdep.c (vax_gdbarch_init): Update.
10054         * v850-tdep.c (v850_gdbarch_init): Update.
10055         * sparc-tdep.c (sparc_gdbarch_init): Update.
10056         * sh-tdep.c (sh_gdbarch_init): Update.
10057         * s390-tdep.c (s390_gdbarch_init): Update.
10058         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10059         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10060         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10061         * mips-tdep.c (mips_gdbarch_init): Update.
10062         * mcore-tdep.c (mcore_gdbarch_init): Update.
10063         * m68k-tdep.c (m68k_gdbarch_init): Update.
10064         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10065         * ia64-tdep.c (ia64_gdbarch_init): Update.
10066         * i386-tdep.c (i386_gdbarch_init): Update.
10067         * h8300-tdep.c (h8300_gdbarch_init): Update.
10068         * frv-tdep.c (frv_gdbarch_init): Update.
10069         * d10v-tdep.c (d10v_gdbarch_init): Update.
10070         * cris-tdep.c (cris_gdbarch_init): Update.
10071         * breakpoint.c (deprecated_frame_in_dummy): Update.
10072         * avr-tdep.c (avr_gdbarch_init): Update.
10073         * alpha-tdep.c (alpha_gdbarch_init): Update.
10074         * arm-tdep.c (arm_gdbarch_init): Update.
10075         * dummy-frame.c (dummy_frame_this_id): Update comments.
10076         * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10077         * frame.c (legacy_get_prev_frame): Ditto.
10078         * valops.c (call_function_by_hand): Delete function.
10079         (hand_function_call): Rename to call_function_by_hand
10080
10081 2003-03-30  Andrew Cagney  <cagney@redhat.com>
10082
10083         2002-11-10 Klee Dienes <kdienes@apple.com>
10084         * value.h (struct value): Update comment.
10085
10086 2003-03-30  Andrew Cagney  <cagney@redhat.com>
10087
10088         * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10089         D10V_FP_REGNUM.
10090         (d10v_gdbarch_init): Do not set fp_regnum.
10091
10092         * frame.c (get_frame_base): Force ID initialization.
10093         (get_prev_frame): Move computation of the frame ID from here ...
10094         (get_frame_id): ... to here.
10095         (legacy_get_prev_frame): Mark the frame ID as valid.
10096         * frame.h (struct frame_info): Add field "id_p".
10097
10098 2003-03-30  Mark Kettenis  <kettenis@gnu.org>
10099
10100         * i386-tdep.c (i386_store_struct_return): Removed.
10101         (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10102
10103 2003-03-30  Andrew Cagney  <cagney@redhat.com>
10104
10105         * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10106         * gdbarch.h, gdbarch.c: Regenerate.
10107         * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10108         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10109         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10110         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10111         * i386-tdep.c (i386_gdbarch_init): Ditto.
10112         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10113         * cris-tdep.c (cris_gdbarch_init): Ditto.
10114         * vax-tdep.c (vax_gdbarch_init): Ditto.
10115         * s390-tdep.c (s390_gdbarch_init): Ditto.
10116         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10117         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10118         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10119         * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10120         * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10121         * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10122         * sparc-tdep.c (sparc_gdbarch_init): Update.
10123         * sh-tdep.c (sh_gdbarch_init): Update.
10124         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10125         * mips-tdep.c (mips_gdbarch_init): Update.
10126         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10127         * ia64-tdep.c (ia64_gdbarch_init): Update.
10128         * frv-tdep.c (frv_gdbarch_init): Update.
10129         * avr-tdep.c (avr_gdbarch_init): Update.
10130         * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10131         DEPRECATED_DUMMY_WRITE_SP.  Call when the method is available,
10132         instead of when push_dummy_call is not available.
10133
10134 2003-03-30  Andrew Cagney  <cagney@redhat.com>
10135
10136         * infttrace.c: Include "gdbthread.h".
10137         (parent_attach_all): Fix function signature.
10138         (call_ptrace): Update call.
10139         * Makefile.in (infttrace.o): Update dependencies.
10140
10141 2003-03-30  Andrew Cagney  <cagney@redhat.com>
10142
10143         * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10144         PUSH_RETURN_ADDRESS.
10145         * gdbarch.h, gdbarch.c: Regenerate.
10146         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10147         * x86-64-tdep.c (x86_64_init_abi): Update.
10148         * v850-tdep.c (v850_gdbarch_init): Update.
10149         * sparc-tdep.c (sparc_gdbarch_init): Update.
10150         * sh-tdep.c (sh_gdbarch_init): Update.
10151         * s390-tdep.c (s390_gdbarch_init): Update.
10152         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10153         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10154         * mips-tdep.c (mips_gdbarch_init): Update.
10155         * mcore-tdep.c (mcore_gdbarch_init): Update.
10156         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10157         * ia64-tdep.c (ia64_gdbarch_init): Update.
10158         * i386-tdep.c (i386_gdbarch_init): Update.
10159         * h8300-tdep.c (h8300_gdbarch_init): Update.
10160         * frv-tdep.c (frv_gdbarch_init): Update.
10161         * cris-tdep.c (cris_gdbarch_init): Update.
10162         * avr-tdep.c (avr_gdbarch_init): Update.
10163         * arm-tdep.c (arm_gdbarch_init): Update.
10164         * valops.c (hand_function_call): Update.
10165
10166 2003-03-29  Andrew Cagney  <cagney@redhat.com>
10167
10168         * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10169         sizeof_call_dummy_words.
10170         * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10171         define.
10172         * gdbarch.h: Regenerate.
10173
10174 2003-03-29  Andrew Cagney  <cagney@redhat.com>
10175
10176         * infttrace.h: New file.
10177         * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10178         (hpread_get_textlow): Detect an uninitialized dn_bufp.
10179         (hpread_read_doc_function_type): Detect an initialized type1.
10180         (hpread_quick_traverse): Initialize mod_name_string.
10181         * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10182         (som_solib_get_solib_by_pc): Declare.
10183         (so_lib_thread_start_addr): Declare.
10184         (no_shared_libraries): Declare.
10185         * somread.c (init_import_symbols): Make static.  Add forward
10186         declaration.
10187         * config/pa/nm-hppah.h: Include "infttrace.h" for
10188         parent_attach_all.
10189         (hppa_insert_hw_watchpoint): Declare.
10190         (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10191         * hppah-nat.c: Include "gdb_string.h".
10192         (parent_attach_all): Delete extern declaration, moved to
10193         "infttrace.h".
10194         (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10195         int.
10196         (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10197         * Makefile.in (infttrace_h): Define.
10198         (hpread.o): Update dependencies.
10199         (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10200         * hppa-hpux-tdep.c: Include "gdb_string.h".
10201         * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10202         * infrun.c (handle_inferior_event): Always initialize
10203         stepped_after_stopped_by_watchpoint.  Add default and remove
10204         fallthrough in switch statement.
10205         * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10206         parameter to int.
10207         (hppa_remove_hw_watchpoint): Ditto.
10208
10209 2003-03-29  Andrew Cagney  <cagney@redhat.com>
10210
10211         * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10212         offset.
10213
10214 2003-03-29  Richard Earnshaw  <rearnsha@arm.com>
10215
10216         * arm-tdep.c (arm_push_arguments): Delete.
10217         (struct stack_item): New type.
10218         (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10219         (arm_store_struct_return): Delte.
10220         (arm_gdbarch_init): Register arm_push_dummy_call.  Don't register
10221         arm_push_arguments or arm_store_struct_return.
10222
10223 2003-03-28  Andrew Cagney  <cagney@redhat.com>
10224
10225         * Makefile.in (d10v-tdep.o): Update dependencies.
10226         * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10227         * d10v-tdep.c: Include "remote.h".
10228         (target_resume_hook): Delete extern declaration.
10229         (target_wait_loop_hook): Ditto.
10230         (tdisassemble_command): Eliminate assignment in "if" conditional.
10231         (d10v_ts2_register_sim_regno): Eliminate call to
10232         legacy_register_sim_regno.
10233         (d10v_ts3_register_sim_regno): Ditto.
10234
10235 2003-03-28  Jeff Johnston  <jjohnstn@redhat.com>
10236
10237         * thread.c: Reindented.
10238         * lin-lwp.c: Ditto.
10239         * linux-proc.c: Ditto.
10240
10241 2003-03-28  Bob Rossi  <bob_rossi@cox.net>
10242
10243         * MAINTAINERS (write after approval): Add myself.
10244
10245 2003-03-27  Theodore A. Roth  <troth@openavr.org>
10246
10247         * objc-exp.y: Add missing semi-colons.
10248
10249 2003-03-27  Andrew Cagney  <cagney@redhat.com>
10250
10251         * regcache.c (write_sp): Delete function and references.
10252         * inferior.h (write_sp): Delete declaration.
10253         * valops.c (hand_function_call): Replace write_sp with
10254         TARGET_WRITE_SP.
10255         * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10256         (sparc_pop_frame): Ditto.
10257
10258 2003-03-27  Andrew Cagney  <cagney@redhat.com>
10259
10260         * NEWS: Mention removal of support for hppa*-*-bsd* and
10261         hppa*-*-osf* natives, and hppa*-*-pro* target.
10262         * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10263         * config/pa/xm-pa.h: Obsolete file.
10264         * config/pa/xm-hppab.h: Obsolete file.
10265         * config/pa/nm-hppab.h: Obsolete file.
10266         * config/pa/tm-hppab.h: Obsolete file.
10267         * config/pa/tm-hppao.h: Obsolete file.
10268         * config/pa/nm-hppao.h: Obsolete file.
10269         * config/pa/tm-pro.h: Obsolete file.
10270         * config/pa/hppaosf.mt: Obsolete file.
10271         * config/pa/hppaosf.mh: Obsolete file.
10272         * config/pa/hppapro.mt: Obsolete file.
10273         * config/pa/hppabsd.mt: Obsolete file.
10274         * config/pa/hppabsd.mh: Obsolete file.
10275         * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10276         * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10277         hppa*-*-osf*.
10278
10279 2003-03-27  Andrew Cagney  <cagney@redhat.com>
10280
10281         * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10282         push_arguments.  Don't set push_return_address or write_sp.
10283         (d10v_push_dummy_call): Replace d10v_push_arguments.
10284         (d10v_push_return_address, d10v_write_sp): Delete function,
10285         handled by push_dummy_call.
10286
10287 2003-03-26  Andrew Cagney  <cagney@redhat.com>
10288
10289         * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10290         (push_dummy_call): New pure multi-arch replacement with gdbarch,
10291         regcache and dummy_addr parameters.
10292         * gdbarch.h, gdbarch.c: Re-generate.
10293         * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10294         available; assume it will handle stack alignment and return
10295         address issues.  Fall back to DEPRECATED_PUSH_ARGUMENTS and
10296         legacy_push_arguments.
10297         (legacy_push_arguments): Rename default_push_arguments.
10298         * value.h (legacy_push_arguments): Rename default_push_arguments.
10299         * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10300         * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10301         * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10302         * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10303         * config/i386/tm-symmetry.h: Update.
10304         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10305         * x86-64-tdep.c (x86_64_init_abi): Update.
10306         * v850-tdep.c (v850_gdbarch_init): Update.
10307         * sparc-tdep.c (sparc_gdbarch_init): Update.
10308         * sh-tdep.c (sh_gdbarch_init): Update.
10309         * s390-tdep.c (s390_gdbarch_init): Update.
10310         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10311         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10312         * mips-tdep.c (mips_gdbarch_init): Update.
10313         * mcore-tdep.c (mcore_gdbarch_init): Update.
10314         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10315         * ia64-tdep.c (ia64_gdbarch_init): Update.
10316         * i386-tdep.c (i386_gdbarch_init): Update.
10317         * hppa-tdep.c (hppa_gdbarch_init): Update.
10318         * h8300-tdep.c (h8300_gdbarch_init): Update.
10319         * frv-tdep.c (frv_gdbarch_init): Update.
10320         * d10v-tdep.c (d10v_gdbarch_init): Update.
10321         * cris-tdep.c (cris_gdbarch_init): Update.
10322         * avr-tdep.c (avr_gdbarch_init): Update.
10323         * arm-tdep.c (arm_gdbarch_init): Update.
10324         * arm-linux-tdep.c (arm_linux_init_abi): Update.
10325         * alpha-tdep.c (alpha_gdbarch_init): Update.
10326
10327 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
10328
10329         * signals/signals.c (do_target_signal_to_host): Correct realtime
10330         signal range test.
10331
10332 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
10333
10334         * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10335         (struct sal_chain, map_catch_names): Remove.
10336         (catch_exception_command_1): Don't call
10337         handle_gnu_4_16_catch_command.
10338
10339 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
10340
10341         From Mark Dettinger <dettinge@de.ibm.com>:
10342         * dwarf2cfi.c (read_2u): Increment pointer by two.
10343
10344 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
10345
10346         * signals/signals.c: Fix typos in last change.
10347
10348 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
10349
10350         * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10351         not already defined.  Use __SIGRTMIN if available.
10352         (target_signal_from_host): Remove SIGRTMIN block.
10353         (do_target_signal_to_host): Remove SIGRTMIN block; check that
10354         the signal is within the realtime range.
10355
10356 2003-03-25  Adam Fedor  <fedor@gnu.org>
10357
10358         * Makefile.in (infrun.o): Add $(language_h)
10359         * infrun.c (handle_inferior_event): Use skip_language_trampoline
10360         for language specific trampolines.
10361         * language.h (struct language_defn): Add skip_trampoline.
10362         (skip_language_trampoline): Declare.
10363         * language.c (unk_lang_trampoline, skip_language_trampoline):
10364         New functions.
10365         (unknown_language_defn, auto_language_defn, local_language_defn):
10366         Add ukn_lang_trampoline.
10367         * ada-lang.c (ada_language_defn): Add NULL for language
10368         specific skip_trampoline.
10369         * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10370         scm-lang.c: Likewise.
10371         * objc-lang.c (objc_skip_trampoline): New function.
10372         (objc_language_defn): Add objc_skip_trampoline.
10373
10374 2003-03-25  Andrew Cagney  <cagney@redhat.com>
10375
10376         * frame.c (get_prev_frame): Delay validating a frame's ID -
10377         non-NULL, didn't go backwards - until an attempt to unwind it to
10378         the previous frame.
10379
10380 2003-03-25  Andrew Cagney  <cagney@redhat.com>
10381
10382         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10383         EXTRA_STACK_ALIGNMENT_NEEDED.  Default to 0 not 1.
10384         * gdbarch.h, gdbarch.c: Re-generate.
10385         * config/sparc/tm-sparc.h
10386         (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10387         * sparc-tdep.c (sparc_gdbarch_init): Set
10388         deprecated_extra_stack_alignment_needed.
10389         * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10390         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10391         extra_stack_alignment_needed.
10392         * v850-tdep.c (v850_gdbarch_init): Ditto.
10393         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10394         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10395         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10396         * cris-tdep.c (cris_gdbarch_init): Ditto.
10397         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10398         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10399
10400 2003-03-25  Andrew Cagney  <cagney@redhat.com>
10401
10402         * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10403         STORE_STRUCT_RETURN.
10404         * gdbarch.h, gdbarch.c: Regenerate.
10405         * d10v-tdep.c (d10v_store_struct_return): Delete function.
10406         (d10v_push_arguments): Set the struct return register.
10407         (d10v_gdbarch_init): Update.
10408         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10409         * x86-64-tdep.c (x86_64_init_abi): Update.
10410         * vax-tdep.c (vax_gdbarch_init): Update.
10411         * v850-tdep.c (v850_gdbarch_init): Update.
10412         * sparc-tdep.c (sparc_gdbarch_init): Update.
10413         * sh-tdep.c (sh_gdbarch_init): Update.
10414         * s390-tdep.c (s390_gdbarch_init): Update.
10415         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10416         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10417         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10418         * mips-tdep.c (mips_gdbarch_init): Update.
10419         * mcore-tdep.c (mcore_gdbarch_init): Update.
10420         * m68k-tdep.c (m68k_gdbarch_init): Update.
10421         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10422         * ia64-tdep.c (ia64_gdbarch_init): Update.
10423         * i386-tdep.c (i386_gdbarch_init): Update.
10424         * hppa-tdep.c (hppa_gdbarch_init): Update.
10425         * h8300-tdep.c (h8300_gdbarch_init): Update.
10426         * frv-tdep.c (frv_gdbarch_init): Update.
10427         * cris-tdep.c (cris_gdbarch_init): Update.
10428         * avr-tdep.c (avr_gdbarch_init): Update.
10429         * arm-tdep.c (arm_gdbarch_init): Update.
10430         * alpha-tdep.c (alpha_gdbarch_init): Update.
10431
10432 2003-03-25  Andrew Cagney  <cagney@redhat.com>
10433
10434         * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10435         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10436         CALL_DUMMY_STACK_ADJUST with a predicate variable.
10437         * gdbarch.h, gdbarch.c: Regenerate.
10438         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10439         call_dummy_stack_adjust_p.
10440         * vax-tdep.c (vax_gdbarch_init): Ditto.
10441         * v850-tdep.c (v850_gdbarch_init): Ditto.
10442         * sh-tdep.c (sh_gdbarch_init): Ditto.
10443         * s390-tdep.c (s390_gdbarch_init): Ditto.
10444         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10445         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10446         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10447         * mips-tdep.c (mips_gdbarch_init): Ditto.
10448         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10449         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10450         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10451         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10452         * i386-tdep.c (i386_gdbarch_init): Ditto.
10453         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10454         * frv-tdep.c (frv_gdbarch_init): Ditto.
10455         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10456         * cris-tdep.c (cris_gdbarch_init): Ditto.
10457         * avr-tdep.c (avr_gdbarch_init): Ditto.
10458         * arm-tdep.c (arm_gdbarch_init): Ditto.
10459         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10460         * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10461         * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10462         * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10463         * sparc-tdep.c (sparc_gdbarch_init): Update.  Do not set
10464         call_dummy_stack_adjust_p.
10465         * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10466         (CALL_DUMMY_STACK_ADJUST): Delete macro.
10467         * sparc-tdep.c (sparc32_push_arguments): Update.
10468         * valops.c (hand_function_call): Update.
10469
10470 2003-03-25  Corinna Vinschen  <vinschen@redhat.com>
10471
10472         * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10473         set_gdbarch_char_signed.
10474
10475 2003-03-25  Richard Earnshaw  <rearnsha@arm.com>
10476
10477         PR cli/548
10478         * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10479
10480 2003-03-25  Richard Earnshaw  <rearnsha@arm.com>
10481
10482         * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10483         (_initialize_arm_tdep): Don't set tm_print_insn.
10484
10485 2003-03-24  Adam Fedor  <fedor@gnu.org>
10486
10487         * Makefile.in (YYOBJ): Add objc-exp.tab.o
10488         * objc-lang.h: Add multiple inclusion protection.
10489         (start_msglist, add_msglist, end_msglist): Additional declarations.
10490
10491 2003-03-24  Richard Earnshaw  <rearnsha@arm.com>
10492
10493         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10494         value was renamed to ARM_FLOAT_SOFT_FPA.
10495
10496 2003-03-23  Andrew Cagney  <cagney@redhat.com>
10497
10498         * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10499         (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10500         * gdbarch.h, gdbarch.c: Regenerate.
10501         * valops.c (hand_function_call): Update.
10502         * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10503         * frame.c (legacy_saved_regs_this_id): Update.
10504         (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10505         * dummy-frame.h: Update.
10506         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10507         * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10508         * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10509         * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10510         * config/m68k/tm-sun3.h: Update.
10511         * blockframe.c (inside_main_func, frame_chain_valid): Update.
10512         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10513         * x86-64-tdep.c (x86_64_init_abi): Update.
10514         * vax-tdep.c (vax_gdbarch_init): Update.
10515         * v850-tdep.c (v850_gdbarch_init): Update.
10516         * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10517         * sh-tdep.c (sh_gdbarch_init): Update.
10518         * s390-tdep.c (s390_gdbarch_init): Update.
10519         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10520         (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10521         (frame_get_saved_regs): Update.
10522         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10523         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10524         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10525         * mips-tdep.c (mips_gdbarch_init): Update.
10526         * mcore-tdep.c (mcore_gdbarch_init): Update.
10527         * m68k-tdep.c (m68k_gdbarch_init): Update.
10528         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10529         * ia64-tdep.c (ia64_gdbarch_init): Update.
10530         * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10531         * i386-interix-tdep.c (i386_interix_init_abi): Update.
10532         (i386_interix_back_one_frame): Update.
10533         * hppa-tdep.c (hppa_gdbarch_init): Update.
10534         (hppa_init_extra_frame_info): Update.
10535         * h8300-tdep.c (h8300_gdbarch_init): Update.
10536         * frv-tdep.c (frv_gdbarch_init): Update.
10537         * cris-tdep.c (cris_gdbarch_init): Update.
10538         * avr-tdep.c (avr_gdbarch_init): Update.
10539         * arm-tdep.c (arm_gdbarch_init): Update.
10540         * alpha-tdep.c (alpha_gdbarch_init): Update.
10541
10542 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
10543
10544         * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10545         (arm_get_fp_model): Declare.
10546         * arm-tdep.c (fp_model_strings): New string array.
10547         (arm_fp_model, current_fp_model): New variables.
10548         (arm_get_fp_model): New function.
10549         (arm_set_fp): New function.
10550         (set_fp_model_sfunc): New function.
10551         (show_fp_model): New function.
10552         (_initialize_arm_tdep): Add new command to set/show the FPU.
10553         (arm_extract_return_value): Use arm_get_fp_model.
10554         (arm_store_return_value): Likewise.
10555         (arm_gdbarch_init): Default fpa model is softfpa.  Call arm_set_fp
10556         to initialize the floating-point data types.
10557         * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10558         model is FPA.
10559
10560 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
10561
10562         * arm-tdep.c (show_arm_command): Don't print out help.  Instead, show
10563         the current setting of each value.
10564         (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10565         new_set and new_show.  Use add_setshow_cmd_full and
10566         add_setshow_boolean_cmd as appropriate.  Deprecate "set/show apcs32"
10567         commands and add new version as subcommands of "set/show arm".
10568
10569 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
10570
10571         * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10572         (set_arm_command, show_arm_command): New functions.
10573         (_initialize_arm_tdep): Add them.
10574         (num_disassembly_options): Renamed from num_flavor_options.
10575         (valid_disassembly_styles): Renamed from valid_flavors.
10576         (disassembly_style): Renamed from disassembly_flavor.
10577         (set_disassembly_style_sfunc): Renamed from
10578         set_disassembly_flavor_sfunc.
10579         (set_disassembly_style): Renamed from set_disassembly_flavor.
10580         (arm_othernames): Updated.
10581         (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10582         command.  Add "set/show arm disassembly" commands.  Deprecate
10583         "othernames" command.
10584
10585 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
10586
10587         * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10588         (arm-tdep.o): Depend on elf_arm_h.
10589
10590 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
10591
10592         * Makefile.in (coff_internal_h): Define.
10593         (arm-tdep.o): Update dependencies.
10594
10595 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
10596
10597         * arm-tdep.c (prologue_cache): Delete.
10598         (check_prologue_cache, save_prologue_cache): Delete.
10599         (arm_scan_prologue): Don't check or update the prologue_cache.
10600         (arm_gdb_arch_init): Don't initialize it.
10601         (_initialize_arm_tdep): Likewise.
10602
10603 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
10604
10605         * MAINTAINERS (tui): Maintainer of tui code.
10606
10607 2003-03-21  Corinna Vinschen  <vinschen@redhat.com>
10608
10609         * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10610         (i386-cygwin-tdep.o): Add dependencies.
10611         * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10612         * i386-cygwin-tdep.c: New file.
10613         * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10614         * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10615
10616 2003-03-20  Andrew Cagney  <cagney@redhat.com>
10617
10618         * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10619         (handle_inferior_event): Remove code calling
10620         DYNAMIC_TRAMPOLINE_NEXTPC.
10621
10622         * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10623         already has a full path.
10624
10625         * main.c (gdb_main): Return 1.
10626         (captured_main): Call error to report an invalid interpreter.
10627
10628         * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10629         * alpha-osf1-tdep.c: Include "gdb_string.h".
10630
10631 2003-03-19  J. Brobecker  <brobecker@gnat.com>
10632
10633         Continuing work to convert the hppa targets to multiarch partial.
10634
10635         * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10636         method, now that hppa_push_dummy_frame has a conformant prototype.
10637         * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10638         inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10639         for the switch to multiarch partial.
10640
10641 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
10642
10643         * mdebugread.c (parse_symbol): For stEnd, we're done counting
10644         when iss is issNull.
10645
10646 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
10647
10648         * mips-tdep.c (mips_register_name): Fix fencepost error involving
10649         NUM_REGS bounds check.
10650
10651 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
10652
10653         * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10654         * mips-tdep.c (gdb_assert.h): Include.
10655         (mips_generic_reg_names, mips_processor_reg_names): Make static.
10656         (mips_register_name): Handle integer registers explicitly.  Add
10657         bounds checking.
10658         (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10659         (mips_lsi33k_reg_names): Don't list integer registers; they're
10660         handled by mips_register_name() now.
10661         * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10662         * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10663         * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10664         * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10665         * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10666
10667 2003-03-18  Andrew Cagney  <cagney@redhat.com>
10668
10669         * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10670         a void pointer.
10671         * gdbtypes.h (print_scalar_formatted): Update declaration.
10672         * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10673
10674 2003-03-18  J. Brobecker  <brobecker@gnat.com>
10675
10676         * infrun.c (observer.h): Add #include.
10677         (normal_stop): Add call to observer_notify_normal_stop.
10678         * Makefile.in (infrun.o): Add dependency on observer.h.
10679
10680 2003-03-18  J. Brobecker  <brobecker@gnat.com>
10681
10682         Continuing work to convert the hppa targets to multiarch partial.
10683         * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10684         parameter. Reformat comment.
10685         * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10686         (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10687         to match new profile.
10688
10689 2003-03-18  J. Brobecker  <brobecker@gnat.com>
10690
10691         * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10692         appear to be working in any case.
10693
10694 2003-03-18  J. Brobecker  <brobecker@gnat.com>
10695
10696         * observer.c (observer_test_first_observer): New static variable.
10697         (observer_test_second_observer): Likewise.
10698         (observer_test_third_observer): Likewise.
10699         (observer_test_first_notification_function): New static function.
10700         (observer_test_second_notification_function): Likewise.
10701         (observer_test_third_notification_function): Likewise.
10702
10703 2003-03-17  J. Brobecker  <brobecker@gnat.com>
10704
10705         * hppa-tdep.c (gdb_assert.h): Add missing #include.
10706         * somsolib.c (gdb_assert.h): Likewise.
10707         * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10708         (somsolib.o): Likewise.
10709
10710 2003-03-17  Andrew Cagney  <cagney@redhat.com>
10711
10712         * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10713         BFD.  Simplify setting of di.endian.
10714
10715 2003-03-17  Andrew Cagney  <cagney@redhat.com>
10716
10717         * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10718         * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10719
10720         From Elena Zannoni  <ezannoni@redhat.com>
10721         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10722         vector and floating-point parameters.
10723         (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10724         convention.
10725         (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10726
10727 2003-03-17  Fernando Nasser  <fnasser@redhat.com>
10728
10729         * MAINTAINERS: Remove my name from several maintainership roles.
10730
10731 2003-03-17  Andrew Cagney  <cagney@redhat.com>
10732
10733         Fix frame off-by-one bug.
10734         * frame-unwind.h (frame_this_id_ftype): Replace
10735         frame_unwind_id_ftype.
10736         (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10737         (struct frame_unwind): Replace "id" with "this_id".  Replace "reg"
10738         with "prev_register".
10739         * frame-unwind.c (frame_unwind_find_by_pc): Return
10740         legacy_saved_regs_unwind instead of trad_frame_unwind.  Update
10741         comment.
10742         * dummy-frame.c (cached_find_dummy_frame): Delete function.
10743         (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10744         (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10745         (dummy_frame_unwind): Update.
10746         * sentinel-frame.c (sentinel_frame_prev_register): Replace
10747         sentinel_frame_register_unwind.
10748         (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10749         (sentinel_frame_unwinder): Update.
10750         * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10751         (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10752         * frame.c (create_sentinel_frame): Update. Initialize
10753         "prologue_cache" instead of "unwind_cache".
10754         (frame_register_unwind): Call this frame's prev_register with the
10755         next frame and this frame's prologue cache.
10756         (get_prev_frame): Simplify.  Always call prev frame's this_id with
10757         this frame and prev frame's prologue cache.  Document that this
10758         call is shifted one to the left when compared to the
10759         frame_register_unwind call.
10760         (legacy_saved_regs_prev_register): Replace
10761         frame_saved_regs_register_unwind.
10762         (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10763         (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10764         (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10765         * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10766         (d10v_frame_unwind): Update.
10767         (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10768         (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10769         (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10770         "saved_regs" with "this_saved_regs".
10771
10772 2003-03-16  Andrew Cagney  <cagney@redhat.com>
10773
10774         * frame.c (frame_pop): Don't call target_store_registers.  Fix
10775         problem reported by Mark Kettenis.
10776
10777 2003-03-16  Mark Kettenis  <kettenis@gnu.org>
10778
10779         * i386-tdep.c (i386_register_type): Renamed from
10780         i386_register_virtual_type.  Adjust function signature.
10781         (i386_gdbarch_init): Set register_type instead of
10782         deprecated_max_register_raw_size,
10783         deprecated_max_register_virtual_size and register_virtual_type.
10784
10785 2003-03-14  Andrew Cagney  <cagney@redhat.com>
10786
10787         * frame.c (get_prev_frame): When a legacy frame, always call
10788         legacy_get_prev_frame.  Simplify unwind code using assumption that
10789         the unwinder is new.
10790         (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10791         (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10792         SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10793
10794 2003-03-14  Andrew Cagney  <cagney@redhat.com>
10795
10796         * frame.c (get_saved_register): Delete function.
10797         * frame.h (get_saved_register): Delete declaration.
10798         * xstormy16-tdep.c: Update comment.
10799         * regcache.h: Update comments.
10800         * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10801         get_saved_register and extract_address, use
10802         frame_read_unsigned_register.
10803         (sparc_frame_saved_pc): Ditto.
10804         (sparc_get_saved_register): Instead of get_saved_register, use
10805         frame_register.
10806         (sparc_pop_frame): Ditto.
10807         * findvar.c: Update comments.
10808         (value_of_register): Call frame_register instead of
10809         get_saved_register.
10810         (value_from_register): Ditto.
10811         * config/sparc/tm-sparc.h: Update comment.
10812         * breakpoint.c: Update comment.
10813
10814 2003-03-14  Andrew Cagney  <cagney@redhat.com>
10815
10816         * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10817         GET_SAVED_REGISTER.
10818         * gdbarch.h, gdbarch.c: Re-generate.
10819         * frame.h: Update comments.
10820         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10821         * x86-64-tdep.c (x86_64_init_abi): Update.
10822         * sparc-tdep.c (sparc_gdbarch_init): Update.
10823         * sh-tdep.c (sh_gdbarch_init): Update.
10824         * mips-tdep.c (mips_gdbarch_init): Update.
10825         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10826         * cris-tdep.c (cris_gdbarch_init): Update.
10827         * ia64-tdep.c (ia64_gdbarch_init): Update.
10828         * frame.c (frame_register): Update.
10829         (get_saved_register): Update.
10830         * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10831
10832 2003-03-13  Andrew Cagney  <cagney@redhat.com>
10833
10834         * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10835         * gdbarch.h, gdbarch.c: Regenerate.
10836         * valops.c (hand_function_call): Update comment.
10837         * stack.c (return_command): Update comment.
10838         * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10839         * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10840         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10841         * x86-64-tdep.c (x86_64_init_abi): Update.
10842         * vax-tdep.c (vax_gdbarch_init): Update.
10843         * v850-tdep.c (v850_gdbarch_init): Update.
10844         * sparc-tdep.c (sparc_gdbarch_init): Update.
10845         * sh-tdep.c (sh_gdbarch_init): Update.
10846         * s390-tdep.c (s390_gdbarch_init): Update.
10847         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10848         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10849         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10850         * mips-tdep.c (mips_gdbarch_init): Update.
10851         * mcore-tdep.c (mcore_gdbarch_init): Update.
10852         * m68k-tdep.c (m68k_gdbarch_init): Update.
10853         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10854         * ia64-tdep.c (ia64_gdbarch_init): Update.
10855         * i386-tdep.c (i386_gdbarch_init): Update.
10856         * hppa-tdep.c (hppa_gdbarch_init): Update.
10857         * h8300-tdep.c (h8300_gdbarch_init): Update.
10858         * frv-tdep.c (frv_gdbarch_init): Update.
10859         * cris-tdep.c (cris_gdbarch_init): Update.
10860         * avr-tdep.c (avr_gdbarch_init): Update.
10861         * arm-tdep.c (arm_gdbarch_init): Update.
10862         * alpha-tdep.c (alpha_gdbarch_init): Update.
10863
10864 2003-03-13  Andrew Cagney  <cagney@redhat.com>
10865
10866         * frame.c (legacy_frame_p): New function.
10867         (get_prev_frame): Use legacy_frame_p.
10868         * frame.h (legacy_frame_p): Declare.
10869
10870 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10871
10872         * MAINTAINERS (write after approval): Alphabetically
10873         listing corrected.
10874
10875 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10876
10877         * MAINTAINERS (write after approval): Add myself.
10878
10879 2003-03-12  Andrew Cagney  <cagney@redhat.com>
10880
10881         * frame.c (get_prev_frame): Rename the frame parameter to
10882         "this_frame".
10883         (get_next_frame, legacy_get_prev_frame): Ditto.
10884
10885 2003-03-12  Andrew Cagney  <cagney@redhat.com>
10886
10887         * frame.c (get_current_frame): Check target_has_registers before
10888         checking target_has_stack.
10889         * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10890         instead of deprecated_selected_frame.
10891         * findvar.c (value_of_register): Pass "frame", not
10892         deprecated_selected_frame, to value_of_builtin_reg.
10893
10894 2003-03-12  Andrew Cagney  <cagney@redhat.com>
10895
10896         * regcache.c (regcache_cooked_write_signed): New function.
10897         (regcache_cooked_write_unsigned): New function.
10898         (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10899         (regcache_cooked_read_signed): Fix regnum in range assertion.
10900         * regcache.h (regcache_cooked_write_signed): Declare.
10901         (regcache_cooked_write_unsigned): Declare.
10902
10903 2003-03-12  Andrew Cagney  <cagney@redhat.com>
10904
10905         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10906         * gdbarch.h, gdbarch.c: Re-generate.
10907         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10908         * x86-64-tdep.h: Update.
10909         * x86-64-tdep.c (x86_64_init_abi): Update.
10910         * v850-tdep.c (v850_gdbarch_init): Update.
10911         * sparc-tdep.c (sparc_gdbarch_init): Update.
10912         * sh-tdep.c (sh_gdbarch_init): Update.
10913         * s390-tdep.c (s390_gdbarch_init): Update.
10914         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10915         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10916         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10917         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10918         * mips-tdep.c (mips_gdbarch_init): Update.
10919         * mcore-tdep.c (mcore_gdbarch_init): Update.
10920         * m68k-tdep.c (m68k_gdbarch_init): Update.
10921         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10922         * ia64-tdep.c (ia64_gdbarch_init): Update.
10923         * i386-tdep.c (i386_gdbarch_init): Update.
10924         * i386-interix-tdep.c (i386_interix_init_abi): Update.
10925         * hppa-tdep.c (hppa_gdbarch_init): Update.
10926         * h8300-tdep.c (h8300_gdbarch_init): Update.
10927         * frv-tdep.c (frv_gdbarch_init): Update.
10928         * cris-tdep.c (cris_gdbarch_init): Update.
10929         * avr-tdep.c (avr_gdbarch_init): Update.
10930         * arm-tdep.c (arm_gdbarch_init): Update.
10931         * alpha-tdep.c (alpha_gdbarch_init): Update.
10932         * sh-tdep.c (sh_init_extra_frame_info): Update.
10933         (sh64_init_extra_frame_info): Update.
10934         * ns32knbsd-nat.c (frame_num_args): Update.
10935         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10936         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10937         (xstormy16_frame_chain_valid): Update.
10938         * vax-tdep.c (vax_saved_pc_after_call): Update.
10939         * v850-tdep.c (v850_frame_chain): Update.
10940         (v850_pop_frame): Update.
10941         (v850_init_extra_frame_info): Update.
10942         * sparc-tdep.c (setup_arbitrary_frame): Update.
10943         * ns32k-tdep.c (umax_frame_num_args): Update.
10944         * s390-tdep.c (s390_pop_frame_regular): Update.
10945         * mn10300-tdep.c (mn10300_frame_chain): Update.
10946         (mn10300_pop_frame_regular): Update.
10947         (mn10300_init_extra_frame_info): Update.
10948         * mips-tdep.c (mips_init_frame_pc_first): Update.
10949         (mips_frame_chain): Update.
10950         (mips_pop_frame): Update.
10951         * mcore-tdep.c (mcore_frame_chain): Update.
10952         (mcore_pop_frame): Update.
10953         (mcore_init_extra_frame_info): Update.
10954         * arch-utils.c (init_frame_pc_default): Update.
10955         * m68k-tdep.c (isi_frame_num_args): Update.
10956         (delta68_frame_num_args): Update.
10957         (news_frame_num_args): Update.
10958         * ia64-tdep.c (ia64_pop_frame_regular): Update.
10959         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10960         (alpha_frame_chain): Update.
10961         (alpha_pop_frame): Update.
10962         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10963         (hppa_init_extra_frame_info): Update.
10964         (hppa_frame_chain): Update.
10965         (hppa_frame_chain_valid): Update.
10966         * cris-tdep.c (cris_init_extra_frame_info): Update.
10967         * avr-tdep.c (avr_init_extra_frame_info): Update.
10968         * arm-tdep.c (arm_frame_chain_valid): Update.
10969         (arm_init_extra_frame_info): Update.
10970         (arm_pop_frame): Update.
10971         * frame.c (frame_pc_unwind): Update.
10972         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10973         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10974         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10975         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10976         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10977         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10978
10979 2003-03-12  Andrew Cagney  <cagney@redhat.com>
10980
10981         Eliminate the need for POP_FRAME.
10982         * frame.c (do_frame_unwind_register): New function.
10983         (frame_pop): When no POP_FRAME, pop the frame using register
10984         unwind and a scratch regcache.
10985         (frame_saved_regs_pop): Delete function.
10986         (trad_frame_unwinder): Update.
10987         * d10v-tdep.c (d10v_frame_pop): Delete function.
10988         (d10v_frame_unwind): Update.
10989         * sentinel-frame.c (sentinel_frame_pop): Delete function.
10990         (sentinel_frame_unwinder): Update.
10991         * dummy-frame.c (dummy_frame_pop): Delete function.
10992         (dummy_frame_unwind): Update.
10993         * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10994         (struct frame_unwind): Update.
10995
10996 2003-03-11  Kevin Buettner  <kevinb@redhat.com>
10997
10998         * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10999         mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11000         (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11001         Do range checks on register number obtained from debugging info.
11002         (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11003         set_gdbarch_dwarf2_reg_to_regnum().  Adjust call of
11004         set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11005         mapping function.
11006         (do_fp_register_row): Fix typo which caused double type to be
11007         used when attempting to unpack a float.
11008
11009 2003-03-11  J. Brobecker  <brobecker@gnat.com>
11010
11011         * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11012
11013 2003-03-11  Andrew Cagney  <cagney@redhat.com>
11014
11015         * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11016         frame.  Problem found by Corinna Vinschen.
11017
11018 2003-03-11  Pierre Muller  <muller@ics.u-strasbg.fr>
11019
11020         * doublest.c (floatformat_from_length): Accept also
11021         the real size of 'long double' type.
11022
11023 2003-03-10  Daniel Jacobowitz  <drow@mvista.com>
11024
11025         From Klee Dienes <kdienes@apple.com>:
11026         * breakpoint.c (bpstat_copy): Copy the command lines as well
11027         as the old value, to match what is freed in bpstat_clear.
11028
11029 2003-03-10  David Carlton  <carlton@math.stanford.edu>
11030
11031         * minsyms.c (add_minsym_to_hash_table): Replace
11032         DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11033         (compare_minimal_symbols, compact_minimal_symbols)
11034         (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11035         (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11036         of DEPRECATED_SYMBOL_MATCHES_NAME.
11037         (lookup_minimal_symbol_solib_trampoline): Ditto.
11038
11039 2003-03-10  Andrew Cagney  <cagney@redhat.com>
11040
11041         * regcache.h (regcache_cooked_read_ftype): Define.
11042         (regcache_save, regcache_restore): Add a cooked_read parameter.
11043         * regcache.c (regcache_save, regcache_restore): Update.
11044         (do_cooked_read): New function.
11045         (regcache_cpy): Pass do_cooked_read to regcache_save and
11046         regcache_restore.
11047
11048 2003-03-10  Andrew Cagney  <cagney@redhat.com>
11049
11050         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11051         * gdbarch.h, gdbarch.c: Re-generate.
11052         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11053         * x86-64-tdep.h: Update.
11054         * x86-64-tdep.c (x86_64_init_abi): Update.
11055         * v850-tdep.c (v850_gdbarch_init): Update.
11056         * sparc-tdep.c (sparc_gdbarch_init): Update.
11057         * sh-tdep.c (sh_gdbarch_init): Update.
11058         * s390-tdep.c (s390_gdbarch_init): Update.
11059         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11060         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11061         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11062         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11063         * mips-tdep.c (mips_gdbarch_init): Update.
11064         * mcore-tdep.c (mcore_gdbarch_init): Update.
11065         * m68k-tdep.c (m68k_gdbarch_init): Update.
11066         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11067         * ia64-tdep.c (ia64_gdbarch_init): Update.
11068         * i386-tdep.c (i386_gdbarch_init): Update.
11069         * i386-interix-tdep.c (i386_interix_init_abi): Update.
11070         * hppa-tdep.c (hppa_gdbarch_init): Update.
11071         * h8300-tdep.c (h8300_gdbarch_init): Update.
11072         * frv-tdep.c (frv_gdbarch_init): Update.
11073         * cris-tdep.c (cris_gdbarch_init): Update.
11074         * avr-tdep.c (avr_gdbarch_init): Update.
11075         * arm-tdep.c (arm_gdbarch_init): Update.
11076         * alpha-tdep.c (alpha_gdbarch_init): Update.
11077         * sh-tdep.c (sh_init_extra_frame_info): Update.
11078         (sh64_init_extra_frame_info): Update.
11079         * ns32knbsd-nat.c (frame_num_args): Update.
11080         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11081         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11082         (xstormy16_frame_chain_valid): Update.
11083         * vax-tdep.c (vax_saved_pc_after_call): Update.
11084         * v850-tdep.c (v850_frame_chain): Update.
11085         (v850_pop_frame): Update.
11086         (v850_init_extra_frame_info): Update.
11087         * sparc-tdep.c (setup_arbitrary_frame): Update.
11088         * ns32k-tdep.c (umax_frame_num_args): Update.
11089         * s390-tdep.c (s390_pop_frame_regular): Update.
11090         * mn10300-tdep.c (mn10300_frame_chain): Update.
11091         (mn10300_pop_frame_regular): Update.
11092         (mn10300_init_extra_frame_info): Update.
11093         * mips-tdep.c (mips_init_frame_pc_first): Update.
11094         (mips_frame_chain): Update.
11095         (mips_pop_frame): Update.
11096         * mcore-tdep.c (mcore_frame_chain): Update.
11097         (mcore_pop_frame): Update.
11098         (mcore_init_extra_frame_info): Update.
11099         * arch-utils.c (init_frame_pc_default): Update.
11100         * m68k-tdep.c (isi_frame_num_args): Update.
11101         (delta68_frame_num_args): Update.
11102         (news_frame_num_args): Update.
11103         * ia64-tdep.c (ia64_pop_frame_regular): Update.
11104         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11105         (alpha_frame_chain): Update.
11106         (alpha_pop_frame): Update.
11107         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11108         (hppa_init_extra_frame_info): Update.
11109         (hppa_frame_chain): Update.
11110         (hppa_frame_chain_valid): Update.
11111         * cris-tdep.c (cris_init_extra_frame_info): Update.
11112         * avr-tdep.c (avr_init_extra_frame_info): Update.
11113         * arm-tdep.c (arm_frame_chain_valid): Update.
11114         (arm_init_extra_frame_info): Update.
11115         (arm_pop_frame): Update.
11116         * frame.c (frame_pc_unwind): Update.
11117         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11118         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11119         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11120         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11121         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11122         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11123
11124 2003-03-10  Andrew Cagney  <cagney@redhat.com>
11125
11126         * gdbarch.sh (gdbarch_unwind_pc): New method.
11127         * gdbarch.h, gdbarch.c: Regenerate.
11128         * frame.c (frame_pc_unwind): Rewrite.  Prefer gdbarch_unwind_pc,
11129         but use read_pc and FRAME_SAVED_PC as fall backs.
11130         (frame_saved_regs_pc_unwind): Delete function.
11131         (trad_frame_unwinder): Update.
11132         * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11133         (struct frame_unwind): Update.
11134         * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11135         (dummy_frame_unwind): Update.
11136         * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11137         (sentinel_frame_unwinder): Update.
11138         * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11139         (d10v_frame_unwind): Update.
11140         (d10v_unwind_pc): New function.
11141         (d10v_gdbarch_init): Set unwind_pc.
11142
11143 2003-03-10  Andrew Cagney  <cagney@redhat.com>
11144
11145         * gdbarch.h: Re-generate.
11146
11147         * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11148         PC.
11149         (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11150         the PC register.
11151
11152 2003-03-08  Mark Kettenis  <kettenis@gnu.org>
11153
11154         * gdbarch.sh (save_dummy_frame_tos): Add comment.
11155
11156 2003-03-08  Andrew Cagney  <cagney@redhat.com>
11157
11158         * cli-out.c: Update copyright.
11159         (cli_out_data): Define typedef.  Use instead of ui_out_data.
11160
11161 2003-03-08  Andrew Cagney  <cagney@redhat.com>
11162
11163         * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11164         the result.
11165
11166 2003-03-07  Andrew Cagney  <cagney@redhat.com>
11167
11168         * gdbarch.sh: Don't generate two macro definitions when an
11169         undefined macro taking no arguments.
11170         * gdbarch.h: Regenerate.
11171
11172 2002-03-07  Michal Ludvig  <mludvig@suse.cz>
11173
11174         * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11175         (x86_64_unwind_dummy_id): New functions.
11176         (x86_64_init_abi): Register these two new functions.
11177
11178 2003-03-07  Michal Ludvig  <mludvig@suse.cz>
11179
11180         * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11181         (x86_64_skip_prologue): Move prologue detection to
11182         separate function.
11183         * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11184
11185 2003-03-05  Andrew Cagney  <cagney@redhat.com>
11186
11187         * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11188         (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11189         * frame.c (get_prev_frame): Restructure the frame ID unwind code
11190         to use unwind_dummy_id when a dummy frame.
11191         * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11192         predicate.
11193         * gdbarch.h, gdbarch.c: Regneerate.
11194
11195 2003-03-05  Andrew Cagney  <cagney@redhat.com>
11196
11197         * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11198         (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11199         Do not use d10v_read_sp or d10v_read_fp when obtaining register
11200         values.
11201
11202 2003-03-05  Andrew Cagney  <cagney@redhat.com>
11203
11204         * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11205         (struct d10v_unwind_cache): Delete field "frameless".  Replace
11206         "next_addr" with "sp_offset".  Add "r11_offset".
11207         (d10v_frame_unwind_cache): Update.
11208         (prologue_find_regs): Update.  When "mv r11, sp", save the
11209         "sp_offset" in "r11_offset".  Recognize "st rn, @r11", note that
11210         RN was saved in r11_offset.
11211
11212 2003-03-05  Andrew Cagney  <cagney@redhat.com>
11213
11214         * frame.c (deprecated_update_frame_pc_hack): Also update the the
11215         cached PC value in the next frame.
11216
11217 2003-03-05  Andrew Cagney  <cagney@redhat.com>
11218
11219         * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11220         "id_unwind_cache" with "id".
11221         (frame_id_unwind): Delete declaration.
11222         * frame.c (frame_id_unwind): Delete function.
11223         (get_prev_frame): Call the frame id unwind method directly.  Store
11224         the returned next frame's ID value in NEXT_FRAME.  Note that there
11225         is a problem with the wrong unwind ID being called with the wrong
11226         unwind cache.
11227
11228 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
11229
11230         * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11231
11232 2003-03-05  James Ingham <jingham@apple.com>
11233             Daniel Jacobowitz  <drow@mvista.com>
11234
11235         * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11236         (auto_cp_abi): New variable.
11237         (current_cp_abi, num_cp_abis): Make static.
11238         (CP_ABI_MAX): Define.
11239         (cp_abis): Turn into an array.
11240         (value_virtual_fn_field): Fix formatting.
11241         (switch_to_cp_abi, register_cp_abi): Update.  register_cp_abi now
11242         takes a pointer.
11243         (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11244         (list_cp_abis, _initialize_cp_abi): New functions.
11245         * cp-abi.h: Add prototype for set_cp_abi_as_auto_default.  Remove
11246         declarations for cp_abis, num_cp_abis, current_cp_abi, and
11247         switch_to_cp_abi.  Update prototype for register_cp_abi.
11248         * Makefile.in (cp-abi.o): Update dependencies.
11249         * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11250         instead of switch_to_cp_abi.
11251         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise.  Update call to
11252         register_cp_abi.
11253         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11254         register_cp_abi.
11255         * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11256
11257 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
11258
11259         * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11260         * dwarf2loc.c: Include "regcache.h".
11261         (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum.  Use
11262         register_size.
11263         * Makefile.in (dwarf2loc.o): Update dependencies.
11264
11265 2003-03-04  Theodore A. Roth  <troth@openavr.org>
11266
11267         * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11268         number of io registers reported by remote target is not a multiple of
11269         step.
11270
11271 2003-03-04  David Carlton  <carlton@math.stanford.edu>
11272
11273         * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11274         (lookup_symbol_aux_psymtabs): Update call to
11275         lookup_partial_symbol.
11276         (lookup_transparent_type, find_main_psymtab)
11277         (make_symbol_overload_list): Ditto.
11278
11279 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
11280
11281         * MAINTAINERS (Write after approval): Update my email address.
11282
11283 2003-03-03  Andrew Cagney  <cagney@redhat.com>
11284
11285         Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11286         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11287         predicate.  Replace MAX_REGISTER_RAW_SIZE.
11288         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11289         MAX_REGISTER_VIRTUAL_SIZE.
11290         * regcache.c (legacy_max_register_raw_size): New function.
11291         (legacy_max_register_virtual_size): New function.
11292         * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11293         (MAX_REGISTER_RAW_SIZE): Define.
11294         (legacy_max_register_raw_size): Declare.
11295         (legacy_max_register_virtual_size): Declare.
11296         * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11297         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11298         * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11299         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11300         * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11301         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11302         * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11303         * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11304         * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11305         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11306         * vax-tdep.c (vax_gdbarch_init): Update.
11307         * v850-tdep.c (v850_gdbarch_init): Update.
11308         * sparc-tdep.c (sparc_gdbarch_init): Update.
11309         * sh-tdep.c (sh_gdbarch_init): Update.
11310         * s390-tdep.c (s390_gdbarch_init): Update.
11311         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11312         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11313         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11314         * mips-tdep.c (mips_gdbarch_init): Update.
11315         * mcore-tdep.c (mcore_gdbarch_init): Update.
11316         * m68k-tdep.c (m68k_gdbarch_init): Update.
11317         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11318         * ia64-tdep.c (ia64_gdbarch_init): Update.
11319         * i386-tdep.c (i386_gdbarch_init): Update.
11320         * hppa-tdep.c (hppa_gdbarch_init): Update.
11321         * h8300-tdep.c (h8300_gdbarch_init): Update.
11322         * frv-tdep.c (frv_gdbarch_init): Update.
11323         * cris-tdep.c (cris_gdbarch_init): Update.
11324         * avr-tdep.c (avr_gdbarch_init): Update.
11325         * arm-tdep.c (arm_gdbarch_init): Update.
11326         * alpha-tdep.c (alpha_gdbarch_init): Update.
11327         * d10v-tdep.c (d10v_gdbarch_init): Do not set
11328         max_register_raw_size or max_register_virtual_size.
11329
11330 2003-03-03  David Carlton  <carlton@math.stanford.edu>
11331
11332         * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11333         SYMBOL_MATCHES_NAME, add comment.
11334         (SYMBOL_MATCHES_NATURAL_NAME): New.
11335         * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11336         SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11337         (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11338         * symtab.c (lookup_partial_symbol): Use
11339         SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME.  Delete
11340         unhelpful comment.
11341         (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11342         SYMBOL_MATCHES_NAME.
11343         Fix for PR c++/33.
11344
11345 2003-03-03  David Carlton  <carlton@math.stanford.edu>
11346
11347         * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11348         * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11349         by regexp matching against SYMBOL_NATURAL_NAME.
11350
11351 2003-03-03  David Carlton  <carlton@math.stanford.edu>
11352
11353         * linespec.c (find_method): Extract code into collect_methods.
11354         (collect_methods): New.
11355
11356 2003-03-02  Mark Kettenis  <kettenis@gnu.org>
11357
11358         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11359         get_frame_base.
11360
11361         * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11362         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11363
11364 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11365
11366         * arch-utils.c (generic_register_byte): Fix to use the loop index
11367         and not regnum when summing the size of all registers up to regnum.
11368
11369 2003-03-01  Andrew Cagney  <cagney@redhat.com>
11370
11371         * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11372         FRAME_INIT_SAVED_REGS.
11373         * gdbarch.h, gdbarch.c: Regenerate.
11374         * stack.c (frame_info): Update.
11375         * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11376         (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11377         (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11378         * ns32k-tdep.c (ns32k_pop_frame): Update.
11379         * mips-tdep.c (mips_pop_frame): Update.
11380         * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11381         * ia64-tdep.c (ia64_frame_chain): Update.
11382         (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11383         (ia64_frameless_function_invocation): Update.
11384         (ia64_init_extra_frame_info): Update.
11385         (ia64_pop_frame_regular): Update.
11386         * frame.h (struct frame_info): Update comment.
11387         (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11388         * frame.c (frame_saved_regs_register_unwind): Update.
11389         (frame_saved_regs_register_unwind): Update.
11390         (deprecated_generic_get_saved_register): Update.
11391         * cris-tdep.c: Update comment.
11392         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11393         Rename macro.
11394         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11395         * x86-64-tdep.c (x86_64_init_abi): Update.
11396         * vax-tdep.c (vax_gdbarch_init): Update.
11397         * v850-tdep.c (v850_gdbarch_init): Update.
11398         * sparc-tdep.c (sparc_gdbarch_init): Update.
11399         * sh-tdep.c (sh_gdbarch_init): Update.
11400         * s390-tdep.c (s390_gdbarch_init): Update.
11401         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11402         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11403         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11404         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11405         * mips-tdep.c (mips_gdbarch_init): Update.
11406         * mcore-tdep.c (mcore_gdbarch_init): Update.
11407         * m68k-tdep.c (m68k_gdbarch_init): Update.
11408         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11409         * ia64-tdep.c (ia64_gdbarch_init): Update.
11410         * i386-tdep.c (i386_gdbarch_init): Update.
11411         * frv-tdep.c (frv_gdbarch_init): Update.
11412         * avr-tdep.c (avr_gdbarch_init): Update.
11413         * arm-tdep.c (arm_gdbarch_init): Update.
11414         * alpha-tdep.c (alpha_gdbarch_init): Update.
11415
11416 2003-03-01  Andrew Cagney  <cagney@redhat.com>
11417
11418         * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11419         option enum and switch.  When no windows, set the interpreter to
11420         INTERP_CONSOLE.
11421
11422 2003-03-01  Andrew Cagney  <cagney@redhat.com>
11423
11424         * main.c (captured_main): Replace magic option characters with an
11425         enum.
11426
11427 2003-03-01  Andrew Cagney  <cagney@redhat.com>
11428
11429         * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11430         INIT_EXTRA_FRAME_INFO.
11431         * gdbarch.h, gdbarch.c: Regenerate.
11432         * arm-tdep.c: Update comments.
11433         * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11434         * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11435         * frame.h, avr-tdep.c: Ditto.
11436         * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11437         (create_new_frame, legacy_get_prev_frame): Ditto.
11438         * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11439         * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11440         * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11441         deprecated_init_extra_frame_info instead of init_extra_frame_info.
11442         * x86-64-tdep.c (x86_64_init_abi): Ditto.
11443         * v850-tdep.c (v850_gdbarch_init): Ditto.
11444         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11445         * sh-tdep.c (sh_gdbarch_init): Ditto.
11446         * s390-tdep.c (s390_gdbarch_init): Ditto.
11447         * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11448         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11449         * mips-tdep.c (mips_gdbarch_init): Ditto.
11450         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11451         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11452         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11453         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11454         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11455         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11456         * frv-tdep.c (frv_gdbarch_init): Ditto.
11457         * cris-tdep.c (cris_gdbarch_init): Ditto.
11458         * avr-tdep.c (avr_gdbarch_init): Ditto.
11459         * arm-tdep.c (arm_gdbarch_init): Ditto.
11460         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11461         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11462
11463 2003-03-01  Andrew Cagney  <cagney@redhat.com>
11464
11465         * gdbarch.sh (register_type): New function with predicate.
11466         (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11467         * gdbarch.h, gdbarch.c: Re-generate.
11468         * arch-utils.c (generic_register_byte): Use generic_register_size.
11469         (generic_register_size): When available, use
11470         gdbarch_register_type.
11471         * regcache.c (init_regcache_descr): When available, initialize the
11472         register type array using gdbarch_register_type.  If the
11473         architecture supplies gdbarch_register_type, do not use the legacy
11474         regcache layout.
11475         * d10v-tdep.c (d10v_register_type): Replace
11476         d10v_register_virtual_type.
11477         (d10v_gdbarch_init): Set register_type instead of
11478         register_virtual_type.
11479
11480 2003-03-01  Andrew Cagney  <cagney@redhat.com>
11481
11482         * Makefile.in (ax-gdb.o): Update dependencies.
11483         * ax-gdb.c: Include "regcache.h".
11484         (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11485         * findvar.c (value_of_register): Ditto.
11486         * infcmd.c (default_print_registers_info): Ditto.
11487
11488 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
11489
11490         * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11491         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11492
11493 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
11494
11495         * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11496         of STREQ.
11497
11498 2003-02-28  Daniel Jacobowitz  <drow@mvista.com>
11499
11500         * Makefile.in (dwarf2loc.o): Update dependencies.
11501         * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11502         * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11503         * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11504         * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11505         (locexpr_tracepoint_var_ref): New function.
11506         (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11507
11508 2003-02-28  Andrew Cagney  <cagney@redhat.com>
11509
11510         * regcache.c (register_size): New function.
11511         * regcache.h (register_size): Declare
11512         * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11513         max_register_size instead of MAX_REGISTER_RAW_SIZE.
11514
11515 2003-02-28  David Carlton  <carlton@math.stanford.edu>
11516
11517         * linespec.c (decode_compound): Extract code into find_method.
11518         (find_method): New.
11519
11520 2003-02-28  J. Brobecker  <brobecker@gnat.com>
11521
11522         * Makefile.in: Add rules to build and link in observer.o.
11523
11524 2003-02-27  J. Brobecker  <brobecker@gnat.com>
11525
11526         * observer.c: Minor comments edits.
11527
11528 2003-02-27  J. Brobecker  <brobecker@gnat.com>
11529
11530         * observer.h, observer.c: New file.
11531
11532 2003-02-27  Andrew Cagney  <cagney@redhat.com>
11533
11534         * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11535
11536 2003-02-27  Stephane Carrez  <stcarrez@nerim.fr>
11537
11538         * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11539         (M6812_OP_STS_EXT): Likewise.
11540         (m6811_prologue): Use the above to recognize prologue.
11541         (m6812_prologue): Likewise.
11542
11543 2003-02-27  David Carlton  <carlton@math.stanford.edu>
11544
11545         * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11546         SYMBOL_PRINT_NAME.
11547         (compare_psymbols): Ditto.
11548         * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11549
11550 2003-02-27  Michael Snyder  <msnyder@redhat.com>
11551
11552         * f-lang.c (build_fortran_types): New function.
11553         (_initialize_f_language): Gdbarch-register built-in fortran types.
11554         * doublest.c (extract_floating): Fix warning text.
11555
11556 2003-02-27  Andrew Cagney  <cagney@redhat.com>
11557
11558         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11559         predicate.  Replaces PUSH_DUMMY_FRAME.
11560         * gdbarch.h, gdbarch.c: Regnerate.
11561         * valops.c (hand_function_call): Update.  Call
11562         generic_push_dummy_frame directly.
11563         * vax-tdep.c (vax_gdbarch_init): Update.
11564         * sparc-tdep.c (sparc_gdbarch_init): Update.
11565         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11566         * m68k-tdep.c (m68k_gdbarch_init): Update.
11567         * hppa-tdep.c (hppa_gdbarch_init): Update.
11568         * alpha-tdep.c (alpha_gdbarch_init): Update.
11569         * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11570         * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11571         * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11572         * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11573         push_dummy_frame to generic_push_dummy_frame.
11574         * v850-tdep.c (v850_gdbarch_init): Ditto.
11575         * sh-tdep.c (sh_gdbarch_init): Ditto.
11576         * s390-tdep.c (s390_gdbarch_init): Ditto.
11577         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11578         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11579         * mips-tdep.c (mips_gdbarch_init): Ditto.
11580         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11581         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11582         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11583         * i386-tdep.c (i386_gdbarch_init): Ditto.
11584         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11585         * frv-tdep.c (frv_gdbarch_init): Ditto.
11586         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11587         * cris-tdep.c (cris_gdbarch_init): Ditto.
11588         * avr-tdep.c (avr_gdbarch_init): Ditto.
11589         * arm-tdep.c (arm_gdbarch_init): Ditto.
11590
11591 2003-02-26  Kevin Buettner  <kevinb@redhat.com>
11592
11593         * mips-tdep.c (show_mips_abi): New function.
11594         (_initialize_mips_tdep): Use show_mips_abi() to implement the
11595         command ``show mips abi''.
11596
11597 2003-02-26  Jeff Johnston  <jjohnstn@redhat.com>
11598
11599         From Elena Zannoni  <ezannoni@redhat.com>
11600         * dbxread.c (process_one_symbol): Only record line 0 if one or
11601         more sline entries have been seen for the function.
11602
11603 2003-02-26  Michael Chastain  <mec@shout.net>
11604
11605         * configure: Regenerate with autoconf 000227.
11606
11607 2003-02-26  Michael Chastain  <mec@shout.net>
11608
11609         Close PR build/660.
11610         * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11611         for old libc5/glibc.
11612         * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11613
11614 2003-02-26  Kris Warkentin  <kewarken@qnx.com>
11615
11616         * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11617         * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11618
11619 2003-02-26  Michael Chastain  <mec@shout.net>
11620
11621         * configure.in: New variable HAVE_UINTPTR_T.
11622         * configure, config.in: Regenerated.
11623
11624 2003-02-26  Daniel Jacobowitz  <drow@mvista.com>
11625
11626         Fix PR build/1097.
11627         * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11628
11629 2003-02-25  Andrew Cagney  <cagney@redhat.com>
11630
11631         * frame.c (get_prev_frame): Add comment on check for
11632         inside_entry_func. Only check for inside_entry_file when not a
11633         dummy and not a sentinel.  Check that the new frame is not inner
11634         to the old frame.
11635
11636 2003-02-25  Andrew Cagney  <cagney@redhat.com>
11637
11638         * frame.c (frame_debug): New variable.
11639         (_initialize_frame): Add "set/show debug frame" command.
11640         (get_prev_frame): When frame_debug, print reason why unwind
11641         failed.
11642
11643 2003-02-25  Michael Chastain  <mec@shout.net>
11644
11645         * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11646         to avoid uintptr_t definition problems.
11647
11648 2003-02-25  David Carlton  <carlton@math.stanford.edu>
11649
11650         * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11651         (SYMBOL_LINKAGE_NAME): Ditto.
11652         (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11653         SYMBOL_LINKAGE_NAME.
11654         (struct general_symbol_info): Expand comment.
11655         (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11656         (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11657         (SYMBOL_MATCHES_REGEXP): Ditto.
11658         * symtab.c (symbol_natural_name): New function.
11659         * objfiles.h: Replace all uses of SYMBOL_NAME by
11660         DEPRECATED_SYMBOL_NAME.
11661         * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11662         * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11663         * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11664         * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11665         * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11666         * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11667         * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11668         * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11669         * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11670         * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11671         * ada-exp.y: Ditto.
11672         * ada-exp.y: Update copyright.
11673         * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11674         * cp-valprint.c: Ditto.
11675
11676 2003-02-25  Jeff Johnston  <jjohnstn@redhat.com>
11677
11678         * infptrace.c (detach): Do not flag error if ptrace detach fails
11679         and errno is set to ESRCH.
11680
11681 2003-02-24  Andrew Cagney  <cagney@redhat.com>
11682
11683         * infptrace.c (udot_info): Change type of udot_off to long.  Use
11684         paddr when printing udot_off's value.
11685
11686 2003-02-24  David Carlton  <carlton@math.stanford.edu>
11687
11688         * symtab.c (make_symbol_overload_list): Only read in partial
11689         symtabs containing a matching partial symbol.
11690
11691 2003-02-24  David Carlton  <carlton@math.stanford.edu>
11692
11693         * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11694         do the comparison, not strcmp.
11695         * symfile.c (compare_psymbols): Ditto.
11696         * defs.h: Declare strcmp_iw_ordered.
11697         * utils.c (strcmp_iw_ordered): New function.
11698
11699 2003-02-24  Jim Blandy  <jimb@redhat.com>
11700
11701         * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11702         support, shared libs): Remove my name from here, to better reflect
11703         reality.
11704
11705 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
11706
11707         * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11708         (target_ops): Add to_have_continuable_watchpoint.
11709         * target.c (update_current_target): Add INHERIT line for
11710         to_have_continuable_watchpoint.
11711         * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11712         * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11713         config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11714         config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11715
11716 2003-02-24  Elena Zannoni  <ezannoni@redhat.com>
11717
11718         * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11719         maintainership.
11720
11721 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
11722
11723         * solib.c (solib_open): Call target defined search function after
11724         failing with solib-search-path.
11725         * solist.h (target_so_ops): Add find_and_open_solib function hook and
11726         create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11727
11728 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
11729
11730         * MAINTAINERS: Add myself to Write After section.
11731
11732 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
11733
11734         * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11735
11736 2003-02-22  Stephane Carrez  <stcarrez@nerim.fr>
11737
11738         * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11739         (m68hc11_add_reggroups): New function.
11740         (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11741         (m68hc11_gdbarch_init): Install the reggroups.
11742         (_initialize_m68hc11_tdep): Initialize them.
11743
11744 2003-02-21  James E Wilson  <wilson@tuliptree.org>
11745
11746         * MAINTAINERS: Update my email address.
11747
11748 2003-02-21  David Carlton  <carlton@math.stanford.edu>
11749
11750         * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11751
11752 2003-02-21  Daniel Jacobowitz  <drow@mvista.com>
11753
11754         Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11755         * symtab.h: Add opaque declarations of struct axs_value and
11756         struct agent_expr.
11757         (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11758         (struct location_funcs): New type.
11759         (struct symbol): Add "loc" to aux_value.
11760         (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11761         * dwarf2read.c: Include "dwarf2expr.h".
11762         (dwarf2_symbol_mark_computed): New function.
11763         (read_func_scope): Use it.
11764         (var_decode_location): New function.
11765         (new_symbol): Use it.
11766         * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11767
11768         * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11769         (dwarf2expr_h, dwarf2loc_h): New variables.
11770         (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11771         (dwarf2expr.o, dwarf2loc.o): New rules.
11772         (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11773         * buildsym.c (finish_block): Handle LOC_COMPUTED and
11774         LOC_COMPUTED_ARG.
11775         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11776         * m2-exp.y (yylex): Likewise.
11777         * printcmd.c (address_info, print_frame_args): Likewise.
11778         * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11779         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11780         * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11781         (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11782         * symtab.c (lookup_block_symbol): Likewise.
11783
11784 2003-02-20  Adam Fedor  <fedor@gnu.org>
11785
11786         * symtab.h: Remove objc_specific struct
11787         (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11788         * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11789         Have language_objc use cplus_specific struct.
11790
11791 2003-02-20  Tom Tromey  <tromey@redhat.com>
11792
11793         * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11794         TYPE_NAME, when printing a String value.  PR java/1075.
11795
11796 2003-02-20  Adam Fedor  <fedor@gnu.org>
11797
11798         * objc-lang.h (find_methods): Remove declaration.
11799         * objc-lang.c (find_methods): Make static.
11800
11801 2003-02-20  Christopher Faylor  <cgf@redhat.com>
11802
11803         * win32-nat.c (get_image_name): Check return value from
11804         ReadProcessMemory.
11805         (child_xfer_memory): Ditto.
11806
11807 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
11808
11809         * configure.in (TARGET_SYSTEM_ROOT): Set default to
11810         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
11811         '${exec_prefix}' (in addition to the expansion thereof) as
11812         relocatable.
11813         * configure: Rebuilt.
11814
11815 2003-02-20  David Carlton  <carlton@math.stanford.edu>
11816
11817         * symtab.c (search_symbols): Revert the search_symbols part of my
11818         2002-12-23 patch.  Add comment.
11819
11820 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
11821
11822         * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11823         * dbxread.c (elfstab_build_psymtabs): Don't call
11824         install_minimal_symbols.
11825         (stabsect_build_psymtabs): Likewise.
11826         * elfread.c (elf_symfile_read): Call install_minimal_symbols
11827         earlier.
11828         * somread.c (som_symfile_read): Call install_minimal_symbols
11829         and do_cleanups earlier.
11830         * nlmread.c (nlm_symfile_read): Likewise.
11831         * mdebugread.c (elfmdebug_build_psymtabs): Call
11832         install_minimal_symbols and make appropriate cleanups.
11833
11834 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
11835
11836         * solib.c (reload_shared_libraries): New function.
11837         (_initialize_solib): Add callbacks for ``set solib-search-path''
11838         and ``set solib-absolute-prefix''.
11839
11840 2003-02-20  David Carlton  <carlton@math.stanford.edu>
11841
11842         * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11843         expand comment.
11844         * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11845         SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11846         * ada-typeprint.c (ada_typedef_print): Ditto.
11847         * ax-gdb.c (gen_var_ref): Ditto.
11848         * breakpoint.c (print_one_breakpoint): Ditto.
11849         * buildsym.c (finish_block): Ditto.
11850         * c-valprint.c (c_val_print): Ditto.
11851         * expprint.c (print_subexp): Ditto.
11852         * findvar.c (locate_var_value): Ditto.
11853         * infcmd.c (jump_command): Ditto.
11854         * linespec.c (decode_line_2, decode_compound): Ditto.
11855         * maint.c (maintenance_translate_address): Ditto.
11856         * objc-lang.c (compare_selectors, compare_classes): Ditto.
11857         * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11858         Ditto.
11859         * p-valprint.c (pascal_val_print): Ditto.
11860         * stabsread.c (define_symbol): Ditto.
11861         * stack.c (print_frame, frame_info, print_block_frame_locals)
11862         (print_frame_arg_vars, return_command): Ditto.
11863         * symfile.c (compare_symbols, compare_psymbols): Ditto.
11864         * symmisc.c (print_symbol): Ditto.
11865         * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11866         (compare_search_syms, print_symbol_info, print_msymbol_info)
11867         (rbreak_command): Ditto.
11868         * tracepoint.c (tracepoints_info): Ditto.
11869         * typeprint.c (typedef_print): Ditto.
11870         * valops.c (value_of_variable, hand_function_call): Ditto.
11871         * cli/cli-cmds.c (edit_command, list_command): Ditto.
11872         * ada-typeprint.c: Update Copyright.
11873         * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11874         * tracepoint.c, cli/cli-cmds.c: Ditto.
11875
11876 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
11877
11878         * frame.c (generic_unwind_get_saved_register): Make non-static.
11879         * frame.h (generic_unwind_get_saved_register): Declare.
11880         * mips-tdep.c (read_next_frame_reg): Fetch register from
11881         current regcache when frame is NULL.
11882         (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11883         that must be NULL.
11884         (mips_get_saved_register): Call generic_unwind_get_saved_register()
11885         instead of frame_register_unwind().
11886
11887 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
11888
11889         * remote-sim.c (gdbsim_insert_breakpoint)
11890         (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11891         code.
11892
11893 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
11894
11895         * remote.c (_initialize_remote): Add commands "set/show remote
11896         hardware-watchpoint-limit" and "set/show remote
11897         hardware-breakpoint-limit".
11898         (remote_hw_watchpoint_limit): Initialize to -1.
11899         (remote_hw_breakpoint_limit): Ditto.
11900         (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11901
11902 2003-02-19  Raoul Gough  <RaoulGough@yahoo.co.uk>
11903
11904         * coff-pe-read.c: New file - support reading of minimal symbols from a
11905         portable executable using the export table.
11906         * coff-pe-read.h: New file.
11907         * coffread.c: Include coff-pe-read.h.
11908         (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11909         debugging symbols found.
11910         * Makefile.in (SFILES): Add coff-pe-read.o.
11911         (coff_pe_read_h): Define.
11912         (COMMON_OBS): Add coff-pe-read.o.
11913         (coffread.o): Add coff_pe_read_h dependency.
11914         (coff-pe-read.o): New target.
11915
11916 2003-02-19  David Carlton  <carlton@math.stanford.edu>
11917
11918         * Makefile.in (SFILES): Add block.c.
11919         (block_h): New.
11920         (COMMON_OBS): Add block.o.
11921         (block.o): New.
11922         (x86-64-tdep.o): Add $(block_h).
11923         (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11924         (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11925         (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11926         (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11927         (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11928         (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11929         (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11930         * value.h: Add opaque declaration for struct block.
11931         * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11932         * ada-lang.h: Ditto.
11933         * x86-64-tdep.c: #include "block.h"
11934         * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11935         * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11936         * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11937         * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11938         * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11939         * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11940         * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11941         * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11942         * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11943         (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11944         * symtab.c (block_function): Ditto.
11945         (contained_in): Ditto.
11946         * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11947         block.h.  Add opaque declaration for struct block.
11948         * symtab.h: Move block_function and contained_in declarations to
11949         block.h.  Add opaque declarations for struct block, struct
11950         blockvector.
11951         (struct block): Move to block.h.
11952         (struct blockvector): Ditto.
11953         (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11954         (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11955         (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11956         (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11957         (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11958         Ditto.
11959         * block.c: New file.
11960         * block.h: New file.
11961
11962 2003-02-19  Theodore A. Roth  <troth@openavr.org>
11963
11964         * avr-tdep.c (avr_extract_return_value): Remove function.
11965         (avr_store_return_value): Remove function.
11966         (avr_extract_struct_value_address): Remove function.
11967         (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11968
11969 2003-02-19  Andrew Cagney  <ac131313@redhat.com>
11970
11971         * rs6000-tdep.c: Include "gdb_assert.h".
11972         (registers_e500): Add "acc" and "spefscr".
11973         (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11974         (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11975         ppc_gplast_regnum, sp_regnum and fp_regnum.  Check that gp0_regnum
11976         really is "r0".
11977         (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11978
11979 2003-02-18  Keith Seitz  <keiths@redhat.com>
11980
11981         * Makefile.in: Add gdbtk-interps.c.
11982
11983 2003-02-18  Kevin Buettner  <kevinb@redhat.com>
11984
11985         * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11986         * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11987
11988 2003-02-18  Andrew Cagney  <cagney@redhat.com>
11989
11990         * symtab.h (struct objfile): Add opaque declaration.
11991
11992 2003-02-18  Elena Zannoni  <ezannoni@redhat.com>
11993
11994         From Jim Ingham   <jingham@apple.com>:
11995         * dbxread.c (process_one_symbol): Use last_function_start rather
11996         than function_start_offset to find the real beginning of the
11997         current function.  The latter is just the text section offset on
11998         some systems, the former is always the real function start.
11999
12000 2003-02-17  Andrew Cagney  <cagney@redhat.com>
12001
12002         * configure.in: Revert ${target} != ${host}.
12003
12004 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
12005
12006         * configure.in (Makefile): Use the test ${target} != ${host},
12007         instead of the absence of the "nm.h" file, to determine of the
12008         configuration non-native.
12009         * configure: Regenerate.
12010
12011 2003-02-14  Elena Zannoni  <ezannoni@redhat.com>
12012
12013         From Brian Ford  <ford@vss.fsi.com>
12014
12015         * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12016         conditionalize tui_active test.
12017         (lookup_cmd_1): Ditto.
12018
12019 2003-02-14  Mark Kettenis  <kettenis@gnu.org>
12020
12021         * configure.in: Add check for _etext.
12022         * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12023         available.
12024         * config.in, configure: regenerated.
12025
12026 2003-02-14  Daniel Jacobowitz  <drow@mvista.com>
12027
12028         * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12029
12030 2003-02-14  Andrew Cagney  <ac131313@redhat.com>
12031
12032         * main.c (tui_version): Delete variable.
12033         (captured_main): When --tui, set interpreter_p to "tui" instead of
12034         enabling tui_version.
12035         * printcmd.c (display_command) [TUI]: Test tui_active instead of
12036         tui_version.
12037         * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12038         * cli/cli-cmds.c (disassemble_command): Ditto.
12039         * defs.h (tui_version): Delete declaration.
12040         * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12041         (tui-interp.o): Add rules.
12042         (SUBDIR_TUI_OBS): Add "tui-interp.o".
12043
12044 2003-02-14  Christopher Faylor  <cgf@redhat.com>
12045
12046         * win32-nat.c (register_loaded_dll): Correctly set address range for
12047         just-loaded dll.
12048
12049 2003-02-12  Jason Molenda  (jmolenda@apple.com)
12050
12051         * symmisc.c (print_objfile_statistics): Include information about
12052         the number of psymtabs and symtabs in each object file.
12053
12054 2003-02-13  Keith R Seitz  <keiths@redhat.com>
12055
12056         * main.h (struct captured_main_args): Add interpreter_p.
12057         * main.c (captured_main): Initialize interpreter_p from context.
12058         * gdb.c (main): Set interpreter_p argument.
12059         * Makefile.in (gdb.o): Add dependency for interps.h.
12060
12061 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
12062
12063         * event-top.c (cli_command_loop): Delete declaration.
12064         (_initialize_event_loop): Delete function setting event_loop_hook.
12065         * event-top.h (cli_command_loop): Declare.  Update copyright.
12066         (EVENT_TOP_H): Define.  Wrap header in #ifdef EVENT_TOP_H.
12067         * interps.c (current_interp_command_loop): When event_loop_p, call
12068         cli_command_loop.
12069
12070 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
12071
12072         * interps.h (interp_command_loop_ftype): Change return type to
12073         void.
12074
12075 2003-02-12  Michal Ludvig  <mludvig@suse.cz>
12076
12077         * x86-64-tdep.c (x86_64_extract_return_value)
12078         (x86_64_store_return_value): Use regcache instead of regbuf.
12079         (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12080         * x86-64-linux-nat.c (fill_gregset): Use regcache.
12081
12082 2003-02-11  Andrew Cagney  <ac131313@redhat.com>
12083
12084         * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12085         * aclocal.m4: Regenerate.
12086         * configure: Regenerate.
12087
12088         * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12089         TCL_LD_SEARCH_FLAGS.
12090
12091 2003-02-10  Michal Ludvig  <mludvig@suse.cz>
12092
12093         * dwarf2cfi.c: Reindented.
12094
12095 2003-02-09  Andrew Cagney  <ac131313@redhat.com>
12096
12097         * interps.c (clear_interpreter_hooks): Convert function definition
12098         to ISO C.
12099
12100 2003-02-07  David Carlton  <carlton@math.stanford.edu>
12101
12102         * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12103
12104 2003-02-07  Kevin Buettner  <kevinb@redhat.com>
12105
12106         * gdbtypes.h (struct main_type): Move ``length'' field from here...
12107         (struct type): ...to here.
12108         (TYPE_LENGTH): Adjust to reflect different location of ``length''
12109         field.
12110         * gdbtypes.c (make_qualified_type): Set length on newly created type.
12111         (replace_type): Set length on all type variants for a given type.
12112
12113 2003-02-07  Andrew Cagney  <ac131313@redhat.com>
12114
12115         * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12116         <sys/stat.h>.
12117         * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12118
12119 2003-02-06  Andrew Cagney  <ac131313@redhat.com>
12120
12121         * Makefile.in (symm-nat.o): Update dependencies.
12122         (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12123         (lynx-nat.o, ia64-linux-nat.): Ditto.
12124         * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12125         "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12126         * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12127
12128         * Makefile.in (inflow_h): Define.
12129         (procfs.o, inflow.o, procfs.o): Update dependencies.
12130         * inftarg.c (child_stop): Delete extern declaration of
12131         inferior_process_group.  Include "inflow.h".
12132         * procfs.c (procfs_stop): Ditto.  Include "inflow.h".
12133         * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12134         * inflow.h (PROCESS_GROUP_TYPE): ... to here.  New file.
12135         (our_process_group, inferior_process_group): Extern declarations.
12136
12137         * procfs.c: Include "gdb_assert.h".
12138
12139         * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12140         * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12141         * jv-typeprint.c (java_type_print_base): Ditto.
12142         * typeprint.c (typedef_print): Eliminate STREQ.
12143         * cli/cli-script.c (define_command, define_command): Ditto.
12144         * main.c (captured_main): Ditto.
12145         * values.c (lookup_internalvar): Ditto.
12146         * utils.c (safe_strerror, parse_escape): Eliminate assignment
12147         within `if' conditional.
12148         * linespec.c (decode_line_2): Ditto.
12149         * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12150         (bfd_openw_with_cleanup): Ditto.
12151
12152 2003-02-07  Mark Kettenis  <kettenis@gnu.org>
12153
12154         * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12155         legacy_extract_return_value and store_return_value to
12156         legacy_return_value.
12157
12158 2003-02-06  Raoul Gough  <RaoulGough@yahoo.co.uk>
12159
12160         * win32-nat.c (get_relocated_section_addrs): New function.  Find
12161         section load addresses for symbol handling in relocated DLLs.
12162         (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12163
12164 2003-02-05  Fred Fish  <fnf@intrinsity.com>
12165
12166         * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12167         '=' and '!='.
12168         * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12169         with '&' and '=='.
12170         (angel_RDI_info): Ditto.
12171         * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12172         with '&' and '!='.
12173         (threads_continue_all_with_signals): Ditto.
12174
12175 2003-02-05  Jim Ingham <jingham@apple.com>
12176             Keith Seitz  <keiths@redhat.com>
12177             Elena Zannoni  <ezannoni@redhat.com>
12178             Andrew Cagney  <ac131313@redhat.com>
12179
12180         * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12181         (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12182         (SUBDIR_MI_OBS): Add "mi-interp.o".
12183         (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12184         (SFILES): Add "interps.c".
12185         (COMMON_OBS): Add "interps.o".
12186         (interps_h, mi_main_h): Define.
12187         (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12188         (mi-main.o, main.o, event-top.o): Update dependencies.
12189         * cli/cli-interp.c: New file.
12190         * interps.h, interps.c: New files.
12191         * top.c: (gdb_init): Don't install the default interpreter, handed
12192         by captured_main.
12193         * main.c: Include "interps.h".
12194         (interpreter_p): Note that it should malloc'ed.
12195         (captured_command_loop): Call current_interp_command_loop.
12196         (captured_main): Initialize interpreter_p to INTERP_CONSOLE.  Use
12197         xfree and xstrdup when updating interpreter_p.  Install the
12198         default interpreter.  Add hack to stop mi1's copyright notice
12199         being encoded.
12200         * event-top.h (gdb_setup_readline): Declare.
12201         (gdb_disable_readline): Declare.
12202         * event-top.c: Include "interps.h".
12203         (display_gdb_prompt): Call current_interp_display_prompt_p.
12204         (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12205         gdb_stdlog, and gdb_stdtarg.
12206         (_initialize_event_loop): Don't call gdb_setup_readline.
12207         * cli-out.c (cli_out_set_stream): New function.
12208         * cli-out.h (cli_out_set_stream): Declare.
12209
12210 2003-02-06  Mark Kettenis  <kettenis@gnu.org>
12211
12212         * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12213         i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove.  These are all
12214         handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12215         * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12216         config/i386/i386v42mp.mt: Removed.
12217
12218 2003-02-05  Mark Kettenis  <kettenis@gnu.org>
12219
12220         * configure.tgt (*-*-solaris*): Set gdb_osabi to
12221         GDB_OSABI_SOLARIS.
12222
12223 2003-02-05  Michael Chastain  <mec@shout.net>
12224
12225         * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12226         2.12.1 and earlier versions.
12227
12228 2003-02-05  Andrew Cagney  <ac131313@redhat.com>
12229
12230         Remove orphaned hosts, targets and files.
12231         * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12232         * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12233         * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12234         * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12235         * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12236         * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12237         * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12238         * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12239         * config/sparc/tm-sp64sim.h: Delete.
12240         * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12241         hosts.
12242         * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12243         mips*-dec-mach3* targets.
12244
12245 2003-02-04  Michael Chastain  <mec@shout.net>
12246
12247         * NEWS: Fix typo: sepcifying -> specifying.
12248
12249 2003-02-04  Michael Chastain  <mec@shout.net>
12250
12251         * dwarfread.c: Add documentation on the state of dwarf-1,
12252         looking towards obsoletion.
12253
12254 2003-02-03  Michael Chastain  <mec@shout.net>
12255
12256         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12257         gdb/testsuite/gdb.c++/pr-1023.exp.
12258
12259 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
12260
12261         * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12262         * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12263
12264         * utils.c (init_page_info): Delete reference to MPW in comments.
12265         * main.c (captured_main): Delete #ifdef MPW.
12266
12267 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
12268
12269         * NEWS: Note that the m32r-*-elf* is obsolete.
12270         * monitor.c (monitor_expect): Obsolete reference to m32r.
12271         * configure.tgt: Mark m32r-*-elf* as obsolete.
12272         * MAINTAINERS: Mark m32k as obsolete.
12273         * m32r-rom.c: Obsolete file.
12274         * config/m32r/m32r.mt: Obsolete file.
12275         * config/m32r/tm-m32r.h: Obsolete file.
12276         * m32r-stub.c: Obsolete file.
12277         * m32r-tdep.c: Obsolete file.
12278
12279 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
12280
12281         * NEWS: Mention that the z8k-zilog-none is obsolete.
12282         * MAINTAINERS: Mark z8k as obsolete.
12283         * configure.tgt: Obsolete the z8k-*-coff* target.
12284         * config/z8k/z8k.mt: Obsolete file.
12285         * config/z8k/tm-z8k.h: Obsolete file.
12286         * z8k-tdep.c: Obsolete file.
12287
12288 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
12289
12290         * NEWS: Mention that the mn10200-elf is obsolete.
12291         * configure.tgt: Obsolete mn10200-*-* target.
12292         * breakpoint.c (update_breakpoints_after_exec): Update comment to
12293         mention that the mn10200 is obsolete.
12294         * breakpoint.h: Ditto.
12295         * MAINTAINERS: Mark the mn10200-elf as obsolete.
12296         * config/mn10200/mn10200.mt: Obsolete file.
12297         * config/mn10200/tm-mn10200.h: Obsolete file.
12298         * mn10200-tdep.c: Obsolete file.
12299
12300 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
12301
12302         * MAINTAINERS: Mark h8500 as obsolete.
12303         * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12304         * findvar.c (value_from_register): Ditto.
12305         * h8500-tdep.c: Mark file as obsolete.
12306         * config/h8500/h8500.mt: Ditto.
12307         * config/h8500/tm-h8500.h: Ditto.
12308         * NEWS: Mention that h8500 is obsolete.
12309
12310 2003-02-04  David Carlton  <carlton@math.stanford.edu>
12311
12312         * objfiles.c (allocate_objfile): Always set name.  Add comment at
12313         start of function.
12314         * jv-lang.c (get_dynamics_objfile): Add comment.
12315
12316 2003-02-04  David Carlton  <carlton@math.stanford.edu>
12317
12318         * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12319         * printcmd.c (build_address_symbolic): Replace uses of
12320         SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12321         SYMBOL_NAME, and asm_demangle.
12322         Update copyright.
12323
12324 2003-02-04  David Carlton  <carlton@math.stanford.edu>
12325
12326         * linespec.c (decode_compound): Extract code into
12327         lookup_prefix_sym.
12328         (lookup_prefix_sym): New function.
12329
12330 2003-02-04  David Carlton  <carlton@math.stanford.edu>
12331
12332         * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12333         FLOAT_COERCION_BADNESS.
12334         * gdbtypes.c (rank_one_type): Replace all uses of
12335         INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12336
12337 2003-02-04  Jim Blandy  <jimb@redhat.com>
12338
12339         * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12340         section, let dwarf_macinfo_section point to it, not
12341         dwarf_loc_section.
12342
12343 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
12344
12345         Pointed out by Anton Blanchard <anton@samba.org>.
12346         * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12347         (ppc_linux_at_sigtramp_return_path): Use it.
12348
12349 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
12350
12351         * defs.h (streq): Add prototype.
12352         * utils.c (streq): New function.
12353
12354         * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12355         SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12356         * mdebugread.c (new_symbol): Likewise.
12357         * stabsread.c (define_symbol): Likewise.
12358         * coffread.c (process_coff_symbol): Likewise.
12359         * dwarfread.c (new_symbol): Likewise.
12360
12361         * minsyms.c (prim_record_minimal_symbol_and_info): Use
12362         SYMBOL_SET_NAMES instead of setting SYMBOL_NAME.  Set the language
12363         here.
12364         (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12365         SYMBOL_INIT_DEMANGLED_NAME.
12366         * objfiles.c: Include "hashtab.h".
12367         (allocate_objfile): Call htab_set_functions_ex for the
12368         demangled_names_hash.
12369         (free_objfile): Call htab_delete for the demangled_names_hash.
12370         * objfiles.h (struct htab): Add declaration.
12371         (struct objfile): Add demangled_names_hash.
12372         * symfile.c: Include "hashtab.h".
12373         (reread_symbols): Call htab_delete for the demangled_names_hash.
12374         (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12375         SYMBOL_NAME in the bcache.
12376         * symtab.c: Include "hashtab.h".  Update comments.
12377         (create_demangled_names_hash, symbol_set_names): New functions.
12378         (symbol_find_demangled_name): New function, broken out from
12379         symbol_init_demangled_names.
12380         (symbol_init_demangled_names): Use it.
12381         * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12382         (SYMBOL_SET_NAMES): New macro.
12383         (symbol_set_names): Add prototype.
12384
12385 2003-02-03  Jim Blandy  <jimb@redhat.com>
12386
12387         Use a single, consistent representation for an empty minimal
12388         symbol table in an objfile.
12389         * objfiles.c (terminate_minimal_symbol_table): New function.
12390         (allocate_objfile): Call it.
12391         * objfiles.h (terminate_minimal_symbol_table): New declaration.
12392         (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12393         non-NULL.
12394         * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12395         objfile has minimal symbols, compare minimal_symbol_count to zero,
12396         instead of comparing msymbols with NULL.
12397         * objfiles.c (have_minimal_symbols): Same.
12398         * solib-sunos.c (solib_add_common_symbols): Call
12399         terminate_minimal_symbol_table.
12400         * symfile.c (reread_symbols): Same.
12401
12402 2003-02-03  Kevin Buettner  <kevinb@redhat.com>
12403
12404         * s390-tdep.c (s390_address_class_type_flags)
12405         (s390_address_class_type_flags_to_name)
12406         (s390_address_class_name_to_type_flags): New functions.
12407         (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12408         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12409
12410 2003-02-03  Michael Snyder  <msnyder@redhat.com>
12411
12412         * arm-tdep.c: Fix spell-o in comment.
12413
12414 2003-02-03  Michal Ludvig  <mludvig@suse.cz>
12415
12416         * dwarf2cfi.c (pointer_encoding): Added new parameter.
12417         * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12418         error messages to contain BFD filename.
12419
12420 2003-02-02  Elena Zannoni  <ezannoni@redhat.com>
12421
12422         Fix PR gdb/742 gdb/743 gdb/877
12423         * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12424         (do_mixed_source_and_assembly): Use
12425         make_cleanup_ui_out_tuple_begin_end and
12426         make_cleanup_ui_out_tuple_begin_end.
12427         (do_mixed_source_and_assembly): Ditto.
12428         * thread.c (do_captured_list_thread_ids): Ditto.
12429         * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12430         ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12431         ui_out_tuple_end): Delete prototypes.
12432         * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12433         ui_out_list_end, ui_out_tuple_end): Delete.
12434
12435         From Kevin Buettner  <kevinb@redhat.com>:
12436         * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12437         * ui-out.c (make_cleanup_ui_out_table_begin_end)
12438         (do_cleanup_table_end):  New functions.
12439         * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12440         Use cleanups to invoke_ui_out_tuple_end().
12441         (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12442         * cli/cli-setshow.c (cmd_show_list): Use
12443         make_cleanup_ui_out_tuple_begin_end.
12444
12445 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
12446
12447         * frame.c (frame_unwind_register): New function.
12448         (frame_unwind_unsigned_register): Use.
12449         (frame_unwind_signed_register): Use.
12450         (frame_read_register): New function.
12451         * frame.h (frame_unwind_register): Declare.
12452         (frame_read_register): Declare.
12453
12454         * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12455         and frame_unwind_register instead of read_memory, write_register
12456         and deprecated_write_register_bytes.
12457
12458 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
12459
12460         * frame.h: Note that namelen can be negative.
12461         * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12462         NAME's length.
12463
12464         * NEWS: Mention that the d10v's `regs' command is deprecated.
12465         * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12466         (d10v_print_registers_info): New function.
12467         (show_regs): Call d10v_print_registers_info.
12468         (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12469
12470 2003-02-02  Mark Kettenis  <kettenis@gnu.org>
12471
12472         * stack.c (print_frame_info): Restore call to annotate_frame_begin
12473         lost in the previous patch.
12474
12475 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
12476
12477         From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12478         * stack.c (print_frame_info_base): Output complete FRAME tuple
12479         for synthesized frames.
12480
12481 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
12482
12483         * mips-nat.c (zerobuf): Delete.
12484         (fetch_inferior_registers): Alloc local zerobuf.
12485         (fetch_core_registers): Alloc local zerobuf.
12486         * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12487         MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12488         * thread-db.c (thread_db_store_registers): Ditto.
12489         * sh-tdep.c (sh_do_register): Ditto.
12490         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12491         * remote-sim.c (gdbsim_store_register): Ditto.
12492         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12493         * remote-e7000.c (fetch_regs_from_dump): Ditto.
12494         * monitor.c (monitor_supply_register): Ditto.
12495         * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12496         * mips-nat.c (fetch_inferior_registers): Ditto.
12497         * m68klinux-nat.c (fetch_register): Ditto.
12498         * lynx-nat.c (fetch_inferior_registers): Ditto.
12499         (fetch_inferior_registers): Ditto.
12500         * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12501         * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12502         (hpux_thread_store_registers): Ditto.
12503         * hppah-nat.c (fetch_register): Ditto.
12504         * hppab-nat.c (fetch_register): Ditto.
12505         * hppa-tdep.c (pa_register_look_aside): Ditto.
12506         (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12507         * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12508
12509 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
12510
12511         * gdbarch.sh: Explictly specify all method levels.  When a
12512         variable with an empty level, provide a non-multi-arch default.
12513         (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12514         * gdbarch.h: Re-generate.
12515         * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete.  Always defined.
12516         * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12517
12518 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
12519
12520         * defs.h (host_pointer_to_address): Delete declaration.
12521         (address_to_host_pointer): Delete declaration.
12522         * utils.c (host_pointer_to_address): Delete function.
12523         (address_to_host_pointer): Delete function.
12524         * procfs.c (procfs_address_to_host_pointer): New function.
12525         * procfs.c (proc_set_watchpoint): Use.
12526         (procfs_can_use_hw_breakpoint): Update comments.
12527         * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12528         (som_solib_add): Use.
12529         * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12530         * hppa-tdep.c (unwind_command): Use.
12531
12532 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
12533
12534         * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12535         strlen d_name.
12536
12537         * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12538         ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12539         (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12540         * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12541         (define_symbol): Update.
12542         * symfile.c (generic_load): Remove references to nindy.
12543         * symtab.c: Remove references to nindy.
12544
12545 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
12546
12547         * infcmd.c (print_float_info): Delete code conditional on
12548         FLOAT_INFO.
12549         * config/nm-lynx.h: Delete #undef FLOAT_INFO.  Update copyright.
12550         * config/m68k/nm-apollo68b.h: Ditto.
12551         * config/i386/tm-ptx.h (FLOAT_INFO): Delete.  Update copyright.
12552         * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12553         * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12554
12555 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
12556
12557         * config/i386/tm-i386os9k.h: Removed.
12558
12559         * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12560         Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12561         they're identical to i[3456]86-*-sysv* now.
12562         * config/i386/i386v32.mh: Removed.
12563         * config/i386/xm-i386v32.h: Removed.
12564         * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12565
12566         * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12567
12568         * config/i386/i386dgux.mh: Removed.
12569         * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12570
12571         * configure.in: Fix typo.
12572         * configure: Regenerated.
12573
12574 2003-01-31  David Carlton  <carlton@math.stanford.edu>
12575
12576         * dwarf2read.c (dwarf2_locate_sections): Set
12577         dwarf_ranges_section.
12578
12579 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
12580
12581         * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12582         * utils.c: Update comments documenting legitimate uses of PTR.
12583
12584         * utils.c: Re-indent.
12585
12586         * config/djgpp/fnchange.lst: Delete nindy files.
12587         * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12588         * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12589         * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12590         * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12591         * nindy-share/README, nindy-share/Onindy.c: Delete files.
12592         * nindy-tdep.c, nindy-share/Makefile: Delete files.
12593         * Makefile.in (init.c): Remove nindy references.
12594         (saber_gdb): Delete rule.
12595         (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12596         nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12597         and a68v-nat.c.
12598         (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12599         (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12600         (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12601         nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12602         nindy-share/stop.h.
12603         * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12604         * saber.suppress: Delete file.
12605
12606 2003-01-31  Daniel Jacobowitz  <drow@mvista.com>
12607
12608         * dbxread.c (stabs_data): New static variable.
12609         (fill_symbuf): Support an in-memory buffer for stabs data.
12610         (stabs_seek): New function.
12611         (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12612         (read_ofile_symtab): Use stabs_seek.
12613         (elfstab_build_psymtabs): Take an asection* instead of
12614         an offset and size.  Relocate the stabs data if necessary.
12615         Save the section* for dbx_psymtab_to_symtab.
12616         * dwarf2read.c: Add section variables for each debug section.
12617         (dwarf2_locate_sections): Fill them in.
12618         (dwarf2_read_section): Take an asection* argument.
12619         Relocate the section contents if necessary.
12620         (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12621         * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12622         it to dwarf2_read_section.
12623         (dwarf2_build_frame_info): Update callers.
12624         * elfread.c (elf_symfile_read): Update call to
12625         elfstab_build_psymtabs.
12626         * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12627         (DBX_STAB_SECTION): New macro.
12628         * stabsread.h (elfstab_build_psymtabs): Update prototype.
12629         * symfile.c (symfile_dummy_outputs): New function.
12630         (symfile_relocate_debug_section): New function.
12631         * symfile.h (symfile_relocate_debug_section): Add prototype.
12632
12633 2003-01-31  Richard Henderson  <rth@redhat.com>
12634
12635         * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12636         (register_addr): ... here.  Support ALPHA_UNIQUE_REGNUM.
12637         (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12638         * alpha-tdep.c (alpha_register_name): Add "unique".
12639         * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12640         (ALPHA_UNIQUE_REGNUM): New.
12641         * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12642
12643 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
12644
12645         * README: Remove reference to Ericsson 1800 monitor.
12646         * Makefile.in (remote-es.o): Delete rule.
12647         (ALLDEPFILES): Delete remote-es.c.
12648         * remote-es.c: Delete file.
12649         * config/m68k/es1800.mt: Delete file.
12650         * config/djgpp/fnchange.lst: Update.
12651         * configure.tgt: Delete m68*-ericsson-* target.
12652
12653 2003-01-31  Adam Fedor  <fedor@gnu.org>
12654
12655         * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12656         Remove duplicate/shadowing variable of same name.
12657
12658 2003-01-30  Jim Blandy  <jimb@redhat.com>
12659
12660         * symfile.c (find_separate_debug_file): Assert that the objfile's
12661         directory name we compute ends with a slash, and then assume that
12662         that's so everywhere we use it.
12663
12664 2003-01-30  Daniel Jacobowitz  <drow@mvista.com>
12665
12666         * valops.c (value_assign): Flush frame cache after stores to memory
12667         also.
12668
12669 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
12670
12671         * Makefile.in (mon960-rom.o): Delete rule.
12672         * mon960-rom.c: Delete file.
12673
12674 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
12675
12676         * d10v-tdep.c: Include "frame-unwind.h".
12677         (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12678         list.
12679         (next_addr, uses_frame): Delete.
12680         (struct d10v_unwind_cache): Define.
12681         (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12682         Use info instead of next_addr and uses_frame globals.
12683         (d10v_frame_init_saved_regs): Delete function.
12684         (d10v_init_extra_frame_info): Delete function.
12685         (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12686         frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12687         init_frame_pc or frame_saved_pc.
12688         (d10v_pop_frame): Delete function.
12689         (do_d10v_pop_frame): Delete function.
12690         (d10v_frame_chain): Delete function.
12691         (d10v_frame_chain_valid): Delete function.
12692         (d10v_frame_pc_unwind): New function.
12693         (d10v_frame_id_unwind): New function.
12694         (saved_regs_unwinder): New function.
12695         (d10v_frame_register_unwind): New function.
12696         (d10v_frame_pop): New function.
12697         (d10v_frame_unwind): New variable.
12698         (d10v_frame_p): New function.
12699         (d10v_frame_saved_pc): Delete function.
12700         * Makefile.in (d10v-tdep.o): Update dependencies.
12701
12702 2003-01-30  J. Brobecker  <brobecker@gnat.com>
12703
12704         * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12705         causing some regressions due to a change in the default value
12706         for this macro.
12707
12708 2003-01-29  Richard Henderson  <rth@redhat.com>
12709             Elena Zannoni  <ezannoni@redhat.com>
12710             Daniel Jacobowitz  <drow@mvista.com>
12711
12712         Fix PR gdb/961.
12713         * dwarf2read.c  (dwarf_ranges_offset, dwarf_ranges_size): New
12714         variables.
12715         (RANGES_SECTION): New.
12716         (dwarf_ranges_buffer): New variable.
12717         (struct comp_unit_head): Add member "die".
12718         (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12719         (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12720         (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12721         (dwarf2_locate_sections): Likewise.
12722         (dwarf2_build_psymtabs): Read .debug_ranges.
12723         (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12724         (psymtab_to_symtab_1): Swap dwarf_ranges in.  Set cu_header.die.
12725         (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12726         Look for DW_AT_ranges and return the bounding box.
12727
12728 2003-01-29  Brian Ford <ford@vss.fsi.com>
12729
12730         * win32-nat.c (cygwin_pid): Removed as unused.
12731         (child_attach): Try fall back to Cygwin pid.
12732
12733 2003-01-29  Jim Blandy  <jimb@redhat.com>
12734
12735         * objfiles.h (struct objfile): Doc fix.
12736
12737 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
12738
12739         * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12740         (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12741         (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12742         (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12743         * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12744         (FRAME_SAVED_PC): Change to a function with predicate.
12745         * gdbarch.h, gdbarch.c: Re-generate.
12746
12747 2003-01-28  Andrew Cagney  <ac131313@redhat.com>
12748
12749         * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12750
12751         * complaints.c (complain): Delete function.
12752         * complaints.h (struct deprecated_complaint): Delete definition.
12753         (complain): Delete declaration.
12754
12755 2003-01-28  Kevin Buettner  <kevinb@redhat.com>
12756
12757         * mips-tdep.c (mips_init_extra_frame_info): Return early for
12758         dummy frames.
12759
12760 2003-01-27  Andrew Cagney  <ac131313@redhat.com>
12761
12762         * sentinel-frame.h, sentinel-frame.c: New files.
12763         * Makefile.in (frame.o): Update dependencies.
12764         (SFILES): Add sentinel-frame.c.
12765         (sentinel_frame_h): Define.
12766         (COMMON_OBS): Add sentinel-frame.o.
12767         (sentinel-frame.o): Specify dependencies.
12768         * frame.c: Include "sentinel-frame.h".
12769         (frame_register_unwind): Rewrite assuming that there is always a a
12770         ->next frame.
12771         (frame_register, generic_unwind_get_saved_register): Ditto.
12772         (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12773         (create_sentinel_frame, unwind_to_current_frame): New functions.
12774         (get_current_frame): Rewrite using create_sentinel_frame and
12775         unwind_to_current_frame.  When possible, always create a frame.
12776         (create_new_frame): Set next to the sentinel frame.
12777         (get_next_frame): Rewrite.  Don't go below the level 0 frame.
12778         (deprecated_update_frame_pc_hack): Update the next frame's PC and
12779         ID cache when necessary.
12780         (frame_saved_regs_id_unwind): Use frame_relative_level.
12781         (deprecated_generic_get_saved_register): Use frame_relative_level,
12782         get_frame_saved_regs, get_frame_pc, get_frame_base and
12783         get_next_frame.
12784         (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12785         frame_register.
12786
12787 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
12788
12789         * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12790
12791 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
12792
12793         * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12794         (maintenance_set_profile_cmd): Use error () instead of warning ().
12795
12796 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
12797
12798         * configure.in: Check that -pg works if using --enable-profiling.
12799         Check for monstartup and _mcleanup regardless of --enable-profiling.
12800         * maint.c: Check for monstartup and _mcleanup before using them.
12801         * config.in: Regenerated.
12802         * configure: Regenerated.
12803
12804 2003-01-24  Nick Clifton  <nickc@redhat.com>
12805
12806         * Add sh2e support:
12807
12808         2002-04-02  Elena Zannoni  <ezannoni@redhat.com>
12809
12810                 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12811                 (sh2e_show_regs): New.
12812                 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12813                 * config/sh/tm-sh.h: Added sh2e to comments.
12814
12815 2003-01-23  Jim Blandy  <jimb@redhat.com>
12816
12817         * symfile.c (syms_from_objfile): Don't print the "(no debugging
12818         symbols found)" message here; we haven't checked for a separate
12819         debug info file yet, so we don't know yet.
12820         (symbol_file_add_with_addrs_or_offsets): Print it here, after
12821         we've looked everywhere.  Also, there's no need to print a special
12822         message when we're loading the separate debug info file: the one
12823         symbol_file_add prints is fine.
12824
12825 2003-01-23  Alexander Larsson <alexl@redhat.com>
12826             Jim Blandy  <jimb@redhat.com>
12827
12828         Add support for executables whose debug info has been separated
12829         out into a separate file, leaving only a link behind.
12830         * objfiles.h (struct objfile): New fields: separate_debug_objfile
12831         and separate_debug_objfile_backlink.
12832         (put_objfile_before): New declaration.
12833         * symfile.c: #include "filenames.h".
12834         (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12835         debug info in a separate file, read that, too. Save the addrs
12836         argument, so we can use it again to read the separated debug info;
12837         syms_from_objfile modifies the table we pass it.
12838         (reread_symbols): After re-reading an objfile, call
12839         reread_separate_symbols to refresh its separate debug info
12840         objfile, if it has one.
12841         (reread_separate_symbols, find_separate_debug_file,
12842         get_debug_link_info, separate_debug_file_exists): New functions.
12843         (debug_file_directory): New global var.
12844         (_initialize_symfile): Initialize debug_file_directory, and
12845         provide the new `set debug-file-directory' command to let the user
12846         change it.
12847         * objfiles.c (free_objfile): If this objfile has its debug info in
12848         a separate objfile, free that one too.  If this is itself a
12849         separate debug info objfile, clear our parent's backlink.
12850         (put_objfile_before): New function.
12851         * utils.c (gnu_debuglink_crc32): New function.
12852         * defs.h (gnu_debuglink_crc32): New declaration.
12853         * Makefile.in (symfile.o): Note dependency on "filenames.h".
12854         * configure.in: Handle --with-separate-debug-dir config option.
12855         * acinclude.m4 (AC_DEFINE_DIR): New macro.
12856         * acconfig.h (DEBUGDIR): New macro.
12857         * configure, aclocal.m4, config.in: Regenerated.
12858
12859 2003-01-22  Jim Blandy  <jimb@redhat.com>
12860
12861         * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12862         like the old symbol_file_add, but taking new arguments: you can
12863         now pass in either a `struct section_addr_info' list to say where
12864         each section is loaded, or a `struct section_offsets' table.  Pass
12865         these new arguments through to syms_from_objfile as appropriate.
12866         (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12867         with the appropriate quiescent values for the new arguments.
12868
12869         * symfile.c: #include "gdb_assert.h".
12870         (syms_from_objfile): Add the ability to pass in a section offset
12871         table directly, as an alternative to the section_addr_info table.
12872         Document arguments better.
12873         (symbol_file_add): Pass extra arguments to syms_from_objfile.
12874         * symfile.h (syms_from_objfile): Update declaration.
12875         * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12876         syms_from_objfile.
12877         * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12878
12879 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
12880
12881         Original patch by Tom Tromey <tromey@cygnus.com> and
12882         Jason Molenda <jmolenda@apple.com>.
12883         * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12884         (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12885         * NEWS: Mention profiling.
12886         * configure.in (--enable-gdbtk): Fix typo.
12887         (--enable-profiling): New.  Set PROFILE_CFLAGS.
12888         * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12889         Fill in function.
12890         (profiling_state): New variable.
12891         (mcleanup_wrapper): New function.
12892         (_initialize_maint): Remove NOTYET, fix call to
12893         add_setshow_boolean_cmd for "maint set profile".
12894         * configure: Regenerated.
12895
12896 2003-01-21  Martin M. Hunt  <hunt@redhat.com>
12897
12898         * Makefile.in (install-gdbtk): Install PNG images too.
12899
12900 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
12901
12902         * exec.c (text_start): Delete global variable.
12903         (exec_file_attach): Make text_start local to the function.
12904         * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12905         * valops.c (hand_function_call): Delete code that handles
12906         BEFORE_TEXT_END and AFTER_TEXT_END.
12907         * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12908         of CALL_DUMMY_LOCATION.
12909         * gdbarch.c: Regenerate.
12910         * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12911         (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12912         * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12913         (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12914         (text_end): Delete extern declaration.
12915
12916 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
12917
12918         * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12919         * blockframe.c (backtrace_below_main): Move to "frame.c".
12920         (frame_chain_valid): Delete check for backtrace_below_main.
12921         (_initialize_blockframe): Delete initialization, move ``set
12922         backtrace-below-main'' command to "frame.c".
12923         (do_flush_frames_sfunc): Delete function.
12924         * frame.c: Include "command.h" and "gdbcmd.h".
12925         (frame_type_from_pc): New function.
12926         (create_new_frame): Use frame_type_from_pc.
12927         (legacy_get_prev_frame): New function.
12928         (get_prev_frame): Rewrite.  When an old style frame, call
12929         legacy_get_prev_frame.  Otherwize, unwind the PC first.
12930         (_initialize_frame): Add ``set backtrace-below-main'' command.
12931         * Makefile.in (frame.o): Update dependencies.
12932
12933 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
12934
12935         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12936         DEPRECATED_REGISTERS_INFO.
12937
12938 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
12939
12940         * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12941         Maintainers'.  Update `Various Maintainers'.
12942
12943 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
12944
12945         * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12946         * gdbarch.sh (POP_FRAME): Change to function with predicate.
12947         Suppress actual parameters when `-'.
12948         * gdbarch.h, gdbarch.c: Regenerate.
12949
12950 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
12951
12952         * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12953         code handling dummy frames.
12954
12955 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
12956
12957         * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12958         (struct frame_unwind): Add field pop.
12959         * frame.h (frame_pop): Declare.
12960         * frame.c (frame_saved_regs_pop): New function.
12961         (trad_frame_unwinder): Add frame_saved_regs_pop.
12962         (frame_pop): New function.
12963         * dummy-frame.c (dummy_frame_pop): New function.
12964         (discard_innermost_dummy): New function.
12965         (generic_pop_dummy_frame): Use discard_innermost_dummy.
12966         (dummy_frame_unwind): Add dummy_frame_pop.
12967         * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12968         * valops.c (hand_function_call): Ditto.
12969         * stack.c (return_command): Ditto.
12970
12971 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
12972
12973         * cris-tdep.c: Fix function declaration indentation.
12974         * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12975         * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12976         * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12977         * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12978         * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12979         * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12980
12981 2003-01-18  Michael Chastain  <mec@shout.net>
12982
12983         * README (Unpacking and Installation -- quick overview):
12984         Warn against ".../gdb-5.3/gdb/configure".
12985
12986 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
12987
12988         * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12989         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12990         (struct frame_unwind): Declare opaque.
12991         (dummy_frame_p): Declare function.
12992         * dummy-frame.c (dummy_frame_id_unwind): Make static.
12993         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12994         * dummy-frame.c: Include "frame-unwind.h".
12995         (dummy_frame_p): New function.
12996         (dummy_frame_unwind): New variable.
12997         * frame.c: Include "frame-unwind.h".
12998         (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12999         to use the new unwind field.
13000         (set_unwind_by_pc): Delete function.
13001         (create_new_frame, get_prev_frame): Set unwind field using
13002         frame_unwind_find_by_pc.
13003         (trad_frame_unwind, trad_frame_unwinder): New variables.
13004         * frame.h (trad_frame_unwind): Declare variable.
13005         (frame_id_unwind_ftype): Delete declaration.
13006         (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13007         (struct frame_unwind): Declare opaque.
13008         (struct frame_info): Replace the fields id_unwind, pc_unwind and
13009         register_unwind with a single unwind pointer.
13010         * frame-unwind.h, frame-unwind.c: New files.
13011         * Makefile.in (SFILES): Add frame-unwind.c.
13012         (frame_unwind_h): Define.
13013         (COMMON_OBS): Add frame-unwind.o.
13014         (frame-unwind.o): Specify dependencies.
13015         (frame.o, dummy-frame.o): Update dependencies.
13016
13017 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
13018
13019         * ada-valprint.c: Eliminate PTR.
13020         * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13021         * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13022         * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13023         * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13024         * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13025         * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13026         * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13027
13028 2003-01-17  Andrew Cagney  <ac131313@redhat.com>
13029
13030         * main.c (captured_main): Don't use PTR.
13031         * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13032         * gdbtypes.c (lookup_primitive_typename): Ditto.
13033         (lookup_struct_elt_type): Ditto.
13034         * f-valprint.c (info_common_command): Ditto.
13035         (list_all_visible_commons): Ditto.
13036         * jv-typeprint.c (java_type_print_base): Ditto.
13037
13038         * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13039         mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13040         Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c.  Rename
13041         i386-interix-nat.c and i386-interix-tdep.c.  Rename
13042         m68klinux-nat.c and m68klinux-tdep.c.  Rename
13043         config/mips/tm-linux.h and config/mips/tm-linux64.h.  Rename
13044         bfd/po/.cvsignore and opcodes/po/.cvsignore.  Rename
13045         gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13046         * main.c (captured_main): Use xfree, not free.
13047
13048 2003-01-16  Andrew Cagney  <ac131313@redhat.com>
13049
13050         * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13051         ID back using a parameter.
13052         * frame.c (frame_id_unwind): Update call.
13053         (frame_saved_regs_id_unwind): Update.
13054         * dummy-frame.c (dummy_frame_id_unwind): Update function.
13055         * dummy-frame.h (struct frame_id): Add opaque declaration.
13056         (dummy_frame_id_unwind): Update declaration.
13057
13058 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
13059
13060         * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13061
13062 2003-01-15  Stephen P. Smith <ischis2@cox.net>
13063
13064         * MAINTAINERS (Stephen P. Smith): Updated email address.
13065
13066 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
13067
13068         Fix PR gdb/898
13069         * breakpoint.c (until_break_command): Add new argument.  Use it to
13070         decide whether to stop only at the current frame or not.
13071         * breakpoint.h (until_break_command): Update prototype.
13072         * infcmd.c (until_command): Add new argument to until_break_command
13073         call.
13074         (advance_command): New function.
13075         (_initialize_infcmd): Update help string for 'until' command.
13076         Add new 'advance' command.
13077
13078 2003-01-14  David Carlton  <carlton@math.stanford.edu>
13079
13080         * linespec.c (decode_line_1): Normalize comments.
13081         (set_flags): Ditto.
13082         (locate_first_half): Ditto.
13083         (decode_compound): Ditto.
13084         (symtab_from_filename): Ditto.
13085         (decode_all_digits): Ditto.
13086         (decode_dollar): Ditto.
13087         (find_methods): Ditto.
13088         (find_toplevel_char): Ditto.
13089
13090 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
13091
13092         * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13093         * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13094         * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13095         * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13096         * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13097         * language.c, language.h, m32r-tdep.c: Update copyright.
13098         * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13099         * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13100         * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13101         * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13102         * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13103         * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13104
13105 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
13106
13107         * stabsread.h (process_later, resolve_cfront_continuation):
13108         Obsolete.
13109         Update copyright years.
13110         * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13111         Update copyright year.
13112         * dbxread.c(struct cont_elem): Obsolete.
13113         (process_later, process_now): Obsolete functions.
13114         (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13115         Update copyright year.
13116         * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13117         (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13118         * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13119         (parse_partial_symbols): Obsolete cfront support.
13120         * stabsread.c
13121         (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13122         macros.
13123         (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13124         read_cfront_baseclasses, read_cfront_member_functions,
13125         resolve_cfront_continuation,read_cfront_static_fields,
13126         copy_cfront_struct_fields): Obsolete functions.
13127         (define_symbol, read_one_struct_field): Obsolete cfront support.
13128         * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13129         Update Copyright year.
13130
13131 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
13132
13133         * stack.c (print_frame_info, print_stack_frame_base_stub,
13134         print_stack_frame_base, show_and_print_stack_frame_stub,
13135         show_and_print_stack_frame, print_only_stack_frame_stub,
13136         print_only_stack_frame): Delete functions.
13137         (print_stack_frame_stub): Call print_frame_info instead of
13138         print_frame_info_base.
13139         (print_frame_info_base): Rename to print_frame_info.
13140         (backtrace_command_1): Call print_frame_info, instead of
13141         print_frame_info_base.
13142         (current_frame_command): Call print_stack_frame, instead of
13143         print_only_stack_frame.
13144         (frame_command): Call print_stack_frame, instead of
13145         show_and_print_stack_frame.
13146         (up_command): Ditto.
13147         (down_command): Ditto.
13148         * frame.h (print_only_stack_frame): Delete prototype.
13149         * infrun.c (normal_stop): Call print_stack_frame, instead of
13150         show_and_print_stack_frame.
13151         * thread.c (info_threads_command): Call print_stack_frame, instead
13152         of print_only_stack_frame.
13153
13154 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
13155
13156         * README (Graphical interface to GDB): Update URL.  Point at
13157         gdb/links/.
13158
13159         * gdb_indent.sh: Update to version 2.2.9.  Warn when not exact
13160         version match.
13161
13162 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13163
13164         * symtab.c (find_pc_sect_line): Don't consider end-of-function
13165         lines.
13166
13167 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13168
13169         * thread-db.c (attach_thread): Prototype.
13170         (struct private_thread_info): Remove lwpid.  Add thread handle (th),
13171         thread information (ti), and valid flags (th_valid, ti_valid).
13172         (attach_thread): Move target_pid_to_str call to after the thread
13173         is added to GDB's list.  Initialize the cache.
13174         (thread_get_info_callback, thread_db_map_id2thr)
13175         (thread_db_get_info): New functions.
13176         (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13177         (thread_db_store_registers, thread_db_thread_alive)
13178         (thread_db_get_thread_local_address): Use them.
13179         (thread_db_pid_to_str): Likewise.  Return "Missing" instead
13180         of calling error() for threads in unknown state.
13181
13182         (clear_lwpid_callback): New function.
13183         (thread_db_resume): Use it to clear the cache.
13184
13185 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13186
13187         * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13188         (resume_callback): Remove dead code.
13189
13190 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
13191
13192         * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13193         predicate.
13194         * gdbarch.h, gdbarch.c: Regenerate.
13195         * stack.c (frame_info): Only initialize the saved registers when
13196         FRAME_INIT_SAVED_REGS_P.
13197         * frame.c (frame_saved_regs_register_unwind): Assert
13198         FRAME_INIT_SAVED_REGS_P.
13199         (deprecated_generic_get_saved_register): Ditto.
13200
13201 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13202
13203         * source.c (openp): Squelch warning about "filename".
13204
13205 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13206
13207         * source.c (openp): If the file does not exist don't necessarily
13208         search the path.
13209
13210 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13211
13212         Fix PR gdb/872.
13213         * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13214         (integer_types_same_name_p): New function.
13215         (rank_one_type): Use it.
13216         * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13217
13218 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
13219
13220         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13221         variables.
13222         (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13223         * configure.in: Add --with-sysroot.
13224         * configure: Regenerated.
13225         * main.c (gdb_sysroot): New variable.
13226         (captured_main): Initialize gdb_sysroot.
13227         * defs.h (gdb_sysroot): New extern declaration.
13228         * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13229
13230 2003-01-12  Michael Chastain  <mec@shout.net>
13231
13232         * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13233
13234 2003-01-12  Michael Chastain  <mec@shout.net>
13235
13236         * top.c (print_gdb_version): Bump copyright year to 2003.
13237
13238 2003-01-12  David Carlton  <carlton@bactrian.org>
13239
13240         * linespec.c (symtab_from_filename): Rename variable 's' to
13241         'file_symtab'.
13242
13243 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
13244
13245         * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13246         dummy frame.
13247         (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13248
13249 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
13250
13251         * d10v-tdep.c: Include "gdb_assert.h".
13252         (d10v_store_return_value): Rewrite to match current interface.
13253         (d10v_extract_struct_value_address): Ditto.
13254         (d10v_extract_return_value): Ditto.
13255         (d10v_gdbarch_init): Set store_restore_value,
13256         extract_struct_value_address and extract_return_value.
13257
13258 2003-01-12  J. Brobecker  <brobecker@gnat.com>
13259
13260         * hpread.c (set_namestring): New procedure replacing the
13261         SET_NAMESTRING macro.
13262         (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13263         by calls to set_namestring.
13264
13265 2003-01-11  J. Brobecker  <brobecker@gnat.com>
13266
13267         * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13268         a compilation warning.
13269         (hpread_process_one_debug_symbol): Likewise.
13270
13271 2003-01-10  David Carlton  <carlton@math.stanford.edu>
13272
13273         * linespec.c (decode_line_1): Rename variable 's' to
13274         'file_symtab'.
13275         (decode_all_digits): Rename argument 's' to 'file_symtab'.
13276         (decode_dollar): Ditto.
13277         (decode_variable): Ditto.
13278         (symbol_found): Ditto.
13279
13280 2003-01-09  Michael Chastain  <mec@shout.net>
13281
13282         * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13283
13284 2003-01-07  Corinna Vinschen  <vinschen@redhat.com>
13285
13286         * win32-nat.c (set_process_privilege): New function.
13287         (child_attach): Call set_process_privilege() to enable the
13288         SE_DEBUG_NAME user privilege if available in process token.
13289
13290 2003-01-10  J. Brobecker  <brobecker@gnat.com>
13291
13292         * hpread.c (hpread_process_one_debug_symbol): Fix a small
13293         compilation error in the previous revision.
13294
13295 2003-01-09  David Carlton  <carlton@math.stanford.edu>
13296
13297         * linespec.c: Update copyright.
13298
13299 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
13300
13301         * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13302         than inferior_ptid.
13303         (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13304
13305 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
13306
13307         * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13308         Update comments.
13309         * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13310         (frame_saved_regs_zalloc): Update.
13311         (frame_saved_regs_register_unwind): Update.
13312         (create_new_frame): Update.
13313         (get_prev_frame): Update.
13314         (frame_extra_info_zalloc): Update.
13315         (deprecated_get_frame_saved_regs): Update.
13316         * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13317         * cris-tdep.c: Update comment.
13318
13319         * somsolib.h: Fix function indentation.
13320         * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13321         * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13322         * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13323         * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13324         * somsolib.c, inftarg.c: Remove assignment in if conditional.
13325
13326         * infrun.c (follow_fork): Use ISO C definition.
13327         * expprint.c (print_subexp): Use xfree instead of free.
13328         * charset.c: Include "gdb_string.h" instead of <string.h>.
13329         (register_iconv_charsets): Use ISO C definition.
13330         (host_charset, target_charset): Ditto.
13331         * Makefile.in (charset.o): Update dependencies.
13332         (mi-cmd-env.o): Update dependencies.
13333
13334 2003-01-08  Andrew Cagney  <cagney@redhat.com>
13335
13336         * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13337         get_frame_base.
13338
13339 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
13340
13341         * gdb_mbuild.sh: Add --keep option.  When specified, keep the
13342         build directories.  Save edited gdb output in Mbuild.log.  If a
13343         build fails, remove any final GDB executable.
13344
13345 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
13346
13347         * gdb_mbuild.sh: Edit the output of `maint print architecture'
13348         replacing hex constants with function names and stripping leading
13349         file name directory prefixes.
13350
13351 2003-01-08  Andrew Cagney  <cagney@redhat.com>
13352
13353         * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13354         get_frame_base.
13355
13356 2003-01-08  David Carlton  <carlton@math.stanford.edu>
13357
13358         * linespec.c (decode_line_1): Move code into decode_variable.
13359         (decode_variable): New function.
13360
13361 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
13362
13363         * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13364
13365 2003-01-08  Andrew Cagney  <cagney@redhat.com>
13366
13367         * cris-tdep.c (cris_frame_init_saved_regs): Use
13368         get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13369         saved_regs buffer.
13370         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13371         (sh64_nofp_frame_init_saved_regs): Ditto.
13372         (sh_fp_frame_init_saved_regs): Ditto.
13373         * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13374         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13375         * mcore-tdep.c (analyze_dummy_frame): Ditto.
13376         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13377
13378 2003-01-08  Daniel Jacobowitz  <drow@mvista.com>
13379
13380         * minsyms.c (lookup_minimal_symbol): Update comment.
13381         (lookup_minimal_symbol_text): Update comment.  Use the hash table.
13382         (lookup_minimal_symbol_solib_trampoline): Likewise.
13383
13384 2003-01-08  Andrew Cagney  <cagney@redhat.com>
13385
13386         * d10v-tdep.c (d10v_init_extra_frame_info): Use
13387         frame_relative_level.
13388
13389         * alpha-tdep.c: Use get_frame_extra_info.
13390         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13391         * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13392         * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13393         * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13394
13395         * alpha-tdep.c: Use get_next_frame.
13396         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13397         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13398         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13399         * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13400         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13401         * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13402         * xstormy16-tdep.c: Ditto.
13403
13404 2003-01-07  Andrew Cagney  <cagney@redhat.com>
13405
13406         * alpha-tdep.c: Use get_frame_base.
13407         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13408         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13409         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13410         * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13411         * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13412         * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13413         * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13414         * config/sparc/tm-sparc.h: Ditto.
13415
13416 2003-01-07  Andrew Cagney  <cagney@redhat.com>
13417
13418         * frame.c (deprecated_get_frame_context): New function.
13419         (deprecated_set_frame_context): New function.
13420         * frame.h (deprecated_get_frame_context): Declare.
13421         (deprecated_set_frame_context): Declare.
13422         * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13423         (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13424
13425 2003-01-07  Andrew Cagney  <cagney@redhat.com>
13426
13427         * frame.c (deprecated_set_frame_next_hack): New function.
13428         (deprecated_set_frame_prev_hack): New function.
13429         * frame.h (deprecated_set_frame_next_hack): Declare.
13430         (deprecated_set_frame_prev_hack): Declare.
13431         * mcore-tdep.c (analyze_dummy_frame): Use
13432         deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13433         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13434
13435 2003-01-07  David Carlton  <carlton@math.stanford.edu>
13436
13437         * linespec.c (decode_line_1): Move code into decode_dollar.
13438         (decode_dollar): New function.
13439
13440 2003-01-07  Andrew Cagney  <cagney@redhat.com>
13441
13442         * arm-tdep.c (arm_init_extra_frame_info): Use
13443         deprecated_update_frame_base_hack.
13444         * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13445         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13446         (fix_frame_pointer): Ditto.
13447         (mn10300_analyze_prologue): Ditto.
13448
13449 2003-01-07  Andrew Cagney  <cagney@redhat.com>
13450
13451         * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13452         extra_info using frame_extra_info_zalloc.
13453         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13454         * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13455         (sh64_init_extra_frame_info): Ditto.
13456         * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13457         * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13458         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13459         * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13460         * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13461         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13462         * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13463         * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13464         * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13465         * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13466         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13467         * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13468
13469         * mn10300-tdep.c (analyze_dummy_frame): Use
13470         deprecated_set_frame_extra_info_hack.
13471         * mcore-tdep.c (analyze_dummy_frame): Ditto.
13472
13473 2003-01-07  J. Brobecker  <brobecker@gnat.com>
13474
13475         * mdebugread.c (parse_symbol): Skip stProc entries which storage
13476         class is not scText. These do not define "real" procedures.
13477         (parse_partial_symbols): Likewise.
13478
13479 2003-01-06  Michael Snyder  <msnyder@redhat.com>
13480
13481         * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13482
13483 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
13484
13485         * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13486         * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13487         * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13488         deprecated_frame_xmalloc_with_cleanup.
13489         * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13490         deprecated_frame_xmalloc.
13491         * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13492         * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13493
13494 2003-01-06  Andrew Cagney  <cagney@redhat.com>
13495
13496         * x86-64-linux-tdep.c: Include "osabi.h".
13497         * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13498
13499         * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13500
13501 2003-01-06  Andrew Cagney  <cagney@redhat.com>
13502
13503         * MAINTAINERS (Target Instruction Set Architectures): Update
13504         arm-elf.  Can be built with -Werror, has been multiarched.
13505
13506         * value.h (unpack_long): Make buffer parameter constant.
13507         (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13508         * scm-lang.h (scm_parse): Ditto.
13509         * defs.h (extract_typed_address, extract_address): Ditto.
13510         (extract_long_unsigned_integer): Ditto.
13511         * inferior.h (unsigned_pointer_to_address): Ditto.
13512         (signed_pointer_to_address): Ditto.
13513         * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13514         * gdbarch.h, gdbarch.c: Regenerate.
13515         * findvar.c (extract_long_unsigned_integer): Update.
13516         (extract_address): Update.
13517         (extract_typed_address): Update.
13518         (unsigned_pointer_to_address): Update.
13519         * values.c (unpack_long): Update.
13520         (unpack_double): Update.
13521         (unpack_pointer): Update.
13522         (unpack_field_as_long): Update.
13523         * d10v-tdep.c (d10v_pointer_to_address): Update.
13524         * avr-tdep.c (avr_pointer_to_address): Update.
13525         * scm-lang.c (scm_unpack): Update.
13526         * findvar.c (signed_pointer_to_address): Update.
13527
13528 2003-01-06  Michal Ludvig  <mludvig@suse.cz>
13529
13530         * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13531         since it is in i386-tdep.c.
13532
13533 2003-01-06  J. Brobecker  <brobecker@gnat.com>
13534
13535         * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13536         failure introduced in the previous change.
13537
13538 2003-01-05  Michael Chastain  <mec@shout.net>
13539
13540         * README: Remove references to deleted remote-*.c files:
13541         remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13542         remote-nrom.c, remote-os9k.c, remote-udi.c.
13543
13544 2003-01-05  Mark Kettenis  <kettenis@gnu.org>
13545
13546         * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13547         * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13548         i386_get_longjmp_target.
13549
13550 2003-01-05  Andrew Cagney  <ac131313@redhat.com>
13551
13552         * arm-tdep.c (prologue_cache): Change to a pointer.
13553         (_initialize_arm_tdep): Allocate prologue_cache.
13554         (check_prologue_cache): Update.
13555         (save_prologue_cache): Update.
13556         (arm_gdbarch_init): Update.
13557
13558 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
13559
13560         * stabsread.c (update_method_name_from_physname): Call complaint()
13561         instead of error.
13562
13563 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
13564
13565         * arm-tdep.c (arm_frame_chain_valid):  Remove unnecessary test.
13566         * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13567         * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13568
13569         * blockframe.c: Include "gdbcmd.h" and "command.h".
13570         (backtrace_below_main): New variable.
13571         (file_frame_chain_valid, func_frame_chain_valid)
13572         (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13573         (generic_func_frame_chain_valid): Remove functions.
13574         (frame_chain_valid, do_flush_frames_sfunc): New functions.
13575         (_initialize_blockframe): New function.
13576         * Makefile.in (blockframe.o): Update dependencies.
13577         * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13578         comment.  Call frame_chain_valid ().
13579         * frame.h: Remove old prototypes.  Add prototype for
13580         frame_chain_valid and update comments to match.
13581         * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13582         Remove old comment.
13583         * gdbarch.h: Regenerated.
13584         * gdbarch.c: Regenerated.
13585
13586         * alpha-tdep.c (alpha_gdbarch_init): Don't call
13587         set_gdbarch_frame_chain_valid.
13588         * avr-tdep.c (avr_gdbarch_init): Likewise.
13589         * cris-tdep.c (cris_gdbarch_init): Likewise.
13590         * frv-tdep.c (frv_gdbarch_init): Likewise.
13591         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13592         * i386-tdep.c (i386_svr4_init_abi): Likewise.
13593         (i386_nw_init_abi): Likewise.
13594         (i386_gdbarch_init): Likewise.
13595         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13596         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13597         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13598         * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13599         * mips-tdep.c (mips_gdbarch_init): Likewise.
13600         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13601         * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13602         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13603         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13604         * s390-tdep.c (s390_gdbarch_init): Likewise.
13605         * sh-tdep.c (sh_gdbarch_init): Likewise.
13606         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13607         * v850-tdep.c (v850_gdbarch_init): Likewise.
13608         * vax-tdep.c (vax_gdbarch_init): Likewise.
13609         * x86-64-tdep.c (x86_64_init_abi): Likewise.
13610
13611         * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13612         * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13613         * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13614         * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13615         * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13616         * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13617         * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13618         * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13619
13620 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
13621
13622         * Makefile.in (acconfig_h): Remove incorrect macro.
13623         (config_h): Define.
13624         (osabi.o): Update dependencies.
13625         * configure.tgt: Set gdb_osabi based on target triplet.
13626         * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13627         * configure: Regenerated.
13628         * config.in: Regenerated.
13629         * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13630         (GDB_OSABI_DEFAULT): Define if not already defined.
13631         (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13632         (set_osabi_string): New variables.
13633         (gdbarch_register_osabi): Add new OS ABI to
13634         gdb_osabi_available_names.
13635         (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13636         (set_osabi, show_osabi): New functions.
13637         (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13638
13639 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
13640
13641         * arch-utils.c (gdbarch_info_init): Set osabi to
13642         GDB_OSABI_UNINITIALIZED.
13643         * gdbarch.sh: Add osabi to struct gdbarch and to struct
13644         gdbarch_info.  Include "osabi.h" in gdbarch.c.  Check osabi
13645         in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13646         * gdbarch.c: Regenerated.
13647         * gdbarch.h: Regenerated.
13648         * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13649         there's no BFD.
13650         (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13651         * osabi.h (enum gdb_osabi): Move to defs.h.
13652         (gdbarch_init_osabi): Update prototype.
13653         * defs.h (enum gdb_osabi): Moved here.
13654         * Makefile.in: Update dependencies.
13655
13656         * alpha-tdep.h: Don't include "osabi.h".
13657         (struct gdbarch_tdep): Remove osabi member.
13658         * alpha-tdep.c: Include "osabi.h".
13659         (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
13660         iterate over arches.  Update call to gdbarch_init_osabi.
13661         (alpha_dump_tdep): Don't dump osabi.
13662         * alpha-linux-tdep.c: Include "osabi.h".
13663         * alpha-osf1-tdep.c: Include "osabi.h".
13664         * alphafbsd-tdep.c: Include "osabi.h".
13665         * alphanbsd-tdep.c: Include "osabi.h".
13666
13667         * arm-tdep.h: Don't include "osabi.h".
13668         (struct gdbarch_tdep): Remove osabi member.
13669         * arm-tdep.c: Include "osabi.h".
13670         (arm_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
13671         iterate over arches.  Update call to gdbarch_init_osabi.
13672         (arm_dump_tdep): Don't dump osabi.
13673         * arm-linux-tdep.c: Include "osabi.h".
13674         * armnbsd-tdep.c: Include "osabi.h".
13675
13676         * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13677         Update call to gdbarch_init_osabi.
13678
13679         * i386-tdep.h: Don't include "osabi.h".
13680         (struct gdbarch_tdep): Remove osabi member.
13681         * i386-tdep.c: Include "osabi.h".
13682         (i386_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
13683         iterate over arches.  Update call to gdbarch_init_osabi.
13684         (i386_dump_tdep): Don't dump osabi.
13685         * i386-linux-tdep.c: Include "osabi.h".
13686         * i386-sol2-tdep.c: Include "osabi.h".
13687         * i386bsd-tdep.c: Include "osabi.h".
13688         * i386gnu-tdep.c: Include "osabi.h".
13689         * i386ly-tdep.c: Include "osabi.h".
13690         * i386nbsd-tdep.c: Include "osabi.h".
13691         * i386obsd-tdep.c: Include "osabi.h".
13692
13693         * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13694         (mips_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
13695         check osabi when iterating over arches.  Update call to
13696         gdbarch_init_osabi.
13697         (mips_dump_tdep): Don't dump osabi.
13698
13699         * ns32k-tdep.h: Don't include "osabi.h".
13700         (struct gdbarch_tdep): Remove.
13701         * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13702         gdbarch_lookup_osabi.  Don't iterate over arches.  Don't
13703         allocate tdep.  Update call to gdbarch_init_osabi.
13704         (ns32k_dump_tdep): Remove.
13705         (_initialize_ns32k_tdep): Update call to gdbarch_register.
13706         * ns32knbsd-tdep.c: Include "osabi.h".
13707
13708         * ppc-tdep.h: Don't include "osabi.h".
13709         (struct gdbarch_tdep): Remove osabi member.
13710         * rs6000-tdep.c: Include "osabi.h".
13711         (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't check
13712         osabi when iterating over arches.  Update call to
13713         gdbarch_init_osabi.
13714         (rs6000_dump_tdep): Don't dump osabi.
13715         * ppc-linux-tdep.c: Include "osabi.h".
13716         * ppcnbsd-tdep.c: Include "osabi.h".
13717
13718         * sh-tdep.h: Don't include "osabi.h".
13719         (struct gdbarch_tdep): Remove osabi member.
13720         * sh-tdep.c: Include "osabi.h".
13721         (sh_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
13722         iterate over arches.  Update call to gdbarch_init_osabi.
13723         (sh_dump_tdep): Don't dump osabi.
13724         * shnbsd-tdep.c: Include "osabi.h".
13725
13726         * sparc-tdep.c: Include "osabi.h".
13727         (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
13728         iterate over arches.  Update call to gdbarch_init_osabi.
13729         (sparc_dump_tdep): Don't dump osabi.  Do dump the rest of the
13730         tdep structure.
13731
13732         * vax-tdep.h: Don't include "osabi.h".
13733         (struct gdbarch_tdep): Remove.
13734         * vax-tdep.c: Include "osabi.h".
13735         (vax_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
13736         iterate over arches.  Don't allocate tdep.  Update call
13737         to gdbarch_init_osabi.
13738         (vax_dump_tdep): Remove.
13739         (_initialize_vax_tdep): Update call to gdbarch_register.
13740
13741 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
13742
13743         * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13744         entirely.
13745         (breakpoint_re_set_one): Don't fetch the value for a disabled
13746         watchpoint.
13747
13748 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
13749
13750         * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13751         * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13752         (COERCE_FLOAT_TO_DOUBLE): Remove.
13753         * gdbarch.c: Regenerate.
13754         * gdbarch.h: Regenerate.
13755         * Makefile.in: Remove value_h from gdbarch_h.
13756         * valops.c (coerce_float_to_double): New variable.
13757         (default_coerce_float_to_double): Remove.
13758         (standard_coerce_float_to_double): Remove.
13759         (value_arg_coerce): Use coerce_float_to_double.
13760         (_initialize_valops): Add "set coerce-float-to-double".
13761         * value.h (default_coerce_float_to_double): Remove prototype.
13762         (standard_coerce_float_to_double): Remove prototype.
13763
13764         * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13765         prototyped.
13766         * mdebugread.c (parse_symbol): Likewise.
13767         * stabsread.c (define_symbol): Mark all functions as prototyped.
13768
13769         * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13770         * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13771         set_gdbarch_coerce_float_to_double.
13772         * arm-tdep.c (arm_gdbarch_init): Likewise.
13773         * frv-tdep.c (frv_gdbarch_init): Likewise.
13774         * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13775         * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13776         * mips-tdep.c (mips_gdbarch_init): Likewise.
13777         (mips_coerce_float_to_double): Remove.
13778         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13779         (rs6000_coerce_float_to_double): Remove.
13780         * s390-tdep.c (s390_gdbarch_init): Likewise.
13781         * sh-tdep.c (sh_gdbarch_init): Likewise.
13782         (sh_coerce_float_to_double): Remove.
13783         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13784         (sparc_coerce_float_to_double): Remove.
13785         * v850-tdep.c (v850_gdbarch_init): Likewise.
13786         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13787         * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13788         * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13789         (hppa_coerce_float_to_double): Remove prototype.
13790         * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13791
13792 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
13793
13794         * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13795
13796 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
13797
13798         Suggested by Stewart Brown <sb24@avaya.com>:
13799         * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13800         in recursive calls.  Handle TYPE_CODE_TYPEDEF.
13801         (c_type_print_varspec_suffix): Likewise.
13802
13803 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
13804
13805         * configure.in: Don't set and AC_SUBST SUBDIRS.
13806         * configure: Regenerated.
13807
13808         * configure.in: Remove code dealing with shared libraries.
13809         * Makefile.in: Remove HLDFLAGS and HLDENV.
13810         * configure: Regenerated.
13811
13812 2003-01-04  Andrew Cagney  <ac131313@redhat.com>
13813
13814         * frame.c (deprecated_frame_xmalloc): New function.
13815         (deprecated_set_frame_saved_regs_hack): New function.
13816         (deprecated_set_frame_extra_info_hack): New function.
13817         * frame.h (deprecated_frame_xmalloc): Declare.
13818         (deprecated_set_frame_saved_regs_hack): Declare.
13819         (deprecated_set_frame_extra_info_hack): Declare.
13820
13821 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
13822
13823         * configure.in: Move code that provides the --enable-gdbtk option
13824         right after the code that handles the --enable-tui option, and
13825         polish it somewhat.
13826         * configure: Regenerated.
13827
13828         * configure.in: Call AC_GNU_SOURCE.  Check for pread64 using
13829         AC_CHECK_FUNCS and remove the old check for pread64.
13830         * acinclude.m4 (AC_GNU_SOURCE): New macro.
13831         * acconfig.h (_GNU_SOURCE): Add.
13832         (HAVE_PREAD64): Remove.
13833         * configure, aclocal.m4, config.in: Regenerated.
13834
13835 2003-01-03  Andrew Cagney  <ac131313@redhat.com>
13836
13837         * alpha-tdep.c: Use get_frame_saved_regs.
13838         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13839         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13840         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13841         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13842         * vax-tdep.c, xstormy16-tdep.c: Ditto.
13843
13844 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
13845
13846         * configure.in: Remove all use of the SUBDIRS variable; add
13847         directories using the AC_CONFIG_SUBDIRS macro instead.  Polish
13848         code providing the --enable-multi-ice option, and move it right in
13849         front of the code that checks whether gdbserver is supported.
13850         Polish that too.
13851         * configure: Regenerated.
13852         * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13853         @SUBDIRS@.
13854
13855 2003-01-03  Andrew Cagney  <cagney@redhat.com>
13856
13857         * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13858         * avr-tdep.c, cris-tdep.c: Ditto.
13859         * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13860         * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13861
13862 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
13863
13864         * configure.in: Remove --enable-netrom option.
13865         * configure: Regenerated.
13866
13867 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
13868
13869         * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13870         declaration for `struct re_pattern_buffer' instead.
13871         * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13872
13873 2003-01-03  J. Brobecker  <brobecker@gnat.com>
13874
13875         * mdebugread.c (parse_symbol): Count until the stEnd matching
13876         the structure name.
13877
13878 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
13879
13880         * configure.in: Remove --with-cpu option.
13881         subscripts.  Remove evil changequotes here.
13882         * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13883         * config.in, configure: Regenerated.
13884
13885         * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13886         * configure.in: Cleanup section that sources GDB and BFD configure
13887         subscripts.  Remove evil changequotes here.
13888         * config.in, configure: Regenerated.
13889
13890 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
13891
13892         * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13893         frame accessor methods.
13894         * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13895         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13896         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13897         * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13898         * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13899         * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13900         * z8k-tdep.c: Ditto.
13901
13902 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
13903
13904         * configure.in: Remove UI_OUT configuration code.
13905         * ada-lang.c: Update assuming UI_OUT is always true.
13906         * Makefile.in (UIOUT_CFLAGS): Remove.
13907         * configure: Regenerated.
13908         * TODO: Remove blurb about elimination of -DUI_OUT.
13909
13910         * configure.in: Move code that provides the --enable-gdbcli,
13911         --enable-gdbmi options right before the code that handles the
13912         --enable-tui option.  Polish a bit.
13913         * configure: Regenerated.
13914
13915         * configure.in: Rewrite check for GNU regex and the
13916         --without-included regex option, and move it into the "Checks for
13917         library functions" section.  This makes us use the system regex
13918         again by default on systems with version 2 of the GNU C library.
13919         This was apparently broken.
13920         * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13921         * acconfig.h (USE_INCLUDED_REGEX): Remove.
13922         * config.in, configure: Regenerated.
13923
13924         * configure.in: Move code that provides the --enable-tui option
13925         before the "Checks for libraries" section.  Polish the code
13926         somewhat and set need_curses to yes if we build the TUI.  Rewrite
13927         code that looks for a library providing termcap functionality to
13928         match more closely what's done in the Readline library, and move
13929         it into to the "Checks for libraries" section.
13930         * configure: Regenerated.
13931         * Makefile.in (TERMCAP): Remove variable.
13932         * config/i386/go32.mh (TERMCAP): Remove variable.
13933
13934 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
13935
13936         * MAINTAINERS: Mention gdb_mbuild.sh.
13937         * gdb_mbuild.sh: Rewrite.
13938
13939 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
13940
13941         * configure.in: Fix typo in last change.
13942         * config.in, configure: Regenerated.
13943
13944 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
13945
13946         * valarith.c (value_binop): Delete obsolete code and comments.
13947         * configure.host: Ditto.
13948         * buildsym.h (make_blockvector): Ditto.
13949         * buildsym.c (make_blockvector): Ditto.
13950         * defs.h (enum language): Ditto.
13951         (chill_demangle): Ditto.
13952         * elfread.c (elf_symtab_read): Ditto.
13953         * dwarfread.c (CHILL_PRODUCER): Ditto.
13954         (set_cu_language): Ditto.
13955         (handle_producer): Ditto.
13956         * expprint.c (print_subexp): Ditto.
13957         * gdbtypes.c (chill_varying_type): Ditto.
13958         * gdbtypes.h (builtin_type_chill_bool): Ditto.
13959         (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13960         (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13961         (chill_varying_type): Ditto.
13962         * language.h (_LANG_chill): Ditto.
13963         * language.c (binop_result_type, integral_type): Ditto.
13964         (character_type, string_type, structured_type): Ditto.
13965         (lang_bool_type, binop_type_check): Ditto.
13966         * stabsread.h (os9k_stabs): Ditto.
13967         * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13968         (define_symbol, read_type, read_struct_fields): Ditto.
13969         (read_array_type, read_enum_type, read_huge_number): Ditto.
13970         (read_range_type, start_stabs): Ditto.
13971         * symfile.c (init_filename_language_table): Ditto.
13972         (add_psymbol_with_dem_name_to_list): Ditto.
13973         * symtab.c (symbol_init_language_specific): Ditto.
13974         (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13975         * symtab.h (struct general_symbol_info): Ditto.
13976         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13977         * typeprint.c (typedef_print): Ditto.
13978         * utils.c (fprintf_symbol_filtered): Ditto.
13979         * valops.c (value_cast, search_struct_field, value_slice): Delete
13980         obsolete code.
13981         (varying_to_slice): Delete function.
13982         * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13983         (varying_to_slice): Delete declaration.
13984         * MAINTAINERS: Update.
13985
13986 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
13987
13988         * configure.in: Reorganize "Checks for library functions section"
13989         a bit.  Remove check for `btowc' and `isascii' functions.
13990         * configure: Regenerated.
13991
13992         * acconfig.h (_MSE_INT_H): Remove.
13993         * configure.in: Create "Checks for header files" section, and move
13994         appropriate tests there.  Don't check for objlist.h, wchar.h,
13995         wctype.h and asm/debugreg.h.  Rewrite Solaris 2.[78] <curses.h>
13996         misdetection fix.  Also add "Checks for types", "Checks for
13997         compiler characteristics" and "Checks for library functions"
13998         sections.
13999         * config.in, configure: Regenerated.
14000
14001         * configure.in: Create "Checks for programs" section, and move
14002         appropriate tests there.
14003
14004 2003-01-01  Mark Kettenis  <kettenis@gnu.org>
14005
14006         * configure.in: Create "Checks for libraries" section, and move
14007         appropriate tests there.  Cleanup check for wctype in libw.  Use
14008         AC_SEARCH_LIBS to see whether we need libsocket.
14009         * configure: Regenerated.
14010
14011 For older changes see ChangeLog-2002
14012 \f
14013 Local Variables:
14014 mode: change-log
14015 left-margin: 8
14016 fill-column: 74
14017 version-control: never
14018 End: