2003-05-31 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
6a65450a
AC
12003-05-31 Andrew Cagney <cagney@redhat.com>
2
3 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
4 "dummy_addr" to "bp_addr".
5 * infcall.c (call_function_by_hand): Pass "funaddr" to
6 gdbarch_push_dummy_call.
7 * gdbarch.h, gdbarch.c: Re-generate.
8 * i386-tdep.c (i386_push_dummy_call): Update.
9 * arm-tdep.c (arm_push_dummy_call): Update.
10 * d10v-tdep.c (d10v_push_dummy_call): Update.
11
c4f35dd8
MK
122003-05-31 Mark Kettenis <kettenis@gnu.org>
13
14 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
15 variable declarations.
16 (x86_64_register_number, x86_64_register_name): Remove prototypes.
17 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
18 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
19 x86_64_init_frame_pc, x86_64_init_frame_pc,
20 x86_64_function_has_prologue): Remove prototypes.
21 (X86_64_NUM_GREGS): New define.
22 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
23 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
24 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
25 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
26 XMM1_REGNUM): Remove defines.
27 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
28 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
29 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
30 X86_64_XMM1_REGNUM): New defines.
31 (struct x86_64_register_info): Renamed from `struct
32 register_info'. Remove `size' member.
33 (x86_64_register_info_table): Remove variable.
34 (x86_64_register_info): New variable.
35 (X86_64_NUM_REGS): New define.
36 (X86_64_NUM_GREGS): Remove define.
37 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
38 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
39 Remove variables.
40 (x86_54_dwarf2_reg_to_regnum): Remove function.
41 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
42 (x86_64_dwarf_reg_to_regnum): New function.
43 (x86_64_register_name): Rewrite.
44 (x86_64_register_raw_size): Remove function.
45 (x86_64_register_byte_table): Remove variable.
46 (x86_64_register_byte): Remove function.
47 (x86_64_register_virtual_type): Remove function.
48 (x86_64_register_type): New function.
49 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
50 x86_64_register_convert_to_raw): Remove functions.
51 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
52 (x86_64_use_struct_convention): Make static. Adjust for renamed
53 defines.
54 (x86_64_frame_init_saved_regs): Remove function.
55 (x86_64_push_arguments): Make static. Change to accept a regcache
56 as argument.
57 (x86_64_store_return_value, x86_64_extract_return_value): Make
58 static. Rewrite based on i386 counterparts.
59 (x86_64_push_dummy_call): New function.
60 (X86_64_NUM_SAVED_REGS): New define.
61 (x86_64_register_number): Remove function.
62 (x86_64_store_struct_return): Remove function.
63 (x86_64_frameless_function_invocation,
64 x86_64_function_has_prologue): Remove functions.
65 (PROLOG_BUFSIZE): Remove define.
66 (struct x86_64_frame_cache): New structure.
67 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
68 x86_64_frame_cache, x86_64_frame_this_id,
69 x86_64_frame_prev_register, x86_64_frame_p,
70 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
71 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
72 functions.
73 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
74 variables.
75 (x86_64_skip_prologue): Rewrite in terms of
76 x86_64_analyze_prologue.
77 (x86_64_frame_base_address): New function.
78 (x86_64_frame_base): New variable.
79 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
80 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
81 set deprecated_fp_regnum, deprecated_register_size,
82 deprecated_register_bytes, register_raw_size, register_byte,
83 register_virtual_type, register_convertiable,
84 register_convert_to_virtual, convert_to_raw,
85 deprecated_get_saved_register, deprecated_target_read_fp,
86 deprecated_push_arguments, deprecated_push_return_address,
87 deprecated_pop_frame, deprecated_store_struct_return,
88 deprecated_frame_init_saved_regs, deprecated_frame_chain,
89 frameless_function_invocation, deprecated_frame_saved_pc,
90 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
91 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
92 deprecated_init_frame_pc and virtual_frame_pointer. Call
93 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
94 and x86_64_frame_p. Call frame_base_set_default to register
95 x86_64_frame_base.
96 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
97 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
98 (_initialize_x86_64_tdep): Remove function.
99 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
100 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
101 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
102 define.
103 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
104 (x86_64_linux_sigcontext_addr): Rewrite.
105 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
106 x86_64_linux_frame_saved_pc): Remove functions.
107 (x86_64_linux_pc_in_sigtramp): Renamed from
108 x86_64_linux_in_sigtramp. Try harder to recognize a signal
109 trampoline.
110 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
111 Remove_functions.
112 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
113 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
114 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
115 (x86_64_regmap): Rename to regmap.
116 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
117 x86_64_num_gregs.
118 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
119 x86_64_regmap.
120 (x86_64_fxsave_offset): Remove function.
121 (supply_fpregset): Simply call x86_64_supply_fxsave.
122 (fill_fpregset): Simply call x86_64_fill_fxsave.
123 (fetch_inferior_registers, store_inferior_registers): Avoid
124 asignment in if-statement.
125 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
126 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
127 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
128 (fetch_core_registers): Remove function.
129 (linux_elf_core_fns): Remove.
130 (offsetoff): Don't define.
131 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
132 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
133 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
134 add core-regset.o.
135 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
136 protection against multiple includes instead of NM_X86_64_h. Add
137 various comments. Include "config/nm-linux.h". Don't include
138 <signal.h>.
139 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
140 GET_THREAD_SIGNALS): Remove defines.
141 (x86_64_register_u_addr, kernel_u_size,
142 lin_thread_get_thread_signals): Remove prototypes.
143 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
144 [HAVE_LINK_H]: Don't include "solib.h".
145 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
146 * config/i386/tm-x86-64linux.h: Fix comments.
147 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
148 x86-64-tdep.o): Update dependencies.
149
c25083af
AC
1502003-05-30 Andrew Cagney <cagney@redhat.com>
151
c8f55a7b
AC
152 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
153 Change parameter type to a "struct regcache *".
154
c25083af
AC
155 * gdbarch.sh: Regardless of the multi-arch level, always define
156 the macro when not already defined.
157 * gdbarch.h, gdbarch.c: Re-generate.
158
fbe586ae
RH
1592003-05-30 Richard Henderson <rth@redhat.com>
160
161 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
162 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
163 (alpha_mdebug_frame_this_id): Likewise.
164 (alpha_mdebug_frame_prev_register): Likewise.
165 (alpha_mdebug_frame_base_address): Likewise.
166 (alpha_mdebug_frame_locals_address): Likewise.
167 (alpha_mdebug_frame_args_address): Likewise.
168 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
169 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
170 (alpha_heuristic_frame_unwind_cache): Make static; add missing
171 loop increment.
172 (alpha_heuristic_frame_this_id): Make static.
173 (alpha_heuristic_frame_prev_register): Likewise.
174 (alpha_heuristic_frame_base_address): Likewise.
175 * alpha-tdep.h: Update.
176
acd5c798
MK
1772003-05-30 Mark Kettenis <kettenis@gnu.org>
178
179 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
180 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
181 defenitions.
182 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
183 * i386-tdep.c: Mark functions that are 64-bit safe as such.
184 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
185 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
186 I386_ST0_REGNUM): New defines.
187 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
188 codestream_get): Remove define.
189 (codestream_next_addr, condestream_addr, condestream_buf,
190 codestream_off, codestream_cnt): Remove variables.
191 (codestream_fill, codestream_seek, codestream_read): Remove
192 functions.
193 (i386_follow_jump): Rewrite to avoid usage of removed codestream
194 functionality.
195 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
196 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
197 i386_frame_saved_pc, i386_saved_pc_after_call,
198 i386_frame_num_args, i386_frame_init_saved_regs,
199 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
200 i386_push_arguments): Remove functions.
201 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
202 functionality. Use i386_analyze_prologue instead of
203 i386_get_frame_setup.
204 (I386_NUM_SAVED_REGS): New define.
205 (struct i386_frame_cache): New structure.
206 (i386_alloc_frame_cache, i386_analyze_struct_return,
207 i386_skip_probe, i386_analyze_frame_setup,
208 i386_analyze_register_saves, i386_analyze_prologue,
209 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
210 i386_frame_prev_register, i386_sigtramp_frame_cache,
211 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
212 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
213 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
214 New functions.
215 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
216 New variables.
217 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
218 I386_EAX_REGNUM and I386_EDX_REGNUM.
219 (i386_extract_return_value, i386_store_return_value): Use
220 I386_ST0_REGNUM where appropriate.
221 (i386_extract_struct_value_address): Rewrite to use extract_address.
222 (i386_svr4_pc_in_sigtramp): Add comment.
223 (i386_svr4_sigcontext_addr): Rewrite.
224 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
225 TDEP->sc_sp_offset.
226 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
227 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
228 of new defines. Set push_dummy_call, don't set
229 deprecated_push_arguments, deprecated_push_return_address,
230 deprecated_pop_frame. Don't set parm_boundary. Don't set
231 deprecated_frame_chain, deprecated_frame_saved_pc,
232 deprecated_saved_pc_after_call. Set unwind_dummy_id,
233 save_dummy_frame_tos, unwind_pc. Call
234 frame_unwind_append_predicate and frame_base_set_default. Don't
235 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
236 Don't set frameless_function_invocation. Don't set
237 deprecated_register_bytes, deprecated_register_size,
238 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
239 * i386-linux-tdep.c: Fix formatting in some comments.
240 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
241 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
242 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
243 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
244 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
245 redundant parentheses.
246 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
247 (i386_linux_sigcontext_addr): Use it. Rewrite.
248 (find_minsym_and_objfile): Change name of second argument.
249 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
250 changed. Use frame_pc_unwind instead of
251 DEPRECATED_SAVED_PC_AFTER_CALL.
252 (i386_linux_init_abi): Don't set deprecated_register_bytes.
253 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
254 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
255 unwinder.
256 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
257 "dummy-frame.h".
258 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
259 (_initialize_i386_cygwin_tdep): New prototype.
260 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
261 deprecated_frame_chain_valid.
262 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
263 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
264 Rely on the SVR4 defaults.
265 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
266 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
267
c89b70f1
AC
2682003-05-30 Andrew Cagney <cagney@redhat.com>
269
270 * infcall.c (call_function_by_hand): Always call
271 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
272
85b32d22
RH
2732003-05-30 Richard Henderson <rth@redhat.com>
274
c89b70f1
AC
275 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
276 increment.
85b32d22 277
bfe51b1e
JB
2782003-05-29 Jim Blandy <jimb@redhat.com>
279
280 Use gdbarch methods for solib stuff on PowerPC Linux.
281 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
282 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
283 show through.
284 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
285 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
286 giving the same effect as the #definitions above.
287
1abf022c
AF
2882003-05-29 Adam Fedor <fedor@gnu.org>
289
290 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
291 (find_implementation_from_class): Replace it with the standard
292 case i.e. do nothing.
293
d2427a71
RH
2942003-05-29 Richard Henderson <rth@redhat.com>
295
296 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
297 (alpha_linux_sigtramp_offset): Use it. Make static.
298 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
299 update for new frame model.
300 * alpha-mdebug-tdep.c: New file.
301 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
302 (alpha_osf1_init_abi): Install it.
303 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
304 (linked_proc_desc_table): Remove.
305 (alpha_frame_past_sigtramp_frame): Remove.
306 (alpha_dynamic_sigtramp_offset): Remove.
307 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
308 (alpha_proc_desc_is_dyn_sigtramp): Remove.
309 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
310 (push_sigtramp_desc): Remove.
311 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
312 (alpha_cannot_store_register): Likewise.
313 (alpha_sigcontext_addr): Remove.
314 (alpha_find_saved_regs): Remove.
315 (alpha_frame_init_saved_regs): Remove.
316 (alpha_init_frame_pc_first): Remove.
317 (read_next_frame_reg): Remove.
318 (alpha_frame_saved_pc): Remove.
319 (alpha_saved_pc_after_call): Remove.
320 (temp_proc_desc, temp_saved_regs): Remove.
321 (alpha_about_to_return): Remove.
322 (cached_proc_desc): Remove.
323 (alpha_frame_chain): Remove.
324 (alpha_print_extra_frame_info): Remove.
325 (alpha_init_extra_frame_info): Remove.
326 (alpha_frame_locals_address): Remove.
327 (alpha_frame_args_address): Remove.
328 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
329 (alpha_push_dummy_frame): Remove.
330 (alpha_pop_frame): Remove.
331 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
332 (alpha_read_insn): New.
333 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
334 for different insn encodings.
335 (alpha_in_lenient_prologue): Remove.
336 (struct alpha_sigtramp_unwind_cache): New.
337 (alpha_sigtramp_frame_unwind_cache): New.
338 (alpha_sigtramp_register_address): New.
339 (alpha_sigtramp_frame_this_id): New.
340 (alpha_sigtramp_frame_prev_register): New.
341 (alpha_sigtramp_frame_unwind): New.
342 (alpha_sigtramp_frame_p): New.
343 (struct alpha_heuristic_unwind_cache): New.
344 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
345 don't count nop insns that occur between functions.
346 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
347 heuristic_proc_desc, but without the mdebug wrapping.
348 (alpha_heuristic_frame_this_id): New.
349 (alpha_heuristic_frame_prev_register): New.
350 (alpha_heuristic_frame_unwind): New.
351 (alpha_heuristic_frame_p): New.
352 (alpha_heuristic_frame_base_address): New.
353 (alpha_heuristic_frame_base): New.
354 (alpha_unwind_dummy_id): New.
355 (alpha_unwind_pc): New.
356 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
357 frame related deprecated initializations; install replacements.
358 (alpha_dump_tdep): Remove.
359 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
360 (alpha_read_insn, alpha_after_prologue,
361 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
362 alpha_heuristic_frame_prev_register,
363 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
364 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
365 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
366 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
367
93ec1121
AC
3682003-05-29 Andrew Cagney <cagney@redhat.com>
369
370 * gdb_assert.h (gdb_assert_fail): Provide different definitions
371 dependant on the availability of ASSERT_FUNCTION.
372 (ASSERT_FUNCTION): Do not define when there is no function name.
373
98f08d3d
KB
3742003-05-29 Kevin Buettner <kevinb@redhat.com>
375
376 From Jimi X <jimix@watson.ibm.com>:
377 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
378
0897f59b
JB
3792003-05-28 Jim Blandy <jimb@redhat.com>
380
381 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
382 argument to ptrace to int; the system headers should give it the
383 right type, and pointers don't fit in ints on powerpc64-*-*.
384
14898363
L
3852003-05-28 H.J. Lu <hongjiu.lu@intel.com>
386
387 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
388 DW_TAG_catch_block.
389
a7a48797
EZ
3902003-05-26 Elena Zannoni <ezannoni@redhat.com>
391
392 * stabsread.c (dbx_lookup_type): Make static.
393 (read_type): Ditto.
394 (add_undefined_type): Ditto.
395 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
396 not export.
397
f5479e9c
EZ
3982003-05-26 Elena Zannoni <ezannoni@redhat.com>
399
400 * hpread.c (hpread_has_name): Make static.
401 (hpread_psymtab_to_symtab): Ditto.
402 (file_exists): Ditto.
403 (hpread_call_pxdb): Ditto.
404 (hpread_pxdb_needed): Ditto.
405 (hpread_quick_traverse): Ditto.
406 (hpread_get_header): Ditto.
407 (hpread_get_lntt): Ditto.
408 (hpread_get_slt): Ditto.
409 (class_of): Ditto.
410
eb2e12d7
AS
4112003-05-25 Andreas Schwab <schwab@suse.de>
412
78bf922a
AS
413 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
414 stack_align and deprecated_extra_stack_alignment_needed.
415 (m68k_stack_align): Delete.
416
eb2e12d7
AS
417 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
418 (m68k_register_virtual_size): Likewise.
419 (altos_skip_prologue): Remove obsolete function.
420 (isi_frame_num_args): Likewise.
421 (news_frame_num_args): Likewise.
422 (m68k_fix_call_dummy): Make static.
423 (m68k_push_dummy_frame): Likewise.
424 (m68k_pop_frame): Likewise.
425 (m68k_skip_prologue): Likewise.
426 (m68k_frame_init_saved_regs): Likewise.
427 (m68k_saved_pc_after_call): Likewise.
428 (m68k_get_longjmp_target): Make multi-arch.
429 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
430 structure. Register m68k_get_longjmp_target if enabled.
431 * m68k-tdep.h (struct gdbarch_tdep): Define.
432 * config/m68k/tm-m68k.h: Don't include "regcache.h".
433
434 * Makefile.in (config.status): Also depend on configure.tgt
435 and configure.host.
436 (m68klinux-tdep.o): Update dependencies.
437 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
438 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
439 (M68K_LINUX_JB_PC): Define.
440 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
441 and take additional parameter.
442 (m68k_linux_sigtramp_saved_pc): Update.
443 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
444 m68k_linux_pc_in_sigtramp, in_plt_section,
445 find_solib_trampoline_target.
446 * config/m68k/tm-linux.h: Don't include any tm headers.
447 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
448 (JB_ELEMENT_SIZE): Likewise.
449 (JB_PC): Likewise.
450 (GET_LONGJMP_TARGET): Likewise.
451 (IN_SIGTRAMP): Likewise.
452 (SVR4_SHARED_LIBS): Define this and include "solib.h".
453
eb2c22dc
MK
4542003-05-25 Mark Kettenis <kettenis@gnu.org>
455
456 * sparc-tdep.c (sparc32_do_push_arguments): New function.
457 (sparc32_push_arguments): Re-implement by calling
458 sparc32_do_push_arguments.
459
44b7b84e
MK
4602003-05-25 Mark Kettenis <kettenis@gnu.org>
461
462 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
463 SPARC_O1_REGNUM): New defines.
464 (sparc32_extract_return_value): Rewrite to operate on a regcache.
465 (sparc32_store_return_value): New function.
466 (sparc_extract_struct_value_address): Rewrite to operate on a
467 regcache.
468 (sparc_gdbarch_init): Don't set
469 deprecated_extract_struct_value_address. Set
470 extract_struct_value_address instead. Don't set
471 deprecated_extract_return_value and deprecated_store_return_value
472 for 32-bit targets. Set extract_return_value and
473 store_return_value instead.
474 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
475 DEPRECTAED_EXTRACT_RETURN_VALUE,
476 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
477 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
478 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
479 (sparc_store_return_value): Remove prototype.
480 (sparc32_store_return_value): New prototype.
481 (sparc32_extract_return_value, sparc_extract_struct_value_address):
482 Adjust prototypes.
483
f6ad61e3
MK
4842003-05-24 Mark Kettenis <kettenis@gnu.org>
485
486 * sparcnbsd-tdep.c: Include "gdb_string.h".
487
b276f1bb
AC
4882003-05-23 Andrew Cagney <cagney@redhat.com>
489
490 * p-valprint.c (pascal_val_print): Replace extract_address with
491 the inline equivalent extract_unsigned_integer.
492 * jv-valprint.c (java_value_print): Ditto.
493 * ada-valprint.c (ada_val_print_1): Ditto.
494 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
495
e76c5fcc
TR
4962003-05-23 Theodore A. Roth <troth@openavr.org>
497
498 * blockframe.c (frameless_look_for_prologue): Remove unused
499 after_prologue variable.
500
2cdd89cb
MK
5012003-05-23 Mark Kettenis <kettenis@gnu.org>
502
503 * blockframe.c (get_pc_function_start): Rewrite to avoid
504 asignments in if-statements.
505
182d43bc
EZ
5062003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
507
508 Committed by Elena Zannoni <ezannoni@redhat.com>.
509 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
510 files, don't relocate absolute symbols (and do use mst_abs).
511
e8f3fcdd
AC
5122003-05-23 Andrew Cagney <cagney@redhat.com>
513
514 * objc-lang.c: Include "gdb_assert.h".
515 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
516 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
517 (gdb_check, gdb_check_fatal): Delete functions.
518 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
519 gdb_assert.
520 (parse_selector, parse_method, find_methods, find_imps): Ditto.
521 * Makefile.in (objc-lang.o): Update dependencies.
522
3c23e6fb
ILT
5232003-05-22 Ian Lance Taylor <ian@airs.com>
524
525 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
526 with fprintf_filtered, not fprintf_unfiltered.
527
af1342ab
AC
5282003-05-22 Andrew Cagney <cagney@redhat.com>
529
530 * stack.c (frame_info): Inline extract_address, replacing it with
531 extract_unsigned_integer.
532 * findvar.c (unsigned_pointer_to_address): Ditto.
533 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
534 * dwarf2expr.c (dwarf2_read_address): Ditto.
535 * frame.c (frame_pc_unwind): Update comment.
536 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
537
47e242ec
JJ
5382003-05-22 Jeff Johnston <jjohnstn@redhat.com>
539
540 * infptrace.c (detach): Call print_sys_errmsg rather than
541 perror_with_name to issue warning message when errno is non-zero
542 after calling ptrace detach.
543
e2ac8128
JB
5442003-05-21 J. Brobecker <brobecker@gnat.com>
545
546 * config/pa/tm-hppa.h: Delete some unused macros. Move some
547 macro definitions from here...
548 * hppa-tdep.c: ...to there.
549
92b3541e
KB
5502003-05-20 Kevin Buettner <kevinb@redhat.com>
551
552 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
553 register_ptrace_addr(). Fix all callers.
554
55809acb
AS
5552003-05-21 Andreas Schwab <schwab@suse.de>
556
557 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
558 dependencies.
559 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
560 end.
561 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
562 (_initialize_m68k_linux_tdep): New function.
563 (m68k_linux_frame_saved_pc): Make static.
564 (m68k_linux_extract_return_value): Likewise.
565 (m68k_linux_store_return_value): Likewise.
566 (m68k_linux_extract_struct_value_address): Likewise.
567 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
568 Remove.
569 (DEPRECATED_STORE_RETURN_VALUE): Remove.
570 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
571 (DEPRECATED_FRAME_SAVED_PC): Remove.
572
0fbc10f7
KW
5732003-05-20 Kris Warkentin <kewarken@qnx.com>
574
575 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
576 regset numbering rather than our own.
577
58da2eb2
DC
5782003-05-19 David Carlton <carlton@bactrian.org>
579
580 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
581
1fcb5155
DC
5822003-05-19 David Carlton <carlton@bactrian.org>
583
584 Partial fix for PR c++/827.
585 * cp-support.h: Include symtab.h.
586 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
587 * cp-namespace.c: Update contributors.
588 (cp_lookup_symbol_nonlocal): New.
589 (lookup_namespace_scope, cp_lookup_symbol_namespace)
590 (lookup_symbol_file): Ditto.
591 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
592 * block.h: Declare block_scope, block_using, block_global_block.
593 * block.c (block_scope): New.
594 (block_using, block_global_block): Ditto.
595 * Makefile.in (cp_support_h): Depend on symtab_h.
596 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
597
5f9a71c3
DC
5982003-05-19 David Carlton <carlton@bactrian.org>
599
600 * language.h (struct language_defn): Add 'la_value_of_this'
601 and 'la_lookup_symbol_nonlocal' members.
602 * symtab.h: Declare basic_lookup_symbol_nonlocal,
603 lookup_symbol_static, lookup_symbol_global,
604 lookup_symbol_aux_block.
605 * symtab.c (lookup_symbol_aux): Call language hooks to determine
606 if we should search fields of this and how to do static/global
607 lookup.
608 (lookup_symbol_aux_block): Make extern.
609 (basic_lookup_symbol_nonlocal): New.
610 (lookup_symbol_static, lookup_symbol_global): Ditto.
611 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
612 'la_lookup_symbol_nonlocal' members.
613 * c-lang.c (c_language_defn, cplus_language_defn)
614 (asm_language_defn, minimal_language_defn): Ditto.
615 * jv-lang.c (java_language_defn): Ditto.
616 * language.c (unknown_language_defn, auto_language_defn)
617 (local_language_defn): Ditto.
618 * m2-lang.c (m2_language_defn): Ditto.
619 * objc-lang.c (objc_language_defn): Ditto.
620 * scm-lang.c (scm_language_defn): Ditto.
621 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
622 * p-lang.c (pascal_language_defn): Ditto for both.
623 * Makefile.in (f-lang.o): Depend on value_h.
624 (p-lang.o): Ditto.
625
89a9d1b1
DC
6262003-05-19 David Carlton <carlton@bactrian.org>
627
628 * block.h: Declare block_static_block.
629 * block.c (block_static_block): New.
630 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
631 lookup_symbol_aux_local, calling block_static_block instead.
632 (lookup_symbol_aux_local): Delete 'static_block' argument.
633
eed3f8ab
DC
6342003-05-19 David Carlton <carlton@bactrian.org>
635
636 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
637
a09d8bda
ML
6382003-05-19 Michal Ludvig <mludvig@suse.cz>
639
640 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
641 register numbers mapping.
642
69636828
AF
6432003-05-18 Adam Fedor <fedor@gnu.org>
644
645 * symtab.c (completion_list_objc_symbol): New function.
646 (make_symbol_completion_list): Use it to add ObjC symbols
647 when looking though the list.
648 (language_search_unquoted_string): New function.
649 (make_file_symbol_completion_list): Use it.
650
55baeb84
AS
6512003-05-18 Andreas Schwab <schwab@suse.de>
652
d0b45d99
AS
653 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
654 dependencies.
655 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
656 as m68k_linux_extract_return_value.
657 (DEPRECATED_STORE_RETURN_VALUE): Define as
658 m68k_linux_store_return_value.
659 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
660 m68k_linux_extract_struct_value_address.
661 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
662 get_next_frame, get_frame_base, get_frame_pc.
663 (m68k_linux_frame_saved_pc): Use get_frame_base.
664 (m68k_linux_extract_return_value): New function.
665 (m68k_linux_store_return_value): New function.
666 (m68k_linux_extract_struct_value_address): New function.
667 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
668
55baeb84
AS
669 * c-exp.y (typebase): Remove duplicate occurence of
670 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
671 of lookup_signed_typename.
672
b6b08ebf
MK
6732003-05-18 Mark Kettenis <kettenis@gnu.org>
674
675 * dwarf2loc.c (find_location_expression): Change type of second
676 argument to `size_t *'.
677 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
678 for size variable.
679
5ad1c190
DC
6802003-05-18 David Carlton <carlton@bactrian.org>
681
682 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
683 'linkage_name'. Add comment.
684 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
685 'linkage_name'.
686 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
687 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
688 (lookup_block_symbol): Ditto.
689
b8b527c5
AC
6902003-05-16 Andrew Cagney <cagney@redhat.com>
691
692 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
693 * gdbarch.h, gdbarch.c: Re-generate.
694 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
695 * TODO (REGISTER_BYTES): Delete reference.
696 * alpha-tdep.c (alpha_gdbarch_init): Update.
697 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
698 * x86-64-tdep.c (x86_64_init_abi): Update.
699 * vax-tdep.c (vax_gdbarch_init): Update.
700 * v850-tdep.c (v850_gdbarch_init): Update.
701 * sparc-tdep.c (sparc_gdbarch_init): Update.
702 * sh-tdep.c (sh_gdbarch_init): Update.
703 * s390-tdep.c (s390_gdbarch_init): Update.
704 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
705 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
706 (ns32k_gdbarch_init_32382): Update.
707 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
708 * mcore-tdep.c (mcore_gdbarch_init): Update.
709 * m68k-tdep.c (m68k_gdbarch_init): Update.
710 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
711 * ia64-tdep.c (ia64_gdbarch_init): Update.
712 * i386-tdep.c (i386_gdbarch_init): Update.
713 * i386-linux-tdep.c (i386_linux_init_abi): Update.
714 * hppa-tdep.c (hppa_gdbarch_init): Update.
715 * h8300-tdep.c (h8300_gdbarch_init): Update.
716 * frv-tdep.c (frv_gdbarch_init): Update.
717 * cris-tdep.c (cris_gdbarch_init): Update.
718 * avr-tdep.c (avr_gdbarch_init): Update.
719 * arm-tdep.c (arm_gdbarch_init): Update.
720 * sparc-tdep.c (sparc_pop_frame): Update.
721 * rs6000-tdep.c (rs6000_pop_frame): Update.
722 * remote.c (init_remote_state): Update.
723 (remote_prepare_to_store): Update.
724 * remote-vx.c (vx_prepare_to_store): Update.
725 * remote-sds.c (sds_fetch_registers): Update.
726 (sds_prepare_to_store): Update.
727 * remote-array.c: Update.
728 * regcache.c (init_legacy_regcache_descr): Update.
729 (init_regcache_descr): Update.
730 * mips-tdep.c (mips_eabi_extract_return_value): Update.
731 (mips_o64_extract_return_value): Update.
732 * irix5-nat.c (fetch_core_registers): Update.
733 * irix4-nat.c (fetch_core_registers): Update.
734 * i386-tdep.h: Update.
735 * hppa-tdep.c (pa_do_registers_info): Update.
736 (pa_do_strcat_registers_info): Update.
737 * cris-tdep.c (cris_register_bytes_ok): Update.
738 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
739 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
740 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
741 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
742 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
743 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
744 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
745 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
746 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
747 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
748 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
749 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
750 (REGISTER_BYTES_OK): Update.
751 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
752 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
753
ee2842e2
ILT
7542003-05-16 Ian Lance Taylor <ian@airs.com>
755
756 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
757 (vax_print_insn, print_insn_arg): Remove static functions.
758 (vax_gdbarch_init): Call set_gdbarch_print_insn with
759 print_insn_vax from opcodes library.
760 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
761
973177d3
AC
7622003-05-15 Andrew Cagney <cagney@redhat.com>
763
aaab4dba
AC
764 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
765 * target.h (memory_breakpoint_from_pc): Delete declaration.
766 * mem-break.c (memory_breakpoint_from_pc): Delete function.
767 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
768 * monitor.c (monitor_insert_breakpoint): Use
769 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
770 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
771 * gdbarch.h, gdbarch.c: Re-generate.
772 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
773 (sparc_gdbarch_init): Set breakpoint_from_pc to
774 sparc_breakpoint_from_pc.
775 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
776 (BREAKPOINT_FROM_PC): Define.
777 (sparc_breakpoint_from_pc): Declare.
778 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
779 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
780 (BREAKPOINT_FROM_PC): Define.
781 (BREAKPOINT): Delete macro.
782 * target.h: Update comment.
783 * s390-tdep.c (s390_gdbarch_init): Update comments.
784 * remote.c: Update comments.
785 * remote-mips.c: Update comments.
786 * proc-api.c (write_with_trace): Do not check for a breakpoint.
787 * mem-break.c: Update comment.
788 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
789 (ia64_memory_insert_breakpoint): Update.
790 * config/sparc/tm-sparc.h: Update comment.
791 * config/pa/tm-hppa64.h: Update comment.
792 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
793 (rs6000_breakpoint_from_pc): Update.
794 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
795 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
796 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
797 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
798 (mips_breakpoint_from_pc): Update.
799 (mips_dump_tdep): Update.
800
e06963ff
AC
801 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
802 * minsyms.c (lookup_minimal_symbol): Inline
803 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
804
973177d3
AC
805 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
806 * p-valprint.c (pascal_object_print_value_fields): Ditto.
807 * p-lang.c (pascal_printstr): Ditto.
808 * objc-lang.c (objc_printstr): Ditto.
809 * m2-lang.c (m2_printstr): Ditto.
810 * jv-valprint.c (java_print_value_fields): Ditto.
811 * f-lang.c (f_printstr): Ditto.
812 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
813 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
814 for repeat_count_threshold.
815 * Makefile.in (cp-valprint.o): Update dependencies.
816
5ea2bd7f
JJ
8172003-05-15 Jeff Johnston <jjohnstn@redhat.com>
818
819 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
820 (examine_prologue): Support looking through leaf functions, knowing
821 they start with mov r2,r12. Support skipping over indirect stores
822 of the input registers. Upon hitting a non-nop branch instruction
823 or predicated instruction, bail out by setting lim_pc to the current
824 pc value in the loop. At the end, if the lim_pc value is still
825 beyond our calculated value and we have trust_limit set,
826 use the lim_pc value.
827
cc8c88f3
AC
8282003-05-15 Andrew Cagney <cagney@redhat.com>
829
830 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
831 generic_find_dummy_frame.
832 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
833 (deprecated_generic_find_dummy_frame): Update.
834 (deprecated_read_register_dummy): Update.
835 * frame.c (deprecated_generic_get_saved_register): Update.
836
909cd28e
TR
8372003-05-15 Theodore A. Roth <troth@openavr.org>
838
839 * avr-tdep.c (avr_breakpoint_from_pc): New function.
840 (avr_gdbarch_init): Set breakpoint_from_pc method.
841
b923b08d
AC
8422003-05-15 Andrew Cagney <cagney@redhat.com>
843
844 * regcache.c (build_regcache): Set deprecated_register_valid
845 directly.
846 (deprecated_grub_regcache_for_register_valid): Delete function.
847 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
848 declaration.
849
ae2f03ac
EZ
8502003-05-15 David Carlton <carlton@bactrian.org>
851
852 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
853 * symtab.c (lookup_symbol_aux): Delete calls to
854 lookup_symbol_aux_minsyms.
855 (lookup_symbol_aux_minsyms): Comment out function and
856 prototype. Delete lookup by mangled name.
ae2f03ac 857
18ec9831
KB
8582003-05-14 Kevin Buettner <kevinb@redhat.com>
859
860 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
861 correctly indicate an empty stack and ``stack_allocated'' to the
862 indicate the number of elements initially allocated.
863 (dwarf_expr_grow_stack): Simplify method for computing new
864 stack size. Don't loop infinitely if ``stack_len'' is zero.
865 (execute_stack_op): Move ``ctx->in_reg'' initialization
866 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
867 be used in conjuction with DW_OP_piece. Revise error message
868 accordingly.
869
de18ac1f
TR
8702003-05-14 Theodore A. Roth <troth@openavr.org>
871
872 * MAINTAINERS: Update my email address.
873 * avr-tdep.c: Ditto.
874
176620f1
EZ
8752003-05-14 Elena Zannoni <ezannoni@redhat.com>
876
877 * symtab.h (enum domain_enum): Rename from namespace_enum.
878 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
879 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
880 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
881 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
882 TYPES_NAMESPACE, METHODS_NAMESPACE.
883 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
884 (struct symbol, struct partial_symbol): Rename field
885 'namespace_enum namespace' to 'domain_enum domain'.
886 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
887 Delete old define kludge for namespace.
888
889 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
890 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
891 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
892 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
893 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
894 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
895 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
896 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
897 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
898 occurrences of the above.
899
b7f31508
ILT
9002003-05-14 Ian Lance Taylor <ian@airs.com>
901
902 * Makefile.in (install-only): Use $(SHELL) when running
903 mkinstalldirs.
904
2fdbdd39
ILT
9052003-05-13 Ian Lance Taylor <ian@airs.com>
906
a208d82c
ILT
907 * MAINTAINERS (write after approval): Add myself.
908
2fdbdd39
ILT
909 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
910 second and third arguments.
911 * ser-tcp.c (_initialize_ser_tcp): Likewise.
912 * ser-unix.c (_initialize_ser_hardwire): Likewise.
913
fbd9dcd3
AC
9142003-05-13 Andrew Cagney <cagney@redhat.com>
915
916 * defs.h (store_address): Delete declaration.
917 findvar.c (store_address): Delete function.
918 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
919 store_unsigned_integer.
920 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
921 * v850-tdep.c (v850_push_arguments): Ditto.
922 * sparc-tdep.c (sparc_get_saved_register): Ditto.
923 * sh-tdep.c (sh64_get_saved_register): Ditto.
924 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
925 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
926 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
927 (mips_get_saved_register): Ditto.
928 * ia64-tdep.c (ia64_get_saved_register): Ditto.
929 (find_func_descr, ia64_push_arguments): Ditto.
930 * i386-tdep.c (i386_push_arguments): Ditto.
931 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
932 * frv-tdep.c (frv_push_arguments): Ditto.
933 * frame.c (legacy_saved_regs_prev_register): Ditto.
934 (deprecated_generic_get_saved_register): Ditto.
935 * findvar.c (unsigned_address_to_pointer): Ditto.
936 * dwarf2read.c (dwarf2_const_value): Ditto.
937 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
938 * alpha-tdep.c (alpha_push_arguments): Ditto.
939
6760f9e6
JB
9402003-05-12 J. Brobecker <brobecker@gnat.com>
941
942 * NEWS: Mention that the hppa-hpux port has been partially
943 multiarched (32bit ABIT only, so far).
944
30e221b4
AC
9452003-05-11 Andrew Cagney <cagney@redhat.com>
946
947 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
948 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
949 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
950 sim/testsuite/sim/arm/misaligned2.ms, and
951 sim/testsuite/sim/arm/misaligned3.ms.
952 * disasm.h (struct ui_file): Add opaque struct declaration.
953 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
954 * frame.h (struct ui_file): Ditto.
955
dea7f9ba
MK
9562003-05-11 Mark Kettenis <kettenis@gnu.org>
957
958 * value.h: Pretty print.
959
01986c48
MK
9602003-05-10 Mark Kettenis <kettenis@gnu.org>
961
962 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
963
123a958e
AC
9642003-05-08 Andrew Cagney <cagney@redhat.com>
965
966 * regcache.h (max_register_size): Delete declaration.
967 * regcache.c (max_register_size): Delete function.
968 (struct regcache_descr): Delete field "max_register_size".
969 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
970 registers fit in MAX_REGISTER_SIZE.
971 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
972 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
973 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
974 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
975 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
976 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
977 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
978 * dve3900-rom.c, hppa-tdep.c: Ditto.
979
eb294659
DC
9802003-05-08 David Carlton <carlton@math.stanford.edu>
981
982 * valops.c (push_word): Fix typo.
983
d9d9c31f
AC
9842003-05-08 Andrew Cagney <cagney@redhat.com>
985
986 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
987 * gdbarch.h: Re-generate.
988 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
989 (legacy_max_register_raw_size): Delete declaration.
990 * regcache.c (legacy_max_register_raw_size): Delete function.
991 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
992 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
993 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
994 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
995 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
996 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
997 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
998 * findvar.c, dwarf2cfi.c: Ditto.
999
22540ece
AC
10002003-05-08 Andrew Cagney <cagney@redhat.com>
1001
1002 * mips-tdep.c (read_signed_register): New function, moved to here
1003 from "regcache.c".
1004 (read_signed_register_pid): Ditto.
1005 * regcache.c (read_signed_register_pid): Delete function, moved to
1006 "mips-tdep.c".
1007 (read_signed_register): Ditto.
1008 * regcache.h (read_signed_register): Delete declaration.
1009 (read_signed_register_pid): Delete declaration.
1010
0c92afe8
AC
10112003-05-08 Andrew Cagney <cagney@redhat.com>
1012
1013 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
1014 * gdbarch.h: Re-generate.
1015 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
1016 (legacy_max_register_virtual_size): Delete declaration.
1017 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
1018 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1019 * tracepoint.c (memrange_sortmerge): Ditto.
1020 * sparc-tdep.c (sparc_print_registers): Ditto.
1021 * regcache.c (legacy_max_register_virtual_size): Delete function.
1022
6037b830
JB
10232002-05-08 J. Brobecker <brobecker@gnat.com>
1024
1025 * fork-child.c (escape_bang_in_quoted_argument): New function.
1026 (fork_inferior): Escape '!' characters in quoted arguments
1027 only when needed.
1028
5d62c8b1
JB
10292003-05-08 J. Brobecker <brobecker@gnat.com>
1030
1031 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
1032 the language of the CU is not currently supported by GDB.
1033
20a0e81d
JB
10342003-05-08 J. Brobecker <brobecker@gnat.com>
1035
1036 * defs.h (language): Add language_minimal enum value.
1037 * c-lang.c (minimal_language_defn): New language definition.
1038 (_initialize_c_language): Add the new minimal language to the list
1039 of languages known to GDB.
1040
710ee10a
KB
10412003-05-08 Kevin Buettner <kevinb@redhat.com>
1042
1043 * frame.c (get_frame_type): Don't attempt to lazily initialize
1044 frame's unwinder for legacy frames.
1045
1750fa04
AC
10462003-05-07 Andrew Cagney <cagney@redhat.com>
1047
1048 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
1049 and "regcache" parameters.
1050 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
1051
ddf9f258
JJ
10522003-05-07 Jeff Johnston <jjohnstn@redhat.com>
1053
1054 * dwarf2read.c (dwarf_decode_lines): Only use output of
1055 check_cu_functions() when calling record_line(). Do not update
1056 the current address.
1057
87767c29
AC
10582003-05-07 Andrew Cagney <cagney@redhat.com>
1059
1060 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
1061 code.
1062
5e7b2f39
JB
10632003-05-07 Jim Blandy <jimb@redhat.com>
1064
1065 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
1066 'maint info symtabs' and 'maint info psymtabs'.
1067 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
1068 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
1069 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
1070 Declarations updated.
1071 * maint.c (maintenance_list_command): Delete.
1072 (_initialize_maint_cmds): Update calls to add_cmd.
1073 * gdbcmd.h (maintenancelistlist): Delete declaration.
1074 * cli/cli-cmds.c (maintenancelistlist): Delete.
1075 (init_cmd_lists): Don't initialize it.
1076 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
1077
f6684c31
AC
10782003-05-07 Andrew Cagney <cagney@redhat.com>
1079
1080 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
1081 "regcache".
1082 (d10v_print_registers_info): Update.
1083 (d10v_dmap_register, d10v_imap_register): Delete functions.
1084 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
1085 and "imap_register".
1086 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
1087 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
1088 * arch-utils.c (generic_remote_translate_xfer_address): Add
1089 "regcache" and "gdbarch" parameters.
1090 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
1091 parameter. Change class to multi-arch.
1092 * gdbarch.h, gdbarch.c: Re-generate.
1093 * remote.c (remote_xfer_memory): Use
1094 gdbarch_remote_translate_xfer_address.
1095
e4846b08
JJ
10962003-05-07 Jeff Johnston <jjohnstn@redhat.com>
1097
1098 * infrun.c (prev_pc): Move declaration ahead of proceed().
1099 (proceed): Refresh prev_pc value before resuming.
1100 (stop_stepping): Remove code to refresh prev_pc.
1101
6b71b8ac
KW
11022003-05-06 Kris Warkentin <kewarken@qnx.com>
1103
1104 * nto-tdep.c: Removed stray comment.
1105
47979a4b
KW
11062003-05-06 Kris Warkentin <kewarken@qnx.com>
1107
1108 * i386-nto-tdep.c: Fix old K&R function definitions.
1109 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
1110 Also change add_show_from_set() call to add_setshow_cmd().
1111 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
1112
00905d52
AC
11132003-05-05 Andrew Cagney <cagney@redhat.com>
1114
1115 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
1116 (fprint_dummy_frames): New function.
1117 (maintenance_print_dummy_frames): New function.
1118 (_initialize_dummy_frame): Add command "maint print dummy-frames".
1119 * frame.c (fprint_frame_id): Make global.
1120 * frame.h (fprint_frame_id): Declare.
1121 * Makefile.in (dummy-frame.o): Update dependencies.
1122
b1e29e33
AC
11232003-05-05 Andrew Cagney <cagney@redhat.com>
1124
1125 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
1126 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
1127 SIZEOF_CALL_DUMMY_WORDS.
1128 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
1129 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
1130 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
1131 CALL_DUMMY_BREAKPOINT_OFFSET.
1132 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
1133 CALL_DUMMY_START_OFFSET.
1134 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
1135 * gdbarch.h, gdbarch.c: Re-generate.
1136 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
1137 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
1138 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
1139 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
1140 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
1141 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
1142 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1143 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
1144 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
1145 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
1146 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
1147 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
1148 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
1149 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
1150 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
1151
11522003-05-05 Kris Warkentin <kewarken@qnx.com>
1153
1154 * configure.tgt: Add i[3456]86-*-nto*.
1155 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
1156 * nto-tdep.c: New file. Neutrino target support routines.
1157 * nto-tdep.h: New file. Neutrino target header.
1158 * config/tm-qnxnto.h: New file.
1159 * config/i386/i386nto.mt: New file.
1160 * config/i386/tm-i386nto.h: New file.
b1e29e33 1161
0ce3d317
AC
11622003-05-04 Andrew Cagney <cagney@redhat.com>
1163
1164 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
1165 (load_infrun_state): Ditto.
1166 (struct thread_info): Drop "prev_func_name" field.
1167 * thread.c (load_infrun_state): Update.
1168 (save_infrun_state): Update.
1169 * infrun.c (prev_func_name): Delete variable.
1170 (init_wait_for_inferior): Do not clear prev_func_name.
1171 (stop_stepping, keep_going, context_switch): Do not swap
1172 prev_func_name.
1173 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
1174 instead of PC_IN_SIGTRAMP.
1175
46654a5b
AC
11762003-05-04 Andrew Cagney <cagney@redhat.com>
1177
1178 * sentinel-frame.c (sentinel_frame_prev_register): Replace
1179 REGISTER_BYTE with register_offset_hack.
1180 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
1181 that REGISTER_BYTE is consistent with the regcache.
1182 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
1183 * gdbarch.h, gdbarch.c: Regenerate.
1184
14b08c1b
MK
11852003-05-04 Mark Kettenis <kettenis@gnu.org>
1186
04c8243f
MK
1187 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
1188 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
1189
14b08c1b
MK
1190 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
1191
c7a11e01
JB
11922003-05-03 J. Brobecker <brobecker@gnat.com>
1193
1194 From Thierry Schneider <tpschneider1@yahoo.com>
1195 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
1196 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
1197 (mi-cmd-symbol.o): Add rule.
1198
7043d8dc
AC
11992003-05-03 Andrew Cagney <cagney@redhat.com>
1200
1201 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
1202 comments noteing that it replaces the old FIX_CALL_DUMMY code.
1203 * gdbarch.h, gdbarch.c: Re-generate.
1204 * d10v-tdep.c (d10v_push_dummy_code): New function.
1205 (d10v_gdbarch_init): Set push_dummy_code.
1206 * infcall.c (legacy_push_dummy_code): New function.
1207 (generic_push_dummy_code): New function.
1208 (push_dummy_code): New function.
1209 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
1210 instead of dummy_addr, to push_dummy_call. Move call to
1211 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
1212 switch.
1213 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
1214
92bf2b80
AC
12152003-05-03 Andrew Cagney <cagney@redhat.com>
1216
1217 * disasm.h (print_insn): Declare.
1218 * disasm.c (init_gdb_disassemble_info): New function.
1219 (gdb_disassembly): Call init_gdb_disassemble_info.
1220 (gdb_print_insn): New function.
1221 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
1222 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
1223 * mcore-tdep.c: Include "disasm.h"
1224 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
1225 * d10v-tdep.c: Include "disasm.h".
1226 (display_trace): Call gdb_print_insn, instead of print_insn.
1227 (print_insn): Delete function.
1228 * printcmd.c: Include "disasm.h".
1229 (print_insn): Delete function.
1230 (print_formatted): Call gdb_print_insn, instead of print_insn.
1231 * Makefile.in (printcmd.o): Update dependencies.
1232 (mcore-tdep.o, d10v-tdep.o): Ditto.
1233
27d94c49
AC
12342003-05-02 Andrew Cagney <cagney@redhat.com>
1235
82de1e5b
AC
1236 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
1237 PC_REGNUM, re-indent.
1238 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
1239 PC_REGNUM isn't set.
1240
27d94c49
AC
1241 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
1242 * gdbarch.h, gdbarch.c: Re-generate.
1243 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
1244 register_virtual_size, pc_regnum, or register_bytes.
1245 (D10V_PC_REGNUM): Rename _PC_REGNUM.
1246 (d10v_register_type): Use D10V_PC_REGNUM.
1247 (d10v_print_registers_info, d10v_read_pc): Ditto.
1248 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
1249 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
1250
a9c0dc7f
DC
12512003-05-02 David Carlton <carlton@bactrian.org>
1252
1253 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
1254 the name with mstrsave.
1255
e33d66ec
EZ
12562003-05-02 Elena Zannoni <ezannoni@redhat.com>
1257
1258 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
1259 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
1260 (host_charset_name, target_charset_name): New vars for use by
1261 set/show commands.
1262 (host_charset_enum, target_charset_enum): New enums for set/show
1263 commands.
1264 (set_charset_sfunc, set_host_charset_sfunc,
1265 set_target_charset_sfunc): New functions.
1266 (set_host_charset, set_target_charset): Make static.
1267 (list_charsets, set_host_charset_command,
1268 set_target_charset_command): Delete functions.
1269 (show_charset_command): Rewrite as....
1270 (show_charset): Hook this up with the set/show command mechanism.
1271 (_initialize_charset): Change names of charsets to match the
1272 set/show enums. Use host_charset_name and target_charset_name.
1273 Use set/show mechanism for charset, host-charset, target-charset
1274 commands. Do not make 'show host-charset' and 'show
1275 target-charset' be aliases of 'show charset'.
1276
1277 * charset.h (set_host_charset, set_target_charset): Don't export,
1278 they are not used outside the file.
1279
2b6fd0d8
AC
12802003-05-01 Andrew Cagney <cagney@redhat.com>
1281
1282 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
1283 (gdb_disassembly): Make "di" non static, always initialize and
1284 cleanup. Always use dis_asm_read_memory.
1285 (gdb_dis_asm_read_memory): Delete function.
1286
6ae2f580
AC
12872003-05-01 Andrew Cagney <cagney@redhat.com>
1288
1289 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
1290 (d10v_gdbarch_init): Set frame_align instead of stack_align.
1291
810ecf9f
AC
12922003-04-30 Andrew Cagney <cagney@redhat.com>
1293
1294 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
1295 "tm_print_insn_info".
1296 (TARGET_PRINT_INSN_INFO): Delete macro.
1297 (dis_asm_read_memory): Delete function declaration.
1298 (dis_asm_memory_error, dis_asm_print_address): Ditto.
1299 (tm_print_insn_info): Delete variable definition.
1300 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
1301 * gdbarch.h, gdbarch.c: Re-generate.
1302 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
1303 "deprecated_tm_print_insn_info".
1304 * mcore-tdep.c (mcore_dump_insn): Ditto.
1305 * mips-tdep.c (mips_gdbarch_init): Ditto.
1306 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
1307 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
1308 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
1309 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
1310 instead of TARGET_PRINT_INSN_INFO, add comment.
1311 * s390-tdep.c (s390_get_frame_info): Instead of
1312 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
1313 (s390_check_function_end, s390_is_sigreturn): Ditto.
1314 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
1315 (dis_asm_memory_error, dis_asm_print_address): Ditto.
1316 * disasm.c: Include "gdbcore.h".
1317 (_initialize_disasm): New function, initialize
1318 "deprecated_tm_print_insn_info".
1319 (deprecated_tm_print_insn_info): New variable.
1320 (dis_asm_read_memory): Moved from "corefile.c", made static.
1321 (dis_asm_print_address, dis_asm_memory_error): Ditto.
1322 * Makefile.in (disasm.o): Update dependencies.
1323
07020390
AC
13242003-04-30 Andrew Cagney <cagney@redhat.com>
1325
1326 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
1327
a9fa03de
AF
13282003-04-29 Adam Fedor <fedor@gnu.org>
1329
1330 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
1331 * infcall.c (find_function_addr): Make non-static.
1332 * infcall.h (find_function_addr): Declare.
1333 * Makefile.in (eval.o): Update dependencies.
1334
1bae87b9
AF
13352003-04-28 Adam Fedor <fedor@gnu.org>
1336
1337 * symtab.c (symbol_find_demangled_name): Check for and demangle
1338 ObjC symbols.
1339 (symbol_init_demangled_name): Init for language_objc as well.
1340
0ba6dca9
AC
13412003-04-28 Andrew Cagney <cagney@redhat.com>
1342
1343 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
1344 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
1345 * gdbarch.h, gdbarch.c: Re-generate.
1346 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
1347 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
1348 * inferior.h (deprecated_read_fp): Rename read_fp.
1349 (generic_target_read_fp): Delete declaration.
1350 * regcache.c (generic_target_read_fp): Delete function.
1351 (deprecated_read_fp): Replace read_fp, use
1352 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
1353 * d10v-tdep.c (d10v_read_fp): Delete function.
1354 (d10v_gdbarch_init): Do not set deprecated_read_fp.
1355
1356 * sparc-tdep.c (sparc_gdbarch_init): Do not set
1357 deprecated_target_read_fp to generic_target_read_fp.
1358 * sh-tdep.c (sh_gdbarch_init): Ditto.
1359 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1360 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1361 * frv-tdep.c (frv_gdbarch_init): Ditto.
1362
1363 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
1364 deprecated_fp_regnum.
1365 * x86-64-tdep.c (x86_64_init_abi): Ditto.
1366 * vax-tdep.c (vax_gdbarch_init): Ditto.
1367 * v850-tdep.c (v850_gdbarch_init): Ditto.
1368 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1369 * sh-tdep.c (sh_gdbarch_init): Ditto.
1370 * s390-tdep.c (s390_gdbarch_init): Ditto.
1371 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1372 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1373 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1374 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1375 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1376 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1377 * i386-tdep.c (i386_gdbarch_init): Ditto.
1378 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1379 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1380 * frv-tdep.c (frv_gdbarch_init): Ditto.
1381 * cris-tdep.c (cris_gdbarch_init): Ditto.
1382 * avr-tdep.c (avr_gdbarch_init): Ditto.
1383 * arm-tdep.c (arm_gdbarch_init): Ditto.
1384 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1385
1386 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
1387 * v850-tdep.c (v850_gdbarch_init): Ditto.
1388 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1389 * sh-tdep.c (sh_gdbarch_init): Ditto.
1390 * s390-tdep.c (s390_gdbarch_init): Ditto.
1391 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1392 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1393 * mips-tdep.c (mips_gdbarch_init): Ditto.
1394 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1395 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1396 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1397 * frv-tdep.c (frv_gdbarch_init): Ditto.
1398 * avr-tdep.c (avr_gdbarch_init): Ditto.
1399 * arm-tdep.c (arm_gdbarch_init): Ditto.
1400
1401 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
1402 DEPRECATED_FP_REGNUM.
1403 (vax_push_dummy_frame, vax_pop_frame): Ditto.
1404 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
1405 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
1406 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
1407 (sparc32_register_virtual_type): Ditto.
1408 * sh-tdep.c (sh64_frame_chain): Ditto.
1409 (sh64_get_saved_register, sh64_pop_frame): Ditto.
1410 (sh_nofp_frame_init_saved_regs): Ditto.
1411 (sh64_nofp_frame_init_saved_regs): Ditto.
1412 (sh_fp_frame_init_saved_regs): Ditto.
1413 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1414 * remote-e7000.c (fetch_regs_from_dump): Ditto.
1415 * procfs.c (procfs_fetch_registers): Ditto.
1416 (procfs_store_registers): Ditto.
1417 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
1418 (store_inferior_registers, fetch_core_registers): Ditto.
1419 (fetch_kcore_registers, clear_regs): Ditto.
1420 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
1421 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
1422 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
1423 * nlm/i386.c (do_status): Ditto.
1424 * mipsv4-nat.c (supply_gregset): Ditto.
1425 * mips-tdep.c: Ditto for comments.
1426 * mips-nat.c (fetch_inferior_registers): Ditto.
1427 (store_inferior_registers, fetch_core_registers): Ditto.
1428 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
1429 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
1430 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
1431 (i386_do_pop_frame, i386_register_type): Ditto.
1432 * hppa-tdep.c (hppa_frame_chain): Ditto.
1433 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
1434 (hppa_pop_frame, hppa_read_fp): Ditto.
1435 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
1436 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
1437 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
1438 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
1439 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
1440 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
1441 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
1442 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
1443 * blockframe.c: Ditto for comments.
1444 * arch-utils.h: Ditto for comments.
1445 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
1446 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
1447 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
1448 * alpha-tdep.h: Ditto for comments.
1449 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
1450 (alpha_cannot_store_register): Ditto.
1451 (alpha_push_dummy_frame): Ditto.
1452 * alpha-nat.c (supply_gregset): Ditto.
1453
1454 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
1455 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
1456 * config/sparc/tm-sparc.h: Update comment.
1457
1458 * hppa-tdep.c (hppa_init_extra_frame_info): Use
1459 deprecated_read_fp instead of TARGET_READ_FP.
1460 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
1461 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
1462 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1463 deprecated_read_fp instead of read_fp.
1464 * s390-tdep.c (s390_push_arguments): Ditto.
1465 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1466 * frame.h: Ditto in comments.
1467 * frame.c (legacy_get_prev_frame): Ditto.
1468 * dummy-frame.c (dummy_frame_this_id): Ditto.
1469 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
1470
d7a27068
AC
14712003-04-28 Andrew Cagney <cagney@redhat.com>
1472
1473 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
1474 * gdbarch.h, gdbarch.c: Re-generate.
1475 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
1476 * vax-tdep.c (_initialize_vax_tdep): Update.
1477 * v850-tdep.c (_initialize_v850_tdep): Update.
1478 * sparc-tdep.c (_initialize_sparc_tdep): Update.
1479 * s390-tdep.c (_initialize_s390_tdep): Update.
1480 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
1481 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
1482 * mips-tdep.c (_initialize_mips_tdep): Update.
1483 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1484 * m68k-tdep.c (_initialize_m68k_tdep): Update.
1485 * ia64-tdep.c (_initialize_ia64_tdep): Update.
1486 * hppa-tdep.c (_initialize_hppa_tdep): Update.
1487 * h8300-tdep.c (_initialize_h8300_tdep): Update.
1488 * frv-tdep.c (_initialize_frv_tdep): Update.
1489 * cris-tdep.c (cris_delayed_get_disassembler): Update.
1490 (_initialize_cris_tdep): Update.
1491 * arch-utils.c (legacy_print_insn): Update.
1492 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1493
d2630e69
AF
14942003-04-26 Adam Fedor <fedor@gnu.org>
1495
1496 * linespec.c (decode_objc): New function to decode ObjC calls
1497 (decode_line_1): Check for ObjC calls (using decode_objc)
1498 * Makefile (linespec.o): Update dependencies.
1499
3086aeae
DJ
15002003-04-26 Daniel Jacobowitz <drow@mvista.com>
1501
1502 * breakpoint.h (struct breakpoint_ops): New.
1503 (struct breakpoint): Add ops member.
1504
1505 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
1506 (mention): Use new breakpoint ops member.
1507 (set_raw_breakpoint): Initialize ops field to NULL.
1508 (print_exception_catchpoint, print_one_exception_catchpoint)
1509 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
1510 (gnu_v3_exception_catchpoint_ops): New.
1511 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
1512
1fbec6c3
AF
15132003-04-25 Adam Fedor <fedor@gnu.org>
1514
1515 * Makefile.in (COMMON_OBS): Add objc-lang.o
1516
0ef21242
AC
15172003-04-25 Andrew Cagney <cagney@redhat.com>
1518
1519 * d10v-tdep.c (print_insn): Delete function.
1520 (display_trace): Use TARGET_PRINT_INSN.
1521 (_initialize_d10v_tdep): Do not set tm_print_insn.
1522 (d10v_gdbarch_init): Set print_insn.
1523
f75493ed
AC
15242003-04-25 Andrew Cagney <cagney@redhat.com>
1525
1526 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
1527 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
1528 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
1529 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
1530 (nr_dmap_regs, a0_regnum): ... new functions.
1531 (d10v_print_registers_info): Use a0_regnum, use register_size.
1532 (d10v_register_byte): Delete function.
1533 (d10v_register_raw_size): Delete function.
1534 (d10v_register_type): Use a0_regnum.
1535 (d10v_print_registers_info): Use a0_regnum.
1536 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
1537 (d10v_gdbarch_init): Do not set register_byte or
1538 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
1539 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
1540 extract_address.
1541 (trace_command): Use XCALLOC.
1542 (print_insn): Delete reference to tm_print_insn.
1543 (saved_regs_unwinder): Use store_unsigned_integer instead of
1544 store_address.
1545 * frame.h (FRAME_OBSTACK_CALLOC): Define
1546
2202b100
DC
15472003-04-25 David Carlton <carlton@bactrian.org>
1548
1549 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
1550
4e45ca2e
AF
15512003-04-24 Adam Fedor <fedor@gnu.org>
1552
1553 * objc-lang.c: Include "valprint.h"
1554 * Makefile.in (objc-lang.o): Update dependencies.
1555
93de3e7f
AF
15562003-04-24 Adam Fedor <fedor@gnu.org>
1557
1558 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
1559 architecture dependant compilation and mark as unimplemented
1560 (until they get put in the gdbarch vector).
1561
0f20eeea
DC
15622003-04-23 David Carlton <carlton@bactrian.org>
1563
1564 * cp-support.c (cp_find_first_component): Accept 'operator' in
1565 more locations.
1566
74cfe982
AC
15672003-04-23 Andrew Cagney <cagney@redhat.com>
1568
1569 * infcall.c (call_function_by_hand): Eliminate redundant
1570 indentation. Move "saved_async" and "old_cleanups" to where they
1571 are needed.
1572
52557533
AC
15732003-04-23 Andrew Cagney <cagney@redhat.com>
1574
1575 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
1576 and "buffer". Move the "name" code to where it is needed.
1577
158775de
AC
15782003-04-23 Andrew Cagney <cagney@redhat.com>
1579
1580 * infcall.c (call_function_by_hand): Move variables "start_sp",
1581 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
1582 code to ON_STACK switch branch.
1583
ebc7896c
AC
15842003-04-23 Andrew Cagney <cagney@redhat.com>
1585
1586 * infcall.c (call_function_by_hand): Make declaration of "i",
1587 "sal", "bpt" and "old_sp" more local to their use. Delete #if
1588 lint.
1589
d727590f
AC
15902003-04-23 Andrew Cagney <cagney@redhat.com>
1591
1592 * infcall.c (call_function_by_hand): Delete variable
1593 "n_method_args". Localize "param_type"'s declaration to the loop
1594 that it is used. Reinstate code assigning to said variable -
1595 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
1596 Rationalize code using "param_type".
1597
d585e13a
AC
15982003-04-22 Andrew Cagney <cagney@redhat.com>
1599
1600 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
1601 compute the breakpoint address. Only call FIX_CALL_DUMMY when
1602 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
1603 to DEPRECATED_PUSH_RETURN_ADDRESS.
1604
051caad9
KB
16052003-04-22 Kevin Buettner <kevinb@redhat.com>
1606
1607 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
1608 on the DWARF2 register number prior to fetching a register.
1609
77296879
JB
16102003-04-22 J. Brobecker <brobecker@gnat.com>
1611
1612 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
1613 Update all the tests using SOFT_FLOAT considering the fact that
1614 this macro was always set to 0.
1615 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
1616 considering the fact that this macro was always set to 0.
1617 * hppa-tdep.h (hppa_store_return_value): Likewise.
1618 (hppa_extract_return_value): Likewise.
1619
4252f1df
JB
16202003-04-22 J. Brobecker <brobecker@gnat.com>
1621
1622 * config/pa/tm-hppa.h: Remove obsolete code, was used by
1623 the hppa-pro target only.
1624
14604c6b
JB
16252003-04-21 J. Brobecker <brobecker@gnat.com>
1626
1627 Ongoing multi-arch conversion effort for HP/UX:
1628 * config/pa/tm-hppa.h: Move all macro that are no longer
1629 defined now that GDB_MULTI_ARCH is now set to 1 from here...
1630 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
1631
77eb01d1
JB
16322003-04-21 J. Brobecker <brobecker@gnat.com>
1633
1634 * config/pa/tm-hppa.h: Obsolete a section that was only used
1635 for hppa-pro.
1636
61995b3b
JB
16372003-04-21 J. Brobecker <brobecker@gnat.com>
1638
1639 Ongoing multi-arch conversion for HP/UX.
1640 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
1641 if already defined (allows hppa64 to stay non-multiarched for now).
1642 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
1643
4aa79dcc
AC
16442003-04-21 Andrew Cagney <cagney@redhat.com>
1645
1646 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
1647
0f751ff2
AC
16482003-04-21 Andrew Cagney <cagney@redhat.com>
1649
1650 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
1651 "i386_num_mmx_regs".
1652
04714b91
AC
16532003-04-21 Andrew Cagney <cagney@redhat.com>
1654
1655 * infcall.c: New file.
1656 * infcall.h: New file.
1657 * valarith.c: Include "infcall.h".
1658 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
1659 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
1660 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
1661 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
1662 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
1663 (SFILES): Add "infcall.c"
1664 (COMMON_OBS): Add "infcall.o".
1665 (infcall.o): Specify dependencies.
1666 * value.h (call_function_by_hand): Delete declaration.
1667 * inferior.h (run_stack_dummy): Delete declaration.
1668 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
1669 (run_stack_dummy): Move to "infcall.c", merged into
1670 call_function_by_hand.
1671 * valops.c (call_function_by_hand): Moved to "infcall.c".
1672 (find_function_addr, value_arg_coerce): Ditto.
1673 (unwindonsignal_p, coerce_float_to_double): Ditto.
1674 (_initialize_valops): Move "set/show coerce-float-to-double", and
1675 "set/show unwindonsignal" commands to "infcall.c".
1676 * v850-tdep.c, target.h: Update comments.
1677 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
1678 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
1679 (sh64_init_extra_frame_info): Update comments.
1680 * mn10300-tdep.c: Update comments.
1681 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
1682 * config/sparc/tm-sparc.h: Update comments.
1683 * breakpoint.h: Update comments.
1684 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
1685 * arm-tdep.c: Update comment.
1686
f9d3c2a8
MK
16872003-04-19 Mark Kettenis <kettenis@gnu.org>
1688
c40e1eab
MK
1689 * i386-tdep.c (i386_num_register_names): New variable.
1690 (i386_num_mmx_regs): Renamed from mmx_num_regs.
1691 (MM0_REGNUM): Remove redundant parentheses in define.
1692 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
1693 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
1694 i386_mxcsr_regnum_p): Remove redundant parentheses.
1695 (i386_register_name): Use i386_num_register_names.
1696
94ea66b3
MK
1697 * i386-tdep.c (i386_extract_return_value,
1698 i386_store_return_value): Correct check for availability of
1699 floating-point registers.
1700
54299a1d
MK
1701 * i386-tdep.c (i386_frame_num_args): Remove function.
1702 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
1703
c86c27af
MK
1704 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
1705 mmx_regnum_to_fp_regnum. Adjust all callers.
1706
f9d3c2a8
MK
1707 * i386-tdep.c (i386_get_longjmp_target): Use
1708 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
1709 and TARGET_CHAR_BIT. Use extract_typed_address instead of
1710 extract_address.
1711
94ba74a9
MK
17122003-04-19 Mark Kettenis <kettenis@gnu.org>
1713
1714 * core-regset.c: Update comments to reflect reality. Re-order
1715 includes.
1716 (fetch_core_registers): Use switch instead of if. Remove
1717 redundant prototype.
1718
4074e13c
JB
17192003-04-18 Jim Blandy <jimb@redhat.com>
1720
1721 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 1722 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 1723
e3ab4aba
RH
17242003-04-17 Richard Henderson <rth@redhat.com>
1725
1726 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
1727
627bf7c1
EZ
17282003-04-17 Michael Snyder <msnyder@redhat.com>
1729 Karen Bennet <bennet@redhat.com>
1730
1731 Committed by Elena Zannoni <ezannoni@redhat.com>
1732 * gdb_gcore.sh: New script to create a core dump of a process.
1733
514621a9
EZ
17342003-04-17 Elena Zannoni <ezannoni@redhat.com>
1735
1736 * values.c (value_being_returned): Don't fetch the return
fbe586ae 1737 value if the return type is void.
514621a9 1738
b4acd559
JJ
17392003-04-17 Jeff Johnston <jjohnstn@redhat.com>
1740
1741 * thread-db.c: Reindented.
1742
530b167e
JJ
17432003-04-17 Jeff Johnston <jjohnstn@redhat.com>
1744
1745 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
1746 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
1747 as types.
1748
ab9fe00e
KB
17492003-04-16 Kevin Buettner <kevinb@redhat.com>
1750
610a3745 1751 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
1752 the size of ``long double'' to 16, instead of 8.
1753
e64a344c
MK
17542003-04-16 Mark Kettenis <kettenis@gnu.org>
1755
1756 * i386-linux-nat.c: Add some whitespace to make things more
1757 readable.
1758 (fetch_register, store_register, fetch_inferior_registers,
1759 store_inferior_registers): Get rid of assignment in if-statement.
1760 (store_register): Fix typo in error message.
1761
25d41031
AC
17622003-04-16 Andrew Cagney <cagney@redhat.com>
1763
1764 * utils.c (xmmalloc): Always allocate something, matches
1765 libiberty/xmalloc's semantics.
1766 (xmrealloc, xmcalloc): Ditto.
1767
c50901fd
AC
17682003-04-16 Andrew Cagney <cagney@redhat.com>
1769
1770 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
1771 update comments.
1772 (get_frame_type): Initialize unwind and type when needed.
1773 (get_frame_id, frame_register_unwind): Ditto.
1774
f81824a9
AC
17752003-04-16 Andrew Cagney <cagney@redhat.com>
1776
1777 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
1778 obsolete.
1779 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
1780 * sparcl-stub.c: Obsolete file.
1781 * config/sparc/tm-sparclet.h: Obsolete file.
1782 * sparclet-stub.c: Obsolete file.
1783 * sparclet-rom.c: Obsolete file.
1784 * sparcl-tdep.c: Obsolete file.
1785 * config/sparc/tm-sparclite.h: Obsolete file.
1786 * config/sparc/sparclite.mt: Obsolete file.
1787 * config/sparc/sparclet.mt: Obsolete file.
1788 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
1789 sparc86x-*-* obsolete.
1790
9219021c
DC
17912003-04-15 David Carlton <carlton@math.stanford.edu>
1792
1793 * Makefile.in (SFILES): Add cp-namespace.c.
1794 (COMMON_OBS): Add cp-namespace.o.
1795 (block.o): Depend on gdb_obstack_h and cp_support_h.
1796 (buildsym.o): Depend on cp_support_h.
1797 (cp-namespace.o): New.
1798 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
1799 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
1800 (dwarf2read.o): Depend on cp_support_h.
1801 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
1802 * dwarf2read.c (process_die): Set processing_has_namespace_info,
1803 processing_current_namespace.
1804 (read_namespace): Update processing_current_namespace; check for
1805 anonymous namespaces.
1806 (dwarf2_name): New function.
1807 (dwarf2_extension): Ditto.
1808 * cp-support.h: Update copyright, contributors.
1809 Add inclusion guards.
1810 Add opaque declaration for structs obstack, block, symbol.
1811 (struct using_direct): New struct.
1812 Add declarations for cp_find_first_component,
1813 cp_entire_prefix_len, processing_has_namespace_info,
1814 processing_current_namespace, cp_is_anonymous,
1815 cp_add_using_directive, cp_initialize_namespace,
1816 cp_finalize_namespace, cp_set_block_scope,
1817 cp_scan_for_anonymous_namespaces.
1818 * cp-namespace.c: New file.
1819 * cp-support.c: Update copyright.
1820 Include ctype.h, gdb_assert.h, gdbcmd.h.
1821 New variable maint_cplus_cmd_list.
1822 (cp_find_first_component): New function.
1823 (cp_entire_prefix_len, maint_cplus_command)
1824 (first_component_command, _initialize_cp_support): Ditto.
1825 * buildsym.c: Include cp-support.h.
1826 New variable using_list.
1827 (add_symbol_to_list): Check for anonymous namespaces.
1828 (finish_block): Set block's scope.
1829 (start_symtab): Initialize C++ namespace support.
1830 (end_symtab): Finalize C++ namespace support.
1831 * block.h: Add opaque declarations for structs
1832 block_namespace_info, using_direct, and obstack.
1833 Add declarations for block_set_scope and block_set_using.
1834 (struct block): Add 'language_specific' member.
1835 (BLOCK_NAMESPACE): New macro.
1836 * block.c: Include gdb_obstack.h and cp-support.h.
1837 (struct block_namespace_info): New struct.
1838 (block_set_scope): New function.
1839 (block_set_using, block_initialize_namespace): Ditto.
1840
d5a921c9
KB
18412003-04-14 Kevin Buettner <kevinb@redhat.com>
1842
1843 * solib-svr4.c (svr4_have_link_map_offsets): New function.
1844 (locate_base): Return early if there aren't any link map offsets.
1845 (svr4_solib_create_inferior_hook): Warn if shared library support
1846 is unavailable.
1847
d2a52b27
DC
18482003-04-14 David Carlton <carlton@math.stanford.edu>
1849
1850 * symtab.c (symbol_set_names): Add prefix when storing Java names
1851 in hash table. Fix for PR java/1039.
1852
980cae7a
DC
18532003-04-14 David Carlton <carlton@math.stanford.edu>
1854
1855 * symtab.c (symbol_set_names): Rename 'name' arg to
1856 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
1857 * symtab.h: Change 'name' argument in declaration of
1858 symbol_set_names to 'linkage_name'.
1859 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
1860
e227b13c
AC
18612003-04-14 Andrew Cagney <cagney@redhat.com>
1862
1863 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
1864 return the fully sign-extended register value.
1865 (get_frame_pointer): Ditto.
1866 (mips_pop_frame): Initialize "proc_desc" after checking for a
1867 dummy frame.
1868
36712a20
AC
18692003-04-14 Andrew Cagney <cagney@redhat.com>
1870
1871 * mips-tdep.c (mips_push_dummy_frame): Delete function.
1872 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
1873 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
1874 (mips_push_register): Delete function.
1875 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
1876 PUSH_FP_REGNUM.
1877
44ea7b70
JB
18782003-04-14 Jim Blandy <jimb@redhat.com>
1879
1880 * symmisc.c: #include "gdb_regex.h".
1881 (maintenance_list_symtabs, maintenance_list_psymtabs): New
1882 functions.
1883 * maint.c (maintenance_list_command): New function.
1884 (_initialize_maint_cmds): Register the above as commands.
1885 * symtab.h (maintenance_list_symtabs,
1886 maintenance_list_psymtabs): New declarations.
1887 * cli/cli-cmds.c (maintenancelistlist): New variable.
1888 (init_cmd_lists): Initialize it.
1889 * cli/cli-cmds.h (maintenancelistlist): New declaration.
1890 * gdbcmd.h (maintenancelistlist): New declaration.
1891 * Makefile.in (symmisc.o): Update dependencies.
1892
2d0c7962
EZ
18932003-04-14 Elena Zannoni <ezannoni@redhat.com>
1894
1895 * s390-nat.c: Include asm/types.h for addr_t.
1896
1947a811
CV
18972003-04-14 Corinna Vinschen <vinschen@redhat.com>
1898
1899 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
1900 actually incoming type.
1901
adb616d7
AC
19022003-04-13 Andrew Cagney <cagney@redhat.com>
1903
1904 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
1905 get_next_frame and get_frame_saved_regs.
1906
9b5e151c
AC
19072003-04-13 Andrew Cagney <cagney@redhat.com>
1908
1909 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
1910 of gdbarch_num_regs.
1911
ef6e7e13
AC
19122003-04-13 Andrew Cagney <cagney@redhat.com>
1913
1914 * frame.h: Mention what replaced what in "struct frame_info".
1915 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
1916 deprecated_update_frame_base_hack and
1917 deprecated_update_frame_pc_hack.
1918 * hppa-tdep.c: Ditto.
1919
61fbb938
DJ
19202003-04-13 Daniel Jacobowitz <drow@mvista.com>
1921
1922 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
1923 to read_reg and update its comment. Remove regnum member.
1924 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
1925 Don't call read_reg when setting in_reg. Call read_reg to get
1926 the frame base if it's in a register. Return the register number
1927 on the stack instead of in the context. Remove extra arguments
1928 to read_reg.
1929 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
1930 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
1931 the register number on the expression stack.
1932 (needs_frame_read_reg): Remove extra arguments.
1933
0d53c4c4
DJ
19342003-04-13 Daniel Jacobowitz <drow@mvista.com>
1935
1936 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
1937 made non-static.
1938 (execute_stack_op): All callers updated.
1939 * dwarf2expr.h: Add prototype for dwarf2_read_address.
1940 * dwarf2loc.c (find_location_expression): New function.
1941 (dwarf_expr_frame_base): Call it.
1942 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
1943 (dwarf2_tracepoint_var_ref): New function, broken out from
1944 locexpr_tracepoint_var_ref.
1945 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
1946 Make static.
1947 (loclist_read_variable, loclist_read_needs_frame): New functions.
1948 (loclist_describe_location, loclist_tracepoint_var_ref): New
1949 functions.
1950 (dwarf2_loclist_funcs): New struct location_funcs.
1951 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
1952 (struct dwarf2_locexpr_baton): Add comments.
1953 (dwarf2_loclist_funcs): New extern.
1954 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
1955 base_address and base_known.
1956 (dwarf_loc_buffer): New variable.
1957 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
1958 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
1959 (dwarf2_has_info): Initialize dwarf_loc_offset.
1960 (dwarf2_build_psymtabs): Read in .debug_loc.
1961 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
1962 DWARF_LOC_SIZE.
1963 (psymtab_to_symtab_1): Likewise. Move base address calculation
1964 here, from...
1965 (dwarf2_get_pc_bounds): ... here. Use the base address from
1966 cu_header.
1967 (dwarf2_symbol_mark_computed): Handle location lists.
1968
6aca59a3
DJ
19692003-04-13 Daniel Jacobowitz <drow@mvista.com>
1970
1971 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
1972 if the linkage name demangled successfully.
1973
aca1fcd0
MK
19742003-04-13 Mark Kettenis <kettenis@gnu.org>
1975
97095916
MK
1976 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
1977 disassmbly_flavour): Removed.
1978
aca1fcd0
MK
1979 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
1980
562a961f
MK
19812003-04-13 Mark Kettenis <kettenis@gnu.org>
1982
1983 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
1984
bd013d54
AC
19852003-04-12 Andrew Cagney <cagney@redhat.com>
1986
1987 * frame.h (struct frame_info): Move definition from here ...
1988 * frame.c (struct frame_info): ... to here.
1989
167ef8b1
AC
19902003-04-12 Andrew Cagney <cagney@redhat.com>
1991
1992 * gdbthread.h (save_infrun_state): Delete parameter
1993 "prev_func_start".
1994 (struct thread_info): Delete field "prev_func_start".
1995 (load_infrun_state): Ditto.
1996 * thread.c (load_infrun_state, save_infrun_state): Update.
1997 * infrun.c (prev_func_start): Delete variable.
1998 (context_switch, init_wait_for_inferior): Update.
1999 (stop_stepping, keep_going): Update.
2000
da3331ec
AC
20012003-04-12 Andrew Cagney <cagney@redhat.com>
2002
2003 * gdbarch.sh: Add missing opaque declarations.
2004 * gdbarch.h: Regnerate.
2005 * symtab.h: Add missing opaque declarations.
2006 * value.h, target.h, symfile.h, stabsread.h: Ditto.
2007 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
2008 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
2009 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
2010 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
2011 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
2012 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
2013 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
2014 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
2015 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
2016 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
2017 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
2018 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
2019
18adea3f
AC
20202003-04-11 Andrew Cagney <cagney@redhat.com>
2021
2022 * frame.c (get_frame_id): Return this frame's "id".
2023 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
2024 function start.
2025 (legacy_saved_regs_this_id): Replace function body with
2026 internal-error.
2027 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
2028 FRAME_OBSTACK_ZALLOC.
2029 (create_new_frame): Mark the frame ID as valid.
2030
2252e863
AO
20312003-04-11 Alexandre Oliva <aoliva@redhat.com>
2032
2033 * Makefile.in (libbfd_h): Added missing setting.
2034 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
2035 according to the selected ABI.
2036
a8245ab8
JJ
20372003-04-11 Jeff Johnston <jjohnstn@redhat.com>
2038
2039 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
2040
6913c89a
AC
20412003-04-11 Andrew Cagney <cagney@redhat.com>
2042
2043 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
2044 SAVED_PC_AFTER_CALL.
2045 * gdbarch.h, gdbarch.c: Regenerate.
2046 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2047 * x86-64-tdep.c (x86_64_init_abi): Update.
2048 * vax-tdep.c (vax_gdbarch_init): Update.
2049 * v850-tdep.c (v850_gdbarch_init): Update.
2050 * sparc-tdep.c (sparc_gdbarch_init): Update.
2051 * sh-tdep.c (sh_gdbarch_init): Update.
2052 * s390-tdep.c (s390_gdbarch_init): Update.
2053 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2054 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2055 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2056 * mips-tdep.c (mips_gdbarch_init): Update.
2057 * mcore-tdep.c (mcore_gdbarch_init): Update.
2058 * m68k-tdep.c (m68k_gdbarch_init): Update.
2059 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2060 * ia64-tdep.c (ia64_gdbarch_init): Update.
2061 (ia64_saved_pc_after_call): Update declaration.
2062 * i386ly-tdep.c (i386lynx_init_abi): Update.
2063 * i386-tdep.c (i386_gdbarch_init): Update.
2064 * hppa-tdep.c (hppa_gdbarch_init): Update.
2065 * h8300-tdep.c (h8300_gdbarch_init): Update.
2066 * frv-tdep.c (frv_gdbarch_init): Update.
2067 * cris-tdep.c (cris_gdbarch_init): Update.
2068 * avr-tdep.c (avr_gdbarch_init): Update.
2069 * arm-tdep.c (arm_gdbarch_init): Update.
2070 * alpha-tdep.c (alpha_gdbarch_init): Update.
2071 * ns32knbsd-nat.c (frame_num_args): Update.
2072 * ns32k-tdep.c (umax_frame_num_args): Update.
2073 * mips-tdep.c (mips_init_frame_pc_first): Update.
2074 * infrun.c (step_over_function): Update.
2075 * i386-linux-tdep.c (skip_hurd_resolver): Update.
2076 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
2077 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
2078 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2079 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2080 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
2081 * arm-linux-tdep.c (skip_hurd_resolver): Update.
2082 * arch-utils.c (init_frame_pc_default): Update.
2083 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
2084 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
2085 declaration.
2086
38edeab8
AC
20872003-04-11 Andrew Cagney <cagney@redhat.com>
2088
2089 * i387-tdep.c: Update copyright.
2090 (i387_to_double): Delete function.
2091 (double_to_i387): Delete function.
2092
81f8a206
AC
20932003-04-10 Andrew Cagney <cagney@redhat.com>
2094
2095 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
2096 frame's function's address. Simplify.
2097 (d10v_frame_unwind_cache): Check that the frame's function is
2098 non-zero.
2099
6e691f7a
JB
21002003-04-10 Jim Blandy <jimb@redhat.com>
2101
2102 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
2103 call to set_gdbarch_deprecated_push_arguments.
2104
7f78e237
AC
21052003-04-10 Andrew Cagney <cagney@redhat.com>
2106
2107 * frame.c (fprint_frame_id): New function.
2108 (fprint_frame_type, fprint_frame): New function.
2109 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
2110 (create_sentinel_frame, get_frame_id): Ditto.
2111 (frame_id_p, frame_id_eq): Ditto.
2112 (frame_id_inner, create_new_frame): Ditto.
2113 (legacy_get_prev_frame, get_prev_frame): Ditto.
2114 (deprecated_update_frame_pc_hack): Ditto.
2115 (frame_register_unwind): Ditto.
2116 (deprecated_update_frame_base_hack): Ditto.
2117
f870b49b
CV
21182003-04-10 Corinna Vinschen <vinschen@redhat.com>
2119
2120 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
2121 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
2122 frame_chain function.
2123 * Makefile.in: Add dependencies due to above change.
2124
7c86889b
CV
21252003-04-10 Corinna Vinschen <vinschen@redhat.com>
2126
2127 * blockframe.c (legacy_frame_chain_valid): Move call to
2128 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
2129 inside_entry_file.
2130
d0a55772
AC
21312003-04-09 Andrew Cagney <cagney@redhat.com>
2132
2133 * frame.h (struct frame_id): Replace "pc" and "base" with
2134 "stack_addr" and "code_addr". Update comments.
2135 (frame_id_build): Update parameter names and comment.
2136 (struct frame_info): Replace "id_p" and "id" with "this_id".
2137 * dummy-frame.c (dummy_frame_this_id): Update.
2138 * breakpoint.c (print_one_breakpoint): Update.
2139 * frame.c (get_frame_id): Update.
2140 (get_frame_base, frame_id_build): Update.
2141 (create_sentinel_frame, legacy_get_prev_frame): Update.
2142 (deprecated_update_frame_base_hack): Update.
2143 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
2144 (frame_id_inner): Ditto.
2145
ac16bf07
AC
21462003-04-09 Andrew Cagney <cagney@redhat.com>
2147
2148 * defs.h (gdb_print_host_address): Make "addr" parameter a
2149 pointer constant.
2150 * utils.c (gdb_print_host_address): Update.
2151
366cfc9e
KB
21522003-04-09 Kevin Buettner <kevinb@redhat.com>
2153
2154 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
2155 register number for R0 is 0.
2156
cd983b5c
JB
21572003-04-09 J. Brobecker <brobecker@gnat.com>
2158
2159 * frame.h (struct gdbarch): Add opaque structure definition
2160 to avoid a compilation warning on LynxOS 4.0.
2161
d1340264
AC
21622003-04-09 Andrew Cagney <cagney@redhat.com>
2163
2164 * frame.h (struct frame_info): Delete field "pc". Replace
2165 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
2166 structure.
2167 * frame.c (frame_pc_unwind): Update.
2168 (create_sentinel_frame): Do not set "pc".
2169 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
2170 (get_frame_pc): Call frame_pc_unwind.
2171 (deprecated_update_frame_pc_hack): Update.
2172 (create_new_frame): Use "pc" not "->pc".
2173
90a6fffb
AC
21742003-04-09 Andrew Cagney <cagney@redhat.com>
2175
2176 * frame.c (get_frame_id): Eliminate code updating "frame".
2177 (legacy_get_prev_frame): Ditto.
2178 (get_frame_base): Return id.base directly.
2179 (deprecated_update_frame_base_hack): Update "id.base".
2180 * frame.h (struct frame_info): Delete field "frame".
2181
2fbce691
AC
21822003-04-09 Andrew Cagney <cagney@redhat.com>
2183
2184 * NEWS: Mention that the "Sequent family" is obsolete.
2185 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
2186 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
2187 * configure.host: Obsolete i[3456]86-sequent-bsd*,
2188 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
2189 * config/i386/tm-ptx4.h: Obsolete file.
2190 * config/i386/tm-ptx.h: Obsolete file.
2191 * symm-tdep.c: Obsolete file.
2192 * config/i386/symmetry.mt: Obsolete file.
2193 * config/i386/tm-symmetry.h: Obsolete file.
2194 * symm-nat.c: Obsolete file.
2195 * config/i386/nm-symmetry.h: Obsolete file.
2196 * config/i386/xm-symmetry.h: Obsolete file.
2197 * config/i386/symmetry.mh: Obsolete file.
2198 * config/i386/nm-ptx4.h: Obsolete file.
2199 * config/i386/ptx4.mh: Obsolete file.
2200 * config/i386/ptx.mt: Obsolete file.
2201 * config/i386/ptx.mh: Obsolete file.
2202 * config/i386/xm-ptx4.h: Obsolete file.
2203 * config/i386/xm-ptx.h: Obsolete file.
2204
78c43945
AC
22052003-04-09 Andrew Cagney <cagney@redhat.com>
2206
2207 Obsolete mips*-*-mach3*.
2208 * NEWS: Mention that mips*-*-mach3* is obsolete.
2209 * m3-nat.c: Obsolete file.
2210 * config/nm-m3.h: Obsolete file.
2211 * config/mips/tm-mipsm3.h: Obsolete file.
2212 * config/mips/mipsm3.mt: Obsolete file.
2213 * config/mips/mipsm3.mh: Obsolete file.
2214 * config/mips/xm-mipsm3.h: Obsolete file.
2215 * mipsm3-nat.c: Obsolete file.
2216 * configure.host: Obsolete mips-dec-mach3*.
2217 * configure.tgt: Obsolete mips*-*-mach3*.
2218
f1908289
AC
22192003-04-09 Andrew Cagney <cagney@redhat.com>
2220
2221 * doublest.h: Update copyright.
2222 (deprecated_store_floating, deprecated_extract_floating): Rename
2223 store_floating and extract_floating. Update comments.
2224 * doublest.c: Update copyright.
2225 (extract_floating_by_length): Replace extract_floating.
2226 (store_floating_by_length): Replace store_floating.
2227 (deprecated_extract_floating): New function.
2228 (deprecated_store_floating): New function.
2229 (extract_typed_floating): Call extract_floating_by_length.
2230 (store_typed_floating): Call store_floating_by_length.
2231 * x86-64-tdep.c (x86_64_store_return_value): Update.
2232 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
2233 (sh64_extract_return_value): Update.
2234 (sh_sh4_register_convert_to_virtual): Update.
2235 (sh_sh64_register_convert_to_virtual): Update.
2236 (sh_sh4_register_convert_to_raw): Update.
2237 (sh_sh64_register_convert_to_raw): Update.
2238 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
2239 (rs6000_register_convert_to_raw): Update.
2240 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
2241 (ia64_register_convert_to_raw): Update.
2242 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
2243 (REGISTER_CONVERT_TO_VIRTUAL): Update.
2244 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
2245 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
2246 (alpha_register_convert_to_raw): Update.
2247
4443bd83
AC
22482003-04-08 Andrew Cagney <cagney@redhat.com>
2249
2250 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
2251 * gdbarch.h, gdbarch.c: Re-generate.
2252 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
2253 (d10v_gdbarch_init): Do not set saved_pc_after_call.
2254 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
2255 conditionally, use frame_pc_unwind as an alternative. Add
2256 comments.
2257 * arch-utils.c (init_frame_pc_default): Only call
2258 SAVED_PC_AFTER_CALL when available.
2259
c0236d92
EZ
22602003-04-08 Elena Zannoni <ezannoni@redhat.com>
2261
fbe586ae 2262 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
2263 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
2264 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
2265 (start_remote): Ditto.
2266 (handle_inferior_event): Ditto.
2267 (save_inferior_status): Ditto.
2268 (restore_inferior_status): Ditto.
2269 * infcmd.c (attach_command): Ditto.
2270 * fork-child.c (startup_inferior): Ditto.
fbe586ae 2271 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
2272 * alpha-tdep.c (heuristic_proc_start): Ditto.
2273 * mips-tdep.c (heuristic_proc_start): Ditto.
2274 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
2275 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
2276 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
2277 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
2278 * remote-vx.c (vx_create_inferior): Ditto.
2279
22802003-04-08 Elena Zannoni <ezannoni@redhat.com>
2281
2282 * infrun.c (stop_soon_quietly): Make it an enum, to better
2283 override the default behavior of handle_inferior_event.
2284 (clear_proceed_status): Update uses of stop_soon_quietly to
2285 reflect that it is now an enum.
2286 (start_remote): Ditto.
2287 (handle_inferior_event): Change logic a bit if stop_soon_quietly
2288 is set to handle the new GNU/Linux kernel behavior for
2289 attach/sigstop. Update uses of stop_soon_quietly.
2290 * inferior.h (enum stop_kind): New enum.
2291 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
2292 Reset normal handle_inferior_event behavior, afterwards.
2293 * fork-child.c (startup_inferior): Update.
2294 * alpha-tdep.c (heuristic_proc_start): Update.
2295 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
2296 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
2297 * solib-osf.c (osf_solib_create_inferior_hook): Update.
2298 * solib-irix.c (irix_solib_create_inferior_hook): Update.
2299 * remote-vx.c (vx_create_inferior): Update.
2300 * mips-tdep.c (heuristic_proc_start): Update.
2301
1211bce3
EZ
23022003-04-07 Elena Zannoni <ezannoni@redhat.com>
2303
2304 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 2305 be freed more than once, causing wild memory corruptions.
1211bce3 2306 (gdb_disassembly): Look for the substring "-thread",
fbe586ae
RH
2307 instead of "-threads" in the target name, to make sure to find
2308 the 'multi-thread' target. Also, make sure we do the right thing
2309 with the "core" target.
1211bce3 2310
f0ef6b29
KB
23112003-04-07 Kevin Buettner <kevinb@redhat.com>
2312
2313 * mips-tdep.c (mips_print_fp_register): New function, created from
2314 do_fp_register_row(). Registers are now (also) printed as hex.
2315 Only one register is printed per row.
2316 (mips_print_register, do_fp_register_row): Print floating point
2317 registers with mips_print_fp_register().
2318
8cf71652
AC
23192003-04-06 Andrew Cagney <cagney@redhat.com>
2320
5e488a7b
AC
2321 * valprint.h (inspect_it): Add extern declaration.
2322 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
2323 (selectors_info, classes_info): Ditto.
2324 (find_objc_msgcall): Fix indentation.
2325 (objc_printstr): Delete extern declarations.
2326
8cf71652
AC
2327 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
2328
e6ba3bc9
AC
23292003-04-06 Andrew Cagney <cagney@redhat.com>
2330
2331 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
2332 Update comment.
2333 * frame.c (legacy_saved_regs_this_id): Update.
2334 (legacy_get_prev_frame): Update.
2335 * xstormy16-tdep.c: Update comment.
2336 * sparc-tdep.c (sparc_frame_chain): Update comment.
2337 * blockframe.c (legacy_frame_chain_valid): Update.
2338
55e1d7e7
AC
23392003-04-06 Andrew Cagney <cagney@redhat.com>
2340
996179ee
AC
2341 * valprint.c (val_print_type_code_int): Delete #ifdef
2342 PRINT_TYPELESS_INTEGER code.
2343
55e1d7e7
AC
2344 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
2345 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
2346 multi-arch definition.
2347 * gdbarch.h: Re-generate.
2348
43bd9a9e
AC
23492003-04-05 Andrew Cagney <cagney@redhat.com>
2350
2351 Eliminate FRAME_FIND_SAVED_REGS.
2352 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
2353 Change FSR parameter to a pointer.
2354 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
2355 Assume FSR parameter is a pointer.
2356 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
2357 Make fsr a pointer.
2358 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
2359 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
2360 saved_regs a pointer.
2361 (hppa_frame_saved_pc): Ditto.
2362 (find_dummy_frame_regs): Make frame_saved_regs a pointer
2363 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
2364 pointer.
2365 (restore_pc_queue): Make fsr a pointer.
2366 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
2367 (hppa_frame_chain): Make saved_regs a pointer, call
2368 hppa_frame_init_saved_regs.
2369 * sparc-tdep.c: Include "gdb_assert.h".
2370 (sparc_frame_find_saved_regs): Replace internal_error with
2371 gdb_assert.
2372 * remote-vxsparc.c (vx_read_register): Delete reference to
2373 FRAME_FIND_SAVED_REGS.
2374 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
2375 * gdbarch.h: Regenerate.
2376 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
2377 (deprecated_get_frame_saved_regs): Delete declaration.
2378 (struct frame_saved_regs): Delete definition.
2379 * frame.c (deprecated_get_frame_saved_regs): Delete function.
2380 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
2381 (hppa_frame_find_saved_regs): Delete declaration.
2382 (FRAME_FIND_SAVED_REGS): Delete macro.
2383 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
2384 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
2385 FRAME_FIND_SAVED_REGS in comment.
2386
be41e9f4
AC
23872003-04-05 Andrew Cagney <cagney@redhat.com>
2388
2389 * frame.c (frame_func_unwind, get_frame_func): New functions.
2390 * frame.h (get_frame_func, frame_func_unwind): Declare.
2391 (struct frame_info): Add field "prev_func" for caching the
2392 previous frame's function address.
2393 * arm-tdep.c (arm_frameless_function_invocation): Combine
2394 get_pc_function_start and get_frame_pc into get_frame_func.
2395 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
2396 (sh64_nofp_frame_init_saved_regs): Ditto.
2397 * s390-tdep.c (s390_function_start): Ditto.
2398 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
2399 (rs6000_frameless_function_invocation): Ditto.
2400 (rs6000_frame_saved_pc): Ditto.
2401 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
2402 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
2403 * i386-tdep.c (i386_frameless_signal_p): Ditto.
2404 (i386_frame_init_saved_regs): Ditto.
2405 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
2406 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
2407 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
2408 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2409 * blockframe.c (frameless_look_for_prologue): Ditto.
2410
a01dd7cc
AC
24112003-04-05 Andrew Cagney <cagney@redhat.com>
2412
2413 * frame.c (legacy_get_prev_frame): Link prev to next at the
2414 function start. Update comments.
2415
5e5592e6
AC
24162003-04-05 Andrew Cagney <cagney@redhat.com>
2417
2418 * frame.c (get_frame_id): Update comment.
2419 (legacy_get_prev_frame): Update comment.
2420 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
2421 * gdbarch.h: Regenerate.
2422 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
2423 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
2424
6fba5002
AC
24252003-04-05 Andrew Cagney <cagney@redhat.com>
2426
2427 * stack.c (print_frame_info): Use get_frame_pc.
2428
7df05f2b
AC
24292003-04-04 Andrew Cagney <cagney@redhat.com>
2430
2431 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
2432 the frame's type from the unwinder.
2433 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
2434 (create_new_frame, legacy_get_prev_frame): When the unwinder's
2435 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
2436 (get_frame_base_address): Use get_frame_type.
2437 (get_frame_locals_address, get_frame_args_address): Ditto.
2438 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
2439 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
2440 (struct frame_info): Add comment explaining why the frame contains
2441 a "type" field.
2442 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
2443 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
2444 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
2445 NORMAL_FRAME.
2446 * frame-unwind.h: Include "frame.h".
2447 (struct frame_unwind): Add "type" field.
2448 * Makefile.in (frame_unwind_h): Add $(frame_h).
2449
11889732
AC
24502003-04-04 Andrew Cagney <cagney@redhat.com>
2451
2452 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
2453 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
2454 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
2455 get_frame_base.
2456 (d10v_unwind_dummy_id): Use frame_id_build.
2457 * frame.c (find_frame_sal): Use get_frame_pc.
2458 (create_new_frame): Use deprecated_update_frame_pc_hack and
2459 deprecated_update_frame_base_hack.
2460 (create_sentinel_frame): Add comment about ->pc going away.
2461 (get_prev_frame): Add comment about ->pc going away.
2462 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
2463 frame_id_build, deprecated_update_frame_pc_hack and
2464 deprecated_update_frame_base_hack.
2465 (select_frame): Use get_frame_pc.
2466 (legacy_saved_regs_this_id): Use frame_id_build.
2467
50c46a0d
EZ
24682003-04-04 Elena Zannoni <ezannoni@redhat.com>
2469
fbe586ae
RH
2470 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
2471 signed integer case.
2472 (classify_argument): Handle enumerations and references.
50c46a0d 2473
50bbdbd9
AC
24742003-04-04 Andrew Cagney <cagney@redhat.com>
2475
2476 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
2477 ID to NULL.
2478
36018d2e
AF
24792003-04-01 Adam Fedor <fedor@gnu.org>
2480
2481 * gdb/objc-lang.c (selectors_info): Replace calls to
2482 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
2483 SYMBOL_NATURAL_NAME.
2484 (classes_info, find_methods): Likewise.
2485
35cec841
KB
24862003-04-03 Kevin Buettner <kevinb@redhat.com>
2487
2488 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
2489 ``mach'' to the value determined by bfd_default_set_arch_mach().
2490
43136899
BR
24912003-04-02 Bob Rossi <bob_rossi@cox.net>
2492
2493 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
2494 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
2495 (mi-cmd-file.o): Update dependencies.
2496
040b99fd
KB
24972003-04-01 Kevin Buettner <kevinb@redhat.com>
2498
2499 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
2500 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
2501
9a3d7dfd
AF
25022003-04-01 Adam Fedor <fedor@gnu.org>
2503
2504 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
2505 * language.h (struct language_defn): Add la_demangle.
2506 (language_demangle): Declare.
2507 * language.c (language_demangle): New function.
2508 (unk_lang_demangle): Likewise.
2509 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 2510 Add ukn_lang_demangle.
9a3d7dfd 2511 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 2512 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
2513 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
2514 (cplus_language_defn): Add cplus_demangle for la_demangle element.
2515 * jv-lang.c (java_demangle): New function
2516 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
2517 * objc-lang.c (objc_demangle): Add options argument
2518 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
2519 * maint.c (maintenance_demangle): Replace switch with
2520 call to language_demangle.
2521 * utils.c (fprintf_symbol_filtered): Likewise.
2522
5e074003
AC
25232003-04-01 Andrew Cagney <cagney@redhat.com>
2524
2525 * printcmd.c (print_frame_nameless_args): Delete #ifdef
2526 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
2527 PRINT_TYPELESS_INTEGER.
2528 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
2529 PUSH_RETURN_ADDRESS.
2530
270cb5d6
AC
25312003-04-01 Andrew Cagney <cagney@redhat.com>
2532
2533 * Makefile.in (d10v-tdep.o): Update dependencies.
2534 * d10v-tdep.c: Include "frame-base.h".
2535 (d10v_frame_unwind): Make constant.
2536 (d10v_frame_base_address): New function.
2537 (d10v_frame_base): New variable.
2538 (d10v_gdbarch_init): Set frame_base default.
2539 (struct d10v_unwind_cache): Add the field "prev_sp". Update
2540 comment for base.
2541 (d10v_frame_unwind_cache): Set and use "prev_sp".
2542 (d10v_frame_this_id): Use the previous frame's inner most stack
2543 address and this frame's func address for the frame ID. Use
2544 frame_id_build. Don't analyze beyond the current instruction.
2545
6bfb3e36
AC
25462003-04-01 Andrew Cagney <cagney@redhat.com>
2547
2548 * frame.h (get_frame_locals_address, get_frame_args_address):
2549 Refer to the base address, instead of the address of the first
2550 local or parameter.
2551
da62e633
AC
25522003-04-01 Andrew Cagney <cagney@redhat.com>
2553
2554 Add frame debug info addresses:
2555 * frame-base.c: New file.
2556 * frame-base.h: New file.
2557 * frame.h (struct frame_base): Add opaque declaration.
2558 (get_frame_base): Update comment.
2559 (get_frame_base_address): Declare.
2560 (get_frame_locals_address): Declare.
2561 (get_frame_args_address): Declare.
2562 (struct frame_info): Add "base" and "base_cache". Update
2563 comments on the unwinder.
2564 * frame.c: Include "frame-base.h".
2565 (get_frame_locals_address): New function.
2566 (get_frame_base_address): New function.
2567 (get_frame_args_address): New function.
2568 * findvar.c (read_var_value): Use get_frame_locals_address and
2569 get_frame_args_address.
2570 * stack.c (frame_info): Use get_frame_locals_address and
2571 get_frame_args_address.
2572 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
2573 moved to "frame-base.c".
2574 * printcmd.c (print_frame_nameless_args): Ditto.
2575 * symtab.h (address_class): Update comments.
2576 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
2577 get_frame_base_address.
2578 * dwarf2expr.c (execute_stack_op): Ditto.
2579 * Makefile.in (frame_base_h): Define.
2580 (frame.o): Update dependencies.
2581 (frame-base.o): Add dependencies.
2582 (SFILES): Add frame-base.c.
2583 (COMMON_OBS): Add frame-base.o.
2584
3d30e9c2
AC
25852003-04-01 Andrew Cagney <cagney@redhat.com>
2586
2587 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
2588 CALL_DUMMY_LENGTH): Ditto.
2589 * gdbarch.c: Re-generate.
2590 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
2591 (CALL_DUMMY_LENGTH): Delete macro.
2592 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
2593 * arm-tdep.c (arm_gdbarch_init): Ditto.
2594 * avr-tdep.c (avr_gdbarch_init): Ditto.
2595 * cris-tdep.c (cris_gdbarch_init): Ditto.
2596 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2597 * frv-tdep.c (frv_gdbarch_init): Ditto.
2598 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2599 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2600 * i386-tdep.c (i386_gdbarch_init): Ditto.
2601 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2602 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2603 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2604 * mips-tdep.c (mips_gdbarch_init): Ditto.
2605 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2606 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2607 * s390-tdep.c (s390_gdbarch_init): Ditto.
2608 * sh-tdep.c (sh_gdbarch_init): Ditto.
2609 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2610 * v850-tdep.c (v850_gdbarch_init): Ditto.
2611 * vax-tdep.c (vax_gdbarch_init): Ditto.
2612 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2613
ce0c7262
CV
26142003-04-01 Corinna Vinschen <vinschen@redhat.com>
2615
2616 * frame.c (get_prev_frame): Disable call to inside_entry_file().
2617
73dd234f
AC
26182003-04-01 Andrew Cagney <cagney@redhat.com>
2619
2620 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
2621 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2622 * gdbarch.h, gdbarch.c: Re-generate.
2623 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2624 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2625 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2626 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2627 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
2628 * infcmd.c (run_stack_dummy): Simplify assuming
2629 CALL_DUMMY_BREAKPOINT_OFFSET_P.
2630 * infrun.c (handle_inferior_event): Ditto.
2631 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2632 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
2633 * arm-tdep.c (arm_gdbarch_init): Ditto.
2634 * avr-tdep.c (avr_gdbarch_init): Ditto.
2635 * cris-tdep.c (cris_gdbarch_init): Ditto.
2636 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2637 * frv-tdep.c (frv_gdbarch_init): Ditto.
2638 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2639 * i386-tdep.c (i386_gdbarch_init): Ditto.
2640 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2641 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2642 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2643 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2644 * mips-tdep.c (mips_gdbarch_init): Ditto.
2645 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2646 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2647 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2648 * s390-tdep.c (s390_gdbarch_init): Ditto.
2649 * sh-tdep.c (sh_gdbarch_init): Ditto.
2650 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2651 * v850-tdep.c (v850_gdbarch_init): Ditto.
2652 * vax-tdep.c (vax_gdbarch_init): Ditto.
2653 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2654
97606a13
DJ
26552003-04-01 Daniel Jacobowitz <drow@mvista.com>
2656
2657 * symfile.c (symfile_relocate_debug_section): Update call to
2658 bfd_simple_get_relocated_section_contents.
2659
e8ab51f7
AC
26602003-03-31 Andrew Cagney <cagney@redhat.com>
2661
2662 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
2663 * gdbarch.h, gdbarch.c: Regenerate.
2664 * inferior.h (FIX_CALL_DUMMY): Delete macro.
2665 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
2666 available.
2667 * frame.h (generic_fix_call_dummy): Delete declaration.
2668 * dummy-frame.h: Update comment.
2669 * dummy-frame.c (generic_fix_call_dummy): Delete function.
2670 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2671 fix_call_dummy.
2672 * sh-tdep.c (sh_gdbarch_init): Ditto.
2673 * s390-tdep.c (s390_gdbarch_init): Ditto.
2674 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2675 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2676 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2677 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2678 * i386-tdep.c (i386_gdbarch_init): Ditto.
2679 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2680 * frv-tdep.c (frv_gdbarch_init): Ditto.
2681 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2682 * cris-tdep.c (cris_gdbarch_init): Ditto.
2683 * avr-tdep.c (avr_gdbarch_init): Ditto.
2684 * arm-tdep.c (arm_gdbarch_init): Ditto.
2685
018d1b48
JB
26862003-03-31 J. Brobecker <brobecker@gnat.com>
2687
2688 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
2689 (INIT_FRAME_AP): Likewise.
2690 (EXTRA_FRAME_INFO): Likewise.
2691
e9a2674e
AC
26922003-03-31 Andrew Cagney <cagney@redhat.com>
2693
2694 * gdbarch.sh: Include "symfile.h".
2695 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
2696 * gdbarch.h, gdbarch.c: Re-generate.
2697 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
2698 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2699 call_dummy_address, the default is at entry_point_address.
2700 * v850-tdep.c (v850_gdbarch_init): Ditto.
2701 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2702 * sh-tdep.c (sh_gdbarch_init): Ditto.
2703 * s390-tdep.c (s390_gdbarch_init): Ditto.
2704 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2705 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2706 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2707 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2708 * i386-tdep.c (i386_gdbarch_init): Ditto.
2709 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2710 * frv-tdep.c (frv_gdbarch_init): Ditto.
2711 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2712 * cris-tdep.c (cris_gdbarch_init): Ditto.
2713 * arm-tdep.c (arm_gdbarch_init): Ditto.
2714
e8a8712a
AC
27152003-03-31 Andrew Cagney <cagney@redhat.com>
2716
2717 * gdbarch.sh (CALL_DUMMY_P): Delete.
2718 * gdbarch.h, gdbarch.c: Re-generate.
2719 * inferior.h (CALL_DUMMY_P): Delete macro.
2720 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2721 * vax-tdep.c (vax_gdbarch_init): Update.
2722 * v850-tdep.c (v850_gdbarch_init): Update.
2723 * sparc-tdep.c (sparc_gdbarch_init): Update.
2724 * sh-tdep.c (sh_gdbarch_init): Update.
2725 * s390-tdep.c (s390_gdbarch_init): Update.
2726 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2727 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2728 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2729 * mips-tdep.c (mips_gdbarch_init): Update.
2730 * mcore-tdep.c (mcore_gdbarch_init): Update.
2731 * m68k-tdep.c (m68k_gdbarch_init): Update.
2732 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2733 * ia64-tdep.c (ia64_gdbarch_init): Update.
2734 * i386-tdep.c (i386_gdbarch_init): Update.
2735 * h8300-tdep.c (h8300_gdbarch_init): Update.
2736 * frv-tdep.c (frv_gdbarch_init): Update.
2737 * d10v-tdep.c (d10v_gdbarch_init): Update.
2738 * cris-tdep.c (cris_gdbarch_init): Update.
2739 * breakpoint.c (deprecated_frame_in_dummy): Update.
2740 * avr-tdep.c (avr_gdbarch_init): Update.
2741 * alpha-tdep.c (alpha_gdbarch_init): Update.
2742 * arm-tdep.c (arm_gdbarch_init): Update.
2743 * dummy-frame.c (dummy_frame_this_id): Update comments.
2744 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
2745 * frame.c (legacy_get_prev_frame): Ditto.
2746 * valops.c (call_function_by_hand): Delete function.
2747 (hand_function_call): Rename to call_function_by_hand
2748
ed234cf8
AC
27492003-03-30 Andrew Cagney <cagney@redhat.com>
2750
2751 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 2752 * value.h (struct value): Update comment.
ed234cf8 2753
06c77151
AC
27542003-03-30 Andrew Cagney <cagney@redhat.com>
2755
6c2b5168
AC
2756 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
2757 D10V_FP_REGNUM.
2758 (d10v_gdbarch_init): Do not set fp_regnum.
2759
06c77151
AC
2760 * frame.c (get_frame_base): Force ID initialization.
2761 (get_prev_frame): Move computation of the frame ID from here ...
2762 (get_frame_id): ... to here.
2763 (legacy_get_prev_frame): Mark the frame ID as valid.
2764 * frame.h (struct frame_info): Add field "id_p".
2765
97a1a11c
MK
27662003-03-30 Mark Kettenis <kettenis@gnu.org>
2767
2768 * i386-tdep.c (i386_store_struct_return): Removed.
2769 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
2770
6c0e89ed
AC
27712003-03-30 Andrew Cagney <cagney@redhat.com>
2772
2773 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
2774 * gdbarch.h, gdbarch.c: Regenerate.
2775 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
2776 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2777 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2778 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2779 * i386-tdep.c (i386_gdbarch_init): Ditto.
2780 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2781 * cris-tdep.c (cris_gdbarch_init): Ditto.
2782 * vax-tdep.c (vax_gdbarch_init): Ditto.
2783 * s390-tdep.c (s390_gdbarch_init): Ditto.
2784 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2785 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2786 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2787 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
2788 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2789 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
2790 * sparc-tdep.c (sparc_gdbarch_init): Update.
2791 * sh-tdep.c (sh_gdbarch_init): Update.
2792 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2793 * mips-tdep.c (mips_gdbarch_init): Update.
2794 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2795 * ia64-tdep.c (ia64_gdbarch_init): Update.
2796 * frv-tdep.c (frv_gdbarch_init): Update.
2797 * avr-tdep.c (avr_gdbarch_init): Update.
2798 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
2799 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
2800 instead of when push_dummy_call is not available.
2801
f7dd6af2
AC
28022003-03-30 Andrew Cagney <cagney@redhat.com>
2803
2804 * infttrace.c: Include "gdbthread.h".
2805 (parent_attach_all): Fix function signature.
2806 (call_ptrace): Update call.
2807 * Makefile.in (infttrace.o): Update dependencies.
2808
28f617b3
AC
28092003-03-30 Andrew Cagney <cagney@redhat.com>
2810
2811 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
2812 PUSH_RETURN_ADDRESS.
2813 * gdbarch.h, gdbarch.c: Regenerate.
2814 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2815 * x86-64-tdep.c (x86_64_init_abi): Update.
2816 * v850-tdep.c (v850_gdbarch_init): Update.
2817 * sparc-tdep.c (sparc_gdbarch_init): Update.
2818 * sh-tdep.c (sh_gdbarch_init): Update.
2819 * s390-tdep.c (s390_gdbarch_init): Update.
2820 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2821 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2822 * mips-tdep.c (mips_gdbarch_init): Update.
2823 * mcore-tdep.c (mcore_gdbarch_init): Update.
2824 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2825 * ia64-tdep.c (ia64_gdbarch_init): Update.
2826 * i386-tdep.c (i386_gdbarch_init): Update.
2827 * h8300-tdep.c (h8300_gdbarch_init): Update.
2828 * frv-tdep.c (frv_gdbarch_init): Update.
2829 * cris-tdep.c (cris_gdbarch_init): Update.
2830 * avr-tdep.c (avr_gdbarch_init): Update.
2831 * arm-tdep.c (arm_gdbarch_init): Update.
2832 * valops.c (hand_function_call): Update.
2833
4d628cd7
AC
28342003-03-29 Andrew Cagney <cagney@redhat.com>
2835
2836 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
2837 sizeof_call_dummy_words.
2838 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
2839 define.
2840 * gdbarch.h: Regenerate.
2841
65e82032
AC
28422003-03-29 Andrew Cagney <cagney@redhat.com>
2843
2844 * infttrace.h: New file.
2845 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
2846 (hpread_get_textlow): Detect an uninitialized dn_bufp.
2847 (hpread_read_doc_function_type): Detect an initialized type1.
2848 (hpread_quick_traverse): Initialize mod_name_string.
2849 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
2850 (som_solib_get_solib_by_pc): Declare.
2851 (so_lib_thread_start_addr): Declare.
2852 (no_shared_libraries): Declare.
2853 * somread.c (init_import_symbols): Make static. Add forward
2854 declaration.
2855 * config/pa/nm-hppah.h: Include "infttrace.h" for
2856 parent_attach_all.
2857 (hppa_insert_hw_watchpoint): Declare.
2858 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
2859 * hppah-nat.c: Include "gdb_string.h".
2860 (parent_attach_all): Delete extern declaration, moved to
2861 "infttrace.h".
2862 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
2863 int.
2864 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
2865 * Makefile.in (infttrace_h): Define.
2866 (hpread.o): Update dependencies.
2867 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
2868 * hppa-hpux-tdep.c: Include "gdb_string.h".
2869 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
2870 * infrun.c (handle_inferior_event): Always initialize
2871 stepped_after_stopped_by_watchpoint. Add default and remove
2872 fallthrough in switch statement.
2873 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
2874 parameter to int.
2875 (hppa_remove_hw_watchpoint): Ditto.
2876
2c3bbe77
AC
28772003-03-29 Andrew Cagney <cagney@redhat.com>
2878
2879 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
2880 offset.
2881
2dd604e7
RE
28822003-03-29 Richard Earnshaw <rearnsha@arm.com>
2883
2884 * arm-tdep.c (arm_push_arguments): Delete.
2885 (struct stack_item): New type.
2886 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
2887 (arm_store_struct_return): Delte.
2888 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
2889 arm_push_arguments or arm_store_struct_return.
2890
e8933a55
AC
28912003-03-28 Andrew Cagney <cagney@redhat.com>
2892
2893 * Makefile.in (d10v-tdep.o): Update dependencies.
2894 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
2895 * d10v-tdep.c: Include "remote.h".
2896 (target_resume_hook): Delete extern declaration.
2897 (target_wait_loop_hook): Ditto.
2898 (tdisassemble_command): Eliminate assignment in "if" conditional.
2899 (d10v_ts2_register_sim_regno): Eliminate call to
2900 legacy_register_sim_regno.
2901 (d10v_ts3_register_sim_regno): Ditto.
2902
6949171e
JJ
29032003-03-28 Jeff Johnston <jjohnstn@redhat.com>
2904
2905 * thread.c: Reindented.
2906 * lin-lwp.c: Ditto.
2907 * linux-proc.c: Ditto.
2908
98c7071f
BR
29092003-03-28 Bob Rossi <bob_rossi@cox.net>
2910
fbe586ae 2911 * MAINTAINERS (write after approval): Add myself.
98c7071f 2912
5edc9ca6
TR
29132003-03-27 Theodore A. Roth <troth@openavr.org>
2914
2915 * objc-exp.y: Add missing semi-colons.
2916
378bfd1b
AC
29172003-03-27 Andrew Cagney <cagney@redhat.com>
2918
2919 * regcache.c (write_sp): Delete function and references.
2920 * inferior.h (write_sp): Delete declaration.
2921 * valops.c (hand_function_call): Replace write_sp with
2922 TARGET_WRITE_SP.
2923 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
2924 (sparc_pop_frame): Ditto.
2925
56056df7
AC
29262003-03-27 Andrew Cagney <cagney@redhat.com>
2927
2928 * NEWS: Mention removal of support for hppa*-*-bsd* and
2929 hppa*-*-osf* natives, and hppa*-*-pro* target.
2930 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
2931 * config/pa/xm-pa.h: Obsolete file.
2932 * config/pa/xm-hppab.h: Obsolete file.
2933 * config/pa/nm-hppab.h: Obsolete file.
2934 * config/pa/tm-hppab.h: Obsolete file.
2935 * config/pa/tm-hppao.h: Obsolete file.
2936 * config/pa/nm-hppao.h: Obsolete file.
2937 * config/pa/tm-pro.h: Obsolete file.
2938 * config/pa/hppaosf.mt: Obsolete file.
2939 * config/pa/hppaosf.mh: Obsolete file.
2940 * config/pa/hppapro.mt: Obsolete file.
2941 * config/pa/hppabsd.mt: Obsolete file.
2942 * config/pa/hppabsd.mh: Obsolete file.
2943 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
2944 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
2945 hppa*-*-osf*.
2946
5873a88d
AC
29472003-03-27 Andrew Cagney <cagney@redhat.com>
2948
2949 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
2950 push_arguments. Don't set push_return_address or write_sp.
2951 (d10v_push_dummy_call): Replace d10v_push_arguments.
2952 (d10v_push_return_address, d10v_write_sp): Delete function,
2953 handled by push_dummy_call.
2954
b81774d8
AC
29552003-03-26 Andrew Cagney <cagney@redhat.com>
2956
2957 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
2958 (push_dummy_call): New pure multi-arch replacement with gdbarch,
2959 regcache and dummy_addr parameters.
2960 * gdbarch.h, gdbarch.c: Re-generate.
2961 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
2962 available; assume it will handle stack alignment and return
2963 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
2964 legacy_push_arguments.
2965 (legacy_push_arguments): Rename default_push_arguments.
2966 * value.h (legacy_push_arguments): Rename default_push_arguments.
2967 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
2968 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
2969 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
2970 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
2971 * config/i386/tm-symmetry.h: Update.
2972 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2973 * x86-64-tdep.c (x86_64_init_abi): Update.
2974 * v850-tdep.c (v850_gdbarch_init): Update.
2975 * sparc-tdep.c (sparc_gdbarch_init): Update.
2976 * sh-tdep.c (sh_gdbarch_init): Update.
2977 * s390-tdep.c (s390_gdbarch_init): Update.
2978 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2979 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2980 * mips-tdep.c (mips_gdbarch_init): Update.
2981 * mcore-tdep.c (mcore_gdbarch_init): Update.
2982 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2983 * ia64-tdep.c (ia64_gdbarch_init): Update.
2984 * i386-tdep.c (i386_gdbarch_init): Update.
2985 * hppa-tdep.c (hppa_gdbarch_init): Update.
2986 * h8300-tdep.c (h8300_gdbarch_init): Update.
2987 * frv-tdep.c (frv_gdbarch_init): Update.
2988 * d10v-tdep.c (d10v_gdbarch_init): Update.
2989 * cris-tdep.c (cris_gdbarch_init): Update.
2990 * avr-tdep.c (avr_gdbarch_init): Update.
2991 * arm-tdep.c (arm_gdbarch_init): Update.
2992 * arm-linux-tdep.c (arm_linux_init_abi): Update.
2993 * alpha-tdep.c (alpha_gdbarch_init): Update.
2994
f541410f
DJ
29952003-03-26 Daniel Jacobowitz <drow@mvista.com>
2996
2997 * signals/signals.c (do_target_signal_to_host): Correct realtime
2998 signal range test.
2999
69f567ae
DJ
30002003-03-26 Daniel Jacobowitz <drow@mvista.com>
3001
3002 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
3003 (struct sal_chain, map_catch_names): Remove.
3004 (catch_exception_command_1): Don't call
3005 handle_gnu_4_16_catch_command.
3006
d5d14a5a
DJ
30072003-03-26 Daniel Jacobowitz <drow@mvista.com>
3008
3009 From Mark Dettinger <dettinge@de.ibm.com>:
3010 * dwarf2cfi.c (read_2u): Increment pointer by two.
3011
bdd73e22
DJ
30122003-03-26 Daniel Jacobowitz <drow@mvista.com>
3013
3014 * signals/signals.c: Fix typos in last change.
3015
960cb555
DJ
30162003-03-26 Daniel Jacobowitz <drow@mvista.com>
3017
3018 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
3019 not already defined. Use __SIGRTMIN if available.
3020 (target_signal_from_host): Remove SIGRTMIN block.
3021 (do_target_signal_to_host): Remove SIGRTMIN block; check that
3022 the signal is within the realtime range.
3023
f636b87d
AF
30242003-03-25 Adam Fedor <fedor@gnu.org>
3025
3026 * Makefile.in (infrun.o): Add $(language_h)
3027 * infrun.c (handle_inferior_event): Use skip_language_trampoline
3028 for language specific trampolines.
3029 * language.h (struct language_defn): Add skip_trampoline.
3030 (skip_language_trampoline): Declare.
3031 * language.c (unk_lang_trampoline, skip_language_trampoline):
3032 New functions.
3033 (unknown_language_defn, auto_language_defn, local_language_defn):
3034 Add ukn_lang_trampoline.
3035 * ada-lang.c (ada_language_defn): Add NULL for language
3036 specific skip_trampoline.
3037 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
3038 scm-lang.c: Likewise.
3039 * objc-lang.c (objc_skip_trampoline): New function.
3040 (objc_language_defn): Add objc_skip_trampoline.
3041
28f617b3 30422003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
3043
3044 * frame.c (get_prev_frame): Delay validating a frame's ID -
3045 non-NULL, didn't go backwards - until an attempt to unwind it to
3046 the previous frame.
3047
f933a9c5
AC
30482003-03-25 Andrew Cagney <cagney@redhat.com>
3049
3050 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
3051 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
3052 * gdbarch.h, gdbarch.c: Re-generate.
3053 * config/sparc/tm-sparc.h
3054 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
3055 * sparc-tdep.c (sparc_gdbarch_init): Set
3056 deprecated_extra_stack_alignment_needed.
3057 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
3058 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
3059 extra_stack_alignment_needed.
3060 * v850-tdep.c (v850_gdbarch_init): Ditto.
3061 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3062 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3063 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3064 * cris-tdep.c (cris_gdbarch_init): Ditto.
3065 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3066 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3067
4183d812
AC
30682003-03-25 Andrew Cagney <cagney@redhat.com>
3069
3070 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
3071 STORE_STRUCT_RETURN.
3072 * gdbarch.h, gdbarch.c: Regenerate.
3073 * d10v-tdep.c (d10v_store_struct_return): Delete function.
3074 (d10v_push_arguments): Set the struct return register.
3075 (d10v_gdbarch_init): Update.
3076 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3077 * x86-64-tdep.c (x86_64_init_abi): Update.
3078 * vax-tdep.c (vax_gdbarch_init): Update.
3079 * v850-tdep.c (v850_gdbarch_init): Update.
3080 * sparc-tdep.c (sparc_gdbarch_init): Update.
3081 * sh-tdep.c (sh_gdbarch_init): Update.
3082 * s390-tdep.c (s390_gdbarch_init): Update.
3083 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3084 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3085 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3086 * mips-tdep.c (mips_gdbarch_init): Update.
3087 * mcore-tdep.c (mcore_gdbarch_init): Update.
3088 * m68k-tdep.c (m68k_gdbarch_init): Update.
3089 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3090 * ia64-tdep.c (ia64_gdbarch_init): Update.
3091 * i386-tdep.c (i386_gdbarch_init): Update.
3092 * hppa-tdep.c (hppa_gdbarch_init): Update.
3093 * h8300-tdep.c (h8300_gdbarch_init): Update.
3094 * frv-tdep.c (frv_gdbarch_init): Update.
3095 * cris-tdep.c (cris_gdbarch_init): Update.
3096 * avr-tdep.c (avr_gdbarch_init): Update.
3097 * arm-tdep.c (arm_gdbarch_init): Update.
3098 * alpha-tdep.c (alpha_gdbarch_init): Update.
3099
1bf6d5cc
AC
31002003-03-25 Andrew Cagney <cagney@redhat.com>
3101
3102 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
3103 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
3104 CALL_DUMMY_STACK_ADJUST with a predicate variable.
3105 * gdbarch.h, gdbarch.c: Regenerate.
3106 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3107 call_dummy_stack_adjust_p.
3108 * vax-tdep.c (vax_gdbarch_init): Ditto.
3109 * v850-tdep.c (v850_gdbarch_init): Ditto.
3110 * sh-tdep.c (sh_gdbarch_init): Ditto.
3111 * s390-tdep.c (s390_gdbarch_init): Ditto.
3112 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3113 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3114 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3115 * mips-tdep.c (mips_gdbarch_init): Ditto.
3116 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3117 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3118 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3119 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3120 * i386-tdep.c (i386_gdbarch_init): Ditto.
3121 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3122 * frv-tdep.c (frv_gdbarch_init): Ditto.
3123 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3124 * cris-tdep.c (cris_gdbarch_init): Ditto.
3125 * avr-tdep.c (avr_gdbarch_init): Ditto.
3126 * arm-tdep.c (arm_gdbarch_init): Ditto.
3127 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3128 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
3129 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
3130 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
3131 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
3132 call_dummy_stack_adjust_p.
3133 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
3134 (CALL_DUMMY_STACK_ADJUST): Delete macro.
3135 * sparc-tdep.c (sparc32_push_arguments): Update.
3136 * valops.c (hand_function_call): Update.
3137
71c08af0
CV
31382003-03-25 Corinna Vinschen <vinschen@redhat.com>
3139
3140 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
3141 set_gdbarch_char_signed.
3142
30757f90
RE
31432003-03-25 Richard Earnshaw <rearnsha@arm.com>
3144
3145 PR cli/548
3146 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
3147
03d48a7d
RE
31482003-03-25 Richard Earnshaw <rearnsha@arm.com>
3149
3150 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
3151 (_initialize_arm_tdep): Don't set tm_print_insn.
3152
2cf6873c
AF
31532003-03-24 Adam Fedor <fedor@gnu.org>
3154
3155 * Makefile.in (YYOBJ): Add objc-exp.tab.o
3156 * objc-lang.h: Add multiple inclusion protection.
3157 (start_msglist, add_msglist, end_msglist): Additional declarations.
3158
17c0759e
RE
31592003-03-24 Richard Earnshaw <rearnsha@arm.com>
3160
3161 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
3162 value was renamed to ARM_FLOAT_SOFT_FPA.
3163
618ce49f
AC
31642003-03-23 Andrew Cagney <cagney@redhat.com>
3165
3166 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
3167 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
3168 * gdbarch.h, gdbarch.c: Regenerate.
3169 * valops.c (hand_function_call): Update.
3170 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
3171 * frame.c (legacy_saved_regs_this_id): Update.
3172 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
3173 * dummy-frame.h: Update.
3174 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
3175 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
3176 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
3177 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
3178 * config/m68k/tm-sun3.h: Update.
3179 * blockframe.c (inside_main_func, frame_chain_valid): Update.
3180 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3181 * x86-64-tdep.c (x86_64_init_abi): Update.
3182 * vax-tdep.c (vax_gdbarch_init): Update.
3183 * v850-tdep.c (v850_gdbarch_init): Update.
3184 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
3185 * sh-tdep.c (sh_gdbarch_init): Update.
3186 * s390-tdep.c (s390_gdbarch_init): Update.
3187 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
3188 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
3189 (frame_get_saved_regs): Update.
3190 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3191 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3192 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3193 * mips-tdep.c (mips_gdbarch_init): Update.
3194 * mcore-tdep.c (mcore_gdbarch_init): Update.
3195 * m68k-tdep.c (m68k_gdbarch_init): Update.
3196 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3197 * ia64-tdep.c (ia64_gdbarch_init): Update.
3198 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
3199 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3200 (i386_interix_back_one_frame): Update.
3201 * hppa-tdep.c (hppa_gdbarch_init): Update.
3202 (hppa_init_extra_frame_info): Update.
3203 * h8300-tdep.c (h8300_gdbarch_init): Update.
3204 * frv-tdep.c (frv_gdbarch_init): Update.
3205 * cris-tdep.c (cris_gdbarch_init): Update.
3206 * avr-tdep.c (avr_gdbarch_init): Update.
3207 * arm-tdep.c (arm_gdbarch_init): Update.
3208 * alpha-tdep.c (alpha_gdbarch_init): Update.
3209
fd50bc42
RE
32102003-03-22 Richard Earnshaw <rearnsha@arm.com>
3211
3212 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
3213 (arm_get_fp_model): Declare.
3214 * arm-tdep.c (fp_model_strings): New string array.
3215 (arm_fp_model, current_fp_model): New variables.
3216 (arm_get_fp_model): New function.
3217 (arm_set_fp): New function.
3218 (set_fp_model_sfunc): New function.
3219 (show_fp_model): New function.
3220 (_initialize_arm_tdep): Add new command to set/show the FPU.
3221 (arm_extract_return_value): Use arm_get_fp_model.
3222 (arm_store_return_value): Likewise.
3223 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
3224 to initialize the floating-point data types.
3225 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
3226 model is FPA.
3227
26304000
RE
32282003-03-22 Richard Earnshaw <rearnsha@arm.com>
3229
3230 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
3231 the current setting of each value.
3232 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
3233 new_set and new_show. Use add_setshow_cmd_full and
3234 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
3235 commands and add new version as subcommands of "set/show arm".
3236
afd7eef0
RE
32372003-03-22 Richard Earnshaw <rearnsha@arm.com>
3238
3239 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
3240 (set_arm_command, show_arm_command): New functions.
3241 (_initialize_arm_tdep): Add them.
3242 (num_disassembly_options): Renamed from num_flavor_options.
3243 (valid_disassembly_styles): Renamed from valid_flavors.
3244 (disassembly_style): Renamed from disassembly_flavor.
3245 (set_disassembly_style_sfunc): Renamed from
3246 set_disassembly_flavor_sfunc.
3247 (set_disassembly_style): Renamed from set_disassembly_flavor.
3248 (arm_othernames): Updated.
3249 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
3250 command. Add "set/show arm disassembly" commands. Deprecate
3251 "othernames" command.
3252
299a7944
RE
32532003-03-22 Richard Earnshaw <rearnsha@arm.com>
3254
3255 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
3256 (arm-tdep.o): Depend on elf_arm_h.
3257
c1dac9e6
RE
32582003-03-22 Richard Earnshaw <rearnsha@arm.com>
3259
3260 * Makefile.in (coff_internal_h): Define.
3261 (arm-tdep.o): Update dependencies.
3262
2702d96c
RE
32632003-03-22 Richard Earnshaw <rearnsha@arm.com>
3264
3265 * arm-tdep.c (prologue_cache): Delete.
3266 (check_prologue_cache, save_prologue_cache): Delete.
3267 (arm_scan_prologue): Don't check or update the prologue_cache.
3268 (arm_gdb_arch_init): Don't initialize it.
3269 (_initialize_arm_tdep): Likewise.
3270
27d5d74b
SC
32712003-03-21 Stephane Carrez <stcarrez@nerim.fr>
3272
3273 * MAINTAINERS (tui): Maintainer of tui code.
3274
1762d96d
CV
32752003-03-21 Corinna Vinschen <vinschen@redhat.com>
3276
3277 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
3278 (i386-cygwin-tdep.o): Add dependencies.
3279 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
3280 * i386-cygwin-tdep.c: New file.
3281 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
3282 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
3283
4c2e2391
AC
32842003-03-20 Andrew Cagney <cagney@redhat.com>
3285
f20d38b7
AC
3286 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
3287 (handle_inferior_event): Remove code calling
3288 DYNAMIC_TRAMPOLINE_NEXTPC.
3289
0022b738
AC
3290 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
3291 already has a full path.
3292
864dbc90
AC
3293 * main.c (gdb_main): Return 1.
3294 (captured_main): Call error to report an invalid interpreter.
3295
4c2e2391
AC
3296 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3297 * alpha-osf1-tdep.c: Include "gdb_string.h".
3298
5ef7553b
JB
32992003-03-19 J. Brobecker <brobecker@gnat.com>
3300
3301 Continuing work to convert the hppa targets to multiarch partial.
3302
3303 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
3304 method, now that hppa_push_dummy_frame has a conformant prototype.
3305 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
3306 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
3307 for the switch to multiarch partial.
3308
7bde8967
KB
33092003-03-19 Kevin Buettner <kevinb@redhat.com>
3310
3311 * mdebugread.c (parse_symbol): For stEnd, we're done counting
3312 when iss is issNull.
3313
b006a9e9
KB
33142003-03-18 Kevin Buettner <kevinb@redhat.com>
3315
3316 * mips-tdep.c (mips_register_name): Fix fencepost error involving
3317 NUM_REGS bounds check.
3318
5e2e9765
KB
33192003-03-18 Kevin Buettner <kevinb@redhat.com>
3320
3321 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
3322 * mips-tdep.c (gdb_assert.h): Include.
3323 (mips_generic_reg_names, mips_processor_reg_names): Make static.
3324 (mips_register_name): Handle integer registers explicitly. Add
3325 bounds checking.
3326 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
3327 (mips_lsi33k_reg_names): Don't list integer registers; they're
3328 handled by mips_register_name() now.
3329 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
3330 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
3331 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
3332 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
3333 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
3334
a2867626
AC
33352003-03-18 Andrew Cagney <cagney@redhat.com>
3336
3337 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
3338 a void pointer.
3339 * gdbtypes.h (print_scalar_formatted): Update declaration.
3340 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
3341
06600e06
JB
33422003-03-18 J. Brobecker <brobecker@gnat.com>
3343
3344 * infrun.c (observer.h): Add #include.
3345 (normal_stop): Add call to observer_notify_normal_stop.
3346 * Makefile.in (infrun.o): Add dependency on observer.h.
3347
7daf4f5b
JB
33482003-03-18 J. Brobecker <brobecker@gnat.com>
3349
3350 Continuing work to convert the hppa targets to multiarch partial.
3351 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
3352 parameter. Reformat comment.
3353 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
3354 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
3355 to match new profile.
3356
3371ccc0
JB
33572003-03-18 J. Brobecker <brobecker@gnat.com>
3358
3359 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
3360 appear to be working in any case.
3361
4fbe891e
JB
33622003-03-18 J. Brobecker <brobecker@gnat.com>
3363
3364 * observer.c (observer_test_first_observer): New static variable.
3365 (observer_test_second_observer): Likewise.
3366 (observer_test_third_observer): Likewise.
3367 (observer_test_first_notification_function): New static function.
3368 (observer_test_second_notification_function): Likewise.
3369 (observer_test_third_notification_function): Likewise.
3370
a7ff40e7
JB
33712003-03-17 J. Brobecker <brobecker@gnat.com>
3372
3373 * hppa-tdep.c (gdb_assert.h): Add missing #include.
3374 * somsolib.c (gdb_assert.h): Likewise.
3375 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
3376 (somsolib.o): Likewise.
3377
26ca4152
AC
33782003-03-17 Andrew Cagney <cagney@redhat.com>
3379
3380 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
3381 BFD. Simplify setting of di.endian.
3382
0a613259
AC
33832003-03-17 Andrew Cagney <cagney@redhat.com>
3384
3385 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
3386 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
3387
3388 From Elena Zannoni <ezannoni@redhat.com>
3389 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
3390 vector and floating-point parameters.
3391 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
3392 convention.
3393 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
3394
1132738f
FN
33952003-03-17 Fernando Nasser <fnasser@redhat.com>
3396
3397 * MAINTAINERS: Remove my name from several maintainership roles.
3398
6dc42492
AC
33992003-03-17 Andrew Cagney <cagney@redhat.com>
3400
3401 Fix frame off-by-one bug.
3402 * frame-unwind.h (frame_this_id_ftype): Replace
3403 frame_unwind_id_ftype.
3404 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
3405 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
3406 with "prev_register".
3407 * frame-unwind.c (frame_unwind_find_by_pc): Return
3408 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
3409 comment.
3410 * dummy-frame.c (cached_find_dummy_frame): Delete function.
3411 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
3412 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
3413 (dummy_frame_unwind): Update.
3414 * sentinel-frame.c (sentinel_frame_prev_register): Replace
3415 sentinel_frame_register_unwind.
3416 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
3417 (sentinel_frame_unwinder): Update.
3418 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
3419 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
3420 * frame.c (create_sentinel_frame): Update. Initialize
3421 "prologue_cache" instead of "unwind_cache".
3422 (frame_register_unwind): Call this frame's prev_register with the
3423 next frame and this frame's prologue cache.
3424 (get_prev_frame): Simplify. Always call prev frame's this_id with
3425 this frame and prev frame's prologue cache. Document that this
3426 call is shifted one to the left when compared to the
3427 frame_register_unwind call.
3428 (legacy_saved_regs_prev_register): Replace
3429 frame_saved_regs_register_unwind.
3430 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
3431 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
3432 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
3433 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
3434 (d10v_frame_unwind): Update.
3435 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
3436 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
3437 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
3438 "saved_regs" with "this_saved_regs".
3439
efd710d6
AC
34402003-03-16 Andrew Cagney <cagney@redhat.com>
3441
3442 * frame.c (frame_pop): Don't call target_store_registers. Fix
3443 problem reported by Mark Kettenis.
3444
4e259f09
MK
34452003-03-16 Mark Kettenis <kettenis@gnu.org>
3446
3447 * i386-tdep.c (i386_register_type): Renamed from
3448 i386_register_virtual_type. Adjust function signature.
3449 (i386_gdbarch_init): Set register_type instead of
3450 deprecated_max_register_raw_size,
3451 deprecated_max_register_virtual_size and register_virtual_type.
3452
055bb976
AC
34532003-03-14 Andrew Cagney <cagney@redhat.com>
3454
3455 * frame.c (get_prev_frame): When a legacy frame, always call
3456 legacy_get_prev_frame. Simplify unwind code using assumption that
3457 the unwinder is new.
3458 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
3459 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
3460 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
3461
ac2adee5
AC
34622003-03-14 Andrew Cagney <cagney@redhat.com>
3463
3464 * frame.c (get_saved_register): Delete function.
3465 * frame.h (get_saved_register): Delete declaration.
3466 * xstormy16-tdep.c: Update comment.
3467 * regcache.h: Update comments.
3468 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
3469 get_saved_register and extract_address, use
3470 frame_read_unsigned_register.
3471 (sparc_frame_saved_pc): Ditto.
3472 (sparc_get_saved_register): Instead of get_saved_register, use
3473 frame_register.
3474 (sparc_pop_frame): Ditto.
3475 * findvar.c: Update comments.
3476 (value_of_register): Call frame_register instead of
3477 get_saved_register.
3478 (value_from_register): Ditto.
3479 * config/sparc/tm-sparc.h: Update comment.
3480 * breakpoint.c: Update comment.
3481
129c1cd6
AC
34822003-03-14 Andrew Cagney <cagney@redhat.com>
3483
3484 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
3485 GET_SAVED_REGISTER.
3486 * gdbarch.h, gdbarch.c: Re-generate.
3487 * frame.h: Update comments.
3488 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3489 * x86-64-tdep.c (x86_64_init_abi): Update.
3490 * sparc-tdep.c (sparc_gdbarch_init): Update.
3491 * sh-tdep.c (sh_gdbarch_init): Update.
3492 * mips-tdep.c (mips_gdbarch_init): Update.
3493 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3494 * cris-tdep.c (cris_gdbarch_init): Update.
3495 * ia64-tdep.c (ia64_gdbarch_init): Update.
3496 * frame.c (frame_register): Update.
3497 (get_saved_register): Update.
3498 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
3499
749b82f6
AC
35002003-03-13 Andrew Cagney <cagney@redhat.com>
3501
3502 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
3503 * gdbarch.h, gdbarch.c: Regenerate.
3504 * valops.c (hand_function_call): Update comment.
3505 * stack.c (return_command): Update comment.
3506 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
3507 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
3508 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3509 * x86-64-tdep.c (x86_64_init_abi): Update.
3510 * vax-tdep.c (vax_gdbarch_init): Update.
3511 * v850-tdep.c (v850_gdbarch_init): Update.
3512 * sparc-tdep.c (sparc_gdbarch_init): Update.
3513 * sh-tdep.c (sh_gdbarch_init): Update.
3514 * s390-tdep.c (s390_gdbarch_init): Update.
3515 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3516 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3517 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3518 * mips-tdep.c (mips_gdbarch_init): Update.
3519 * mcore-tdep.c (mcore_gdbarch_init): Update.
3520 * m68k-tdep.c (m68k_gdbarch_init): Update.
3521 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3522 * ia64-tdep.c (ia64_gdbarch_init): Update.
3523 * i386-tdep.c (i386_gdbarch_init): Update.
3524 * hppa-tdep.c (hppa_gdbarch_init): Update.
3525 * h8300-tdep.c (h8300_gdbarch_init): Update.
3526 * frv-tdep.c (frv_gdbarch_init): Update.
3527 * cris-tdep.c (cris_gdbarch_init): Update.
3528 * avr-tdep.c (avr_gdbarch_init): Update.
3529 * arm-tdep.c (arm_gdbarch_init): Update.
3530 * alpha-tdep.c (alpha_gdbarch_init): Update.
3531
1594fa56
AC
35322003-03-13 Andrew Cagney <cagney@redhat.com>
3533
3534 * frame.c (legacy_frame_p): New function.
3535 (get_prev_frame): Use legacy_frame_p.
3536 * frame.h (legacy_frame_p): Declare.
3537
7717fda3
V
35382003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
3539
fbe586ae 3540 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
3541 listing corrected.
3542
0c67cbe9
V
35432003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
3544
fbe586ae 3545 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 3546
03febf99
AC
35472003-03-12 Andrew Cagney <cagney@redhat.com>
3548
3549 * frame.c (get_prev_frame): Rename the frame parameter to
3550 "this_frame".
3551 (get_next_frame, legacy_get_prev_frame): Ditto.
3552
0a1e1ca1
AC
35532003-03-12 Andrew Cagney <cagney@redhat.com>
3554
3555 * frame.c (get_current_frame): Check target_has_registers before
3556 checking target_has_stack.
3557 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
3558 instead of deprecated_selected_frame.
3559 * findvar.c (value_of_register): Pass "frame", not
3560 deprecated_selected_frame, to value_of_builtin_reg.
3561
a66a9c23
AC
35622003-03-12 Andrew Cagney <cagney@redhat.com>
3563
3564 * regcache.c (regcache_cooked_write_signed): New function.
3565 (regcache_cooked_write_unsigned): New function.
3566 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
3567 (regcache_cooked_read_signed): Fix regnum in range assertion.
3568 * regcache.h (regcache_cooked_write_signed): Declare.
3569 (regcache_cooked_write_unsigned): Declare.
3570
8bedc050
AC
35712003-03-12 Andrew Cagney <cagney@redhat.com>
3572
3573 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
3574 * gdbarch.h, gdbarch.c: Re-generate.
3575 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3576 * x86-64-tdep.h: Update.
3577 * x86-64-tdep.c (x86_64_init_abi): Update.
3578 * v850-tdep.c (v850_gdbarch_init): Update.
3579 * sparc-tdep.c (sparc_gdbarch_init): Update.
3580 * sh-tdep.c (sh_gdbarch_init): Update.
3581 * s390-tdep.c (s390_gdbarch_init): Update.
3582 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3583 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3584 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3585 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3586 * mips-tdep.c (mips_gdbarch_init): Update.
3587 * mcore-tdep.c (mcore_gdbarch_init): Update.
3588 * m68k-tdep.c (m68k_gdbarch_init): Update.
3589 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3590 * ia64-tdep.c (ia64_gdbarch_init): Update.
3591 * i386-tdep.c (i386_gdbarch_init): Update.
3592 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3593 * hppa-tdep.c (hppa_gdbarch_init): Update.
3594 * h8300-tdep.c (h8300_gdbarch_init): Update.
3595 * frv-tdep.c (frv_gdbarch_init): Update.
3596 * cris-tdep.c (cris_gdbarch_init): Update.
3597 * avr-tdep.c (avr_gdbarch_init): Update.
3598 * arm-tdep.c (arm_gdbarch_init): Update.
3599 * alpha-tdep.c (alpha_gdbarch_init): Update.
3600 * sh-tdep.c (sh_init_extra_frame_info): Update.
3601 (sh64_init_extra_frame_info): Update.
3602 * ns32knbsd-nat.c (frame_num_args): Update.
3603 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
3604 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
3605 (xstormy16_frame_chain_valid): Update.
3606 * vax-tdep.c (vax_saved_pc_after_call): Update.
3607 * v850-tdep.c (v850_frame_chain): Update.
3608 (v850_pop_frame): Update.
3609 (v850_init_extra_frame_info): Update.
3610 * sparc-tdep.c (setup_arbitrary_frame): Update.
3611 * ns32k-tdep.c (umax_frame_num_args): Update.
3612 * s390-tdep.c (s390_pop_frame_regular): Update.
3613 * mn10300-tdep.c (mn10300_frame_chain): Update.
3614 (mn10300_pop_frame_regular): Update.
3615 (mn10300_init_extra_frame_info): Update.
3616 * mips-tdep.c (mips_init_frame_pc_first): Update.
3617 (mips_frame_chain): Update.
3618 (mips_pop_frame): Update.
3619 * mcore-tdep.c (mcore_frame_chain): Update.
3620 (mcore_pop_frame): Update.
3621 (mcore_init_extra_frame_info): Update.
3622 * arch-utils.c (init_frame_pc_default): Update.
3623 * m68k-tdep.c (isi_frame_num_args): Update.
3624 (delta68_frame_num_args): Update.
3625 (news_frame_num_args): Update.
3626 * ia64-tdep.c (ia64_pop_frame_regular): Update.
3627 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3628 (alpha_frame_chain): Update.
3629 (alpha_pop_frame): Update.
3630 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
3631 (hppa_init_extra_frame_info): Update.
3632 (hppa_frame_chain): Update.
3633 (hppa_frame_chain_valid): Update.
3634 * cris-tdep.c (cris_init_extra_frame_info): Update.
3635 * avr-tdep.c (avr_init_extra_frame_info): Update.
3636 * arm-tdep.c (arm_frame_chain_valid): Update.
3637 (arm_init_extra_frame_info): Update.
3638 (arm_pop_frame): Update.
3639 * frame.c (frame_pc_unwind): Update.
3640 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
3641 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3642 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3643 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
3644 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
3645 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
3646
7a25a7c1
AC
36472003-03-12 Andrew Cagney <cagney@redhat.com>
3648
3649 Eliminate the need for POP_FRAME.
3650 * frame.c (do_frame_unwind_register): New function.
3651 (frame_pop): When no POP_FRAME, pop the frame using register
3652 unwind and a scratch regcache.
3653 (frame_saved_regs_pop): Delete function.
3654 (trad_frame_unwinder): Update.
3655 * d10v-tdep.c (d10v_frame_pop): Delete function.
3656 (d10v_frame_unwind): Update.
3657 * sentinel-frame.c (sentinel_frame_pop): Delete function.
3658 (sentinel_frame_unwinder): Update.
3659 * dummy-frame.c (dummy_frame_pop): Delete function.
3660 (dummy_frame_unwind): Update.
3661 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
3662 (struct frame_unwind): Update.
3663
2f38ef89
KB
36642003-03-11 Kevin Buettner <kevinb@redhat.com>
3665
3666 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
3667 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
3668 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
3669 Do range checks on register number obtained from debugging info.
3670 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
3671 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
3672 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
3673 mapping function.
3674 (do_fp_register_row): Fix typo which caused double type to be
3675 used when attempting to unpack a float.
3676
552f4abf
JB
36772003-03-11 J. Brobecker <brobecker@gnat.com>
3678
3679 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
3680
e0d2ae16
AC
36812003-03-11 Andrew Cagney <cagney@redhat.com>
3682
3683 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
3684 frame. Problem found by Corinna Vinschen.
3685
ddbfdd06
PM
36862003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
3687
3688 * doublest.c (floatformat_from_length): Accept also
3689 the real size of 'long double' type.
3690
088b2ddc 36912003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 3692
088b2ddc 3693 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
3694 * breakpoint.c (bpstat_copy): Copy the command lines as well
3695 as the old value, to match what is freed in bpstat_clear.
3696
f56f77c1
DC
36972003-03-10 David Carlton <carlton@math.stanford.edu>
3698
3699 * minsyms.c (add_minsym_to_hash_table): Replace
3700 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
3701 (compare_minimal_symbols, compact_minimal_symbols)
3702 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
3703 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
3704 of DEPRECATED_SYMBOL_MATCHES_NAME.
3705 (lookup_minimal_symbol_solib_trampoline): Ditto.
3706
5602984a
AC
37072003-03-10 Andrew Cagney <cagney@redhat.com>
3708
3709 * regcache.h (regcache_cooked_read_ftype): Define.
3710 (regcache_save, regcache_restore): Add a cooked_read parameter.
3711 * regcache.c (regcache_save, regcache_restore): Update.
3712 (do_cooked_read): New function.
3713 (regcache_cpy): Pass do_cooked_read to regcache_save and
3714 regcache_restore.
3715
8bedc050
AC
37162003-03-10 Andrew Cagney <cagney@redhat.com>
3717
3718 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
3719 * gdbarch.h, gdbarch.c: Re-generate.
3720 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3721 * x86-64-tdep.h: Update.
3722 * x86-64-tdep.c (x86_64_init_abi): Update.
3723 * v850-tdep.c (v850_gdbarch_init): Update.
3724 * sparc-tdep.c (sparc_gdbarch_init): Update.
3725 * sh-tdep.c (sh_gdbarch_init): Update.
3726 * s390-tdep.c (s390_gdbarch_init): Update.
3727 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3728 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3729 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3730 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3731 * mips-tdep.c (mips_gdbarch_init): Update.
3732 * mcore-tdep.c (mcore_gdbarch_init): Update.
3733 * m68k-tdep.c (m68k_gdbarch_init): Update.
3734 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3735 * ia64-tdep.c (ia64_gdbarch_init): Update.
3736 * i386-tdep.c (i386_gdbarch_init): Update.
3737 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3738 * hppa-tdep.c (hppa_gdbarch_init): Update.
3739 * h8300-tdep.c (h8300_gdbarch_init): Update.
3740 * frv-tdep.c (frv_gdbarch_init): Update.
3741 * cris-tdep.c (cris_gdbarch_init): Update.
3742 * avr-tdep.c (avr_gdbarch_init): Update.
3743 * arm-tdep.c (arm_gdbarch_init): Update.
3744 * alpha-tdep.c (alpha_gdbarch_init): Update.
3745 * sh-tdep.c (sh_init_extra_frame_info): Update.
3746 (sh64_init_extra_frame_info): Update.
3747 * ns32knbsd-nat.c (frame_num_args): Update.
3748 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
3749 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
3750 (xstormy16_frame_chain_valid): Update.
3751 * vax-tdep.c (vax_saved_pc_after_call): Update.
3752 * v850-tdep.c (v850_frame_chain): Update.
3753 (v850_pop_frame): Update.
3754 (v850_init_extra_frame_info): Update.
3755 * sparc-tdep.c (setup_arbitrary_frame): Update.
3756 * ns32k-tdep.c (umax_frame_num_args): Update.
3757 * s390-tdep.c (s390_pop_frame_regular): Update.
3758 * mn10300-tdep.c (mn10300_frame_chain): Update.
3759 (mn10300_pop_frame_regular): Update.
3760 (mn10300_init_extra_frame_info): Update.
3761 * mips-tdep.c (mips_init_frame_pc_first): Update.
3762 (mips_frame_chain): Update.
3763 (mips_pop_frame): Update.
3764 * mcore-tdep.c (mcore_frame_chain): Update.
3765 (mcore_pop_frame): Update.
3766 (mcore_init_extra_frame_info): Update.
3767 * arch-utils.c (init_frame_pc_default): Update.
3768 * m68k-tdep.c (isi_frame_num_args): Update.
3769 (delta68_frame_num_args): Update.
3770 (news_frame_num_args): Update.
3771 * ia64-tdep.c (ia64_pop_frame_regular): Update.
3772 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3773 (alpha_frame_chain): Update.
3774 (alpha_pop_frame): Update.
3775 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
3776 (hppa_init_extra_frame_info): Update.
3777 (hppa_frame_chain): Update.
3778 (hppa_frame_chain_valid): Update.
3779 * cris-tdep.c (cris_init_extra_frame_info): Update.
3780 * avr-tdep.c (avr_init_extra_frame_info): Update.
3781 * arm-tdep.c (arm_frame_chain_valid): Update.
3782 (arm_init_extra_frame_info): Update.
3783 (arm_pop_frame): Update.
3784 * frame.c (frame_pc_unwind): Update.
3785 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
3786 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3787 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3788 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
3789 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
3790 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
3791
12cc2063
AC
37922003-03-10 Andrew Cagney <cagney@redhat.com>
3793
3794 * gdbarch.sh (gdbarch_unwind_pc): New method.
3795 * gdbarch.h, gdbarch.c: Regenerate.
3796 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
3797 but use read_pc and FRAME_SAVED_PC as fall backs.
3798 (frame_saved_regs_pc_unwind): Delete function.
3799 (trad_frame_unwinder): Update.
3800 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
3801 (struct frame_unwind): Update.
3802 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
3803 (dummy_frame_unwind): Update.
3804 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
3805 (sentinel_frame_unwinder): Update.
3806 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
3807 (d10v_frame_unwind): Update.
3808 (d10v_unwind_pc): New function.
3809 (d10v_gdbarch_init): Set unwind_pc.
3810
ef840a37
AC
38112003-03-10 Andrew Cagney <cagney@redhat.com>
3812
a2ce2e56
AC
3813 * gdbarch.h: Re-generate.
3814
ef840a37
AC
3815 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
3816 PC.
3817 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
3818 the PC register.
3819
08f3424b
MK
38202003-03-08 Mark Kettenis <kettenis@gnu.org>
3821
3822 * gdbarch.sh (save_dummy_frame_tos): Add comment.
3823
1248ede2
AC
38242003-03-08 Andrew Cagney <cagney@redhat.com>
3825
3826 * cli-out.c: Update copyright.
3827 (cli_out_data): Define typedef. Use instead of ui_out_data.
3828
f49bacc8
AC
38292003-03-08 Andrew Cagney <cagney@redhat.com>
3830
3831 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
3832 the result.
3833
9b05f993
AC
38342003-03-07 Andrew Cagney <cagney@redhat.com>
3835
3836 * gdbarch.sh: Don't generate two macro definitions when an
3837 undefined macro taking no arguments.
3838 * gdbarch.h: Regenerate.
3839
166f4c7b
ML
38402002-03-07 Michal Ludvig <mludvig@suse.cz>
3841
3842 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
3843 (x86_64_unwind_dummy_id): New functions.
3844 (x86_64_init_abi): Register these two new functions.
3845
6d686a84
ML
38462003-03-07 Michal Ludvig <mludvig@suse.cz>
3847
3848 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
3849 (x86_64_skip_prologue): Move prologue detection to
3850 separate function.
3851 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
3852
6314f104
AC
38532003-03-05 Andrew Cagney <cagney@redhat.com>
3854
3855 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
3856 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
3857 * frame.c (get_prev_frame): Restructure the frame ID unwind code
3858 to use unwind_dummy_id when a dummy frame.
3859 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
3860 predicate.
3861 * gdbarch.h, gdbarch.c: Regneerate.
3862
ceea5145
AC
38632003-03-05 Andrew Cagney <cagney@redhat.com>
3864
3865 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
3866 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
3867 Do not use d10v_read_sp or d10v_read_fp when obtaining register
3868 values.
3869
0d843116
AC
38702003-03-05 Andrew Cagney <cagney@redhat.com>
3871
3872 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
3873 (struct d10v_unwind_cache): Delete field "frameless". Replace
3874 "next_addr" with "sp_offset". Add "r11_offset".
3875 (d10v_frame_unwind_cache): Update.
3876 (prologue_find_regs): Update. When "mv r11, sp", save the
3877 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
3878 RN was saved in r11_offset.
3879
b2579786
AC
38802003-03-05 Andrew Cagney <cagney@redhat.com>
3881
3882 * frame.c (deprecated_update_frame_pc_hack): Also update the the
3883 cached PC value in the next frame.
3884
218e5956
AC
38852003-03-05 Andrew Cagney <cagney@redhat.com>
3886
3887 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
3888 "id_unwind_cache" with "id".
3889 (frame_id_unwind): Delete declaration.
3890 * frame.c (frame_id_unwind): Delete function.
3891 (get_prev_frame): Call the frame id unwind method directly. Store
3892 the returned next frame's ID value in NEXT_FRAME. Note that there
3893 is a problem with the wrong unwind ID being called with the wrong
3894 unwind cache.
3895
ed363b1b
DJ
38962003-03-05 Daniel Jacobowitz <drow@mvista.com>
3897
3898 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
3899
fe1f4a5e
DJ
39002003-03-05 James Ingham <jingham@apple.com>
3901 Daniel Jacobowitz <drow@mvista.com>
3902
3903 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
3904 (auto_cp_abi): New variable.
3905 (current_cp_abi, num_cp_abis): Make static.
3906 (CP_ABI_MAX): Define.
3907 (cp_abis): Turn into an array.
3908 (value_virtual_fn_field): Fix formatting.
3909 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
3910 takes a pointer.
3911 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
3912 (list_cp_abis, _initialize_cp_abi): New functions.
3913 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
3914 declarations for cp_abis, num_cp_abis, current_cp_abi, and
3915 switch_to_cp_abi. Update prototype for register_cp_abi.
3916 * Makefile.in (cp-abi.o): Update dependencies.
3917 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
3918 instead of switch_to_cp_abi.
3919 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
3920 register_cp_abi.
3921 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
3922 register_cp_abi.
3923 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
3924
e4adbba9
DJ
39252003-03-05 Daniel Jacobowitz <drow@mvista.com>
3926
3927 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
3928 * dwarf2loc.c: Include "regcache.h".
3929 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
3930 register_size.
3931 * Makefile.in (dwarf2loc.o): Update dependencies.
3932
91ccbfc1
TR
39332003-03-04 Theodore A. Roth <troth@openavr.org>
3934
3935 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
3936 number of io registers reported by remote target is not a multiple of
3937 step.
3938
3d4e8fd2
DC
39392003-03-04 David Carlton <carlton@math.stanford.edu>
3940
3941 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
3942 (lookup_symbol_aux_psymtabs): Update call to
3943 lookup_partial_symbol.
3944 (lookup_transparent_type, find_main_psymtab)
3945 (make_symbol_overload_list): Ditto.
3946
ed42d87b
KH
39472003-03-04 Kazu Hirata <kazu@cs.umass.edu>
3948
3949 * MAINTAINERS (Write after approval): Update my email address.
3950
a0ed5532
AC
39512003-03-03 Andrew Cagney <cagney@redhat.com>
3952
3953 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
3954 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
3955 predicate. Replace MAX_REGISTER_RAW_SIZE.
3956 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
3957 MAX_REGISTER_VIRTUAL_SIZE.
3958 * regcache.c (legacy_max_register_raw_size): New function.
3959 (legacy_max_register_virtual_size): New function.
3960 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
3961 (MAX_REGISTER_RAW_SIZE): Define.
3962 (legacy_max_register_raw_size): Declare.
3963 (legacy_max_register_virtual_size): Declare.
3964 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3965 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
3966 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3967 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
3968 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3969 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
3970 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
3971 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
3972 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
3973 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3974 * vax-tdep.c (vax_gdbarch_init): Update.
3975 * v850-tdep.c (v850_gdbarch_init): Update.
3976 * sparc-tdep.c (sparc_gdbarch_init): Update.
3977 * sh-tdep.c (sh_gdbarch_init): Update.
3978 * s390-tdep.c (s390_gdbarch_init): Update.
3979 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3980 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3981 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3982 * mips-tdep.c (mips_gdbarch_init): Update.
3983 * mcore-tdep.c (mcore_gdbarch_init): Update.
3984 * m68k-tdep.c (m68k_gdbarch_init): Update.
3985 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3986 * ia64-tdep.c (ia64_gdbarch_init): Update.
3987 * i386-tdep.c (i386_gdbarch_init): Update.
3988 * hppa-tdep.c (hppa_gdbarch_init): Update.
3989 * h8300-tdep.c (h8300_gdbarch_init): Update.
3990 * frv-tdep.c (frv_gdbarch_init): Update.
3991 * cris-tdep.c (cris_gdbarch_init): Update.
3992 * avr-tdep.c (avr_gdbarch_init): Update.
3993 * arm-tdep.c (arm_gdbarch_init): Update.
3994 * alpha-tdep.c (alpha_gdbarch_init): Update.
3995 * d10v-tdep.c (d10v_gdbarch_init): Do not set
3996 max_register_raw_size or max_register_virtual_size.
3997
8e437497
DC
39982003-03-03 David Carlton <carlton@math.stanford.edu>
3999
4000 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
4001 SYMBOL_MATCHES_NAME, add comment.
4002 (SYMBOL_MATCHES_NATURAL_NAME): New.
4003 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
4004 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
4005 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
4006 * symtab.c (lookup_partial_symbol): Use
4007 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
4008 unhelpful comment.
4009 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
4010 SYMBOL_MATCHES_NAME.
4011 Fix for PR c++/33.
4012
25120b0d
DC
40132003-03-03 David Carlton <carlton@math.stanford.edu>
4014
4015 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
4016 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
4017 by regexp matching against SYMBOL_NATURAL_NAME.
4018
78a11fb4
DC
40192003-03-03 David Carlton <carlton@math.stanford.edu>
4020
4021 * linespec.c (find_method): Extract code into collect_methods.
4022 (collect_methods): New.
4023
645dd519
MK
40242003-03-02 Mark Kettenis <kettenis@gnu.org>
4025
b4700d91
MK
4026 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
4027 get_frame_base.
4028
645dd519
MK
4029 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
4030 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4031
0aa7e1aa
SC
40322003-03-02 Stephane Carrez <stcarrez@nerim.fr>
4033
4034 * arch-utils.c (generic_register_byte): Fix to use the loop index
4035 and not regnum when summing the size of all registers up to regnum.
4036
f30ee0bc
AC
40372003-03-01 Andrew Cagney <cagney@redhat.com>
4038
4039 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
4040 FRAME_INIT_SAVED_REGS.
4041 * gdbarch.h, gdbarch.c: Regenerate.
4042 * stack.c (frame_info): Update.
4043 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
4044 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
4045 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
4046 * ns32k-tdep.c (ns32k_pop_frame): Update.
4047 * mips-tdep.c (mips_pop_frame): Update.
4048 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
4049 * ia64-tdep.c (ia64_frame_chain): Update.
4050 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
4051 (ia64_frameless_function_invocation): Update.
4052 (ia64_init_extra_frame_info): Update.
4053 (ia64_pop_frame_regular): Update.
4054 * frame.h (struct frame_info): Update comment.
4055 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
4056 * frame.c (frame_saved_regs_register_unwind): Update.
4057 (frame_saved_regs_register_unwind): Update.
4058 (deprecated_generic_get_saved_register): Update.
4059 * cris-tdep.c: Update comment.
4060 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
4061 Rename macro.
4062 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4063 * x86-64-tdep.c (x86_64_init_abi): Update.
4064 * vax-tdep.c (vax_gdbarch_init): Update.
4065 * v850-tdep.c (v850_gdbarch_init): Update.
4066 * sparc-tdep.c (sparc_gdbarch_init): Update.
4067 * sh-tdep.c (sh_gdbarch_init): Update.
4068 * s390-tdep.c (s390_gdbarch_init): Update.
4069 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4070 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4071 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4072 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4073 * mips-tdep.c (mips_gdbarch_init): Update.
4074 * mcore-tdep.c (mcore_gdbarch_init): Update.
4075 * m68k-tdep.c (m68k_gdbarch_init): Update.
4076 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4077 * ia64-tdep.c (ia64_gdbarch_init): Update.
4078 * i386-tdep.c (i386_gdbarch_init): Update.
4079 * frv-tdep.c (frv_gdbarch_init): Update.
4080 * avr-tdep.c (avr_gdbarch_init): Update.
4081 * arm-tdep.c (arm_gdbarch_init): Update.
4082 * alpha-tdep.c (alpha_gdbarch_init): Update.
4083
42fa7c0f
AC
40842003-03-01 Andrew Cagney <cagney@redhat.com>
4085
4086 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
4087 option enum and switch. When no windows, set the interpreter to
4088 INTERP_CONSOLE.
4089
49c7e338
AC
40902003-03-01 Andrew Cagney <cagney@redhat.com>
4091
4092 * main.c (captured_main): Replace magic option characters with an
4093 enum.
4094
e9582e71
AC
40952003-03-01 Andrew Cagney <cagney@redhat.com>
4096
4097 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
4098 INIT_EXTRA_FRAME_INFO.
4099 * gdbarch.h, gdbarch.c: Regenerate.
4100 * arm-tdep.c: Update comments.
4101 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
4102 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
4103 * frame.h, avr-tdep.c: Ditto.
4104 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
4105 (create_new_frame, legacy_get_prev_frame): Ditto.
4106 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
4107 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
4108 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
4109 deprecated_init_extra_frame_info instead of init_extra_frame_info.
4110 * x86-64-tdep.c (x86_64_init_abi): Ditto.
4111 * v850-tdep.c (v850_gdbarch_init): Ditto.
4112 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4113 * sh-tdep.c (sh_gdbarch_init): Ditto.
4114 * s390-tdep.c (s390_gdbarch_init): Ditto.
4115 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
4116 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4117 * mips-tdep.c (mips_gdbarch_init): Ditto.
4118 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4119 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4120 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4121 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
4122 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4123 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4124 * frv-tdep.c (frv_gdbarch_init): Ditto.
4125 * cris-tdep.c (cris_gdbarch_init): Ditto.
4126 * avr-tdep.c (avr_gdbarch_init): Ditto.
4127 * arm-tdep.c (arm_gdbarch_init): Ditto.
4128 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4129 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4130
35cac7cf
AC
41312003-03-01 Andrew Cagney <cagney@redhat.com>
4132
4133 * gdbarch.sh (register_type): New function with predicate.
4134 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
4135 * gdbarch.h, gdbarch.c: Re-generate.
4136 * arch-utils.c (generic_register_byte): Use generic_register_size.
4137 (generic_register_size): When available, use
4138 gdbarch_register_type.
4139 * regcache.c (init_regcache_descr): When available, initialize the
4140 register type array using gdbarch_register_type. If the
4141 architecture supplies gdbarch_register_type, do not use the legacy
4142 regcache layout.
4143 * d10v-tdep.c (d10v_register_type): Replace
4144 d10v_register_virtual_type.
4145 (d10v_gdbarch_init): Set register_type instead of
4146 register_virtual_type.
4147
7b83296f
AC
41482003-03-01 Andrew Cagney <cagney@redhat.com>
4149
4150 * Makefile.in (ax-gdb.o): Update dependencies.
4151 * ax-gdb.c: Include "regcache.h".
4152 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
4153 * findvar.c (value_of_register): Ditto.
4154 * infcmd.c (default_print_registers_info): Ditto.
4155
eadc1c87
MK
41562003-03-01 Mark Kettenis <kettenis@gnu.org>
4157
4158 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
4159 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4160
14143612
MK
41612003-03-01 Mark Kettenis <kettenis@gnu.org>
4162
4163 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
4164 of STREQ.
4165
a55cc764
DJ
41662003-02-28 Daniel Jacobowitz <drow@mvista.com>
4167
4168 * Makefile.in (dwarf2loc.o): Update dependencies.
4169 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
4170 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
4171 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
4172 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
4173 (locexpr_tracepoint_var_ref): New function.
4174 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
4175
08a617da
AC
41762003-02-28 Andrew Cagney <cagney@redhat.com>
4177
4178 * regcache.c (register_size): New function.
4179 * regcache.h (register_size): Declare
4180 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
4181 max_register_size instead of MAX_REGISTER_RAW_SIZE.
4182
4224873a
DC
41832003-02-28 David Carlton <carlton@math.stanford.edu>
4184
4185 * linespec.c (decode_compound): Extract code into find_method.
4186 (find_method): New.
4187
ccdc5d7f
JB
41882003-02-28 J. Brobecker <brobecker@gnat.com>
4189
4190 * Makefile.in: Add rules to build and link in observer.o.
4191
974e8ced
JB
41922003-02-27 J. Brobecker <brobecker@gnat.com>
4193
4194 * observer.c: Minor comments edits.
4195
7a28f973
JB
41962003-02-27 J. Brobecker <brobecker@gnat.com>
4197
4198 * observer.h, observer.c: New file.
4199
27cddce2
AC
42002003-02-27 Andrew Cagney <cagney@redhat.com>
4201
4202 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
4203
b94a41a1
SC
42042003-02-27 Stephane Carrez <stcarrez@nerim.fr>
4205
4206 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
4207 (M6812_OP_STS_EXT): Likewise.
4208 (m6811_prologue): Use the above to recognize prologue.
4209 (m6812_prologue): Likewise.
4210
c8be8951
DC
42112003-02-27 David Carlton <carlton@math.stanford.edu>
4212
4213 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
4214 SYMBOL_PRINT_NAME.
4215 (compare_psymbols): Ditto.
4216 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
4217
d05bb1fc
MS
42182003-02-27 Michael Snyder <msnyder@redhat.com>
4219
4e845cd3
MS
4220 * f-lang.c (build_fortran_types): New function.
4221 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
4222 * doublest.c (extract_floating): Fix warning text.
4223
f3824013
AC
42242003-02-27 Andrew Cagney <cagney@redhat.com>
4225
4226 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
4227 predicate. Replaces PUSH_DUMMY_FRAME.
4228 * gdbarch.h, gdbarch.c: Regnerate.
4229 * valops.c (hand_function_call): Update. Call
4230 generic_push_dummy_frame directly.
4231 * vax-tdep.c (vax_gdbarch_init): Update.
4232 * sparc-tdep.c (sparc_gdbarch_init): Update.
4233 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4234 * m68k-tdep.c (m68k_gdbarch_init): Update.
4235 * hppa-tdep.c (hppa_gdbarch_init): Update.
4236 * alpha-tdep.c (alpha_gdbarch_init): Update.
4237 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
4238 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
4239 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
4240 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
4241 push_dummy_frame to generic_push_dummy_frame.
4242 * v850-tdep.c (v850_gdbarch_init): Ditto.
4243 * sh-tdep.c (sh_gdbarch_init): Ditto.
4244 * s390-tdep.c (s390_gdbarch_init): Ditto.
4245 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4246 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4247 * mips-tdep.c (mips_gdbarch_init): Ditto.
4248 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4249 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4250 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4251 * i386-tdep.c (i386_gdbarch_init): Ditto.
4252 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4253 * frv-tdep.c (frv_gdbarch_init): Ditto.
4254 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4255 * cris-tdep.c (cris_gdbarch_init): Ditto.
4256 * avr-tdep.c (avr_gdbarch_init): Ditto.
4257 * arm-tdep.c (arm_gdbarch_init): Ditto.
4258
ad188201
KB
42592003-02-26 Kevin Buettner <kevinb@redhat.com>
4260
4261 * mips-tdep.c (show_mips_abi): New function.
4262 (_initialize_mips_tdep): Use show_mips_abi() to implement the
4263 command ``show mips abi''.
4264
6b37567a
JJ
42652003-02-26 Jeff Johnston <jjohnstn@redhat.com>
4266
4267 From Elena Zannoni <ezannoni@redhat.com>
4268 * dbxread.c (process_one_symbol): Only record line 0 if one or
4269 more sline entries have been seen for the function.
4270
d3e0a5bf
MC
42712003-02-26 Michael Chastain <mec@shout.net>
4272
4273 * configure: Regenerate with autoconf 000227.
4274
18972eea
MC
42752003-02-26 Michael Chastain <mec@shout.net>
4276
4277 Close PR build/660.
4278 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
4279 for old libc5/glibc.
4280 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
4281
0bbde931
KW
42822003-02-26 Kris Warkentin <kewarken@qnx.com>
4283
4284 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
4285 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
4286
27ca5dad
MC
42872003-02-26 Michael Chastain <mec@shout.net>
4288
4289 * configure.in: New variable HAVE_UINTPTR_T.
4290 * configure, config.in: Regenerated.
4291
6f88d630
DJ
42922003-02-26 Daniel Jacobowitz <drow@mvista.com>
4293
4294 Fix PR build/1097.
4295 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
4296
b14185ce
AC
42972003-02-25 Andrew Cagney <cagney@redhat.com>
4298
4299 * frame.c (get_prev_frame): Add comment on check for
4300 inside_entry_func. Only check for inside_entry_file when not a
4301 dummy and not a sentinel. Check that the new frame is not inner
4302 to the old frame.
4303
ac2bd0a9
AC
43042003-02-25 Andrew Cagney <cagney@redhat.com>
4305
4306 * frame.c (frame_debug): New variable.
4307 (_initialize_frame): Add "set/show debug frame" command.
4308 (get_prev_frame): When frame_debug, print reason why unwind
4309 failed.
4310
b18a0fd2
MC
43112003-02-25 Michael Chastain <mec@shout.net>
4312
4313 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
4314 to avoid uintptr_t definition problems.
4315
22abf04a
DC
43162003-02-25 David Carlton <carlton@math.stanford.edu>
4317
4318 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
4319 (SYMBOL_LINKAGE_NAME): Ditto.
4320 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
4321 SYMBOL_LINKAGE_NAME.
4322 (struct general_symbol_info): Expand comment.
4323 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
4324 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
4325 (SYMBOL_MATCHES_REGEXP): Ditto.
4326 * symtab.c (symbol_natural_name): New function.
4327 * objfiles.h: Replace all uses of SYMBOL_NAME by
4328 DEPRECATED_SYMBOL_NAME.
4329 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
4330 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
4331 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
4332 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
4333 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
4334 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
4335 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
4336 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
4337 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
4338 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
4339 * ada-exp.y: Ditto.
4340 * ada-exp.y: Update copyright.
4341 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
4342 * cp-valprint.c: Ditto.
4343
1a5848f6
JJ
43442003-02-25 Jeff Johnston <jjohnstn@redhat.com>
4345
4346 * infptrace.c (detach): Do not flag error if ptrace detach fails
4347 and errno is set to ESRCH.
4348
7343d46a
AC
43492003-02-24 Andrew Cagney <cagney@redhat.com>
4350
4351 * infptrace.c (udot_info): Change type of udot_off to long. Use
4352 paddr when printing udot_off's value.
4353
49fa1dc2
DC
43542003-02-24 David Carlton <carlton@math.stanford.edu>
4355
4356 * symtab.c (make_symbol_overload_list): Only read in partial
4357 symtabs containing a matching partial symbol.
4358
0fe19209
DC
43592003-02-24 David Carlton <carlton@math.stanford.edu>
4360
4361 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
4362 do the comparison, not strcmp.
4363 * symfile.c (compare_psymbols): Ditto.
4364 * defs.h: Declare strcmp_iw_ordered.
4365 * utils.c (strcmp_iw_ordered): New function.
4366
8e3ee7b5
JB
43672003-02-24 Jim Blandy <jimb@redhat.com>
4368
4369 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
4370 support, shared libs): Remove my name from here, to better reflect
4371 reality.
4372
7df1a324
KW
43732003-02-24 Kris Warkentin <kewarken@qnx.com>
4374
4375 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
4376 (target_ops): Add to_have_continuable_watchpoint.
4377 * target.c (update_current_target): Add INHERIT line for
4378 to_have_continuable_watchpoint.
4379 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
4380 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
4381 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
4382 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
4383
d1c76907
EZ
43842003-02-24 Elena Zannoni <ezannoni@redhat.com>
4385
4386 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
4387 maintainership.
4388
2610b0bf
KW
43892003-02-24 Kris Warkentin <kewarken@qnx.com>
4390
f46169db
KW
4391 * solib.c (solib_open): Call target defined search function after
4392 failing with solib-search-path.
4393 * solist.h (target_so_ops): Add find_and_open_solib function hook and
4394 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 4395
9a3c34fe
KW
43962003-02-24 Kris Warkentin <kewarken@qnx.com>
4397
f46169db 4398 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 4399
2417dd25
SC
44002003-02-23 Stephane Carrez <stcarrez@nerim.fr>
4401
4402 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
4403
b631436b
SC
44042003-02-22 Stephane Carrez <stcarrez@nerim.fr>
4405
4406 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
4407 (m68hc11_add_reggroups): New function.
4408 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
4409 (m68hc11_gdbarch_init): Install the reggroups.
4410 (_initialize_m68hc11_tdep): Initialize them.
4411
0aa8c1e4
JW
44122003-02-21 James E Wilson <wilson@tuliptree.org>
4413
4414 * MAINTAINERS: Update my email address.
4415
50ceaba5
DC
44162003-02-21 David Carlton <carlton@math.stanford.edu>
4417
4418 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
4419
4c2df51b
DJ
44202003-02-21 Daniel Jacobowitz <drow@mvista.com>
4421
4422 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
4423 * symtab.h: Add opaque declarations of struct axs_value and
4424 struct agent_expr.
4425 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
4426 (struct location_funcs): New type.
4427 (struct symbol): Add "loc" to aux_value.
4428 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
4429 * dwarf2read.c: Include "dwarf2expr.h".
4430 (dwarf2_symbol_mark_computed): New function.
4431 (read_func_scope): Use it.
4432 (var_decode_location): New function.
4433 (new_symbol): Use it.
4434 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
4435
4436 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
4437 (dwarf2expr_h, dwarf2loc_h): New variables.
4438 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
4439 (dwarf2expr.o, dwarf2loc.o): New rules.
4440 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
4441 * buildsym.c (finish_block): Handle LOC_COMPUTED and
4442 LOC_COMPUTED_ARG.
4443 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
4444 * m2-exp.y (yylex): Likewise.
4445 * printcmd.c (address_info, print_frame_args): Likewise.
4446 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
4447 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
4448 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
4449 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
4450 * symtab.c (lookup_block_symbol): Likewise.
4451
5784d15e
AF
44522003-02-20 Adam Fedor <fedor@gnu.org>
4453
4454 * symtab.h: Remove objc_specific struct
4455 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
4456 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
4457 Have language_objc use cplus_specific struct.
4458
d4cad8db
TT
44592003-02-20 Tom Tromey <tromey@redhat.com>
4460
4461 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
4462 TYPE_NAME, when printing a String value. PR java/1075.
4463
2f9a90b4
AF
44642003-02-20 Adam Fedor <fedor@gnu.org>
4465
d38074a8 4466 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 4467 * objc-lang.c (find_methods): Make static.
2f9a90b4 4468
6f17862b
CF
44692003-02-20 Christopher Faylor <cgf@redhat.com>
4470
4471 * win32-nat.c (get_image_name): Check return value from
4472 ReadProcessMemory.
4473 (child_xfer_memory): Ditto.
4474
715d1656
AO
44752003-02-20 Alexandre Oliva <aoliva@redhat.com>
4476
4477 * configure.in (TARGET_SYSTEM_ROOT): Set default to
4478 ${exec_prefix}/${target_alias}/sys-root. Match explicit
4479 '${exec_prefix}' (in addition to the expansion thereof) as
4480 relocatable.
4481 * configure: Rebuilt.
4482
b1262a02
DC
44832003-02-20 David Carlton <carlton@math.stanford.edu>
4484
4485 * symtab.c (search_symbols): Revert the search_symbols part of my
4486 2002-12-23 patch. Add comment.
4487
7134143f
DJ
44882002-02-20 Daniel Jacobowitz <drow@mvista.com>
4489
4490 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
4491 * dbxread.c (elfstab_build_psymtabs): Don't call
4492 install_minimal_symbols.
4493 (stabsect_build_psymtabs): Likewise.
4494 * elfread.c (elf_symfile_read): Call install_minimal_symbols
4495 earlier.
4496 * somread.c (som_symfile_read): Call install_minimal_symbols
4497 and do_cleanups earlier.
4498 * nlmread.c (nlm_symfile_read): Likewise.
4499 * mdebugread.c (elfmdebug_build_psymtabs): Call
4500 install_minimal_symbols and make appropriate cleanups.
4501
cf466558
KB
45022003-02-20 Kevin Buettner <kevinb@redhat.com>
4503
4504 * solib.c (reload_shared_libraries): New function.
4505 (_initialize_solib): Add callbacks for ``set solib-search-path''
4506 and ``set solib-absolute-prefix''.
4507
de5ad195
DC
45082003-02-20 David Carlton <carlton@math.stanford.edu>
4509
4510 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
4511 expand comment.
4512 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
4513 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
4514 * ada-typeprint.c (ada_typedef_print): Ditto.
4515 * ax-gdb.c (gen_var_ref): Ditto.
4516 * breakpoint.c (print_one_breakpoint): Ditto.
4517 * buildsym.c (finish_block): Ditto.
4518 * c-valprint.c (c_val_print): Ditto.
4519 * expprint.c (print_subexp): Ditto.
4520 * findvar.c (locate_var_value): Ditto.
4521 * infcmd.c (jump_command): Ditto.
4522 * linespec.c (decode_line_2, decode_compound): Ditto.
4523 * maint.c (maintenance_translate_address): Ditto.
4524 * objc-lang.c (compare_selectors, compare_classes): Ditto.
4525 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
4526 Ditto.
4527 * p-valprint.c (pascal_val_print): Ditto.
4528 * stabsread.c (define_symbol): Ditto.
4529 * stack.c (print_frame, frame_info, print_block_frame_locals)
4530 (print_frame_arg_vars, return_command): Ditto.
4531 * symfile.c (compare_symbols, compare_psymbols): Ditto.
4532 * symmisc.c (print_symbol): Ditto.
4533 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
4534 (compare_search_syms, print_symbol_info, print_msymbol_info)
4535 (rbreak_command): Ditto.
4536 * tracepoint.c (tracepoints_info): Ditto.
4537 * typeprint.c (typedef_print): Ditto.
4538 * valops.c (value_of_variable, hand_function_call): Ditto.
4539 * cli/cli-cmds.c (edit_command, list_command): Ditto.
4540 * ada-typeprint.c: Update Copyright.
4541 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
4542 * tracepoint.c, cli/cli-cmds.c: Ditto.
4543
f796e4be
KB
45442003-02-20 Kevin Buettner <kevinb@redhat.com>
4545
4546 * frame.c (generic_unwind_get_saved_register): Make non-static.
4547 * frame.h (generic_unwind_get_saved_register): Declare.
4548 * mips-tdep.c (read_next_frame_reg): Fetch register from
4549 current regcache when frame is NULL.
4550 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
4551 that must be NULL.
4552 (mips_get_saved_register): Call generic_unwind_get_saved_register()
4553 instead of frame_register_unwind().
4554
836cc9f4
AC
45552003-02-20 Andrew Cagney <ac131313@redhat.com>
4556
4557 * remote-sim.c (gdbsim_insert_breakpoint)
4558 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
4559 code.
4560
501eef12
AC
45612003-02-20 Andrew Cagney <ac131313@redhat.com>
4562
4563 * remote.c (_initialize_remote): Add commands "set/show remote
4564 hardware-watchpoint-limit" and "set/show remote
4565 hardware-breakpoint-limit".
4566 (remote_hw_watchpoint_limit): Initialize to -1.
4567 (remote_hw_breakpoint_limit): Ditto.
4568 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
4569
1b6bc7e0
CF
45702003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
4571
4572 * coff-pe-read.c: New file - support reading of minimal symbols from a
4573 portable executable using the export table.
4574 * coff-pe-read.h: New file.
4575 * coffread.c: Include coff-pe-read.h.
4576 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
4577 debugging symbols found.
4578 * Makefile.in (SFILES): Add coff-pe-read.o.
4579 (coff_pe_read_h): Define.
4580 (COMMON_OBS): Add coff-pe-read.o.
4581 (coffread.o): Add coff_pe_read_h dependency.
4582 (coff-pe-read.o): New target.
4583
fe898f56
DC
45842003-02-19 David Carlton <carlton@math.stanford.edu>
4585
4586 * Makefile.in (SFILES): Add block.c.
4587 (block_h): New.
4588 (COMMON_OBS): Add block.o.
4589 (block.o): New.
4590 (x86-64-tdep.o): Add $(block_h).
4591 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
4592 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
4593 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
4594 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
4595 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
4596 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
4597 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
4598 * value.h: Add opaque declaration for struct block.
4599 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
4600 * ada-lang.h: Ditto.
4601 * x86-64-tdep.c: #include "block.h"
4602 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
4603 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
4604 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
4605 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
4606 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
4607 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
4608 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
4609 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
4610 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
4611 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
4612 * symtab.c (block_function): Ditto.
4613 (contained_in): Ditto.
4614 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
4615 block.h. Add opaque declaration for struct block.
4616 * symtab.h: Move block_function and contained_in declarations to
4617 block.h. Add opaque declarations for struct block, struct
4618 blockvector.
4619 (struct block): Move to block.h.
4620 (struct blockvector): Ditto.
4621 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
4622 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
4623 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
4624 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
4625 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
4626 Ditto.
4627 * block.c: New file.
4628 * block.h: New file.
4629
173345b5
TR
46302003-02-19 Theodore A. Roth <troth@openavr.org>
4631
4632 * avr-tdep.c (avr_extract_return_value): Remove function.
4633 (avr_store_return_value): Remove function.
4634 (avr_extract_struct_value_address): Remove function.
4635 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
4636
338ef23d
AC
46372003-02-19 Andrew Cagney <ac131313@redhat.com>
4638
4639 * rs6000-tdep.c: Include "gdb_assert.h".
4640 (registers_e500): Add "acc" and "spefscr".
4641 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
4642 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
4643 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
4644 really is "r0".
4645 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
4646
5412f5f3
KS
46472003-02-18 Keith Seitz <keiths@redhat.com>
4648
4649 * Makefile.in: Add gdbtk-interps.c.
4650
881324eb
KB
46512003-02-18 Kevin Buettner <kevinb@redhat.com>
4652
4653 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
4654 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
4655
6a2f5abf
AC
46562003-02-18 Andrew Cagney <cagney@redhat.com>
4657
4658 * symtab.h (struct objfile): Add opaque declaration.
4659
54c7009d
EZ
46602003-02-18 Elena Zannoni <ezannoni@redhat.com>
4661
4662 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
4663 * dbxread.c (process_one_symbol): Use last_function_start rather
4664 than function_start_offset to find the real beginning of the
4665 current function. The latter is just the text section offset on
4666 some systems, the former is always the real function start.
54c7009d 4667
7ee6d7eb
AC
46682003-02-17 Andrew Cagney <cagney@redhat.com>
4669
4670 * configure.in: Revert ${target} != ${host}.
4671
2846da9b
AC
46722003-02-17 Andrew Cagney <ac131313@redhat.com>
4673
4674 * configure.in (Makefile): Use the test ${target} != ${host},
4675 instead of the absence of the "nm.h" file, to determine of the
4676 configuration non-native.
4677 * configure: Regenerate.
4678
3b27aeea
EZ
46792003-02-14 Elena Zannoni <ezannoni@redhat.com>
4680
fbe586ae 4681 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
4682
4683 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
4684 conditionalize tui_active test.
4685 (lookup_cmd_1): Ditto.
4686
b0b1c2c0
MK
46872003-02-14 Mark Kettenis <kettenis@gnu.org>
4688
4689 * configure.in: Add check for _etext.
4690 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
4691 available.
4692 * config.in, configure: regenerated.
4693
8f05cde5
DJ
46942003-02-14 Daniel Jacobowitz <drow@mvista.com>
4695
4696 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
4697
021e7609
AC
46982003-02-14 Andrew Cagney <ac131313@redhat.com>
4699
4700 * main.c (tui_version): Delete variable.
4701 (captured_main): When --tui, set interpreter_p to "tui" instead of
4702 enabling tui_version.
4703 * printcmd.c (display_command) [TUI]: Test tui_active instead of
4704 tui_version.
4705 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
4706 * cli/cli-cmds.c (disassemble_command): Ditto.
4707 * defs.h (tui_version): Delete declaration.
4708 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
4709 (tui-interp.o): Add rules.
4710 (SUBDIR_TUI_OBS): Add "tui-interp.o".
4711
e325dcec
CF
47122003-02-14 Christopher Faylor <cgf@redhat.com>
4713
36ffb041 4714 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
4715 just-loaded dll.
4716
c4f90d87
JM
47172003-02-12 Jason Molenda (jmolenda@apple.com)
4718
fbe586ae
RH
4719 * symmisc.c (print_objfile_statistics): Include information about
4720 the number of psymtabs and symtabs in each object file.
c4f90d87 4721
e46e5ccd
KS
47222003-02-13 Keith R Seitz <keiths@redhat.com>
4723
4724 * main.h (struct captured_main_args): Add interpreter_p.
4725 * main.c (captured_main): Initialize interpreter_p from context.
4726 * gdb.c (main): Set interpreter_p argument.
4727 * Makefile.in (gdb.o): Add dependency for interps.h.
4728
fe97fe9c
AC
47292003-02-12 Andrew Cagney <ac131313@redhat.com>
4730
4731 * event-top.c (cli_command_loop): Delete declaration.
4732 (_initialize_event_loop): Delete function setting event_loop_hook.
4733 * event-top.h (cli_command_loop): Declare. Update copyright.
4734 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
4735 * interps.c (current_interp_command_loop): When event_loop_p, call
4736 cli_command_loop.
4737
1cdac4ef
AC
47382003-02-12 Andrew Cagney <ac131313@redhat.com>
4739
4740 * interps.h (interp_command_loop_ftype): Change return type to
4741 void.
4742
48037ead
ML
47432003-02-12 Michal Ludvig <mludvig@suse.cz>
4744
4745 * x86-64-tdep.c (x86_64_extract_return_value)
4746 (x86_64_store_return_value): Use regcache instead of regbuf.
4747 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
4748 * x86-64-linux-nat.c (fill_gregset): Use regcache.
4749
033afc63
AC
47502003-02-11 Andrew Cagney <ac131313@redhat.com>
4751
4752 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
4753 * aclocal.m4: Regenerate.
4754 * configure: Regenerate.
4755
4756 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
4757 TCL_LD_SEARCH_FLAGS.
4758
40d02bca
ML
47592003-02-10 Michal Ludvig <mludvig@suse.cz>
4760
4761 * dwarf2cfi.c: Reindented.
4762
11308a41
AC
47632003-02-09 Andrew Cagney <ac131313@redhat.com>
4764
4765 * interps.c (clear_interpreter_hooks): Convert function definition
4766 to ISO C.
4767
e1c1c0f6
DC
47682003-02-07 David Carlton <carlton@math.stanford.edu>
4769
4770 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
4771
ab5d3da6
KB
47722003-02-07 Kevin Buettner <kevinb@redhat.com>
4773
4774 * gdbtypes.h (struct main_type): Move ``length'' field from here...
4775 (struct type): ...to here.
4776 (TYPE_LENGTH): Adjust to reflect different location of ``length''
4777 field.
4778 * gdbtypes.c (make_qualified_type): Set length on newly created type.
4779 (replace_type): Set length on all type variants for a given type.
4780
b8a92b82
AC
47812003-02-07 Andrew Cagney <ac131313@redhat.com>
4782
4783 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
4784 <sys/stat.h>.
4785 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
4786
5cb316ef
AC
47872003-02-06 Andrew Cagney <ac131313@redhat.com>
4788
2555fe1a
AC
4789 * Makefile.in (symm-nat.o): Update dependencies.
4790 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
4791 (lynx-nat.o, ia64-linux-nat.): Ditto.
4792 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
4793 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
4794 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
4795
44270758
AC
4796 * Makefile.in (inflow_h): Define.
4797 (procfs.o, inflow.o, procfs.o): Update dependencies.
4798 * inftarg.c (child_stop): Delete extern declaration of
4799 inferior_process_group. Include "inflow.h".
4800 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
4801 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
4802 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
4803 (our_process_group, inferior_process_group): Extern declarations.
4804
df8f7274
AC
4805 * procfs.c: Include "gdb_assert.h".
4806
5cb316ef
AC
4807 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
4808 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
4809 * jv-typeprint.c (java_type_print_base): Ditto.
4810 * typeprint.c (typedef_print): Eliminate STREQ.
4811 * cli/cli-script.c (define_command, define_command): Ditto.
4812 * main.c (captured_main): Ditto.
4813 * values.c (lookup_internalvar): Ditto.
4814 * utils.c (safe_strerror, parse_escape): Eliminate assignment
4815 within `if' conditional.
4816 * linespec.c (decode_line_2): Ditto.
4817 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
4818 (bfd_openw_with_cleanup): Ditto.
4819
2a28ccea
MK
48202003-02-07 Mark Kettenis <kettenis@gnu.org>
4821
4822 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
4823 legacy_extract_return_value and store_return_value to
4824 legacy_return_value.
4825
786b8124
CF
48262003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
4827
4828 * win32-nat.c (get_relocated_section_addrs): New function. Find
4829 section load addresses for symbol handling in relocated DLLs.
4830 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
4831
b871e4ec
FF
48322003-02-05 Fred Fish <fnf@intrinsity.com>
4833
4834 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
4835 '=' and '!='.
4836 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
4837 with '&' and '=='.
4838 (angel_RDI_info): Ditto.
4839 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
4840 with '&' and '!='.
4841 (threads_continue_all_with_signals): Ditto.
4842
4389a95a 48432003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
4844 Keith Seitz <keiths@redhat.com>
4845 Elena Zannoni <ezannoni@redhat.com>
4846 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
4847
4848 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
4849 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
4850 (SUBDIR_MI_OBS): Add "mi-interp.o".
4851 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
4852 (SFILES): Add "interps.c".
4853 (COMMON_OBS): Add "interps.o".
4854 (interps_h, mi_main_h): Define.
4855 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
4856 (mi-main.o, main.o, event-top.o): Update dependencies.
4857 * cli/cli-interp.c: New file.
4858 * interps.h, interps.c: New files.
4859 * top.c: (gdb_init): Don't install the default interpreter, handed
4860 by captured_main.
4861 * main.c: Include "interps.h".
4862 (interpreter_p): Note that it should malloc'ed.
4863 (captured_command_loop): Call current_interp_command_loop.
4864 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
4865 xfree and xstrdup when updating interpreter_p. Install the
4866 default interpreter. Add hack to stop mi1's copyright notice
4867 being encoded.
4868 * event-top.h (gdb_setup_readline): Declare.
4869 (gdb_disable_readline): Declare.
4870 * event-top.c: Include "interps.h".
4871 (display_gdb_prompt): Call current_interp_display_prompt_p.
4872 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
4873 gdb_stdlog, and gdb_stdtarg.
4874 (_initialize_event_loop): Don't call gdb_setup_readline.
4875 * cli-out.c (cli_out_set_stream): New function.
4876 * cli-out.h (cli_out_set_stream): Declare.
4877
ff3b5810
MK
48782003-02-06 Mark Kettenis <kettenis@gnu.org>
4879
4880 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
4881 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
4882 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
4883 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
4884 config/i386/i386v42mp.mt: Removed.
4885
5b729aa5
MK
48862003-02-05 Mark Kettenis <kettenis@gnu.org>
4887
4888 * configure.tgt (*-*-solaris*): Set gdb_osabi to
4889 GDB_OSABI_SOLARIS.
4890
8cc15142
MC
48912003-02-05 Michael Chastain <mec@shout.net>
4892
4893 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
4894 2.12.1 and earlier versions.
4895
5aa5d4b9
AC
48962003-02-05 Andrew Cagney <ac131313@redhat.com>
4897
4898 Remove orphaned hosts, targets and files.
4899 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
4900 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
4901 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
4902 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
4903 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
4904 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
4905 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
4906 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
4907 * config/sparc/tm-sp64sim.h: Delete.
4908 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
4909 hosts.
4910 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
4911 mips*-dec-mach3* targets.
4912
b68767c1
MC
49132003-02-04 Michael Chastain <mec@shout.net>
4914
4915 * NEWS: Fix typo: sepcifying -> specifying.
4916
5ae7ca1d
MC
49172003-02-04 Michael Chastain <mec@shout.net>
4918
4919 * dwarfread.c: Add documentation on the state of dwarf-1,
4920 looking towards obsoletion.
4921
d08a4280
MC
49222003-02-03 Michael Chastain <mec@shout.net>
4923
4924 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
4925 gdb/testsuite/gdb.c++/pr-1023.exp.
4926
e9be73e4
AC
49272003-02-04 Andrew Cagney <ac131313@redhat.com>
4928
4929 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
4930 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
4931
4932 * utils.c (init_page_info): Delete reference to MPW in comments.
4933 * main.c (captured_main): Delete #ifdef MPW.
4934
05d57f6f
AC
49352003-02-04 Andrew Cagney <ac131313@redhat.com>
4936
4937 * NEWS: Note that the m32r-*-elf* is obsolete.
4938 * monitor.c (monitor_expect): Obsolete reference to m32r.
4939 * configure.tgt: Mark m32r-*-elf* as obsolete.
4940 * MAINTAINERS: Mark m32k as obsolete.
4941 * m32r-rom.c: Obsolete file.
4942 * config/m32r/m32r.mt: Obsolete file.
4943 * config/m32r/tm-m32r.h: Obsolete file.
4944 * m32r-stub.c: Obsolete file.
4945 * m32r-tdep.c: Obsolete file.
4946
8b0e5691
AC
49472003-02-04 Andrew Cagney <ac131313@redhat.com>
4948
4949 * NEWS: Mention that the z8k-zilog-none is obsolete.
4950 * MAINTAINERS: Mark z8k as obsolete.
4951 * configure.tgt: Obsolete the z8k-*-coff* target.
4952 * config/z8k/z8k.mt: Obsolete file.
4953 * config/z8k/tm-z8k.h: Obsolete file.
4954 * z8k-tdep.c: Obsolete file.
4955
67f16606
AC
49562003-02-04 Andrew Cagney <ac131313@redhat.com>
4957
4958 * NEWS: Mention that the mn10200-elf is obsolete.
4959 * configure.tgt: Obsolete mn10200-*-* target.
4960 * breakpoint.c (update_breakpoints_after_exec): Update comment to
4961 mention that the mn10200 is obsolete.
4962 * breakpoint.h: Ditto.
4963 * MAINTAINERS: Mark the mn10200-elf as obsolete.
4964 * config/mn10200/mn10200.mt: Obsolete file.
4965 * config/mn10200/tm-mn10200.h: Obsolete file.
4966 * mn10200-tdep.c: Obsolete file.
4967
fd2299bd
AC
49682003-02-04 Andrew Cagney <ac131313@redhat.com>
4969
4970 * MAINTAINERS: Mark h8500 as obsolete.
4971 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
4972 * findvar.c (value_from_register): Ditto.
4973 * h8500-tdep.c: Mark file as obsolete.
4974 * config/h8500/h8500.mt: Ditto.
4975 * config/h8500/tm-h8500.h: Ditto.
4976 * NEWS: Mention that h8500 is obsolete.
4977
eb9a305d
DC
49782003-02-04 David Carlton <carlton@math.stanford.edu>
4979
4980 * objfiles.c (allocate_objfile): Always set name. Add comment at
4981 start of function.
4982 * jv-lang.c (get_dynamics_objfile): Add comment.
4983
406fc7fb
DC
49842003-02-04 David Carlton <carlton@math.stanford.edu>
4985
4986 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
4987 * printcmd.c (build_address_symbolic): Replace uses of
4988 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
4989 SYMBOL_NAME, and asm_demangle.
4990 Update copyright.
4991
93d91629
DC
49922003-02-04 David Carlton <carlton@math.stanford.edu>
4993
4994 * linespec.c (decode_compound): Extract code into
4995 lookup_prefix_sym.
4996 (lookup_prefix_sym): New function.
4997
1c5cb38e
DC
49982003-02-04 David Carlton <carlton@math.stanford.edu>
4999
5000 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
5001 FLOAT_COERCION_BADNESS.
5002 * gdbtypes.c (rank_one_type): Replace all uses of
5003 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
5004
0cf824c9
JB
50052003-02-04 Jim Blandy <jimb@redhat.com>
5006
5007 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
5008 section, let dwarf_macinfo_section point to it, not
5009 dwarf_loc_section.
5010
a2d356b0
DJ
50112003-02-04 Daniel Jacobowitz <drow@mvista.com>
5012
5013 Pointed out by Anton Blanchard <anton@samba.org>.
5014 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
5015 (ppc_linux_at_sigtramp_return_path): Use it.
5016
2de7ced7
DJ
50172003-02-04 Daniel Jacobowitz <drow@mvista.com>
5018
5019 * defs.h (streq): Add prototype.
5020 * utils.c (streq): New function.
5021
5022 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
5023 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
5024 * mdebugread.c (new_symbol): Likewise.
5025 * stabsread.c (define_symbol): Likewise.
5026 * coffread.c (process_coff_symbol): Likewise.
5027 * dwarfread.c (new_symbol): Likewise.
5028
5029 * minsyms.c (prim_record_minimal_symbol_and_info): Use
5030 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
5031 here.
5032 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
5033 SYMBOL_INIT_DEMANGLED_NAME.
5034 * objfiles.c: Include "hashtab.h".
5035 (allocate_objfile): Call htab_set_functions_ex for the
5036 demangled_names_hash.
5037 (free_objfile): Call htab_delete for the demangled_names_hash.
5038 * objfiles.h (struct htab): Add declaration.
5039 (struct objfile): Add demangled_names_hash.
5040 * symfile.c: Include "hashtab.h".
5041 (reread_symbols): Call htab_delete for the demangled_names_hash.
5042 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
5043 SYMBOL_NAME in the bcache.
5044 * symtab.c: Include "hashtab.h". Update comments.
5045 (create_demangled_names_hash, symbol_set_names): New functions.
5046 (symbol_find_demangled_name): New function, broken out from
5047 symbol_init_demangled_names.
5048 (symbol_init_demangled_names): Use it.
5049 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
5050 (SYMBOL_SET_NAMES): New macro.
5051 (symbol_set_names): Add prototype.
5052
15831452
JB
50532003-02-03 Jim Blandy <jimb@redhat.com>
5054
5055 Use a single, consistent representation for an empty minimal
5056 symbol table in an objfile.
5057 * objfiles.c (terminate_minimal_symbol_table): New function.
5058 (allocate_objfile): Call it.
5059 * objfiles.h (terminate_minimal_symbol_table): New declaration.
5060 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
5061 non-NULL.
5062 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
5063 objfile has minimal symbols, compare minimal_symbol_count to zero,
5064 instead of comparing msymbols with NULL.
5065 * objfiles.c (have_minimal_symbols): Same.
5066 * solib-sunos.c (solib_add_common_symbols): Call
5067 terminate_minimal_symbol_table.
5068 * symfile.c (reread_symbols): Same.
5069
ffc65945
KB
50702003-02-03 Kevin Buettner <kevinb@redhat.com>
5071
5072 * s390-tdep.c (s390_address_class_type_flags)
5073 (s390_address_class_type_flags_to_name)
5074 (s390_address_class_name_to_type_flags): New functions.
5075 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
5076 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
5077
f211c6d4
MS
50782003-02-03 Michael Snyder <msnyder@redhat.com>
5079
5080 * arm-tdep.c: Fix spell-o in comment.
5081
659b0389
ML
50822003-02-03 Michal Ludvig <mludvig@suse.cz>
5083
5084 * dwarf2cfi.c (pointer_encoding): Added new parameter.
5085 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
5086 error messages to contain BFD filename.
5087
3b31d625
EZ
50882003-02-02 Elena Zannoni <ezannoni@redhat.com>
5089
997b089a 5090 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
5091 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
5092 (do_mixed_source_and_assembly): Use
5093 make_cleanup_ui_out_tuple_begin_end and
5094 make_cleanup_ui_out_tuple_begin_end.
5095 (do_mixed_source_and_assembly): Ditto.
5096 * thread.c (do_captured_list_thread_ids): Ditto.
5097 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
5098 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
5099 ui_out_tuple_end): Delete prototypes.
5100 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
5101 ui_out_list_end, ui_out_tuple_end): Delete.
5102
5103 From Kevin Buettner <kevinb@redhat.com>:
5104 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
5105 * ui-out.c (make_cleanup_ui_out_table_begin_end)
5106 (do_cleanup_table_end): New functions.
5107 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
5108 Use cleanups to invoke_ui_out_tuple_end().
5109 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
5110 * cli/cli-setshow.c (cmd_show_list): Use
5111 make_cleanup_ui_out_tuple_begin_end.
5112
5b181d62
AC
51132003-02-02 Andrew Cagney <ac131313@redhat.com>
5114
5115 * frame.c (frame_unwind_register): New function.
5116 (frame_unwind_unsigned_register): Use.
5117 (frame_unwind_signed_register): Use.
5118 (frame_read_register): New function.
5119 * frame.h (frame_unwind_register): Declare.
5120 (frame_read_register): Declare.
5121
5122 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
5123 and frame_unwind_register instead of read_memory, write_register
5124 and deprecated_write_register_bytes.
5125
5f601589
AC
51262003-02-02 Andrew Cagney <ac131313@redhat.com>
5127
5128 * frame.h: Note that namelen can be negative.
5129 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
5130 NAME's length.
5131
5132 * NEWS: Mention that the d10v's `regs' command is deprecated.
5133 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
5134 (d10v_print_registers_info): New function.
5135 (show_regs): Call d10v_print_registers_info.
5136 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
5137
6a3fe0a4
MK
51382003-02-02 Mark Kettenis <kettenis@gnu.org>
5139
5140 * stack.c (print_frame_info): Restore call to annotate_frame_begin
5141 lost in the previous patch.
5142
075559bc
AC
51432003-02-01 Andrew Cagney <ac131313@redhat.com>
5144
5145 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
5146 * stack.c (print_frame_info_base): Output complete FRAME tuple
5147 for synthesized frames.
075559bc 5148
6789195b
AC
51492003-02-02 Andrew Cagney <ac131313@redhat.com>
5150
5151 * mips-nat.c (zerobuf): Delete.
5152 (fetch_inferior_registers): Alloc local zerobuf.
5153 (fetch_core_registers): Alloc local zerobuf.
5154 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
5155 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
5156 * thread-db.c (thread_db_store_registers): Ditto.
5157 * sh-tdep.c (sh_do_register): Ditto.
5158 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
5159 * remote-sim.c (gdbsim_store_register): Ditto.
5160 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5161 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5162 * monitor.c (monitor_supply_register): Ditto.
5163 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
5164 * mips-nat.c (fetch_inferior_registers): Ditto.
5165 * m68klinux-nat.c (fetch_register): Ditto.
5166 * lynx-nat.c (fetch_inferior_registers): Ditto.
5167 (fetch_inferior_registers): Ditto.
5168 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
5169 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
5170 (hpux_thread_store_registers): Ditto.
5171 * hppah-nat.c (fetch_register): Ditto.
5172 * hppab-nat.c (fetch_register): Ditto.
5173 * hppa-tdep.c (pa_register_look_aside): Ditto.
5174 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
5175 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
5176
e669114a
AC
51772003-02-01 Andrew Cagney <ac131313@redhat.com>
5178
5179 * gdbarch.sh: Explictly specify all method levels. When a
5180 variable with an empty level, provide a non-multi-arch default.
5181 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
5182 * gdbarch.h: Re-generate.
5183 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
5184 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
5185
9a043c1d
AC
51862003-02-01 Andrew Cagney <ac131313@redhat.com>
5187
5188 * defs.h (host_pointer_to_address): Delete declaration.
5189 (address_to_host_pointer): Delete declaration.
5190 * utils.c (host_pointer_to_address): Delete function.
5191 (address_to_host_pointer): Delete function.
5192 * procfs.c (procfs_address_to_host_pointer): New function.
5193 * procfs.c (proc_set_watchpoint): Use.
5194 (procfs_can_use_hw_breakpoint): Update comments.
5195 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
5196 (som_solib_add): Use.
5197 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
5198 * hppa-tdep.c (unwind_command): Use.
5199
7ca9f392
AC
52002003-02-01 Andrew Cagney <ac131313@redhat.com>
5201
94bbfd30
AC
5202 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
5203 strlen d_name.
5204
7ca9f392
AC
5205 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
5206 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
5207 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
5208 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
5209 (define_symbol): Update.
5210 * symfile.c (generic_load): Remove references to nindy.
5211 * symtab.c: Remove references to nindy.
5212
31a85ea2
AC
52132003-02-01 Andrew Cagney <ac131313@redhat.com>
5214
5215 * infcmd.c (print_float_info): Delete code conditional on
5216 FLOAT_INFO.
5217 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
5218 * config/m68k/nm-apollo68b.h: Ditto.
5219 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
5220 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
5221 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
5222
f6e85fc8
MK
52232003-02-01 Mark Kettenis <kettenis@gnu.org>
5224
6015b6a0
MK
5225 * config/i386/tm-i386os9k.h: Removed.
5226
f7a30bdf
MK
5227 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
5228 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
5229 they're identical to i[3456]86-*-sysv* now.
5230 * config/i386/i386v32.mh: Removed.
5231 * config/i386/xm-i386v32.h: Removed.
5232 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
5233
28d52111
MK
5234 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
5235
4d3f6bce
MK
5236 * config/i386/i386dgux.mh: Removed.
5237 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
5238
f6e85fc8
MK
5239 * configure.in: Fix typo.
5240 * configure: Regenerated.
5241
53955967
DC
52422003-01-31 David Carlton <carlton@math.stanford.edu>
5243
5244 * dwarf2read.c (dwarf2_locate_sections): Set
5245 dwarf_ranges_section.
5246
b1364885
AC
52472003-01-31 Andrew Cagney <ac131313@redhat.com>
5248
8dbb1c65
AC
5249 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
5250 * utils.c: Update comments documenting legitimate uses of PTR.
5251
8731e58e
AC
5252 * utils.c: Re-indent.
5253
b1364885
AC
5254 * config/djgpp/fnchange.lst: Delete nindy files.
5255 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
5256 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
5257 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
5258 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
5259 * nindy-share/README, nindy-share/Onindy.c: Delete files.
5260 * nindy-tdep.c, nindy-share/Makefile: Delete files.
5261 * Makefile.in (init.c): Remove nindy references.
5262 (saber_gdb): Delete rule.
5263 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
5264 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
5265 and a68v-nat.c.
5266 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
5267 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
5268 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
5269 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
5270 nindy-share/stop.h.
5271 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
5272 * saber.suppress: Delete file.
5273
086df311
DJ
52742003-01-31 Daniel Jacobowitz <drow@mvista.com>
5275
5276 * dbxread.c (stabs_data): New static variable.
5277 (fill_symbuf): Support an in-memory buffer for stabs data.
5278 (stabs_seek): New function.
5279 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
5280 (read_ofile_symtab): Use stabs_seek.
5281 (elfstab_build_psymtabs): Take an asection* instead of
5282 an offset and size. Relocate the stabs data if necessary.
5283 Save the section* for dbx_psymtab_to_symtab.
5284 * dwarf2read.c: Add section variables for each debug section.
5285 (dwarf2_locate_sections): Fill them in.
5286 (dwarf2_read_section): Take an asection* argument.
5287 Relocate the section contents if necessary.
5288 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
5289 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
5290 it to dwarf2_read_section.
5291 (dwarf2_build_frame_info): Update callers.
5292 * elfread.c (elf_symfile_read): Update call to
5293 elfstab_build_psymtabs.
5294 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
5295 (DBX_STAB_SECTION): New macro.
5296 * stabsread.h (elfstab_build_psymtabs): Update prototype.
5297 * symfile.c (symfile_dummy_outputs): New function.
5298 (symfile_relocate_debug_section): New function.
5299 * symfile.h (symfile_relocate_debug_section): Add prototype.
5300
87d1b352
RH
53012003-01-31 Richard Henderson <rth@redhat.com>
5302
5303 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
5304 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
5305 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
5306 * alpha-tdep.c (alpha_register_name): Add "unique".
5307 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
5308 (ALPHA_UNIQUE_REGNUM): New.
5309 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
5310
c48861fb
AC
53112003-01-31 Andrew Cagney <ac131313@redhat.com>
5312
5313 * README: Remove reference to Ericsson 1800 monitor.
5314 * Makefile.in (remote-es.o): Delete rule.
5315 (ALLDEPFILES): Delete remote-es.c.
5316 * remote-es.c: Delete file.
5317 * config/m68k/es1800.mt: Delete file.
5318 * config/djgpp/fnchange.lst: Update.
5319 * configure.tgt: Delete m68*-ericsson-* target.
5320
d764a824
AF
53212003-01-31 Adam Fedor <fedor@gnu.org>
5322
5323 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
5324 Remove duplicate/shadowing variable of same name.
5325
fe36c4f4
JB
53262003-01-30 Jim Blandy <jimb@redhat.com>
5327
5328 * symfile.c (find_separate_debug_file): Assert that the objfile's
5329 directory name we compute ends with a slash, and then assume that
5330 that's so everywhere we use it.
5331
cb741690
DJ
53322003-01-30 Daniel Jacobowitz <drow@mvista.com>
5333
5334 * valops.c (value_assign): Flush frame cache after stores to memory
5335 also.
5336
96ee5227
AC
53372003-01-30 Andrew Cagney <ac131313@redhat.com>
5338
5339 * Makefile.in (mon960-rom.o): Delete rule.
5340 * mon960-rom.c: Delete file.
5341
7f6104a9
AC
53422003-01-30 Andrew Cagney <ac131313@redhat.com>
5343
5344 * d10v-tdep.c: Include "frame-unwind.h".
5345 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
5346 list.
5347 (next_addr, uses_frame): Delete.
5348 (struct d10v_unwind_cache): Define.
5349 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
5350 Use info instead of next_addr and uses_frame globals.
5351 (d10v_frame_init_saved_regs): Delete function.
5352 (d10v_init_extra_frame_info): Delete function.
5353 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
5354 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
5355 init_frame_pc or frame_saved_pc.
5356 (d10v_pop_frame): Delete function.
5357 (do_d10v_pop_frame): Delete function.
5358 (d10v_frame_chain): Delete function.
5359 (d10v_frame_chain_valid): Delete function.
5360 (d10v_frame_pc_unwind): New function.
5361 (d10v_frame_id_unwind): New function.
5362 (saved_regs_unwinder): New function.
5363 (d10v_frame_register_unwind): New function.
5364 (d10v_frame_pop): New function.
5365 (d10v_frame_unwind): New variable.
5366 (d10v_frame_p): New function.
5367 (d10v_frame_saved_pc): Delete function.
5368 * Makefile.in (d10v-tdep.o): Update dependencies.
5369
cad2e848
JB
53702003-01-30 J. Brobecker <brobecker@gnat.com>
5371
5372 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
5373 causing some regressions due to a change in the default value
5374 for this macro.
5375
af34e669
DJ
53762003-01-29 Richard Henderson <rth@redhat.com>
5377 Elena Zannoni <ezannoni@redhat.com>
5378 Daniel Jacobowitz <drow@mvista.com>
5379
5380 Fix PR gdb/961.
5381 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
5382 variables.
5383 (RANGES_SECTION): New.
5384 (dwarf_ranges_buffer): New variable.
5385 (struct comp_unit_head): Add member "die".
5386 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
5387 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
5388 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
5389 (dwarf2_locate_sections): Likewise.
5390 (dwarf2_build_psymtabs): Read .debug_ranges.
5391 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
5392 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
5393 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
5394 Look for DW_AT_ranges and return the bounding box.
5395
baa93fa6
CF
53962003-01-29 Brian Ford <ford@vss.fsi.com>
5397
5398 * win32-nat.c (cygwin_pid): Removed as unused.
5399 (child_attach): Try fall back to Cygwin pid.
5400
c63f977f
JB
54012003-01-29 Jim Blandy <jimb@redhat.com>
5402
5403 * objfiles.h (struct objfile): Doc fix.
5404
d62d1979
AC
54052003-01-29 Andrew Cagney <ac131313@redhat.com>
5406
5407 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
5408 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
5409 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
5410 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
5411 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
5412 (FRAME_SAVED_PC): Change to a function with predicate.
5413 * gdbarch.h, gdbarch.c: Re-generate.
5414
1ae18a04
AC
54152003-01-28 Andrew Cagney <ac131313@redhat.com>
5416
52287340
AC
5417 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
5418
1ae18a04
AC
5419 * complaints.c (complain): Delete function.
5420 * complaints.h (struct deprecated_complaint): Delete definition.
5421 (complain): Delete declaration.
5422
f2c16bd6
KB
54232003-01-28 Kevin Buettner <kevinb@redhat.com>
5424
5425 * mips-tdep.c (mips_init_extra_frame_info): Return early for
5426 dummy frames.
5427
a94dd1fd
AC
54282003-01-27 Andrew Cagney <ac131313@redhat.com>
5429
5430 * sentinel-frame.h, sentinel-frame.c: New files.
5431 * Makefile.in (frame.o): Update dependencies.
5432 (SFILES): Add sentinel-frame.c.
5433 (sentinel_frame_h): Define.
5434 (COMMON_OBS): Add sentinel-frame.o.
5435 (sentinel-frame.o): Specify dependencies.
5436 * frame.c: Include "sentinel-frame.h".
5437 (frame_register_unwind): Rewrite assuming that there is always a a
5438 ->next frame.
5439 (frame_register, generic_unwind_get_saved_register): Ditto.
5440 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
5441 (create_sentinel_frame, unwind_to_current_frame): New functions.
5442 (get_current_frame): Rewrite using create_sentinel_frame and
5443 unwind_to_current_frame. When possible, always create a frame.
5444 (create_new_frame): Set next to the sentinel frame.
5445 (get_next_frame): Rewrite. Don't go below the level 0 frame.
5446 (deprecated_update_frame_pc_hack): Update the next frame's PC and
5447 ID cache when necessary.
5448 (frame_saved_regs_id_unwind): Use frame_relative_level.
5449 (deprecated_generic_get_saved_register): Use frame_relative_level,
5450 get_frame_saved_regs, get_frame_pc, get_frame_base and
5451 get_next_frame.
5452 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
5453 frame_register.
5454
5378adc4
DJ
54552003-01-27 Daniel Jacobowitz <drow@mvista.com>
5456
5457 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
5458
51ee2ddc
DJ
54592003-01-27 Daniel Jacobowitz <drow@mvista.com>
5460
5461 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
5462 (maintenance_set_profile_cmd): Use error () instead of warning ().
5463
d9feb4e7
DJ
54642003-01-27 Daniel Jacobowitz <drow@mvista.com>
5465
5466 * configure.in: Check that -pg works if using --enable-profiling.
5467 Check for monstartup and _mcleanup regardless of --enable-profiling.
5468 * maint.c: Check for monstartup and _mcleanup before using them.
5469 * config.in: Regenerated.
5470 * configure: Regenerated.
5471
2d188dd3
NC
54722003-01-24 Nick Clifton <nickc@redhat.com>
5473
5474 * Add sh2e support:
5475
5476 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
5477
5478 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
5479 (sh2e_show_regs): New.
5480 (sh_gdbarch_init): Handle bfd_mach_sh2e.
5481 * config/sh/tm-sh.h: Added sh2e to comments.
5482
cb3c37b2
JB
54832003-01-23 Jim Blandy <jimb@redhat.com>
5484
5485 * symfile.c (syms_from_objfile): Don't print the "(no debugging
5486 symbols found)" message here; we haven't checked for a separate
5487 debug info file yet, so we don't know yet.
5488 (symbol_file_add_with_addrs_or_offsets): Print it here, after
5489 we've looked everywhere. Also, there's no need to print a special
5490 message when we're loading the separate debug info file: the one
5491 symbol_file_add prints is fine.
5492
5b5d99cf
JB
54932003-01-23 Alexander Larsson <alexl@redhat.com>
5494 Jim Blandy <jimb@redhat.com>
5495
5496 Add support for executables whose debug info has been separated
5497 out into a separate file, leaving only a link behind.
5498 * objfiles.h (struct objfile): New fields: separate_debug_objfile
5499 and separate_debug_objfile_backlink.
5500 (put_objfile_before): New declaration.
5501 * symfile.c: #include "filenames.h".
5502 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
5503 debug info in a separate file, read that, too. Save the addrs
5504 argument, so we can use it again to read the separated debug info;
5505 syms_from_objfile modifies the table we pass it.
5506 (reread_symbols): After re-reading an objfile, call
5507 reread_separate_symbols to refresh its separate debug info
5508 objfile, if it has one.
5509 (reread_separate_symbols, find_separate_debug_file,
5510 get_debug_link_info, separate_debug_file_exists): New functions.
5511 (debug_file_directory): New global var.
5512 (_initialize_symfile): Initialize debug_file_directory, and
5513 provide the new `set debug-file-directory' command to let the user
5514 change it.
5515 * objfiles.c (free_objfile): If this objfile has its debug info in
5516 a separate objfile, free that one too. If this is itself a
5517 separate debug info objfile, clear our parent's backlink.
5518 (put_objfile_before): New function.
5519 * utils.c (gnu_debuglink_crc32): New function.
5520 * defs.h (gnu_debuglink_crc32): New declaration.
5521 * Makefile.in (symfile.o): Note dependency on "filenames.h".
5522 * configure.in: Handle --with-separate-debug-dir config option.
5523 * acinclude.m4 (AC_DEFINE_DIR): New macro.
5524 * acconfig.h (DEBUGDIR): New macro.
5525 * configure, aclocal.m4, config.in: Regenerated.
5526
7e8580c1
JB
55272003-01-22 Jim Blandy <jimb@redhat.com>
5528
7904e09f
JB
5529 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
5530 like the old symbol_file_add, but taking new arguments: you can
5531 now pass in either a `struct section_addr_info' list to say where
5532 each section is loaded, or a `struct section_offsets' table. Pass
5533 these new arguments through to syms_from_objfile as appropriate.
5534 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
5535 with the appropriate quiescent values for the new arguments.
5536
7e8580c1
JB
5537 * symfile.c: #include "gdb_assert.h".
5538 (syms_from_objfile): Add the ability to pass in a section offset
5539 table directly, as an alternative to the section_addr_info table.
5540 Document arguments better.
5541 (symbol_file_add): Pass extra arguments to syms_from_objfile.
5542 * symfile.h (syms_from_objfile): Update declaration.
5543 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
5544 syms_from_objfile.
5545 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
5546
d28f9cdf
DJ
55472003-01-22 Daniel Jacobowitz <drow@mvista.com>
5548
5549 Original patch by Tom Tromey <tromey@cygnus.com> and
5550 Jason Molenda <jmolenda@apple.com>.
5551 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
5552 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
5553 * NEWS: Mention profiling.
5554 * configure.in (--enable-gdbtk): Fix typo.
5555 (--enable-profiling): New. Set PROFILE_CFLAGS.
5556 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
5557 Fill in function.
5558 (profiling_state): New variable.
5559 (mcleanup_wrapper): New function.
5560 (_initialize_maint): Remove NOTYET, fix call to
5561 add_setshow_boolean_cmd for "maint set profile".
5562 * configure: Regenerated.
5563
df21e465
MH
55642003-01-21 Martin M. Hunt <hunt@redhat.com>
5565
5566 * Makefile.in (install-gdbtk): Install PNG images too.
5567
73c1f219
AC
55682003-01-21 Andrew Cagney <ac131313@redhat.com>
5569
5570 * exec.c (text_start): Delete global variable.
5571 (exec_file_attach): Make text_start local to the function.
5572 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
5573 * valops.c (hand_function_call): Delete code that handles
5574 BEFORE_TEXT_END and AFTER_TEXT_END.
5575 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
5576 of CALL_DUMMY_LOCATION.
5577 * gdbarch.c: Regenerate.
5578 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
5579 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
5580 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
5581 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
5582 (text_end): Delete extern declaration.
5583
eb4f72c5
AC
55842003-01-21 Andrew Cagney <ac131313@redhat.com>
5585
5586 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
5587 * blockframe.c (backtrace_below_main): Move to "frame.c".
5588 (frame_chain_valid): Delete check for backtrace_below_main.
5589 (_initialize_blockframe): Delete initialization, move ``set
5590 backtrace-below-main'' command to "frame.c".
5591 (do_flush_frames_sfunc): Delete function.
5592 * frame.c: Include "command.h" and "gdbcmd.h".
5593 (frame_type_from_pc): New function.
5594 (create_new_frame): Use frame_type_from_pc.
5595 (legacy_get_prev_frame): New function.
5596 (get_prev_frame): Rewrite. When an old style frame, call
5597 legacy_get_prev_frame. Otherwize, unwind the PC first.
5598 (_initialize_frame): Add ``set backtrace-below-main'' command.
5599 * Makefile.in (frame.o): Update dependencies.
5600
778ce8cc
AC
56012003-01-19 Andrew Cagney <ac131313@redhat.com>
5602
5603 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
5604 DEPRECATED_REGISTERS_INFO.
5605
01c193c8
AC
56062003-01-19 Andrew Cagney <ac131313@redhat.com>
5607
5608 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
5609 Maintainers'. Update `Various Maintainers'.
5610
dedc2a2b
AC
56112003-01-19 Andrew Cagney <ac131313@redhat.com>
5612
5613 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
5614 * gdbarch.sh (POP_FRAME): Change to function with predicate.
5615 Suppress actual parameters when `-'.
5616 * gdbarch.h, gdbarch.c: Regenerate.
5617
b7261c70
AC
56182003-01-19 Andrew Cagney <ac131313@redhat.com>
5619
5620 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
5621 code handling dummy frames.
5622
dbe9fe58
AC
56232003-01-19 Andrew Cagney <ac131313@redhat.com>
5624
5625 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
5626 (struct frame_unwind): Add field pop.
5627 * frame.h (frame_pop): Declare.
5628 * frame.c (frame_saved_regs_pop): New function.
5629 (trad_frame_unwinder): Add frame_saved_regs_pop.
5630 (frame_pop): New function.
5631 * dummy-frame.c (dummy_frame_pop): New function.
5632 (discard_innermost_dummy): New function.
5633 (generic_pop_dummy_frame): Use discard_innermost_dummy.
5634 (dummy_frame_unwind): Add dummy_frame_pop.
5635 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
5636 * valops.c (hand_function_call): Ditto.
5637 * stack.c (return_command): Ditto.
5638
570b8f7c
AC
56392003-01-18 Andrew Cagney <ac131313@redhat.com>
5640
5641 * cris-tdep.c: Fix function declaration indentation.
5642 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
5643 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
5644 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
5645 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
5646 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
5647 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
5648
56492003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
5650
5651 * README (Unpacking and Installation -- quick overview):
5652 Warn against ".../gdb-5.3/gdb/configure".
5653
494cca16
AC
56542003-01-18 Andrew Cagney <ac131313@redhat.com>
5655
5656 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
5657 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
5658 (struct frame_unwind): Declare opaque.
5659 (dummy_frame_p): Declare function.
5660 * dummy-frame.c (dummy_frame_id_unwind): Make static.
5661 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
5662 * dummy-frame.c: Include "frame-unwind.h".
5663 (dummy_frame_p): New function.
5664 (dummy_frame_unwind): New variable.
5665 * frame.c: Include "frame-unwind.h".
5666 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
5667 to use the new unwind field.
5668 (set_unwind_by_pc): Delete function.
5669 (create_new_frame, get_prev_frame): Set unwind field using
5670 frame_unwind_find_by_pc.
5671 (trad_frame_unwind, trad_frame_unwinder): New variables.
5672 * frame.h (trad_frame_unwind): Declare variable.
5673 (frame_id_unwind_ftype): Delete declaration.
5674 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
5675 (struct frame_unwind): Declare opaque.
5676 (struct frame_info): Replace the fields id_unwind, pc_unwind and
5677 register_unwind with a single unwind pointer.
5678 * frame-unwind.h, frame-unwind.c: New files.
5679 * Makefile.in (SFILES): Add frame-unwind.c.
5680 (frame_unwind_h): Define.
5681 (COMMON_OBS): Add frame-unwind.o.
5682 (frame-unwind.o): Specify dependencies.
5683 (frame.o, dummy-frame.o): Update dependencies.
5684
4efb68b1
AC
56852003-01-18 Andrew Cagney <ac131313@redhat.com>
5686
5687 * ada-valprint.c: Eliminate PTR.
5688 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
5689 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
5690 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
5691 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
5692 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
5693 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
5694 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
5695
a84d24ee
AC
56962003-01-17 Andrew Cagney <ac131313@redhat.com>
5697
762f08a3
AC
5698 * main.c (captured_main): Don't use PTR.
5699 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
5700 * gdbtypes.c (lookup_primitive_typename): Ditto.
5701 (lookup_struct_elt_type): Ditto.
5702 * f-valprint.c (info_common_command): Ditto.
5703 (list_all_visible_commons): Ditto.
5704 * jv-typeprint.c (java_type_print_base): Ditto.
5705
a84d24ee
AC
5706 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
5707 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
5708 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
5709 i386-interix-nat.c and i386-interix-tdep.c. Rename
5710 m68klinux-nat.c and m68klinux-tdep.c. Rename
5711 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
5712 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
5713 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
5714 * main.c (captured_main): Use xfree, not free.
5715
c170fb60
AC
57162003-01-16 Andrew Cagney <ac131313@redhat.com>
5717
5718 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
5719 ID back using a parameter.
5720 * frame.c (frame_id_unwind): Update call.
5721 (frame_saved_regs_id_unwind): Update.
5722 * dummy-frame.c (dummy_frame_id_unwind): Update function.
5723 * dummy-frame.h (struct frame_id): Add opaque declaration.
5724 (dummy_frame_id_unwind): Update declaration.
5725
867f3898
AC
57262003-01-15 Andrew Cagney <ac131313@redhat.com>
5727
5728 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
5729
40622be8 57302003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 5731
40622be8 5732 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 5733
ae66c1fc
EZ
57342003-01-14 Elena Zannoni <ezannoni@redhat.com>
5735
997b089a 5736 Fix PR gdb/898
ae66c1fc
EZ
5737 * breakpoint.c (until_break_command): Add new argument. Use it to
5738 decide whether to stop only at the current frame or not.
5739 * breakpoint.h (until_break_command): Update prototype.
5740 * infcmd.c (until_command): Add new argument to until_break_command
5741 call.
5742 (advance_command): New function.
5743 (_initialize_infcmd): Update help string for 'until' command.
5744 Add new 'advance' command.
5745
a04257e6
DC
57462003-01-14 David Carlton <carlton@math.stanford.edu>
5747
5748 * linespec.c (decode_line_1): Normalize comments.
5749 (set_flags): Ditto.
5750 (locate_first_half): Ditto.
5751 (decode_compound): Ditto.
5752 (symtab_from_filename): Ditto.
5753 (decode_all_digits): Ditto.
5754 (decode_dollar): Ditto.
5755 (find_methods): Ditto.
5756 (find_toplevel_char): Ditto.
5757
1bac305b
AC
57582003-01-13 Andrew Cagney <ac131313@redhat.com>
5759
5760 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
5761 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
5762 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
5763 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
5764 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
5765 * language.c, language.h, m32r-tdep.c: Update copyright.
5766 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
5767 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
5768 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
5769 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
5770 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
5771 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
5772
25caa7a8
EZ
57732003-01-13 Elena Zannoni <ezannoni@redhat.com>
5774
5775 * stabsread.h (process_later, resolve_cfront_continuation):
5776 Obsolete.
5777 Update copyright years.
5778 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
5779 Update copyright year.
5780 * dbxread.c(struct cont_elem): Obsolete.
5781 (process_later, process_now): Obsolete functions.
5782 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
5783 Update copyright year.
5784 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
5785 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
5786 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
5787 (parse_partial_symbols): Obsolete cfront support.
5788 * stabsread.c
5789 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
5790 macros.
5791 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
5792 read_cfront_baseclasses, read_cfront_member_functions,
5793 resolve_cfront_continuation,read_cfront_static_fields,
5794 copy_cfront_struct_fields): Obsolete functions.
5795 (define_symbol, read_one_struct_field): Obsolete cfront support.
5796 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
5797 Update Copyright year.
5798
7789c6f5
EZ
57992003-01-13 Elena Zannoni <ezannoni@redhat.com>
5800
5801 * stack.c (print_frame_info, print_stack_frame_base_stub,
5802 print_stack_frame_base, show_and_print_stack_frame_stub,
5803 show_and_print_stack_frame, print_only_stack_frame_stub,
5804 print_only_stack_frame): Delete functions.
5805 (print_stack_frame_stub): Call print_frame_info instead of
5806 print_frame_info_base.
5807 (print_frame_info_base): Rename to print_frame_info.
5808 (backtrace_command_1): Call print_frame_info, instead of
5809 print_frame_info_base.
5810 (current_frame_command): Call print_stack_frame, instead of
5811 print_only_stack_frame.
5812 (frame_command): Call print_stack_frame, instead of
5813 show_and_print_stack_frame.
5814 (up_command): Ditto.
5815 (down_command): Ditto.
5816 * frame.h (print_only_stack_frame): Delete prototype.
5817 * infrun.c (normal_stop): Call print_stack_frame, instead of
5818 show_and_print_stack_frame.
5819 * thread.c (info_threads_command): Call print_stack_frame, instead
5820 of print_only_stack_frame.
5821
3f5a3016
AC
58222003-01-13 Andrew Cagney <ac131313@redhat.com>
5823
d99ba314
AC
5824 * README (Graphical interface to GDB): Update URL. Point at
5825 gdb/links/.
5826
3f5a3016
AC
5827 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
5828 version match.
5829
083ae935
DJ
58302003-01-13 Daniel Jacobowitz <drow@mvista.com>
5831
5832 * symtab.c (find_pc_sect_line): Don't consider end-of-function
5833 lines.
5834
5365276c
DJ
58352003-01-13 Daniel Jacobowitz <drow@mvista.com>
5836
5837 * thread-db.c (attach_thread): Prototype.
5838 (struct private_thread_info): Remove lwpid. Add thread handle (th),
5839 thread information (ti), and valid flags (th_valid, ti_valid).
5840 (attach_thread): Move target_pid_to_str call to after the thread
5841 is added to GDB's list. Initialize the cache.
5842 (thread_get_info_callback, thread_db_map_id2thr)
5843 (thread_db_get_info): New functions.
5844 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
5845 (thread_db_store_registers, thread_db_thread_alive)
5846 (thread_db_get_thread_local_address): Use them.
5847 (thread_db_pid_to_str): Likewise. Return "Missing" instead
5848 of calling error() for threads in unknown state.
5849
5850 (clear_lwpid_callback): New function.
5851 (thread_db_resume): Use it to clear the cache.
5852
9fc30b6b
DJ
58532003-01-13 Daniel Jacobowitz <drow@mvista.com>
5854
5855 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
5856 (resume_callback): Remove dead code.
5857
8f871025
AC
58582003-01-13 Andrew Cagney <ac131313@redhat.com>
5859
5860 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
5861 predicate.
5862 * gdbarch.h, gdbarch.c: Regenerate.
5863 * stack.c (frame_info): Only initialize the saved registers when
5864 FRAME_INIT_SAVED_REGS_P.
5865 * frame.c (frame_saved_regs_register_unwind): Assert
5866 FRAME_INIT_SAVED_REGS_P.
5867 (deprecated_generic_get_saved_register): Ditto.
5868
3f565f1e
DJ
58692003-01-13 Daniel Jacobowitz <drow@mvista.com>
5870
5871 * source.c (openp): Squelch warning about "filename".
5872
072b1022
DJ
58732003-01-13 Daniel Jacobowitz <drow@mvista.com>
5874
5875 * source.c (openp): If the file does not exist don't necessarily
5876 search the path.
5877
973ccf8b
DJ
58782003-01-13 Daniel Jacobowitz <drow@mvista.com>
5879
5880 Fix PR gdb/872.
5881 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
5882 (integer_types_same_name_p): New function.
5883 (rank_one_type): Use it.
5884 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
5885
030292b7
DJ
58862003-01-13 Daniel Jacobowitz <drow@mvista.com>
5887
5888 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
5889 variables.
5890 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
5891 * configure.in: Add --with-sysroot.
5892 * configure: Regenerated.
5893 * main.c (gdb_sysroot): New variable.
5894 (captured_main): Initialize gdb_sysroot.
5895 * defs.h (gdb_sysroot): New extern declaration.
5896 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
5897
afb5d334
MC
58982003-01-12 Michael Chastain <mec@shout.net>
5899
5900 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
5901
751ceeb4
MC
59022003-01-12 Michael Chastain <mec@shout.net>
5903
5904 * top.c (print_gdb_version): Bump copyright year to 2003.
5905
94cd26f8
DC
59062003-01-12 David Carlton <carlton@bactrian.org>
5907
5908 * linespec.c (symtab_from_filename): Rename variable 's' to
5909 'file_symtab'.
5910
1ce79225
AC
59112003-01-12 Andrew Cagney <ac131313@redhat.com>
5912
5913 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
5914 dummy frame.
5915 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
5916
fa1fd571
AC
59172003-01-12 Andrew Cagney <ac131313@redhat.com>
5918
5919 * d10v-tdep.c: Include "gdb_assert.h".
5920 (d10v_store_return_value): Rewrite to match current interface.
5921 (d10v_extract_struct_value_address): Ditto.
5922 (d10v_extract_return_value): Ditto.
5923 (d10v_gdbarch_init): Set store_restore_value,
5924 extract_struct_value_address and extract_return_value.
5925
68b8d23e
JB
59262003-01-12 J. Brobecker <brobecker@gnat.com>
5927
5928 * hpread.c (set_namestring): New procedure replacing the
5929 SET_NAMESTRING macro.
5930 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
5931 by calls to set_namestring.
5932
59332003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
5934
5935 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
5936 a compilation warning.
5937 (hpread_process_one_debug_symbol): Likewise.
5938
88d262ca
DC
59392003-01-10 David Carlton <carlton@math.stanford.edu>
5940
5941 * linespec.c (decode_line_1): Rename variable 's' to
5942 'file_symtab'.
5943 (decode_all_digits): Rename argument 's' to 'file_symtab'.
5944 (decode_dollar): Ditto.
5945 (decode_variable): Ditto.
5946 (symbol_found): Ditto.
5947
86669319
MC
59482003-01-09 Michael Chastain <mec@shout.net>
5949
5950 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
5951
616a9dc4
CV
59522003-01-07 Corinna Vinschen <vinschen@redhat.com>
5953
5954 * win32-nat.c (set_process_privilege): New function.
5955 (child_attach): Call set_process_privilege() to enable the
5956 SE_DEBUG_NAME user privilege if available in process token.
5957
3269bcfa
JB
59582003-01-10 J. Brobecker <brobecker@gnat.com>
5959
5960 * hpread.c (hpread_process_one_debug_symbol): Fix a small
5961 compilation error in the previous revision.
5962
2b0ee454
DC
59632003-01-09 David Carlton <carlton@math.stanford.edu>
5964
5965 * linespec.c: Update copyright.
5966
b3ba1b44
DJ
59672003-01-09 Daniel Jacobowitz <drow@mvista.com>
5968
5969 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
5970 than inferior_ptid.
5971 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
5972
4ef3f3be
AC
59732003-01-09 Andrew Cagney <ac131313@redhat.com>
5974
479ab5a0
AC
5975 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
5976 Update comments.
5977 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
5978 (frame_saved_regs_zalloc): Update.
5979 (frame_saved_regs_register_unwind): Update.
5980 (create_new_frame): Update.
5981 (get_prev_frame): Update.
5982 (frame_extra_info_zalloc): Update.
5983 (deprecated_get_frame_saved_regs): Update.
5984 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
5985 * cris-tdep.c: Update comment.
5986
bde58177
AC
5987 * somsolib.h: Fix function indentation.
5988 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
5989 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
5990 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
5991 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
5992 * somsolib.c, inftarg.c: Remove assignment in if conditional.
5993
4ef3f3be
AC
5994 * infrun.c (follow_fork): Use ISO C definition.
5995 * expprint.c (print_subexp): Use xfree instead of free.
5996 * charset.c: Include "gdb_string.h" instead of <string.h>.
5997 (register_iconv_charsets): Use ISO C definition.
5998 (host_charset, target_charset): Ditto.
5999 * Makefile.in (charset.o): Update dependencies.
6000 (mi-cmd-env.o): Update dependencies.
6001
1c615f7a
AC
60022003-01-08 Andrew Cagney <cagney@redhat.com>
6003
6004 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
6005 get_frame_base.
6006
c9a1dc08
AC
60072003-01-08 Andrew Cagney <ac131313@redhat.com>
6008
6009 * gdb_mbuild.sh: Add --keep option. When specified, keep the
6010 build directories. Save edited gdb output in Mbuild.log. If a
6011 build fails, remove any final GDB executable.
6012
dbad9d94
AC
60132003-01-08 Andrew Cagney <ac131313@redhat.com>
6014
6015 * gdb_mbuild.sh: Edit the output of `maint print architecture'
6016 replacing hex constants with function names and stripping leading
6017 file name directory prefixes.
6018
8d357cca
AC
60192003-01-08 Andrew Cagney <cagney@redhat.com>
6020
6021 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
6022 get_frame_base.
6023
bca02a8a
DC
60242003-01-08 David Carlton <carlton@math.stanford.edu>
6025
6026 * linespec.c (decode_line_1): Move code into decode_variable.
6027 (decode_variable): New function.
6028
7f8ab3a0
AC
60292003-01-08 Andrew Cagney <ac131313@redhat.com>
6030
6031 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
6032
7b5849cc
AC
60332003-01-08 Andrew Cagney <cagney@redhat.com>
6034
6035 * cris-tdep.c (cris_frame_init_saved_regs): Use
6036 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
6037 saved_regs buffer.
6038 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6039 (sh64_nofp_frame_init_saved_regs): Ditto.
6040 (sh_fp_frame_init_saved_regs): Ditto.
6041 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
6042 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
6043 * mcore-tdep.c (analyze_dummy_frame): Ditto.
6044 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6045
72a5efb3
DJ
60462003-01-08 Daniel Jacobowitz <drow@mvista.com>
6047
6048 * minsyms.c (lookup_minimal_symbol): Update comment.
6049 (lookup_minimal_symbol_text): Update comment. Use the hash table.
6050 (lookup_minimal_symbol_solib_trampoline): Likewise.
6051
11c02a10
AC
60522003-01-08 Andrew Cagney <cagney@redhat.com>
6053
aab3ea25
AC
6054 * d10v-tdep.c (d10v_init_extra_frame_info): Use
6055 frame_relative_level.
6056
da50a4b7
AC
6057 * alpha-tdep.c: Use get_frame_extra_info.
6058 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6059 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
6060 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
6061 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
6062
11c02a10
AC
6063 * alpha-tdep.c: Use get_next_frame.
6064 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6065 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
6066 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
6067 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
6068 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
6069 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
6070 * xstormy16-tdep.c: Ditto.
6071
1e2330ba
AC
60722003-01-07 Andrew Cagney <cagney@redhat.com>
6073
6074 * alpha-tdep.c: Use get_frame_base.
6075 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6076 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
6077 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
6078 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
6079 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
6080 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
6081 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
6082 * config/sparc/tm-sparc.h: Ditto.
6083
2d75187b
AC
60842003-01-07 Andrew Cagney <cagney@redhat.com>
6085
6086 * frame.c (deprecated_get_frame_context): New function.
6087 (deprecated_set_frame_context): New function.
6088 * frame.h (deprecated_get_frame_context): Declare.
6089 (deprecated_set_frame_context): Declare.
6090 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
6091 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
6092
483d36b2
AC
60932003-01-07 Andrew Cagney <cagney@redhat.com>
6094
6095 * frame.c (deprecated_set_frame_next_hack): New function.
6096 (deprecated_set_frame_prev_hack): New function.
6097 * frame.h (deprecated_set_frame_next_hack): Declare.
6098 (deprecated_set_frame_prev_hack): Declare.
6099 * mcore-tdep.c (analyze_dummy_frame): Use
6100 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
6101 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6102
14e91ac5
DC
61032003-01-07 David Carlton <carlton@math.stanford.edu>
6104
6105 * linespec.c (decode_line_1): Move code into decode_dollar.
6106 (decode_dollar): New function.
6107
b0c6b05c
AC
61082003-01-07 Andrew Cagney <cagney@redhat.com>
6109
6110 * arm-tdep.c (arm_init_extra_frame_info): Use
6111 deprecated_update_frame_base_hack.
6112 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
6113 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6114 (fix_frame_pointer): Ditto.
6115 (mn10300_analyze_prologue): Ditto.
6116
a00a19e9
AC
61172003-01-07 Andrew Cagney <cagney@redhat.com>
6118
6119 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
6120 extra_info using frame_extra_info_zalloc.
6121 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
6122 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
6123 (sh64_init_extra_frame_info): Ditto.
6124 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
6125 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
6126 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
6127 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
6128 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
6129 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
6130 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
6131 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
6132 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
6133 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
6134 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
6135 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
6136
6137 * mn10300-tdep.c (analyze_dummy_frame): Use
6138 deprecated_set_frame_extra_info_hack.
6139 * mcore-tdep.c (analyze_dummy_frame): Ditto.
6140
1fb4c65b
JB
61412003-01-07 J. Brobecker <brobecker@gnat.com>
6142
6143 * mdebugread.c (parse_symbol): Skip stProc entries which storage
6144 class is not scText. These do not define "real" procedures.
6145 (parse_partial_symbols): Likewise.
6146
9fe7d6bf
MS
61472003-01-06 Michael Snyder <msnyder@redhat.com>
6148
6149 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
6150
f6c609c4
AC
61512003-01-06 Andrew Cagney <ac131313@redhat.com>
6152
6153 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
6154 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
6155 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
6156 deprecated_frame_xmalloc_with_cleanup.
6157 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
6158 deprecated_frame_xmalloc.
6159 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
6160 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
6161
d995ff4b
AC
61622003-01-06 Andrew Cagney <cagney@redhat.com>
6163
84dc46cb
AC
6164 * x86-64-linux-tdep.c: Include "osabi.h".
6165 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
6166
d995ff4b
AC
6167 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
6168
66140c26
AC
61692003-01-06 Andrew Cagney <cagney@redhat.com>
6170
6171 * MAINTAINERS (Target Instruction Set Architectures): Update
6172 arm-elf. Can be built with -Werror, has been multiarched.
6173
6174 * value.h (unpack_long): Make buffer parameter constant.
6175 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
6176 * scm-lang.h (scm_parse): Ditto.
6177 * defs.h (extract_typed_address, extract_address): Ditto.
6178 (extract_long_unsigned_integer): Ditto.
6179 * inferior.h (unsigned_pointer_to_address): Ditto.
6180 (signed_pointer_to_address): Ditto.
6181 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
6182 * gdbarch.h, gdbarch.c: Regenerate.
6183 * findvar.c (extract_long_unsigned_integer): Update.
6184 (extract_address): Update.
6185 (extract_typed_address): Update.
6186 (unsigned_pointer_to_address): Update.
6187 * values.c (unpack_long): Update.
6188 (unpack_double): Update.
6189 (unpack_pointer): Update.
6190 (unpack_field_as_long): Update.
6191 * d10v-tdep.c (d10v_pointer_to_address): Update.
6192 * avr-tdep.c (avr_pointer_to_address): Update.
6193 * scm-lang.c (scm_unpack): Update.
6194 * findvar.c (signed_pointer_to_address): Update.
6195
b089b3da
ML
61962003-01-06 Michal Ludvig <mludvig@suse.cz>
6197
6198 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
6199 since it is in i386-tdep.c.
6200
aff87235
JB
62012003-01-06 J. Brobecker <brobecker@gnat.com>
6202
6203 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
6204 failure introduced in the previous change.
6205
34f5e845
MC
62062003-01-05 Michael Chastain <mec@shout.net>
6207
6208 * README: Remove references to deleted remote-*.c files:
6209 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
6210 remote-nrom.c, remote-os9k.c, remote-udi.c.
6211
28bcfd30
MK
62122003-01-05 Mark Kettenis <kettenis@gnu.org>
6213
6214 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
6215 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
6216 i386_get_longjmp_target.
6217
15a5b3ee
AC
62182003-01-05 Andrew Cagney <ac131313@redhat.com>
6219
6220 * arm-tdep.c (prologue_cache): Change to a pointer.
6221 (_initialize_arm_tdep): Allocate prologue_cache.
6222 (check_prologue_cache): Update.
6223 (save_prologue_cache): Update.
6224 (arm_gdbarch_init): Update.
6225
c263362b
DJ
62262003-01-04 Daniel Jacobowitz <drow@mvista.com>
6227
6228 * stabsread.c (update_method_name_from_physname): Call complaint()
6229 instead of error.
6230
51603483
DJ
62312003-01-04 Daniel Jacobowitz <drow@mvista.com>
6232
6233 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
6234 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
6235 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
6236
6237 * blockframe.c: Include "gdbcmd.h" and "command.h".
6238 (backtrace_below_main): New variable.
6239 (file_frame_chain_valid, func_frame_chain_valid)
6240 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
6241 (generic_func_frame_chain_valid): Remove functions.
6242 (frame_chain_valid, do_flush_frames_sfunc): New functions.
6243 (_initialize_blockframe): New function.
6244 * Makefile.in (blockframe.o): Update dependencies.
6245 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
6246 comment. Call frame_chain_valid ().
6247 * frame.h: Remove old prototypes. Add prototype for
6248 frame_chain_valid and update comments to match.
6249 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
6250 Remove old comment.
6251 * gdbarch.h: Regenerated.
6252 * gdbarch.c: Regenerated.
6253
6254 * alpha-tdep.c (alpha_gdbarch_init): Don't call
6255 set_gdbarch_frame_chain_valid.
6256 * avr-tdep.c (avr_gdbarch_init): Likewise.
6257 * cris-tdep.c (cris_gdbarch_init): Likewise.
6258 * frv-tdep.c (frv_gdbarch_init): Likewise.
6259 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
6260 * i386-tdep.c (i386_svr4_init_abi): Likewise.
6261 (i386_nw_init_abi): Likewise.
6262 (i386_gdbarch_init): Likewise.
6263 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
6264 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
6265 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
6266 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
6267 * mips-tdep.c (mips_gdbarch_init): Likewise.
6268 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
6269 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
6270 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
6271 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
6272 * s390-tdep.c (s390_gdbarch_init): Likewise.
6273 * sh-tdep.c (sh_gdbarch_init): Likewise.
6274 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
6275 * v850-tdep.c (v850_gdbarch_init): Likewise.
6276 * vax-tdep.c (vax_gdbarch_init): Likewise.
6277 * x86-64-tdep.c (x86_64_init_abi): Likewise.
6278
6279 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
6280 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
6281 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
6282 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
6283 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
6284 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
6285 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
6286 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
6287
b00a8037
DJ
62882002-01-04 Daniel Jacobowitz <drow@mvista.com>
6289
6290 * Makefile.in (acconfig_h): Remove incorrect macro.
6291 (config_h): Define.
6292 (osabi.o): Update dependencies.
6293 * configure.tgt: Set gdb_osabi based on target triplet.
6294 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
6295 * configure: Regenerated.
6296 * config.in: Regenerated.
6297 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
6298 (GDB_OSABI_DEFAULT): Define if not already defined.
6299 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
6300 (set_osabi_string): New variables.
6301 (gdbarch_register_osabi): Add new OS ABI to
6302 gdb_osabi_available_names.
6303 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
6304 (set_osabi, show_osabi): New functions.
6305 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
6306
4be87837
DJ
63072003-01-04 Daniel Jacobowitz <drow@mvista.com>
6308
6309 * arch-utils.c (gdbarch_info_init): Set osabi to
6310 GDB_OSABI_UNINITIALIZED.
6311 * gdbarch.sh: Add osabi to struct gdbarch and to struct
6312 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
6313 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
6314 * gdbarch.c: Regenerated.
6315 * gdbarch.h: Regenerated.
6316 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
6317 there's no BFD.
6318 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
6319 * osabi.h (enum gdb_osabi): Move to defs.h.
6320 (gdbarch_init_osabi): Update prototype.
6321 * defs.h (enum gdb_osabi): Moved here.
6322 * Makefile.in: Update dependencies.
6323
6324 * alpha-tdep.h: Don't include "osabi.h".
6325 (struct gdbarch_tdep): Remove osabi member.
6326 * alpha-tdep.c: Include "osabi.h".
6327 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6328 iterate over arches. Update call to gdbarch_init_osabi.
6329 (alpha_dump_tdep): Don't dump osabi.
6330 * alpha-linux-tdep.c: Include "osabi.h".
6331 * alpha-osf1-tdep.c: Include "osabi.h".
6332 * alphafbsd-tdep.c: Include "osabi.h".
6333 * alphanbsd-tdep.c: Include "osabi.h".
6334
6335 * arm-tdep.h: Don't include "osabi.h".
6336 (struct gdbarch_tdep): Remove osabi member.
6337 * arm-tdep.c: Include "osabi.h".
6338 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6339 iterate over arches. Update call to gdbarch_init_osabi.
6340 (arm_dump_tdep): Don't dump osabi.
6341 * arm-linux-tdep.c: Include "osabi.h".
6342 * armnbsd-tdep.c: Include "osabi.h".
6343
6344 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
6345 Update call to gdbarch_init_osabi.
6346
6347 * i386-tdep.h: Don't include "osabi.h".
6348 (struct gdbarch_tdep): Remove osabi member.
6349 * i386-tdep.c: Include "osabi.h".
6350 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6351 iterate over arches. Update call to gdbarch_init_osabi.
6352 (i386_dump_tdep): Don't dump osabi.
6353 * i386-linux-tdep.c: Include "osabi.h".
6354 * i386-sol2-tdep.c: Include "osabi.h".
6355 * i386bsd-tdep.c: Include "osabi.h".
6356 * i386gnu-tdep.c: Include "osabi.h".
6357 * i386ly-tdep.c: Include "osabi.h".
6358 * i386nbsd-tdep.c: Include "osabi.h".
6359 * i386obsd-tdep.c: Include "osabi.h".
6360
6361 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
6362 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6363 check osabi when iterating over arches. Update call to
6364 gdbarch_init_osabi.
6365 (mips_dump_tdep): Don't dump osabi.
6366
6367 * ns32k-tdep.h: Don't include "osabi.h".
6368 (struct gdbarch_tdep): Remove.
6369 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
6370 gdbarch_lookup_osabi. Don't iterate over arches. Don't
6371 allocate tdep. Update call to gdbarch_init_osabi.
6372 (ns32k_dump_tdep): Remove.
6373 (_initialize_ns32k_tdep): Update call to gdbarch_register.
6374 * ns32knbsd-tdep.c: Include "osabi.h".
6375
6376 * ppc-tdep.h: Don't include "osabi.h".
6377 (struct gdbarch_tdep): Remove osabi member.
6378 * rs6000-tdep.c: Include "osabi.h".
6379 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
6380 osabi when iterating over arches. Update call to
6381 gdbarch_init_osabi.
6382 (rs6000_dump_tdep): Don't dump osabi.
6383 * ppc-linux-tdep.c: Include "osabi.h".
6384 * ppcnbsd-tdep.c: Include "osabi.h".
6385
6386 * sh-tdep.h: Don't include "osabi.h".
6387 (struct gdbarch_tdep): Remove osabi member.
6388 * sh-tdep.c: Include "osabi.h".
6389 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6390 iterate over arches. Update call to gdbarch_init_osabi.
6391 (sh_dump_tdep): Don't dump osabi.
6392 * shnbsd-tdep.c: Include "osabi.h".
6393
6394 * sparc-tdep.c: Include "osabi.h".
6395 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6396 iterate over arches. Update call to gdbarch_init_osabi.
6397 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
6398 tdep structure.
6399
6400 * vax-tdep.h: Don't include "osabi.h".
6401 (struct gdbarch_tdep): Remove.
6402 * vax-tdep.c: Include "osabi.h".
6403 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6404 iterate over arches. Don't allocate tdep. Update call
6405 to gdbarch_init_osabi.
6406 (vax_dump_tdep): Remove.
6407 (_initialize_vax_tdep): Update call to gdbarch_register.
6408
a881cf8e
DJ
64092003-01-04 Daniel Jacobowitz <drow@mvista.com>
6410
6411 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
6412 entirely.
6413 (breakpoint_re_set_one): Don't fetch the value for a disabled
6414 watchpoint.
6415
1e698235
DJ
64162003-01-04 Daniel Jacobowitz <drow@mvista.com>
6417
6418 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
6419 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
6420 (COERCE_FLOAT_TO_DOUBLE): Remove.
6421 * gdbarch.c: Regenerate.
6422 * gdbarch.h: Regenerate.
6423 * Makefile.in: Remove value_h from gdbarch_h.
6424 * valops.c (coerce_float_to_double): New variable.
6425 (default_coerce_float_to_double): Remove.
6426 (standard_coerce_float_to_double): Remove.
6427 (value_arg_coerce): Use coerce_float_to_double.
6428 (_initialize_valops): Add "set coerce-float-to-double".
6429 * value.h (default_coerce_float_to_double): Remove prototype.
6430 (standard_coerce_float_to_double): Remove prototype.
6431
6432 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
6433 prototyped.
6434 * mdebugread.c (parse_symbol): Likewise.
6435 * stabsread.c (define_symbol): Mark all functions as prototyped.
6436
6437 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
6438 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
6439 set_gdbarch_coerce_float_to_double.
6440 * arm-tdep.c (arm_gdbarch_init): Likewise.
6441 * frv-tdep.c (frv_gdbarch_init): Likewise.
6442 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
6443 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
6444 * mips-tdep.c (mips_gdbarch_init): Likewise.
6445 (mips_coerce_float_to_double): Remove.
6446 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
6447 (rs6000_coerce_float_to_double): Remove.
6448 * s390-tdep.c (s390_gdbarch_init): Likewise.
6449 * sh-tdep.c (sh_gdbarch_init): Likewise.
6450 (sh_coerce_float_to_double): Remove.
6451 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
6452 (sparc_coerce_float_to_double): Remove.
6453 * v850-tdep.c (v850_gdbarch_init): Likewise.
6454 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
6455 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6456 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
6457 (hppa_coerce_float_to_double): Remove prototype.
6458 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6459
f436a26a
DJ
64602003-01-04 Daniel Jacobowitz <drow@mvista.com>
6461
6462 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
6463
248f8055
DJ
64642003-01-04 Daniel Jacobowitz <drow@mvista.com>
6465
6466 Suggested by Stewart Brown <sb24@avaya.com>:
6467 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
6468 in recursive calls. Handle TYPE_CODE_TYPEDEF.
6469 (c_type_print_varspec_suffix): Likewise.
6470
72cfdc76
MK
64712003-01-04 Mark Kettenis <kettenis@gnu.org>
6472
bfd260bb
MK
6473 * configure.in: Don't set and AC_SUBST SUBDIRS.
6474 * configure: Regenerated.
6475
72cfdc76
MK
6476 * configure.in: Remove code dealing with shared libraries.
6477 * Makefile.in: Remove HLDFLAGS and HLDENV.
6478 * configure: Regenerated.
6479
c8b8a898
AC
64802003-01-04 Andrew Cagney <ac131313@redhat.com>
6481
6482 * frame.c (deprecated_frame_xmalloc): New function.
6483 (deprecated_set_frame_saved_regs_hack): New function.
6484 (deprecated_set_frame_extra_info_hack): New function.
6485 * frame.h (deprecated_frame_xmalloc): Declare.
6486 (deprecated_set_frame_saved_regs_hack): Declare.
6487 (deprecated_set_frame_extra_info_hack): Declare.
6488
14abd0fb
MK
64892003-01-04 Mark Kettenis <kettenis@gnu.org>
6490
8ee53726
MK
6491 * configure.in: Move code that provides the --enable-gdbtk option
6492 right after the code that handles the --enable-tui option, and
6493 polish it somewhat.
6494 * configure: Regenerated.
6495
14abd0fb
MK
6496 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
6497 AC_CHECK_FUNCS and remove the old check for pread64.
6498 * acinclude.m4 (AC_GNU_SOURCE): New macro.
6499 * acconfig.h (_GNU_SOURCE): Add.
6500 (HAVE_PREAD64): Remove.
6501 * configure, aclocal.m4, config.in: Regenerated.
6502
b2fb4676
AC
65032003-01-03 Andrew Cagney <ac131313@redhat.com>
6504
6505 * alpha-tdep.c: Use get_frame_saved_regs.
6506 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6507 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
6508 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
6509 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
6510 * vax-tdep.c, xstormy16-tdep.c: Ditto.
6511
8dcde887
MK
65122003-01-03 Mark Kettenis <kettenis@gnu.org>
6513
6514 * configure.in: Remove all use of the SUBDIRS variable; add
6515 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
6516 code providing the --enable-multi-ice option, and move it right in
6517 front of the code that checks whether gdbserver is supported.
6518 Polish that too.
6519 * configure: Regenerated.
6520 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
6521 @SUBDIRS@.
6522
8ccd593b
AC
65232003-01-03 Andrew Cagney <cagney@redhat.com>
6524
6525 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
6526 * avr-tdep.c, cris-tdep.c: Ditto.
6527 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
6528 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
6529
91151a06
MK
65302003-01-03 Mark Kettenis <kettenis@gnu.org>
6531
6532 * configure.in: Remove --enable-netrom option.
6533 * configure: Regenerated.
6534
8fe84d01
MK
65352003-01-03 Mark Kettenis <kettenis@gnu.org>
6536
6537 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
6538 declaration for `struct re_pattern_buffer' instead.
6539 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
6540
f0394be6
JB
65412003-01-03 J. Brobecker <brobecker@gnat.com>
6542
6543 * mdebugread.c (parse_symbol): Count until the stEnd matching
6544 the structure name.
6545
27e9bf90
MK
65462003-01-02 Mark Kettenis <kettenis@gnu.org>
6547
93d331ba
MK
6548 * configure.in: Remove --with-cpu option.
6549 subscripts. Remove evil changequotes here.
6550 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
6551 * config.in, configure: Regenerated.
6552
27e9bf90
MK
6553 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
6554 * configure.in: Cleanup section that sources GDB and BFD configure
6555 subscripts. Remove evil changequotes here.
6556 * config.in, configure: Regenerated.
6557
50abf9e5
AC
65582003-01-02 Andrew Cagney <ac131313@redhat.com>
6559
6560 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
6561 frame accessor methods.
6562 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6563 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
6564 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
6565 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
6566 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
6567 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
6568 * z8k-tdep.c: Ditto.
6569
287c1a40
MK
65702003-01-02 Mark Kettenis <kettenis@gnu.org>
6571
f5dbc56d
MK
6572 * configure.in: Remove UI_OUT configuration code.
6573 * ada-lang.c: Update assuming UI_OUT is always true.
6574 * Makefile.in (UIOUT_CFLAGS): Remove.
6575 * configure: Regenerated.
6576 * TODO: Remove blurb about elimination of -DUI_OUT.
6577
627af7ea
MK
6578 * configure.in: Move code that provides the --enable-gdbcli,
6579 --enable-gdbmi options right before the code that handles the
6580 --enable-tui option. Polish a bit.
6581 * configure: Regenerated.
6582
06825bd1
MK
6583 * configure.in: Rewrite check for GNU regex and the
6584 --without-included regex option, and move it into the "Checks for
6585 library functions" section. This makes us use the system regex
6586 again by default on systems with version 2 of the GNU C library.
6587 This was apparently broken.
6588 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
6589 * acconfig.h (USE_INCLUDED_REGEX): Remove.
6590 * config.in, configure: Regenerated.
6591
287c1a40
MK
6592 * configure.in: Move code that provides the --enable-tui option
6593 before the "Checks for libraries" section. Polish the code
6594 somewhat and set need_curses to yes if we build the TUI. Rewrite
6595 code that looks for a library providing termcap functionality to
6596 match more closely what's done in the Readline library, and move
6597 it into to the "Checks for libraries" section.
6598 * configure: Regenerated.
6599 * Makefile.in (TERMCAP): Remove variable.
6600 * config/i386/go32.mh (TERMCAP): Remove variable.
6601
684e56bf
AC
66022003-01-02 Andrew Cagney <ac131313@redhat.com>
6603
6604 * MAINTAINERS: Mention gdb_mbuild.sh.
6605 * gdb_mbuild.sh: Rewrite.
6606
e1ea1d75
MK
66072003-01-02 Mark Kettenis <kettenis@gnu.org>
6608
6609 * configure.in: Fix typo in last change.
6610 * config.in, configure: Regenerated.
6611
1b831c93
AC
66122003-01-02 Andrew Cagney <ac131313@redhat.com>
6613
6614 * valarith.c (value_binop): Delete obsolete code and comments.
6615 * configure.host: Ditto.
6616 * buildsym.h (make_blockvector): Ditto.
6617 * buildsym.c (make_blockvector): Ditto.
6618 * defs.h (enum language): Ditto.
6619 (chill_demangle): Ditto.
6620 * elfread.c (elf_symtab_read): Ditto.
6621 * dwarfread.c (CHILL_PRODUCER): Ditto.
6622 (set_cu_language): Ditto.
6623 (handle_producer): Ditto.
6624 * expprint.c (print_subexp): Ditto.
6625 * gdbtypes.c (chill_varying_type): Ditto.
6626 * gdbtypes.h (builtin_type_chill_bool): Ditto.
6627 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
6628 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
6629 (chill_varying_type): Ditto.
6630 * language.h (_LANG_chill): Ditto.
6631 * language.c (binop_result_type, integral_type): Ditto.
6632 (character_type, string_type, structured_type): Ditto.
6633 (lang_bool_type, binop_type_check): Ditto.
6634 * stabsread.h (os9k_stabs): Ditto.
6635 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
6636 (define_symbol, read_type, read_struct_fields): Ditto.
6637 (read_array_type, read_enum_type, read_huge_number): Ditto.
6638 (read_range_type, start_stabs): Ditto.
6639 * symfile.c (init_filename_language_table): Ditto.
6640 (add_psymbol_with_dem_name_to_list): Ditto.
6641 * symtab.c (symbol_init_language_specific): Ditto.
6642 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
6643 * symtab.h (struct general_symbol_info): Ditto.
6644 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
6645 * typeprint.c (typedef_print): Ditto.
6646 * utils.c (fprintf_symbol_filtered): Ditto.
6647 * valops.c (value_cast, search_struct_field, value_slice): Delete
6648 obsolete code.
6649 (varying_to_slice): Delete function.
6650 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
6651 (varying_to_slice): Delete declaration.
6652 * MAINTAINERS: Update.
6653
8bb2c122
MK
66542003-01-02 Mark Kettenis <kettenis@gnu.org>
6655
97bf5e38
MK
6656 * configure.in: Reorganize "Checks for library functions section"
6657 a bit. Remove check for `btowc' and `isascii' functions.
6658 * configure: Regenerated.
6659
5ee754fc
MK
6660 * acconfig.h (_MSE_INT_H): Remove.
6661 * configure.in: Create "Checks for header files" section, and move
6662 appropriate tests there. Don't check for objlist.h, wchar.h,
6663 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
6664 misdetection fix. Also add "Checks for types", "Checks for
6665 compiler characteristics" and "Checks for library functions"
6666 sections.
6667 * config.in, configure: Regenerated.
6668
8bb2c122
MK
6669 * configure.in: Create "Checks for programs" section, and move
6670 appropriate tests there.
6671
9a156167
MK
66722003-01-01 Mark Kettenis <kettenis@gnu.org>
6673
6674 * configure.in: Create "Checks for libraries" section, and move
6675 appropriate tests there. Cleanup check for wctype in libw. Use
6676 AC_SEARCH_LIBS to see whether we need libsocket.
6677 * configure: Regenerated.
6678
a80e2bcb 6679For older changes see ChangeLog-2002
c906108c
SS
6680\f
6681Local Variables:
6682mode: change-log
6683left-margin: 8
6684fill-column: 74
6685version-control: never
6686End:
This page took 0.715185 seconds and 4 git commands to generate.