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