6747f6a165999c35dc91812383b395a6e003fbe0
[external/binutils.git] / gdb / ChangeLog
1 2003-05-07  Jim Blandy  <jimb@redhat.com>
2
3         Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4         'maint info symtabs' and 'maint info psymtabs'.
5         * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
6         Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7         * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8         Declarations updated.
9         * maint.c (maintenance_list_command): Delete.
10         (_initialize_maint_cmds): Update calls to add_cmd.
11         * gdbcmd.h (maintenancelistlist): Delete declaration.
12         * cli/cli-cmds.c (maintenancelistlist): Delete.
13         (init_cmd_lists): Don't initialize it.
14         * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
15
16 2003-05-07  Andrew Cagney  <cagney@redhat.com>
17
18         * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
19         "regcache".
20         (d10v_print_registers_info): Update.
21         (d10v_dmap_register, d10v_imap_register): Delete functions.
22         (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
23         and "imap_register".
24         (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
25         (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
26         * arch-utils.c (generic_remote_translate_xfer_address): Add
27         "regcache" and "gdbarch" parameters.
28         * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
29         parameter.  Change class to multi-arch.
30         * gdbarch.h, gdbarch.c: Re-generate.
31         * remote.c (remote_xfer_memory): Use
32         gdbarch_remote_translate_xfer_address.
33         
34 2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>
35
36         * infrun.c (prev_pc): Move declaration ahead of proceed().
37         (proceed): Refresh prev_pc value before resuming.
38         (stop_stepping): Remove code to refresh prev_pc.
39
40 2003-05-06  Kris Warkentin <kewarken@qnx.com>
41
42         * nto-tdep.c: Removed stray comment.
43
44 2003-05-06  Kris Warkentin <kewarken@qnx.com>
45
46         * i386-nto-tdep.c: Fix old K&R function definitions.
47         * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
48         Also change add_show_from_set() call to add_setshow_cmd().
49         * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
50
51 2003-05-05  Andrew Cagney  <cagney@redhat.com>
52
53         * dummy-frame.c: Include "command.h" and "gdbcmd.h".
54         (fprint_dummy_frames): New function.
55         (maintenance_print_dummy_frames): New function.
56         (_initialize_dummy_frame): Add command "maint print dummy-frames".
57         * frame.c (fprint_frame_id): Make global.
58         * frame.h (fprint_frame_id): Declare.
59         * Makefile.in (dummy-frame.o): Update dependencies.
60
61 2003-05-05  Andrew Cagney  <cagney@redhat.com>
62
63         * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
64         (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
65         SIZEOF_CALL_DUMMY_WORDS.
66         (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
67         (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
68         (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
69         CALL_DUMMY_BREAKPOINT_OFFSET.
70         (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
71         CALL_DUMMY_START_OFFSET.
72         (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
73         * gdbarch.h, gdbarch.c: Re-generate.
74         * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
75         * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
76         * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
77         * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
78         * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
79         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
80         * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
81         * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
82         * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
83         * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
84         * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
85         * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
86         * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
87         * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
88         * config/sparc/tm-sparc.h: Update.
89
90 2003-05-05  Kris Warkentin <kewarken@qnx.com>
91
92         * configure.tgt: Add i[3456]86-*-nto*.
93         * i386-nto-tdep.c: New file.  i386 specific support for QNX Neutrino.
94         * nto-tdep.c: New file. Neutrino target support routines.
95         * nto-tdep.h: New file. Neutrino target header.
96         * config/tm-qnxnto.h: New file.
97         * config/i386/i386nto.mt: New file.
98         * config/i386/tm-i386nto.h: New file.
99         
100 2003-05-04  Andrew Cagney  <cagney@redhat.com>
101
102         * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
103         (load_infrun_state): Ditto.
104         (struct thread_info): Drop "prev_func_name" field.
105         * thread.c (load_infrun_state): Update.
106         (save_infrun_state): Update.
107         * infrun.c (prev_func_name): Delete variable.
108         (init_wait_for_inferior): Do not clear prev_func_name.
109         (stop_stepping, keep_going, context_switch): Do not swap
110         prev_func_name.
111         (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
112         instead of PC_IN_SIGTRAMP.
113
114 2003-05-04  Andrew Cagney  <cagney@redhat.com>
115
116         * sentinel-frame.c (sentinel_frame_prev_register): Replace
117         REGISTER_BYTE with register_offset_hack.
118         * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
119         that REGISTER_BYTE is consistent with the regcache.
120         * gdbarch.sh (REGISTER_BYTE): Add a predicate.
121         * gdbarch.h, gdbarch.c: Regenerate.
122         
123 2003-05-04  Mark Kettenis  <kettenis@gnu.org>
124
125         * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
126         (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
127
128         * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
129
130 2003-05-03  J. Brobecker  <brobecker@gnat.com>
131
132         From Thierry Schneider <tpschneider1@yahoo.com>
133         * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
134         (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
135         (mi-cmd-symbol.o): Add rule.
136
137 2003-05-03  Andrew Cagney  <cagney@redhat.com>
138
139         * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
140         comments noteing that it replaces the old FIX_CALL_DUMMY code.
141         * gdbarch.h, gdbarch.c: Re-generate.
142         * d10v-tdep.c (d10v_push_dummy_code): New function.
143         (d10v_gdbarch_init): Set push_dummy_code.
144         * infcall.c (legacy_push_dummy_code): New function.
145         (generic_push_dummy_code): New function.
146         (push_dummy_code): New function.
147         (call_function_by_hand): Call push_dummy_code.  Pass bp_addr,
148         instead of dummy_addr, to push_dummy_call.  Move call to
149         generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
150         switch.
151         * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
152
153 2003-05-03  Andrew Cagney  <cagney@redhat.com>
154
155         * disasm.h (print_insn): Declare.
156         * disasm.c (init_gdb_disassemble_info): New function.
157         (gdb_disassembly): Call init_gdb_disassemble_info.
158         (gdb_print_insn): New function.
159         * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
160         of TARGET_PRINT_INSN.  Send debug info to "gdb_stdlog".
161         * mcore-tdep.c: Include "disasm.h"
162         (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
163         * d10v-tdep.c: Include "disasm.h".
164         (display_trace): Call gdb_print_insn, instead of print_insn.
165         (print_insn): Delete function.
166         * printcmd.c: Include "disasm.h".
167         (print_insn): Delete function.
168         (print_formatted): Call gdb_print_insn, instead of print_insn.
169         * Makefile.in (printcmd.o): Update dependencies.
170         (mcore-tdep.o, d10v-tdep.o): Ditto.
171         
172 2003-05-02  Andrew Cagney  <cagney@redhat.com>
173
174         * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
175         PC_REGNUM, re-indent.
176         * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
177         PC_REGNUM isn't set.
178
179         * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
180         * gdbarch.h, gdbarch.c: Re-generate.
181         * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
182         register_virtual_size, pc_regnum, or register_bytes.
183         (D10V_PC_REGNUM): Rename _PC_REGNUM.
184         (d10v_register_type): Use D10V_PC_REGNUM.
185         (d10v_print_registers_info, d10v_read_pc): Ditto.
186         (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
187         (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
188
189 2003-05-02  David Carlton  <carlton@bactrian.org>
190
191         * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
192         the name with mstrsave.
193
194 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
195
196         * charset.c (GDB_DEFAULT_TARGET_CHARSET,
197         GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
198         (host_charset_name, target_charset_name): New vars for use by
199         set/show commands.
200         (host_charset_enum, target_charset_enum): New enums for set/show
201         commands.
202         (set_charset_sfunc, set_host_charset_sfunc,
203         set_target_charset_sfunc): New functions.
204         (set_host_charset, set_target_charset): Make static.
205         (list_charsets, set_host_charset_command,
206         set_target_charset_command): Delete functions.
207         (show_charset_command): Rewrite as....
208         (show_charset): Hook this up with the set/show command mechanism.
209         (_initialize_charset): Change names of charsets to match the
210         set/show enums. Use host_charset_name and target_charset_name.
211         Use set/show mechanism for charset, host-charset, target-charset
212         commands. Do not make 'show host-charset' and 'show
213         target-charset' be aliases of 'show charset'.
214
215         * charset.h (set_host_charset, set_target_charset): Don't export,
216         they are not used outside the file.
217
218 2003-05-01  Andrew Cagney  <cagney@redhat.com>
219
220         * disasm.c (gdb_disassemble_from_exec): Delete global variable.
221         (gdb_disassembly): Make "di" non static, always initialize and
222         cleanup.  Always use dis_asm_read_memory.
223         (gdb_dis_asm_read_memory): Delete function.
224
225 2003-05-01  Andrew Cagney  <cagney@redhat.com>
226
227         * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
228         (d10v_gdbarch_init): Set frame_align instead of stack_align.
229
230 2003-04-30  Andrew Cagney  <cagney@redhat.com>
231
232         * gdbarch.sh (deprecated_tm_print_insn_info): Rename
233         "tm_print_insn_info".
234         (TARGET_PRINT_INSN_INFO): Delete macro.
235         (dis_asm_read_memory): Delete function declaration.
236         (dis_asm_memory_error, dis_asm_print_address): Ditto.
237         (tm_print_insn_info): Delete variable definition.
238         (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
239         * gdbarch.h, gdbarch.c: Re-generate.
240         * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
241         "deprecated_tm_print_insn_info".
242         * mcore-tdep.c (mcore_dump_insn): Ditto.
243         * mips-tdep.c (mips_gdbarch_init): Ditto.
244         * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
245         * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
246         * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
247         * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
248         instead of TARGET_PRINT_INSN_INFO, add comment.
249         * s390-tdep.c (s390_get_frame_info): Instead of
250         "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
251         (s390_check_function_end, s390_is_sigreturn): Ditto.
252         * corefile.c (dis_asm_read_memory): Move to "disasm.c".
253         (dis_asm_memory_error, dis_asm_print_address): Ditto.
254         * disasm.c: Include "gdbcore.h".
255         (_initialize_disasm): New function, initialize
256         "deprecated_tm_print_insn_info".
257         (deprecated_tm_print_insn_info): New variable.
258         (dis_asm_read_memory): Moved from "corefile.c", made static.
259         (dis_asm_print_address, dis_asm_memory_error): Ditto.
260         * Makefile.in (disasm.o): Update dependencies.
261
262 2003-04-30  Andrew Cagney  <cagney@redhat.com>
263
264         * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
265
266 2003-04-29  Adam Fedor  <fedor@gnu.org>
267
268         * eval.c (evaluate_subexp_standard): Handle ObjC ops.
269         * infcall.c (find_function_addr): Make non-static.
270         * infcall.h (find_function_addr): Declare.
271         * Makefile.in (eval.o): Update dependencies.
272
273 2003-04-28  Adam Fedor  <fedor@gnu.org>
274
275         * symtab.c (symbol_find_demangled_name): Check for and demangle
276         ObjC symbols.
277         (symbol_init_demangled_name): Init for language_objc as well.
278
279 2003-04-28  Andrew Cagney  <cagney@redhat.com>
280
281         * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
282         (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
283         * gdbarch.h, gdbarch.c: Re-generate.
284         * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
285         DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
286         * inferior.h (deprecated_read_fp): Rename read_fp.
287         (generic_target_read_fp): Delete declaration.
288         * regcache.c (generic_target_read_fp): Delete function.
289         (deprecated_read_fp): Replace read_fp, use
290         DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
291         * d10v-tdep.c (d10v_read_fp): Delete function.
292         (d10v_gdbarch_init): Do not set deprecated_read_fp.
293
294         * sparc-tdep.c (sparc_gdbarch_init): Do not set
295         deprecated_target_read_fp to generic_target_read_fp.
296         * sh-tdep.c (sh_gdbarch_init): Ditto.
297         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
298         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
299         * frv-tdep.c (frv_gdbarch_init): Ditto.
300
301         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
302         deprecated_fp_regnum.
303         * x86-64-tdep.c (x86_64_init_abi): Ditto.
304         * vax-tdep.c (vax_gdbarch_init): Ditto.
305         * v850-tdep.c (v850_gdbarch_init): Ditto.
306         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
307         * sh-tdep.c (sh_gdbarch_init): Ditto.
308         * s390-tdep.c (s390_gdbarch_init): Ditto.
309         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
310         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
311         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
312         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
313         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
314         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
315         * i386-tdep.c (i386_gdbarch_init): Ditto.
316         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
317         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
318         * frv-tdep.c (frv_gdbarch_init): Ditto.
319         * cris-tdep.c (cris_gdbarch_init): Ditto.
320         * avr-tdep.c (avr_gdbarch_init): Ditto.
321         * arm-tdep.c (arm_gdbarch_init): Ditto.
322         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
323
324         * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
325         * v850-tdep.c (v850_gdbarch_init): Ditto.
326         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
327         * sh-tdep.c (sh_gdbarch_init): Ditto.
328         * s390-tdep.c (s390_gdbarch_init): Ditto.
329         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
330         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
331         * mips-tdep.c (mips_gdbarch_init): Ditto.
332         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
333         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
334         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
335         * frv-tdep.c (frv_gdbarch_init): Ditto.
336         * avr-tdep.c (avr_gdbarch_init): Ditto.
337         * arm-tdep.c (arm_gdbarch_init): Ditto.
338
339         * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
340         DEPRECATED_FP_REGNUM.
341         (vax_push_dummy_frame, vax_pop_frame): Ditto.
342         * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
343         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
344         (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
345         (sparc32_register_virtual_type): Ditto.
346         * sh-tdep.c (sh64_frame_chain): Ditto.
347         (sh64_get_saved_register, sh64_pop_frame): Ditto.
348         (sh_nofp_frame_init_saved_regs): Ditto.
349         (sh64_nofp_frame_init_saved_regs): Ditto.
350         (sh_fp_frame_init_saved_regs): Ditto.
351         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
352         * remote-e7000.c (fetch_regs_from_dump): Ditto.
353         * procfs.c (procfs_fetch_registers): Ditto.
354         (procfs_store_registers): Ditto.
355         * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
356         (store_inferior_registers, fetch_core_registers): Ditto.
357         (fetch_kcore_registers, clear_regs): Ditto.
358         * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
359         (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
360         * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
361         * nlm/i386.c (do_status): Ditto.
362         * mipsv4-nat.c (supply_gregset): Ditto.
363         * mips-tdep.c: Ditto for comments.
364         * mips-nat.c (fetch_inferior_registers): Ditto.
365         (store_inferior_registers, fetch_core_registers): Ditto.
366         * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
367         (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
368         * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
369         (i386_do_pop_frame, i386_register_type): Ditto.
370         * hppa-tdep.c (hppa_frame_chain): Ditto.
371         (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
372         (hppa_pop_frame, hppa_read_fp): Ditto.
373         (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
374         * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
375         * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
376         * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
377         * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
378         * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
379         * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
380         * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
381         * blockframe.c: Ditto for comments.
382         * arch-utils.h: Ditto for comments.
383         * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
384         * alphanbsd-tdep.c (fetch_core_registers): Ditto.
385         * alphabsd-nat.c (fetch_inferior_registers): Ditto.
386         * alpha-tdep.h: Ditto for comments.
387         * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
388         (alpha_cannot_store_register): Ditto.
389         (alpha_push_dummy_frame): Ditto.
390         * alpha-nat.c (supply_gregset): Ditto.
391
392         * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
393         * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
394         * config/sparc/tm-sparc.h: Update comment.
395
396         * hppa-tdep.c (hppa_init_extra_frame_info): Use
397         deprecated_read_fp instead of TARGET_READ_FP.
398         (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
399         (hppa_push_dummy_frame, hppa_read_fp): Ditto.
400         * sparc-tdep.c (sparc_init_extra_frame_info): Use
401         deprecated_read_fp instead of read_fp.
402         * s390-tdep.c (s390_push_arguments): Ditto.
403         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
404         * frame.h: Ditto in comments.
405         * frame.c (legacy_get_prev_frame): Ditto.
406         * dummy-frame.c (dummy_frame_this_id): Ditto.
407         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
408
409 2003-04-28  Andrew Cagney  <cagney@redhat.com>
410
411         * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
412         * gdbarch.h, gdbarch.c: Re-generate.
413         * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
414         * vax-tdep.c (_initialize_vax_tdep): Update.
415         * v850-tdep.c (_initialize_v850_tdep): Update.
416         * sparc-tdep.c (_initialize_sparc_tdep): Update.
417         * s390-tdep.c (_initialize_s390_tdep): Update.
418         * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
419         * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
420         * mips-tdep.c (_initialize_mips_tdep): Update.
421         * mcore-tdep.c (_initialize_mcore_tdep): Update.
422         * m68k-tdep.c (_initialize_m68k_tdep): Update.
423         * ia64-tdep.c (_initialize_ia64_tdep): Update.
424         * hppa-tdep.c (_initialize_hppa_tdep): Update.
425         * h8300-tdep.c (_initialize_h8300_tdep): Update.
426         * frv-tdep.c (_initialize_frv_tdep): Update.
427         * cris-tdep.c (cris_delayed_get_disassembler): Update.
428         (_initialize_cris_tdep): Update.
429         * arch-utils.c (legacy_print_insn): Update.
430         * alpha-tdep.c (_initialize_alpha_tdep): Update.
431
432 2003-04-26  Adam Fedor  <fedor@gnu.org>
433
434         * linespec.c (decode_objc): New function to decode ObjC calls
435         (decode_line_1): Check for ObjC calls (using decode_objc)
436         * Makefile (linespec.o): Update dependencies.
437
438 2003-04-26  Daniel Jacobowitz  <drow@mvista.com>
439
440         * breakpoint.h (struct breakpoint_ops): New.
441         (struct breakpoint): Add ops member.
442
443         * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
444         (mention): Use new breakpoint ops member.
445         (set_raw_breakpoint): Initialize ops field to NULL.
446         (print_exception_catchpoint, print_one_exception_catchpoint)
447         (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
448         (gnu_v3_exception_catchpoint_ops): New.
449         (catch_exception_command_1): Call handle_gnu_v3_exceptions.
450
451 2003-04-25  Adam Fedor  <fedor@gnu.org>
452
453         * Makefile.in (COMMON_OBS): Add objc-lang.o
454
455 2003-04-25  Andrew Cagney  <cagney@redhat.com>
456
457         * d10v-tdep.c (print_insn): Delete function.
458         (display_trace): Use TARGET_PRINT_INSN.
459         (_initialize_d10v_tdep): Do not set tm_print_insn.
460         (d10v_gdbarch_init): Set print_insn.
461
462 2003-04-25  Andrew Cagney  <cagney@redhat.com>
463
464         * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
465         (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
466         (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
467         (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
468         (nr_dmap_regs, a0_regnum): ... new functions.
469         (d10v_print_registers_info): Use a0_regnum, use register_size.
470         (d10v_register_byte): Delete function.
471         (d10v_register_raw_size): Delete function.
472         (d10v_register_type): Use a0_regnum.
473         (d10v_print_registers_info): Use a0_regnum.
474         (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
475         (d10v_gdbarch_init): Do not set register_byte or
476         register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
477         (d10v_pointer_to_address): Use extract_unsigned_integer instead of
478         extract_address.
479         (trace_command): Use XCALLOC.
480         (print_insn): Delete reference to tm_print_insn.
481         (saved_regs_unwinder): Use store_unsigned_integer instead of
482         store_address.
483         * frame.h (FRAME_OBSTACK_CALLOC): Define
484
485 2003-04-25  David Carlton  <carlton@bactrian.org>
486
487         * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
488
489 2003-04-24  Adam Fedor  <fedor@gnu.org>
490
491         * objc-lang.c: Include "valprint.h"
492         * Makefile.in (objc-lang.o): Update dependencies.
493
494 2003-04-24  Adam Fedor  <fedor@gnu.org>
495
496         * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove 
497         architecture dependant compilation and mark as unimplemented
498         (until they get put in the gdbarch vector).
499
500 2003-04-23  David Carlton  <carlton@bactrian.org>
501
502         * cp-support.c (cp_find_first_component): Accept 'operator' in
503         more locations.
504
505 2003-04-23  Andrew Cagney  <cagney@redhat.com>
506
507         * infcall.c (call_function_by_hand): Eliminate redundant
508         indentation.  Move "saved_async" and "old_cleanups" to where they
509         are needed.
510         
511 2003-04-23  Andrew Cagney  <cagney@redhat.com>
512
513         * infcall.c (call_function_by_hand): Eliminate the variables "rc"
514         and "buffer".  Move the "name" code to where it is needed.
515
516 2003-04-23  Andrew Cagney  <cagney@redhat.com>
517
518         * infcall.c (call_function_by_hand): Move variables "start_sp",
519         "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
520         code to ON_STACK switch branch.
521         
522 2003-04-23  Andrew Cagney  <cagney@redhat.com>
523
524         * infcall.c (call_function_by_hand): Make declaration of "i",
525         "sal", "bpt" and "old_sp" more local to their use.  Delete #if
526         lint.
527
528 2003-04-23  Andrew Cagney  <cagney@redhat.com>
529
530         * infcall.c (call_function_by_hand): Delete variable
531         "n_method_args".  Localize "param_type"'s declaration to the loop
532         that it is used.  Reinstate code assigning to said variable -
533         deleted on 2002-06-14.  Rationalize calls to value_args_coerce.
534         Rationalize code using "param_type".
535
536 2003-04-22  Andrew Cagney  <cagney@redhat.com>
537
538         * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
539         compute the breakpoint address.  Only call FIX_CALL_DUMMY when
540         ON_STACK.  Eliminate the variable "addr".  Do not pass "real_pc"
541         to DEPRECATED_PUSH_RETURN_ADDRESS.
542
543 2003-04-22  Kevin Buettner  <kevinb@redhat.com>
544
545         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
546         on the DWARF2 register number prior to fetching a register.
547
548 2003-04-22  J. Brobecker  <brobecker@gnat.com>
549
550         * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
551         Update all the tests using SOFT_FLOAT considering the fact that
552         this macro was always set to 0. 
553         * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
554         considering the fact that this macro was always set to 0.
555         * hppa-tdep.h (hppa_store_return_value): Likewise.
556         (hppa_extract_return_value): Likewise.
557
558 2003-04-22  J. Brobecker  <brobecker@gnat.com>
559
560         * config/pa/tm-hppa.h: Remove obsolete code, was used by
561         the hppa-pro target only.
562
563 2003-04-21  J. Brobecker  <brobecker@gnat.com>
564
565         Ongoing multi-arch conversion effort for HP/UX:
566         * config/pa/tm-hppa.h: Move all macro that are no longer
567         defined now that GDB_MULTI_ARCH is now set to 1 from here...
568         * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
569
570 2003-04-21  J. Brobecker  <brobecker@gnat.com>
571
572         * config/pa/tm-hppa.h: Obsolete a section that was only used
573         for hppa-pro.
574
575 2003-04-21  J. Brobecker  <brobecker@gnat.com>
576
577         Ongoing multi-arch conversion for HP/UX.
578         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
579         if already defined (allows hppa64 to stay non-multiarched for now).
580         * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
581
582 2003-04-21  Andrew Cagney  <cagney@redhat.com>
583
584         * frame.c (frame_id_eq): Fail when the code_addr's do not match.
585
586 2003-04-21  Andrew Cagney  <cagney@redhat.com>
587
588         * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
589         "i386_num_mmx_regs".
590
591 2003-04-21  Andrew Cagney  <cagney@redhat.com>
592
593         * infcall.c: New file.
594         * infcall.h: New file.
595         * valarith.c: Include "infcall.h".
596         * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
597         * eval.c, ada-valprint.c, ada-lang.c: Ditto.
598         * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
599         (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
600         (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
601         (SFILES): Add "infcall.c"
602         (COMMON_OBS): Add "infcall.o".
603         (infcall.o): Specify dependencies.
604         * value.h (call_function_by_hand): Delete declaration.
605         * inferior.h (run_stack_dummy): Delete declaration.
606         * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
607         (run_stack_dummy): Move to "infcall.c", merged into
608         call_function_by_hand.
609         * valops.c (call_function_by_hand): Moved to "infcall.c".
610         (find_function_addr, value_arg_coerce): Ditto.
611         (unwindonsignal_p, coerce_float_to_double): Ditto.
612         (_initialize_valops): Move "set/show coerce-float-to-double", and
613         "set/show unwindonsignal" commands to "infcall.c".
614         * v850-tdep.c, target.h: Update comments.
615         * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
616         * sh-tdep.c (sh_init_extra_frame_info): Update comments.
617         (sh64_init_extra_frame_info): Update comments.
618         * mn10300-tdep.c: Update comments.
619         * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
620         * config/sparc/tm-sparc.h: Update comments.
621         * breakpoint.h: Update comments.
622         * avr-tdep.c (avr_init_extra_frame_info): Update comments.
623         * arm-tdep.c: Update comment.
624
625 2003-04-19  Mark Kettenis  <kettenis@gnu.org>
626
627         * i386-tdep.c (i386_num_register_names): New variable.
628         (i386_num_mmx_regs): Renamed from mmx_num_regs.
629         (MM0_REGNUM): Remove redundant parentheses in define.
630         (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
631         (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
632         i386_mxcsr_regnum_p): Remove redundant parentheses.
633         (i386_register_name): Use i386_num_register_names.
634         
635         * i386-tdep.c (i386_extract_return_value,
636         i386_store_return_value): Correct check for availability of
637         floating-point registers.
638
639         * i386-tdep.c (i386_frame_num_args): Remove function.
640         (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
641
642         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
643         mmx_regnum_to_fp_regnum.  Adjust all callers.
644
645         * i386-tdep.c (i386_get_longjmp_target): Use
646         TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
647         and TARGET_CHAR_BIT.  Use extract_typed_address instead of
648         extract_address.
649
650 2003-04-19  Mark Kettenis  <kettenis@gnu.org>
651
652         * core-regset.c: Update comments to reflect reality.  Re-order
653         includes.
654         (fetch_core_registers): Use switch instead of if.  Remove
655         redundant prototype.
656
657 2003-04-18  Jim Blandy  <jimb@redhat.com>
658
659         * s390-tdep.c (s390_frame_align): New function.
660         (s390_gdbarch_init): Register it with the gdbarch object.
661
662 2003-04-17  Richard Henderson  <rth@redhat.com>
663
664         * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
665
666 2003-04-17  Michael Snyder  <msnyder@redhat.com>
667             Karen Bennet  <bennet@redhat.com>
668
669         Committed by Elena Zannoni  <ezannoni@redhat.com>
670         * gdb_gcore.sh: New script to create a core dump of a process.
671         
672 2003-04-17  Elena Zannoni  <ezannoni@redhat.com>
673
674         * values.c (value_being_returned): Don't fetch the return
675         value if the return type is void.
676
677 2003-04-17  Jeff Johnston  <jjohnstn@redhat.com>
678
679         * thread-db.c: Reindented.
680  
681 2003-04-17  Jeff Johnston  <jjohnstn@redhat.com>
682  
683         * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t, 
684         td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
685         as types.
686
687 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
688
689         * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
690         the size of ``long double'' to 16, instead of 8.
691
692 2003-04-16  Mark Kettenis  <kettenis@gnu.org>
693
694         * i386-linux-nat.c: Add some whitespace to make things more
695         readable.
696         (fetch_register, store_register, fetch_inferior_registers,
697         store_inferior_registers): Get rid of assignment in if-statement.
698         (store_register): Fix typo in error message.
699
700 2003-04-16  Andrew Cagney  <cagney@redhat.com>
701
702         * utils.c (xmmalloc): Always allocate something, matches
703         libiberty/xmalloc's semantics.
704         (xmrealloc, xmcalloc): Ditto.
705
706 2003-04-16  Andrew Cagney  <cagney@redhat.com>
707
708         * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
709         update comments.
710         (get_frame_type): Initialize unwind and type when needed.
711         (get_frame_id, frame_register_unwind): Ditto.
712
713 2003-04-16  Andrew Cagney  <cagney@redhat.com>
714
715         * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
716         obsolete.
717         * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
718         * sparcl-stub.c: Obsolete file.
719         * config/sparc/tm-sparclet.h: Obsolete file.
720         * sparclet-stub.c: Obsolete file.
721         * sparclet-rom.c: Obsolete file.
722         * sparcl-tdep.c: Obsolete file.
723         * config/sparc/tm-sparclite.h: Obsolete file.
724         * config/sparc/sparclite.mt: Obsolete file.
725         * config/sparc/sparclet.mt: Obsolete file.
726         * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
727         sparc86x-*-* obsolete.
728
729 2003-04-15  David Carlton  <carlton@math.stanford.edu>
730
731         * Makefile.in (SFILES): Add cp-namespace.c.
732         (COMMON_OBS): Add cp-namespace.o.
733         (block.o): Depend on gdb_obstack_h and cp_support_h.
734         (buildsym.o): Depend on cp_support_h.
735         (cp-namespace.o): New.
736         (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
737         gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
738         (dwarf2read.o): Depend on cp_support_h.
739         * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
740         * dwarf2read.c (process_die): Set processing_has_namespace_info,
741         processing_current_namespace.
742         (read_namespace): Update processing_current_namespace; check for
743         anonymous namespaces.
744         (dwarf2_name): New function.
745         (dwarf2_extension): Ditto.
746         * cp-support.h: Update copyright, contributors.
747         Add inclusion guards.
748         Add opaque declaration for structs obstack, block, symbol.
749         (struct using_direct): New struct.
750         Add declarations for cp_find_first_component,
751         cp_entire_prefix_len, processing_has_namespace_info,
752         processing_current_namespace, cp_is_anonymous,
753         cp_add_using_directive, cp_initialize_namespace,
754         cp_finalize_namespace, cp_set_block_scope,
755         cp_scan_for_anonymous_namespaces.
756         * cp-namespace.c: New file.
757         * cp-support.c: Update copyright.
758         Include ctype.h, gdb_assert.h, gdbcmd.h.
759         New variable maint_cplus_cmd_list.
760         (cp_find_first_component): New function.
761         (cp_entire_prefix_len, maint_cplus_command)
762         (first_component_command, _initialize_cp_support): Ditto.
763         * buildsym.c: Include cp-support.h.
764         New variable using_list.
765         (add_symbol_to_list): Check for anonymous namespaces.
766         (finish_block): Set block's scope.
767         (start_symtab): Initialize C++ namespace support.
768         (end_symtab): Finalize C++ namespace support.
769         * block.h: Add opaque declarations for structs
770         block_namespace_info, using_direct, and obstack.
771         Add declarations for block_set_scope and block_set_using.
772         (struct block): Add 'language_specific' member.
773         (BLOCK_NAMESPACE): New macro.
774         * block.c: Include gdb_obstack.h and cp-support.h.
775         (struct block_namespace_info): New struct.
776         (block_set_scope): New function.
777         (block_set_using, block_initialize_namespace): Ditto.
778
779 2003-04-14  Kevin Buettner  <kevinb@redhat.com>
780
781         * solib-svr4.c (svr4_have_link_map_offsets): New function.
782         (locate_base): Return early if there aren't any link map offsets.
783         (svr4_solib_create_inferior_hook): Warn if shared library support
784         is unavailable.
785
786 2003-04-14  David Carlton  <carlton@math.stanford.edu>
787
788         * symtab.c (symbol_set_names): Add prefix when storing Java names
789         in hash table.  Fix for PR java/1039.
790
791 2003-04-14  David Carlton  <carlton@math.stanford.edu>
792
793         * symtab.c (symbol_set_names): Rename 'name' arg to
794         'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
795         * symtab.h: Change 'name' argument in declaration of
796         symbol_set_names to 'linkage_name'.
797         (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
798
799 2003-04-14  Andrew Cagney  <cagney@redhat.com>
800
801         * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
802         return the fully sign-extended register value.
803         (get_frame_pointer): Ditto.
804         (mips_pop_frame): Initialize "proc_desc" after checking for a
805         dummy frame.
806
807 2003-04-14  Andrew Cagney  <cagney@redhat.com>
808
809         * mips-tdep.c (mips_push_dummy_frame): Delete function.
810         (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
811         (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
812         (mips_push_register): Delete function.
813         (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
814         PUSH_FP_REGNUM.
815
816 2003-04-14  Jim Blandy  <jimb@redhat.com>
817
818         * symmisc.c: #include "gdb_regex.h".
819         (maintenance_list_symtabs, maintenance_list_psymtabs): New
820         functions.
821         * maint.c (maintenance_list_command): New function.
822         (_initialize_maint_cmds): Register the above as commands.
823         * symtab.h (maintenance_list_symtabs,
824         maintenance_list_psymtabs): New declarations.
825         * cli/cli-cmds.c (maintenancelistlist): New variable.
826         (init_cmd_lists): Initialize it.
827         * cli/cli-cmds.h (maintenancelistlist): New declaration.
828         * gdbcmd.h (maintenancelistlist): New declaration.
829         * Makefile.in (symmisc.o): Update dependencies.
830
831 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
832
833         * s390-nat.c: Include asm/types.h for addr_t.
834
835 2003-04-14  Corinna Vinschen  <vinschen@redhat.com>
836
837         * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
838         actually incoming type.
839
840 2003-04-13  Andrew Cagney  <cagney@redhat.com>
841
842         * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
843         get_next_frame and get_frame_saved_regs.
844
845 2003-04-13  Andrew Cagney  <cagney@redhat.com>
846
847         * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
848         of gdbarch_num_regs.
849
850 2003-04-13  Andrew Cagney  <cagney@redhat.com>
851
852         * frame.h: Mention what replaced what in "struct frame_info".
853         * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
854         deprecated_update_frame_base_hack and
855         deprecated_update_frame_pc_hack.
856         * hppa-tdep.c: Ditto.
857
858 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
859
860         * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
861         to read_reg and update its comment.  Remove regnum member.
862         * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
863         Don't call read_reg when setting in_reg.  Call read_reg to get
864         the frame base if it's in a register.  Return the register number
865         on the stack instead of in the context.  Remove extra arguments
866         to read_reg.
867         * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
868         (dwarf2_evaluate_loc_desc): Call value_from_register.  Expect
869         the register number on the expression stack.
870         (needs_frame_read_reg): Remove extra arguments.
871
872 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
873
874         * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
875         made non-static.
876         (execute_stack_op): All callers updated.
877         * dwarf2expr.h: Add prototype for dwarf2_read_address.
878         * dwarf2loc.c (find_location_expression): New function.
879         (dwarf_expr_frame_base): Call it.
880         (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
881         (dwarf2_tracepoint_var_ref): New function, broken out from
882         locexpr_tracepoint_var_ref.
883         (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
884         Make static.
885         (loclist_read_variable, loclist_read_needs_frame): New functions.
886         (loclist_describe_location, loclist_tracepoint_var_ref): New
887         functions.
888         (dwarf2_loclist_funcs): New struct location_funcs.
889         * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
890         (struct dwarf2_locexpr_baton): Add comments.
891         (dwarf2_loclist_funcs): New extern.
892         * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
893         base_address and base_known.
894         (dwarf_loc_buffer): New variable.
895         (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
896         (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
897         (dwarf2_has_info): Initialize dwarf_loc_offset.
898         (dwarf2_build_psymtabs): Read in .debug_loc.
899         (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
900         DWARF_LOC_SIZE.
901         (psymtab_to_symtab_1): Likewise.  Move base address calculation
902         here, from...
903         (dwarf2_get_pc_bounds): ... here.  Use the base address from
904         cu_header.
905         (dwarf2_symbol_mark_computed): Handle location lists.
906
907 2003-04-13  Daniel Jacobowitz  <drow@mvista.com>
908
909         * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
910         if the linkage name demangled successfully.
911
912 2003-04-13  Mark Kettenis  <kettenis@gnu.org>
913
914         * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
915         disassmbly_flavour): Removed.
916
917         * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
918
919 2003-04-13  Mark Kettenis  <kettenis@gnu.org>
920
921         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
922
923 2003-04-12  Andrew Cagney  <cagney@redhat.com>
924
925         * frame.h (struct frame_info): Move definition from here ...
926         * frame.c (struct frame_info): ... to here.
927
928 2003-04-12  Andrew Cagney  <cagney@redhat.com>
929
930         * gdbthread.h (save_infrun_state): Delete parameter
931         "prev_func_start".
932         (struct thread_info): Delete field "prev_func_start".
933         (load_infrun_state): Ditto.
934         * thread.c (load_infrun_state, save_infrun_state): Update.
935         * infrun.c (prev_func_start): Delete variable.
936         (context_switch, init_wait_for_inferior): Update.
937         (stop_stepping, keep_going): Update.
938
939 2003-04-12  Andrew Cagney  <cagney@redhat.com>
940
941         * gdbarch.sh: Add missing opaque declarations.
942         * gdbarch.h: Regnerate.
943         * symtab.h: Add missing opaque declarations.
944         * value.h, target.h, symfile.h, stabsread.h: Ditto.
945         * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
946         * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
947         * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
948         * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
949         * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
950         * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
951         * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
952         * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
953         * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
954         * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
955         * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
956         * cli/cli-setshow.h, cli/cli-script.h: Ditto.
957
958 2003-04-11  Andrew Cagney  <cagney@redhat.com>
959
960         * frame.c (get_frame_id): Return this frame's "id".
961         (legacy_get_prev_frame): Set prev's frame ID code_addr to the
962         function start.
963         (legacy_saved_regs_this_id): Replace function body with
964         internal-error.
965         (deprecated_frame_xmalloc): Mark the frame ID as valid, use
966         FRAME_OBSTACK_ZALLOC.
967         (create_new_frame): Mark the frame ID as valid.
968
969 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
970
971         * Makefile.in (libbfd_h): Added missing setting.
972         * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
973         according to the selected ABI.
974
975 2003-04-11  Jeff Johnston  <jjohnstn@redhat.com>
976
977         * gdb_indent.sh: Recognize pid_t and sigset_t as types.
978
979 2003-04-11  Andrew Cagney  <cagney@redhat.com>
980
981         * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
982         SAVED_PC_AFTER_CALL.
983         * gdbarch.h, gdbarch.c: Regenerate.
984         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
985         * x86-64-tdep.c (x86_64_init_abi): Update.
986         * vax-tdep.c (vax_gdbarch_init): Update.
987         * v850-tdep.c (v850_gdbarch_init): Update.
988         * sparc-tdep.c (sparc_gdbarch_init): Update.
989         * sh-tdep.c (sh_gdbarch_init): Update.
990         * s390-tdep.c (s390_gdbarch_init): Update.
991         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
992         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
993         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
994         * mips-tdep.c (mips_gdbarch_init): Update.
995         * mcore-tdep.c (mcore_gdbarch_init): Update.
996         * m68k-tdep.c (m68k_gdbarch_init): Update.
997         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
998         * ia64-tdep.c (ia64_gdbarch_init): Update.
999         (ia64_saved_pc_after_call): Update declaration.
1000         * i386ly-tdep.c (i386lynx_init_abi): Update.
1001         * i386-tdep.c (i386_gdbarch_init): Update.
1002         * hppa-tdep.c (hppa_gdbarch_init): Update.
1003         * h8300-tdep.c (h8300_gdbarch_init): Update.
1004         * frv-tdep.c (frv_gdbarch_init): Update.
1005         * cris-tdep.c (cris_gdbarch_init): Update.
1006         * avr-tdep.c (avr_gdbarch_init): Update.
1007         * arm-tdep.c (arm_gdbarch_init): Update.
1008         * alpha-tdep.c (alpha_gdbarch_init): Update.
1009         * ns32knbsd-nat.c (frame_num_args): Update.
1010         * ns32k-tdep.c (umax_frame_num_args): Update.
1011         * mips-tdep.c (mips_init_frame_pc_first): Update.
1012         * infrun.c (step_over_function): Update.
1013         * i386-linux-tdep.c (skip_hurd_resolver): Update.
1014         * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
1015         * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
1016         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1017         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1018         * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
1019         * arm-linux-tdep.c (skip_hurd_resolver): Update.
1020         * arch-utils.c (init_frame_pc_default): Update.
1021         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
1022         * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
1023         declaration.
1024         
1025 2003-04-11  Andrew Cagney  <cagney@redhat.com>
1026
1027         * i387-tdep.c: Update copyright.
1028         (i387_to_double): Delete function.
1029         (double_to_i387): Delete function.
1030
1031 2003-04-10  Andrew Cagney  <cagney@redhat.com>
1032
1033         * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
1034         frame's function's address.  Simplify.
1035         (d10v_frame_unwind_cache): Check that the frame's function is
1036         non-zero.
1037
1038 2003-04-10  Jim Blandy  <jimb@redhat.com>
1039
1040         * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
1041         call to set_gdbarch_deprecated_push_arguments.
1042
1043 2003-04-10  Andrew Cagney  <cagney@redhat.com>
1044
1045         * frame.c (fprint_frame_id): New function.
1046         (fprint_frame_type, fprint_frame): New function.
1047         (frame_pc_unwind, frame_func_unwind): Add/update trace code.
1048         (create_sentinel_frame, get_frame_id): Ditto.
1049         (frame_id_p, frame_id_eq): Ditto.
1050         (frame_id_inner, create_new_frame): Ditto.
1051         (legacy_get_prev_frame, get_prev_frame): Ditto.
1052         (deprecated_update_frame_pc_hack): Ditto.
1053         (frame_register_unwind): Ditto.
1054         (deprecated_update_frame_base_hack): Ditto.
1055
1056 2003-04-10  Corinna Vinschen  <vinschen@redhat.com>
1057
1058         * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
1059         (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
1060         frame_chain function.
1061         * Makefile.in: Add dependencies due to above change.
1062
1063 2003-04-10  Corinna Vinschen  <vinschen@redhat.com>
1064
1065         * blockframe.c (legacy_frame_chain_valid): Move call to
1066         DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
1067         inside_entry_file.
1068
1069 2003-04-09  Andrew Cagney  <cagney@redhat.com>
1070
1071         * frame.h (struct frame_id): Replace "pc" and "base" with
1072         "stack_addr" and "code_addr".  Update comments.
1073         (frame_id_build): Update parameter names and comment.
1074         (struct frame_info): Replace "id_p" and "id" with "this_id".
1075         * dummy-frame.c (dummy_frame_this_id): Update.
1076         * breakpoint.c (print_one_breakpoint): Update.
1077         * frame.c (get_frame_id): Update.
1078         (get_frame_base, frame_id_build): Update.
1079         (create_sentinel_frame, legacy_get_prev_frame): Update.
1080         (deprecated_update_frame_base_hack): Update.
1081         (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
1082         (frame_id_inner): Ditto.
1083
1084 2003-04-09  Andrew Cagney  <cagney@redhat.com>
1085
1086         * defs.h (gdb_print_host_address): Make "addr" parameter a
1087         pointer constant.
1088         * utils.c (gdb_print_host_address): Update.
1089
1090 2003-04-09  Kevin Buettner  <kevinb@redhat.com>
1091
1092         * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
1093         register number for R0 is 0.
1094
1095 2003-04-09  J. Brobecker  <brobecker@gnat.com>
1096
1097         * frame.h (struct gdbarch): Add opaque structure definition
1098         to avoid a compilation warning on LynxOS 4.0.
1099
1100 2003-04-09  Andrew Cagney  <cagney@redhat.com>
1101
1102         * frame.h (struct frame_info): Delete field "pc".  Replace
1103         "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
1104         structure.
1105         * frame.c (frame_pc_unwind): Update.
1106         (create_sentinel_frame): Do not set "pc".
1107         (get_prev_frame): Do not set "pc".  Use frame_pc_unwind.
1108         (get_frame_pc): Call frame_pc_unwind.
1109         (deprecated_update_frame_pc_hack): Update.
1110         (create_new_frame): Use "pc" not "->pc".
1111
1112 2003-04-09  Andrew Cagney  <cagney@redhat.com>
1113
1114         * frame.c (get_frame_id): Eliminate code updating "frame".
1115         (legacy_get_prev_frame): Ditto.
1116         (get_frame_base): Return id.base directly.
1117         (deprecated_update_frame_base_hack): Update "id.base".
1118         * frame.h (struct frame_info): Delete field "frame".
1119
1120 2003-04-09  Andrew Cagney  <cagney@redhat.com>
1121
1122         * NEWS: Mention that the "Sequent family" is obsolete.
1123         * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
1124         i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
1125         * configure.host: Obsolete i[3456]86-sequent-bsd*,
1126         i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
1127         * config/i386/tm-ptx4.h: Obsolete file.
1128         * config/i386/tm-ptx.h: Obsolete file.
1129         * symm-tdep.c: Obsolete file.
1130         * config/i386/symmetry.mt: Obsolete file.
1131         * config/i386/tm-symmetry.h: Obsolete file.
1132         * symm-nat.c: Obsolete file.
1133         * config/i386/nm-symmetry.h: Obsolete file.
1134         * config/i386/xm-symmetry.h: Obsolete file.
1135         * config/i386/symmetry.mh: Obsolete file.
1136         * config/i386/nm-ptx4.h: Obsolete file.
1137         * config/i386/ptx4.mh: Obsolete file.
1138         * config/i386/ptx.mt: Obsolete file.
1139         * config/i386/ptx.mh: Obsolete file.
1140         * config/i386/xm-ptx4.h: Obsolete file.
1141         * config/i386/xm-ptx.h: Obsolete file.
1142
1143 2003-04-09  Andrew Cagney  <cagney@redhat.com>
1144
1145         Obsolete mips*-*-mach3*.
1146         * NEWS: Mention that mips*-*-mach3* is obsolete.
1147         * m3-nat.c: Obsolete file.
1148         * config/nm-m3.h: Obsolete file.
1149         * config/mips/tm-mipsm3.h: Obsolete file.
1150         * config/mips/mipsm3.mt: Obsolete file.
1151         * config/mips/mipsm3.mh: Obsolete file.
1152         * config/mips/xm-mipsm3.h: Obsolete file.
1153         * mipsm3-nat.c: Obsolete file.
1154         * configure.host: Obsolete mips-dec-mach3*.
1155         * configure.tgt: Obsolete mips*-*-mach3*.
1156
1157 2003-04-09  Andrew Cagney  <cagney@redhat.com>
1158
1159         * doublest.h: Update copyright.
1160         (deprecated_store_floating, deprecated_extract_floating): Rename
1161         store_floating and extract_floating.  Update comments.
1162         * doublest.c: Update copyright.
1163         (extract_floating_by_length): Replace extract_floating.
1164         (store_floating_by_length): Replace store_floating.
1165         (deprecated_extract_floating): New function.
1166         (deprecated_store_floating): New function.
1167         (extract_typed_floating): Call extract_floating_by_length.
1168         (store_typed_floating): Call store_floating_by_length.
1169         * x86-64-tdep.c (x86_64_store_return_value): Update.
1170         * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
1171         (sh64_extract_return_value): Update.
1172         (sh_sh4_register_convert_to_virtual): Update.
1173         (sh_sh64_register_convert_to_virtual): Update.
1174         (sh_sh4_register_convert_to_raw): Update.
1175         (sh_sh64_register_convert_to_raw): Update.
1176         * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
1177         (rs6000_register_convert_to_raw): Update.
1178         * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
1179         (ia64_register_convert_to_raw): Update.
1180         * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
1181         (REGISTER_CONVERT_TO_VIRTUAL): Update.
1182         * arm-linux-tdep.c (arm_linux_push_arguments): Update.
1183         * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
1184         (alpha_register_convert_to_raw): Update.
1185
1186 2003-04-08  Andrew Cagney  <cagney@redhat.com>
1187
1188         * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
1189         * gdbarch.h, gdbarch.c: Re-generate.
1190         * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
1191         (d10v_gdbarch_init): Do not set saved_pc_after_call.
1192         * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
1193         conditionally, use frame_pc_unwind as an alternative.  Add
1194         comments.
1195         * arch-utils.c (init_frame_pc_default): Only call
1196         SAVED_PC_AFTER_CALL when available.
1197
1198 2003-04-08  Elena Zannoni  <ezannoni@redhat.com>
1199
1200         * infrun.c (stop_soon): Rename from stop_soon_quietly.
1201         (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
1202         (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
1203         (start_remote): Ditto.
1204         (handle_inferior_event): Ditto.
1205         (save_inferior_status): Ditto.
1206         (restore_inferior_status): Ditto.
1207         * infcmd.c (attach_command): Ditto.
1208         * fork-child.c (startup_inferior): Ditto.
1209         * inferior.h (stop_soon): Rename from stop_soon_quietly.
1210         * alpha-tdep.c (heuristic_proc_start): Ditto.
1211         * mips-tdep.c (heuristic_proc_start): Ditto.
1212         * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
1213         * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
1214         * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
1215         * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
1216         * remote-vx.c (vx_create_inferior): Ditto.
1217
1218 2003-04-08  Elena Zannoni  <ezannoni@redhat.com>
1219
1220         * infrun.c (stop_soon_quietly): Make it an enum, to better
1221         override the default behavior of handle_inferior_event.
1222         (clear_proceed_status): Update uses of stop_soon_quietly to
1223         reflect that it is now an enum.
1224         (start_remote): Ditto.
1225         (handle_inferior_event): Change logic a bit if stop_soon_quietly
1226         is set to handle the new GNU/Linux kernel behavior for
1227         attach/sigstop.  Update uses of stop_soon_quietly.
1228         * inferior.h (enum stop_kind): New enum.
1229         * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
1230         Reset normal handle_inferior_event behavior, afterwards.
1231         * fork-child.c (startup_inferior): Update.
1232         * alpha-tdep.c (heuristic_proc_start): Update.
1233         * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
1234         * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
1235         * solib-osf.c (osf_solib_create_inferior_hook): Update.
1236         * solib-irix.c (irix_solib_create_inferior_hook): Update.
1237         * remote-vx.c (vx_create_inferior): Update.
1238         * mips-tdep.c (heuristic_proc_start): Update.
1239
1240 2003-04-07  Elena Zannoni  <ezannoni@redhat.com>
1241
1242         * disasm.c (dump_insns):  Move variables inside loop, or they will
1243         be freed more than once, causing wild memory corruptions.
1244         (gdb_disassembly): Look for the substring "-thread",
1245         instead of "-threads" in the target name, to make sure to find
1246         the 'multi-thread' target.  Also, make sure we do the right thing 
1247         with the "core" target.
1248
1249 2003-04-07  Kevin Buettner  <kevinb@redhat.com>
1250
1251         * mips-tdep.c (mips_print_fp_register): New function, created from
1252         do_fp_register_row().  Registers are now (also) printed as hex.
1253         Only one register is printed per row.
1254         (mips_print_register, do_fp_register_row): Print floating point
1255         registers with mips_print_fp_register().
1256
1257 2003-04-06  Andrew Cagney  <cagney@redhat.com>
1258
1259         * valprint.h (inspect_it): Add extern declaration.
1260         * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
1261         (selectors_info, classes_info): Ditto.
1262         (find_objc_msgcall): Fix indentation.
1263         (objc_printstr): Delete extern declarations.
1264
1265         * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
1266
1267 2003-04-06  Andrew Cagney  <cagney@redhat.com>
1268
1269         * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
1270         Update comment.
1271         * frame.c (legacy_saved_regs_this_id): Update.
1272         (legacy_get_prev_frame): Update.
1273         * xstormy16-tdep.c: Update comment.
1274         * sparc-tdep.c (sparc_frame_chain): Update comment.
1275         * blockframe.c (legacy_frame_chain_valid): Update.
1276
1277 2003-04-06  Andrew Cagney  <cagney@redhat.com>
1278
1279         * valprint.c (val_print_type_code_int): Delete #ifdef
1280         PRINT_TYPELESS_INTEGER code.
1281
1282         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
1283         (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
1284         multi-arch definition.
1285         * gdbarch.h: Re-generate.
1286
1287 2003-04-05  Andrew Cagney  <cagney@redhat.com>
1288
1289         Eliminate FRAME_FIND_SAVED_REGS.
1290         * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
1291         Change FSR parameter to a pointer.
1292         * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
1293         Assume FSR parameter is a pointer.
1294         * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
1295         Make fsr a pointer.
1296         * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
1297         (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs.  Make
1298         saved_regs a pointer.
1299         (hppa_frame_saved_pc): Ditto.
1300         (find_dummy_frame_regs): Make frame_saved_regs a pointer
1301         (hppa_pop_frame): Call hppa_frame_init_saved_regs.  Make fsr a
1302         pointer.
1303         (restore_pc_queue): Make fsr a pointer.
1304         (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
1305         (hppa_frame_chain): Make saved_regs a pointer, call
1306         hppa_frame_init_saved_regs.
1307         * sparc-tdep.c: Include "gdb_assert.h".
1308         (sparc_frame_find_saved_regs): Replace internal_error with
1309         gdb_assert.
1310         * remote-vxsparc.c (vx_read_register): Delete reference to
1311         FRAME_FIND_SAVED_REGS.
1312         * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
1313         * gdbarch.h: Regenerate.
1314         * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
1315         (deprecated_get_frame_saved_regs): Delete declaration.
1316         (struct frame_saved_regs): Delete definition.
1317         * frame.c (deprecated_get_frame_saved_regs): Delete function.
1318         * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
1319         (hppa_frame_find_saved_regs): Delete declaration.
1320         (FRAME_FIND_SAVED_REGS): Delete macro.
1321         (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
1322         * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
1323         FRAME_FIND_SAVED_REGS in comment.
1324
1325 2003-04-05  Andrew Cagney  <cagney@redhat.com>
1326
1327         * frame.c (frame_func_unwind, get_frame_func): New functions.
1328         * frame.h (get_frame_func, frame_func_unwind): Declare.
1329         (struct frame_info): Add field "prev_func" for caching the
1330         previous frame's function address.
1331         * arm-tdep.c (arm_frameless_function_invocation): Combine
1332         get_pc_function_start and get_frame_pc into get_frame_func.
1333         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
1334         (sh64_nofp_frame_init_saved_regs): Ditto.
1335         * s390-tdep.c (s390_function_start): Ditto.
1336         * rs6000-tdep.c (rs6000_pop_frame): Ditto.
1337         (rs6000_frameless_function_invocation): Ditto.
1338         (rs6000_frame_saved_pc): Ditto.
1339         * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
1340         * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
1341         * i386-tdep.c (i386_frameless_signal_p): Ditto.
1342         (i386_frame_init_saved_regs): Ditto.
1343         * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
1344         * d10v-tdep.c (d10v_frame_unwind_cache): Combine
1345         get_pc_function_start and frame_pc_unwind into frame_func_unwind.
1346         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
1347         * blockframe.c (frameless_look_for_prologue): Ditto.
1348
1349 2003-04-05  Andrew Cagney  <cagney@redhat.com>
1350
1351         * frame.c (legacy_get_prev_frame): Link prev to next at the
1352         function start.  Update comments.
1353
1354 2003-04-05  Andrew Cagney  <cagney@redhat.com>
1355
1356         * frame.c (get_frame_id): Update comment.
1357         (legacy_get_prev_frame): Update comment.
1358         * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
1359         * gdbarch.h: Regenerate.
1360         * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
1361         * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
1362
1363 2003-04-05  Andrew Cagney  <cagney@redhat.com>
1364
1365         * stack.c (print_frame_info): Use get_frame_pc.
1366
1367 2003-04-04  Andrew Cagney  <cagney@redhat.com>
1368
1369         * frame.c (get_prev_frame): Do not call frame_type_from_pc.  Set
1370         the frame's type from the unwinder.
1371         (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
1372         (create_new_frame, legacy_get_prev_frame): When the unwinder's
1373         type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
1374         (get_frame_base_address): Use get_frame_type.
1375         (get_frame_locals_address, get_frame_args_address): Ditto.
1376         (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
1377         * frame.h (enum frame_type): Add UNKNOWN_FRAME.
1378         (struct frame_info): Add comment explaining why the frame contains
1379         a "type" field.
1380         * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
1381         * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
1382         * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
1383         NORMAL_FRAME.
1384         * frame-unwind.h: Include "frame.h".
1385         (struct frame_unwind): Add "type" field.
1386         * Makefile.in (frame_unwind_h): Add $(frame_h).
1387         
1388 2003-04-04  Andrew Cagney  <cagney@redhat.com>
1389
1390         * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
1391         * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
1392         * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
1393         get_frame_base.
1394         (d10v_unwind_dummy_id): Use frame_id_build.
1395         * frame.c (find_frame_sal): Use get_frame_pc.
1396         (create_new_frame): Use deprecated_update_frame_pc_hack and
1397         deprecated_update_frame_base_hack.
1398         (create_sentinel_frame): Add comment about ->pc going away.
1399         (get_prev_frame): Add comment about ->pc going away.
1400         (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
1401         frame_id_build, deprecated_update_frame_pc_hack and
1402         deprecated_update_frame_base_hack.
1403         (select_frame): Use get_frame_pc.
1404         (legacy_saved_regs_this_id): Use frame_id_build.
1405
1406 2003-04-04  Elena Zannoni  <ezannoni@redhat.com>
1407
1408         * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
1409         signed integer case.
1410         (classify_argument): Handle enumerations and references.
1411
1412 2003-04-04  Andrew Cagney  <cagney@redhat.com>
1413
1414         * frame.c (create_sentinel_frame): Initialize the sentinel frame's
1415         ID to NULL.
1416
1417 2003-04-01  Adam Fedor  <fedor@gnu.org>
1418
1419         * gdb/objc-lang.c (selectors_info): Replace calls to
1420         SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
1421         SYMBOL_NATURAL_NAME.
1422         (classes_info, find_methods): Likewise.
1423
1424 2003-04-03  Kevin Buettner  <kevinb@redhat.com>
1425
1426         * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
1427         ``mach'' to the value determined by bfd_default_set_arch_mach().
1428
1429 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
1430
1431         * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
1432         (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
1433         (mi-cmd-file.o): Update dependencies.
1434
1435 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
1436
1437         * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
1438         (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
1439
1440 2003-04-01  Adam Fedor  <fedor@gnu.org>
1441
1442         * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
1443         * language.h (struct language_defn): Add la_demangle.
1444         (language_demangle): Declare.
1445         * language.c (language_demangle): New function.
1446         (unk_lang_demangle): Likewise.
1447         (unknown_language_defn, auto_language_defn, local_language_defn):
1448         Add ukn_lang_demangle.
1449         * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
1450         * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
1451         * c-lang.c (c_language_defn, asm_language_defn): Likewise.
1452         (cplus_language_defn): Add cplus_demangle for la_demangle element.
1453         * jv-lang.c (java_demangle): New function
1454         (java_language_defn): Use it for la_demangle element.
1455         * objc-lang.c (objc_demangle): Add options argument
1456         (objc_language_defn): Use objc_demangle for la_demangle element.
1457         * maint.c (maintenance_demangle): Replace switch with
1458         call to language_demangle.
1459         * utils.c (fprintf_symbol_filtered): Likewise.
1460
1461 2003-04-01  Andrew Cagney  <cagney@redhat.com>
1462
1463         * printcmd.c (print_frame_nameless_args): Delete #ifdef
1464         NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
1465         PRINT_TYPELESS_INTEGER.
1466         * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
1467         PUSH_RETURN_ADDRESS.
1468
1469 2003-04-01  Andrew Cagney  <cagney@redhat.com>
1470
1471         * Makefile.in (d10v-tdep.o): Update dependencies.
1472         * d10v-tdep.c: Include "frame-base.h".
1473         (d10v_frame_unwind): Make constant.
1474         (d10v_frame_base_address): New function.
1475         (d10v_frame_base): New variable.
1476         (d10v_gdbarch_init): Set frame_base default.
1477         (struct d10v_unwind_cache): Add the field "prev_sp".  Update
1478         comment for base.
1479         (d10v_frame_unwind_cache): Set and use "prev_sp".
1480         (d10v_frame_this_id): Use the previous frame's inner most stack
1481         address and this frame's func address for the frame ID.  Use
1482         frame_id_build.  Don't analyze beyond the current instruction.
1483         
1484 2003-04-01  Andrew Cagney  <cagney@redhat.com>
1485
1486         * frame.h (get_frame_locals_address, get_frame_args_address):
1487         Refer to the base address, instead of the address of the first
1488         local or parameter.
1489         
1490 2003-04-01  Andrew Cagney  <cagney@redhat.com>
1491
1492         Add frame debug info addresses:
1493         * frame-base.c: New file.
1494         * frame-base.h: New file.
1495         * frame.h (struct frame_base): Add opaque declaration.
1496         (get_frame_base): Update comment.
1497         (get_frame_base_address): Declare.
1498         (get_frame_locals_address): Declare.
1499         (get_frame_args_address): Declare.
1500         (struct frame_info): Add "base" and "base_cache".  Update
1501         comments on the unwinder.
1502         * frame.c: Include "frame-base.h".
1503         (get_frame_locals_address): New function.
1504         (get_frame_base_address): New function.
1505         (get_frame_args_address): New function.
1506         * findvar.c (read_var_value): Use get_frame_locals_address and
1507         get_frame_args_address.
1508         * stack.c (frame_info): Use get_frame_locals_address and
1509         get_frame_args_address.
1510         (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
1511         moved to "frame-base.c".
1512         * printcmd.c (print_frame_nameless_args): Ditto.
1513         * symtab.h (address_class): Update comments.
1514         * dwarf2loc.c (dwarf_expr_frame_base): Add note about
1515         get_frame_base_address.
1516         * dwarf2expr.c (execute_stack_op): Ditto.
1517         * Makefile.in (frame_base_h): Define.
1518         (frame.o): Update dependencies.
1519         (frame-base.o): Add dependencies.
1520         (SFILES): Add frame-base.c.
1521         (COMMON_OBS): Add frame-base.o.
1522
1523 2003-04-01  Andrew Cagney  <cagney@redhat.com>
1524
1525         * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
1526         CALL_DUMMY_LENGTH): Ditto.
1527         * gdbarch.c: Re-generate.
1528         * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
1529         (CALL_DUMMY_LENGTH): Delete macro.
1530         * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
1531         * arm-tdep.c (arm_gdbarch_init): Ditto.
1532         * avr-tdep.c (avr_gdbarch_init): Ditto.
1533         * cris-tdep.c (cris_gdbarch_init): Ditto.
1534         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1535         * frv-tdep.c (frv_gdbarch_init): Ditto.
1536         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1537         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1538         * i386-tdep.c (i386_gdbarch_init): Ditto.
1539         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1540         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1541         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1542         * mips-tdep.c (mips_gdbarch_init): Ditto.
1543         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1544         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1545         * s390-tdep.c (s390_gdbarch_init): Ditto.
1546         * sh-tdep.c (sh_gdbarch_init): Ditto.
1547         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1548         * v850-tdep.c (v850_gdbarch_init): Ditto.
1549         * vax-tdep.c (vax_gdbarch_init): Ditto.
1550         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1551
1552 2003-04-01  Corinna Vinschen  <vinschen@redhat.com>
1553
1554         * frame.c (get_prev_frame): Disable call to inside_entry_file().
1555
1556 2003-04-01  Andrew Cagney  <cagney@redhat.com>
1557
1558         * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
1559         (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1560         * gdbarch.h, gdbarch.c: Re-generate.
1561         * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1562         (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1563         * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1564         * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
1565         (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
1566         * infcmd.c (run_stack_dummy): Simplify assuming
1567         CALL_DUMMY_BREAKPOINT_OFFSET_P.
1568         * infrun.c (handle_inferior_event): Ditto.
1569         * alpha-tdep.c (alpha_gdbarch_init): Do not set
1570         call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
1571         * arm-tdep.c (arm_gdbarch_init): Ditto.
1572         * avr-tdep.c (avr_gdbarch_init): Ditto.
1573         * cris-tdep.c (cris_gdbarch_init): Ditto.
1574         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1575         * frv-tdep.c (frv_gdbarch_init): Ditto.
1576         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1577         * i386-tdep.c (i386_gdbarch_init): Ditto.
1578         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1579         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1580         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1581         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1582         * mips-tdep.c (mips_gdbarch_init): Ditto.
1583         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1584         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1585         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1586         * s390-tdep.c (s390_gdbarch_init): Ditto.
1587         * sh-tdep.c (sh_gdbarch_init): Ditto.
1588         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1589         * v850-tdep.c (v850_gdbarch_init): Ditto.
1590         * vax-tdep.c (vax_gdbarch_init): Ditto.
1591         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1592
1593 2003-04-01  Daniel Jacobowitz  <drow@mvista.com>
1594
1595         * symfile.c (symfile_relocate_debug_section): Update call to
1596         bfd_simple_get_relocated_section_contents.
1597
1598 2003-03-31  Andrew Cagney  <cagney@redhat.com>
1599
1600         * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
1601         * gdbarch.h, gdbarch.c: Regenerate.
1602         * inferior.h (FIX_CALL_DUMMY): Delete macro.
1603         * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
1604         available.
1605         * frame.h (generic_fix_call_dummy): Delete declaration.
1606         * dummy-frame.h: Update comment.
1607         * dummy-frame.c (generic_fix_call_dummy): Delete function.
1608         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1609         fix_call_dummy.
1610         * sh-tdep.c (sh_gdbarch_init): Ditto.
1611         * s390-tdep.c (s390_gdbarch_init): Ditto.
1612         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1613         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1614         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1615         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1616         * i386-tdep.c (i386_gdbarch_init): Ditto.
1617         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1618         * frv-tdep.c (frv_gdbarch_init): Ditto.
1619         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1620         * cris-tdep.c (cris_gdbarch_init): Ditto.
1621         * avr-tdep.c (avr_gdbarch_init): Ditto.
1622         * arm-tdep.c (arm_gdbarch_init): Ditto.
1623
1624 2003-03-31  J. Brobecker  <brobecker@gnat.com>
1625
1626         * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
1627         (INIT_FRAME_AP): Likewise.
1628         (EXTRA_FRAME_INFO): Likewise.
1629
1630 2003-03-31  Andrew Cagney  <cagney@redhat.com>
1631
1632         * gdbarch.sh: Include "symfile.h".
1633         (CALL_DUMMY_ADDRESS): Default to entry_point_address.
1634         * gdbarch.h, gdbarch.c: Re-generate.
1635         * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
1636         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1637         call_dummy_address, the default is at entry_point_address.
1638         * v850-tdep.c (v850_gdbarch_init): Ditto.
1639         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1640         * sh-tdep.c (sh_gdbarch_init): Ditto.
1641         * s390-tdep.c (s390_gdbarch_init): Ditto.
1642         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1643         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1644         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1645         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1646         * i386-tdep.c (i386_gdbarch_init): Ditto.
1647         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1648         * frv-tdep.c (frv_gdbarch_init): Ditto.
1649         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1650         * cris-tdep.c (cris_gdbarch_init): Ditto.
1651         * arm-tdep.c (arm_gdbarch_init): Ditto.
1652
1653 2003-03-31  Andrew Cagney  <cagney@redhat.com>
1654
1655         * gdbarch.sh (CALL_DUMMY_P): Delete.
1656         * gdbarch.h, gdbarch.c: Re-generate.
1657         * inferior.h (CALL_DUMMY_P): Delete macro.
1658         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1659         * vax-tdep.c (vax_gdbarch_init): Update.
1660         * v850-tdep.c (v850_gdbarch_init): Update.
1661         * sparc-tdep.c (sparc_gdbarch_init): Update.
1662         * sh-tdep.c (sh_gdbarch_init): Update.
1663         * s390-tdep.c (s390_gdbarch_init): Update.
1664         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1665         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1666         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1667         * mips-tdep.c (mips_gdbarch_init): Update.
1668         * mcore-tdep.c (mcore_gdbarch_init): Update.
1669         * m68k-tdep.c (m68k_gdbarch_init): Update.
1670         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1671         * ia64-tdep.c (ia64_gdbarch_init): Update.
1672         * i386-tdep.c (i386_gdbarch_init): Update.
1673         * h8300-tdep.c (h8300_gdbarch_init): Update.
1674         * frv-tdep.c (frv_gdbarch_init): Update.
1675         * d10v-tdep.c (d10v_gdbarch_init): Update.
1676         * cris-tdep.c (cris_gdbarch_init): Update.
1677         * breakpoint.c (deprecated_frame_in_dummy): Update.
1678         * avr-tdep.c (avr_gdbarch_init): Update.
1679         * alpha-tdep.c (alpha_gdbarch_init): Update.
1680         * arm-tdep.c (arm_gdbarch_init): Update.
1681         * dummy-frame.c (dummy_frame_this_id): Update comments.
1682         * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
1683         * frame.c (legacy_get_prev_frame): Ditto.
1684         * valops.c (call_function_by_hand): Delete function.
1685         (hand_function_call): Rename to call_function_by_hand
1686
1687 2003-03-30  Andrew Cagney  <cagney@redhat.com>
1688
1689         2002-11-10 Klee Dienes <kdienes@apple.com>
1690         * value.h (struct value): Update comment.
1691
1692 2003-03-30  Andrew Cagney  <cagney@redhat.com>
1693
1694         * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
1695         D10V_FP_REGNUM.
1696         (d10v_gdbarch_init): Do not set fp_regnum.
1697
1698         * frame.c (get_frame_base): Force ID initialization.
1699         (get_prev_frame): Move computation of the frame ID from here ...
1700         (get_frame_id): ... to here.
1701         (legacy_get_prev_frame): Mark the frame ID as valid.
1702         * frame.h (struct frame_info): Add field "id_p".
1703
1704 2003-03-30  Mark Kettenis  <kettenis@gnu.org>
1705
1706         * i386-tdep.c (i386_store_struct_return): Removed.
1707         (i386_gdbarch_init): Don't set deprecated_store_struct_return.
1708
1709 2003-03-30  Andrew Cagney  <cagney@redhat.com>
1710
1711         * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
1712         * gdbarch.h, gdbarch.c: Regenerate.
1713         * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
1714         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1715         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1716         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1717         * i386-tdep.c (i386_gdbarch_init): Ditto.
1718         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1719         * cris-tdep.c (cris_gdbarch_init): Ditto.
1720         * vax-tdep.c (vax_gdbarch_init): Ditto.
1721         * s390-tdep.c (s390_gdbarch_init): Ditto.
1722         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1723         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1724         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1725         * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
1726         * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
1727         * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
1728         * sparc-tdep.c (sparc_gdbarch_init): Update.
1729         * sh-tdep.c (sh_gdbarch_init): Update.
1730         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1731         * mips-tdep.c (mips_gdbarch_init): Update.
1732         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1733         * ia64-tdep.c (ia64_gdbarch_init): Update.
1734         * frv-tdep.c (frv_gdbarch_init): Update.
1735         * avr-tdep.c (avr_gdbarch_init): Update.
1736         * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
1737         DEPRECATED_DUMMY_WRITE_SP.  Call when the method is available,
1738         instead of when push_dummy_call is not available.
1739         
1740 2003-03-30  Andrew Cagney  <cagney@redhat.com>
1741
1742         * infttrace.c: Include "gdbthread.h".
1743         (parent_attach_all): Fix function signature.
1744         (call_ptrace): Update call.
1745         * Makefile.in (infttrace.o): Update dependencies.
1746
1747 2003-03-30  Andrew Cagney  <cagney@redhat.com>
1748
1749         * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
1750         PUSH_RETURN_ADDRESS.
1751         * gdbarch.h, gdbarch.c: Regenerate.
1752         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1753         * x86-64-tdep.c (x86_64_init_abi): Update.
1754         * v850-tdep.c (v850_gdbarch_init): Update.
1755         * sparc-tdep.c (sparc_gdbarch_init): Update.
1756         * sh-tdep.c (sh_gdbarch_init): Update.
1757         * s390-tdep.c (s390_gdbarch_init): Update.
1758         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1759         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1760         * mips-tdep.c (mips_gdbarch_init): Update.
1761         * mcore-tdep.c (mcore_gdbarch_init): Update.
1762         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1763         * ia64-tdep.c (ia64_gdbarch_init): Update.
1764         * i386-tdep.c (i386_gdbarch_init): Update.
1765         * h8300-tdep.c (h8300_gdbarch_init): Update.
1766         * frv-tdep.c (frv_gdbarch_init): Update.
1767         * cris-tdep.c (cris_gdbarch_init): Update.
1768         * avr-tdep.c (avr_gdbarch_init): Update.
1769         * arm-tdep.c (arm_gdbarch_init): Update.
1770         * valops.c (hand_function_call): Update.
1771
1772 2003-03-29  Andrew Cagney  <cagney@redhat.com>
1773
1774         * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
1775         sizeof_call_dummy_words.
1776         * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
1777         define.
1778         * gdbarch.h: Regenerate.
1779         
1780 2003-03-29  Andrew Cagney  <cagney@redhat.com>
1781
1782         * infttrace.h: New file.
1783         * hpread.c: Include "gdb_assert.h" and "somsolib.h".
1784         (hpread_get_textlow): Detect an uninitialized dn_bufp.
1785         (hpread_read_doc_function_type): Detect an initialized type1.
1786         (hpread_quick_traverse): Initialize mod_name_string.
1787         * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
1788         (som_solib_get_solib_by_pc): Declare.
1789         (so_lib_thread_start_addr): Declare.
1790         (no_shared_libraries): Declare.
1791         * somread.c (init_import_symbols): Make static.  Add forward
1792         declaration.
1793         * config/pa/nm-hppah.h: Include "infttrace.h" for
1794         parent_attach_all.
1795         (hppa_insert_hw_watchpoint): Declare.
1796         (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
1797         * hppah-nat.c: Include "gdb_string.h".
1798         (parent_attach_all): Delete extern declaration, moved to
1799         "infttrace.h".
1800         (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
1801         int.
1802         (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
1803         * Makefile.in (infttrace_h): Define.
1804         (hpread.o): Update dependencies.
1805         (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
1806         * hppa-hpux-tdep.c: Include "gdb_string.h".
1807         * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
1808         * infrun.c (handle_inferior_event): Always initialize
1809         stepped_after_stopped_by_watchpoint.  Add default and remove
1810         fallthrough in switch statement.
1811         * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
1812         parameter to int.
1813         (hppa_remove_hw_watchpoint): Ditto.
1814
1815 2003-03-29  Andrew Cagney  <cagney@redhat.com>
1816
1817         * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
1818         offset.
1819
1820 2003-03-29  Richard Earnshaw  <rearnsha@arm.com>
1821
1822         * arm-tdep.c (arm_push_arguments): Delete.
1823         (struct stack_item): New type.
1824         (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
1825         (arm_store_struct_return): Delte.
1826         (arm_gdbarch_init): Register arm_push_dummy_call.  Don't register
1827         arm_push_arguments or arm_store_struct_return.
1828
1829 2003-03-28  Andrew Cagney  <cagney@redhat.com>
1830
1831         * Makefile.in (d10v-tdep.o): Update dependencies.
1832         * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
1833         * d10v-tdep.c: Include "remote.h".
1834         (target_resume_hook): Delete extern declaration.
1835         (target_wait_loop_hook): Ditto.
1836         (tdisassemble_command): Eliminate assignment in "if" conditional.
1837         (d10v_ts2_register_sim_regno): Eliminate call to
1838         legacy_register_sim_regno.
1839         (d10v_ts3_register_sim_regno): Ditto.
1840
1841 2003-03-28  Jeff Johnston  <jjohnstn@redhat.com>
1842
1843         * thread.c: Reindented.
1844         * lin-lwp.c: Ditto.
1845         * linux-proc.c: Ditto.
1846
1847 2003-03-28  Bob Rossi  <bob_rossi@cox.net>
1848
1849         * MAINTAINERS (write after approval): Add myself.
1850
1851 2003-03-27  Theodore A. Roth  <troth@openavr.org>
1852
1853         * objc-exp.y: Add missing semi-colons.
1854
1855 2003-03-27  Andrew Cagney  <cagney@redhat.com>
1856
1857         * regcache.c (write_sp): Delete function and references.
1858         * inferior.h (write_sp): Delete declaration.
1859         * valops.c (hand_function_call): Replace write_sp with
1860         TARGET_WRITE_SP.
1861         * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
1862         (sparc_pop_frame): Ditto.
1863         
1864 2003-03-27  Andrew Cagney  <cagney@redhat.com>
1865
1866         * NEWS: Mention removal of support for hppa*-*-bsd* and
1867         hppa*-*-osf* natives, and hppa*-*-pro* target.
1868         * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
1869         * config/pa/xm-pa.h: Obsolete file.
1870         * config/pa/xm-hppab.h: Obsolete file.
1871         * config/pa/nm-hppab.h: Obsolete file.
1872         * config/pa/tm-hppab.h: Obsolete file.
1873         * config/pa/tm-hppao.h: Obsolete file.
1874         * config/pa/nm-hppao.h: Obsolete file.
1875         * config/pa/tm-pro.h: Obsolete file.
1876         * config/pa/hppaosf.mt: Obsolete file.
1877         * config/pa/hppaosf.mh: Obsolete file.
1878         * config/pa/hppapro.mt: Obsolete file.
1879         * config/pa/hppabsd.mt: Obsolete file.
1880         * config/pa/hppabsd.mh: Obsolete file.
1881         * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
1882         * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
1883         hppa*-*-osf*.
1884
1885 2003-03-27  Andrew Cagney  <cagney@redhat.com>
1886
1887         * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
1888         push_arguments.  Don't set push_return_address or write_sp.
1889         (d10v_push_dummy_call): Replace d10v_push_arguments.
1890         (d10v_push_return_address, d10v_write_sp): Delete function,
1891         handled by push_dummy_call.
1892
1893 2003-03-26  Andrew Cagney  <cagney@redhat.com>
1894
1895         * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
1896         (push_dummy_call): New pure multi-arch replacement with gdbarch,
1897         regcache and dummy_addr parameters.
1898         * gdbarch.h, gdbarch.c: Re-generate.
1899         * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
1900         available; assume it will handle stack alignment and return
1901         address issues.  Fall back to DEPRECATED_PUSH_ARGUMENTS and
1902         legacy_push_arguments.
1903         (legacy_push_arguments): Rename default_push_arguments.
1904         * value.h (legacy_push_arguments): Rename default_push_arguments.
1905         * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
1906         * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1907         * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1908         * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1909         * config/i386/tm-symmetry.h: Update.
1910         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1911         * x86-64-tdep.c (x86_64_init_abi): Update.
1912         * v850-tdep.c (v850_gdbarch_init): Update.
1913         * sparc-tdep.c (sparc_gdbarch_init): Update.
1914         * sh-tdep.c (sh_gdbarch_init): Update.
1915         * s390-tdep.c (s390_gdbarch_init): Update.
1916         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1917         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1918         * mips-tdep.c (mips_gdbarch_init): Update.
1919         * mcore-tdep.c (mcore_gdbarch_init): Update.
1920         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1921         * ia64-tdep.c (ia64_gdbarch_init): Update.
1922         * i386-tdep.c (i386_gdbarch_init): Update.
1923         * hppa-tdep.c (hppa_gdbarch_init): Update.
1924         * h8300-tdep.c (h8300_gdbarch_init): Update.
1925         * frv-tdep.c (frv_gdbarch_init): Update.
1926         * d10v-tdep.c (d10v_gdbarch_init): Update.
1927         * cris-tdep.c (cris_gdbarch_init): Update.
1928         * avr-tdep.c (avr_gdbarch_init): Update.
1929         * arm-tdep.c (arm_gdbarch_init): Update.
1930         * arm-linux-tdep.c (arm_linux_init_abi): Update.
1931         * alpha-tdep.c (alpha_gdbarch_init): Update.
1932
1933 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
1934
1935         * signals/signals.c (do_target_signal_to_host): Correct realtime
1936         signal range test.
1937
1938 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
1939
1940         * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
1941         (struct sal_chain, map_catch_names): Remove.
1942         (catch_exception_command_1): Don't call
1943         handle_gnu_4_16_catch_command.
1944
1945 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
1946
1947         From Mark Dettinger <dettinge@de.ibm.com>:
1948         * dwarf2cfi.c (read_2u): Increment pointer by two.
1949
1950 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
1951
1952         * signals/signals.c: Fix typos in last change.
1953
1954 2003-03-26  Daniel Jacobowitz  <drow@mvista.com>
1955
1956         * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
1957         not already defined.  Use __SIGRTMIN if available.
1958         (target_signal_from_host): Remove SIGRTMIN block.
1959         (do_target_signal_to_host): Remove SIGRTMIN block; check that
1960         the signal is within the realtime range.
1961
1962 2003-03-25  Adam Fedor  <fedor@gnu.org>
1963
1964         * Makefile.in (infrun.o): Add $(language_h)
1965         * infrun.c (handle_inferior_event): Use skip_language_trampoline
1966         for language specific trampolines.
1967         * language.h (struct language_defn): Add skip_trampoline.
1968         (skip_language_trampoline): Declare.
1969         * language.c (unk_lang_trampoline, skip_language_trampoline):
1970         New functions.
1971         (unknown_language_defn, auto_language_defn, local_language_defn):
1972         Add ukn_lang_trampoline.
1973         * ada-lang.c (ada_language_defn): Add NULL for language
1974         specific skip_trampoline.
1975         * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
1976         scm-lang.c: Likewise.
1977         * objc-lang.c (objc_skip_trampoline): New function.
1978         (objc_language_defn): Add objc_skip_trampoline.
1979
1980 2003-03-25  Andrew Cagney  <cagney@redhat.com>
1981
1982         * frame.c (get_prev_frame): Delay validating a frame's ID -
1983         non-NULL, didn't go backwards - until an attempt to unwind it to
1984         the previous frame.
1985
1986 2003-03-25  Andrew Cagney  <cagney@redhat.com>
1987
1988         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
1989         EXTRA_STACK_ALIGNMENT_NEEDED.  Default to 0 not 1.
1990         * gdbarch.h, gdbarch.c: Re-generate.
1991         * config/sparc/tm-sparc.h
1992         (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
1993         * sparc-tdep.c (sparc_gdbarch_init): Set
1994         deprecated_extra_stack_alignment_needed.
1995         * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
1996         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
1997         extra_stack_alignment_needed.
1998         * v850-tdep.c (v850_gdbarch_init): Ditto.
1999         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2000         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2001         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2002         * cris-tdep.c (cris_gdbarch_init): Ditto.
2003         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2004         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2005         
2006 2003-03-25  Andrew Cagney  <cagney@redhat.com>
2007
2008         * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
2009         STORE_STRUCT_RETURN.
2010         * gdbarch.h, gdbarch.c: Regenerate.
2011         * d10v-tdep.c (d10v_store_struct_return): Delete function.
2012         (d10v_push_arguments): Set the struct return register.
2013         (d10v_gdbarch_init): Update.
2014         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2015         * x86-64-tdep.c (x86_64_init_abi): Update.
2016         * vax-tdep.c (vax_gdbarch_init): Update.
2017         * v850-tdep.c (v850_gdbarch_init): Update.
2018         * sparc-tdep.c (sparc_gdbarch_init): Update.
2019         * sh-tdep.c (sh_gdbarch_init): Update.
2020         * s390-tdep.c (s390_gdbarch_init): Update.
2021         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2022         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2023         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2024         * mips-tdep.c (mips_gdbarch_init): Update.
2025         * mcore-tdep.c (mcore_gdbarch_init): Update.
2026         * m68k-tdep.c (m68k_gdbarch_init): Update.
2027         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2028         * ia64-tdep.c (ia64_gdbarch_init): Update.
2029         * i386-tdep.c (i386_gdbarch_init): Update.
2030         * hppa-tdep.c (hppa_gdbarch_init): Update.
2031         * h8300-tdep.c (h8300_gdbarch_init): Update.
2032         * frv-tdep.c (frv_gdbarch_init): Update.
2033         * cris-tdep.c (cris_gdbarch_init): Update.
2034         * avr-tdep.c (avr_gdbarch_init): Update.
2035         * arm-tdep.c (arm_gdbarch_init): Update.
2036         * alpha-tdep.c (alpha_gdbarch_init): Update.
2037         
2038 2003-03-25  Andrew Cagney  <cagney@redhat.com>
2039
2040         * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
2041         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
2042         CALL_DUMMY_STACK_ADJUST with a predicate variable.
2043         * gdbarch.h, gdbarch.c: Regenerate.
2044         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2045         call_dummy_stack_adjust_p.
2046         * vax-tdep.c (vax_gdbarch_init): Ditto.
2047         * v850-tdep.c (v850_gdbarch_init): Ditto.
2048         * sh-tdep.c (sh_gdbarch_init): Ditto.
2049         * s390-tdep.c (s390_gdbarch_init): Ditto.
2050         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2051         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2052         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2053         * mips-tdep.c (mips_gdbarch_init): Ditto.
2054         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2055         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2056         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2057         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2058         * i386-tdep.c (i386_gdbarch_init): Ditto.
2059         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2060         * frv-tdep.c (frv_gdbarch_init): Ditto.
2061         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2062         * cris-tdep.c (cris_gdbarch_init): Ditto.
2063         * avr-tdep.c (avr_gdbarch_init): Ditto.
2064         * arm-tdep.c (arm_gdbarch_init): Ditto.
2065         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2066         * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
2067         * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
2068         * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
2069         * sparc-tdep.c (sparc_gdbarch_init): Update.  Do not set
2070         call_dummy_stack_adjust_p.
2071         * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
2072         (CALL_DUMMY_STACK_ADJUST): Delete macro.
2073         * sparc-tdep.c (sparc32_push_arguments): Update.
2074         * valops.c (hand_function_call): Update.
2075
2076 2003-03-25  Corinna Vinschen  <vinschen@redhat.com>
2077
2078         * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
2079         set_gdbarch_char_signed.
2080
2081 2003-03-25  Richard Earnshaw  <rearnsha@arm.com>
2082
2083         PR cli/548
2084         * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
2085
2086 2003-03-25  Richard Earnshaw  <rearnsha@arm.com>
2087
2088         * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
2089         (_initialize_arm_tdep): Don't set tm_print_insn.
2090
2091 2003-03-24  Adam Fedor  <fedor@gnu.org>
2092
2093         * Makefile.in (YYOBJ): Add objc-exp.tab.o
2094         * objc-lang.h: Add multiple inclusion protection.
2095         (start_msglist, add_msglist, end_msglist): Additional declarations.
2096
2097 2003-03-24  Richard Earnshaw  <rearnsha@arm.com>
2098
2099         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
2100         value was renamed to ARM_FLOAT_SOFT_FPA.
2101
2102 2003-03-23  Andrew Cagney  <cagney@redhat.com>
2103
2104         * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
2105         (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
2106         * gdbarch.h, gdbarch.c: Regenerate.
2107         * valops.c (hand_function_call): Update.
2108         * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
2109         * frame.c (legacy_saved_regs_this_id): Update.
2110         (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
2111         * dummy-frame.h: Update.
2112         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
2113         * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
2114         * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
2115         * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
2116         * config/m68k/tm-sun3.h: Update.
2117         * blockframe.c (inside_main_func, frame_chain_valid): Update.
2118         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2119         * x86-64-tdep.c (x86_64_init_abi): Update.
2120         * vax-tdep.c (vax_gdbarch_init): Update.
2121         * v850-tdep.c (v850_gdbarch_init): Update.
2122         * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
2123         * sh-tdep.c (sh_gdbarch_init): Update.
2124         * s390-tdep.c (s390_gdbarch_init): Update.
2125         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2126         (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
2127         (frame_get_saved_regs): Update.
2128         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2129         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2130         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2131         * mips-tdep.c (mips_gdbarch_init): Update.
2132         * mcore-tdep.c (mcore_gdbarch_init): Update.
2133         * m68k-tdep.c (m68k_gdbarch_init): Update.
2134         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2135         * ia64-tdep.c (ia64_gdbarch_init): Update.
2136         * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
2137         * i386-interix-tdep.c (i386_interix_init_abi): Update.
2138         (i386_interix_back_one_frame): Update.
2139         * hppa-tdep.c (hppa_gdbarch_init): Update.
2140         (hppa_init_extra_frame_info): Update.
2141         * h8300-tdep.c (h8300_gdbarch_init): Update.
2142         * frv-tdep.c (frv_gdbarch_init): Update.
2143         * cris-tdep.c (cris_gdbarch_init): Update.
2144         * avr-tdep.c (avr_gdbarch_init): Update.
2145         * arm-tdep.c (arm_gdbarch_init): Update.
2146         * alpha-tdep.c (alpha_gdbarch_init): Update.
2147
2148 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
2149
2150         * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
2151         (arm_get_fp_model): Declare.
2152         * arm-tdep.c (fp_model_strings): New string array.
2153         (arm_fp_model, current_fp_model): New variables.
2154         (arm_get_fp_model): New function.
2155         (arm_set_fp): New function.
2156         (set_fp_model_sfunc): New function.
2157         (show_fp_model): New function.
2158         (_initialize_arm_tdep): Add new command to set/show the FPU.
2159         (arm_extract_return_value): Use arm_get_fp_model.
2160         (arm_store_return_value): Likewise.
2161         (arm_gdbarch_init): Default fpa model is softfpa.  Call arm_set_fp
2162         to initialize the floating-point data types.
2163         * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
2164         model is FPA.
2165
2166 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
2167
2168         * arm-tdep.c (show_arm_command): Don't print out help.  Instead, show
2169         the current setting of each value.
2170         (_initialize_arm_tdep): Delete variable new_cmd and add new vars
2171         new_set and new_show.  Use add_setshow_cmd_full and 
2172         add_setshow_boolean_cmd as appropriate.  Deprecate "set/show apcs32"
2173         commands and add new version as subcommands of "set/show arm".
2174
2175 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
2176
2177         * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
2178         (set_arm_command, show_arm_command): New functions.
2179         (_initialize_arm_tdep): Add them.
2180         (num_disassembly_options): Renamed from num_flavor_options.
2181         (valid_disassembly_styles): Renamed from valid_flavors.
2182         (disassembly_style): Renamed from disassembly_flavor.
2183         (set_disassembly_style_sfunc): Renamed from 
2184         set_disassembly_flavor_sfunc.
2185         (set_disassembly_style): Renamed from set_disassembly_flavor.
2186         (arm_othernames): Updated.
2187         (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
2188         command.  Add "set/show arm disassembly" commands.  Deprecate
2189         "othernames" command.
2190
2191 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
2192
2193         * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
2194         (arm-tdep.o): Depend on elf_arm_h.
2195
2196 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
2197
2198         * Makefile.in (coff_internal_h): Define.
2199         (arm-tdep.o): Update dependencies.
2200
2201 2003-03-22  Richard Earnshaw  <rearnsha@arm.com>
2202
2203         * arm-tdep.c (prologue_cache): Delete.
2204         (check_prologue_cache, save_prologue_cache): Delete.
2205         (arm_scan_prologue): Don't check or update the prologue_cache.
2206         (arm_gdb_arch_init): Don't initialize it.
2207         (_initialize_arm_tdep): Likewise.
2208
2209 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
2210
2211         * MAINTAINERS (tui): Maintainer of tui code.
2212
2213 2003-03-21  Corinna Vinschen  <vinschen@redhat.com>
2214
2215         * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
2216         (i386-cygwin-tdep.o): Add dependencies.
2217         * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
2218         * i386-cygwin-tdep.c: New file.
2219         * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
2220         * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
2221
2222 2003-03-20  Andrew Cagney  <cagney@redhat.com>
2223
2224         * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
2225         (handle_inferior_event): Remove code calling
2226         DYNAMIC_TRAMPOLINE_NEXTPC.
2227
2228         * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
2229         already has a full path.
2230
2231         * main.c (gdb_main): Return 1.
2232         (captured_main): Call error to report an invalid interpreter.
2233
2234         * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
2235         * alpha-osf1-tdep.c: Include "gdb_string.h".
2236
2237 2003-03-19  J. Brobecker  <brobecker@gnat.com>
2238
2239         Continuing work to convert the hppa targets to multiarch partial.
2240
2241         * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
2242         method, now that hppa_push_dummy_frame has a conformant prototype.
2243         * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
2244         inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
2245         for the switch to multiarch partial.
2246
2247 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
2248
2249         * mdebugread.c (parse_symbol): For stEnd, we're done counting
2250         when iss is issNull.
2251
2252 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
2253
2254         * mips-tdep.c (mips_register_name): Fix fencepost error involving
2255         NUM_REGS bounds check.
2256
2257 2003-03-18  Kevin Buettner  <kevinb@redhat.com>
2258
2259         * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
2260         * mips-tdep.c (gdb_assert.h): Include.
2261         (mips_generic_reg_names, mips_processor_reg_names): Make static.
2262         (mips_register_name): Handle integer registers explicitly.  Add
2263         bounds checking.
2264         (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
2265         (mips_lsi33k_reg_names): Don't list integer registers; they're
2266         handled by mips_register_name() now.
2267         * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
2268         * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
2269         * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
2270         * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
2271         * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
2272
2273 2003-03-18  Andrew Cagney  <cagney@redhat.com>
2274
2275         * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
2276         a void pointer.
2277         * gdbtypes.h (print_scalar_formatted): Update declaration.
2278         * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
2279
2280 2003-03-18  J. Brobecker  <brobecker@gnat.com>
2281
2282         * infrun.c (observer.h): Add #include.
2283         (normal_stop): Add call to observer_notify_normal_stop.
2284         * Makefile.in (infrun.o): Add dependency on observer.h.
2285
2286 2003-03-18  J. Brobecker  <brobecker@gnat.com>
2287
2288         Continuing work to convert the hppa targets to multiarch partial.
2289         * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
2290         parameter. Reformat comment.
2291         * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
2292         (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
2293         to match new profile.
2294
2295 2003-03-18  J. Brobecker  <brobecker@gnat.com>
2296
2297         * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
2298         appear to be working in any case.
2299
2300 2003-03-18  J. Brobecker  <brobecker@gnat.com>
2301
2302         * observer.c (observer_test_first_observer): New static variable.
2303         (observer_test_second_observer): Likewise.
2304         (observer_test_third_observer): Likewise.
2305         (observer_test_first_notification_function): New static function.
2306         (observer_test_second_notification_function): Likewise.
2307         (observer_test_third_notification_function): Likewise.
2308
2309 2003-03-17  J. Brobecker  <brobecker@gnat.com>
2310
2311         * hppa-tdep.c (gdb_assert.h): Add missing #include.
2312         * somsolib.c (gdb_assert.h): Likewise.
2313         * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
2314         (somsolib.o): Likewise.
2315
2316 2003-03-17  Andrew Cagney  <cagney@redhat.com>
2317
2318         * disasm.c (gdb_disassembly): Set di.mach using the architecture's
2319         BFD.  Simplify setting of di.endian.
2320
2321 2003-03-17  Andrew Cagney  <cagney@redhat.com>
2322
2323         * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
2324         * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
2325
2326         From Elena Zannoni  <ezannoni@redhat.com>
2327         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
2328         vector and floating-point parameters.
2329         (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
2330         convention.
2331         (ppc_sysv_abi_broken_use_struct_convention): Ditto.
2332
2333 2003-03-17  Fernando Nasser  <fnasser@redhat.com>
2334
2335         * MAINTAINERS: Remove my name from several maintainership roles.
2336
2337 2003-03-17  Andrew Cagney  <cagney@redhat.com>
2338
2339         Fix frame off-by-one bug.
2340         * frame-unwind.h (frame_this_id_ftype): Replace
2341         frame_unwind_id_ftype.
2342         (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
2343         (struct frame_unwind): Replace "id" with "this_id".  Replace "reg"
2344         with "prev_register".
2345         * frame-unwind.c (frame_unwind_find_by_pc): Return
2346         legacy_saved_regs_unwind instead of trad_frame_unwind.  Update
2347         comment.
2348         * dummy-frame.c (cached_find_dummy_frame): Delete function.
2349         (dummy_frame_this_id): Replace dummy_frame_id_unwind.
2350         (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
2351         (dummy_frame_unwind): Update.
2352         * sentinel-frame.c (sentinel_frame_prev_register): Replace
2353         sentinel_frame_register_unwind.
2354         (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
2355         (sentinel_frame_unwinder): Update.
2356         * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
2357         (struct frame_info): Rename "unwind_cache" to "prologue_cache".
2358         * frame.c (create_sentinel_frame): Update. Initialize
2359         "prologue_cache" instead of "unwind_cache".
2360         (frame_register_unwind): Call this frame's prev_register with the
2361         next frame and this frame's prologue cache.
2362         (get_prev_frame): Simplify.  Always call prev frame's this_id with
2363         this frame and prev frame's prologue cache.  Document that this
2364         call is shifted one to the left when compared to the
2365         frame_register_unwind call.
2366         (legacy_saved_regs_prev_register): Replace
2367         frame_saved_regs_register_unwind.
2368         (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
2369         (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
2370         (legacy_saved_regs_unwind): Replace trad_frame_unwind.
2371         * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
2372         (d10v_frame_unwind): Update.
2373         (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
2374         (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
2375         (saved_regs_unwinder): Replace this "frame" with "next_frame", and
2376         "saved_regs" with "this_saved_regs".
2377
2378 2003-03-16  Andrew Cagney  <cagney@redhat.com>
2379
2380         * frame.c (frame_pop): Don't call target_store_registers.  Fix
2381         problem reported by Mark Kettenis.
2382
2383 2003-03-16  Mark Kettenis  <kettenis@gnu.org>
2384
2385         * i386-tdep.c (i386_register_type): Renamed from
2386         i386_register_virtual_type.  Adjust function signature.
2387         (i386_gdbarch_init): Set register_type instead of
2388         deprecated_max_register_raw_size,
2389         deprecated_max_register_virtual_size and register_virtual_type.
2390
2391 2003-03-14  Andrew Cagney  <cagney@redhat.com>
2392
2393         * frame.c (get_prev_frame): When a legacy frame, always call
2394         legacy_get_prev_frame.  Simplify unwind code using assumption that
2395         the unwinder is new.
2396         (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
2397         (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
2398         SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
2399
2400 2003-03-14  Andrew Cagney  <cagney@redhat.com>
2401
2402         * frame.c (get_saved_register): Delete function.
2403         * frame.h (get_saved_register): Delete declaration.
2404         * xstormy16-tdep.c: Update comment.
2405         * regcache.h: Update comments.
2406         * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
2407         get_saved_register and extract_address, use
2408         frame_read_unsigned_register.
2409         (sparc_frame_saved_pc): Ditto.
2410         (sparc_get_saved_register): Instead of get_saved_register, use
2411         frame_register.
2412         (sparc_pop_frame): Ditto.
2413         * findvar.c: Update comments.
2414         (value_of_register): Call frame_register instead of
2415         get_saved_register.
2416         (value_from_register): Ditto.
2417         * config/sparc/tm-sparc.h: Update comment.
2418         * breakpoint.c: Update comment.
2419
2420 2003-03-14  Andrew Cagney  <cagney@redhat.com>
2421
2422         * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
2423         GET_SAVED_REGISTER.
2424         * gdbarch.h, gdbarch.c: Re-generate.
2425         * frame.h: Update comments.
2426         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2427         * x86-64-tdep.c (x86_64_init_abi): Update.
2428         * sparc-tdep.c (sparc_gdbarch_init): Update.
2429         * sh-tdep.c (sh_gdbarch_init): Update.
2430         * mips-tdep.c (mips_gdbarch_init): Update.
2431         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2432         * cris-tdep.c (cris_gdbarch_init): Update.
2433         * ia64-tdep.c (ia64_gdbarch_init): Update.
2434         * frame.c (frame_register): Update.
2435         (get_saved_register): Update.
2436         * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
2437         
2438 2003-03-13  Andrew Cagney  <cagney@redhat.com>
2439
2440         * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
2441         * gdbarch.h, gdbarch.c: Regenerate.
2442         * valops.c (hand_function_call): Update comment.
2443         * stack.c (return_command): Update comment.
2444         * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
2445         * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
2446         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2447         * x86-64-tdep.c (x86_64_init_abi): Update.
2448         * vax-tdep.c (vax_gdbarch_init): Update.
2449         * v850-tdep.c (v850_gdbarch_init): Update.
2450         * sparc-tdep.c (sparc_gdbarch_init): Update.
2451         * sh-tdep.c (sh_gdbarch_init): Update.
2452         * s390-tdep.c (s390_gdbarch_init): Update.
2453         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2454         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2455         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2456         * mips-tdep.c (mips_gdbarch_init): Update.
2457         * mcore-tdep.c (mcore_gdbarch_init): Update.
2458         * m68k-tdep.c (m68k_gdbarch_init): Update.
2459         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2460         * ia64-tdep.c (ia64_gdbarch_init): Update.
2461         * i386-tdep.c (i386_gdbarch_init): Update.
2462         * hppa-tdep.c (hppa_gdbarch_init): Update.
2463         * h8300-tdep.c (h8300_gdbarch_init): Update.
2464         * frv-tdep.c (frv_gdbarch_init): Update.
2465         * cris-tdep.c (cris_gdbarch_init): Update.
2466         * avr-tdep.c (avr_gdbarch_init): Update.
2467         * arm-tdep.c (arm_gdbarch_init): Update.
2468         * alpha-tdep.c (alpha_gdbarch_init): Update.
2469
2470 2003-03-13  Andrew Cagney  <cagney@redhat.com>
2471
2472         * frame.c (legacy_frame_p): New function.
2473         (get_prev_frame): Use legacy_frame_p.
2474         * frame.h (legacy_frame_p): Declare.
2475
2476 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
2477
2478         * MAINTAINERS (write after approval): Alphabetically
2479         listing corrected.
2480
2481 2003-03-13  D. Venkatasubramanian <dvenkat@noida.hcltech.com>
2482
2483         * MAINTAINERS (write after approval): Add myself.
2484
2485 2003-03-12  Andrew Cagney  <cagney@redhat.com>
2486
2487         * frame.c (get_prev_frame): Rename the frame parameter to
2488         "this_frame".
2489         (get_next_frame, legacy_get_prev_frame): Ditto.
2490
2491 2003-03-12  Andrew Cagney  <cagney@redhat.com>
2492
2493         * frame.c (get_current_frame): Check target_has_registers before
2494         checking target_has_stack.
2495         * eval.c (evaluate_subexp_standard): Use get_selected_frame,
2496         instead of deprecated_selected_frame.
2497         * findvar.c (value_of_register): Pass "frame", not
2498         deprecated_selected_frame, to value_of_builtin_reg.
2499
2500 2003-03-12  Andrew Cagney  <cagney@redhat.com>
2501
2502         * regcache.c (regcache_cooked_write_signed): New function.
2503         (regcache_cooked_write_unsigned): New function.
2504         (regcache_cooked_read_unsigned): Fix regnum in range assertion.
2505         (regcache_cooked_read_signed): Fix regnum in range assertion.
2506         * regcache.h (regcache_cooked_write_signed): Declare.
2507         (regcache_cooked_write_unsigned): Declare.
2508
2509 2003-03-12  Andrew Cagney  <cagney@redhat.com>
2510
2511         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
2512         * gdbarch.h, gdbarch.c: Re-generate.
2513         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2514         * x86-64-tdep.h: Update.
2515         * x86-64-tdep.c (x86_64_init_abi): Update.
2516         * v850-tdep.c (v850_gdbarch_init): Update.
2517         * sparc-tdep.c (sparc_gdbarch_init): Update.
2518         * sh-tdep.c (sh_gdbarch_init): Update.
2519         * s390-tdep.c (s390_gdbarch_init): Update.
2520         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2521         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2522         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2523         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2524         * mips-tdep.c (mips_gdbarch_init): Update.
2525         * mcore-tdep.c (mcore_gdbarch_init): Update.
2526         * m68k-tdep.c (m68k_gdbarch_init): Update.
2527         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2528         * ia64-tdep.c (ia64_gdbarch_init): Update.
2529         * i386-tdep.c (i386_gdbarch_init): Update.
2530         * i386-interix-tdep.c (i386_interix_init_abi): Update.
2531         * hppa-tdep.c (hppa_gdbarch_init): Update.
2532         * h8300-tdep.c (h8300_gdbarch_init): Update.
2533         * frv-tdep.c (frv_gdbarch_init): Update.
2534         * cris-tdep.c (cris_gdbarch_init): Update.
2535         * avr-tdep.c (avr_gdbarch_init): Update.
2536         * arm-tdep.c (arm_gdbarch_init): Update.
2537         * alpha-tdep.c (alpha_gdbarch_init): Update.
2538         * sh-tdep.c (sh_init_extra_frame_info): Update.
2539         (sh64_init_extra_frame_info): Update.
2540         * ns32knbsd-nat.c (frame_num_args): Update.
2541         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
2542         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
2543         (xstormy16_frame_chain_valid): Update.
2544         * vax-tdep.c (vax_saved_pc_after_call): Update.
2545         * v850-tdep.c (v850_frame_chain): Update.
2546         (v850_pop_frame): Update.
2547         (v850_init_extra_frame_info): Update.
2548         * sparc-tdep.c (setup_arbitrary_frame): Update.
2549         * ns32k-tdep.c (umax_frame_num_args): Update.
2550         * s390-tdep.c (s390_pop_frame_regular): Update.
2551         * mn10300-tdep.c (mn10300_frame_chain): Update.
2552         (mn10300_pop_frame_regular): Update.
2553         (mn10300_init_extra_frame_info): Update.
2554         * mips-tdep.c (mips_init_frame_pc_first): Update.
2555         (mips_frame_chain): Update.
2556         (mips_pop_frame): Update.
2557         * mcore-tdep.c (mcore_frame_chain): Update.
2558         (mcore_pop_frame): Update.
2559         (mcore_init_extra_frame_info): Update.
2560         * arch-utils.c (init_frame_pc_default): Update.
2561         * m68k-tdep.c (isi_frame_num_args): Update.
2562         (delta68_frame_num_args): Update.
2563         (news_frame_num_args): Update.
2564         * ia64-tdep.c (ia64_pop_frame_regular): Update.
2565         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
2566         (alpha_frame_chain): Update.
2567         (alpha_pop_frame): Update.
2568         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
2569         (hppa_init_extra_frame_info): Update.
2570         (hppa_frame_chain): Update.
2571         (hppa_frame_chain_valid): Update.
2572         * cris-tdep.c (cris_init_extra_frame_info): Update.
2573         * avr-tdep.c (avr_init_extra_frame_info): Update.
2574         * arm-tdep.c (arm_frame_chain_valid): Update.
2575         (arm_init_extra_frame_info): Update.
2576         (arm_pop_frame): Update.
2577         * frame.c (frame_pc_unwind): Update.
2578         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
2579         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2580         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2581         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
2582         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
2583         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
2584         
2585 2003-03-12  Andrew Cagney  <cagney@redhat.com>
2586
2587         Eliminate the need for POP_FRAME.
2588         * frame.c (do_frame_unwind_register): New function.
2589         (frame_pop): When no POP_FRAME, pop the frame using register
2590         unwind and a scratch regcache.
2591         (frame_saved_regs_pop): Delete function.
2592         (trad_frame_unwinder): Update.
2593         * d10v-tdep.c (d10v_frame_pop): Delete function.
2594         (d10v_frame_unwind): Update.
2595         * sentinel-frame.c (sentinel_frame_pop): Delete function.
2596         (sentinel_frame_unwinder): Update.
2597         * dummy-frame.c (dummy_frame_pop): Delete function.
2598         (dummy_frame_unwind): Update.
2599         * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
2600         (struct frame_unwind): Update.
2601
2602 2003-03-11  Kevin Buettner  <kevinb@redhat.com>
2603
2604         * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
2605         mips_dwarf_dwarf2_ecoff_reg_to_regnum().
2606         (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
2607         Do range checks on register number obtained from debugging info.
2608         (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
2609         set_gdbarch_dwarf2_reg_to_regnum().  Adjust call of
2610         set_gdbarch_ecoff_reg_to_regnum() to account for new name of
2611         mapping function.
2612         (do_fp_register_row): Fix typo which caused double type to be
2613         used when attempting to unpack a float.
2614
2615 2003-03-11  J. Brobecker  <brobecker@gnat.com>
2616
2617         * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
2618
2619 2003-03-11  Andrew Cagney  <cagney@redhat.com>
2620
2621         * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
2622         frame.  Problem found by Corinna Vinschen.
2623
2624 2003-03-11  Pierre Muller  <muller@ics.u-strasbg.fr>
2625
2626         * doublest.c (floatformat_from_length): Accept also
2627         the real size of 'long double' type.
2628
2629 2003-03-10  Daniel Jacobowitz  <drow@mvista.com>
2630
2631         From Klee Dienes <kdienes@apple.com>:
2632         * breakpoint.c (bpstat_copy): Copy the command lines as well
2633         as the old value, to match what is freed in bpstat_clear.
2634
2635 2003-03-10  David Carlton  <carlton@math.stanford.edu>
2636
2637         * minsyms.c (add_minsym_to_hash_table): Replace
2638         DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2639         (compare_minimal_symbols, compact_minimal_symbols)
2640         (install_minimal_symbols, find_solib_trampoline_target): Ditto.
2641         (lookup_minimal_symbol_text): Use strcmp on linkage names instead
2642         of DEPRECATED_SYMBOL_MATCHES_NAME.
2643         (lookup_minimal_symbol_solib_trampoline): Ditto.
2644
2645 2003-03-10  Andrew Cagney  <cagney@redhat.com>
2646
2647         * regcache.h (regcache_cooked_read_ftype): Define.
2648         (regcache_save, regcache_restore): Add a cooked_read parameter.
2649         * regcache.c (regcache_save, regcache_restore): Update.
2650         (do_cooked_read): New function.
2651         (regcache_cpy): Pass do_cooked_read to regcache_save and
2652         regcache_restore.
2653
2654 2003-03-10  Andrew Cagney  <cagney@redhat.com>
2655
2656         * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
2657         * gdbarch.h, gdbarch.c: Re-generate.
2658         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2659         * x86-64-tdep.h: Update.
2660         * x86-64-tdep.c (x86_64_init_abi): Update.
2661         * v850-tdep.c (v850_gdbarch_init): Update.
2662         * sparc-tdep.c (sparc_gdbarch_init): Update.
2663         * sh-tdep.c (sh_gdbarch_init): Update.
2664         * s390-tdep.c (s390_gdbarch_init): Update.
2665         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2666         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2667         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2668         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2669         * mips-tdep.c (mips_gdbarch_init): Update.
2670         * mcore-tdep.c (mcore_gdbarch_init): Update.
2671         * m68k-tdep.c (m68k_gdbarch_init): Update.
2672         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2673         * ia64-tdep.c (ia64_gdbarch_init): Update.
2674         * i386-tdep.c (i386_gdbarch_init): Update.
2675         * i386-interix-tdep.c (i386_interix_init_abi): Update.
2676         * hppa-tdep.c (hppa_gdbarch_init): Update.
2677         * h8300-tdep.c (h8300_gdbarch_init): Update.
2678         * frv-tdep.c (frv_gdbarch_init): Update.
2679         * cris-tdep.c (cris_gdbarch_init): Update.
2680         * avr-tdep.c (avr_gdbarch_init): Update.
2681         * arm-tdep.c (arm_gdbarch_init): Update.
2682         * alpha-tdep.c (alpha_gdbarch_init): Update.
2683         * sh-tdep.c (sh_init_extra_frame_info): Update.
2684         (sh64_init_extra_frame_info): Update.
2685         * ns32knbsd-nat.c (frame_num_args): Update.
2686         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
2687         * xstormy16-tdep.c (xstormy16_pop_frame): Update.
2688         (xstormy16_frame_chain_valid): Update.
2689         * vax-tdep.c (vax_saved_pc_after_call): Update.
2690         * v850-tdep.c (v850_frame_chain): Update.
2691         (v850_pop_frame): Update.
2692         (v850_init_extra_frame_info): Update.
2693         * sparc-tdep.c (setup_arbitrary_frame): Update.
2694         * ns32k-tdep.c (umax_frame_num_args): Update.
2695         * s390-tdep.c (s390_pop_frame_regular): Update.
2696         * mn10300-tdep.c (mn10300_frame_chain): Update.
2697         (mn10300_pop_frame_regular): Update.
2698         (mn10300_init_extra_frame_info): Update.
2699         * mips-tdep.c (mips_init_frame_pc_first): Update.
2700         (mips_frame_chain): Update.
2701         (mips_pop_frame): Update.
2702         * mcore-tdep.c (mcore_frame_chain): Update.
2703         (mcore_pop_frame): Update.
2704         (mcore_init_extra_frame_info): Update.
2705         * arch-utils.c (init_frame_pc_default): Update.
2706         * m68k-tdep.c (isi_frame_num_args): Update.
2707         (delta68_frame_num_args): Update.
2708         (news_frame_num_args): Update.
2709         * ia64-tdep.c (ia64_pop_frame_regular): Update.
2710         * alpha-tdep.c (alpha_init_frame_pc_first): Update.
2711         (alpha_frame_chain): Update.
2712         (alpha_pop_frame): Update.
2713         * hppa-tdep.c (hppa_saved_pc_after_call): Update.
2714         (hppa_init_extra_frame_info): Update.
2715         (hppa_frame_chain): Update.
2716         (hppa_frame_chain_valid): Update.
2717         * cris-tdep.c (cris_init_extra_frame_info): Update.
2718         * avr-tdep.c (avr_init_extra_frame_info): Update.
2719         * arm-tdep.c (arm_frame_chain_valid): Update.
2720         (arm_init_extra_frame_info): Update.
2721         (arm_pop_frame): Update.
2722         * frame.c (frame_pc_unwind): Update.
2723         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
2724         (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2725         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2726         * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
2727         * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
2728         * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
2729         
2730 2003-03-10  Andrew Cagney  <cagney@redhat.com>
2731
2732         * gdbarch.sh (gdbarch_unwind_pc): New method.
2733         * gdbarch.h, gdbarch.c: Regenerate.
2734         * frame.c (frame_pc_unwind): Rewrite.  Prefer gdbarch_unwind_pc,
2735         but use read_pc and FRAME_SAVED_PC as fall backs.
2736         (frame_saved_regs_pc_unwind): Delete function.
2737         (trad_frame_unwinder): Update.
2738         * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
2739         (struct frame_unwind): Update.
2740         * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
2741         (dummy_frame_unwind): Update.
2742         * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
2743         (sentinel_frame_unwinder): Update.
2744         * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
2745         (d10v_frame_unwind): Update.
2746         (d10v_unwind_pc): New function.
2747         (d10v_gdbarch_init): Set unwind_pc.
2748
2749 2003-03-10  Andrew Cagney  <cagney@redhat.com>
2750
2751         * gdbarch.h: Re-generate.
2752
2753         * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
2754         PC.
2755         (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
2756         the PC register.
2757
2758 2003-03-08  Mark Kettenis  <kettenis@gnu.org>
2759
2760         * gdbarch.sh (save_dummy_frame_tos): Add comment.
2761
2762 2003-03-08  Andrew Cagney  <cagney@redhat.com>
2763
2764         * cli-out.c: Update copyright.
2765         (cli_out_data): Define typedef.  Use instead of ui_out_data.
2766
2767 2003-03-08  Andrew Cagney  <cagney@redhat.com>
2768
2769         * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
2770         the result.
2771
2772 2003-03-07  Andrew Cagney  <cagney@redhat.com>
2773
2774         * gdbarch.sh: Don't generate two macro definitions when an
2775         undefined macro taking no arguments.
2776         * gdbarch.h: Regenerate.
2777         
2778 2002-03-07  Michal Ludvig  <mludvig@suse.cz>
2779
2780         * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
2781         (x86_64_unwind_dummy_id): New functions.
2782         (x86_64_init_abi): Register these two new functions.
2783
2784 2003-03-07  Michal Ludvig  <mludvig@suse.cz>
2785
2786         * x86-64-tdep.c (x86_64_function_has_prologue): New function.
2787         (x86_64_skip_prologue): Move prologue detection to 
2788         separate function.
2789         * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
2790
2791 2003-03-05  Andrew Cagney  <cagney@redhat.com>
2792
2793         * d10v-tdep.c (d10v_unwind_dummy_id): New function.
2794         (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
2795         * frame.c (get_prev_frame): Restructure the frame ID unwind code
2796         to use unwind_dummy_id when a dummy frame.
2797         * gdbarch.sh (unwind_dummy_id): New multi-arch method with
2798         predicate.
2799         * gdbarch.h, gdbarch.c: Regneerate.
2800         
2801 2003-03-05  Andrew Cagney  <cagney@redhat.com>
2802
2803         * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
2804         (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
2805         Do not use d10v_read_sp or d10v_read_fp when obtaining register
2806         values.
2807
2808 2003-03-05  Andrew Cagney  <cagney@redhat.com>
2809
2810         * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
2811         (struct d10v_unwind_cache): Delete field "frameless".  Replace
2812         "next_addr" with "sp_offset".  Add "r11_offset".
2813         (d10v_frame_unwind_cache): Update.
2814         (prologue_find_regs): Update.  When "mv r11, sp", save the
2815         "sp_offset" in "r11_offset".  Recognize "st rn, @r11", note that
2816         RN was saved in r11_offset.
2817
2818 2003-03-05  Andrew Cagney  <cagney@redhat.com>
2819
2820         * frame.c (deprecated_update_frame_pc_hack): Also update the the
2821         cached PC value in the next frame.
2822
2823 2003-03-05  Andrew Cagney  <cagney@redhat.com>
2824
2825         * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
2826         "id_unwind_cache" with "id".
2827         (frame_id_unwind): Delete declaration.
2828         * frame.c (frame_id_unwind): Delete function.
2829         (get_prev_frame): Call the frame id unwind method directly.  Store
2830         the returned next frame's ID value in NEXT_FRAME.  Note that there
2831         is a problem with the wrong unwind ID being called with the wrong
2832         unwind cache.
2833
2834 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
2835
2836         * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
2837
2838 2003-03-05  James Ingham <jingham@apple.com>
2839             Daniel Jacobowitz  <drow@mvista.com>
2840
2841         * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
2842         (auto_cp_abi): New variable.
2843         (current_cp_abi, num_cp_abis): Make static.
2844         (CP_ABI_MAX): Define.
2845         (cp_abis): Turn into an array.
2846         (value_virtual_fn_field): Fix formatting.
2847         (switch_to_cp_abi, register_cp_abi): Update.  register_cp_abi now
2848         takes a pointer.
2849         (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
2850         (list_cp_abis, _initialize_cp_abi): New functions.
2851         * cp-abi.h: Add prototype for set_cp_abi_as_auto_default.  Remove
2852         declarations for cp_abis, num_cp_abis, current_cp_abi, and
2853         switch_to_cp_abi.  Update prototype for register_cp_abi.
2854         * Makefile.in (cp-abi.o): Update dependencies.
2855         * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
2856         instead of switch_to_cp_abi.
2857         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise.  Update call to
2858         register_cp_abi.
2859         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
2860         register_cp_abi.
2861         * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
2862
2863 2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
2864
2865         * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
2866         * dwarf2loc.c: Include "regcache.h".
2867         (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum.  Use
2868         register_size.
2869         * Makefile.in (dwarf2loc.o): Update dependencies.
2870
2871 2003-03-04  Theodore A. Roth  <troth@openavr.org>
2872
2873         * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
2874         number of io registers reported by remote target is not a multiple of
2875         step.
2876
2877 2003-03-04  David Carlton  <carlton@math.stanford.edu>
2878
2879         * symtab.c (lookup_partial_symbol): Add linkage_name argument.
2880         (lookup_symbol_aux_psymtabs): Update call to
2881         lookup_partial_symbol.
2882         (lookup_transparent_type, find_main_psymtab)
2883         (make_symbol_overload_list): Ditto.
2884
2885 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
2886
2887         * MAINTAINERS (Write after approval): Update my email address.
2888
2889 2003-03-03  Andrew Cagney  <cagney@redhat.com>
2890
2891         Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
2892         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
2893         predicate.  Replace MAX_REGISTER_RAW_SIZE.
2894         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
2895         MAX_REGISTER_VIRTUAL_SIZE.
2896         * regcache.c (legacy_max_register_raw_size): New function.
2897         (legacy_max_register_virtual_size): New function.
2898         * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
2899         (MAX_REGISTER_RAW_SIZE): Define.
2900         (legacy_max_register_raw_size): Declare.
2901         (legacy_max_register_virtual_size): Declare.
2902         * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2903         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
2904         * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2905         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
2906         * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2907         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
2908         * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2909         * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2910         * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2911         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2912         * vax-tdep.c (vax_gdbarch_init): Update.
2913         * v850-tdep.c (v850_gdbarch_init): Update.
2914         * sparc-tdep.c (sparc_gdbarch_init): Update.
2915         * sh-tdep.c (sh_gdbarch_init): Update.
2916         * s390-tdep.c (s390_gdbarch_init): Update.
2917         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2918         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2919         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2920         * mips-tdep.c (mips_gdbarch_init): Update.
2921         * mcore-tdep.c (mcore_gdbarch_init): Update.
2922         * m68k-tdep.c (m68k_gdbarch_init): Update.
2923         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2924         * ia64-tdep.c (ia64_gdbarch_init): Update.
2925         * i386-tdep.c (i386_gdbarch_init): Update.
2926         * hppa-tdep.c (hppa_gdbarch_init): Update.
2927         * h8300-tdep.c (h8300_gdbarch_init): Update.
2928         * frv-tdep.c (frv_gdbarch_init): Update.
2929         * cris-tdep.c (cris_gdbarch_init): Update.
2930         * avr-tdep.c (avr_gdbarch_init): Update.
2931         * arm-tdep.c (arm_gdbarch_init): Update.
2932         * alpha-tdep.c (alpha_gdbarch_init): Update.
2933         * d10v-tdep.c (d10v_gdbarch_init): Do not set
2934         max_register_raw_size or max_register_virtual_size.
2935
2936 2003-03-03  David Carlton  <carlton@math.stanford.edu>
2937
2938         * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
2939         SYMBOL_MATCHES_NAME, add comment.
2940         (SYMBOL_MATCHES_NATURAL_NAME): New.
2941         * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
2942         SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
2943         (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
2944         * symtab.c (lookup_partial_symbol): Use
2945         SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME.  Delete
2946         unhelpful comment.
2947         (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
2948         SYMBOL_MATCHES_NAME.
2949         Fix for PR c++/33.
2950
2951 2003-03-03  David Carlton  <carlton@math.stanford.edu>
2952
2953         * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
2954         * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
2955         by regexp matching against SYMBOL_NATURAL_NAME.
2956
2957 2003-03-03  David Carlton  <carlton@math.stanford.edu>
2958
2959         * linespec.c (find_method): Extract code into collect_methods.
2960         (collect_methods): New.
2961
2962 2003-03-02  Mark Kettenis  <kettenis@gnu.org>
2963
2964         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
2965         get_frame_base.
2966
2967         * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
2968         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
2969
2970 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2971
2972         * arch-utils.c (generic_register_byte): Fix to use the loop index 
2973         and not regnum when summing the size of all registers up to regnum.
2974
2975 2003-03-01  Andrew Cagney  <cagney@redhat.com>
2976
2977         * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
2978         FRAME_INIT_SAVED_REGS.
2979         * gdbarch.h, gdbarch.c: Regenerate.
2980         * stack.c (frame_info): Update.
2981         * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
2982         (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
2983         (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
2984         * ns32k-tdep.c (ns32k_pop_frame): Update.
2985         * mips-tdep.c (mips_pop_frame): Update.
2986         * m68hc11-tdep.c (m68hc11_pop_frame): Update.
2987         * ia64-tdep.c (ia64_frame_chain): Update.
2988         (ia64_frame_saved_pc, ia64_get_saved_register): Update.
2989         (ia64_frameless_function_invocation): Update.
2990         (ia64_init_extra_frame_info): Update.
2991         (ia64_pop_frame_regular): Update.
2992         * frame.h (struct frame_info): Update comment.
2993         (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
2994         * frame.c (frame_saved_regs_register_unwind): Update.
2995         (frame_saved_regs_register_unwind): Update.
2996         (deprecated_generic_get_saved_register): Update.
2997         * cris-tdep.c: Update comment.
2998         * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
2999         Rename macro.
3000         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3001         * x86-64-tdep.c (x86_64_init_abi): Update.
3002         * vax-tdep.c (vax_gdbarch_init): Update.
3003         * v850-tdep.c (v850_gdbarch_init): Update.
3004         * sparc-tdep.c (sparc_gdbarch_init): Update.
3005         * sh-tdep.c (sh_gdbarch_init): Update.
3006         * s390-tdep.c (s390_gdbarch_init): Update.
3007         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3008         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3009         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3010         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3011         * mips-tdep.c (mips_gdbarch_init): Update.
3012         * mcore-tdep.c (mcore_gdbarch_init): Update.
3013         * m68k-tdep.c (m68k_gdbarch_init): Update.
3014         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3015         * ia64-tdep.c (ia64_gdbarch_init): Update.
3016         * i386-tdep.c (i386_gdbarch_init): Update.
3017         * frv-tdep.c (frv_gdbarch_init): Update.
3018         * avr-tdep.c (avr_gdbarch_init): Update.
3019         * arm-tdep.c (arm_gdbarch_init): Update.
3020         * alpha-tdep.c (alpha_gdbarch_init): Update.
3021         
3022 2003-03-01  Andrew Cagney  <cagney@redhat.com>
3023
3024         * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
3025         option enum and switch.  When no windows, set the interpreter to
3026         INTERP_CONSOLE.
3027         
3028 2003-03-01  Andrew Cagney  <cagney@redhat.com>
3029
3030         * main.c (captured_main): Replace magic option characters with an
3031         enum.
3032
3033 2003-03-01  Andrew Cagney  <cagney@redhat.com>
3034
3035         * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
3036         INIT_EXTRA_FRAME_INFO.
3037         * gdbarch.h, gdbarch.c: Regenerate.
3038         * arm-tdep.c: Update comments.
3039         * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
3040         * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
3041         * frame.h, avr-tdep.c: Ditto.
3042         * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
3043         (create_new_frame, legacy_get_prev_frame): Ditto.
3044         * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
3045         * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
3046         * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
3047         deprecated_init_extra_frame_info instead of init_extra_frame_info.
3048         * x86-64-tdep.c (x86_64_init_abi): Ditto.
3049         * v850-tdep.c (v850_gdbarch_init): Ditto.
3050         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3051         * sh-tdep.c (sh_gdbarch_init): Ditto.
3052         * s390-tdep.c (s390_gdbarch_init): Ditto.
3053         * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
3054         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3055         * mips-tdep.c (mips_gdbarch_init): Ditto.
3056         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3057         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3058         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3059         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
3060         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3061         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3062         * frv-tdep.c (frv_gdbarch_init): Ditto.
3063         * cris-tdep.c (cris_gdbarch_init): Ditto.
3064         * avr-tdep.c (avr_gdbarch_init): Ditto.
3065         * arm-tdep.c (arm_gdbarch_init): Ditto.
3066         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3067         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3068
3069 2003-03-01  Andrew Cagney  <cagney@redhat.com>
3070
3071         * gdbarch.sh (register_type): New function with predicate.
3072         (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
3073         * gdbarch.h, gdbarch.c: Re-generate.
3074         * arch-utils.c (generic_register_byte): Use generic_register_size.
3075         (generic_register_size): When available, use
3076         gdbarch_register_type.
3077         * regcache.c (init_regcache_descr): When available, initialize the
3078         register type array using gdbarch_register_type.  If the
3079         architecture supplies gdbarch_register_type, do not use the legacy
3080         regcache layout.
3081         * d10v-tdep.c (d10v_register_type): Replace
3082         d10v_register_virtual_type.
3083         (d10v_gdbarch_init): Set register_type instead of
3084         register_virtual_type.
3085
3086 2003-03-01  Andrew Cagney  <cagney@redhat.com>
3087
3088         * Makefile.in (ax-gdb.o): Update dependencies.
3089         * ax-gdb.c: Include "regcache.h".
3090         (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
3091         * findvar.c (value_of_register): Ditto.
3092         * infcmd.c (default_print_registers_info): Ditto.
3093
3094 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
3095
3096         * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
3097         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3098
3099 2003-03-01  Mark Kettenis  <kettenis@gnu.org>
3100
3101         * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
3102         of STREQ.
3103
3104 2003-02-28  Daniel Jacobowitz  <drow@mvista.com>
3105
3106         * Makefile.in (dwarf2loc.o): Update dependencies.
3107         * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
3108         * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
3109         * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
3110         * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
3111         (locexpr_tracepoint_var_ref): New function.
3112         (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
3113
3114 2003-02-28  Andrew Cagney  <cagney@redhat.com>
3115
3116         * regcache.c (register_size): New function.
3117         * regcache.h (register_size): Declare
3118         * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
3119         max_register_size instead of MAX_REGISTER_RAW_SIZE.
3120
3121 2003-02-28  David Carlton  <carlton@math.stanford.edu>
3122
3123         * linespec.c (decode_compound): Extract code into find_method.
3124         (find_method): New.
3125
3126 2003-02-28  J. Brobecker  <brobecker@gnat.com>
3127
3128         * Makefile.in: Add rules to build and link in observer.o.
3129
3130 2003-02-27  J. Brobecker  <brobecker@gnat.com>
3131
3132         * observer.c: Minor comments edits.
3133
3134 2003-02-27  J. Brobecker  <brobecker@gnat.com>
3135
3136         * observer.h, observer.c: New file.
3137
3138 2003-02-27  Andrew Cagney  <cagney@redhat.com>
3139
3140         * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
3141
3142 2003-02-27  Stephane Carrez  <stcarrez@nerim.fr>
3143
3144         * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
3145         (M6812_OP_STS_EXT): Likewise.
3146         (m6811_prologue): Use the above to recognize prologue.
3147         (m6812_prologue): Likewise.
3148
3149 2003-02-27  David Carlton  <carlton@math.stanford.edu>
3150
3151         * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
3152         SYMBOL_PRINT_NAME.
3153         (compare_psymbols): Ditto.
3154         * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
3155
3156 2003-02-27  Michael Snyder  <msnyder@redhat.com>
3157
3158         * f-lang.c (build_fortran_types): New function.
3159         (_initialize_f_language): Gdbarch-register built-in fortran types.
3160         * doublest.c (extract_floating): Fix warning text.
3161
3162 2003-02-27  Andrew Cagney  <cagney@redhat.com>
3163
3164         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
3165         predicate.  Replaces PUSH_DUMMY_FRAME.
3166         * gdbarch.h, gdbarch.c: Regnerate.
3167         * valops.c (hand_function_call): Update.  Call
3168         generic_push_dummy_frame directly.
3169         * vax-tdep.c (vax_gdbarch_init): Update.
3170         * sparc-tdep.c (sparc_gdbarch_init): Update.
3171         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3172         * m68k-tdep.c (m68k_gdbarch_init): Update.
3173         * hppa-tdep.c (hppa_gdbarch_init): Update.
3174         * alpha-tdep.c (alpha_gdbarch_init): Update.
3175         * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
3176         * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
3177         * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
3178         * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
3179         push_dummy_frame to generic_push_dummy_frame.
3180         * v850-tdep.c (v850_gdbarch_init): Ditto.
3181         * sh-tdep.c (sh_gdbarch_init): Ditto.
3182         * s390-tdep.c (s390_gdbarch_init): Ditto.
3183         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3184         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3185         * mips-tdep.c (mips_gdbarch_init): Ditto.
3186         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3187         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3188         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3189         * i386-tdep.c (i386_gdbarch_init): Ditto.
3190         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3191         * frv-tdep.c (frv_gdbarch_init): Ditto.
3192         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3193         * cris-tdep.c (cris_gdbarch_init): Ditto.
3194         * avr-tdep.c (avr_gdbarch_init): Ditto.
3195         * arm-tdep.c (arm_gdbarch_init): Ditto.
3196         
3197 2003-02-26  Kevin Buettner  <kevinb@redhat.com>
3198
3199         * mips-tdep.c (show_mips_abi): New function.
3200         (_initialize_mips_tdep): Use show_mips_abi() to implement the
3201         command ``show mips abi''.
3202
3203 2003-02-26  Jeff Johnston  <jjohnstn@redhat.com>
3204  
3205         From Elena Zannoni  <ezannoni@redhat.com>
3206         * dbxread.c (process_one_symbol): Only record line 0 if one or 
3207         more sline entries have been seen for the function.
3208
3209 2003-02-26  Michael Chastain  <mec@shout.net>
3210
3211         * configure: Regenerate with autoconf 000227.
3212
3213 2003-02-26  Michael Chastain  <mec@shout.net>
3214
3215         Close PR build/660.
3216         * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
3217         for old libc5/glibc.
3218         * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
3219
3220 2003-02-26  Kris Warkentin  <kewarken@qnx.com>
3221
3222         * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
3223         * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
3224
3225 2003-02-26  Michael Chastain  <mec@shout.net>
3226
3227         * configure.in: New variable HAVE_UINTPTR_T.
3228         * configure, config.in: Regenerated.
3229
3230 2003-02-26  Daniel Jacobowitz  <drow@mvista.com>
3231
3232         Fix PR build/1097.
3233         * utils.c (gdb_realpath): Move closing brace outwards one #endif.
3234
3235 2003-02-25  Andrew Cagney  <cagney@redhat.com>
3236
3237         * frame.c (get_prev_frame): Add comment on check for
3238         inside_entry_func. Only check for inside_entry_file when not a
3239         dummy and not a sentinel.  Check that the new frame is not inner
3240         to the old frame.
3241
3242 2003-02-25  Andrew Cagney  <cagney@redhat.com>
3243
3244         * frame.c (frame_debug): New variable.
3245         (_initialize_frame): Add "set/show debug frame" command.
3246         (get_prev_frame): When frame_debug, print reason why unwind
3247         failed.
3248
3249 2003-02-25  Michael Chastain  <mec@shout.net>
3250
3251         * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
3252         to avoid uintptr_t definition problems.
3253
3254 2003-02-25  David Carlton  <carlton@math.stanford.edu>
3255
3256         * symtab.h (SYMBOL_NATURAL_NAME): New macro.
3257         (SYMBOL_LINKAGE_NAME): Ditto.
3258         (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
3259         SYMBOL_LINKAGE_NAME.
3260         (struct general_symbol_info): Expand comment.
3261         (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
3262         (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
3263         (SYMBOL_MATCHES_REGEXP): Ditto.
3264         * symtab.c (symbol_natural_name): New function.
3265         * objfiles.h: Replace all uses of SYMBOL_NAME by
3266         DEPRECATED_SYMBOL_NAME.
3267         * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
3268         * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
3269         * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
3270         * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
3271         * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
3272         * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
3273         * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
3274         * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
3275         * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
3276         * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
3277         * ada-exp.y: Ditto.
3278         * ada-exp.y: Update copyright.
3279         * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
3280         * cp-valprint.c: Ditto.
3281
3282 2003-02-25  Jeff Johnston  <jjohnstn@redhat.com>
3283
3284         * infptrace.c (detach): Do not flag error if ptrace detach fails
3285         and errno is set to ESRCH.
3286
3287 2003-02-24  Andrew Cagney  <cagney@redhat.com>
3288
3289         * infptrace.c (udot_info): Change type of udot_off to long.  Use
3290         paddr when printing udot_off's value.
3291
3292 2003-02-24  David Carlton  <carlton@math.stanford.edu>
3293
3294         * symtab.c (make_symbol_overload_list): Only read in partial
3295         symtabs containing a matching partial symbol.
3296
3297 2003-02-24  David Carlton  <carlton@math.stanford.edu>
3298
3299         * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
3300         do the comparison, not strcmp.
3301         * symfile.c (compare_psymbols): Ditto.
3302         * defs.h: Declare strcmp_iw_ordered.
3303         * utils.c (strcmp_iw_ordered): New function.
3304
3305 2003-02-24  Jim Blandy  <jimb@redhat.com>
3306
3307         * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
3308         support, shared libs): Remove my name from here, to better reflect
3309         reality.
3310
3311 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
3312
3313         * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
3314         (target_ops): Add to_have_continuable_watchpoint.
3315         * target.c (update_current_target): Add INHERIT line for
3316         to_have_continuable_watchpoint.
3317         * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
3318         * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
3319         config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
3320         config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
3321
3322 2003-02-24  Elena Zannoni  <ezannoni@redhat.com>
3323
3324         * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
3325         maintainership.
3326
3327 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
3328
3329         * solib.c (solib_open): Call target defined search function after
3330         failing with solib-search-path.
3331         * solist.h (target_so_ops): Add find_and_open_solib function hook and
3332         create define TARGET_SO_FIND_AND_OPEN_SOLIB.
3333
3334 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
3335
3336         * MAINTAINERS: Add myself to Write After section.
3337
3338 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
3339
3340         * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
3341
3342 2003-02-22  Stephane Carrez  <stcarrez@nerim.fr>
3343
3344         * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
3345         (m68hc11_add_reggroups): New function.
3346         (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
3347         (m68hc11_gdbarch_init): Install the reggroups.
3348         (_initialize_m68hc11_tdep): Initialize them.
3349
3350 2003-02-21  James E Wilson  <wilson@tuliptree.org>
3351
3352         * MAINTAINERS: Update my email address.
3353
3354 2003-02-21  David Carlton  <carlton@math.stanford.edu>
3355
3356         * arm-tdep.c (arm_gdbarch_init): Add break after default label.
3357
3358 2003-02-21  Daniel Jacobowitz  <drow@mvista.com>
3359
3360         Based on a patch from Daniel Berlin (dberlin@dberlin.org).
3361         * symtab.h: Add opaque declarations of struct axs_value and
3362         struct agent_expr.
3363         (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
3364         (struct location_funcs): New type.
3365         (struct symbol): Add "loc" to aux_value.
3366         (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
3367         * dwarf2read.c: Include "dwarf2expr.h".
3368         (dwarf2_symbol_mark_computed): New function.
3369         (read_func_scope): Use it.
3370         (var_decode_location): New function.
3371         (new_symbol): Use it.
3372         * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
3373
3374         * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
3375         (dwarf2expr_h, dwarf2loc_h): New variables.
3376         (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
3377         (dwarf2expr.o, dwarf2loc.o): New rules.
3378         (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
3379         * buildsym.c (finish_block): Handle LOC_COMPUTED and
3380         LOC_COMPUTED_ARG.
3381         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
3382         * m2-exp.y (yylex): Likewise.
3383         * printcmd.c (address_info, print_frame_args): Likewise.
3384         * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
3385         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
3386         * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
3387         (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
3388         * symtab.c (lookup_block_symbol): Likewise.
3389
3390 2003-02-20  Adam Fedor  <fedor@gnu.org>
3391
3392         * symtab.h: Remove objc_specific struct
3393         (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
3394         * symtab.c (symbol_init_language_specific, symbol_demangled_name):
3395         Have language_objc use cplus_specific struct.
3396
3397 2003-02-20  Tom Tromey  <tromey@redhat.com>
3398
3399         * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
3400         TYPE_NAME, when printing a String value.  PR java/1075.
3401
3402 2003-02-20  Adam Fedor  <fedor@gnu.org>
3403
3404         * objc-lang.h (find_methods): Remove declaration.
3405         * objc-lang.c (find_methods): Make static.
3406
3407 2003-02-20  Christopher Faylor  <cgf@redhat.com>
3408
3409         * win32-nat.c (get_image_name): Check return value from
3410         ReadProcessMemory.
3411         (child_xfer_memory): Ditto.
3412
3413 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
3414
3415         * configure.in (TARGET_SYSTEM_ROOT): Set default to
3416         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
3417         '${exec_prefix}' (in addition to the expansion thereof) as
3418         relocatable.
3419         * configure: Rebuilt.
3420
3421 2003-02-20  David Carlton  <carlton@math.stanford.edu>
3422
3423         * symtab.c (search_symbols): Revert the search_symbols part of my
3424         2002-12-23 patch.  Add comment.
3425
3426 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
3427
3428         * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
3429         * dbxread.c (elfstab_build_psymtabs): Don't call
3430         install_minimal_symbols.
3431         (stabsect_build_psymtabs): Likewise.
3432         * elfread.c (elf_symfile_read): Call install_minimal_symbols
3433         earlier.
3434         * somread.c (som_symfile_read): Call install_minimal_symbols
3435         and do_cleanups earlier.
3436         * nlmread.c (nlm_symfile_read): Likewise.
3437         * mdebugread.c (elfmdebug_build_psymtabs): Call
3438         install_minimal_symbols and make appropriate cleanups.
3439
3440 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
3441
3442         * solib.c (reload_shared_libraries): New function.
3443         (_initialize_solib): Add callbacks for ``set solib-search-path''
3444         and ``set solib-absolute-prefix''.
3445
3446 2003-02-20  David Carlton  <carlton@math.stanford.edu>
3447
3448         * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
3449         expand comment.
3450         * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
3451         SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
3452         * ada-typeprint.c (ada_typedef_print): Ditto.
3453         * ax-gdb.c (gen_var_ref): Ditto.
3454         * breakpoint.c (print_one_breakpoint): Ditto.
3455         * buildsym.c (finish_block): Ditto.
3456         * c-valprint.c (c_val_print): Ditto.
3457         * expprint.c (print_subexp): Ditto.
3458         * findvar.c (locate_var_value): Ditto.
3459         * infcmd.c (jump_command): Ditto. 
3460         * linespec.c (decode_line_2, decode_compound): Ditto. 
3461         * maint.c (maintenance_translate_address): Ditto. 
3462         * objc-lang.c (compare_selectors, compare_classes): Ditto. 
3463         * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
3464         Ditto.
3465         * p-valprint.c (pascal_val_print): Ditto. 
3466         * stabsread.c (define_symbol): Ditto. 
3467         * stack.c (print_frame, frame_info, print_block_frame_locals)
3468         (print_frame_arg_vars, return_command): Ditto. 
3469         * symfile.c (compare_symbols, compare_psymbols): Ditto. 
3470         * symmisc.c (print_symbol): Ditto. 
3471         * symtab.c (lookup_partial_symbol, lookup_block_symbol)
3472         (compare_search_syms, print_symbol_info, print_msymbol_info)
3473         (rbreak_command): Ditto. 
3474         * tracepoint.c (tracepoints_info): Ditto. 
3475         * typeprint.c (typedef_print): Ditto. 
3476         * valops.c (value_of_variable, hand_function_call): Ditto. 
3477         * cli/cli-cmds.c (edit_command, list_command): Ditto.
3478         * ada-typeprint.c: Update Copyright.
3479         * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
3480         * tracepoint.c, cli/cli-cmds.c: Ditto.
3481
3482 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
3483
3484         * frame.c (generic_unwind_get_saved_register): Make non-static.
3485         * frame.h (generic_unwind_get_saved_register): Declare.
3486         * mips-tdep.c (read_next_frame_reg): Fetch register from
3487         current regcache when frame is NULL.
3488         (mips_init_extra_frame_info): Pass NULL explicitly for parameter
3489         that must be NULL.
3490         (mips_get_saved_register): Call generic_unwind_get_saved_register()
3491         instead of frame_register_unwind().
3492
3493 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
3494
3495         * remote-sim.c (gdbsim_insert_breakpoint)
3496         (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
3497         code.
3498
3499 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
3500
3501         * remote.c (_initialize_remote): Add commands "set/show remote
3502         hardware-watchpoint-limit" and "set/show remote
3503         hardware-breakpoint-limit".
3504         (remote_hw_watchpoint_limit): Initialize to -1.
3505         (remote_hw_breakpoint_limit): Ditto.
3506         (remote_check_watch_resources): Treat a limit of -1 as unlimited.
3507
3508 2003-02-19  Raoul Gough  <RaoulGough@yahoo.co.uk>
3509
3510         * coff-pe-read.c: New file - support reading of minimal symbols from a
3511         portable executable using the export table.
3512         * coff-pe-read.h: New file.
3513         * coffread.c: Include coff-pe-read.h.
3514         (coff_symtab_read): Call read_pe_exported_syms iff no recognized
3515         debugging symbols found.
3516         * Makefile.in (SFILES): Add coff-pe-read.o.
3517         (coff_pe_read_h): Define.
3518         (COMMON_OBS): Add coff-pe-read.o.
3519         (coffread.o): Add coff_pe_read_h dependency.
3520         (coff-pe-read.o): New target.
3521
3522 2003-02-19  David Carlton  <carlton@math.stanford.edu>
3523
3524         * Makefile.in (SFILES): Add block.c.
3525         (block_h): New.
3526         (COMMON_OBS): Add block.o.
3527         (block.o): New.
3528         (x86-64-tdep.o): Add $(block_h).
3529         (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
3530         (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
3531         (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
3532         (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
3533         (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
3534         (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
3535         (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
3536         * value.h: Add opaque declaration for struct block.
3537         * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
3538         * ada-lang.h: Ditto.
3539         * x86-64-tdep.c: #include "block.h"
3540         * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
3541         * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
3542         * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
3543         * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
3544         * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
3545         * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
3546         * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
3547         * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
3548         * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
3549         (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
3550         * symtab.c (block_function): Ditto.
3551         (contained_in): Ditto.
3552         * frame.h: Move block_for_pc and block_for_pc_sect declarations to
3553         block.h.  Add opaque declaration for struct block.
3554         * symtab.h: Move block_function and contained_in declarations to
3555         block.h.  Add opaque declarations for struct block, struct
3556         blockvector.
3557         (struct block): Move to block.h.
3558         (struct blockvector): Ditto.
3559         (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
3560         (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
3561         (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
3562         (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
3563         (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
3564         Ditto.
3565         * block.c: New file.
3566         * block.h: New file.
3567
3568 2003-02-19  Theodore A. Roth  <troth@openavr.org>
3569
3570         * avr-tdep.c (avr_extract_return_value): Remove function.
3571         (avr_store_return_value): Remove function.
3572         (avr_extract_struct_value_address): Remove function.
3573         (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
3574
3575 2003-02-19  Andrew Cagney  <ac131313@redhat.com>
3576
3577         * rs6000-tdep.c: Include "gdb_assert.h".
3578         (registers_e500): Add "acc" and "spefscr".
3579         (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
3580         (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
3581         ppc_gplast_regnum, sp_regnum and fp_regnum.  Check that gp0_regnum
3582         really is "r0".
3583         (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
3584
3585 2003-02-18  Keith Seitz  <keiths@redhat.com>
3586
3587         * Makefile.in: Add gdbtk-interps.c.
3588
3589 2003-02-18  Kevin Buettner  <kevinb@redhat.com>
3590
3591         * sparc-tdep.c (sparc_frame_chain): Adjust return value.
3592         * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
3593
3594 2003-02-18  Andrew Cagney  <cagney@redhat.com>
3595
3596         * symtab.h (struct objfile): Add opaque declaration.
3597
3598 2003-02-18  Elena Zannoni  <ezannoni@redhat.com>
3599
3600         From Jim Ingham   <jingham@apple.com>:
3601         * dbxread.c (process_one_symbol): Use last_function_start rather
3602         than function_start_offset to find the real beginning of the
3603         current function.  The latter is just the text section offset on
3604         some systems, the former is always the real function start.
3605
3606 2003-02-17  Andrew Cagney  <cagney@redhat.com>
3607
3608         * configure.in: Revert ${target} != ${host}.
3609
3610 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
3611
3612         * configure.in (Makefile): Use the test ${target} != ${host},
3613         instead of the absence of the "nm.h" file, to determine of the
3614         configuration non-native.
3615         * configure: Regenerate.
3616         
3617 2003-02-14  Elena Zannoni  <ezannoni@redhat.com>
3618
3619         From Brian Ford  <ford@vss.fsi.com>
3620
3621         * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
3622         conditionalize tui_active test.
3623         (lookup_cmd_1): Ditto.
3624
3625 2003-02-14  Mark Kettenis  <kettenis@gnu.org>
3626
3627         * configure.in: Add check for _etext.
3628         * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
3629         available.
3630         * config.in, configure: regenerated.
3631
3632 2003-02-14  Daniel Jacobowitz  <drow@mvista.com>
3633
3634         * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
3635
3636 2003-02-14  Andrew Cagney  <ac131313@redhat.com>
3637
3638         * main.c (tui_version): Delete variable.
3639         (captured_main): When --tui, set interpreter_p to "tui" instead of
3640         enabling tui_version.
3641         * printcmd.c (display_command) [TUI]: Test tui_active instead of
3642         tui_version.
3643         * cli/cli-decode.c (lookup_cmd_composition): Ditto.
3644         * cli/cli-cmds.c (disassemble_command): Ditto.
3645         * defs.h (tui_version): Delete declaration.
3646         * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
3647         (tui-interp.o): Add rules.
3648         (SUBDIR_TUI_OBS): Add "tui-interp.o".
3649
3650 2003-02-14  Christopher Faylor  <cgf@redhat.com>
3651
3652         * win32-nat.c (register_loaded_dll): Correctly set address range for
3653         just-loaded dll.
3654
3655 2003-02-12  Jason Molenda  (jmolenda@apple.com)
3656
3657         * symmisc.c (print_objfile_statistics): Include information about
3658         the number of psymtabs and symtabs in each object file.
3659
3660 2003-02-13  Keith R Seitz  <keiths@redhat.com>
3661
3662         * main.h (struct captured_main_args): Add interpreter_p.
3663         * main.c (captured_main): Initialize interpreter_p from context.
3664         * gdb.c (main): Set interpreter_p argument.
3665         * Makefile.in (gdb.o): Add dependency for interps.h.
3666
3667 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
3668
3669         * event-top.c (cli_command_loop): Delete declaration.
3670         (_initialize_event_loop): Delete function setting event_loop_hook.
3671         * event-top.h (cli_command_loop): Declare.  Update copyright.
3672         (EVENT_TOP_H): Define.  Wrap header in #ifdef EVENT_TOP_H.
3673         * interps.c (current_interp_command_loop): When event_loop_p, call
3674         cli_command_loop.
3675
3676 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
3677
3678         * interps.h (interp_command_loop_ftype): Change return type to
3679         void.
3680
3681 2003-02-12  Michal Ludvig  <mludvig@suse.cz>
3682
3683         * x86-64-tdep.c (x86_64_extract_return_value)
3684         (x86_64_store_return_value): Use regcache instead of regbuf.
3685         (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
3686         * x86-64-linux-nat.c (fill_gregset): Use regcache.
3687
3688 2003-02-11  Andrew Cagney  <ac131313@redhat.com>
3689
3690         * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
3691         * aclocal.m4: Regenerate.
3692         * configure: Regenerate.
3693
3694         * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
3695         TCL_LD_SEARCH_FLAGS.
3696
3697 2003-02-10  Michal Ludvig  <mludvig@suse.cz>
3698
3699         * dwarf2cfi.c: Reindented.
3700
3701 2003-02-09  Andrew Cagney  <ac131313@redhat.com>
3702
3703         * interps.c (clear_interpreter_hooks): Convert function definition
3704         to ISO C.
3705
3706 2003-02-07  David Carlton  <carlton@math.stanford.edu>
3707
3708         * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
3709
3710 2003-02-07  Kevin Buettner  <kevinb@redhat.com>
3711
3712         * gdbtypes.h (struct main_type): Move ``length'' field from here...
3713         (struct type): ...to here.
3714         (TYPE_LENGTH): Adjust to reflect different location of ``length''
3715         field.
3716         * gdbtypes.c (make_qualified_type): Set length on newly created type.
3717         (replace_type): Set length on all type variants for a given type.
3718
3719 2003-02-07  Andrew Cagney  <ac131313@redhat.com>
3720
3721         * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
3722         <sys/stat.h>.
3723         * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
3724         
3725 2003-02-06  Andrew Cagney  <ac131313@redhat.com>
3726
3727         * Makefile.in (symm-nat.o): Update dependencies.
3728         (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
3729         (lynx-nat.o, ia64-linux-nat.): Ditto.
3730         * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
3731         "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
3732         * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
3733
3734         * Makefile.in (inflow_h): Define.
3735         (procfs.o, inflow.o, procfs.o): Update dependencies.
3736         * inftarg.c (child_stop): Delete extern declaration of
3737         inferior_process_group.  Include "inflow.h".
3738         * procfs.c (procfs_stop): Ditto.  Include "inflow.h".
3739         * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
3740         * inflow.h (PROCESS_GROUP_TYPE): ... to here.  New file.
3741         (our_process_group, inferior_process_group): Extern declarations.
3742
3743         * procfs.c: Include "gdb_assert.h".
3744
3745         * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
3746         * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
3747         * jv-typeprint.c (java_type_print_base): Ditto.
3748         * typeprint.c (typedef_print): Eliminate STREQ.
3749         * cli/cli-script.c (define_command, define_command): Ditto.
3750         * main.c (captured_main): Ditto.
3751         * values.c (lookup_internalvar): Ditto.
3752         * utils.c (safe_strerror, parse_escape): Eliminate assignment
3753         within `if' conditional.
3754         * linespec.c (decode_line_2): Ditto.
3755         * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
3756         (bfd_openw_with_cleanup): Ditto.
3757
3758 2003-02-07  Mark Kettenis  <kettenis@gnu.org>
3759
3760         * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
3761         legacy_extract_return_value and store_return_value to
3762         legacy_return_value.
3763
3764 2003-02-06  Raoul Gough  <RaoulGough@yahoo.co.uk>
3765
3766         * win32-nat.c (get_relocated_section_addrs): New function.  Find
3767         section load addresses for symbol handling in relocated DLLs.
3768         (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
3769
3770 2003-02-05  Fred Fish  <fnf@intrinsity.com>
3771
3772         * remote-e7000.c (e7000_drain_command): Fix precedence problem with
3773         '=' and '!='.
3774         * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
3775         with '&' and '=='.
3776         (angel_RDI_info): Ditto.
3777         * infttrace.c (threads_continue_all_but_one): Fix precedence problem
3778         with '&' and '!='.
3779         (threads_continue_all_with_signals): Ditto.
3780   
3781 2003-02-05  Jim Ingham <jingham@apple.com>
3782             Keith Seitz  <keiths@redhat.com>
3783             Elena Zannoni  <ezannoni@redhat.com>
3784             Andrew Cagney  <ac131313@redhat.com>
3785
3786         * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
3787         (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
3788         (SUBDIR_MI_OBS): Add "mi-interp.o".
3789         (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
3790         (SFILES): Add "interps.c".
3791         (COMMON_OBS): Add "interps.o".
3792         (interps_h, mi_main_h): Define.
3793         (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
3794         (mi-main.o, main.o, event-top.o): Update dependencies.
3795         * cli/cli-interp.c: New file.
3796         * interps.h, interps.c: New files.
3797         * top.c: (gdb_init): Don't install the default interpreter, handed
3798         by captured_main.
3799         * main.c: Include "interps.h".
3800         (interpreter_p): Note that it should malloc'ed.
3801         (captured_command_loop): Call current_interp_command_loop.
3802         (captured_main): Initialize interpreter_p to INTERP_CONSOLE.  Use
3803         xfree and xstrdup when updating interpreter_p.  Install the
3804         default interpreter.  Add hack to stop mi1's copyright notice
3805         being encoded.
3806         * event-top.h (gdb_setup_readline): Declare.
3807         (gdb_disable_readline): Declare.
3808         * event-top.c: Include "interps.h".
3809         (display_gdb_prompt): Call current_interp_display_prompt_p.
3810         (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
3811         gdb_stdlog, and gdb_stdtarg.
3812         (_initialize_event_loop): Don't call gdb_setup_readline.
3813         * cli-out.c (cli_out_set_stream): New function.
3814         * cli-out.h (cli_out_set_stream): Declare.
3815
3816 2003-02-06  Mark Kettenis  <kettenis@gnu.org>
3817
3818         * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
3819         i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove.  These are all
3820         handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
3821         * config/i386/i386sco5.mt, config/i386/i386v4.mt,
3822         config/i386/i386v42mp.mt: Removed.
3823
3824 2003-02-05  Mark Kettenis  <kettenis@gnu.org>
3825
3826         * configure.tgt (*-*-solaris*): Set gdb_osabi to
3827         GDB_OSABI_SOLARIS.
3828
3829 2003-02-05  Michael Chastain  <mec@shout.net>
3830
3831         * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
3832         2.12.1 and earlier versions.
3833
3834 2003-02-05  Andrew Cagney  <ac131313@redhat.com>
3835
3836         Remove orphaned hosts, targets and files.
3837         * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
3838         * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
3839         * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
3840         * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
3841         * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
3842         * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
3843         * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
3844         * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
3845         * config/sparc/tm-sp64sim.h: Delete.
3846         * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
3847         hosts.
3848         * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
3849         mips*-dec-mach3* targets.
3850
3851 2003-02-04  Michael Chastain  <mec@shout.net>
3852
3853         * NEWS: Fix typo: sepcifying -> specifying.
3854
3855 2003-02-04  Michael Chastain  <mec@shout.net>
3856
3857         * dwarfread.c: Add documentation on the state of dwarf-1,
3858         looking towards obsoletion.
3859
3860 2003-02-03  Michael Chastain  <mec@shout.net>
3861
3862         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
3863         gdb/testsuite/gdb.c++/pr-1023.exp.
3864
3865 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
3866
3867         * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
3868         * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
3869
3870         * utils.c (init_page_info): Delete reference to MPW in comments.
3871         * main.c (captured_main): Delete #ifdef MPW.
3872
3873 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
3874
3875         * NEWS: Note that the m32r-*-elf* is obsolete. 
3876         * monitor.c (monitor_expect): Obsolete reference to m32r.
3877         * configure.tgt: Mark m32r-*-elf* as obsolete.
3878         * MAINTAINERS: Mark m32k as obsolete.
3879         * m32r-rom.c: Obsolete file.
3880         * config/m32r/m32r.mt: Obsolete file.
3881         * config/m32r/tm-m32r.h: Obsolete file.
3882         * m32r-stub.c: Obsolete file.
3883         * m32r-tdep.c: Obsolete file.
3884
3885 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
3886
3887         * NEWS: Mention that the z8k-zilog-none is obsolete.
3888         * MAINTAINERS: Mark z8k as obsolete.
3889         * configure.tgt: Obsolete the z8k-*-coff* target.
3890         * config/z8k/z8k.mt: Obsolete file.
3891         * config/z8k/tm-z8k.h: Obsolete file.
3892         * z8k-tdep.c: Obsolete file.
3893
3894 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
3895
3896         * NEWS: Mention that the mn10200-elf is obsolete.
3897         * configure.tgt: Obsolete mn10200-*-* target.
3898         * breakpoint.c (update_breakpoints_after_exec): Update comment to
3899         mention that the mn10200 is obsolete.
3900         * breakpoint.h: Ditto.
3901         * MAINTAINERS: Mark the mn10200-elf as obsolete.
3902         * config/mn10200/mn10200.mt: Obsolete file.
3903         * config/mn10200/tm-mn10200.h: Obsolete file.
3904         * mn10200-tdep.c: Obsolete file.
3905
3906 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
3907
3908         * MAINTAINERS: Mark h8500 as obsolete.
3909         * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
3910         * findvar.c (value_from_register): Ditto.
3911         * h8500-tdep.c: Mark file as obsolete.
3912         * config/h8500/h8500.mt: Ditto.
3913         * config/h8500/tm-h8500.h: Ditto.
3914         * NEWS: Mention that h8500 is obsolete.
3915
3916 2003-02-04  David Carlton  <carlton@math.stanford.edu>
3917
3918         * objfiles.c (allocate_objfile): Always set name.  Add comment at
3919         start of function.
3920         * jv-lang.c (get_dynamics_objfile): Add comment.
3921
3922 2003-02-04  David Carlton  <carlton@math.stanford.edu>
3923
3924         * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
3925         * printcmd.c (build_address_symbolic): Replace uses of
3926         SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
3927         SYMBOL_NAME, and asm_demangle.
3928         Update copyright.
3929
3930 2003-02-04  David Carlton  <carlton@math.stanford.edu>
3931
3932         * linespec.c (decode_compound): Extract code into
3933         lookup_prefix_sym.
3934         (lookup_prefix_sym): New function.
3935
3936 2003-02-04  David Carlton  <carlton@math.stanford.edu>
3937
3938         * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
3939         FLOAT_COERCION_BADNESS.
3940         * gdbtypes.c (rank_one_type): Replace all uses of
3941         INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
3942
3943 2003-02-04  Jim Blandy  <jimb@redhat.com>
3944
3945         * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
3946         section, let dwarf_macinfo_section point to it, not
3947         dwarf_loc_section.
3948
3949 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
3950
3951         Pointed out by Anton Blanchard <anton@samba.org>.
3952         * ppc-linux-tdep.c (insn_is_sigreturn): New function.
3953         (ppc_linux_at_sigtramp_return_path): Use it.
3954
3955 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
3956
3957         * defs.h (streq): Add prototype.
3958         * utils.c (streq): New function.
3959
3960         * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
3961         SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
3962         * mdebugread.c (new_symbol): Likewise.
3963         * stabsread.c (define_symbol): Likewise.
3964         * coffread.c (process_coff_symbol): Likewise.
3965         * dwarfread.c (new_symbol): Likewise.
3966
3967         * minsyms.c (prim_record_minimal_symbol_and_info): Use
3968         SYMBOL_SET_NAMES instead of setting SYMBOL_NAME.  Set the language
3969         here.
3970         (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
3971         SYMBOL_INIT_DEMANGLED_NAME.
3972         * objfiles.c: Include "hashtab.h".
3973         (allocate_objfile): Call htab_set_functions_ex for the
3974         demangled_names_hash.
3975         (free_objfile): Call htab_delete for the demangled_names_hash.
3976         * objfiles.h (struct htab): Add declaration.
3977         (struct objfile): Add demangled_names_hash.
3978         * symfile.c: Include "hashtab.h".
3979         (reread_symbols): Call htab_delete for the demangled_names_hash.
3980         (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
3981         SYMBOL_NAME in the bcache.
3982         * symtab.c: Include "hashtab.h".  Update comments.
3983         (create_demangled_names_hash, symbol_set_names): New functions.
3984         (symbol_find_demangled_name): New function, broken out from
3985         symbol_init_demangled_names.
3986         (symbol_init_demangled_names): Use it.
3987         * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
3988         (SYMBOL_SET_NAMES): New macro.
3989         (symbol_set_names): Add prototype.
3990
3991 2003-02-03  Jim Blandy  <jimb@redhat.com>
3992
3993         Use a single, consistent representation for an empty minimal
3994         symbol table in an objfile.
3995         * objfiles.c (terminate_minimal_symbol_table): New function.
3996         (allocate_objfile): Call it.
3997         * objfiles.h (terminate_minimal_symbol_table): New declaration.
3998         (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
3999         non-NULL. 
4000         * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
4001         objfile has minimal symbols, compare minimal_symbol_count to zero,
4002         instead of comparing msymbols with NULL.
4003         * objfiles.c (have_minimal_symbols): Same.
4004         * solib-sunos.c (solib_add_common_symbols): Call
4005         terminate_minimal_symbol_table.
4006         * symfile.c (reread_symbols): Same.
4007         
4008 2003-02-03  Kevin Buettner  <kevinb@redhat.com>
4009
4010         * s390-tdep.c (s390_address_class_type_flags)
4011         (s390_address_class_type_flags_to_name)
4012         (s390_address_class_name_to_type_flags): New functions.
4013         (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
4014         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
4015
4016 2003-02-03  Michael Snyder  <msnyder@redhat.com>
4017
4018         * arm-tdep.c: Fix spell-o in comment.
4019
4020 2003-02-03  Michal Ludvig  <mludvig@suse.cz>
4021
4022         * dwarf2cfi.c (pointer_encoding): Added new parameter.
4023         * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
4024         error messages to contain BFD filename. 
4025
4026 2003-02-02  Elena Zannoni  <ezannoni@redhat.com>
4027
4028         Fix PR gdb/742 gdb/743 gdb/877
4029         * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
4030         (do_mixed_source_and_assembly): Use
4031         make_cleanup_ui_out_tuple_begin_end and
4032         make_cleanup_ui_out_tuple_begin_end.
4033         (do_mixed_source_and_assembly): Ditto.
4034         * thread.c (do_captured_list_thread_ids): Ditto.
4035         * ui-out.h (ui_out_table_begin, ui_out_list_begin,
4036         ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
4037         ui_out_tuple_end): Delete prototypes.
4038         * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
4039         ui_out_list_end, ui_out_tuple_end): Delete.
4040
4041         From Kevin Buettner  <kevinb@redhat.com>:
4042         * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
4043         * ui-out.c (make_cleanup_ui_out_table_begin_end)
4044         (do_cleanup_table_end):  New functions.
4045         * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
4046         Use cleanups to invoke_ui_out_tuple_end().
4047         (breakpoint_1): Use cleanup to invoke ui_out_table_end().
4048         * cli/cli-setshow.c (cmd_show_list): Use
4049         make_cleanup_ui_out_tuple_begin_end.
4050         
4051 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
4052
4053         * frame.c (frame_unwind_register): New function.
4054         (frame_unwind_unsigned_register): Use.
4055         (frame_unwind_signed_register): Use.
4056         (frame_read_register): New function.
4057         * frame.h (frame_unwind_register): Declare.
4058         (frame_read_register): Declare.
4059
4060         * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
4061         and frame_unwind_register instead of read_memory, write_register
4062         and deprecated_write_register_bytes.
4063
4064 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
4065
4066         * frame.h: Note that namelen can be negative.
4067         * frame.c (frame_map_name_to_regnum): When LEN is negative, use
4068         NAME's length.
4069
4070         * NEWS: Mention that the d10v's `regs' command is deprecated.
4071         * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
4072         (d10v_print_registers_info): New function.
4073         (show_regs): Call d10v_print_registers_info.
4074         (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
4075
4076 2003-02-02  Mark Kettenis  <kettenis@gnu.org>
4077
4078         * stack.c (print_frame_info): Restore call to annotate_frame_begin
4079         lost in the previous patch.
4080
4081 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
4082
4083         From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
4084         * stack.c (print_frame_info_base): Output complete FRAME tuple
4085         for synthesized frames.
4086
4087 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
4088
4089         * mips-nat.c (zerobuf): Delete.
4090         (fetch_inferior_registers): Alloc local zerobuf.
4091         (fetch_core_registers): Alloc local zerobuf.
4092         * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
4093         MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
4094         * thread-db.c (thread_db_store_registers): Ditto.
4095         * sh-tdep.c (sh_do_register): Ditto.
4096         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4097         * remote-sim.c (gdbsim_store_register): Ditto.
4098         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4099         * remote-e7000.c (fetch_regs_from_dump): Ditto.
4100         * monitor.c (monitor_supply_register): Ditto.
4101         * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
4102         * mips-nat.c (fetch_inferior_registers): Ditto.
4103         * m68klinux-nat.c (fetch_register): Ditto.
4104         * lynx-nat.c (fetch_inferior_registers): Ditto.
4105         (fetch_inferior_registers): Ditto.
4106         * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
4107         * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4108         (hpux_thread_store_registers): Ditto.
4109         * hppah-nat.c (fetch_register): Ditto.
4110         * hppab-nat.c (fetch_register): Ditto.
4111         * hppa-tdep.c (pa_register_look_aside): Ditto.
4112         (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
4113         * dve3900-rom.c (fetch_bitmapped_register): Ditto.
4114
4115 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
4116
4117         * gdbarch.sh: Explictly specify all method levels.  When a
4118         variable with an empty level, provide a non-multi-arch default.
4119         (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
4120         * gdbarch.h: Re-generate.
4121         * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete.  Always defined.
4122         * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
4123
4124 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
4125
4126         * defs.h (host_pointer_to_address): Delete declaration.
4127         (address_to_host_pointer): Delete declaration.
4128         * utils.c (host_pointer_to_address): Delete function.
4129         (address_to_host_pointer): Delete function.
4130         * procfs.c (procfs_address_to_host_pointer): New function.
4131         * procfs.c (proc_set_watchpoint): Use.
4132         (procfs_can_use_hw_breakpoint): Update comments.
4133         * somsolib.c (hpux_address_to_host_pointer_hack): New function.
4134         (som_solib_add): Use.
4135         * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
4136         * hppa-tdep.c (unwind_command): Use.
4137         
4138 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
4139
4140         * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
4141         strlen d_name.
4142
4143         * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
4144         ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
4145         (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
4146         * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
4147         (define_symbol): Update.
4148         * symfile.c (generic_load): Remove references to nindy.
4149         * symtab.c: Remove references to nindy.
4150
4151 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
4152
4153         * infcmd.c (print_float_info): Delete code conditional on
4154         FLOAT_INFO.
4155         * config/nm-lynx.h: Delete #undef FLOAT_INFO.  Update copyright.
4156         * config/m68k/nm-apollo68b.h: Ditto.
4157         * config/i386/tm-ptx.h (FLOAT_INFO): Delete.  Update copyright.
4158         * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
4159         * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
4160
4161 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
4162
4163         * config/i386/tm-i386os9k.h: Removed.
4164
4165         * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
4166         Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
4167         they're identical to i[3456]86-*-sysv* now.
4168         * config/i386/i386v32.mh: Removed.
4169         * config/i386/xm-i386v32.h: Removed.
4170         * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
4171
4172         * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
4173
4174         * config/i386/i386dgux.mh: Removed.
4175         * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
4176
4177         * configure.in: Fix typo.
4178         * configure: Regenerated.
4179
4180 2003-01-31  David Carlton  <carlton@math.stanford.edu>
4181
4182         * dwarf2read.c (dwarf2_locate_sections): Set
4183         dwarf_ranges_section.
4184
4185 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
4186
4187         * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
4188         * utils.c: Update comments documenting legitimate uses of PTR.
4189         
4190         * utils.c: Re-indent.
4191
4192         * config/djgpp/fnchange.lst: Delete nindy files.
4193         * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
4194         * nindy-share/nindy.c, nindy-share/env.h: Delete files.
4195         * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
4196         * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
4197         * nindy-share/README, nindy-share/Onindy.c: Delete files.
4198         * nindy-tdep.c, nindy-share/Makefile: Delete files.
4199         * Makefile.in (init.c): Remove nindy references.
4200         (saber_gdb): Delete rule.
4201         (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
4202         nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
4203         and a68v-nat.c.
4204         (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
4205         (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
4206         (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
4207         nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
4208         nindy-share/stop.h.
4209         * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
4210         * saber.suppress: Delete file.
4211
4212 2003-01-31  Daniel Jacobowitz  <drow@mvista.com>
4213
4214         * dbxread.c (stabs_data): New static variable.
4215         (fill_symbuf): Support an in-memory buffer for stabs data.
4216         (stabs_seek): New function.
4217         (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
4218         (read_ofile_symtab): Use stabs_seek.
4219         (elfstab_build_psymtabs): Take an asection* instead of
4220         an offset and size.  Relocate the stabs data if necessary.
4221         Save the section* for dbx_psymtab_to_symtab.
4222         * dwarf2read.c: Add section variables for each debug section.
4223         (dwarf2_locate_sections): Fill them in.
4224         (dwarf2_read_section): Take an asection* argument.
4225         Relocate the section contents if necessary.
4226         (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
4227         * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
4228         it to dwarf2_read_section.
4229         (dwarf2_build_frame_info): Update callers.
4230         * elfread.c (elf_symfile_read): Update call to
4231         elfstab_build_psymtabs.
4232         * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
4233         (DBX_STAB_SECTION): New macro.
4234         * stabsread.h (elfstab_build_psymtabs): Update prototype. 
4235         * symfile.c (symfile_dummy_outputs): New function.
4236         (symfile_relocate_debug_section): New function.
4237         * symfile.h (symfile_relocate_debug_section): Add prototype.
4238
4239 2003-01-31  Richard Henderson  <rth@redhat.com>
4240
4241         * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
4242         (register_addr): ... here.  Support ALPHA_UNIQUE_REGNUM.
4243         (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
4244         * alpha-tdep.c (alpha_register_name): Add "unique".
4245         * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
4246         (ALPHA_UNIQUE_REGNUM): New.
4247         * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
4248
4249 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
4250
4251         * README: Remove reference to Ericsson 1800 monitor.
4252         * Makefile.in (remote-es.o): Delete rule.
4253         (ALLDEPFILES): Delete remote-es.c.
4254         * remote-es.c: Delete file.
4255         * config/m68k/es1800.mt: Delete file.
4256         * config/djgpp/fnchange.lst: Update.
4257         * configure.tgt: Delete m68*-ericsson-* target.
4258
4259 2003-01-31  Adam Fedor  <fedor@gnu.org>
4260
4261         * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
4262         Remove duplicate/shadowing variable of same name.
4263
4264 2003-01-30  Jim Blandy  <jimb@redhat.com>
4265
4266         * symfile.c (find_separate_debug_file): Assert that the objfile's
4267         directory name we compute ends with a slash, and then assume that
4268         that's so everywhere we use it.
4269
4270 2003-01-30  Daniel Jacobowitz  <drow@mvista.com>
4271
4272         * valops.c (value_assign): Flush frame cache after stores to memory
4273         also.
4274
4275 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
4276
4277         * Makefile.in (mon960-rom.o): Delete rule.
4278         * mon960-rom.c: Delete file.
4279
4280 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
4281
4282         * d10v-tdep.c: Include "frame-unwind.h".
4283         (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
4284         list.
4285         (next_addr, uses_frame): Delete.
4286         (struct d10v_unwind_cache): Define.
4287         (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
4288         Use info instead of next_addr and uses_frame globals.
4289         (d10v_frame_init_saved_regs): Delete function.
4290         (d10v_init_extra_frame_info): Delete function.
4291         (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
4292         frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
4293         init_frame_pc or frame_saved_pc.
4294         (d10v_pop_frame): Delete function.
4295         (do_d10v_pop_frame): Delete function.
4296         (d10v_frame_chain): Delete function.
4297         (d10v_frame_chain_valid): Delete function.
4298         (d10v_frame_pc_unwind): New function.
4299         (d10v_frame_id_unwind): New function.
4300         (saved_regs_unwinder): New function.
4301         (d10v_frame_register_unwind): New function.
4302         (d10v_frame_pop): New function.
4303         (d10v_frame_unwind): New variable.
4304         (d10v_frame_p): New function.
4305         (d10v_frame_saved_pc): Delete function.
4306         * Makefile.in (d10v-tdep.o): Update dependencies.
4307
4308 2003-01-30  J. Brobecker  <brobecker@gnat.com>
4309
4310         * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
4311         causing some regressions due to a change in the default value
4312         for this macro.
4313
4314 2003-01-29  Richard Henderson  <rth@redhat.com>
4315             Elena Zannoni  <ezannoni@redhat.com>
4316             Daniel Jacobowitz  <drow@mvista.com>
4317
4318         Fix PR gdb/961.
4319         * dwarf2read.c  (dwarf_ranges_offset, dwarf_ranges_size): New
4320         variables.
4321         (RANGES_SECTION): New.
4322         (dwarf_ranges_buffer): New variable.
4323         (struct comp_unit_head): Add member "die".
4324         (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
4325         (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
4326         (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
4327         (dwarf2_locate_sections): Likewise.
4328         (dwarf2_build_psymtabs): Read .debug_ranges.
4329         (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
4330         (psymtab_to_symtab_1): Swap dwarf_ranges in.  Set cu_header.die.
4331         (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
4332         Look for DW_AT_ranges and return the bounding box.
4333
4334 2003-01-29  Brian Ford <ford@vss.fsi.com>
4335
4336         * win32-nat.c (cygwin_pid): Removed as unused.
4337         (child_attach): Try fall back to Cygwin pid.
4338
4339 2003-01-29  Jim Blandy  <jimb@redhat.com>
4340
4341         * objfiles.h (struct objfile): Doc fix.
4342
4343 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
4344
4345         * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
4346         (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
4347         (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
4348         (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
4349         * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
4350         (FRAME_SAVED_PC): Change to a function with predicate.
4351         * gdbarch.h, gdbarch.c: Re-generate.
4352
4353 2003-01-28  Andrew Cagney  <ac131313@redhat.com>
4354
4355         * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
4356
4357         * complaints.c (complain): Delete function.
4358         * complaints.h (struct deprecated_complaint): Delete definition.
4359         (complain): Delete declaration.
4360
4361 2003-01-28  Kevin Buettner  <kevinb@redhat.com>
4362
4363         * mips-tdep.c (mips_init_extra_frame_info): Return early for
4364         dummy frames.
4365
4366 2003-01-27  Andrew Cagney  <ac131313@redhat.com>
4367
4368         * sentinel-frame.h, sentinel-frame.c: New files.
4369         * Makefile.in (frame.o): Update dependencies.
4370         (SFILES): Add sentinel-frame.c.
4371         (sentinel_frame_h): Define.
4372         (COMMON_OBS): Add sentinel-frame.o.
4373         (sentinel-frame.o): Specify dependencies.
4374         * frame.c: Include "sentinel-frame.h".
4375         (frame_register_unwind): Rewrite assuming that there is always a a
4376         ->next frame.
4377         (frame_register, generic_unwind_get_saved_register): Ditto.
4378         (frame_read_unsigned_register, frame_read_signed_register): Ditto.
4379         (create_sentinel_frame, unwind_to_current_frame): New functions.
4380         (get_current_frame): Rewrite using create_sentinel_frame and
4381         unwind_to_current_frame.  When possible, always create a frame.
4382         (create_new_frame): Set next to the sentinel frame.
4383         (get_next_frame): Rewrite.  Don't go below the level 0 frame.
4384         (deprecated_update_frame_pc_hack): Update the next frame's PC and
4385         ID cache when necessary.
4386         (frame_saved_regs_id_unwind): Use frame_relative_level.
4387         (deprecated_generic_get_saved_register): Use frame_relative_level,
4388         get_frame_saved_regs, get_frame_pc, get_frame_base and
4389         get_next_frame.
4390         (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
4391         frame_register.
4392
4393 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
4394
4395         * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
4396
4397 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
4398
4399         * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
4400         (maintenance_set_profile_cmd): Use error () instead of warning ().
4401
4402 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
4403
4404         * configure.in: Check that -pg works if using --enable-profiling.
4405         Check for monstartup and _mcleanup regardless of --enable-profiling.
4406         * maint.c: Check for monstartup and _mcleanup before using them.
4407         * config.in: Regenerated.
4408         * configure: Regenerated.
4409
4410 2003-01-24  Nick Clifton  <nickc@redhat.com>
4411
4412         * Add sh2e support:
4413
4414         2002-04-02  Elena Zannoni  <ezannoni@redhat.com>
4415
4416                 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
4417                 (sh2e_show_regs): New.
4418                 (sh_gdbarch_init): Handle bfd_mach_sh2e.
4419                 * config/sh/tm-sh.h: Added sh2e to comments.
4420
4421 2003-01-23  Jim Blandy  <jimb@redhat.com>
4422
4423         * symfile.c (syms_from_objfile): Don't print the "(no debugging
4424         symbols found)" message here; we haven't checked for a separate
4425         debug info file yet, so we don't know yet.
4426         (symbol_file_add_with_addrs_or_offsets): Print it here, after
4427         we've looked everywhere.  Also, there's no need to print a special
4428         message when we're loading the separate debug info file: the one
4429         symbol_file_add prints is fine.
4430
4431 2003-01-23  Alexander Larsson <alexl@redhat.com>
4432             Jim Blandy  <jimb@redhat.com>
4433
4434         Add support for executables whose debug info has been separated
4435         out into a separate file, leaving only a link behind.
4436         * objfiles.h (struct objfile): New fields: separate_debug_objfile
4437         and separate_debug_objfile_backlink.
4438         (put_objfile_before): New declaration.
4439         * symfile.c: #include "filenames.h".
4440         (symbol_file_add_with_addrs_or_offsets): If this objfile has its
4441         debug info in a separate file, read that, too. Save the addrs
4442         argument, so we can use it again to read the separated debug info;
4443         syms_from_objfile modifies the table we pass it.
4444         (reread_symbols): After re-reading an objfile, call
4445         reread_separate_symbols to refresh its separate debug info
4446         objfile, if it has one.
4447         (reread_separate_symbols, find_separate_debug_file,
4448         get_debug_link_info, separate_debug_file_exists): New functions.
4449         (debug_file_directory): New global var.
4450         (_initialize_symfile): Initialize debug_file_directory, and
4451         provide the new `set debug-file-directory' command to let the user
4452         change it.
4453         * objfiles.c (free_objfile): If this objfile has its debug info in
4454         a separate objfile, free that one too.  If this is itself a
4455         separate debug info objfile, clear our parent's backlink.
4456         (put_objfile_before): New function.
4457         * utils.c (gnu_debuglink_crc32): New function.
4458         * defs.h (gnu_debuglink_crc32): New declaration.
4459         * Makefile.in (symfile.o): Note dependency on "filenames.h".
4460         * configure.in: Handle --with-separate-debug-dir config option.
4461         * acinclude.m4 (AC_DEFINE_DIR): New macro.
4462         * acconfig.h (DEBUGDIR): New macro.
4463         * configure, aclocal.m4, config.in: Regenerated.
4464
4465 2003-01-22  Jim Blandy  <jimb@redhat.com>
4466
4467         * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
4468         like the old symbol_file_add, but taking new arguments: you can
4469         now pass in either a `struct section_addr_info' list to say where
4470         each section is loaded, or a `struct section_offsets' table.  Pass
4471         these new arguments through to syms_from_objfile as appropriate.
4472         (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets, 
4473         with the appropriate quiescent values for the new arguments.
4474
4475         * symfile.c: #include "gdb_assert.h".
4476         (syms_from_objfile): Add the ability to pass in a section offset
4477         table directly, as an alternative to the section_addr_info table.
4478         Document arguments better.
4479         (symbol_file_add): Pass extra arguments to syms_from_objfile.
4480         * symfile.h (syms_from_objfile): Update declaration.
4481         * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
4482         syms_from_objfile.
4483         * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
4484
4485 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
4486
4487         Original patch by Tom Tromey <tromey@cygnus.com> and
4488         Jason Molenda <jmolenda@apple.com>.
4489         * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
4490         (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
4491         * NEWS: Mention profiling.
4492         * configure.in (--enable-gdbtk): Fix typo.
4493         (--enable-profiling): New.  Set PROFILE_CFLAGS.
4494         * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
4495         Fill in function.
4496         (profiling_state): New variable.
4497         (mcleanup_wrapper): New function.
4498         (_initialize_maint): Remove NOTYET, fix call to
4499         add_setshow_boolean_cmd for "maint set profile".
4500         * configure: Regenerated.
4501
4502 2003-01-21  Martin M. Hunt  <hunt@redhat.com>
4503
4504         * Makefile.in (install-gdbtk): Install PNG images too.
4505
4506 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
4507
4508         * exec.c (text_start): Delete global variable.
4509         (exec_file_attach): Make text_start local to the function.
4510         * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
4511         * valops.c (hand_function_call): Delete code that handles
4512         BEFORE_TEXT_END and AFTER_TEXT_END.
4513         * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
4514         of CALL_DUMMY_LOCATION.
4515         * gdbarch.c: Regenerate.
4516         * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
4517         (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
4518         * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
4519         (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
4520         (text_end): Delete extern declaration.
4521
4522 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
4523
4524         * frame.h (FRAME_OBSTACK_ZALLOC): Define.
4525         * blockframe.c (backtrace_below_main): Move to "frame.c".
4526         (frame_chain_valid): Delete check for backtrace_below_main.
4527         (_initialize_blockframe): Delete initialization, move ``set
4528         backtrace-below-main'' command to "frame.c".
4529         (do_flush_frames_sfunc): Delete function.
4530         * frame.c: Include "command.h" and "gdbcmd.h".
4531         (frame_type_from_pc): New function.
4532         (create_new_frame): Use frame_type_from_pc.
4533         (legacy_get_prev_frame): New function.
4534         (get_prev_frame): Rewrite.  When an old style frame, call
4535         legacy_get_prev_frame.  Otherwize, unwind the PC first.
4536         (_initialize_frame): Add ``set backtrace-below-main'' command.
4537         * Makefile.in (frame.o): Update dependencies.
4538
4539 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
4540
4541         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
4542         DEPRECATED_REGISTERS_INFO.
4543
4544 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
4545
4546         * MAINTAINERS: Replace `Blanket Write Privs' with `Global
4547         Maintainers'.  Update `Various Maintainers'.
4548
4549 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
4550
4551         * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
4552         * gdbarch.sh (POP_FRAME): Change to function with predicate.
4553         Suppress actual parameters when `-'.
4554         * gdbarch.h, gdbarch.c: Regenerate.
4555
4556 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
4557
4558         * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
4559         code handling dummy frames.
4560
4561 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
4562
4563         * frame-unwind.h (frame_unwind_pop_ftype): Declare.
4564         (struct frame_unwind): Add field pop.
4565         * frame.h (frame_pop): Declare.
4566         * frame.c (frame_saved_regs_pop): New function.
4567         (trad_frame_unwinder): Add frame_saved_regs_pop.
4568         (frame_pop): New function.
4569         * dummy-frame.c (dummy_frame_pop): New function.
4570         (discard_innermost_dummy): New function.
4571         (generic_pop_dummy_frame): Use discard_innermost_dummy.
4572         (dummy_frame_unwind): Add dummy_frame_pop.
4573         * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
4574         * valops.c (hand_function_call): Ditto.
4575         * stack.c (return_command): Ditto.
4576
4577 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
4578
4579         * cris-tdep.c: Fix function declaration indentation.
4580         * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
4581         * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
4582         * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
4583         * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
4584         * xcoffread.c, config/pa/tm-hppa.h: Ditto.
4585         * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
4586
4587 2003-01-18  Michael Chastain  <mec@shout.net>
4588
4589         * README (Unpacking and Installation -- quick overview):
4590         Warn against ".../gdb-5.3/gdb/configure".
4591
4592 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
4593
4594         * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
4595         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
4596         (struct frame_unwind): Declare opaque.
4597         (dummy_frame_p): Declare function.
4598         * dummy-frame.c (dummy_frame_id_unwind): Make static.
4599         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
4600         * dummy-frame.c: Include "frame-unwind.h".
4601         (dummy_frame_p): New function.
4602         (dummy_frame_unwind): New variable.
4603         * frame.c: Include "frame-unwind.h".
4604         (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
4605         to use the new unwind field.
4606         (set_unwind_by_pc): Delete function.
4607         (create_new_frame, get_prev_frame): Set unwind field using
4608         frame_unwind_find_by_pc.
4609         (trad_frame_unwind, trad_frame_unwinder): New variables.
4610         * frame.h (trad_frame_unwind): Declare variable.
4611         (frame_id_unwind_ftype): Delete declaration.
4612         (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
4613         (struct frame_unwind): Declare opaque.
4614         (struct frame_info): Replace the fields id_unwind, pc_unwind and
4615         register_unwind with a single unwind pointer.
4616         * frame-unwind.h, frame-unwind.c: New files.
4617         * Makefile.in (SFILES): Add frame-unwind.c.
4618         (frame_unwind_h): Define.
4619         (COMMON_OBS): Add frame-unwind.o.
4620         (frame-unwind.o): Specify dependencies.
4621         (frame.o, dummy-frame.o): Update dependencies.
4622         
4623 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
4624
4625         * ada-valprint.c: Eliminate PTR.
4626         * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
4627         * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
4628         * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
4629         * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
4630         * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
4631         * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
4632         * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
4633         
4634 2003-01-17  Andrew Cagney  <ac131313@redhat.com>
4635
4636         * main.c (captured_main): Don't use PTR.
4637         * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
4638         * gdbtypes.c (lookup_primitive_typename): Ditto.
4639         (lookup_struct_elt_type): Ditto.
4640         * f-valprint.c (info_common_command): Ditto.
4641         (list_all_visible_commons): Ditto.
4642         * jv-typeprint.c (java_type_print_base): Ditto.
4643
4644         * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
4645         mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
4646         Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c.  Rename
4647         i386-interix-nat.c and i386-interix-tdep.c.  Rename
4648         m68klinux-nat.c and m68klinux-tdep.c.  Rename
4649         config/mips/tm-linux.h and config/mips/tm-linux64.h.  Rename
4650         bfd/po/.cvsignore and opcodes/po/.cvsignore.  Rename
4651         gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
4652         * main.c (captured_main): Use xfree, not free.
4653
4654 2003-01-16  Andrew Cagney  <ac131313@redhat.com>
4655
4656         * frame.h (frame_id_unwind_ftype): Change type so that the frame's
4657         ID back using a parameter.
4658         * frame.c (frame_id_unwind): Update call.
4659         (frame_saved_regs_id_unwind): Update.
4660         * dummy-frame.c (dummy_frame_id_unwind): Update function.
4661         * dummy-frame.h (struct frame_id): Add opaque declaration.
4662         (dummy_frame_id_unwind): Update declaration.
4663
4664 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
4665
4666         * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
4667
4668 2003-01-15  Stephen P. Smith <ischis2@cox.net>
4669
4670         * MAINTAINERS (Stephen P. Smith): Updated email address.
4671
4672 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
4673
4674         Fix PR gdb/898
4675         * breakpoint.c (until_break_command): Add new argument.  Use it to
4676         decide whether to stop only at the current frame or not.
4677         * breakpoint.h (until_break_command): Update prototype.
4678         * infcmd.c (until_command): Add new argument to until_break_command
4679         call.
4680         (advance_command): New function.
4681         (_initialize_infcmd): Update help string for 'until' command.
4682         Add new 'advance' command.
4683
4684 2003-01-14  David Carlton  <carlton@math.stanford.edu>
4685
4686         * linespec.c (decode_line_1): Normalize comments.
4687         (set_flags): Ditto.
4688         (locate_first_half): Ditto.
4689         (decode_compound): Ditto.
4690         (symtab_from_filename): Ditto.
4691         (decode_all_digits): Ditto.
4692         (decode_dollar): Ditto.
4693         (find_methods): Ditto.
4694         (find_toplevel_char): Ditto.
4695
4696 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
4697
4698         * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
4699         * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
4700         * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
4701         * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
4702         * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
4703         * language.c, language.h, m32r-tdep.c: Update copyright.
4704         * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
4705         * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
4706         * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
4707         * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
4708         * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
4709         * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
4710
4711 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
4712
4713         * stabsread.h (process_later, resolve_cfront_continuation):
4714         Obsolete.
4715         Update copyright years.
4716         * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
4717         Update copyright year.
4718         * dbxread.c(struct cont_elem): Obsolete.
4719         (process_later, process_now): Obsolete functions. 
4720         (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
4721         Update copyright year.
4722         * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
4723         (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
4724         * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
4725         (parse_partial_symbols): Obsolete cfront support.
4726         * stabsread.c
4727         (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
4728         macros.
4729         (get_substring, get_cfront_method_physname, msg_unknown_complaint,
4730         read_cfront_baseclasses, read_cfront_member_functions,
4731         resolve_cfront_continuation,read_cfront_static_fields,
4732         copy_cfront_struct_fields): Obsolete functions.
4733         (define_symbol, read_one_struct_field): Obsolete cfront support.
4734         * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
4735         Update Copyright year.
4736
4737 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
4738
4739         * stack.c (print_frame_info, print_stack_frame_base_stub,
4740         print_stack_frame_base, show_and_print_stack_frame_stub,
4741         show_and_print_stack_frame, print_only_stack_frame_stub,
4742         print_only_stack_frame): Delete functions.
4743         (print_stack_frame_stub): Call print_frame_info instead of
4744         print_frame_info_base.
4745         (print_frame_info_base): Rename to print_frame_info.
4746         (backtrace_command_1): Call print_frame_info, instead of
4747         print_frame_info_base.
4748         (current_frame_command): Call print_stack_frame, instead of
4749         print_only_stack_frame.
4750         (frame_command): Call print_stack_frame, instead of
4751         show_and_print_stack_frame.
4752         (up_command): Ditto.
4753         (down_command): Ditto.
4754         * frame.h (print_only_stack_frame): Delete prototype.
4755         * infrun.c (normal_stop): Call print_stack_frame, instead of
4756         show_and_print_stack_frame.
4757         * thread.c (info_threads_command): Call print_stack_frame, instead
4758         of print_only_stack_frame.
4759
4760 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
4761
4762         * README (Graphical interface to GDB): Update URL.  Point at
4763         gdb/links/.
4764
4765         * gdb_indent.sh: Update to version 2.2.9.  Warn when not exact
4766         version match.
4767
4768 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
4769
4770         * symtab.c (find_pc_sect_line): Don't consider end-of-function
4771         lines.
4772
4773 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
4774
4775         * thread-db.c (attach_thread): Prototype.
4776         (struct private_thread_info): Remove lwpid.  Add thread handle (th),
4777         thread information (ti), and valid flags (th_valid, ti_valid).
4778         (attach_thread): Move target_pid_to_str call to after the thread
4779         is added to GDB's list.  Initialize the cache.
4780         (thread_get_info_callback, thread_db_map_id2thr)
4781         (thread_db_get_info): New functions.
4782         (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
4783         (thread_db_store_registers, thread_db_thread_alive)
4784         (thread_db_get_thread_local_address): Use them.
4785         (thread_db_pid_to_str): Likewise.  Return "Missing" instead
4786         of calling error() for threads in unknown state.
4787
4788         (clear_lwpid_callback): New function.
4789         (thread_db_resume): Use it to clear the cache.
4790
4791 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
4792
4793         * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
4794         (resume_callback): Remove dead code.
4795
4796 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
4797
4798         * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
4799         predicate.
4800         * gdbarch.h, gdbarch.c: Regenerate.
4801         * stack.c (frame_info): Only initialize the saved registers when
4802         FRAME_INIT_SAVED_REGS_P.
4803         * frame.c (frame_saved_regs_register_unwind): Assert
4804         FRAME_INIT_SAVED_REGS_P.
4805         (deprecated_generic_get_saved_register): Ditto.
4806
4807 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
4808
4809         * source.c (openp): Squelch warning about "filename".
4810
4811 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
4812
4813         * source.c (openp): If the file does not exist don't necessarily
4814         search the path.
4815
4816 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
4817
4818         Fix PR gdb/872.
4819         * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
4820         (integer_types_same_name_p): New function.
4821         (rank_one_type): Use it.
4822         * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
4823
4824 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
4825
4826         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
4827         variables.
4828         (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
4829         * configure.in: Add --with-sysroot.
4830         * configure: Regenerated.
4831         * main.c (gdb_sysroot): New variable.
4832         (captured_main): Initialize gdb_sysroot.
4833         * defs.h (gdb_sysroot): New extern declaration.
4834         * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
4835
4836 2003-01-12  Michael Chastain  <mec@shout.net>
4837
4838         * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
4839
4840 2003-01-12  Michael Chastain  <mec@shout.net>
4841
4842         * top.c (print_gdb_version): Bump copyright year to 2003.
4843
4844 2003-01-12  David Carlton  <carlton@bactrian.org>
4845
4846         * linespec.c (symtab_from_filename): Rename variable 's' to
4847         'file_symtab'.
4848
4849 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
4850
4851         * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
4852         dummy frame.
4853         (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
4854
4855 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
4856
4857         * d10v-tdep.c: Include "gdb_assert.h".
4858         (d10v_store_return_value): Rewrite to match current interface.
4859         (d10v_extract_struct_value_address): Ditto.
4860         (d10v_extract_return_value): Ditto.
4861         (d10v_gdbarch_init): Set store_restore_value,
4862         extract_struct_value_address and extract_return_value.
4863
4864 2003-01-12  J. Brobecker  <brobecker@gnat.com>
4865
4866         * hpread.c (set_namestring): New procedure replacing the
4867         SET_NAMESTRING macro.
4868         (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
4869         by calls to set_namestring.
4870
4871 2003-01-11  J. Brobecker  <brobecker@gnat.com>
4872
4873         * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
4874         a compilation warning.
4875         (hpread_process_one_debug_symbol): Likewise.
4876
4877 2003-01-10  David Carlton  <carlton@math.stanford.edu>
4878
4879         * linespec.c (decode_line_1): Rename variable 's' to
4880         'file_symtab'.
4881         (decode_all_digits): Rename argument 's' to 'file_symtab'.
4882         (decode_dollar): Ditto.
4883         (decode_variable): Ditto.
4884         (symbol_found): Ditto.
4885
4886 2003-01-09  Michael Chastain  <mec@shout.net>
4887
4888         * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
4889
4890 2003-01-07  Corinna Vinschen  <vinschen@redhat.com>
4891
4892         * win32-nat.c (set_process_privilege): New function.
4893         (child_attach): Call set_process_privilege() to enable the
4894         SE_DEBUG_NAME user privilege if available in process token.
4895
4896 2003-01-10  J. Brobecker  <brobecker@gnat.com>
4897
4898         * hpread.c (hpread_process_one_debug_symbol): Fix a small
4899         compilation error in the previous revision.
4900
4901 2003-01-09  David Carlton  <carlton@math.stanford.edu>
4902
4903         * linespec.c: Update copyright.
4904
4905 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
4906
4907         * lin-lwp.c (child_wait): Ignore exit statuses for processes other
4908         than inferior_ptid.
4909         (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
4910
4911 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
4912
4913         * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
4914         Update comments.
4915         * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
4916         (frame_saved_regs_zalloc): Update.
4917         (frame_saved_regs_register_unwind): Update.
4918         (create_new_frame): Update.
4919         (get_prev_frame): Update.
4920         (frame_extra_info_zalloc): Update.
4921         (deprecated_get_frame_saved_regs): Update.
4922         * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
4923         * cris-tdep.c: Update comment.
4924
4925         * somsolib.h: Fix function indentation.
4926         * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
4927         * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
4928         * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
4929         * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
4930         * somsolib.c, inftarg.c: Remove assignment in if conditional.
4931
4932         * infrun.c (follow_fork): Use ISO C definition.
4933         * expprint.c (print_subexp): Use xfree instead of free.
4934         * charset.c: Include "gdb_string.h" instead of <string.h>.
4935         (register_iconv_charsets): Use ISO C definition.
4936         (host_charset, target_charset): Ditto.
4937         * Makefile.in (charset.o): Update dependencies.
4938         (mi-cmd-env.o): Update dependencies.
4939
4940 2003-01-08  Andrew Cagney  <cagney@redhat.com>
4941
4942         * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
4943         get_frame_base.
4944
4945 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
4946
4947         * gdb_mbuild.sh: Add --keep option.  When specified, keep the
4948         build directories.  Save edited gdb output in Mbuild.log.  If a
4949         build fails, remove any final GDB executable.
4950
4951 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
4952
4953         * gdb_mbuild.sh: Edit the output of `maint print architecture'
4954         replacing hex constants with function names and stripping leading
4955         file name directory prefixes.
4956
4957 2003-01-08  Andrew Cagney  <cagney@redhat.com>
4958
4959         * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
4960         get_frame_base.
4961
4962 2003-01-08  David Carlton  <carlton@math.stanford.edu>
4963
4964         * linespec.c (decode_line_1): Move code into decode_variable.
4965         (decode_variable): New function.
4966
4967 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
4968
4969         * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
4970
4971 2003-01-08  Andrew Cagney  <cagney@redhat.com>
4972
4973         * cris-tdep.c (cris_frame_init_saved_regs): Use
4974         get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
4975         saved_regs buffer.
4976         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
4977         (sh64_nofp_frame_init_saved_regs): Ditto.
4978         (sh_fp_frame_init_saved_regs): Ditto.
4979         * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
4980         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
4981         * mcore-tdep.c (analyze_dummy_frame): Ditto.
4982         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
4983
4984 2003-01-08  Daniel Jacobowitz  <drow@mvista.com>
4985
4986         * minsyms.c (lookup_minimal_symbol): Update comment.
4987         (lookup_minimal_symbol_text): Update comment.  Use the hash table.
4988         (lookup_minimal_symbol_solib_trampoline): Likewise.
4989
4990 2003-01-08  Andrew Cagney  <cagney@redhat.com>
4991
4992         * d10v-tdep.c (d10v_init_extra_frame_info): Use
4993         frame_relative_level.
4994
4995         * alpha-tdep.c: Use get_frame_extra_info.
4996         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4997         * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
4998         * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
4999         * sparc-tdep.c, xstormy16-tdep.c: Ditto.
5000
5001         * alpha-tdep.c: Use get_next_frame.
5002         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5003         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
5004         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
5005         * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
5006         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
5007         * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
5008         * xstormy16-tdep.c: Ditto.
5009         
5010 2003-01-07  Andrew Cagney  <cagney@redhat.com>
5011
5012         * alpha-tdep.c: Use get_frame_base.
5013         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5014         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
5015         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
5016         * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
5017         * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
5018         * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
5019         * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
5020         * config/sparc/tm-sparc.h: Ditto.
5021         
5022 2003-01-07  Andrew Cagney  <cagney@redhat.com>
5023
5024         * frame.c (deprecated_get_frame_context): New function.
5025         (deprecated_set_frame_context): New function.
5026         * frame.h (deprecated_get_frame_context): Declare.
5027         (deprecated_set_frame_context): Declare.
5028         * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
5029         (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
5030         
5031 2003-01-07  Andrew Cagney  <cagney@redhat.com>
5032
5033         * frame.c (deprecated_set_frame_next_hack): New function.
5034         (deprecated_set_frame_prev_hack): New function.
5035         * frame.h (deprecated_set_frame_next_hack): Declare.
5036         (deprecated_set_frame_prev_hack): Declare.
5037         * mcore-tdep.c (analyze_dummy_frame): Use
5038         deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
5039         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
5040
5041 2003-01-07  David Carlton  <carlton@math.stanford.edu>
5042
5043         * linespec.c (decode_line_1): Move code into decode_dollar.
5044         (decode_dollar): New function.
5045
5046 2003-01-07  Andrew Cagney  <cagney@redhat.com>
5047
5048         * arm-tdep.c (arm_init_extra_frame_info): Use
5049         deprecated_update_frame_base_hack.
5050         * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
5051         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
5052         (fix_frame_pointer): Ditto.
5053         (mn10300_analyze_prologue): Ditto.
5054
5055 2003-01-07  Andrew Cagney  <cagney@redhat.com>
5056
5057         * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
5058         extra_info using frame_extra_info_zalloc.
5059         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5060         * sh-tdep.c (sh_init_extra_frame_info): Ditto.
5061         (sh64_init_extra_frame_info): Ditto.
5062         * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
5063         * s390-tdep.c (s390_init_extra_frame_info): Ditto.
5064         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
5065         * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
5066         * frv-tdep.c (frv_init_extra_frame_info): Ditto.
5067         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
5068         * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
5069         * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
5070         * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
5071         * cris-tdep.c (cris_init_extra_frame_info): Ditto.
5072         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5073         * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
5074
5075         * mn10300-tdep.c (analyze_dummy_frame): Use
5076         deprecated_set_frame_extra_info_hack.
5077         * mcore-tdep.c (analyze_dummy_frame): Ditto.
5078
5079 2003-01-07  J. Brobecker  <brobecker@gnat.com>
5080
5081         * mdebugread.c (parse_symbol): Skip stProc entries which storage
5082         class is not scText. These do not define "real" procedures.
5083         (parse_partial_symbols): Likewise.
5084
5085 2003-01-06  Michael Snyder  <msnyder@redhat.com>
5086
5087         * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
5088
5089 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
5090
5091         * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
5092         * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
5093         * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
5094         deprecated_frame_xmalloc_with_cleanup.
5095         * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
5096         deprecated_frame_xmalloc.
5097         * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
5098         * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
5099
5100 2003-01-06  Andrew Cagney  <cagney@redhat.com>
5101
5102         * x86-64-linux-tdep.c: Include "osabi.h".
5103         * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
5104
5105         * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
5106
5107 2003-01-06  Andrew Cagney  <cagney@redhat.com>
5108
5109         * MAINTAINERS (Target Instruction Set Architectures): Update
5110         arm-elf.  Can be built with -Werror, has been multiarched.
5111
5112         * value.h (unpack_long): Make buffer parameter constant.
5113         (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
5114         * scm-lang.h (scm_parse): Ditto.
5115         * defs.h (extract_typed_address, extract_address): Ditto.
5116         (extract_long_unsigned_integer): Ditto.
5117         * inferior.h (unsigned_pointer_to_address): Ditto.
5118         (signed_pointer_to_address): Ditto.
5119         * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
5120         * gdbarch.h, gdbarch.c: Regenerate.
5121         * findvar.c (extract_long_unsigned_integer): Update.
5122         (extract_address): Update.
5123         (extract_typed_address): Update.
5124         (unsigned_pointer_to_address): Update.
5125         * values.c (unpack_long): Update.
5126         (unpack_double): Update.
5127         (unpack_pointer): Update.
5128         (unpack_field_as_long): Update.
5129         * d10v-tdep.c (d10v_pointer_to_address): Update.
5130         * avr-tdep.c (avr_pointer_to_address): Update.
5131         * scm-lang.c (scm_unpack): Update.
5132         * findvar.c (signed_pointer_to_address): Update.
5133
5134 2003-01-06  Michal Ludvig  <mludvig@suse.cz>
5135
5136         * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore 
5137         since it is in i386-tdep.c.
5138
5139 2003-01-06  J. Brobecker  <brobecker@gnat.com>
5140
5141         * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
5142         failure introduced in the previous change.
5143
5144 2003-01-05  Michael Chastain  <mec@shout.net>
5145
5146         * README: Remove references to deleted remote-*.c files:
5147         remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
5148         remote-nrom.c, remote-os9k.c, remote-udi.c.
5149
5150 2003-01-05  Mark Kettenis  <kettenis@gnu.org>
5151
5152         * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
5153         * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
5154         i386_get_longjmp_target.
5155
5156 2003-01-05  Andrew Cagney  <ac131313@redhat.com>
5157
5158         * arm-tdep.c (prologue_cache): Change to a pointer.
5159         (_initialize_arm_tdep): Allocate prologue_cache.
5160         (check_prologue_cache): Update.
5161         (save_prologue_cache): Update.
5162         (arm_gdbarch_init): Update.
5163
5164 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5165
5166         * stabsread.c (update_method_name_from_physname): Call complaint()
5167         instead of error.
5168
5169 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5170
5171         * arm-tdep.c (arm_frame_chain_valid):  Remove unnecessary test.
5172         * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
5173         * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
5174
5175         * blockframe.c: Include "gdbcmd.h" and "command.h".
5176         (backtrace_below_main): New variable.
5177         (file_frame_chain_valid, func_frame_chain_valid)
5178         (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
5179         (generic_func_frame_chain_valid): Remove functions.
5180         (frame_chain_valid, do_flush_frames_sfunc): New functions.
5181         (_initialize_blockframe): New function.
5182         * Makefile.in (blockframe.o): Update dependencies.
5183         * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
5184         comment.  Call frame_chain_valid ().
5185         * frame.h: Remove old prototypes.  Add prototype for
5186         frame_chain_valid and update comments to match.
5187         * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
5188         Remove old comment.
5189         * gdbarch.h: Regenerated.
5190         * gdbarch.c: Regenerated.
5191
5192         * alpha-tdep.c (alpha_gdbarch_init): Don't call
5193         set_gdbarch_frame_chain_valid.
5194         * avr-tdep.c (avr_gdbarch_init): Likewise.
5195         * cris-tdep.c (cris_gdbarch_init): Likewise.
5196         * frv-tdep.c (frv_gdbarch_init): Likewise.
5197         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
5198         * i386-tdep.c (i386_svr4_init_abi): Likewise.
5199         (i386_nw_init_abi): Likewise.
5200         (i386_gdbarch_init): Likewise.
5201         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
5202         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
5203         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
5204         * mcore-tdep.c (mcore_gdbarch_init): Likewise.
5205         * mips-tdep.c (mips_gdbarch_init): Likewise.
5206         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
5207         * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
5208         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
5209         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
5210         * s390-tdep.c (s390_gdbarch_init): Likewise.
5211         * sh-tdep.c (sh_gdbarch_init): Likewise.
5212         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
5213         * v850-tdep.c (v850_gdbarch_init): Likewise.
5214         * vax-tdep.c (vax_gdbarch_init): Likewise.
5215         * x86-64-tdep.c (x86_64_init_abi): Likewise.
5216
5217         * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
5218         * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
5219         * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
5220         * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
5221         * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
5222         * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
5223         * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
5224         * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
5225
5226 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
5227
5228         * Makefile.in (acconfig_h): Remove incorrect macro.
5229         (config_h): Define.
5230         (osabi.o): Update dependencies.
5231         * configure.tgt: Set gdb_osabi based on target triplet.
5232         * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
5233         * configure: Regenerated.
5234         * config.in: Regenerated.
5235         * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
5236         (GDB_OSABI_DEFAULT): Define if not already defined.
5237         (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
5238         (set_osabi_string): New variables.
5239         (gdbarch_register_osabi): Add new OS ABI to
5240         gdb_osabi_available_names.
5241         (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
5242         (set_osabi, show_osabi): New functions.
5243         (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
5244
5245 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5246
5247         * arch-utils.c (gdbarch_info_init): Set osabi to
5248         GDB_OSABI_UNINITIALIZED.
5249         * gdbarch.sh: Add osabi to struct gdbarch and to struct
5250         gdbarch_info.  Include "osabi.h" in gdbarch.c.  Check osabi
5251         in gdbarch_list_lookup_by_info and in gdbarch_update_p.
5252         * gdbarch.c: Regenerated.
5253         * gdbarch.h: Regenerated.
5254         * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
5255         there's no BFD.
5256         (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
5257         * osabi.h (enum gdb_osabi): Move to defs.h.
5258         (gdbarch_init_osabi): Update prototype.
5259         * defs.h (enum gdb_osabi): Moved here.
5260         * Makefile.in: Update dependencies.
5261
5262         * alpha-tdep.h: Don't include "osabi.h".
5263         (struct gdbarch_tdep): Remove osabi member.
5264         * alpha-tdep.c: Include "osabi.h".
5265         (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
5266         iterate over arches.  Update call to gdbarch_init_osabi.
5267         (alpha_dump_tdep): Don't dump osabi.
5268         * alpha-linux-tdep.c: Include "osabi.h".
5269         * alpha-osf1-tdep.c: Include "osabi.h".
5270         * alphafbsd-tdep.c: Include "osabi.h".
5271         * alphanbsd-tdep.c: Include "osabi.h".
5272
5273         * arm-tdep.h: Don't include "osabi.h".
5274         (struct gdbarch_tdep): Remove osabi member.
5275         * arm-tdep.c: Include "osabi.h".
5276         (arm_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
5277         iterate over arches.  Update call to gdbarch_init_osabi.
5278         (arm_dump_tdep): Don't dump osabi.
5279         * arm-linux-tdep.c: Include "osabi.h".
5280         * armnbsd-tdep.c: Include "osabi.h".
5281
5282         * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
5283         Update call to gdbarch_init_osabi.
5284
5285         * i386-tdep.h: Don't include "osabi.h".
5286         (struct gdbarch_tdep): Remove osabi member.
5287         * i386-tdep.c: Include "osabi.h".
5288         (i386_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
5289         iterate over arches.  Update call to gdbarch_init_osabi.
5290         (i386_dump_tdep): Don't dump osabi.
5291         * i386-linux-tdep.c: Include "osabi.h".
5292         * i386-sol2-tdep.c: Include "osabi.h".
5293         * i386bsd-tdep.c: Include "osabi.h".
5294         * i386gnu-tdep.c: Include "osabi.h".
5295         * i386ly-tdep.c: Include "osabi.h".
5296         * i386nbsd-tdep.c: Include "osabi.h".
5297         * i386obsd-tdep.c: Include "osabi.h".
5298
5299         * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
5300         (mips_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
5301         check osabi when iterating over arches.  Update call to
5302         gdbarch_init_osabi.
5303         (mips_dump_tdep): Don't dump osabi.
5304
5305         * ns32k-tdep.h: Don't include "osabi.h".
5306         (struct gdbarch_tdep): Remove.
5307         * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
5308         gdbarch_lookup_osabi.  Don't iterate over arches.  Don't
5309         allocate tdep.  Update call to gdbarch_init_osabi.
5310         (ns32k_dump_tdep): Remove.
5311         (_initialize_ns32k_tdep): Update call to gdbarch_register.
5312         * ns32knbsd-tdep.c: Include "osabi.h".
5313
5314         * ppc-tdep.h: Don't include "osabi.h".
5315         (struct gdbarch_tdep): Remove osabi member.
5316         * rs6000-tdep.c: Include "osabi.h".
5317         (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't check
5318         osabi when iterating over arches.  Update call to
5319         gdbarch_init_osabi.
5320         (rs6000_dump_tdep): Don't dump osabi.
5321         * ppc-linux-tdep.c: Include "osabi.h".
5322         * ppcnbsd-tdep.c: Include "osabi.h".
5323
5324         * sh-tdep.h: Don't include "osabi.h".
5325         (struct gdbarch_tdep): Remove osabi member.
5326         * sh-tdep.c: Include "osabi.h".
5327         (sh_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
5328         iterate over arches.  Update call to gdbarch_init_osabi.
5329         (sh_dump_tdep): Don't dump osabi.
5330         * shnbsd-tdep.c: Include "osabi.h".
5331
5332         * sparc-tdep.c: Include "osabi.h".
5333         (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
5334         iterate over arches.  Update call to gdbarch_init_osabi.
5335         (sparc_dump_tdep): Don't dump osabi.  Do dump the rest of the
5336         tdep structure.
5337
5338         * vax-tdep.h: Don't include "osabi.h".
5339         (struct gdbarch_tdep): Remove.
5340         * vax-tdep.c: Include "osabi.h".
5341         (vax_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
5342         iterate over arches.  Don't allocate tdep.  Update call
5343         to gdbarch_init_osabi.
5344         (vax_dump_tdep): Remove.
5345         (_initialize_vax_tdep): Update call to gdbarch_register.
5346
5347 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5348
5349         * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
5350         entirely.
5351         (breakpoint_re_set_one): Don't fetch the value for a disabled
5352         watchpoint.
5353
5354 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5355
5356         * buildsym.h (processing_hp_compilation): Remove obsolete variable.
5357         * gdbarch.sh Remove include of "value.h" in gdbarch.h.
5358         (COERCE_FLOAT_TO_DOUBLE): Remove.
5359         * gdbarch.c: Regenerate.
5360         * gdbarch.h: Regenerate.
5361         * Makefile.in: Remove value_h from gdbarch_h.
5362         * valops.c (coerce_float_to_double): New variable.
5363         (default_coerce_float_to_double): Remove.
5364         (standard_coerce_float_to_double): Remove.
5365         (value_arg_coerce): Use coerce_float_to_double.
5366         (_initialize_valops): Add "set coerce-float-to-double".
5367         * value.h (default_coerce_float_to_double): Remove prototype.
5368         (standard_coerce_float_to_double): Remove prototype.
5369
5370         * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
5371         prototyped.
5372         * mdebugread.c (parse_symbol): Likewise.
5373         * stabsread.c (define_symbol): Mark all functions as prototyped.
5374
5375         * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
5376         * alpha-tdep.c (alpha_gdbarch_init): Remove call to
5377         set_gdbarch_coerce_float_to_double.
5378         * arm-tdep.c (arm_gdbarch_init): Likewise.
5379         * frv-tdep.c (frv_gdbarch_init): Likewise.
5380         * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
5381         * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
5382         * mips-tdep.c (mips_gdbarch_init): Likewise.
5383         (mips_coerce_float_to_double): Remove.
5384         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
5385         (rs6000_coerce_float_to_double): Remove.
5386         * s390-tdep.c (s390_gdbarch_init): Likewise.
5387         * sh-tdep.c (sh_gdbarch_init): Likewise.
5388         (sh_coerce_float_to_double): Remove.
5389         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
5390         (sparc_coerce_float_to_double): Remove.
5391         * v850-tdep.c (v850_gdbarch_init): Likewise.
5392         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
5393         * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
5394         * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
5395         (hppa_coerce_float_to_double): Remove prototype.
5396         * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
5397
5398 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5399
5400         * regformats/reg-m68k.dat: Remove fpcode and fpflags.
5401
5402 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5403
5404         Suggested by Stewart Brown <sb24@avaya.com>:
5405         * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
5406         in recursive calls.  Handle TYPE_CODE_TYPEDEF.
5407         (c_type_print_varspec_suffix): Likewise.
5408
5409 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
5410
5411         * configure.in: Don't set and AC_SUBST SUBDIRS.
5412         * configure: Regenerated.
5413
5414         * configure.in: Remove code dealing with shared libraries.
5415         * Makefile.in: Remove HLDFLAGS and HLDENV.
5416         * configure: Regenerated.
5417
5418 2003-01-04  Andrew Cagney  <ac131313@redhat.com>
5419
5420         * frame.c (deprecated_frame_xmalloc): New function.
5421         (deprecated_set_frame_saved_regs_hack): New function.
5422         (deprecated_set_frame_extra_info_hack): New function.
5423         * frame.h (deprecated_frame_xmalloc): Declare.
5424         (deprecated_set_frame_saved_regs_hack): Declare.
5425         (deprecated_set_frame_extra_info_hack): Declare.
5426
5427 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
5428
5429         * configure.in: Move code that provides the --enable-gdbtk option
5430         right after the code that handles the --enable-tui option, and
5431         polish it somewhat.
5432         * configure: Regenerated.
5433
5434         * configure.in: Call AC_GNU_SOURCE.  Check for pread64 using
5435         AC_CHECK_FUNCS and remove the old check for pread64.
5436         * acinclude.m4 (AC_GNU_SOURCE): New macro.
5437         * acconfig.h (_GNU_SOURCE): Add.
5438         (HAVE_PREAD64): Remove.
5439         * configure, aclocal.m4, config.in: Regenerated.
5440
5441 2003-01-03  Andrew Cagney  <ac131313@redhat.com>
5442
5443         * alpha-tdep.c: Use get_frame_saved_regs.
5444         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5445         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
5446         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
5447         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
5448         * vax-tdep.c, xstormy16-tdep.c: Ditto.
5449
5450 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
5451
5452         * configure.in: Remove all use of the SUBDIRS variable; add
5453         directories using the AC_CONFIG_SUBDIRS macro instead.  Polish
5454         code providing the --enable-multi-ice option, and move it right in
5455         front of the code that checks whether gdbserver is supported.
5456         Polish that too.
5457         * configure: Regenerated.
5458         * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
5459         @SUBDIRS@.
5460
5461 2003-01-03  Andrew Cagney  <cagney@redhat.com>
5462
5463         * alpha-tdep.c: Use deprecated_update_frame_base_hack.
5464         * avr-tdep.c, cris-tdep.c: Ditto.
5465         * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
5466         * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
5467         
5468 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
5469
5470         * configure.in: Remove --enable-netrom option.
5471         * configure: Regenerated.
5472
5473 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
5474
5475         * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
5476         declaration for `struct re_pattern_buffer' instead.
5477         * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
5478
5479 2003-01-03  J. Brobecker  <brobecker@gnat.com>
5480
5481         * mdebugread.c (parse_symbol): Count until the stEnd matching
5482         the structure name.
5483
5484 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
5485
5486         * configure.in: Remove --with-cpu option.
5487         subscripts.  Remove evil changequotes here.
5488         * acconfig.h (TARGET_CPU_DEFAULT): Remove.
5489         * config.in, configure: Regenerated.
5490         
5491         * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
5492         * configure.in: Cleanup section that sources GDB and BFD configure
5493         subscripts.  Remove evil changequotes here.
5494         * config.in, configure: Regenerated.
5495
5496 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
5497
5498         * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
5499         frame accessor methods.
5500         * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5501         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
5502         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
5503         * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
5504         * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
5505         * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
5506         * z8k-tdep.c: Ditto.
5507         
5508 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
5509
5510         * configure.in: Remove UI_OUT configuration code.
5511         * ada-lang.c: Update assuming UI_OUT is always true.
5512         * Makefile.in (UIOUT_CFLAGS): Remove.
5513         * configure: Regenerated.
5514         * TODO: Remove blurb about elimination of -DUI_OUT.
5515
5516         * configure.in: Move code that provides the --enable-gdbcli,
5517         --enable-gdbmi options right before the code that handles the
5518         --enable-tui option.  Polish a bit.
5519         * configure: Regenerated.
5520
5521         * configure.in: Rewrite check for GNU regex and the
5522         --without-included regex option, and move it into the "Checks for
5523         library functions" section.  This makes us use the system regex
5524         again by default on systems with version 2 of the GNU C library.
5525         This was apparently broken.
5526         * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
5527         * acconfig.h (USE_INCLUDED_REGEX): Remove.
5528         * config.in, configure: Regenerated.
5529
5530         * configure.in: Move code that provides the --enable-tui option
5531         before the "Checks for libraries" section.  Polish the code
5532         somewhat and set need_curses to yes if we build the TUI.  Rewrite
5533         code that looks for a library providing termcap functionality to
5534         match more closely what's done in the Readline library, and move
5535         it into to the "Checks for libraries" section.
5536         * configure: Regenerated.
5537         * Makefile.in (TERMCAP): Remove variable.
5538         * config/i386/go32.mh (TERMCAP): Remove variable.
5539
5540 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
5541
5542         * MAINTAINERS: Mention gdb_mbuild.sh.
5543         * gdb_mbuild.sh: Rewrite.
5544
5545 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
5546
5547         * configure.in: Fix typo in last change.
5548         * config.in, configure: Regenerated.
5549
5550 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
5551
5552         * valarith.c (value_binop): Delete obsolete code and comments.
5553         * configure.host: Ditto.
5554         * buildsym.h (make_blockvector): Ditto.
5555         * buildsym.c (make_blockvector): Ditto.
5556         * defs.h (enum language): Ditto.
5557         (chill_demangle): Ditto.
5558         * elfread.c (elf_symtab_read): Ditto.
5559         * dwarfread.c (CHILL_PRODUCER): Ditto.
5560         (set_cu_language): Ditto.
5561         (handle_producer): Ditto.
5562         * expprint.c (print_subexp): Ditto.
5563         * gdbtypes.c (chill_varying_type): Ditto.
5564         * gdbtypes.h (builtin_type_chill_bool): Ditto.
5565         (builtin_type_chill_char, builtin_type_chill_long): Ditto.
5566         (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
5567         (chill_varying_type): Ditto.
5568         * language.h (_LANG_chill): Ditto.
5569         * language.c (binop_result_type, integral_type): Ditto.
5570         (character_type, string_type, structured_type): Ditto.
5571         (lang_bool_type, binop_type_check): Ditto.
5572         * stabsread.h (os9k_stabs): Ditto.
5573         * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
5574         (define_symbol, read_type, read_struct_fields): Ditto.
5575         (read_array_type, read_enum_type, read_huge_number): Ditto.
5576         (read_range_type, start_stabs): Ditto.
5577         * symfile.c (init_filename_language_table): Ditto.
5578         (add_psymbol_with_dem_name_to_list): Ditto.
5579         * symtab.c (symbol_init_language_specific): Ditto.
5580         (symbol_init_demangled_name, symbol_demangled_name): Ditto.
5581         * symtab.h (struct general_symbol_info): Ditto.
5582         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
5583         * typeprint.c (typedef_print): Ditto.
5584         * utils.c (fprintf_symbol_filtered): Ditto.
5585         * valops.c (value_cast, search_struct_field, value_slice): Delete
5586         obsolete code.
5587         (varying_to_slice): Delete function.
5588         * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
5589         (varying_to_slice): Delete declaration.
5590         * MAINTAINERS: Update.
5591
5592 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
5593
5594         * configure.in: Reorganize "Checks for library functions section"
5595         a bit.  Remove check for `btowc' and `isascii' functions.
5596         * configure: Regenerated.
5597
5598         * acconfig.h (_MSE_INT_H): Remove.
5599         * configure.in: Create "Checks for header files" section, and move
5600         appropriate tests there.  Don't check for objlist.h, wchar.h,
5601         wctype.h and asm/debugreg.h.  Rewrite Solaris 2.[78] <curses.h>
5602         misdetection fix.  Also add "Checks for types", "Checks for
5603         compiler characteristics" and "Checks for library functions"
5604         sections.
5605         * config.in, configure: Regenerated.
5606
5607         * configure.in: Create "Checks for programs" section, and move
5608         appropriate tests there.
5609
5610 2003-01-01  Mark Kettenis  <kettenis@gnu.org>
5611
5612         * configure.in: Create "Checks for libraries" section, and move
5613         appropriate tests there.  Cleanup check for wctype in libw.  Use
5614         AC_SEARCH_LIBS to see whether we need libsocket.
5615         * configure: Regenerated.
5616
5617 For older changes see ChangeLog-2002
5618 \f
5619 Local Variables:
5620 mode: change-log
5621 left-margin: 8
5622 fill-column: 74
5623 version-control: never
5624 End: