* nto-tdep.c (nto_map_arch_to_cputype): Recognize powerpc.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
cf0e1e0d
DJ
12003-06-17 Daniel Jacobowitz <drow@mvista.com>
2
3 * remote.c (remote_prepare_to_store): Replace call to
4 deprecated_read_register_bytes with multiple regcache_raw_read
5 calls.
6
192cdb19
KW
72003-06-17 Kris Warkentin <kewarken@qnx.com>
8
9 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
10 (nto_find_and_open_solib): Likewise.
11 (nto_init_solib_absolute_prefix): Likewise.
12 (_initialize_nto_tdep): Fix indentation.
13
89929b45
KW
142003-06-17 Kris Warkentin <kewarken@qnx.com>
15
16 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
17
46019f27
KW
182003-06-17 Kris Warkentin <kewarken@qnx.com>
19
20 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
21
1a38736e
JB
222003-06-17 Jim Blandy <jimb@redhat.com>
23
24 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
25
3605c34a
TR
262003-06-16 Theodore A. Roth <troth@openavr.org>
27
28 * avr-tdep.c (avr_extract_return_value): New function.
29 (avr_gdbarch_init): Set extract_return_value method.
30
870b3035
AC
312003-06-16 Andrew Cagney <cagney@redhat.com>
32
33 * frame.h (deprecated_get_next_frame_hack): Declare.
34 * frame.c (legacy_saved_regs_prev_register): Only require
35 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
36 there are always saved regs.
37 (deprecated_generic_get_saved_register): Do not require
38 DEPRECATED_FRAME_INIT_SAVED_REGS.
39 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
40 use frame ID unwind instead.
41 (deprecated_get_next_frame_hack): New function.
42
63d47a7d
CV
432003-06-16 Corinna Vinschen <vinschen@redhat.com>
44
45 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
46 (h8300_push_dummy_call): ...this function. Some minor optimization.
47 (h8300_push_return_address): Remove.
48 (h8300_gdbarch_init): Remove calls to
49 set_gdbarch_deprecated_dummy_write_sp,
50 set_gdbarch_deprecated_push_arguments and
51 set_gdbarch_deprecated_push_return_address.
52 Add call to set_gdbarch_push_dummy_call.
53
4bb1dc5e
CV
542003-06-16 Corinna Vinschen <vinschen@redhat.com>
55
56 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
57 (E_PSEUDO_EXR_REGNUM): Ditto.
58 (h8300_is_argument_spill): Check for instructions moving argument
59 registers into safe registers.
60 (h8300_skip_prologue): Check for stm instruction to push registers
61 used for register variables onto stack.
62 (gdb_print_insn_h8300): Remove.
63 (h8300_examine_prologue): Add a comment.
64 (h8300_register_name): Take pseudo registers into account.
65 (h8300s_register_name): Ditto.
66 (h8300sx_register_name): Ditto.
67 (h8300_print_register): Ditto.
68 (h8300_print_registers_info): Define "nice" printing order.
69 (h8300_saved_pc_after_call): Take pseudo registers into account.
70 (h8300_register_type): Ditto. Return type used for remote connection
71 when requesting real CCR or EXR register, return actual type when
72 requesting pseudo CCR or EXR.
73 (h8300_pseudo_register_read): New function.
74 (h8300_pseudo_register_write): Ditto.
75 (h8300_dbg_reg_to_regnum): Ditto.
76 (h8300s_dbg_reg_to_regnum): Ditto.
77 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
78 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
79 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
80 set_gdbarch_print_insn architecture dependent.
81 Call set_gdbarch_pseudo_register_read and
82 set_gdbarch_pseudo_register_write.
83 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
84
a59fe496
AC
852003-06-16 Andrew Cagney <cagney@redhat.com>
86
87 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
88 * gdbarch.h, gdbarch.c: Re-generate.
89 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
90 * s390-tdep.c (s390_gdbarch_init): Update.
91 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
92 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
93 * mips-tdep.c (mips_gdbarch_init): Update.
94 * mcore-tdep.c (mcore_gdbarch_init): Update.
95 * cris-tdep.c (cris_gdbarch_init): Update.
96 * infcall.c (call_function_by_hand): Update.
97 * ia64-tdep.c (ia64_push_arguments): Update comment.
98 * frame.c (legacy_get_prev_frame): Do not assume
99 SAVE_DUMMY_FRAME_TOS_P.
100 * dummy-frame.c (find_dummy_frame): Update comment.
101
6f4e5a41
AC
1022003-06-16 Andrew Cagney <cagney@redhat.com>
103
104 * regcache.c (do_cooked_read): Do not use register_valid_p.
105
72fab697
TR
1062003-06-15 Theodore A. Roth <troth@openavr.org>
107
108 * avr-tdep.c (avr_register_type): Remove a blank line.
109 (avr_scan_prologue): Correct some comments.
110
e3d8b004
TR
1112003-06-15 Theodore A. Roth <troth@openavr.org>
112
113 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
114 prologue types.
115 Properly scan prologues generated by gcc with the -mcall-prologues
116 option.
117 Add code to scan -mcall-prologues for mega devices.
118
866b76ea
TR
1192003-06-15 Theodore A. Roth <troth@openavr.org>
120
121 * avr-tdep.c (avr_register_byte): Delete function.
122 (avr_register_raw_size): Delete function.
123 (avr_register_virtual_size): Delete function.
124 (avr_register_virtual_type): Delete function.
125 (avr_register_type): New function.
126 (avr_address_to_pointer): Remove unused code.
127 (avr_read_fp): Need to read FP as two separate bytes due to change to
128 avr_register_type() usage.
129 (avr_gdbarch_init): Don't set deprecated_register_size.
130 Don't set deprecated_register_bytes.
131 Don't set deprecated_register_byte.
132 Don't set deprecated_register_raw_size.
133 Don't set deprecated_max_register_raw_size.
134 Don't set deprecated_register_virtual_size.
135 Don't set deprecated_max_register_virtual_size.
136 Don't set deprecated_register_virtual_type.
137 Set register_type method.
138
3993f6b1
DJ
1392003-06-15 Daniel Jacobowitz <drow@mvista.com>
140
141 * Makefile.in (linux-nat.o): Add rule.
142 * linux-nat.c: New file.
143 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
144 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
145 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
146 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
147 * config/arm/linux.mh (NATDEPFILES): Likewise.
148 * config/i386/linux.mh (NATDEPFILES): Likewise.
149 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
150 * config/ia64/linux.mh (NATDEPFILES): Likewise.
151 * config/m68k/linux.mh (NATDEPFILES): Likewise.
152 * config/mips/linux.mh (NATDEPFILES): Likewise.
153 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
154 * config/s390/s390.mh (NATDEPFILES): Likewise.
155 * config/sparc/linux.mh (NATDEPFILES): Likewise.
156
786a90bb
MK
1572003-06-15 Mark Kettenis <kettenis@gnu.org>
158
159 * i387-tdep.c: Reorder includes, fix some whitespace issues and
160 replace out-of-date comment.
161
3bd3f01e
AC
1622003-06-15 Andrew Cagney <cagney@redhat.com>
163
164 * rdi-share/host.h (Fail): Change to a varargs function.
165 * remote-rdi.c (Fail): Update.
166
de5b9bb9
MK
1672003-06-15 Mark Kettenis <kettenis@gnu.org>
168
169 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
170 (i386_convert_register_p, i386_register_to_value,
171 i386_register_from_value): Handle types longer than 8 bytes.
172
d532c08f
MK
1732003-06-15 Mark Kettenis <kettenis@gnu.org>
174
175 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
176 Move floating-point code to new function in i387-tdep.c.
177 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
178 New functions containing code moved here from i386-tdep.c.
179 * i387-tdep.h: Add opaque declaration for `struct type'.
180 (i387_register_to_value, i387_value_to_register): New prototypes.
181 * x86-64-tdep.c (x86_64_convert_register_p): New function.
182 (x86_64_init_abi): Set convert_register_p, register_to_value and
183 value_to_register here.
184
42c466d7
AC
1852003-06-14 Andrew Cagney <cagney@redhat.com>
186
187 * mips-tdep.c (mips_register_to_value): Make static.
188 (mips_value_to_register): Make static.
189 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
190 * ia64-tdep.c (ia64_register_raw_size): Make static.
191 (ia64_register_virtual_size): Make static.
192 (ia64_register_byte): Make static.
193 * i387-tdep.c: Include "i387-tdep.h".
194 (print_387_control_word): Delete function.
195 (print_387_status_word): Delete function.
196 (print_387_status_bits): Delete function.
197 (print_387_control_bits): Delete function.
198 * Makefile.in (i387-tdep.o): Update dependencies.
199 * rdi-share/host.h (Fail): Declare.
200 * remote-rdi.c (Fail): Update to match declaration.
201
2a9cda49
AC
2022003-06-14 Andrew Cagney <cagney@redhat.com>
203
204 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
205 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
206 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
207 * config/djgpp/fnchange.lst: Delete "remote-array.c".
208 * README: Delete reference to remote-array.
209 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
210 (remote-array.o): Delete target.
211 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
212 * remote-array.c: Delete file.
213
ff2e87ac
AC
2142003-06-14 Andrew Cagney <cagney@redhat.com>
215 Mark Kettenis <kettenis@gnu.org>
216
217 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
218 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
219 parameter with "frame".
220 * gdbarch.h, gdbarch.c: Re-generate.
221 * frame.h (put_frame_register): Declare.
222 * frame.c (put_frame_register): New function.
223 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
224 (legacy_register_to_value): Rewrite, use "frame" to get the
225 register value.
226 (legacy_value_to_register): Rewrite, use "frame" to find the
227 register's location before storing.
228 * arch-utils.h (legacy_convert_register_p): Update.
229 (legacy_register_to_value, legacy_value_to_register): Update.
230 * findvar.c (value_from_register): Rewrite, eliminate use of
231 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
232 "frame" to REGISTER_TO_VALUE.
233 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
234 lval_reg_frame_relative + lval_register branch of the switch. Do
235 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
236 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
237 I386_EDI_REGNUM): New defines.
238 (i386_next_regnum, i386_convert_register_p,
239 i386_register_to_value, i386_value_to_register): New functions.
240 (i386_register_convertible, i386_register_convert_to_virtual,
241 i386_convert_to_raw): Remove functions.
242 (i386_gdbarch_init): Set convert_register_p, register_to_value and
243 value_to_register instead of register_convertible,
244 register_convert_to_virtual and register_convert_to_raw.
245 * mips-tdep.c (mips_convert_register_p): New function.
246 (mips_value_to_register): Replace mips_register_convert_from_type.
247 (mips_register_to_value): Replace mips_register_convert_to_type.
248 (mips_gdbarch_init): Set conver_register_p, value_to_register and
249 register_to_value.
250 * alpha-tdep.c (alpha_convert_register_p): Update.
251 (alpha_value_to_register): Update, store the register.
252 (alpha_register_to_value): Update, fetch the register.
253
98be1e77
TR
2542003-06-14 Theodore A. Roth <troth@openavr.org>
255
256 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
257 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
258 Don't set deprecated_call_dummy_words.
259 Remove commented out set_gdbarch_believe_pcc_promotion() call.
260 Don't set remote_translate_xfer_address.
261 (avr_io_reg_read_command): Remove commented out debug printf.
262 Wrap a long line.
263
57bc6122
TR
2642003-06-14 Theodore A. Roth <troth@openavr.org>
265
266 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
267 causes gdb to seg fault.
268
eb01fc62
DJ
2692003-06-14 Daniel Jacobowitz <drow@mvista.com>
270
271 * sparc-nat.c (fetch_inferior_registers): Correct
272 a reference to "registers".
273
3b3e6bee
DJ
2742003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
275
276 * Makefile.in (exc_request_U_h): Define
277 (exc_request_S_h): Likewise.
278 (msg_reply_S_h): Likewise.
279 (msg_U_h): Likewise.
280 (notify_S_h): Likewise.
281 (process_reply_S_h): Likewise.
282 (gnu-nat.o): Depend on gdb_obstack_h
283 * gnu-nat.c: Include "gdb_obstack.h".
284
b8de8283
AC
2852003-06-13 Andrew Cagney <cagney@redhat.com>
286
287 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
288 * gdbarch.h, gdbarch.c: Re-generate.
289
f3be58bc
AC
2902003-06-13 Andrew Cagney <cagney@redhat.com>
291
292 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
293 when deprecated REGISTER macros can be deleted.
294 * gdbarch.h, gdbarch.c: Re-generate.
295
4c0122c8
JB
2962003-06-13 Jim Blandy <jimb@redhat.com>
297
298 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
299 Linux entry point symbols for _dl_debug_state, too.
300
3e210248
AC
3012003-06-13 Andrew Cagney <cagney@redhat.com>
302
303 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
304 available, do not use the FP register, and always save the TOS.
305 * dummy-frame.c (dummy_frame_this_id): Do not assert
306 SAVE_DUMMY_FRAME_TOS.
307 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
308 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
309 (i386_push_dummy_call): Add 8 to the returned SP.
310 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
311 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
312 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
313 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
314 (x86_64_push_dummy_call): Return "sp + 16".
315 (x86_64_init_abi): Do not set save_dummy_frame_tos.
316 * alpha-tdep.c (alpha_gdbarch_init): Do not set
317 save_dummy_frame_tos.
318
0b65af49
JB
3192003-06-13 Jim Blandy <jimb@redhat.com>
320
321 * frv-tdep.c (frv_use_struct_convention): Delete static
322 declaration for function deleted in my change of 2003-06-12.
323
4ea2465e
TR
3242003-06-13 Theodore A. Roth <troth@openavr.org>
325
326 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
327 (avr_pointer_to_address): Shift code addrs left 1 bit.
328 (avr_convert_from_func_ptr_addr): Delete function since operation is
329 better handled by avr_address_to_pointer and avr_pointer_to_address.
330 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
331
1581182a
MK
3322003-06-13 Mark Kettenis <kettenis@gnu.org>
333
334 From Kelley Cook <kelleycook@wideopenwest.com>:
335 * configure.host: Accept i[34567]86 variants.
336 * configure.tgt: Likewise.
337 * nlm/configure.in: Likewise.
338 * nlm/configure: Regenerated.
339
7aa1783e
RE
3402003-06-13 Richard Earnshaw <rearnsha@arm.com>
341
342 * arm-tdep.c (solib-svr4.h): Dont' include it.
343 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
344 * arm-linux-tdep.c: ... here. Make static.
345 (arm_linux_init_abi): Register it.
346 (solib-svr4.h): Include it.
347 * Makefile.in: Update dependencies.
348 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
349 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
350
0261a0d0
CV
3512003-06-13 Corinna Vinschen <vinschen@redhat.com>
352
353 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
354 indicate registers used for return values.
355 (struct frame_extra_info): Drop args_pointer and locals_pointer.
356 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
357 members.
358 (h8300_init_extra_frame_info): Ditto.
359 (h8300_frame_locals_address): Removed.
360 (h8300_frame_args_address): Removed.
361 (h8300_extract_return_value): Use new regcache structure. Only care
362 for 16 bit CPUs.
363 (h8300h_extract_return_value): Same function for 32 bit CPUs.
364 (h8300_store_return_value): Use new regcache structure. Only care
365 for 16 bit CPUs.
366 (h8300h_store_return_value): Same function for 32 bit CPUs.
367 (h8300_store_struct_return): Removed.
368 (h8300_extract_struct_value_address): Use new regcache structure.
369 (h8300h_extract_struct_value_address): Removed.
370 (h8300_push_dummy_code): New function.
371 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
372 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
373 set_gdbarch_store_return_value architecture dependent.
374 Call set_gdbarch_push_dummy_code and
375 set_gdbarch_extract_struct_value_address.
376 Remove calls to set_gdbarch_frame_args_address,
377 set_gdbarch_frame_locals_address,
378 set_gdbarch_deprecated_store_struct_return,
379 set_gdbarch_deprecated_extract_return_value,
380 set_gdbarch_deprecated_extract_struct_value_address,
381 set_gdbarch_deprecated_call_dummy_words and
382 set_gdbarch_deprecated_sizeof_call_dummy_words.
383
055c394a
CV
3842003-06-13 Corinna Vinschen <vinschen@redhat.com>
385
386 * h8300-tdep.c (h8300_register_byte): Remove.
387 (h8300h_register_byte): Remove.
388 (h8300_register_virtual_type): Remove. Substitute by...
389 (h8300_register_type): New function.
390 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
391 (h8300h_extract_struct_value_address): Ditto.
392 (h8300_gdbarch_init): Drop calls to
393 set_gdbarch_deprecated_register_byte and
394 set_gdbarch_deprecated_register_virtual_type.
395 Add call to set_gdbarch_register_type.
396
9c04cab7
AC
3972003-06-13 Andrew Cagney <cagney@redhat.com>
398
399 * gdbarch.sh: Update comments on registers.
400 (deprecated_register_byte): Rename register_byte.
401 (deprecated_register_raw_size): Rename register_raw_size.
402 (deprecated_register_virtual_size): Rename register_virtual_size.
403 (deprecated_register_virtual_type): Rename register_virtual_type.
404 * gdbarch.h, gdbarch.c: Re-generate.
405 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
406 * vax-tdep.c (vax_gdbarch_init): Update.
407 * v850-tdep.c (v850_gdbarch_init): Update.
408 * sparc-tdep.c (sparc_gdbarch_init): Update.
409 * sh-tdep.c (sh_gdbarch_init): Update.
410 * s390-tdep.c (s390_gdbarch_init): Update.
411 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
412 * ns32k-tdep.c: Update.
413 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
414 * mips-tdep.c (mips_gdbarch_init): Update.
415 * mcore-tdep.c (mcore_gdbarch_init): Update.
416 * m68k-tdep.c (m68k_gdbarch_init): Update.
417 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
418 * ia64-tdep.c (ia64_gdbarch_init): Update.
419 * hppa-tdep.c (hppa_gdbarch_init): Update.
420 * h8300-tdep.c (h8300_gdbarch_init): Update.
421 * frv-tdep.c (frv_gdbarch_init): Update.
422 * cris-tdep.c (cris_gdbarch_init): Update.
423 * avr-tdep.c (avr_gdbarch_init): Update.
424 * alpha-tdep.c (alpha_gdbarch_init): Update.
425 * arm-tdep.c (arm_gdbarch_init): Update.
426
b060cbea
AC
4272003-06-13 Andrew Cagney <cagney@redhat.com>
428
429 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
430 mips_o32_use_struct_convention with always_use_struct_convention.
431
0fc9922a
DC
4322003-06-12 David Carlton <carlton@kealia.com>
433
434 * cp-namespace.c (cp_set_block_scope): Comment out
435 processing_has_namespace_info branch.
436
1fd35568
JB
4372003-06-12 Jim Blandy <jimb@redhat.com>
438
f470a70a
JB
439 Recognize and skip 64-bit PowerPC Linux linkage functions.
440 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
441 insn_pattern, insns_match_pattern, d_field, ds_field): New
442 functions, macros, and types for working with PPC instructions.
443 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
444 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
445 ppc64_skip_trampoline_code): New functions, variables, and macros
446 for recognizing and skipping linkage functions.
447 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
448 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
449
49ff75ad
JB
450 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
451 register offsets for both the 32- and 64-bit interfaces.
452
bd918c83
JB
453 Actually finish the job started by my change of 2003-05-29.
454 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
455 other #definition of this.
456 (ppc_linux_skip_trampoline_code): Remove declaration.
457 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
458 static.
459 (ppc_linux_init_abi): Register it as the skip_trampoline_code
460 method for GDBARCH.
461
462 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
463 'long' on ppc64-*-linux*.
464
f8c59253
JB
465 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
466 isn't #defined, assume the register doesn't exist: act as if
467 tdep->ppc_mq_regnum were -1.
468
8fbb30b1
JB
469 * configure.host, configure.tgt: Add entries for
470 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
471 powerpc/linux.mt.
472 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
473 New files.
474
1fd35568
JB
475 * arch-utils.c (always_use_struct_convention): New function.
476 * arch-utils.h (always_use_struct_convention): New prototype.
477 * alpha-tdep.c (alpha_use_struct_convention): Delete.
478 (alpha_gdbarch_init): Register always_use_struct_convention,
479 instead of alpha_use_struct_convention.
480 * cris-tdep.c (cris_use_struct_convention): Delete.
481 (cris_gdbarch_init): Register always_use_struct_convention,
482 instead of cris_use_struct_convention.
483 * frv-tdep.c (frv_use_struct_convention): Delete.
484 (frv_gdbarch_init): Register always_use_struct_convention,
485 instead of frv_use_struct_convention.
486 * h8300-tdep.c (h8300_use_struct_convention): Delete.
487 (h8300_gdbarch_init): Register always_use_struct_convention,
488 instead of h8300_use_struct_convention.
e3305dd9 489 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
490 (mips_o32_gdbarch_init): Register always_use_struct_convention,
491 instead of mips_o32_use_struct_convention.
492
e14e6e9c
AC
4932003-06-12 Andrew Cagney <cagney@redhat.com>
494
495 * wince.c: Include "mips-tdep.h".
496 * mips-tdep.h (mips_next_pc): Declare.
497 * mcore-tdep.c: Make more local functions static.
498 * Makefile.in (wince.o): Update dependencies.
499
2335f48e
DC
5002003-06-12 David Carlton <carlton@kealia.com>
501
502 * symtab.c (lookup_symbol_aux_minsyms): Replace
503 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
504 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
505 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
506 SYMBOL_NATURAL_NAME.
507
f70a7d61
AS
5082003-06-12 Andreas Schwab <schwab@suse.de>
509
510 * Makefile.in (tuiDisassem.o): Update dependencies.
511
b6429628
DC
5122003-06-12 David Carlton <carlton@bactrian.org>
513
514 * symtab.h: Delete declaration of make_symbol_overload_list.
515 Add declaration of lookup_partial_symbol.
516 * symtab.c (remove_params): Move to cp-support.c.
517 (overload_list_add_symbol, make_symbol_overload_list)
518 (sym_return_val_size, sym_return_val_index): Ditto.
519 (lookup_partial_symbol): Make extern.
520 * cp-support.h: Add declaration of make_symbol_overload_list.
521 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
522 symtab.h, and block.h.
523 (remove_params): Move here from symtab.c.
524 (overload_list_add_symbol, make_symbol_overload_list)
525 (sym_return_val_size, sym_return_val_index): Ditto.
526 * valops.c: Include cp-support.h.
527 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
528 frame_h, and block_h.
529 (valops.o): Depend on cp_support_h.
530
084edea5
CV
5312003-06-12 Corinna Vinschen <vinschen@redhat.com>
532
533 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
534 substitute by NUM_REGS throughout.
535 (h8300_register_name): Only care for H8/300 and H8/300H registers.
536 (h8300s_register_name): New function for H8S registers.
537 (h8300sx_register_name): Ditto for H8SX registers.
538 (h8300_print_register): Revise register printing, avoid depending
539 on 32 bit long.
0261a0d0 540 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
541 (h8300h_register_byte): New function for any other architecture.
542 (h8300_register_raw_size): Remove.
543 (h8300_register_virtual_type): Revise to return actually useful
544 type.
545 (h8300_extract_struct_value_address): Only care for H8/300 registers.
546 (h8300h_extract_struct_value_address): New function for any other
547 architecture.
548 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
549 set_gdbarch_register_name, set_gdbarch_register_byte,
550 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
551 Remove calls to set_gdbarch_deprecated_register_size,
552 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
553 set_gdbarch_deprecated_max_register_raw_size,
554 set_gdbarch_register_virtual_size and
555 set_gdbarch_deprecated_max_register_virtual_size entirely.
556 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
557 set_gdbarch_long_double_bit.
558
06194148
JJ
5592003-06-11 Jeff Johnston <jjohnstn@redhat.com>
560
561 * doublest.c (convert_doublest_to_floatformat): When dealing
562 with the implied integer bit, only alter mant_bits if we are
563 processing a full 32 bits of mantissa.
564
de4f826b
DC
5652003-06-11 David Carlton <carlton@bactrian.org>
566
567 * dictionary.h: New.
568 * dictionary.c: New.
569 * block.h: Add opaque declaration for struct dictionary.
570 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
571 'sym' members.
572 (BLOCK_DICT): New macro.
573 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
574 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
575 BLOCK_SHOULD_SORT.
576 (ALL_BLOCK_SYMBOLS): Update definition.
577 * Makefile.in (SFILES): Add dictionary.c.
578 (dictionary_h): New.
579 (COMMON_OBS): Add dictionary.o.
580 (dictionary.o): New.
581 (ada-lang.o): Depend on dictionary_h.
582 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
583 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
584 (mi-cmd-stack.o): Ditto.
585 (gdbtk-cmds.o): Update dependencies.
586 (gdbtk-stack.o): Ditto.
587 * ada-lang.c: Include dictionary.h.
588 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
589 (fill_in_ada_prototype, debug_print_block): Ditto.
590 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
591 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
592 'is_sorted'.
593 * mdebugread.c: Include dictionary.h.
594 (struct parse_stack): Delete 'maxsyms' member.
595 (parse_symbol): Update calls to new_block. Delete calls to
596 shrink_block. Use dictionary methods.
597 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
598 Update calls to new_symtab. Don't maintain maxsyms data.
599 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
600 (add_symbol): Just call dict_add_symbol.
601 (new_symtab): Delete 'maxsyms' argument.
602 (new_symtab): Update calls to new_block.
603 (new_block): Delete 'maxsyms' argument; add 'function' argument.
604 (shrink_block): Delete function.
605 (fixup_sigtramp): Update call to new_block. Add symbol via
606 dict_add_symbol.
607 * jv-lang.c: Include dictionary.h.
608 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
609 appropriately. Set class_symtab->free_func. Make sure the
610 blockvector is big enough to hold two blocks.
611 (add_class_symtab_symbol): Use dictionary methods.
612 (free_class_block): New function.
613 (type_from_class): Replace explicit iteration by
614 ALL_BLOCK_SYMBOLS.
615 * symtab.h (struct symtab): Replace 'free_ptr' method by
616 'free_func'.
617 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
618 sort_symtab_syms.
619 * dwarfread.c (psymtab_to_symtab_1): Delete call to
620 sort_symtab_syms.
621 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
622 Include dictionary.h.
623 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
624 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
625 sort_symtab_syms.
626 * objfiles.c: Include dictionary.h.
627 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
628 * buildsym.c: Include dictionary.h.
629 (finish_block): Use dictionary methods.
630 (end_symtab): Set free_func to NULL, not free_ptr.
631 * tracepoint.c: Include dictionary.h.
632 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
633 (scope_info): Ditto.
634 * stack.c: Include dictionary.h.
635 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
636 (print_block_frame_labels, print_frame_arg_vars)
637 (print_frame_args): Ditto.
638 * symmisc.c (free_symtab_block): Use dictionary methods.
639 (dump_symtab): Ditto.
640 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
641 Include dictionary.h.
642 * symfile.h: Delete declarations of sort_block_syms,
643 sort_symtab_syms.
644 * symfile.c (sort_block_syms): Delete.
645 (sort_symtab_syms): Delete.
646 * symtab.c: Include dictionary.h.
647 (lookup_block_symbol): Use dictionary iterators.
648 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
649 (search_symbols, make_symbol_completion_list): Ditto.
650 (make_symbol_overload_list): Ditto.
651 * valops.c (value_of_local): Use dict_empty.
652 Include dictionary.h.
653
a31f978c
JB
6542003-06-11 J. Brobecker <brobecker@gnat.com>
655
656 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
657
526e70c0
DC
6582003-06-11 David Carlton <carlton@bactrian.org>
659
660 * block.h (BLOCK_SHOULD_SORT): Delete.
661 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
662 blocks.
663 * ada-lang.c (ada_add_block_symbols): Ditto.
664 * symfile.c (sort_block_syms): Delete.
665 (sort_symtab_syms): Ditto.
666 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
667 declarations.
668 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
669 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
670 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
671 * dwarfread.c (psymtab_to_symtab_1): Ditto.
672 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
673 * mdebugread.c (psymtab_to_symtab_1): Ditto.
674 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
675
33c08150
JJ
6762003-06-11 Jeff Johnston <jjohnstn@redhat.com>
677
678 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
679 bits to 128.
680
781a750d
AC
6812003-06-11 Andrew Cagney <cagney@redhat.com>
682
683 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
684 REGISTER_CONVERTIBLE.
685 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
686 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
687 * gdbarch.h, gdbarch.c: Re-generate.
688 * arch-utils.h (deprecated_register_convertible_not): Rename
689 generic_register_convertible_not.
690 * arch-utils.c (deprecated_register_convertible_not): Rename
691 generic_register_convertible.
692 (legacy_convert_register_p, legacy_register_to_value): Update.
693 * sh-tdep.c (sh64_push_arguments): Update.
694 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
695 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
696 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
697 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
698 * arch-utils.c (legacy_value_to_register): Update.
699 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
700 (rs6000_register_convert_to_raw): Make parameter "from" const.
701 * mips-tdep.c (mips_gdbarch_init): Update.
702 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
703 * infcmd.c (default_print_registers_info): Update.
704 * ia64-tdep.c (ia64_gdbarch_init): Update.
705 (ia64_register_convert_to_raw): Make parameter "from" const.
706 * i386-tdep.c (i386_gdbarch_init): Update.
707 (i386_register_convert_to_raw): Update.
708
cd90e54f
AC
7092003-06-11 Andrew Cagney <cagney@redhat.com>
710
711 * remote-fileio.c: Include "remote-fileio.h".
712 * Makefile.in (remote-fileio.o): Update dependencies.
713 (remote_fileio_h): Fix typo.
714
a78f21af
AC
7152003-06-11 Andrew Cagney <cagney@redhat.com>
716
717 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
718 (xstormy16_save_dummy_frame_tos): Make static.
719 (_initialize_xstormy16_tdep): Add declaration.
720 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
721 * v850-tdep.c: Make local functions static.
722 (_initialize_v850_tdep): Add declaration.
723 * sparc-tdep.c: Make local functions static.
724 (_initialize_sparc_tdep): Add declaration.
725 * sh-tdep.c: Make local functions static.
726 (_initialize_sh_tdep): Add declaration.
727 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
728 * s390-tdep.c: Make local functions static.
729 (_initialize_s390_tdep): Add declaration.
730 * dbxread.c (find_stab_function_addr): Make static.
731 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
732 * ocd.c (_initialize_remote_ocd): Add declaration.
733 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
734 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
735 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
736 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
737 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
738 * remote-array.c (_initialize_array): Add declaration.
739 (_initialize_remote_monitors): Add declaration.
740 * remote-mips.c: Make local functions static.
741 (_initialize_remote_mips): Add declaration.
742 * mcore-tdep.c: Make all local functions static.
743 (_initialize_mcore_tdep): Add declaration.
744 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
745 * abug-rom.c (_initialize_abug_rom): Add declaration.
746 * rom68k-rom.c (_initialize_rom68k): Add declaration.
747 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
748 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
749 * remote-est.c (_initialize_est): Add declaration.
750 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
751 (m68hc11_call_dummy_address): Make static.
752 * ia64-tdep.c: Make local functions static.
753 (_initialize_ia64_tdep): Add declaration.
754 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
755 * monitor.c (monitor_wait_filter): Make static.
756 (_initialize_remote_monitors): Add declaration.
757 * remote-hms.c (_initialize_remote_hms): Add declaration.
758 * remote-e7000.c (fetch_regs_from_dump): Make static.
759 (expect_n): Make static.
760 (_initialize_remote_e7000): Add declaration.
761 * ser-e7kpc.c: Always include "defs.h".
762 (_initialize_ser_e7000pc): Add declaration.
763 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
764 * cris-tdep.c: Make all but one function static.
765 (_initialize_cris_tdep): Add declaration.
766 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
767 * solib.c (update_solib_list): Make static.
768 (_initialize_solib): Add declaration.
769 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
770 (_initialize_avr_tdep): Add declaration.
771 * remote-rdi.c (voiddummy): Make static.
772 (_initialize_remote_rdi): Add declaration.
773 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
774 * remote-rdp.c (send_rdp): Make static.
775 (_initialize_remote_rdp): Add declaration.
776 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
777
cbcdb1f5
CV
7782003-06-11 Corinna Vinschen <vinschen@redhat.com>
779
780 * remote-fileio.c: Make ari happy.
781
a191ea8d
JB
7822003-06-10 J. Brobecker <brobecker@gnat.com>
783
784 * rs6000-nat.c (child_xfer_memory): Compute the right address when
785 fetching the trailing bytes of the buffer we are about to write.
786
0ef75e11
AC
7872003-06-10 Andrew Cagney <cagney@redhat.com>
788
789 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
790 * Makefile.in (remote-fileio.o): Update dependencies.
791 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
792 include <setjmp.h>, or <sys/types.h> conditional on USG.
793 (remote_fio_jmp_buf): Delete global variable.
794
449092f6 7952003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 796 Martin M. Hunt <hunt@redhat.com>
449092f6 797
559fa028
AC
798 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
799 (SFILES): Add remote-fileio.c.
800 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
801 dependencies for building remote.o.
449092f6
CV
802 * remote-fileio.c: New file implementing the remote File-I/O protocol.
803 * remote-fileio.h: New header file defining remote File-I/O interface.
804 * remote.c (remote_write_bytes, remote_read_bytes): Remove
805 static storage class.
806 (remote_wait, remote_async_wait): Call remote_fileio_request() on
807 'F' packet.
808 (_initialize_remote): Call initialize_remote_fileio().
809 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
810 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
811 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
812 (captured_main): Initialize new ui_files.
813 * ui-file.c: Add read and fgets input functions.
814 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
815 (null_file_read): New function.
816 (ui_file_read): New function.
817 (set_ui_file_read): New function.
818 (stdio_file_read): New function.
819 * ui-file.h: New type ui_file_read_ftype.
820 (set_ui_file_read): Declare.
821 (ui_file_read): Declare.
822
248de703
AC
8232003-06-09 Andrew Cagney <cagney@redhat.com>
824
825 * frame.h (deprecated_unwind_get_saved_register): Rename
826 generic_unwind_get_saved_register, update comments.
827 * mips-tdep.c (mips_get_saved_register): Update.
828 * frame.c (deprecated_unwind_get_saved_register): Update.
829
0ed8aa57
AC
8302003-06-09 Andrew Cagney <cagney@redhat.com>
831
832 * vax-tdep.c (vax_frame_locals_address): Delete function.
833 (vax_gdbarch_init): Do not set frame_locals_address.
834 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
835 (m68hc11_gdbarch_init): Do not set frame_locals_address.
836 * s390-tdep.c (s390_frame_args_address): Delete function.
837 (s390_gdbarch_init): Do not set frame_args_address or
838 frame_locals_address.
839 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
840 (ns32k_gdbarch_init): Do not set frame_locals_address.
841 * hppa-tdep.c (hppa_frame_args_address): Delete function.
842 (hppa_frame_locals_address): Delete function.
843 (hppa_gdbarch_init): Do not set frame_args_address, or
844 frame_locals_address.
845 * arm-tdep.c (arm_frame_args_address): Delete.
846 (arm_frame_locals_address): Delete.
847 (arm_gdbarch_init): Do not set frame_args_address, or
848 frame_locals_address.
849
983a287a
AC
8502003-06-09 Andrew Cagney <cagney@redhat.com>
851
852 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
853 * gdbarch.h, gdbarch.c: Re-generate.
854 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
855 * arch-utils.c (frame_num_args_unknown): Delete function.
856 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
857 (frame_info): Use FRAME_NUM_ARGS_P.
858 * arm-tdep.c (arm_frame_num_args): Delete function.
859 (arm_gdbarch_init): Do not set frame_num_args.
860 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
861 * hppa-tdep.c (hppa_frame_num_args): Delete function.
862 (hppa_gdbarch_init): Do not set frame_num_args.
863 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
864 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
865 frame_num_args to default frame_num_args_unknown.
866 * v850-tdep.c (v850_gdbarch_init): Ditto.
867 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
868 * sh-tdep.c (sh_gdbarch_init): Ditto.
869 * s390-tdep.c (s390_gdbarch_init): Ditto.
870 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
871 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
872 * mips-tdep.c (mips_gdbarch_init): Ditto.
873 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
874 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
875 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
876 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
877 * i386-tdep.c (i386_gdbarch_init): Ditto.
878 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
879 * frv-tdep.c (frv_gdbarch_init): Ditto.
880 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
881 * cris-tdep.c (cris_gdbarch_init): Ditto.
882 * avr-tdep.c (avr_gdbarch_init): Ditto.
883 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
884
8d3b0994
AC
8852003-06-09 Andrew Cagney <cagney@redhat.com>
886
887 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
888 (print_frame_args): Moved to "stack.c".
889 * stack.c: Include "gdb_assert.h".
890 (print_frame_nameless_args): Moved from "printcmd.c", made static.
891 (print_frame_args): Moved from "printcmd.c".
892 * frame.h (print_frame_args): Delete declaration.
893 * Makefile.in (stack.o): Update dependencies.
894
25e3a86b
AC
8952003-06-08 Andrew Cagney <cagney@redhat.com>
896
897 * frame.c (get_prev_frame): Remove reference to
898 frame_args_address_correct in comments.
899 * frame-base.c (default_frame_args_address): Delete code
900 conditional on FRAME_ARGS_ADDRESS_CORRECT.
901 * vax-tdep.c (vax_frame_args_address_correct): Delete.
902 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
903 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
904 (vax_frame_args_address_correct): Delete declaration.
905
a9e5fdc2
AC
9062003-06-08 Andrew Cagney <cagney@redhat.com>
907
908 * gdbarch.sh (UNWIND_SP): Add.
909 * gdbarch.h, gdbarch.c: Re-generate.
910 * frame.c (frame_sp_unwind): New function.
911 (get_frame_sp): New function.
912 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
913 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
914 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
915 value.
916 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
917 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
918
8983bd83
AC
9192003-06-08 Andrew Cagney <cagney@redhat.com>
920
7fec2c59
AC
921 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
922 REMOTE_BREAKPOINT.
923 * remote.c: Update.
924 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
925 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
926 * config/m68k/tm-sun3.h: Update.
927 * config/m68k/tm-m68klynx.h: Update.
928 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
929
8983bd83
AC
930 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
931 trad_frame". Update comments.
932 * d10v-tdep.c (struct d10v_unwind_cache): Update.
933 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
934 (trad_frame_register_value, trad_frame_prev_register): Update.
935
b9362cc7
AC
9362003-06-08 Andrew Cagney <cagney@redhat.com>
937
938 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
939 from GCC's acinclude.m4.
940 * configure.in: Check for getopt's delcaration.
941 * aclocal.m4, config.in, configure: Re-generate.
942 * main.c (error_init): Delete declaration.
943 * defs.h (error_init): Declare.
944 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
945 (rs6000_convert_from_func_ptr_addr): Make static.
946 (_initialize_rs6000_tdep): Add declaration.
947 * cli/cli-cmds.c (dont_repeat): Delete declaration.
948 (show_commands, set_verbose, show_history): Delete declaration.
949 * top.h (set_verbose): Add declaration.
950 (show_history, set_history, show_commands): Add declaration.
951 (do_restore_instream_cleanup): Add declaration.
952 * objc-lang.c (specialcmp): Make static.
953 (print_object_command): Make static.
954 (find_objc_msgsend): Make static.
955 (find_objc_msgcall_submethod_helper): Make static.
956 (find_objc_msgcall_submethod): Make static.
957 (_initialize_objc_language): Add declaration.
958 (find_implementation_from_class): Make static.
959 (find_implementation): Make static.
960 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
961 * objc-lang.h (lookup_struct_typedef): Add declaration.
962 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
963 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
964 (do_restore_user_call_depth): Make static.
965 (do_restore_instream_cleanup): Delete declaration.
966 (dont_repeat): Delete declaration.
967 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
968 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
969 * reggroups.c (_initialize_reggroup): Add declaration.
970 * cp-support.c (_initialize_cp_support): Add declaration.
971 * cp-abi.c (_initialize_cp_abi): Add declaration.
972 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
973 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
974 (_initialize_gnu_v3_abi): Add declaration.
975 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
976 (_initialize_gnu_v2_abi): Add declaration.
977 * frame-base.c (_initialize_frame_base): Add declaration.
978 * doublest.c (floatformat_from_length): Make static.
979 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
980 * frame.c (create_sentinel_frame): Make static.
981 (_initialize_frame): Add declaration.
982 * top.c (do_catch_errors): Make static.
983 (gdb_rl_operate_and_get_next_completion): Make static.
984 * typeprint.c: Include "typeprint.h".
985 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
986 (sentinel_frame_this_id): Make static.
987 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
988 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
989 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
990 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
991 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
992 * maint.c (maintenance_print_architecture): Make static.
993 * signals/signals.c (_initialize_signals): Add declaration.
994 * std-regs.c (_initialize_frame_reg): Add declaration.
995 * jv-exp.y (push_variable): ISO C definition.
996 (push_qualified_expression_name): Ditto.
997 * memattr.c (_initialize_mem): Add declaration.
998 * remote.c (remote_check_watch_resources): Make static.
999 (remote_stopped_by_watchpoint): Make static.
1000 (remote_stopped_data_address): Make static.
1001 * d10v-tdep.c (nr_dmap_regs): Make static.
1002 (a0_regnum): Make static.
1003 (d10v_frame_unwind_cache): Make static.
1004 (d10v_frame_p): Make static.
1005 * osabi.c (show_osabi): Make static.
1006 (_initialize_gdb_osabi): Add extern declaration.
1007 * gdbtypes.c (make_qualified_type): Make static.
1008 (safe_parse_type): Make static.
1009 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
1010 * macrotab.c (macro_bcache_free): Make static.
1011 * interps.c (interp_set_quiet): Make static.
1012 (interpreter_exec_cmd): Make static.
1013 * stack.h (select_frame_command): New file.
1014 * stack.c: Include "stack.h".
1015 (select_frame_command_wrapper): Delete function.
1016 (select_frame_command): Make global.
1017 * infcall.c: Include "infcall.h".
1018 * linespec.c: Include "linespec.h".
1019 * symfile.c (sections_overlap): Make static.
1020 * cp-support.h (cp_initialize_namespace): ISO C declaration.
1021 * charset.c (_initialize_charset): Add missing prototype.
1022 * regcache.c (init_legacy_regcache_descr): Make static.
1023 (do_regcache_xfree): Make static.
1024 (regcache_xfer_part): Make static.
1025 (_initialize_regcache): Add missing prototype.
1026 * breakpoint.c (parse_breakpoint_sals): Make static.
1027 (breakpoint_sals_to_pc): Make static.
1028 * interps.h (clear_interpreter_hooks): ISO C declaration.
1029 * Makefile.in (stack_h): Define.
1030 (stack.o, typeprint.o, mi-main.o): Update dependencies.
1031 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
1032
a0f267c7
AC
10332003-06-08 Andrew Cagney <cagney@redhat.com>
1034
1035 * Makefile.in (d10v-tdep.o): Update dependencies.
1036 (SFILES): Add trad-frame.c.
1037 (trad_frame_h): Define.
1038 (COMMON_OBS): Add trad-frame.o.
1039 (trad-frame.o): Specify dependencies.
1040 * d10v-tdep.c: Include "trad-frame.h".
1041 (saved_regs_unwinder): Delete function.
1042 (d10v_frame_prev_register): Use trad_frame_prev_register.
1043 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
1044 trad_frame", delete "regs" and "prev_sp".
1045 (prologue_find_regs): Use trad-frame.
1046 * trad-frame.h, trad-frame.c: New files.
1047
4538b4f4
MK
10482003-06-08 Mark Kettenis <kettenis@gnu.org>
1049
1050 * dwarf2cfi.c, dwarf2cfi.h: Remove.
1051
a0273b2f
AF
10522003-06-07 Adam Fedor <fedor@gnu.org>
1053
1054 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
1055 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
1056 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
1057 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
1058 resolve_msgsend_super, resolve_msgsend_super_stret):
1059 Use it.
1060
3a6c3343
AC
10612003-06-07 Andrew Cagney <cagney@redhat.com>
1062
1063 * symfile.h: Re-indent, clean up comments.
1064
b46e02f6
AC
10652003-06-07 Andrew Cagney <cagney@redhat.com>
1066
1067 * inferior.h (deprecated_write_sp): Replace
1068 generic_target_write_sp.
1069 * regcache.c (deprecated_write_sp): Replace
1070 generic_target_write_sp.
1071 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1072 * vax-tdep.c (vax_gdbarch_init): Update.
1073 * v850-tdep.c (v850_gdbarch_init): Update.
1074 * sparc-tdep.c (sparc_gdbarch_init): Update.
1075 * sh-tdep.c (sh_gdbarch_init): Update.
1076 * s390-tdep.c (s390_gdbarch_init): Update.
1077 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1078 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1079 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1080 * mcore-tdep.c (mcore_gdbarch_init): Update.
1081 * m68k-tdep.c (m68k_gdbarch_init): Update.
1082 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1083 * ia64-tdep.c (ia64_gdbarch_init): Update.
1084 * h8300-tdep.c (h8300_gdbarch_init): Update.
1085 * frv-tdep.c (frv_gdbarch_init): Update.
1086 * cris-tdep.c (cris_gdbarch_init): Update.
1087 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
1088
a42e117c
AC
10892003-06-07 Andrew Cagney <cagney@redhat.com>
1090
1091 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
1092 Assert that PC_REGNUM is valid.
1093 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
1094
bd1ce8ba
AC
10952003-06-07 Andrew Cagney <cagney@redhat.com>
1096
1097 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
1098 * gdbarch.h, gdbarch.c: Regenerate.
1099 * mn10300-tdep.c: Include "gdb_assert.h".
1100 (mn10300_read_fp): New function.
1101 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
1102 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
1103 * ia64-tdep.c: Include "gdb_assert.h".
1104 (ia64_read_fp): New function.
1105 (ia64_gdbarch_init): Set deprecated_target_read_fp to
1106 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
1107 * regcache.c (generic_target_read_sp): Delete function.
1108 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
1109 * inferior.h (generic_target_read_sp): Delete declaration.
1110 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
1111 generic_target_read_sp.
1112 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1113 * sparc-tdep.c (sparc_gdbarch_init): Ditto
1114 * sh-tdep.c (sh_gdbarch_init): Ditto.
1115 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1116 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
1117
ec5cbaec
AC
11182003-06-07 Andrew Cagney <cagney@redhat.com>
1119
1120 * gdbarch.sh: Comment each field of startup_gdbarch.
1121 * gdbarch.h, gdbarch.c: Re-generate.
1122
cde9ea48
AC
11232003-06-07 Andrew Cagney <cagney@redhat.com>
1124
1125 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
1126 * gdbarch.h, gdbarch.c: Re-generate.
1127 * regcache.c: Update comments on read_pc et.al.
1128 (generic_target_read_pc): Delete function.
1129 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
1130 * inferior.h (generic_target_read_pc): Delete declaration.
1131 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
1132 generic_target_read_pc.
1133 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1134 * sh-tdep.c (sh_gdbarch_init): Ditto.
1135 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1136 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1137
9a90a780
AC
11382003-06-07 Andrew Cagney <cagney@redhat.com>
1139
1140 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
1141 "index" with "special_local_sect". Use strcmp instead of STREQ.
1142 Append period to coments.
1143
a39a16c4
MM
11442003-06-06 Mark Mitchell <mark@codesourcery.com>
1145
1146 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
1147 (elfstab_offset_sections): Likewise.
1148 * gdb-stabs.h (stab_section_info): Likewise.
1149 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
1150 * objfiles.c (objfile_relocate): Likewise.
1151 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
1152 * remote.c (get_offsets): Likewise.
1153 (remote_cisco_objfile_relocate): Likewise.
1154 * somread.c (som_symfile_offsets): Likewise.
1155 * symfile.c (alloc_section_addr_info): New function.
1156 (build_section_addr_info_from_section_tab): Use it.
1157 (free_section_addr_info): Adjust.
1158 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
1159 (syms_from_objfile): Allocate local_addr dynamically.
1160 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
1161 dynamically.
1162 (add_symbol_file_command): Allocate sect_opts dynamically.
1163 (reread_symbols): Avoid use of SECT_OFF_MAX.
1164 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
1165 (alloc_section_addr_info): Declare it.
1166 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
1167 * win32-nat.c (solib_symbols_add): Allocate section_addrs
1168 dynamically.
1169 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
1170
20c6c2f8
AC
11712003-06-06 Andrew Cagney <cagney@redhat.com>
1172
1173 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
1174 (d10v_frame_unwind_cache): Do not set "return_pc".
1175
884a26c8
MS
11762003-06-06 Michael Snyder <msnyder@redhat.com>
1177
1178 * h8300-tdep.c: Make tidy (long lines).
1179
088ce440
ML
11802003-06-06 Michal Ludvig <mludvig@suse.cz>
1181
1182 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
1183 to regcache_collect().
1184
7d773d96
JB
11852003-06-05 J. Brobecker <brobecker@gnat.com>
1186
1187 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
1188 pc_in_sigtramp multiarch method.
1189 (hppa_hpux_som_init_abi): Use it.
1190 (hppa_hpux_elf_init_abi): Likewise.
1191 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
1192 macro has been multiarched.
1193 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
1194 macro here, as hppa64 isn't multiarched yet.
1195
1df6926e
AC
11962003-06-05 Andrew Cagney <cagney@redhat.com>
1197
1198 * Makefile.in (value_h): Add $(frame_h).
1199 * value.h: Include "frame.h".
1200 (struct value): Replace "frame_addr" with "frame_id".
1201 (VALUE_FRAME_ID): Replace VALUE_FRAME.
1202 * values.c (allocate_value): Use VALUE_FRAME_ID.
1203 (value_copy): Use VALUE_FRAME_ID.
1204 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
1205 * valops.c (value_assign): Update. Use frame_find_by_id.
1206
6b53acc6
ML
12072003-06-05 Michal Ludvig <mludvig@suse.cz>
1208
1209 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
1210 in each pass.
1211
4d9850d3
JJ
12122003-06-05 Jeff Johnston <jjohnstn@redhat.com>
1213
1214 * thread-db.c (check_event): For create/death event breakpoints,
1215 loop through all messages to ensure that we read the message
1216 corresponding to the breakpoint we are at.
1217
8efca6ba
MS
12182003-06-04 Michael Snyder <msnyder@redhat.com>
1219
1220 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
1221
0912c7f2
MK
12222003-06-04 Mark Kettenis <kettenis@gnu.org>
1223
1224 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
1225 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
1226 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
1227 when handling .eh_frame sections.
1228
4e370325
JB
12292003-06-04 J. Brobecker <brobecker@gnat.com>
1230
1231 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
1232 prepare_to_proceed procedure instead of the hppa-specific one.
1233 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
1234
b757528f
JJ
12352003-06-04 Jeff Johnston <jjohnstn@redhat.com>
1236
1237 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
1238 * config.in: Regenerated.
1239 * configure.in: Add test for syscall function and check for
1240 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
1241 * configure: Regenerated.
1242 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
1243 <sys/syscall.h>.
1244 (kill_lwp): New function that uses tkill syscall or
1245 uses kill, depending on whether threading model is nptl or not.
1246 All callers of kill() changed to use kill_lwp().
1247 (lin_lwp_wait): Make special check when WIFEXITED occurs to
1248 see if all threads have already exited in the nptl model.
1249 (stop_and_resume_callback): New callback function used by the
1250 lin_lwp_wait thread exit handling code.
1251 (stop_wait_callback): Check for threads already having exited and
1252 delete such threads fromt the lwp list when discovered.
1253 (stop_callback): Don't assert retcode of kill call.
1254
1255 Roland McGrath <roland@redhat.com>
1256 * i386-linux-nat.c (ps_get_thread_area): New function needed by
1257 nptl libthread_db.
1258
087779b1
RH
12592003-06-03 Richard Henderson <rth@redhat.com>
1260
b21fd293
RH
1261 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
1262 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
1263 (alpha_sigtramp_frame_prev_register): Likewise.
1264 (alpha_heuristic_frame_prev_register): Likewise.
1265 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
1266
087779b1
RH
1267 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
1268 alpha-specific register id names.
1269 (alpha_mdebug_frame_unwind_cache): Likewise.
1270 (alpha_mdebug_frame_prev_register): Likewise.
1271
baa490c4
RH
12722003-06-03 Richard Henderson <rth@redhat.com>
1273
1274 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
1275 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
1276 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
1277 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
1278 unwind routines.
1279 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1280 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
1281 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
1282
1283 * alpha-linux-tdep.c: Remove unnecessary includes.
1284 * Makefile.in (alpha-linux-tdep.o): Update.
1285
12862003-06-03 Richard Henderson <rth@redhat.com>
1287
1288 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
1289 (alphabsd_fill_fpreg): Likewise.
1290
f534e522
JB
12912003-06-03 J. Brobecker <brobecker@gnat.com>
1292
1293 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
1294 references to struct frame_info fields by calls to the equivalent
1295 accessors. Necessary now that frame_info is opaque.
1296
4035536b
JB
12972003-06-03 J. Brobecker <brobecker@gnat.com>
1298
1299 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
1300 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
1301 structure, field no longer exists.
1302
0bd79c5c
JB
13032003-06-03 J. Brobecker <brobecker@gnat.com>
1304
1305 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
1306 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
1307
37bb6d9f
JB
13082003-06-03 J. Brobecker <brobecker@gnat.com>
1309
1310 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
1311 references to struct frame_info fields by calls to the equivalent
1312 accessors. Necessary now that frame_info is opaque.
1313
852ee05c
JB
13142003-06-03 J. Brobecker <brobecker@gnat.com>
1315
1316 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
1317 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
1318 structure, field no longer exists.
1319
7d58c67d
TR
13202003-06-03 Theodore A. Roth <troth@openavr.org>
1321
1322 * remote.c (init_remote_state): Compute sizeof_g_packet by
1323 accumulation of the size of all registers instead of blindly using
1324 DEPRECATED_REGISTER_BYTES.
1325
0a48e7e8
MS
13262003-06-03 Michael Snyder <msnyder@redhat.com>
1327
1328 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
1329 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
1330 for h8300sx.
1331
9798ab0d
JB
13322003-06-03 J. Brobecker <brobecker@gnat.com>
1333
1334 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
1335 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
1336
00b037e2
AC
13372003-06-03 Andrew Cagney <cagney@redhat.com>
1338
1339 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
1340 (sparc_convert_to_raw): Delete function.
1341 (sparc_gdbarch_init): Do not set register_convert_to_raw or
1342 register_convert_to_virtual.
1343
043b2f77
JJ
13442003-06-03 Jeff Johnston <jjohnstn@redhat.com>
1345
1346 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
1347 layer if not dealing with a statically-linked threaded program.
1348
f43caff8
KW
13492003-06-03 Kris Warkentin <kewarken@qnx.com>
1350
1351 * solib.c (solib_open): Update comment to reflect actual search order.
1352
ae1e7417
AC
13532003-06-03 Andrew Cagney <cagney@redhat.com>
1354
1355 * frame.c (get_frame_memory_signed): New function.
1356 (get_frame_memory, get_frame_memory_unsigned): New function.
1357 (get_frame_arch): New function.
1358 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
1359 (get_frame_memory, get_frame_unsigned_memory): Declare.
1360 * d10v-tdep.c (d10v_frame_unwind_cache): Use
1361 get_frame_memory_unsigned and get_frame_arch.
1362 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
1363
cb123844
RG
13642003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
1365
1366 * MAINTAINERS (write after approval): Add myself.
1367
1bb792e9
JB
13682003-06-03 Jim Blandy <jimb@redhat.com>
1369
1370 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
1371 elements of gregset_t are 64 bits each, but access registers
1372 are still 32 bits, so they're packed two per gregset_t
1373 element. Unpack/pack them properly.
1374
aee8d8ba
DC
13752003-06-02 David Carlton <carlton@bactrian.org>
1376
1377 * linespec.c (find_methods): Break out code into
1378 add_matching_methods and add_constructors.
1379 (add_matching_methods): New.
1380 (add_constructors): Ditto.
1381
bf7488d2
AC
13822003-06-02 Andrew Cagney <cagney@redhat.com>
1383
bf7488d2
AC
1384 * sparc-tdep.c (sparc_print_registers): Delete call to
1385 REGISTER_CONVERTIBLE.
1386 (sparc_gdbarch_init): Do not set register_convertible.
1387 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1388 * frv-tdep.c (frv_gdbarch_init): Ditto.
1389 * cris-tdep.c (cris_gdbarch_init): Ditto.
1390
adedef68
EZ
13912003-06-02 Elena Zannoni <ezannoni@redhat.com>
1392
1393 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
1394 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
1395 (syms_from_objfile): Ditto.
1396
650fcc91
AS
13972003-06-03 Andreas Schwab <schwab@suse.de>
1398
1399 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
1400 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
1401
df4a182b
RH
14022003-06-02 Richard Henderson <rth@redhat.com>
1403
1404 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
1405 a member of all_reggroup.
1406
c483c494
RH
14072003-06-02 Richard Henderson <rth@redhat.com>
1408
1409 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
1410 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
1411 (alpha_lds, alpha_sts): New.
1412 (alpha_convert_register_p): Change from _register_convertible.
1413 (alpha_register_to_value): Change from _convert_to_virtual;
1414 restructure and fail for type sizes other than 4 or 8.
1415 (alpha_value_to_register): Similarly.
1416 (alpha_extract_return_value): Use alpha_sts.
1417 (alpha_store_return_value): Use alpha_lds.
1418 (alpha_gdbarch_init): Update hooks.
1419
b38b6be2
RH
14202003-06-02 Richard Henderson <rth@redhat.com>
1421
1422 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
1423 regnum identifiers.
1424 (alpha_sigtramp_register_address): Likewise.
1425
98a8e1e5
RH
14262003-06-02 Richard Henderson <rth@redhat.com>
1427
1428 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
1429 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
1430 * alpha-tdep.h: Declare them.
1431
1432 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
1433 Remove zerobuf. Don't error on UNIQUE.
1434 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
1435 (ALPHA_REGSET_UNIQUE): Provide default.
1436 (supply_gregset): Use alpha_supply_int_regs.
1437 (fill_gregset): Use alpha_fill_int_regs.
1438 (supply_fpregset): Use alpha_supply_fp_regs.
1439 (fill_fpregset): Use alpha_fill_fp_regs.
1440 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
1441 (alphabsd_supply_reg): Use alpha_supply_int_regs.
1442 (alphabsd_fill_reg): Use alpha_fill_int_regs.
1443 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
1444 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
1445 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
1446
67dfac52
RH
14472003-06-02 Richard Henderson <rth@redhat.com>
1448
f75d70cc
RH
1449 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
1450
67dfac52
RH
1451 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
1452 (alpha_store_return_value): Likewise.
1453
0cf566ec
DC
14542003-06-02 David Carlton <carlton@math.stanford.edu>
1455
1456 * block.c (contained_in): Add 'const' to arguments.
1457 (block_function): Ditto.
1458 * block.h: Update declarations for block_function and
1459 contained_in.
1460
cdef89d0
DC
14612003-06-02 David Carlton <carlton@math.stanford.edu>
1462
1463 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
1464 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
1465 * p-valprint.c (pascal_val_print): Ditto.
1466 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
1467
72667056
RH
14682003-06-02 Richard Henderson <rth@redhat.com>
1469
98a8e1e5
RH
1470 * alpha-tdep.c (alpha_push_dummy_call): Use
1471 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 1472
98a8e1e5
RH
1473 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
1474 sign-extension of 32-bit values.
1475 (alpha_store_return_value): Similarly.
0ede8eca 1476
98a8e1e5
RH
1477 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
1478 (alpha_extract_return_value): Likewise.
1479 (alpha_store_return_value): Likewise.
7b5e1cb3 1480
98a8e1e5
RH
1481 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
1482 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 1483
98a8e1e5
RH
1484 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
1485 (alpha_extract_struct_value_address): Likewise.
1486 (alpha_store_return_value): Likewise.
1487 (alpha_store_struct_return): Remove.
1488 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 1489
98a8e1e5
RH
1490 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
1491 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
1492 macros where appropriate.
1493 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
1494 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 1495
98a8e1e5
RH
1496 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
1497 for SP, GP; void_func_ptr for PC; non-language-specific types
1498 for all others.
1499 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 1500
6dd77b81
RH
15012003-06-02 Richard Henderson <rth@redhat.com>
1502
1503 * top.h (lim_at_start): Declare.
1504 * main.c (captured_main): Set it.
1505 * top.c (lim_at_start): Define.
1506 (command_loop): Use it instead of &environ.
1507 * event-top.c (command_handler): Likewise.
1508
f4dbdb54
JT
15092003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
1510
1511 * mipsnbsd-tdep.c: Update copyright years.
1512 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
1513
8f285956
RH
15142003-06-01 Richard Henderson <rth@redhat.com>
1515
98a8e1e5
RH
1516 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
1517 (alpha-linux-tdep.o): Update dependencies.
1518 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
1519 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 1520
615967cb
RH
15212003-06-01 Richard Henderson <rth@redhat.com>
1522
98a8e1e5
RH
1523 * alpha-tdep.c (alpha_register_reggroup_p): New.
1524 (alpha_gdbarch_init): Register it.
615967cb 1525
b59661bd
AC
15262003-06-02 Andrew Cagney <cagney@redhat.com>
1527
1528 * dwarfread.c: Eliminate "register"
1529 (decode_die_type): Eliminate assignment within "if".
1530 (struct_type, decode_array_element_type): Ditto.
1531 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
1532 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
1533 (decode_modified_type, completedieinfo): Ditto.
1534 * block.c: Eliminate "register".
1535 (blockvector_for_pc_sect): Eliminate assignment within "if".
1536 * cp-support.h (struct symbol): Opaque declaration.
1537 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
1538
5ef165c2
RH
15392003-06-01 Richard Henderson <rth@redhat.com>
1540
98a8e1e5
RH
1541 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
1542 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 1543
143985b7
AF
15442003-06-01 Adam Fedor <fedor@gnu.org>
1545
1546 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
1547 * gdbarch.[ch]: Regenerate.
1548 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
1549 (hppa_gdbarch_init): Set it in the gdbarch vector.
1550 * i386-tdep.c (i386_fetch_pointer_argument): New
1551 (i386_gdbarch_init): Set it into gdbarch.
1552 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
1553 (rs6000_gdbarch_init): Set it in gdbarch.
1554 * sparc-tdep.c (sparc_fetch_pointer_argument): New
1555 (sparc_gdbarch_init): Set it in gdbarch.
1556
ae0167b9
AC
15572003-06-01 Andrew Cagney <cagney@redhat.com>
1558
7c0b4a20
AC
1559 * defs.h (extract_address): Delete declaration.
1560 * findvar.c (extract_address): Delete function.
1561 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
1562 extract_address with the inline equivalent,
1563 extract_unsigned_integer.
1564 (xstormy16_extract_struct_value_address): Ditto.
1565 (xstormy16_pointer_to_address): Ditto.
1566 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
1567 * v850-tdep.c (v850_push_arguments): Ditto.
1568 (v850_extract_return_value): Ditto.
1569 (v850_extract_struct_value_address): Ditto.
1570 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
1571 (sparcnbsd_get_longjmp_target_64): Ditto.
1572 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
1573 (get_longjmp_target): Ditto.
1574 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
1575 (sh64_extract_struct_value_address): Ditto.
1576 (sh_push_arguments): Ditto.
1577 (sh64_push_arguments): Ditto.
1578 * remote-vxsparc.c (vx_read_register): Ditto.
1579 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
1580 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
1581 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
1582 * mipsv4-nat.c (get_longjmp_target): Ditto.
1583 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
1584 * mips-nat.c (get_longjmp_target): Ditto.
1585 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
1586 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
1587 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
1588 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
1589 * irix5-nat.c (get_longjmp_target): Ditto.
1590 * irix4-nat.c (get_longjmp_target): Ditto.
1591 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
1592 (ia64_push_arguments): Ditto.
1593 * hpux-thread.c (hpux_thread_store_registers): Ditto.
1594 * h8300-tdep.c (h8300_push_arguments): Ditto.
1595 (h8300_store_return_value): Ditto.
1596 (h8300_extract_struct_value_address): Ditto.
1597 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
1598 (frv_push_arguments): Ditto.
1599 * avr-tdep.c (avr_pointer_to_address): Ditto.
1600 (avr_push_arguments): Ditto.
1601 * arm-tdep.c (arm_push_dummy_call): Ditto.
1602 (arm_get_longjmp_target): Ditto.
1603 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
1604 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
1605 (alpha_get_longjmp_target): Ditto.
1606
ae0167b9
AC
1607 * solib-irix.c (extract_mips_address): Inline extract_address,
1608 replacing it with extract_signed_integer.
1609 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
1610 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
1611 (first_link_map_member, open_symbol_file_object): Ditto.
1612 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
1613 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
1614 (LM_NEXT, LM_NAME): Ditto.
1615
44d88583
RH
16162003-06-01 Richard Henderson <rth@redhat.com>
1617
98a8e1e5
RH
1618 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
1619 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
1620 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
1621 (alpha_cannot_store_register): Likewise.
1622 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
1623 * alpha-nat.c (supply_gregset): Likewise.
1624 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 1625
310e9b6a
AC
16262003-06-01 Andrew Cagney <cagney@redhat.com>
1627
1628 * infcall.c (call_function_by_hand): Update comment on
1629 DEPRECATED_DUMMY_WRITE_SP.
1630
1631 * mips-tdep.c (mips_gdbarch_init): Do not set
1632 deprecated_dummy_write_sp.
1633 (mips_eabi_push_dummy_call): Set the SP register.
1634 (mips_o64_push_dummy_call): Set the SP register.
1635 (mips_o32_push_dummy_call): Set the SP register.
1636 (mips_n32n64_push_dummy_call): Set the SP register.
1637
5ab84872
RH
16382003-06-01 Richard Henderson <rth@redhat.com>
1639
98a8e1e5
RH
1640 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
1641 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
1642 (supply_gregset): Likewise.
1643 * alpha-tdep.c (alpha_store_return_value): Likewise.
1644 (alpha_get_longjmp_target): Likewise.
1645 (alpha_register_name): Constify array.
1646 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
1647 deprecated_register_size, deprecated_register_bytes,
1648 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
1649 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
1650 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 1651
09cc52fd
RH
16522003-06-01 Richard Henderson <rth@redhat.com>
1653
1654 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
1655 from arg_reg_buffer to regcache to avoid double conversion.
1656
c7f16359
MK
16572003-06-01 Mark Kettenis <kettenis@gnu.org>
1658
1659 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
1660 SP_REGNUM.
1661 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
1662 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
1663
7131cb6e
RH
16642003-06-01 Richard Henderson <rth@redhat.com>
1665
98a8e1e5
RH
1666 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
1667 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 1668
f3e0f90b
RH
16692003-06-01 Richard Henderson <rth@redhat.com>
1670
98a8e1e5
RH
1671 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
1672 not overlapping PC_REGNUM.
f3e0f90b 1673
c88e30c0
RH
16742003-06-01 Richard Henderson <rth@redhat.com>
1675
98a8e1e5
RH
1676 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
1677 alpha_push_arguments. Don't dump argument register data to
1678 the target stack. Fix float and 128-bit long double semantics.
1679 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
1680 (alpha_fix_call_dummy): Remove.
1681 (alpha_call_dummy_words): Remove.
1682 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 1683
f1a559ae
RH
16842003-06-01 Richard Henderson <rth@redhat.com>
1685
1686 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
1687
5e045346
AC
16882003-06-01 Andrew Cagney <cagney@redhat.com>
1689
95404a3e
AC
1690 * mips-tdep.c (is_mips16_addr): New function.
1691 (make_mips16_addr, unmake_mips16_addr): New functions.
1692 (pc_is_mips16, mips_fetch_instruction): Use.
1693 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
1694 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
1695 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
1696 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
1697 TARGET_MIPS.
1698 * config/mips/tm-mips.h: Update copyright.
1699 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
1700 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
1701 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
1702 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
1703 (TM_PRINT_INSN_MACH): Delete.
1704 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
1705
5e045346
AC
1706 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
1707 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
1708 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
1709 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
1710 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
1711 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
1712 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
1713 mips*-*-riscos* and mips*-*-sysv* onto mips.
1714 * config/mips/mips64.mt: New file.
1715 * config/mips/mips.mt: New file.
1716 * config/mips/littlemips.mt: Delete file.
1717 * config/mips/decstation.mt: Delete file.
1718 * config/mips/vr4300el.mt: Delete file.
1719 * config/mips/vr5000el.mt: Delete file.
1720 * config/mips/vr5000.mt: Delete file.
1721 * config/mips/vr4100.mt: Delete file.
1722 * config/mips/vr4xxxel.mt: Delete file.
1723 * config/mips/vr4300.mt: Delete file.
1724 * config/mips/vr4xxx.mt: Delete file.
1725 * config/mips/bigmips.mt: Delete file.
1726 * config/mips/bigmips64.mt: Delete file.
1727 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
1728 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
1729 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
1730 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
1731 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
1732 "tm-bigmips.h".
1733 * config/mips/tm-irix3.h: Ditto.
1734 * config/mips/tm-mipsv4.h: Ditto.
1735 * config/mips/tm-embed.h: Ditto.
1736 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
1737 "tm-bigmips64.h".
1738 * config/mips/tm-vr5000el.h: Delete file.
1739 * config/mips/tm-tx39l.h: Delete file.
1740 * config/mips/tm-vr4300el.h: Delete file.
1741 * config/mips/tm-vr4xxxel.h: Delete file.
1742 * config/mips/tm-vr4300.h: Delete file.
1743 * config/mips/tm-vr4100.h: Delete file.
1744 * config/mips/tm-vr4xxx.h: Delete file.
1745 * config/mips/tm-vr5000.h: Delete file.
1746 * config/mips/tm-embedl64.h: Delete file.
1747 * config/mips/tm-embedl.h: Delete file.
1748 * config/mips/tm-embed64.h: Delete file.
1749 * config/mips/tm-bigmips64.h: Delete file.
1750 * config/mips/tm-bigmips.h: Delete file.
1751
2473a4a9
MK
17522003-06-01 Mark Kettenis <kettenis@gnu.org>
1753
97a5b208
MK
1754 Fix gdb/1216.
1755 * shnbsd-nat.c: Include "sh-tdep.h".
1756
2473a4a9
MK
1757 From Richard Henderson <rth@redhat.com>:
1758 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
1759
e0f7ec59
AC
17602003-05-31 Andrew Cagney <cagney@redhat.com>
1761
1762 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
1763 forward declaration.
1764 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
1765 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
1766 (mips_find_saved_regs): Use set_reg_offset.
1767 (mips_frame_init_saved_regs): Delete function.
1768 (mips_pop_frame): Call mips_find_saved_regs instead of
1769 DEPRECATED_FRAME_INIT_SAVED_REGS.
1770
68dcc709
AC
17712003-05-31 Andrew Cagney <cagney@redhat.com>
1772
1773 * mips-tdep.c (mips_gdbarch_init): Do not set
1774 deprecated_max_register_raw_size, register_virtual_size, and
1775 deprecated_max_register_virtual_size.
1776
cfc14b3a
MK
17772003-05-31 Mark Kettenis <kettenis@gnu.org>
1778
6405b0a6
MK
1779 * i386-tdep.c: Include "dwarf2-frame.h".
1780 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
1781 * Makefile.in (i386-tdep.o): Update dependencies.
1782
cfc14b3a
MK
1783 * dwarf2-frame.c, dwarf2-frame.h: New files.
1784 * Makefile.in (SFILES): Add dwarf2-frame.c.
1785 (dwarf2_frame_h): Define.
1786 (COMMON_OBS): Add dwarf2-frame.o.
1787 (dwarf2-frame.o): Add dependencies.
1788
6a2751d2
AJ
17892003-05-31 Andreas Jaeger <aj@suse.de>
1790
1791 * x86-64-linux-nat.c: Fix comment.
1792
1c3545ae
MK
17932003-05-31 Mark Kettenis <kettenis@gnu.org>
1794
10f93086
MK
1795 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
1796 function signature.
1797
1c3545ae
MK
1798 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
1799 have a sigcontext_addr handler.
1800 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
1801 sigcontext_addr handler.
1802
e11c53d2
AC
18032003-05-31 Andrew Cagney <cagney@redhat.com>
1804
1805 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
1806 (print_fp_register_row): Replace do_fp_register_row.
1807 (mips_print_fp_register): Add "file" and "frame" parameters.
1808 (mips_print_register): Add "file" and "frame" parameters.
1809 (mips_print_registers_info): Replace mips_do_registers_info.
1810 (mips_gdbarch_init): Set print_registers_info instead of
1811 deprecated_do_registers_info.
1812 (mips_read_fp_register_single): Add "frame" parameter.
1813 (mips_read_fp_register_double): Add "frame" parameter.
1814
a3386186
MK
18152003-05-31 Mark Kettenis <kettenis@gnu.org>
1816
70913449
MK
1817 * i386-tdep.c (i386_register_name): Check for MMX registers first.
1818 Fixes a bug where GDB would print the wrong register names for
1819 targets without SSE.
1820
2b5e0749
MK
1821 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
1822 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
1823 registers.
1824
1825 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
1826 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
1827 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1828 TDEP->sc_sp_offset.
1829
a3386186
MK
1830 From Michal Ludvig <mludvig@suse.cz>:
1831 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
1832 and `sc_num_regs'.
1833 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1834 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
1835 I386_ST0_REGNUM): Move here from...
1836 * i386-tdep.c: ... here.
1837 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
1838 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
1839 registers if possible.
1840 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
1841 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
1842 Remove variables.
1843 (i386bsd_sc_reg_offset): New variable.
1844 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
1845 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1846 TDEP->sc_sp_offset.
1847 (i386fbsd_sc_reg_offset): New variable.
1848 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
1849 TDEP->sc_num_regs.
1850 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
1851 variables.
1852 (i386fbsd4_sc_reg_offset): New variable.
1853 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
1854 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1855 TDEP->sc_sp_offset.
1856 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
1857 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
1858 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
1859 Remove variables.
1860 (i386nbsd_sc_reg_offset): New variable.
1861 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
1862 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1863 TDEP->sc_sp_offset.
1864 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
1865 Remove variables.
1866 (i386obsd_sc_reg_offset): New variable.
1867 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
1868 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1869 TDEP->sc_sp_offset.
1870 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
1871 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
1872 for frame pointer offset in `struct sigcontext'.
1873
25ab4790
AC
18742003-05-31 Andrew Cagney <cagney@redhat.com>
1875
1876 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
1877 architecture methods call_dummy_words, sizeof_call_dummy_words,
1878 push_return_address, store_struct_return, and fix_call_dummy. Set
1879 push_dummy_call instead of deprecated_push_arguments.
1880 (mips_store_struct_return): Delete function.
1881 (mips_fix_call_dummy): Delete function.
1882 (mips_push_return_address): Delete function.
1883 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
1884 RA_REGNUM and T9_REGNUM.
1885 (mips_n32n64_push_dummy_call): Ditto for
1886 mips_n32n64_push_arguments.
1887 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
1888 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
1889
6a65450a
AC
18902003-05-31 Andrew Cagney <cagney@redhat.com>
1891
1892 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
1893 "dummy_addr" to "bp_addr".
1894 * infcall.c (call_function_by_hand): Pass "funaddr" to
1895 gdbarch_push_dummy_call.
1896 * gdbarch.h, gdbarch.c: Re-generate.
1897 * i386-tdep.c (i386_push_dummy_call): Update.
1898 * arm-tdep.c (arm_push_dummy_call): Update.
1899 * d10v-tdep.c (d10v_push_dummy_call): Update.
1900
c4f35dd8
MK
19012003-05-31 Mark Kettenis <kettenis@gnu.org>
1902
1903 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
1904 variable declarations.
1905 (x86_64_register_number, x86_64_register_name): Remove prototypes.
1906 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
1907 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
1908 x86_64_init_frame_pc, x86_64_init_frame_pc,
1909 x86_64_function_has_prologue): Remove prototypes.
1910 (X86_64_NUM_GREGS): New define.
1911 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
1912 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
1913 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
1914 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
1915 XMM1_REGNUM): Remove defines.
1916 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
1917 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
1918 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
1919 X86_64_XMM1_REGNUM): New defines.
1920 (struct x86_64_register_info): Renamed from `struct
1921 register_info'. Remove `size' member.
1922 (x86_64_register_info_table): Remove variable.
1923 (x86_64_register_info): New variable.
1924 (X86_64_NUM_REGS): New define.
1925 (X86_64_NUM_GREGS): Remove define.
1926 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
1927 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
1928 Remove variables.
1929 (x86_54_dwarf2_reg_to_regnum): Remove function.
1930 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
1931 (x86_64_dwarf_reg_to_regnum): New function.
1932 (x86_64_register_name): Rewrite.
1933 (x86_64_register_raw_size): Remove function.
1934 (x86_64_register_byte_table): Remove variable.
1935 (x86_64_register_byte): Remove function.
1936 (x86_64_register_virtual_type): Remove function.
1937 (x86_64_register_type): New function.
1938 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
1939 x86_64_register_convert_to_raw): Remove functions.
1940 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
1941 (x86_64_use_struct_convention): Make static. Adjust for renamed
1942 defines.
1943 (x86_64_frame_init_saved_regs): Remove function.
1944 (x86_64_push_arguments): Make static. Change to accept a regcache
1945 as argument.
1946 (x86_64_store_return_value, x86_64_extract_return_value): Make
1947 static. Rewrite based on i386 counterparts.
1948 (x86_64_push_dummy_call): New function.
1949 (X86_64_NUM_SAVED_REGS): New define.
1950 (x86_64_register_number): Remove function.
1951 (x86_64_store_struct_return): Remove function.
1952 (x86_64_frameless_function_invocation,
1953 x86_64_function_has_prologue): Remove functions.
1954 (PROLOG_BUFSIZE): Remove define.
1955 (struct x86_64_frame_cache): New structure.
1956 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
1957 x86_64_frame_cache, x86_64_frame_this_id,
1958 x86_64_frame_prev_register, x86_64_frame_p,
1959 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
1960 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
1961 functions.
1962 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
1963 variables.
1964 (x86_64_skip_prologue): Rewrite in terms of
1965 x86_64_analyze_prologue.
1966 (x86_64_frame_base_address): New function.
1967 (x86_64_frame_base): New variable.
1968 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
1969 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
1970 set deprecated_fp_regnum, deprecated_register_size,
1971 deprecated_register_bytes, register_raw_size, register_byte,
1972 register_virtual_type, register_convertiable,
1973 register_convert_to_virtual, convert_to_raw,
1974 deprecated_get_saved_register, deprecated_target_read_fp,
1975 deprecated_push_arguments, deprecated_push_return_address,
1976 deprecated_pop_frame, deprecated_store_struct_return,
1977 deprecated_frame_init_saved_regs, deprecated_frame_chain,
1978 frameless_function_invocation, deprecated_frame_saved_pc,
1979 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
1980 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
1981 deprecated_init_frame_pc and virtual_frame_pointer. Call
1982 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
1983 and x86_64_frame_p. Call frame_base_set_default to register
1984 x86_64_frame_base.
1985 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
1986 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
1987 (_initialize_x86_64_tdep): Remove function.
1988 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
1989 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
1990 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
1991 define.
1992 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
1993 (x86_64_linux_sigcontext_addr): Rewrite.
1994 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
1995 x86_64_linux_frame_saved_pc): Remove functions.
1996 (x86_64_linux_pc_in_sigtramp): Renamed from
1997 x86_64_linux_in_sigtramp. Try harder to recognize a signal
1998 trampoline.
1999 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
2000 Remove_functions.
2001 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
2002 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
2003 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
2004 (x86_64_regmap): Rename to regmap.
2005 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
2006 x86_64_num_gregs.
2007 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
2008 x86_64_regmap.
2009 (x86_64_fxsave_offset): Remove function.
2010 (supply_fpregset): Simply call x86_64_supply_fxsave.
2011 (fill_fpregset): Simply call x86_64_fill_fxsave.
2012 (fetch_inferior_registers, store_inferior_registers): Avoid
2013 asignment in if-statement.
2014 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
2015 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
2016 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
2017 (fetch_core_registers): Remove function.
2018 (linux_elf_core_fns): Remove.
2019 (offsetoff): Don't define.
2020 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
2021 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
2022 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
2023 add core-regset.o.
2024 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
2025 protection against multiple includes instead of NM_X86_64_h. Add
2026 various comments. Include "config/nm-linux.h". Don't include
2027 <signal.h>.
2028 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
2029 GET_THREAD_SIGNALS): Remove defines.
2030 (x86_64_register_u_addr, kernel_u_size,
2031 lin_thread_get_thread_signals): Remove prototypes.
2032 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
2033 [HAVE_LINK_H]: Don't include "solib.h".
2034 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
2035 * config/i386/tm-x86-64linux.h: Fix comments.
2036 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
2037 x86-64-tdep.o): Update dependencies.
2038
c25083af
AC
20392003-05-30 Andrew Cagney <cagney@redhat.com>
2040
c8f55a7b
AC
2041 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
2042 Change parameter type to a "struct regcache *".
2043
c25083af
AC
2044 * gdbarch.sh: Regardless of the multi-arch level, always define
2045 the macro when not already defined.
2046 * gdbarch.h, gdbarch.c: Re-generate.
2047
fbe586ae
RH
20482003-05-30 Richard Henderson <rth@redhat.com>
2049
2050 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
2051 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
2052 (alpha_mdebug_frame_this_id): Likewise.
2053 (alpha_mdebug_frame_prev_register): Likewise.
2054 (alpha_mdebug_frame_base_address): Likewise.
2055 (alpha_mdebug_frame_locals_address): Likewise.
2056 (alpha_mdebug_frame_args_address): Likewise.
2057 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
2058 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
2059 (alpha_heuristic_frame_unwind_cache): Make static; add missing
2060 loop increment.
2061 (alpha_heuristic_frame_this_id): Make static.
2062 (alpha_heuristic_frame_prev_register): Likewise.
2063 (alpha_heuristic_frame_base_address): Likewise.
2064 * alpha-tdep.h: Update.
2065
acd5c798
MK
20662003-05-30 Mark Kettenis <kettenis@gnu.org>
2067
2068 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
2069 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
2070 defenitions.
2071 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
2072 * i386-tdep.c: Mark functions that are 64-bit safe as such.
2073 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
2074 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
2075 I386_ST0_REGNUM): New defines.
2076 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
2077 codestream_get): Remove define.
2078 (codestream_next_addr, condestream_addr, condestream_buf,
2079 codestream_off, codestream_cnt): Remove variables.
2080 (codestream_fill, codestream_seek, codestream_read): Remove
2081 functions.
2082 (i386_follow_jump): Rewrite to avoid usage of removed codestream
2083 functionality.
2084 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
2085 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
2086 i386_frame_saved_pc, i386_saved_pc_after_call,
2087 i386_frame_num_args, i386_frame_init_saved_regs,
2088 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
2089 i386_push_arguments): Remove functions.
2090 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
2091 functionality. Use i386_analyze_prologue instead of
2092 i386_get_frame_setup.
2093 (I386_NUM_SAVED_REGS): New define.
2094 (struct i386_frame_cache): New structure.
2095 (i386_alloc_frame_cache, i386_analyze_struct_return,
2096 i386_skip_probe, i386_analyze_frame_setup,
2097 i386_analyze_register_saves, i386_analyze_prologue,
2098 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
2099 i386_frame_prev_register, i386_sigtramp_frame_cache,
2100 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
2101 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
2102 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
2103 New functions.
2104 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
2105 New variables.
2106 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
2107 I386_EAX_REGNUM and I386_EDX_REGNUM.
2108 (i386_extract_return_value, i386_store_return_value): Use
2109 I386_ST0_REGNUM where appropriate.
2110 (i386_extract_struct_value_address): Rewrite to use extract_address.
2111 (i386_svr4_pc_in_sigtramp): Add comment.
2112 (i386_svr4_sigcontext_addr): Rewrite.
2113 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
2114 TDEP->sc_sp_offset.
2115 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
2116 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
2117 of new defines. Set push_dummy_call, don't set
2118 deprecated_push_arguments, deprecated_push_return_address,
2119 deprecated_pop_frame. Don't set parm_boundary. Don't set
2120 deprecated_frame_chain, deprecated_frame_saved_pc,
2121 deprecated_saved_pc_after_call. Set unwind_dummy_id,
2122 save_dummy_frame_tos, unwind_pc. Call
2123 frame_unwind_append_predicate and frame_base_set_default. Don't
2124 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
2125 Don't set frameless_function_invocation. Don't set
2126 deprecated_register_bytes, deprecated_register_size,
2127 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
2128 * i386-linux-tdep.c: Fix formatting in some comments.
2129 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
2130 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
2131 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
2132 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
2133 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
2134 redundant parentheses.
2135 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
2136 (i386_linux_sigcontext_addr): Use it. Rewrite.
2137 (find_minsym_and_objfile): Change name of second argument.
2138 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
2139 changed. Use frame_pc_unwind instead of
2140 DEPRECATED_SAVED_PC_AFTER_CALL.
2141 (i386_linux_init_abi): Don't set deprecated_register_bytes.
2142 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
2143 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
2144 unwinder.
2145 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
2146 "dummy-frame.h".
2147 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
2148 (_initialize_i386_cygwin_tdep): New prototype.
2149 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
2150 deprecated_frame_chain_valid.
2151 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
2152 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
2153 Rely on the SVR4 defaults.
2154 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
2155 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
2156
c89b70f1
AC
21572003-05-30 Andrew Cagney <cagney@redhat.com>
2158
2159 * infcall.c (call_function_by_hand): Always call
2160 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
2161
85b32d22
RH
21622003-05-30 Richard Henderson <rth@redhat.com>
2163
c89b70f1
AC
2164 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
2165 increment.
85b32d22 2166
bfe51b1e
JB
21672003-05-29 Jim Blandy <jimb@redhat.com>
2168
2169 Use gdbarch methods for solib stuff on PowerPC Linux.
2170 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
2171 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
2172 show through.
2173 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2174 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
2175 giving the same effect as the #definitions above.
2176
1abf022c
AF
21772003-05-29 Adam Fedor <fedor@gnu.org>
2178
2179 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
2180 (find_implementation_from_class): Replace it with the standard
2181 case i.e. do nothing.
2182
d2427a71
RH
21832003-05-29 Richard Henderson <rth@redhat.com>
2184
2185 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
2186 (alpha_linux_sigtramp_offset): Use it. Make static.
2187 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
2188 update for new frame model.
2189 * alpha-mdebug-tdep.c: New file.
2190 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
2191 (alpha_osf1_init_abi): Install it.
2192 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
2193 (linked_proc_desc_table): Remove.
2194 (alpha_frame_past_sigtramp_frame): Remove.
2195 (alpha_dynamic_sigtramp_offset): Remove.
2196 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
2197 (alpha_proc_desc_is_dyn_sigtramp): Remove.
2198 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
2199 (push_sigtramp_desc): Remove.
2200 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
2201 (alpha_cannot_store_register): Likewise.
2202 (alpha_sigcontext_addr): Remove.
2203 (alpha_find_saved_regs): Remove.
2204 (alpha_frame_init_saved_regs): Remove.
2205 (alpha_init_frame_pc_first): Remove.
2206 (read_next_frame_reg): Remove.
2207 (alpha_frame_saved_pc): Remove.
2208 (alpha_saved_pc_after_call): Remove.
2209 (temp_proc_desc, temp_saved_regs): Remove.
2210 (alpha_about_to_return): Remove.
2211 (cached_proc_desc): Remove.
2212 (alpha_frame_chain): Remove.
2213 (alpha_print_extra_frame_info): Remove.
2214 (alpha_init_extra_frame_info): Remove.
2215 (alpha_frame_locals_address): Remove.
2216 (alpha_frame_args_address): Remove.
2217 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
2218 (alpha_push_dummy_frame): Remove.
2219 (alpha_pop_frame): Remove.
2220 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
2221 (alpha_read_insn): New.
2222 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
2223 for different insn encodings.
2224 (alpha_in_lenient_prologue): Remove.
2225 (struct alpha_sigtramp_unwind_cache): New.
2226 (alpha_sigtramp_frame_unwind_cache): New.
2227 (alpha_sigtramp_register_address): New.
2228 (alpha_sigtramp_frame_this_id): New.
2229 (alpha_sigtramp_frame_prev_register): New.
2230 (alpha_sigtramp_frame_unwind): New.
2231 (alpha_sigtramp_frame_p): New.
2232 (struct alpha_heuristic_unwind_cache): New.
2233 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
2234 don't count nop insns that occur between functions.
2235 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
2236 heuristic_proc_desc, but without the mdebug wrapping.
2237 (alpha_heuristic_frame_this_id): New.
2238 (alpha_heuristic_frame_prev_register): New.
2239 (alpha_heuristic_frame_unwind): New.
2240 (alpha_heuristic_frame_p): New.
2241 (alpha_heuristic_frame_base_address): New.
2242 (alpha_heuristic_frame_base): New.
2243 (alpha_unwind_dummy_id): New.
2244 (alpha_unwind_pc): New.
2245 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
2246 frame related deprecated initializations; install replacements.
2247 (alpha_dump_tdep): Remove.
2248 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
2249 (alpha_read_insn, alpha_after_prologue,
2250 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
2251 alpha_heuristic_frame_prev_register,
2252 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
2253 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
2254 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
2255 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
2256
93ec1121
AC
22572003-05-29 Andrew Cagney <cagney@redhat.com>
2258
2259 * gdb_assert.h (gdb_assert_fail): Provide different definitions
2260 dependant on the availability of ASSERT_FUNCTION.
2261 (ASSERT_FUNCTION): Do not define when there is no function name.
2262
98f08d3d
KB
22632003-05-29 Kevin Buettner <kevinb@redhat.com>
2264
2265 From Jimi X <jimix@watson.ibm.com>:
2266 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
2267
0897f59b
JB
22682003-05-28 Jim Blandy <jimb@redhat.com>
2269
2270 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
2271 argument to ptrace to int; the system headers should give it the
2272 right type, and pointers don't fit in ints on powerpc64-*-*.
2273
14898363
L
22742003-05-28 H.J. Lu <hongjiu.lu@intel.com>
2275
2276 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
2277 DW_TAG_catch_block.
2278
a7a48797
EZ
22792003-05-26 Elena Zannoni <ezannoni@redhat.com>
2280
2281 * stabsread.c (dbx_lookup_type): Make static.
2282 (read_type): Ditto.
2283 (add_undefined_type): Ditto.
2284 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
2285 not export.
2286
f5479e9c
EZ
22872003-05-26 Elena Zannoni <ezannoni@redhat.com>
2288
2289 * hpread.c (hpread_has_name): Make static.
2290 (hpread_psymtab_to_symtab): Ditto.
2291 (file_exists): Ditto.
2292 (hpread_call_pxdb): Ditto.
2293 (hpread_pxdb_needed): Ditto.
2294 (hpread_quick_traverse): Ditto.
2295 (hpread_get_header): Ditto.
2296 (hpread_get_lntt): Ditto.
2297 (hpread_get_slt): Ditto.
2298 (class_of): Ditto.
2299
eb2e12d7
AS
23002003-05-25 Andreas Schwab <schwab@suse.de>
2301
78bf922a
AS
2302 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
2303 stack_align and deprecated_extra_stack_alignment_needed.
2304 (m68k_stack_align): Delete.
2305
eb2e12d7
AS
2306 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
2307 (m68k_register_virtual_size): Likewise.
2308 (altos_skip_prologue): Remove obsolete function.
2309 (isi_frame_num_args): Likewise.
2310 (news_frame_num_args): Likewise.
2311 (m68k_fix_call_dummy): Make static.
2312 (m68k_push_dummy_frame): Likewise.
2313 (m68k_pop_frame): Likewise.
2314 (m68k_skip_prologue): Likewise.
2315 (m68k_frame_init_saved_regs): Likewise.
2316 (m68k_saved_pc_after_call): Likewise.
2317 (m68k_get_longjmp_target): Make multi-arch.
2318 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
2319 structure. Register m68k_get_longjmp_target if enabled.
2320 * m68k-tdep.h (struct gdbarch_tdep): Define.
2321 * config/m68k/tm-m68k.h: Don't include "regcache.h".
2322
2323 * Makefile.in (config.status): Also depend on configure.tgt
2324 and configure.host.
2325 (m68klinux-tdep.o): Update dependencies.
2326 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
2327 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
2328 (M68K_LINUX_JB_PC): Define.
2329 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
2330 and take additional parameter.
2331 (m68k_linux_sigtramp_saved_pc): Update.
2332 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
2333 m68k_linux_pc_in_sigtramp, in_plt_section,
2334 find_solib_trampoline_target.
2335 * config/m68k/tm-linux.h: Don't include any tm headers.
2336 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
2337 (JB_ELEMENT_SIZE): Likewise.
2338 (JB_PC): Likewise.
2339 (GET_LONGJMP_TARGET): Likewise.
2340 (IN_SIGTRAMP): Likewise.
2341 (SVR4_SHARED_LIBS): Define this and include "solib.h".
2342
eb2c22dc
MK
23432003-05-25 Mark Kettenis <kettenis@gnu.org>
2344
2345 * sparc-tdep.c (sparc32_do_push_arguments): New function.
2346 (sparc32_push_arguments): Re-implement by calling
2347 sparc32_do_push_arguments.
2348
44b7b84e
MK
23492003-05-25 Mark Kettenis <kettenis@gnu.org>
2350
2351 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
2352 SPARC_O1_REGNUM): New defines.
2353 (sparc32_extract_return_value): Rewrite to operate on a regcache.
2354 (sparc32_store_return_value): New function.
2355 (sparc_extract_struct_value_address): Rewrite to operate on a
2356 regcache.
2357 (sparc_gdbarch_init): Don't set
2358 deprecated_extract_struct_value_address. Set
2359 extract_struct_value_address instead. Don't set
2360 deprecated_extract_return_value and deprecated_store_return_value
2361 for 32-bit targets. Set extract_return_value and
2362 store_return_value instead.
2363 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
2364 DEPRECTAED_EXTRACT_RETURN_VALUE,
2365 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
2366 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2367 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
2368 (sparc_store_return_value): Remove prototype.
2369 (sparc32_store_return_value): New prototype.
2370 (sparc32_extract_return_value, sparc_extract_struct_value_address):
2371 Adjust prototypes.
2372
f6ad61e3
MK
23732003-05-24 Mark Kettenis <kettenis@gnu.org>
2374
2375 * sparcnbsd-tdep.c: Include "gdb_string.h".
2376
b276f1bb
AC
23772003-05-23 Andrew Cagney <cagney@redhat.com>
2378
2379 * p-valprint.c (pascal_val_print): Replace extract_address with
2380 the inline equivalent extract_unsigned_integer.
2381 * jv-valprint.c (java_value_print): Ditto.
2382 * ada-valprint.c (ada_val_print_1): Ditto.
2383 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
2384
e76c5fcc
TR
23852003-05-23 Theodore A. Roth <troth@openavr.org>
2386
2387 * blockframe.c (frameless_look_for_prologue): Remove unused
2388 after_prologue variable.
2389
2cdd89cb
MK
23902003-05-23 Mark Kettenis <kettenis@gnu.org>
2391
2392 * blockframe.c (get_pc_function_start): Rewrite to avoid
2393 asignments in if-statements.
2394
182d43bc
EZ
23952003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
2396
2397 Committed by Elena Zannoni <ezannoni@redhat.com>.
2398 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
2399 files, don't relocate absolute symbols (and do use mst_abs).
2400
e8f3fcdd
AC
24012003-05-23 Andrew Cagney <cagney@redhat.com>
2402
2403 * objc-lang.c: Include "gdb_assert.h".
2404 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
2405 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
2406 (gdb_check, gdb_check_fatal): Delete functions.
2407 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
2408 gdb_assert.
2409 (parse_selector, parse_method, find_methods, find_imps): Ditto.
2410 * Makefile.in (objc-lang.o): Update dependencies.
2411
3c23e6fb
ILT
24122003-05-22 Ian Lance Taylor <ian@airs.com>
2413
2414 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
2415 with fprintf_filtered, not fprintf_unfiltered.
2416
af1342ab
AC
24172003-05-22 Andrew Cagney <cagney@redhat.com>
2418
2419 * stack.c (frame_info): Inline extract_address, replacing it with
2420 extract_unsigned_integer.
2421 * findvar.c (unsigned_pointer_to_address): Ditto.
2422 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
2423 * dwarf2expr.c (dwarf2_read_address): Ditto.
2424 * frame.c (frame_pc_unwind): Update comment.
2425 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
2426
47e242ec
JJ
24272003-05-22 Jeff Johnston <jjohnstn@redhat.com>
2428
2429 * infptrace.c (detach): Call print_sys_errmsg rather than
2430 perror_with_name to issue warning message when errno is non-zero
2431 after calling ptrace detach.
2432
e2ac8128
JB
24332003-05-21 J. Brobecker <brobecker@gnat.com>
2434
2435 * config/pa/tm-hppa.h: Delete some unused macros. Move some
2436 macro definitions from here...
2437 * hppa-tdep.c: ...to there.
2438
92b3541e
KB
24392003-05-20 Kevin Buettner <kevinb@redhat.com>
2440
2441 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
2442 register_ptrace_addr(). Fix all callers.
2443
55809acb
AS
24442003-05-21 Andreas Schwab <schwab@suse.de>
2445
2446 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
2447 dependencies.
2448 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
2449 end.
2450 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
2451 (_initialize_m68k_linux_tdep): New function.
2452 (m68k_linux_frame_saved_pc): Make static.
2453 (m68k_linux_extract_return_value): Likewise.
2454 (m68k_linux_store_return_value): Likewise.
2455 (m68k_linux_extract_struct_value_address): Likewise.
2456 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
2457 Remove.
2458 (DEPRECATED_STORE_RETURN_VALUE): Remove.
2459 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2460 (DEPRECATED_FRAME_SAVED_PC): Remove.
2461
0fbc10f7
KW
24622003-05-20 Kris Warkentin <kewarken@qnx.com>
2463
2464 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
2465 regset numbering rather than our own.
2466
58da2eb2
DC
24672003-05-19 David Carlton <carlton@bactrian.org>
2468
2469 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
2470
1fcb5155
DC
24712003-05-19 David Carlton <carlton@bactrian.org>
2472
2473 Partial fix for PR c++/827.
2474 * cp-support.h: Include symtab.h.
2475 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
2476 * cp-namespace.c: Update contributors.
2477 (cp_lookup_symbol_nonlocal): New.
2478 (lookup_namespace_scope, cp_lookup_symbol_namespace)
2479 (lookup_symbol_file): Ditto.
2480 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
2481 * block.h: Declare block_scope, block_using, block_global_block.
2482 * block.c (block_scope): New.
2483 (block_using, block_global_block): Ditto.
2484 * Makefile.in (cp_support_h): Depend on symtab_h.
2485 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
2486
5f9a71c3
DC
24872003-05-19 David Carlton <carlton@bactrian.org>
2488
2489 * language.h (struct language_defn): Add 'la_value_of_this'
2490 and 'la_lookup_symbol_nonlocal' members.
2491 * symtab.h: Declare basic_lookup_symbol_nonlocal,
2492 lookup_symbol_static, lookup_symbol_global,
2493 lookup_symbol_aux_block.
2494 * symtab.c (lookup_symbol_aux): Call language hooks to determine
2495 if we should search fields of this and how to do static/global
2496 lookup.
2497 (lookup_symbol_aux_block): Make extern.
2498 (basic_lookup_symbol_nonlocal): New.
2499 (lookup_symbol_static, lookup_symbol_global): Ditto.
2500 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
2501 'la_lookup_symbol_nonlocal' members.
2502 * c-lang.c (c_language_defn, cplus_language_defn)
2503 (asm_language_defn, minimal_language_defn): Ditto.
2504 * jv-lang.c (java_language_defn): Ditto.
2505 * language.c (unknown_language_defn, auto_language_defn)
2506 (local_language_defn): Ditto.
2507 * m2-lang.c (m2_language_defn): Ditto.
2508 * objc-lang.c (objc_language_defn): Ditto.
2509 * scm-lang.c (scm_language_defn): Ditto.
2510 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
2511 * p-lang.c (pascal_language_defn): Ditto for both.
2512 * Makefile.in (f-lang.o): Depend on value_h.
2513 (p-lang.o): Ditto.
2514
89a9d1b1
DC
25152003-05-19 David Carlton <carlton@bactrian.org>
2516
2517 * block.h: Declare block_static_block.
2518 * block.c (block_static_block): New.
2519 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
2520 lookup_symbol_aux_local, calling block_static_block instead.
2521 (lookup_symbol_aux_local): Delete 'static_block' argument.
2522
eed3f8ab
DC
25232003-05-19 David Carlton <carlton@bactrian.org>
2524
2525 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
2526
a09d8bda
ML
25272003-05-19 Michal Ludvig <mludvig@suse.cz>
2528
2529 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
2530 register numbers mapping.
2531
69636828
AF
25322003-05-18 Adam Fedor <fedor@gnu.org>
2533
2534 * symtab.c (completion_list_objc_symbol): New function.
2535 (make_symbol_completion_list): Use it to add ObjC symbols
2536 when looking though the list.
2537 (language_search_unquoted_string): New function.
2538 (make_file_symbol_completion_list): Use it.
2539
55baeb84
AS
25402003-05-18 Andreas Schwab <schwab@suse.de>
2541
d0b45d99
AS
2542 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
2543 dependencies.
2544 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
2545 as m68k_linux_extract_return_value.
2546 (DEPRECATED_STORE_RETURN_VALUE): Define as
2547 m68k_linux_store_return_value.
2548 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
2549 m68k_linux_extract_struct_value_address.
2550 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
2551 get_next_frame, get_frame_base, get_frame_pc.
2552 (m68k_linux_frame_saved_pc): Use get_frame_base.
2553 (m68k_linux_extract_return_value): New function.
2554 (m68k_linux_store_return_value): New function.
2555 (m68k_linux_extract_struct_value_address): New function.
2556 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
2557
55baeb84
AS
2558 * c-exp.y (typebase): Remove duplicate occurence of
2559 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
2560 of lookup_signed_typename.
2561
b6b08ebf
MK
25622003-05-18 Mark Kettenis <kettenis@gnu.org>
2563
2564 * dwarf2loc.c (find_location_expression): Change type of second
2565 argument to `size_t *'.
2566 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
2567 for size variable.
2568
5ad1c190
DC
25692003-05-18 David Carlton <carlton@bactrian.org>
2570
2571 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
2572 'linkage_name'. Add comment.
2573 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
2574 'linkage_name'.
2575 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
2576 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
2577 (lookup_block_symbol): Ditto.
2578
b8b527c5
AC
25792003-05-16 Andrew Cagney <cagney@redhat.com>
2580
2581 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
2582 * gdbarch.h, gdbarch.c: Re-generate.
2583 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
2584 * TODO (REGISTER_BYTES): Delete reference.
2585 * alpha-tdep.c (alpha_gdbarch_init): Update.
2586 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2587 * x86-64-tdep.c (x86_64_init_abi): Update.
2588 * vax-tdep.c (vax_gdbarch_init): Update.
2589 * v850-tdep.c (v850_gdbarch_init): Update.
2590 * sparc-tdep.c (sparc_gdbarch_init): Update.
2591 * sh-tdep.c (sh_gdbarch_init): Update.
2592 * s390-tdep.c (s390_gdbarch_init): Update.
2593 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2594 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2595 (ns32k_gdbarch_init_32382): Update.
2596 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2597 * mcore-tdep.c (mcore_gdbarch_init): Update.
2598 * m68k-tdep.c (m68k_gdbarch_init): Update.
2599 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2600 * ia64-tdep.c (ia64_gdbarch_init): Update.
2601 * i386-tdep.c (i386_gdbarch_init): Update.
2602 * i386-linux-tdep.c (i386_linux_init_abi): Update.
2603 * hppa-tdep.c (hppa_gdbarch_init): Update.
2604 * h8300-tdep.c (h8300_gdbarch_init): Update.
2605 * frv-tdep.c (frv_gdbarch_init): Update.
2606 * cris-tdep.c (cris_gdbarch_init): Update.
2607 * avr-tdep.c (avr_gdbarch_init): Update.
2608 * arm-tdep.c (arm_gdbarch_init): Update.
2609 * sparc-tdep.c (sparc_pop_frame): Update.
2610 * rs6000-tdep.c (rs6000_pop_frame): Update.
2611 * remote.c (init_remote_state): Update.
2612 (remote_prepare_to_store): Update.
2613 * remote-vx.c (vx_prepare_to_store): Update.
2614 * remote-sds.c (sds_fetch_registers): Update.
2615 (sds_prepare_to_store): Update.
2616 * remote-array.c: Update.
2617 * regcache.c (init_legacy_regcache_descr): Update.
2618 (init_regcache_descr): Update.
2619 * mips-tdep.c (mips_eabi_extract_return_value): Update.
2620 (mips_o64_extract_return_value): Update.
2621 * irix5-nat.c (fetch_core_registers): Update.
2622 * irix4-nat.c (fetch_core_registers): Update.
2623 * i386-tdep.h: Update.
2624 * hppa-tdep.c (pa_do_registers_info): Update.
2625 (pa_do_strcat_registers_info): Update.
2626 * cris-tdep.c (cris_register_bytes_ok): Update.
2627 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2628 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
2629 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
2630 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
2631 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
2632 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
2633 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
2634 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
2635 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
2636 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
2637 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
2638 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
2639 (REGISTER_BYTES_OK): Update.
2640 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
2641 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
2642
ee2842e2
ILT
26432003-05-16 Ian Lance Taylor <ian@airs.com>
2644
2645 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
2646 (vax_print_insn, print_insn_arg): Remove static functions.
2647 (vax_gdbarch_init): Call set_gdbarch_print_insn with
2648 print_insn_vax from opcodes library.
2649 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
2650
973177d3
AC
26512003-05-15 Andrew Cagney <cagney@redhat.com>
2652
aaab4dba
AC
2653 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
2654 * target.h (memory_breakpoint_from_pc): Delete declaration.
2655 * mem-break.c (memory_breakpoint_from_pc): Delete function.
2656 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
2657 * monitor.c (monitor_insert_breakpoint): Use
2658 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
2659 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
2660 * gdbarch.h, gdbarch.c: Re-generate.
2661 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
2662 (sparc_gdbarch_init): Set breakpoint_from_pc to
2663 sparc_breakpoint_from_pc.
2664 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
2665 (BREAKPOINT_FROM_PC): Define.
2666 (sparc_breakpoint_from_pc): Declare.
2667 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
2668 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
2669 (BREAKPOINT_FROM_PC): Define.
2670 (BREAKPOINT): Delete macro.
2671 * target.h: Update comment.
2672 * s390-tdep.c (s390_gdbarch_init): Update comments.
2673 * remote.c: Update comments.
2674 * remote-mips.c: Update comments.
2675 * proc-api.c (write_with_trace): Do not check for a breakpoint.
2676 * mem-break.c: Update comment.
2677 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
2678 (ia64_memory_insert_breakpoint): Update.
2679 * config/sparc/tm-sparc.h: Update comment.
2680 * config/pa/tm-hppa64.h: Update comment.
2681 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
2682 (rs6000_breakpoint_from_pc): Update.
2683 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
2684 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
2685 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
2686 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
2687 (mips_breakpoint_from_pc): Update.
2688 (mips_dump_tdep): Update.
2689
e06963ff
AC
2690 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
2691 * minsyms.c (lookup_minimal_symbol): Inline
2692 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
2693
973177d3
AC
2694 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
2695 * p-valprint.c (pascal_object_print_value_fields): Ditto.
2696 * p-lang.c (pascal_printstr): Ditto.
2697 * objc-lang.c (objc_printstr): Ditto.
2698 * m2-lang.c (m2_printstr): Ditto.
2699 * jv-valprint.c (java_print_value_fields): Ditto.
2700 * f-lang.c (f_printstr): Ditto.
2701 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
2702 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
2703 for repeat_count_threshold.
2704 * Makefile.in (cp-valprint.o): Update dependencies.
2705
5ea2bd7f
JJ
27062003-05-15 Jeff Johnston <jjohnstn@redhat.com>
2707
2708 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
2709 (examine_prologue): Support looking through leaf functions, knowing
2710 they start with mov r2,r12. Support skipping over indirect stores
2711 of the input registers. Upon hitting a non-nop branch instruction
2712 or predicated instruction, bail out by setting lim_pc to the current
2713 pc value in the loop. At the end, if the lim_pc value is still
2714 beyond our calculated value and we have trust_limit set,
2715 use the lim_pc value.
2716
cc8c88f3
AC
27172003-05-15 Andrew Cagney <cagney@redhat.com>
2718
2719 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
2720 generic_find_dummy_frame.
2721 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
2722 (deprecated_generic_find_dummy_frame): Update.
2723 (deprecated_read_register_dummy): Update.
2724 * frame.c (deprecated_generic_get_saved_register): Update.
2725
909cd28e
TR
27262003-05-15 Theodore A. Roth <troth@openavr.org>
2727
2728 * avr-tdep.c (avr_breakpoint_from_pc): New function.
2729 (avr_gdbarch_init): Set breakpoint_from_pc method.
2730
b923b08d
AC
27312003-05-15 Andrew Cagney <cagney@redhat.com>
2732
2733 * regcache.c (build_regcache): Set deprecated_register_valid
2734 directly.
2735 (deprecated_grub_regcache_for_register_valid): Delete function.
2736 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
2737 declaration.
2738
ae2f03ac
EZ
27392003-05-15 David Carlton <carlton@bactrian.org>
2740
2741 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
2742 * symtab.c (lookup_symbol_aux): Delete calls to
2743 lookup_symbol_aux_minsyms.
2744 (lookup_symbol_aux_minsyms): Comment out function and
2745 prototype. Delete lookup by mangled name.
ae2f03ac 2746
18ec9831
KB
27472003-05-14 Kevin Buettner <kevinb@redhat.com>
2748
2749 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
2750 correctly indicate an empty stack and ``stack_allocated'' to the
2751 indicate the number of elements initially allocated.
2752 (dwarf_expr_grow_stack): Simplify method for computing new
2753 stack size. Don't loop infinitely if ``stack_len'' is zero.
2754 (execute_stack_op): Move ``ctx->in_reg'' initialization
2755 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
2756 be used in conjuction with DW_OP_piece. Revise error message
2757 accordingly.
2758
de18ac1f
TR
27592003-05-14 Theodore A. Roth <troth@openavr.org>
2760
2761 * MAINTAINERS: Update my email address.
2762 * avr-tdep.c: Ditto.
2763
176620f1
EZ
27642003-05-14 Elena Zannoni <ezannoni@redhat.com>
2765
2766 * symtab.h (enum domain_enum): Rename from namespace_enum.
2767 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
2768 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
2769 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
2770 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
2771 TYPES_NAMESPACE, METHODS_NAMESPACE.
2772 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
2773 (struct symbol, struct partial_symbol): Rename field
2774 'namespace_enum namespace' to 'domain_enum domain'.
2775 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
2776 Delete old define kludge for namespace.
2777
2778 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
2779 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
2780 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
2781 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
2782 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
2783 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
2784 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
2785 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
2786 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
2787 occurrences of the above.
2788
b7f31508
ILT
27892003-05-14 Ian Lance Taylor <ian@airs.com>
2790
2791 * Makefile.in (install-only): Use $(SHELL) when running
2792 mkinstalldirs.
2793
2fdbdd39
ILT
27942003-05-13 Ian Lance Taylor <ian@airs.com>
2795
a208d82c
ILT
2796 * MAINTAINERS (write after approval): Add myself.
2797
2fdbdd39
ILT
2798 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
2799 second and third arguments.
2800 * ser-tcp.c (_initialize_ser_tcp): Likewise.
2801 * ser-unix.c (_initialize_ser_hardwire): Likewise.
2802
fbd9dcd3
AC
28032003-05-13 Andrew Cagney <cagney@redhat.com>
2804
2805 * defs.h (store_address): Delete declaration.
2806 findvar.c (store_address): Delete function.
2807 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
2808 store_unsigned_integer.
2809 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
2810 * v850-tdep.c (v850_push_arguments): Ditto.
2811 * sparc-tdep.c (sparc_get_saved_register): Ditto.
2812 * sh-tdep.c (sh64_get_saved_register): Ditto.
2813 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
2814 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
2815 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
2816 (mips_get_saved_register): Ditto.
2817 * ia64-tdep.c (ia64_get_saved_register): Ditto.
2818 (find_func_descr, ia64_push_arguments): Ditto.
2819 * i386-tdep.c (i386_push_arguments): Ditto.
2820 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
2821 * frv-tdep.c (frv_push_arguments): Ditto.
2822 * frame.c (legacy_saved_regs_prev_register): Ditto.
2823 (deprecated_generic_get_saved_register): Ditto.
2824 * findvar.c (unsigned_address_to_pointer): Ditto.
2825 * dwarf2read.c (dwarf2_const_value): Ditto.
2826 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
2827 * alpha-tdep.c (alpha_push_arguments): Ditto.
2828
6760f9e6
JB
28292003-05-12 J. Brobecker <brobecker@gnat.com>
2830
2831 * NEWS: Mention that the hppa-hpux port has been partially
2832 multiarched (32bit ABIT only, so far).
2833
30e221b4
AC
28342003-05-11 Andrew Cagney <cagney@redhat.com>
2835
2836 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
2837 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
2838 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
2839 sim/testsuite/sim/arm/misaligned2.ms, and
2840 sim/testsuite/sim/arm/misaligned3.ms.
2841 * disasm.h (struct ui_file): Add opaque struct declaration.
2842 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
2843 * frame.h (struct ui_file): Ditto.
2844
dea7f9ba
MK
28452003-05-11 Mark Kettenis <kettenis@gnu.org>
2846
2847 * value.h: Pretty print.
2848
01986c48
MK
28492003-05-10 Mark Kettenis <kettenis@gnu.org>
2850
2851 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
2852
123a958e
AC
28532003-05-08 Andrew Cagney <cagney@redhat.com>
2854
2855 * regcache.h (max_register_size): Delete declaration.
2856 * regcache.c (max_register_size): Delete function.
2857 (struct regcache_descr): Delete field "max_register_size".
2858 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
2859 registers fit in MAX_REGISTER_SIZE.
2860 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
2861 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
2862 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
2863 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
2864 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
2865 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
2866 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
2867 * dve3900-rom.c, hppa-tdep.c: Ditto.
2868
eb294659
DC
28692003-05-08 David Carlton <carlton@math.stanford.edu>
2870
2871 * valops.c (push_word): Fix typo.
2872
d9d9c31f
AC
28732003-05-08 Andrew Cagney <cagney@redhat.com>
2874
2875 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
2876 * gdbarch.h: Re-generate.
2877 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
2878 (legacy_max_register_raw_size): Delete declaration.
2879 * regcache.c (legacy_max_register_raw_size): Delete function.
2880 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
2881 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
2882 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
2883 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
2884 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
2885 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
2886 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
2887 * findvar.c, dwarf2cfi.c: Ditto.
2888
22540ece
AC
28892003-05-08 Andrew Cagney <cagney@redhat.com>
2890
2891 * mips-tdep.c (read_signed_register): New function, moved to here
2892 from "regcache.c".
2893 (read_signed_register_pid): Ditto.
2894 * regcache.c (read_signed_register_pid): Delete function, moved to
2895 "mips-tdep.c".
2896 (read_signed_register): Ditto.
2897 * regcache.h (read_signed_register): Delete declaration.
2898 (read_signed_register_pid): Delete declaration.
2899
0c92afe8
AC
29002003-05-08 Andrew Cagney <cagney@redhat.com>
2901
2902 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
2903 * gdbarch.h: Re-generate.
2904 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
2905 (legacy_max_register_virtual_size): Delete declaration.
2906 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
2907 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2908 * tracepoint.c (memrange_sortmerge): Ditto.
2909 * sparc-tdep.c (sparc_print_registers): Ditto.
2910 * regcache.c (legacy_max_register_virtual_size): Delete function.
2911
6037b830
JB
29122002-05-08 J. Brobecker <brobecker@gnat.com>
2913
2914 * fork-child.c (escape_bang_in_quoted_argument): New function.
2915 (fork_inferior): Escape '!' characters in quoted arguments
2916 only when needed.
2917
5d62c8b1
JB
29182003-05-08 J. Brobecker <brobecker@gnat.com>
2919
2920 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
2921 the language of the CU is not currently supported by GDB.
2922
20a0e81d
JB
29232003-05-08 J. Brobecker <brobecker@gnat.com>
2924
2925 * defs.h (language): Add language_minimal enum value.
2926 * c-lang.c (minimal_language_defn): New language definition.
2927 (_initialize_c_language): Add the new minimal language to the list
2928 of languages known to GDB.
2929
710ee10a
KB
29302003-05-08 Kevin Buettner <kevinb@redhat.com>
2931
2932 * frame.c (get_frame_type): Don't attempt to lazily initialize
2933 frame's unwinder for legacy frames.
2934
1750fa04
AC
29352003-05-07 Andrew Cagney <cagney@redhat.com>
2936
2937 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
2938 and "regcache" parameters.
2939 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
2940
ddf9f258
JJ
29412003-05-07 Jeff Johnston <jjohnstn@redhat.com>
2942
2943 * dwarf2read.c (dwarf_decode_lines): Only use output of
2944 check_cu_functions() when calling record_line(). Do not update
2945 the current address.
2946
87767c29
AC
29472003-05-07 Andrew Cagney <cagney@redhat.com>
2948
2949 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
2950 code.
2951
5e7b2f39
JB
29522003-05-07 Jim Blandy <jimb@redhat.com>
2953
2954 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
2955 'maint info symtabs' and 'maint info psymtabs'.
2956 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
2957 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
2958 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
2959 Declarations updated.
2960 * maint.c (maintenance_list_command): Delete.
2961 (_initialize_maint_cmds): Update calls to add_cmd.
2962 * gdbcmd.h (maintenancelistlist): Delete declaration.
2963 * cli/cli-cmds.c (maintenancelistlist): Delete.
2964 (init_cmd_lists): Don't initialize it.
2965 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
2966
f6684c31
AC
29672003-05-07 Andrew Cagney <cagney@redhat.com>
2968
2969 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
2970 "regcache".
2971 (d10v_print_registers_info): Update.
2972 (d10v_dmap_register, d10v_imap_register): Delete functions.
2973 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
2974 and "imap_register".
2975 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
2976 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
2977 * arch-utils.c (generic_remote_translate_xfer_address): Add
2978 "regcache" and "gdbarch" parameters.
2979 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
2980 parameter. Change class to multi-arch.
2981 * gdbarch.h, gdbarch.c: Re-generate.
2982 * remote.c (remote_xfer_memory): Use
2983 gdbarch_remote_translate_xfer_address.
2984
e4846b08
JJ
29852003-05-07 Jeff Johnston <jjohnstn@redhat.com>
2986
2987 * infrun.c (prev_pc): Move declaration ahead of proceed().
2988 (proceed): Refresh prev_pc value before resuming.
2989 (stop_stepping): Remove code to refresh prev_pc.
2990
6b71b8ac
KW
29912003-05-06 Kris Warkentin <kewarken@qnx.com>
2992
2993 * nto-tdep.c: Removed stray comment.
2994
47979a4b
KW
29952003-05-06 Kris Warkentin <kewarken@qnx.com>
2996
2997 * i386-nto-tdep.c: Fix old K&R function definitions.
2998 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
2999 Also change add_show_from_set() call to add_setshow_cmd().
3000 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
3001
00905d52
AC
30022003-05-05 Andrew Cagney <cagney@redhat.com>
3003
3004 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
3005 (fprint_dummy_frames): New function.
3006 (maintenance_print_dummy_frames): New function.
3007 (_initialize_dummy_frame): Add command "maint print dummy-frames".
3008 * frame.c (fprint_frame_id): Make global.
3009 * frame.h (fprint_frame_id): Declare.
3010 * Makefile.in (dummy-frame.o): Update dependencies.
3011
b1e29e33
AC
30122003-05-05 Andrew Cagney <cagney@redhat.com>
3013
3014 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
3015 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
3016 SIZEOF_CALL_DUMMY_WORDS.
3017 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
3018 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
3019 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
3020 CALL_DUMMY_BREAKPOINT_OFFSET.
3021 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
3022 CALL_DUMMY_START_OFFSET.
3023 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
3024 * gdbarch.h, gdbarch.c: Re-generate.
3025 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
3026 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
3027 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
3028 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
3029 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
3030 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
3031 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
3032 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
3033 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
3034 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
3035 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
3036 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
3037 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
3038 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
3039 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
3040
30412003-05-05 Kris Warkentin <kewarken@qnx.com>
3042
3043 * configure.tgt: Add i[3456]86-*-nto*.
3044 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
3045 * nto-tdep.c: New file. Neutrino target support routines.
3046 * nto-tdep.h: New file. Neutrino target header.
3047 * config/tm-qnxnto.h: New file.
3048 * config/i386/i386nto.mt: New file.
3049 * config/i386/tm-i386nto.h: New file.
b1e29e33 3050
0ce3d317
AC
30512003-05-04 Andrew Cagney <cagney@redhat.com>
3052
3053 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
3054 (load_infrun_state): Ditto.
3055 (struct thread_info): Drop "prev_func_name" field.
3056 * thread.c (load_infrun_state): Update.
3057 (save_infrun_state): Update.
3058 * infrun.c (prev_func_name): Delete variable.
3059 (init_wait_for_inferior): Do not clear prev_func_name.
3060 (stop_stepping, keep_going, context_switch): Do not swap
3061 prev_func_name.
3062 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
3063 instead of PC_IN_SIGTRAMP.
3064
46654a5b
AC
30652003-05-04 Andrew Cagney <cagney@redhat.com>
3066
3067 * sentinel-frame.c (sentinel_frame_prev_register): Replace
3068 REGISTER_BYTE with register_offset_hack.
3069 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
3070 that REGISTER_BYTE is consistent with the regcache.
3071 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
3072 * gdbarch.h, gdbarch.c: Regenerate.
3073
14b08c1b
MK
30742003-05-04 Mark Kettenis <kettenis@gnu.org>
3075
04c8243f
MK
3076 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
3077 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
3078
14b08c1b
MK
3079 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
3080
c7a11e01
JB
30812003-05-03 J. Brobecker <brobecker@gnat.com>
3082
3083 From Thierry Schneider <tpschneider1@yahoo.com>
3084 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
3085 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
3086 (mi-cmd-symbol.o): Add rule.
3087
7043d8dc
AC
30882003-05-03 Andrew Cagney <cagney@redhat.com>
3089
3090 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
3091 comments noteing that it replaces the old FIX_CALL_DUMMY code.
3092 * gdbarch.h, gdbarch.c: Re-generate.
3093 * d10v-tdep.c (d10v_push_dummy_code): New function.
3094 (d10v_gdbarch_init): Set push_dummy_code.
3095 * infcall.c (legacy_push_dummy_code): New function.
3096 (generic_push_dummy_code): New function.
3097 (push_dummy_code): New function.
3098 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
3099 instead of dummy_addr, to push_dummy_call. Move call to
3100 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
3101 switch.
3102 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
3103
92bf2b80
AC
31042003-05-03 Andrew Cagney <cagney@redhat.com>
3105
3106 * disasm.h (print_insn): Declare.
3107 * disasm.c (init_gdb_disassemble_info): New function.
3108 (gdb_disassembly): Call init_gdb_disassemble_info.
3109 (gdb_print_insn): New function.
3110 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
3111 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
3112 * mcore-tdep.c: Include "disasm.h"
3113 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
3114 * d10v-tdep.c: Include "disasm.h".
3115 (display_trace): Call gdb_print_insn, instead of print_insn.
3116 (print_insn): Delete function.
3117 * printcmd.c: Include "disasm.h".
3118 (print_insn): Delete function.
3119 (print_formatted): Call gdb_print_insn, instead of print_insn.
3120 * Makefile.in (printcmd.o): Update dependencies.
3121 (mcore-tdep.o, d10v-tdep.o): Ditto.
3122
27d94c49
AC
31232003-05-02 Andrew Cagney <cagney@redhat.com>
3124
82de1e5b
AC
3125 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
3126 PC_REGNUM, re-indent.
3127 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
3128 PC_REGNUM isn't set.
3129
27d94c49
AC
3130 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
3131 * gdbarch.h, gdbarch.c: Re-generate.
3132 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
3133 register_virtual_size, pc_regnum, or register_bytes.
3134 (D10V_PC_REGNUM): Rename _PC_REGNUM.
3135 (d10v_register_type): Use D10V_PC_REGNUM.
3136 (d10v_print_registers_info, d10v_read_pc): Ditto.
3137 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
3138 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
3139
a9c0dc7f
DC
31402003-05-02 David Carlton <carlton@bactrian.org>
3141
3142 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
3143 the name with mstrsave.
3144
e33d66ec
EZ
31452003-05-02 Elena Zannoni <ezannoni@redhat.com>
3146
3147 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
3148 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
3149 (host_charset_name, target_charset_name): New vars for use by
3150 set/show commands.
3151 (host_charset_enum, target_charset_enum): New enums for set/show
3152 commands.
3153 (set_charset_sfunc, set_host_charset_sfunc,
3154 set_target_charset_sfunc): New functions.
3155 (set_host_charset, set_target_charset): Make static.
3156 (list_charsets, set_host_charset_command,
3157 set_target_charset_command): Delete functions.
3158 (show_charset_command): Rewrite as....
3159 (show_charset): Hook this up with the set/show command mechanism.
3160 (_initialize_charset): Change names of charsets to match the
3161 set/show enums. Use host_charset_name and target_charset_name.
3162 Use set/show mechanism for charset, host-charset, target-charset
3163 commands. Do not make 'show host-charset' and 'show
3164 target-charset' be aliases of 'show charset'.
3165
3166 * charset.h (set_host_charset, set_target_charset): Don't export,
3167 they are not used outside the file.
3168
2b6fd0d8
AC
31692003-05-01 Andrew Cagney <cagney@redhat.com>
3170
3171 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
3172 (gdb_disassembly): Make "di" non static, always initialize and
3173 cleanup. Always use dis_asm_read_memory.
3174 (gdb_dis_asm_read_memory): Delete function.
3175
6ae2f580
AC
31762003-05-01 Andrew Cagney <cagney@redhat.com>
3177
3178 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
3179 (d10v_gdbarch_init): Set frame_align instead of stack_align.
3180
810ecf9f
AC
31812003-04-30 Andrew Cagney <cagney@redhat.com>
3182
3183 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
3184 "tm_print_insn_info".
3185 (TARGET_PRINT_INSN_INFO): Delete macro.
3186 (dis_asm_read_memory): Delete function declaration.
3187 (dis_asm_memory_error, dis_asm_print_address): Ditto.
3188 (tm_print_insn_info): Delete variable definition.
3189 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
3190 * gdbarch.h, gdbarch.c: Re-generate.
3191 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
3192 "deprecated_tm_print_insn_info".
3193 * mcore-tdep.c (mcore_dump_insn): Ditto.
3194 * mips-tdep.c (mips_gdbarch_init): Ditto.
3195 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
3196 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
3197 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
3198 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
3199 instead of TARGET_PRINT_INSN_INFO, add comment.
3200 * s390-tdep.c (s390_get_frame_info): Instead of
3201 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
3202 (s390_check_function_end, s390_is_sigreturn): Ditto.
3203 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
3204 (dis_asm_memory_error, dis_asm_print_address): Ditto.
3205 * disasm.c: Include "gdbcore.h".
3206 (_initialize_disasm): New function, initialize
3207 "deprecated_tm_print_insn_info".
3208 (deprecated_tm_print_insn_info): New variable.
3209 (dis_asm_read_memory): Moved from "corefile.c", made static.
3210 (dis_asm_print_address, dis_asm_memory_error): Ditto.
3211 * Makefile.in (disasm.o): Update dependencies.
3212
07020390
AC
32132003-04-30 Andrew Cagney <cagney@redhat.com>
3214
3215 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
3216
a9fa03de
AF
32172003-04-29 Adam Fedor <fedor@gnu.org>
3218
3219 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
3220 * infcall.c (find_function_addr): Make non-static.
3221 * infcall.h (find_function_addr): Declare.
3222 * Makefile.in (eval.o): Update dependencies.
3223
1bae87b9
AF
32242003-04-28 Adam Fedor <fedor@gnu.org>
3225
3226 * symtab.c (symbol_find_demangled_name): Check for and demangle
3227 ObjC symbols.
3228 (symbol_init_demangled_name): Init for language_objc as well.
3229
0ba6dca9
AC
32302003-04-28 Andrew Cagney <cagney@redhat.com>
3231
3232 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
3233 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
3234 * gdbarch.h, gdbarch.c: Re-generate.
3235 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
3236 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
3237 * inferior.h (deprecated_read_fp): Rename read_fp.
3238 (generic_target_read_fp): Delete declaration.
3239 * regcache.c (generic_target_read_fp): Delete function.
3240 (deprecated_read_fp): Replace read_fp, use
3241 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
3242 * d10v-tdep.c (d10v_read_fp): Delete function.
3243 (d10v_gdbarch_init): Do not set deprecated_read_fp.
3244
3245 * sparc-tdep.c (sparc_gdbarch_init): Do not set
3246 deprecated_target_read_fp to generic_target_read_fp.
3247 * sh-tdep.c (sh_gdbarch_init): Ditto.
3248 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3249 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3250 * frv-tdep.c (frv_gdbarch_init): Ditto.
3251
3252 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
3253 deprecated_fp_regnum.
3254 * x86-64-tdep.c (x86_64_init_abi): Ditto.
3255 * vax-tdep.c (vax_gdbarch_init): Ditto.
3256 * v850-tdep.c (v850_gdbarch_init): Ditto.
3257 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3258 * sh-tdep.c (sh_gdbarch_init): Ditto.
3259 * s390-tdep.c (s390_gdbarch_init): Ditto.
3260 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3261 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3262 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3263 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3264 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3265 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3266 * i386-tdep.c (i386_gdbarch_init): Ditto.
3267 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3268 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3269 * frv-tdep.c (frv_gdbarch_init): Ditto.
3270 * cris-tdep.c (cris_gdbarch_init): Ditto.
3271 * avr-tdep.c (avr_gdbarch_init): Ditto.
3272 * arm-tdep.c (arm_gdbarch_init): Ditto.
3273 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3274
3275 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
3276 * v850-tdep.c (v850_gdbarch_init): Ditto.
3277 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3278 * sh-tdep.c (sh_gdbarch_init): Ditto.
3279 * s390-tdep.c (s390_gdbarch_init): Ditto.
3280 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3281 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3282 * mips-tdep.c (mips_gdbarch_init): Ditto.
3283 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3284 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3285 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3286 * frv-tdep.c (frv_gdbarch_init): Ditto.
3287 * avr-tdep.c (avr_gdbarch_init): Ditto.
3288 * arm-tdep.c (arm_gdbarch_init): Ditto.
3289
3290 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
3291 DEPRECATED_FP_REGNUM.
3292 (vax_push_dummy_frame, vax_pop_frame): Ditto.
3293 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
3294 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
3295 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
3296 (sparc32_register_virtual_type): Ditto.
3297 * sh-tdep.c (sh64_frame_chain): Ditto.
3298 (sh64_get_saved_register, sh64_pop_frame): Ditto.
3299 (sh_nofp_frame_init_saved_regs): Ditto.
3300 (sh64_nofp_frame_init_saved_regs): Ditto.
3301 (sh_fp_frame_init_saved_regs): Ditto.
3302 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3303 * remote-e7000.c (fetch_regs_from_dump): Ditto.
3304 * procfs.c (procfs_fetch_registers): Ditto.
3305 (procfs_store_registers): Ditto.
3306 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
3307 (store_inferior_registers, fetch_core_registers): Ditto.
3308 (fetch_kcore_registers, clear_regs): Ditto.
3309 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
3310 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
3311 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
3312 * nlm/i386.c (do_status): Ditto.
3313 * mipsv4-nat.c (supply_gregset): Ditto.
3314 * mips-tdep.c: Ditto for comments.
3315 * mips-nat.c (fetch_inferior_registers): Ditto.
3316 (store_inferior_registers, fetch_core_registers): Ditto.
3317 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
3318 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
3319 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
3320 (i386_do_pop_frame, i386_register_type): Ditto.
3321 * hppa-tdep.c (hppa_frame_chain): Ditto.
3322 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
3323 (hppa_pop_frame, hppa_read_fp): Ditto.
3324 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
3325 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
3326 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
3327 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
3328 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
3329 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
3330 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
3331 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
3332 * blockframe.c: Ditto for comments.
3333 * arch-utils.h: Ditto for comments.
3334 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
3335 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
3336 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
3337 * alpha-tdep.h: Ditto for comments.
3338 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
3339 (alpha_cannot_store_register): Ditto.
3340 (alpha_push_dummy_frame): Ditto.
3341 * alpha-nat.c (supply_gregset): Ditto.
3342
3343 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
3344 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
3345 * config/sparc/tm-sparc.h: Update comment.
3346
3347 * hppa-tdep.c (hppa_init_extra_frame_info): Use
3348 deprecated_read_fp instead of TARGET_READ_FP.
3349 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
3350 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
3351 * sparc-tdep.c (sparc_init_extra_frame_info): Use
3352 deprecated_read_fp instead of read_fp.
3353 * s390-tdep.c (s390_push_arguments): Ditto.
3354 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3355 * frame.h: Ditto in comments.
3356 * frame.c (legacy_get_prev_frame): Ditto.
3357 * dummy-frame.c (dummy_frame_this_id): Ditto.
3358 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
3359
d7a27068
AC
33602003-04-28 Andrew Cagney <cagney@redhat.com>
3361
3362 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
3363 * gdbarch.h, gdbarch.c: Re-generate.
3364 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
3365 * vax-tdep.c (_initialize_vax_tdep): Update.
3366 * v850-tdep.c (_initialize_v850_tdep): Update.
3367 * sparc-tdep.c (_initialize_sparc_tdep): Update.
3368 * s390-tdep.c (_initialize_s390_tdep): Update.
3369 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
3370 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
3371 * mips-tdep.c (_initialize_mips_tdep): Update.
3372 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3373 * m68k-tdep.c (_initialize_m68k_tdep): Update.
3374 * ia64-tdep.c (_initialize_ia64_tdep): Update.
3375 * hppa-tdep.c (_initialize_hppa_tdep): Update.
3376 * h8300-tdep.c (_initialize_h8300_tdep): Update.
3377 * frv-tdep.c (_initialize_frv_tdep): Update.
3378 * cris-tdep.c (cris_delayed_get_disassembler): Update.
3379 (_initialize_cris_tdep): Update.
3380 * arch-utils.c (legacy_print_insn): Update.
3381 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3382
d2630e69
AF
33832003-04-26 Adam Fedor <fedor@gnu.org>
3384
3385 * linespec.c (decode_objc): New function to decode ObjC calls
3386 (decode_line_1): Check for ObjC calls (using decode_objc)
3387 * Makefile (linespec.o): Update dependencies.
3388
3086aeae
DJ
33892003-04-26 Daniel Jacobowitz <drow@mvista.com>
3390
3391 * breakpoint.h (struct breakpoint_ops): New.
3392 (struct breakpoint): Add ops member.
3393
3394 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
3395 (mention): Use new breakpoint ops member.
3396 (set_raw_breakpoint): Initialize ops field to NULL.
3397 (print_exception_catchpoint, print_one_exception_catchpoint)
3398 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
3399 (gnu_v3_exception_catchpoint_ops): New.
3400 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
3401
1fbec6c3
AF
34022003-04-25 Adam Fedor <fedor@gnu.org>
3403
3404 * Makefile.in (COMMON_OBS): Add objc-lang.o
3405
0ef21242
AC
34062003-04-25 Andrew Cagney <cagney@redhat.com>
3407
3408 * d10v-tdep.c (print_insn): Delete function.
3409 (display_trace): Use TARGET_PRINT_INSN.
3410 (_initialize_d10v_tdep): Do not set tm_print_insn.
3411 (d10v_gdbarch_init): Set print_insn.
3412
f75493ed
AC
34132003-04-25 Andrew Cagney <cagney@redhat.com>
3414
3415 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
3416 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
3417 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
3418 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
3419 (nr_dmap_regs, a0_regnum): ... new functions.
3420 (d10v_print_registers_info): Use a0_regnum, use register_size.
3421 (d10v_register_byte): Delete function.
3422 (d10v_register_raw_size): Delete function.
3423 (d10v_register_type): Use a0_regnum.
3424 (d10v_print_registers_info): Use a0_regnum.
3425 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
3426 (d10v_gdbarch_init): Do not set register_byte or
3427 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
3428 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
3429 extract_address.
3430 (trace_command): Use XCALLOC.
3431 (print_insn): Delete reference to tm_print_insn.
3432 (saved_regs_unwinder): Use store_unsigned_integer instead of
3433 store_address.
3434 * frame.h (FRAME_OBSTACK_CALLOC): Define
3435
2202b100
DC
34362003-04-25 David Carlton <carlton@bactrian.org>
3437
3438 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
3439
4e45ca2e
AF
34402003-04-24 Adam Fedor <fedor@gnu.org>
3441
3442 * objc-lang.c: Include "valprint.h"
3443 * Makefile.in (objc-lang.o): Update dependencies.
3444
93de3e7f
AF
34452003-04-24 Adam Fedor <fedor@gnu.org>
3446
3447 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
3448 architecture dependant compilation and mark as unimplemented
3449 (until they get put in the gdbarch vector).
3450
0f20eeea
DC
34512003-04-23 David Carlton <carlton@bactrian.org>
3452
3453 * cp-support.c (cp_find_first_component): Accept 'operator' in
3454 more locations.
3455
74cfe982
AC
34562003-04-23 Andrew Cagney <cagney@redhat.com>
3457
3458 * infcall.c (call_function_by_hand): Eliminate redundant
3459 indentation. Move "saved_async" and "old_cleanups" to where they
3460 are needed.
3461
52557533
AC
34622003-04-23 Andrew Cagney <cagney@redhat.com>
3463
3464 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
3465 and "buffer". Move the "name" code to where it is needed.
3466
158775de
AC
34672003-04-23 Andrew Cagney <cagney@redhat.com>
3468
3469 * infcall.c (call_function_by_hand): Move variables "start_sp",
3470 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
3471 code to ON_STACK switch branch.
3472
ebc7896c
AC
34732003-04-23 Andrew Cagney <cagney@redhat.com>
3474
3475 * infcall.c (call_function_by_hand): Make declaration of "i",
3476 "sal", "bpt" and "old_sp" more local to their use. Delete #if
3477 lint.
3478
d727590f
AC
34792003-04-23 Andrew Cagney <cagney@redhat.com>
3480
3481 * infcall.c (call_function_by_hand): Delete variable
3482 "n_method_args". Localize "param_type"'s declaration to the loop
3483 that it is used. Reinstate code assigning to said variable -
3484 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
3485 Rationalize code using "param_type".
3486
d585e13a
AC
34872003-04-22 Andrew Cagney <cagney@redhat.com>
3488
3489 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
3490 compute the breakpoint address. Only call FIX_CALL_DUMMY when
3491 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
3492 to DEPRECATED_PUSH_RETURN_ADDRESS.
3493
051caad9
KB
34942003-04-22 Kevin Buettner <kevinb@redhat.com>
3495
3496 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
3497 on the DWARF2 register number prior to fetching a register.
3498
77296879
JB
34992003-04-22 J. Brobecker <brobecker@gnat.com>
3500
3501 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
3502 Update all the tests using SOFT_FLOAT considering the fact that
3503 this macro was always set to 0.
3504 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
3505 considering the fact that this macro was always set to 0.
3506 * hppa-tdep.h (hppa_store_return_value): Likewise.
3507 (hppa_extract_return_value): Likewise.
3508
4252f1df
JB
35092003-04-22 J. Brobecker <brobecker@gnat.com>
3510
3511 * config/pa/tm-hppa.h: Remove obsolete code, was used by
3512 the hppa-pro target only.
3513
14604c6b
JB
35142003-04-21 J. Brobecker <brobecker@gnat.com>
3515
3516 Ongoing multi-arch conversion effort for HP/UX:
3517 * config/pa/tm-hppa.h: Move all macro that are no longer
3518 defined now that GDB_MULTI_ARCH is now set to 1 from here...
3519 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
3520
77eb01d1
JB
35212003-04-21 J. Brobecker <brobecker@gnat.com>
3522
3523 * config/pa/tm-hppa.h: Obsolete a section that was only used
3524 for hppa-pro.
3525
61995b3b
JB
35262003-04-21 J. Brobecker <brobecker@gnat.com>
3527
3528 Ongoing multi-arch conversion for HP/UX.
3529 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
3530 if already defined (allows hppa64 to stay non-multiarched for now).
3531 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
3532
4aa79dcc
AC
35332003-04-21 Andrew Cagney <cagney@redhat.com>
3534
3535 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
3536
0f751ff2
AC
35372003-04-21 Andrew Cagney <cagney@redhat.com>
3538
3539 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
3540 "i386_num_mmx_regs".
3541
04714b91
AC
35422003-04-21 Andrew Cagney <cagney@redhat.com>
3543
3544 * infcall.c: New file.
3545 * infcall.h: New file.
3546 * valarith.c: Include "infcall.h".
3547 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
3548 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
3549 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
3550 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
3551 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
3552 (SFILES): Add "infcall.c"
3553 (COMMON_OBS): Add "infcall.o".
3554 (infcall.o): Specify dependencies.
3555 * value.h (call_function_by_hand): Delete declaration.
3556 * inferior.h (run_stack_dummy): Delete declaration.
3557 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
3558 (run_stack_dummy): Move to "infcall.c", merged into
3559 call_function_by_hand.
3560 * valops.c (call_function_by_hand): Moved to "infcall.c".
3561 (find_function_addr, value_arg_coerce): Ditto.
3562 (unwindonsignal_p, coerce_float_to_double): Ditto.
3563 (_initialize_valops): Move "set/show coerce-float-to-double", and
3564 "set/show unwindonsignal" commands to "infcall.c".
3565 * v850-tdep.c, target.h: Update comments.
3566 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
3567 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
3568 (sh64_init_extra_frame_info): Update comments.
3569 * mn10300-tdep.c: Update comments.
3570 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
3571 * config/sparc/tm-sparc.h: Update comments.
3572 * breakpoint.h: Update comments.
3573 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
3574 * arm-tdep.c: Update comment.
3575
f9d3c2a8
MK
35762003-04-19 Mark Kettenis <kettenis@gnu.org>
3577
c40e1eab
MK
3578 * i386-tdep.c (i386_num_register_names): New variable.
3579 (i386_num_mmx_regs): Renamed from mmx_num_regs.
3580 (MM0_REGNUM): Remove redundant parentheses in define.
3581 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
3582 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
3583 i386_mxcsr_regnum_p): Remove redundant parentheses.
3584 (i386_register_name): Use i386_num_register_names.
3585
94ea66b3
MK
3586 * i386-tdep.c (i386_extract_return_value,
3587 i386_store_return_value): Correct check for availability of
3588 floating-point registers.
3589
54299a1d
MK
3590 * i386-tdep.c (i386_frame_num_args): Remove function.
3591 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
3592
c86c27af
MK
3593 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
3594 mmx_regnum_to_fp_regnum. Adjust all callers.
3595
f9d3c2a8
MK
3596 * i386-tdep.c (i386_get_longjmp_target): Use
3597 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
3598 and TARGET_CHAR_BIT. Use extract_typed_address instead of
3599 extract_address.
3600
94ba74a9
MK
36012003-04-19 Mark Kettenis <kettenis@gnu.org>
3602
3603 * core-regset.c: Update comments to reflect reality. Re-order
3604 includes.
3605 (fetch_core_registers): Use switch instead of if. Remove
3606 redundant prototype.
3607
4074e13c
JB
36082003-04-18 Jim Blandy <jimb@redhat.com>
3609
3610 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 3611 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 3612
e3ab4aba
RH
36132003-04-17 Richard Henderson <rth@redhat.com>
3614
3615 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
3616
627bf7c1
EZ
36172003-04-17 Michael Snyder <msnyder@redhat.com>
3618 Karen Bennet <bennet@redhat.com>
3619
3620 Committed by Elena Zannoni <ezannoni@redhat.com>
3621 * gdb_gcore.sh: New script to create a core dump of a process.
3622
514621a9
EZ
36232003-04-17 Elena Zannoni <ezannoni@redhat.com>
3624
3625 * values.c (value_being_returned): Don't fetch the return
fbe586ae 3626 value if the return type is void.
514621a9 3627
b4acd559
JJ
36282003-04-17 Jeff Johnston <jjohnstn@redhat.com>
3629
3630 * thread-db.c: Reindented.
3631
530b167e
JJ
36322003-04-17 Jeff Johnston <jjohnstn@redhat.com>
3633
3634 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
3635 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
3636 as types.
3637
0a48e7e8
MS
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
ab9fe00e
KB
36622003-04-16 Kevin Buettner <kevinb@redhat.com>
3663
610a3745 3664 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
3665 the size of ``long double'' to 16, instead of 8.
3666
e64a344c
MK
36672003-04-16 Mark Kettenis <kettenis@gnu.org>
3668
3669 * i386-linux-nat.c: Add some whitespace to make things more
3670 readable.
3671 (fetch_register, store_register, fetch_inferior_registers,
3672 store_inferior_registers): Get rid of assignment in if-statement.
3673 (store_register): Fix typo in error message.
3674
25d41031
AC
36752003-04-16 Andrew Cagney <cagney@redhat.com>
3676
3677 * utils.c (xmmalloc): Always allocate something, matches
3678 libiberty/xmalloc's semantics.
3679 (xmrealloc, xmcalloc): Ditto.
3680
c50901fd
AC
36812003-04-16 Andrew Cagney <cagney@redhat.com>
3682
3683 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
3684 update comments.
3685 (get_frame_type): Initialize unwind and type when needed.
3686 (get_frame_id, frame_register_unwind): Ditto.
3687
f81824a9
AC
36882003-04-16 Andrew Cagney <cagney@redhat.com>
3689
3690 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
3691 obsolete.
3692 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
3693 * sparcl-stub.c: Obsolete file.
3694 * config/sparc/tm-sparclet.h: Obsolete file.
3695 * sparclet-stub.c: Obsolete file.
3696 * sparclet-rom.c: Obsolete file.
3697 * sparcl-tdep.c: Obsolete file.
3698 * config/sparc/tm-sparclite.h: Obsolete file.
3699 * config/sparc/sparclite.mt: Obsolete file.
3700 * config/sparc/sparclet.mt: Obsolete file.
3701 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
3702 sparc86x-*-* obsolete.
3703
9219021c
DC
37042003-04-15 David Carlton <carlton@math.stanford.edu>
3705
3706 * Makefile.in (SFILES): Add cp-namespace.c.
3707 (COMMON_OBS): Add cp-namespace.o.
3708 (block.o): Depend on gdb_obstack_h and cp_support_h.
3709 (buildsym.o): Depend on cp_support_h.
3710 (cp-namespace.o): New.
3711 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
3712 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
3713 (dwarf2read.o): Depend on cp_support_h.
3714 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
3715 * dwarf2read.c (process_die): Set processing_has_namespace_info,
3716 processing_current_namespace.
3717 (read_namespace): Update processing_current_namespace; check for
3718 anonymous namespaces.
3719 (dwarf2_name): New function.
3720 (dwarf2_extension): Ditto.
3721 * cp-support.h: Update copyright, contributors.
3722 Add inclusion guards.
3723 Add opaque declaration for structs obstack, block, symbol.
3724 (struct using_direct): New struct.
3725 Add declarations for cp_find_first_component,
3726 cp_entire_prefix_len, processing_has_namespace_info,
3727 processing_current_namespace, cp_is_anonymous,
3728 cp_add_using_directive, cp_initialize_namespace,
3729 cp_finalize_namespace, cp_set_block_scope,
3730 cp_scan_for_anonymous_namespaces.
3731 * cp-namespace.c: New file.
3732 * cp-support.c: Update copyright.
3733 Include ctype.h, gdb_assert.h, gdbcmd.h.
3734 New variable maint_cplus_cmd_list.
3735 (cp_find_first_component): New function.
3736 (cp_entire_prefix_len, maint_cplus_command)
3737 (first_component_command, _initialize_cp_support): Ditto.
3738 * buildsym.c: Include cp-support.h.
3739 New variable using_list.
3740 (add_symbol_to_list): Check for anonymous namespaces.
3741 (finish_block): Set block's scope.
3742 (start_symtab): Initialize C++ namespace support.
3743 (end_symtab): Finalize C++ namespace support.
3744 * block.h: Add opaque declarations for structs
3745 block_namespace_info, using_direct, and obstack.
3746 Add declarations for block_set_scope and block_set_using.
3747 (struct block): Add 'language_specific' member.
3748 (BLOCK_NAMESPACE): New macro.
3749 * block.c: Include gdb_obstack.h and cp-support.h.
3750 (struct block_namespace_info): New struct.
3751 (block_set_scope): New function.
3752 (block_set_using, block_initialize_namespace): Ditto.
3753
d5a921c9
KB
37542003-04-14 Kevin Buettner <kevinb@redhat.com>
3755
3756 * solib-svr4.c (svr4_have_link_map_offsets): New function.
3757 (locate_base): Return early if there aren't any link map offsets.
3758 (svr4_solib_create_inferior_hook): Warn if shared library support
3759 is unavailable.
3760
d2a52b27
DC
37612003-04-14 David Carlton <carlton@math.stanford.edu>
3762
3763 * symtab.c (symbol_set_names): Add prefix when storing Java names
3764 in hash table. Fix for PR java/1039.
3765
980cae7a
DC
37662003-04-14 David Carlton <carlton@math.stanford.edu>
3767
3768 * symtab.c (symbol_set_names): Rename 'name' arg to
3769 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
3770 * symtab.h: Change 'name' argument in declaration of
3771 symbol_set_names to 'linkage_name'.
3772 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
3773
e227b13c
AC
37742003-04-14 Andrew Cagney <cagney@redhat.com>
3775
3776 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
3777 return the fully sign-extended register value.
3778 (get_frame_pointer): Ditto.
3779 (mips_pop_frame): Initialize "proc_desc" after checking for a
3780 dummy frame.
3781
36712a20
AC
37822003-04-14 Andrew Cagney <cagney@redhat.com>
3783
3784 * mips-tdep.c (mips_push_dummy_frame): Delete function.
3785 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
3786 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
3787 (mips_push_register): Delete function.
3788 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
3789 PUSH_FP_REGNUM.
3790
44ea7b70
JB
37912003-04-14 Jim Blandy <jimb@redhat.com>
3792
3793 * symmisc.c: #include "gdb_regex.h".
3794 (maintenance_list_symtabs, maintenance_list_psymtabs): New
3795 functions.
3796 * maint.c (maintenance_list_command): New function.
3797 (_initialize_maint_cmds): Register the above as commands.
3798 * symtab.h (maintenance_list_symtabs,
3799 maintenance_list_psymtabs): New declarations.
3800 * cli/cli-cmds.c (maintenancelistlist): New variable.
3801 (init_cmd_lists): Initialize it.
3802 * cli/cli-cmds.h (maintenancelistlist): New declaration.
3803 * gdbcmd.h (maintenancelistlist): New declaration.
3804 * Makefile.in (symmisc.o): Update dependencies.
3805
2d0c7962
EZ
38062003-04-14 Elena Zannoni <ezannoni@redhat.com>
3807
3808 * s390-nat.c: Include asm/types.h for addr_t.
3809
1947a811
CV
38102003-04-14 Corinna Vinschen <vinschen@redhat.com>
3811
3812 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
3813 actually incoming type.
3814
adb616d7
AC
38152003-04-13 Andrew Cagney <cagney@redhat.com>
3816
3817 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
3818 get_next_frame and get_frame_saved_regs.
3819
9b5e151c
AC
38202003-04-13 Andrew Cagney <cagney@redhat.com>
3821
3822 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
3823 of gdbarch_num_regs.
3824
ef6e7e13
AC
38252003-04-13 Andrew Cagney <cagney@redhat.com>
3826
3827 * frame.h: Mention what replaced what in "struct frame_info".
3828 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
3829 deprecated_update_frame_base_hack and
3830 deprecated_update_frame_pc_hack.
3831 * hppa-tdep.c: Ditto.
3832
61fbb938
DJ
38332003-04-13 Daniel Jacobowitz <drow@mvista.com>
3834
3835 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
3836 to read_reg and update its comment. Remove regnum member.
3837 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
3838 Don't call read_reg when setting in_reg. Call read_reg to get
3839 the frame base if it's in a register. Return the register number
3840 on the stack instead of in the context. Remove extra arguments
3841 to read_reg.
3842 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
3843 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
3844 the register number on the expression stack.
3845 (needs_frame_read_reg): Remove extra arguments.
3846
0d53c4c4
DJ
38472003-04-13 Daniel Jacobowitz <drow@mvista.com>
3848
3849 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
3850 made non-static.
3851 (execute_stack_op): All callers updated.
3852 * dwarf2expr.h: Add prototype for dwarf2_read_address.
3853 * dwarf2loc.c (find_location_expression): New function.
3854 (dwarf_expr_frame_base): Call it.
3855 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
3856 (dwarf2_tracepoint_var_ref): New function, broken out from
3857 locexpr_tracepoint_var_ref.
3858 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
3859 Make static.
3860 (loclist_read_variable, loclist_read_needs_frame): New functions.
3861 (loclist_describe_location, loclist_tracepoint_var_ref): New
3862 functions.
3863 (dwarf2_loclist_funcs): New struct location_funcs.
3864 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
3865 (struct dwarf2_locexpr_baton): Add comments.
3866 (dwarf2_loclist_funcs): New extern.
3867 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
3868 base_address and base_known.
3869 (dwarf_loc_buffer): New variable.
3870 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
3871 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
3872 (dwarf2_has_info): Initialize dwarf_loc_offset.
3873 (dwarf2_build_psymtabs): Read in .debug_loc.
3874 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
3875 DWARF_LOC_SIZE.
3876 (psymtab_to_symtab_1): Likewise. Move base address calculation
3877 here, from...
3878 (dwarf2_get_pc_bounds): ... here. Use the base address from
3879 cu_header.
3880 (dwarf2_symbol_mark_computed): Handle location lists.
3881
6aca59a3
DJ
38822003-04-13 Daniel Jacobowitz <drow@mvista.com>
3883
3884 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
3885 if the linkage name demangled successfully.
3886
aca1fcd0
MK
38872003-04-13 Mark Kettenis <kettenis@gnu.org>
3888
97095916
MK
3889 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
3890 disassmbly_flavour): Removed.
3891
aca1fcd0
MK
3892 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
3893
562a961f
MK
38942003-04-13 Mark Kettenis <kettenis@gnu.org>
3895
3896 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
3897
bd013d54
AC
38982003-04-12 Andrew Cagney <cagney@redhat.com>
3899
3900 * frame.h (struct frame_info): Move definition from here ...
3901 * frame.c (struct frame_info): ... to here.
3902
167ef8b1
AC
39032003-04-12 Andrew Cagney <cagney@redhat.com>
3904
3905 * gdbthread.h (save_infrun_state): Delete parameter
3906 "prev_func_start".
3907 (struct thread_info): Delete field "prev_func_start".
3908 (load_infrun_state): Ditto.
3909 * thread.c (load_infrun_state, save_infrun_state): Update.
3910 * infrun.c (prev_func_start): Delete variable.
3911 (context_switch, init_wait_for_inferior): Update.
3912 (stop_stepping, keep_going): Update.
3913
da3331ec
AC
39142003-04-12 Andrew Cagney <cagney@redhat.com>
3915
3916 * gdbarch.sh: Add missing opaque declarations.
3917 * gdbarch.h: Regnerate.
3918 * symtab.h: Add missing opaque declarations.
3919 * value.h, target.h, symfile.h, stabsread.h: Ditto.
3920 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
3921 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
3922 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
3923 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
3924 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
3925 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
3926 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
3927 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
3928 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
3929 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
3930 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
3931 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
3932
18adea3f
AC
39332003-04-11 Andrew Cagney <cagney@redhat.com>
3934
3935 * frame.c (get_frame_id): Return this frame's "id".
3936 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
3937 function start.
3938 (legacy_saved_regs_this_id): Replace function body with
3939 internal-error.
3940 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
3941 FRAME_OBSTACK_ZALLOC.
3942 (create_new_frame): Mark the frame ID as valid.
3943
2252e863
AO
39442003-04-11 Alexandre Oliva <aoliva@redhat.com>
3945
3946 * Makefile.in (libbfd_h): Added missing setting.
3947 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
3948 according to the selected ABI.
3949
a8245ab8
JJ
39502003-04-11 Jeff Johnston <jjohnstn@redhat.com>
3951
3952 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
3953
6913c89a
AC
39542003-04-11 Andrew Cagney <cagney@redhat.com>
3955
3956 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
3957 SAVED_PC_AFTER_CALL.
3958 * gdbarch.h, gdbarch.c: Regenerate.
3959 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3960 * x86-64-tdep.c (x86_64_init_abi): Update.
3961 * vax-tdep.c (vax_gdbarch_init): Update.
3962 * v850-tdep.c (v850_gdbarch_init): Update.
3963 * sparc-tdep.c (sparc_gdbarch_init): Update.
3964 * sh-tdep.c (sh_gdbarch_init): Update.
3965 * s390-tdep.c (s390_gdbarch_init): Update.
3966 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3967 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3968 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3969 * mips-tdep.c (mips_gdbarch_init): Update.
3970 * mcore-tdep.c (mcore_gdbarch_init): Update.
3971 * m68k-tdep.c (m68k_gdbarch_init): Update.
3972 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3973 * ia64-tdep.c (ia64_gdbarch_init): Update.
3974 (ia64_saved_pc_after_call): Update declaration.
3975 * i386ly-tdep.c (i386lynx_init_abi): Update.
3976 * i386-tdep.c (i386_gdbarch_init): Update.
3977 * hppa-tdep.c (hppa_gdbarch_init): Update.
3978 * h8300-tdep.c (h8300_gdbarch_init): Update.
3979 * frv-tdep.c (frv_gdbarch_init): Update.
3980 * cris-tdep.c (cris_gdbarch_init): Update.
3981 * avr-tdep.c (avr_gdbarch_init): Update.
3982 * arm-tdep.c (arm_gdbarch_init): Update.
3983 * alpha-tdep.c (alpha_gdbarch_init): Update.
3984 * ns32knbsd-nat.c (frame_num_args): Update.
3985 * ns32k-tdep.c (umax_frame_num_args): Update.
3986 * mips-tdep.c (mips_init_frame_pc_first): Update.
3987 * infrun.c (step_over_function): Update.
3988 * i386-linux-tdep.c (skip_hurd_resolver): Update.
3989 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
3990 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
3991 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3992 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3993 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
3994 * arm-linux-tdep.c (skip_hurd_resolver): Update.
3995 * arch-utils.c (init_frame_pc_default): Update.
3996 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3997 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
3998 declaration.
3999
38edeab8
AC
40002003-04-11 Andrew Cagney <cagney@redhat.com>
4001
4002 * i387-tdep.c: Update copyright.
4003 (i387_to_double): Delete function.
4004 (double_to_i387): Delete function.
4005
81f8a206
AC
40062003-04-10 Andrew Cagney <cagney@redhat.com>
4007
4008 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
4009 frame's function's address. Simplify.
4010 (d10v_frame_unwind_cache): Check that the frame's function is
4011 non-zero.
4012
6e691f7a
JB
40132003-04-10 Jim Blandy <jimb@redhat.com>
4014
4015 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
4016 call to set_gdbarch_deprecated_push_arguments.
4017
7f78e237
AC
40182003-04-10 Andrew Cagney <cagney@redhat.com>
4019
4020 * frame.c (fprint_frame_id): New function.
4021 (fprint_frame_type, fprint_frame): New function.
4022 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
4023 (create_sentinel_frame, get_frame_id): Ditto.
4024 (frame_id_p, frame_id_eq): Ditto.
4025 (frame_id_inner, create_new_frame): Ditto.
4026 (legacy_get_prev_frame, get_prev_frame): Ditto.
4027 (deprecated_update_frame_pc_hack): Ditto.
4028 (frame_register_unwind): Ditto.
4029 (deprecated_update_frame_base_hack): Ditto.
4030
f870b49b
CV
40312003-04-10 Corinna Vinschen <vinschen@redhat.com>
4032
4033 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
4034 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
4035 frame_chain function.
4036 * Makefile.in: Add dependencies due to above change.
4037
7c86889b
CV
40382003-04-10 Corinna Vinschen <vinschen@redhat.com>
4039
4040 * blockframe.c (legacy_frame_chain_valid): Move call to
4041 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
4042 inside_entry_file.
4043
d0a55772
AC
40442003-04-09 Andrew Cagney <cagney@redhat.com>
4045
4046 * frame.h (struct frame_id): Replace "pc" and "base" with
4047 "stack_addr" and "code_addr". Update comments.
4048 (frame_id_build): Update parameter names and comment.
4049 (struct frame_info): Replace "id_p" and "id" with "this_id".
4050 * dummy-frame.c (dummy_frame_this_id): Update.
4051 * breakpoint.c (print_one_breakpoint): Update.
4052 * frame.c (get_frame_id): Update.
4053 (get_frame_base, frame_id_build): Update.
4054 (create_sentinel_frame, legacy_get_prev_frame): Update.
4055 (deprecated_update_frame_base_hack): Update.
4056 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
4057 (frame_id_inner): Ditto.
4058
ac16bf07
AC
40592003-04-09 Andrew Cagney <cagney@redhat.com>
4060
4061 * defs.h (gdb_print_host_address): Make "addr" parameter a
4062 pointer constant.
4063 * utils.c (gdb_print_host_address): Update.
4064
366cfc9e
KB
40652003-04-09 Kevin Buettner <kevinb@redhat.com>
4066
4067 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
4068 register number for R0 is 0.
4069
cd983b5c
JB
40702003-04-09 J. Brobecker <brobecker@gnat.com>
4071
4072 * frame.h (struct gdbarch): Add opaque structure definition
4073 to avoid a compilation warning on LynxOS 4.0.
4074
d1340264
AC
40752003-04-09 Andrew Cagney <cagney@redhat.com>
4076
4077 * frame.h (struct frame_info): Delete field "pc". Replace
4078 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
4079 structure.
4080 * frame.c (frame_pc_unwind): Update.
4081 (create_sentinel_frame): Do not set "pc".
4082 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
4083 (get_frame_pc): Call frame_pc_unwind.
4084 (deprecated_update_frame_pc_hack): Update.
4085 (create_new_frame): Use "pc" not "->pc".
4086
90a6fffb
AC
40872003-04-09 Andrew Cagney <cagney@redhat.com>
4088
4089 * frame.c (get_frame_id): Eliminate code updating "frame".
4090 (legacy_get_prev_frame): Ditto.
4091 (get_frame_base): Return id.base directly.
4092 (deprecated_update_frame_base_hack): Update "id.base".
4093 * frame.h (struct frame_info): Delete field "frame".
4094
2fbce691
AC
40952003-04-09 Andrew Cagney <cagney@redhat.com>
4096
4097 * NEWS: Mention that the "Sequent family" is obsolete.
4098 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
4099 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
4100 * configure.host: Obsolete i[3456]86-sequent-bsd*,
4101 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
4102 * config/i386/tm-ptx4.h: Obsolete file.
4103 * config/i386/tm-ptx.h: Obsolete file.
4104 * symm-tdep.c: Obsolete file.
4105 * config/i386/symmetry.mt: Obsolete file.
4106 * config/i386/tm-symmetry.h: Obsolete file.
4107 * symm-nat.c: Obsolete file.
4108 * config/i386/nm-symmetry.h: Obsolete file.
4109 * config/i386/xm-symmetry.h: Obsolete file.
4110 * config/i386/symmetry.mh: Obsolete file.
4111 * config/i386/nm-ptx4.h: Obsolete file.
4112 * config/i386/ptx4.mh: Obsolete file.
4113 * config/i386/ptx.mt: Obsolete file.
4114 * config/i386/ptx.mh: Obsolete file.
4115 * config/i386/xm-ptx4.h: Obsolete file.
4116 * config/i386/xm-ptx.h: Obsolete file.
4117
78c43945
AC
41182003-04-09 Andrew Cagney <cagney@redhat.com>
4119
4120 Obsolete mips*-*-mach3*.
4121 * NEWS: Mention that mips*-*-mach3* is obsolete.
4122 * m3-nat.c: Obsolete file.
4123 * config/nm-m3.h: Obsolete file.
4124 * config/mips/tm-mipsm3.h: Obsolete file.
4125 * config/mips/mipsm3.mt: Obsolete file.
4126 * config/mips/mipsm3.mh: Obsolete file.
4127 * config/mips/xm-mipsm3.h: Obsolete file.
4128 * mipsm3-nat.c: Obsolete file.
4129 * configure.host: Obsolete mips-dec-mach3*.
4130 * configure.tgt: Obsolete mips*-*-mach3*.
4131
f1908289
AC
41322003-04-09 Andrew Cagney <cagney@redhat.com>
4133
4134 * doublest.h: Update copyright.
4135 (deprecated_store_floating, deprecated_extract_floating): Rename
4136 store_floating and extract_floating. Update comments.
4137 * doublest.c: Update copyright.
4138 (extract_floating_by_length): Replace extract_floating.
4139 (store_floating_by_length): Replace store_floating.
4140 (deprecated_extract_floating): New function.
4141 (deprecated_store_floating): New function.
4142 (extract_typed_floating): Call extract_floating_by_length.
4143 (store_typed_floating): Call store_floating_by_length.
4144 * x86-64-tdep.c (x86_64_store_return_value): Update.
4145 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
4146 (sh64_extract_return_value): Update.
4147 (sh_sh4_register_convert_to_virtual): Update.
4148 (sh_sh64_register_convert_to_virtual): Update.
4149 (sh_sh4_register_convert_to_raw): Update.
4150 (sh_sh64_register_convert_to_raw): Update.
4151 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
4152 (rs6000_register_convert_to_raw): Update.
4153 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
4154 (ia64_register_convert_to_raw): Update.
4155 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
4156 (REGISTER_CONVERT_TO_VIRTUAL): Update.
4157 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
4158 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
4159 (alpha_register_convert_to_raw): Update.
4160
4443bd83
AC
41612003-04-08 Andrew Cagney <cagney@redhat.com>
4162
4163 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
4164 * gdbarch.h, gdbarch.c: Re-generate.
4165 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
4166 (d10v_gdbarch_init): Do not set saved_pc_after_call.
4167 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
4168 conditionally, use frame_pc_unwind as an alternative. Add
4169 comments.
4170 * arch-utils.c (init_frame_pc_default): Only call
4171 SAVED_PC_AFTER_CALL when available.
4172
c0236d92
EZ
41732003-04-08 Elena Zannoni <ezannoni@redhat.com>
4174
fbe586ae 4175 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
4176 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
4177 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
4178 (start_remote): Ditto.
4179 (handle_inferior_event): Ditto.
4180 (save_inferior_status): Ditto.
4181 (restore_inferior_status): Ditto.
4182 * infcmd.c (attach_command): Ditto.
4183 * fork-child.c (startup_inferior): Ditto.
fbe586ae 4184 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
4185 * alpha-tdep.c (heuristic_proc_start): Ditto.
4186 * mips-tdep.c (heuristic_proc_start): Ditto.
4187 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
4188 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
4189 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
4190 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
4191 * remote-vx.c (vx_create_inferior): Ditto.
4192
41932003-04-08 Elena Zannoni <ezannoni@redhat.com>
4194
4195 * infrun.c (stop_soon_quietly): Make it an enum, to better
4196 override the default behavior of handle_inferior_event.
4197 (clear_proceed_status): Update uses of stop_soon_quietly to
4198 reflect that it is now an enum.
4199 (start_remote): Ditto.
4200 (handle_inferior_event): Change logic a bit if stop_soon_quietly
4201 is set to handle the new GNU/Linux kernel behavior for
4202 attach/sigstop. Update uses of stop_soon_quietly.
4203 * inferior.h (enum stop_kind): New enum.
4204 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
4205 Reset normal handle_inferior_event behavior, afterwards.
4206 * fork-child.c (startup_inferior): Update.
4207 * alpha-tdep.c (heuristic_proc_start): Update.
4208 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
4209 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
4210 * solib-osf.c (osf_solib_create_inferior_hook): Update.
4211 * solib-irix.c (irix_solib_create_inferior_hook): Update.
4212 * remote-vx.c (vx_create_inferior): Update.
4213 * mips-tdep.c (heuristic_proc_start): Update.
4214
1211bce3
EZ
42152003-04-07 Elena Zannoni <ezannoni@redhat.com>
4216
4217 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 4218 be freed more than once, causing wild memory corruptions.
1211bce3 4219 (gdb_disassembly): Look for the substring "-thread",
fbe586ae
RH
4220 instead of "-threads" in the target name, to make sure to find
4221 the 'multi-thread' target. Also, make sure we do the right thing
4222 with the "core" target.
1211bce3 4223
f0ef6b29
KB
42242003-04-07 Kevin Buettner <kevinb@redhat.com>
4225
4226 * mips-tdep.c (mips_print_fp_register): New function, created from
4227 do_fp_register_row(). Registers are now (also) printed as hex.
4228 Only one register is printed per row.
4229 (mips_print_register, do_fp_register_row): Print floating point
4230 registers with mips_print_fp_register().
4231
8cf71652
AC
42322003-04-06 Andrew Cagney <cagney@redhat.com>
4233
5e488a7b
AC
4234 * valprint.h (inspect_it): Add extern declaration.
4235 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
4236 (selectors_info, classes_info): Ditto.
4237 (find_objc_msgcall): Fix indentation.
4238 (objc_printstr): Delete extern declarations.
4239
8cf71652
AC
4240 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
4241
e6ba3bc9
AC
42422003-04-06 Andrew Cagney <cagney@redhat.com>
4243
4244 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
4245 Update comment.
4246 * frame.c (legacy_saved_regs_this_id): Update.
4247 (legacy_get_prev_frame): Update.
4248 * xstormy16-tdep.c: Update comment.
4249 * sparc-tdep.c (sparc_frame_chain): Update comment.
4250 * blockframe.c (legacy_frame_chain_valid): Update.
4251
55e1d7e7
AC
42522003-04-06 Andrew Cagney <cagney@redhat.com>
4253
996179ee
AC
4254 * valprint.c (val_print_type_code_int): Delete #ifdef
4255 PRINT_TYPELESS_INTEGER code.
4256
55e1d7e7
AC
4257 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
4258 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
4259 multi-arch definition.
4260 * gdbarch.h: Re-generate.
4261
43bd9a9e
AC
42622003-04-05 Andrew Cagney <cagney@redhat.com>
4263
4264 Eliminate FRAME_FIND_SAVED_REGS.
4265 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
4266 Change FSR parameter to a pointer.
4267 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
4268 Assume FSR parameter is a pointer.
4269 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
4270 Make fsr a pointer.
4271 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
4272 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
4273 saved_regs a pointer.
4274 (hppa_frame_saved_pc): Ditto.
4275 (find_dummy_frame_regs): Make frame_saved_regs a pointer
4276 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
4277 pointer.
4278 (restore_pc_queue): Make fsr a pointer.
4279 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
4280 (hppa_frame_chain): Make saved_regs a pointer, call
4281 hppa_frame_init_saved_regs.
4282 * sparc-tdep.c: Include "gdb_assert.h".
4283 (sparc_frame_find_saved_regs): Replace internal_error with
4284 gdb_assert.
4285 * remote-vxsparc.c (vx_read_register): Delete reference to
4286 FRAME_FIND_SAVED_REGS.
4287 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
4288 * gdbarch.h: Regenerate.
4289 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
4290 (deprecated_get_frame_saved_regs): Delete declaration.
4291 (struct frame_saved_regs): Delete definition.
4292 * frame.c (deprecated_get_frame_saved_regs): Delete function.
4293 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
4294 (hppa_frame_find_saved_regs): Delete declaration.
4295 (FRAME_FIND_SAVED_REGS): Delete macro.
4296 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
4297 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
4298 FRAME_FIND_SAVED_REGS in comment.
4299
be41e9f4
AC
43002003-04-05 Andrew Cagney <cagney@redhat.com>
4301
4302 * frame.c (frame_func_unwind, get_frame_func): New functions.
4303 * frame.h (get_frame_func, frame_func_unwind): Declare.
4304 (struct frame_info): Add field "prev_func" for caching the
4305 previous frame's function address.
4306 * arm-tdep.c (arm_frameless_function_invocation): Combine
4307 get_pc_function_start and get_frame_pc into get_frame_func.
4308 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
4309 (sh64_nofp_frame_init_saved_regs): Ditto.
4310 * s390-tdep.c (s390_function_start): Ditto.
4311 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
4312 (rs6000_frameless_function_invocation): Ditto.
4313 (rs6000_frame_saved_pc): Ditto.
4314 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
4315 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
4316 * i386-tdep.c (i386_frameless_signal_p): Ditto.
4317 (i386_frame_init_saved_regs): Ditto.
4318 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
4319 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
4320 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
4321 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4322 * blockframe.c (frameless_look_for_prologue): Ditto.
4323
a01dd7cc
AC
43242003-04-05 Andrew Cagney <cagney@redhat.com>
4325
4326 * frame.c (legacy_get_prev_frame): Link prev to next at the
4327 function start. Update comments.
4328
5e5592e6
AC
43292003-04-05 Andrew Cagney <cagney@redhat.com>
4330
4331 * frame.c (get_frame_id): Update comment.
4332 (legacy_get_prev_frame): Update comment.
4333 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
4334 * gdbarch.h: Regenerate.
4335 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
4336 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
4337
6fba5002
AC
43382003-04-05 Andrew Cagney <cagney@redhat.com>
4339
4340 * stack.c (print_frame_info): Use get_frame_pc.
4341
7df05f2b
AC
43422003-04-04 Andrew Cagney <cagney@redhat.com>
4343
4344 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
4345 the frame's type from the unwinder.
4346 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
4347 (create_new_frame, legacy_get_prev_frame): When the unwinder's
4348 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
4349 (get_frame_base_address): Use get_frame_type.
4350 (get_frame_locals_address, get_frame_args_address): Ditto.
4351 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
4352 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
4353 (struct frame_info): Add comment explaining why the frame contains
4354 a "type" field.
4355 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
4356 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
4357 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
4358 NORMAL_FRAME.
4359 * frame-unwind.h: Include "frame.h".
4360 (struct frame_unwind): Add "type" field.
4361 * Makefile.in (frame_unwind_h): Add $(frame_h).
4362
11889732
AC
43632003-04-04 Andrew Cagney <cagney@redhat.com>
4364
4365 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
4366 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
4367 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
4368 get_frame_base.
4369 (d10v_unwind_dummy_id): Use frame_id_build.
4370 * frame.c (find_frame_sal): Use get_frame_pc.
4371 (create_new_frame): Use deprecated_update_frame_pc_hack and
4372 deprecated_update_frame_base_hack.
4373 (create_sentinel_frame): Add comment about ->pc going away.
4374 (get_prev_frame): Add comment about ->pc going away.
4375 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
4376 frame_id_build, deprecated_update_frame_pc_hack and
4377 deprecated_update_frame_base_hack.
4378 (select_frame): Use get_frame_pc.
4379 (legacy_saved_regs_this_id): Use frame_id_build.
4380
50c46a0d
EZ
43812003-04-04 Elena Zannoni <ezannoni@redhat.com>
4382
fbe586ae
RH
4383 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
4384 signed integer case.
4385 (classify_argument): Handle enumerations and references.
50c46a0d 4386
50bbdbd9
AC
43872003-04-04 Andrew Cagney <cagney@redhat.com>
4388
4389 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
4390 ID to NULL.
4391
36018d2e
AF
43922003-04-01 Adam Fedor <fedor@gnu.org>
4393
4394 * gdb/objc-lang.c (selectors_info): Replace calls to
4395 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
4396 SYMBOL_NATURAL_NAME.
4397 (classes_info, find_methods): Likewise.
4398
35cec841
KB
43992003-04-03 Kevin Buettner <kevinb@redhat.com>
4400
4401 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
4402 ``mach'' to the value determined by bfd_default_set_arch_mach().
4403
43136899
BR
44042003-04-02 Bob Rossi <bob_rossi@cox.net>
4405
4406 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
4407 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
4408 (mi-cmd-file.o): Update dependencies.
4409
040b99fd
KB
44102003-04-01 Kevin Buettner <kevinb@redhat.com>
4411
4412 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
4413 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
4414
9a3d7dfd
AF
44152003-04-01 Adam Fedor <fedor@gnu.org>
4416
4417 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
4418 * language.h (struct language_defn): Add la_demangle.
4419 (language_demangle): Declare.
4420 * language.c (language_demangle): New function.
4421 (unk_lang_demangle): Likewise.
4422 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 4423 Add ukn_lang_demangle.
9a3d7dfd 4424 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 4425 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
4426 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
4427 (cplus_language_defn): Add cplus_demangle for la_demangle element.
4428 * jv-lang.c (java_demangle): New function
4429 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
4430 * objc-lang.c (objc_demangle): Add options argument
4431 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
4432 * maint.c (maintenance_demangle): Replace switch with
4433 call to language_demangle.
4434 * utils.c (fprintf_symbol_filtered): Likewise.
4435
5e074003
AC
44362003-04-01 Andrew Cagney <cagney@redhat.com>
4437
4438 * printcmd.c (print_frame_nameless_args): Delete #ifdef
4439 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
4440 PRINT_TYPELESS_INTEGER.
4441 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
4442 PUSH_RETURN_ADDRESS.
4443
270cb5d6
AC
44442003-04-01 Andrew Cagney <cagney@redhat.com>
4445
4446 * Makefile.in (d10v-tdep.o): Update dependencies.
4447 * d10v-tdep.c: Include "frame-base.h".
4448 (d10v_frame_unwind): Make constant.
4449 (d10v_frame_base_address): New function.
4450 (d10v_frame_base): New variable.
4451 (d10v_gdbarch_init): Set frame_base default.
4452 (struct d10v_unwind_cache): Add the field "prev_sp". Update
4453 comment for base.
4454 (d10v_frame_unwind_cache): Set and use "prev_sp".
4455 (d10v_frame_this_id): Use the previous frame's inner most stack
4456 address and this frame's func address for the frame ID. Use
4457 frame_id_build. Don't analyze beyond the current instruction.
4458
6bfb3e36
AC
44592003-04-01 Andrew Cagney <cagney@redhat.com>
4460
4461 * frame.h (get_frame_locals_address, get_frame_args_address):
4462 Refer to the base address, instead of the address of the first
4463 local or parameter.
4464
da62e633
AC
44652003-04-01 Andrew Cagney <cagney@redhat.com>
4466
4467 Add frame debug info addresses:
4468 * frame-base.c: New file.
4469 * frame-base.h: New file.
4470 * frame.h (struct frame_base): Add opaque declaration.
4471 (get_frame_base): Update comment.
4472 (get_frame_base_address): Declare.
4473 (get_frame_locals_address): Declare.
4474 (get_frame_args_address): Declare.
4475 (struct frame_info): Add "base" and "base_cache". Update
4476 comments on the unwinder.
4477 * frame.c: Include "frame-base.h".
4478 (get_frame_locals_address): New function.
4479 (get_frame_base_address): New function.
4480 (get_frame_args_address): New function.
4481 * findvar.c (read_var_value): Use get_frame_locals_address and
4482 get_frame_args_address.
4483 * stack.c (frame_info): Use get_frame_locals_address and
4484 get_frame_args_address.
4485 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
4486 moved to "frame-base.c".
4487 * printcmd.c (print_frame_nameless_args): Ditto.
4488 * symtab.h (address_class): Update comments.
4489 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
4490 get_frame_base_address.
4491 * dwarf2expr.c (execute_stack_op): Ditto.
4492 * Makefile.in (frame_base_h): Define.
4493 (frame.o): Update dependencies.
4494 (frame-base.o): Add dependencies.
4495 (SFILES): Add frame-base.c.
4496 (COMMON_OBS): Add frame-base.o.
4497
3d30e9c2
AC
44982003-04-01 Andrew Cagney <cagney@redhat.com>
4499
4500 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
4501 CALL_DUMMY_LENGTH): Ditto.
4502 * gdbarch.c: Re-generate.
4503 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
4504 (CALL_DUMMY_LENGTH): Delete macro.
4505 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
4506 * arm-tdep.c (arm_gdbarch_init): Ditto.
4507 * avr-tdep.c (avr_gdbarch_init): Ditto.
4508 * cris-tdep.c (cris_gdbarch_init): Ditto.
4509 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4510 * frv-tdep.c (frv_gdbarch_init): Ditto.
4511 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4512 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4513 * i386-tdep.c (i386_gdbarch_init): Ditto.
4514 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4515 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4516 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4517 * mips-tdep.c (mips_gdbarch_init): Ditto.
4518 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4519 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4520 * s390-tdep.c (s390_gdbarch_init): Ditto.
4521 * sh-tdep.c (sh_gdbarch_init): Ditto.
4522 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4523 * v850-tdep.c (v850_gdbarch_init): Ditto.
4524 * vax-tdep.c (vax_gdbarch_init): Ditto.
4525 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4526
ce0c7262
CV
45272003-04-01 Corinna Vinschen <vinschen@redhat.com>
4528
4529 * frame.c (get_prev_frame): Disable call to inside_entry_file().
4530
73dd234f
AC
45312003-04-01 Andrew Cagney <cagney@redhat.com>
4532
4533 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
4534 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
4535 * gdbarch.h, gdbarch.c: Re-generate.
4536 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
4537 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
4538 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
4539 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
4540 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
4541 * infcmd.c (run_stack_dummy): Simplify assuming
4542 CALL_DUMMY_BREAKPOINT_OFFSET_P.
4543 * infrun.c (handle_inferior_event): Ditto.
4544 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4545 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
4546 * arm-tdep.c (arm_gdbarch_init): Ditto.
4547 * avr-tdep.c (avr_gdbarch_init): Ditto.
4548 * cris-tdep.c (cris_gdbarch_init): Ditto.
4549 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4550 * frv-tdep.c (frv_gdbarch_init): Ditto.
4551 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4552 * i386-tdep.c (i386_gdbarch_init): Ditto.
4553 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4554 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4555 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4556 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4557 * mips-tdep.c (mips_gdbarch_init): Ditto.
4558 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4559 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4560 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4561 * s390-tdep.c (s390_gdbarch_init): Ditto.
4562 * sh-tdep.c (sh_gdbarch_init): Ditto.
4563 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4564 * v850-tdep.c (v850_gdbarch_init): Ditto.
4565 * vax-tdep.c (vax_gdbarch_init): Ditto.
4566 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4567
97606a13
DJ
45682003-04-01 Daniel Jacobowitz <drow@mvista.com>
4569
4570 * symfile.c (symfile_relocate_debug_section): Update call to
4571 bfd_simple_get_relocated_section_contents.
4572
e8ab51f7
AC
45732003-03-31 Andrew Cagney <cagney@redhat.com>
4574
4575 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
4576 * gdbarch.h, gdbarch.c: Regenerate.
4577 * inferior.h (FIX_CALL_DUMMY): Delete macro.
4578 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
4579 available.
4580 * frame.h (generic_fix_call_dummy): Delete declaration.
4581 * dummy-frame.h: Update comment.
4582 * dummy-frame.c (generic_fix_call_dummy): Delete function.
4583 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4584 fix_call_dummy.
4585 * sh-tdep.c (sh_gdbarch_init): Ditto.
4586 * s390-tdep.c (s390_gdbarch_init): Ditto.
4587 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4588 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4589 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4590 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4591 * i386-tdep.c (i386_gdbarch_init): Ditto.
4592 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4593 * frv-tdep.c (frv_gdbarch_init): Ditto.
4594 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4595 * cris-tdep.c (cris_gdbarch_init): Ditto.
4596 * avr-tdep.c (avr_gdbarch_init): Ditto.
4597 * arm-tdep.c (arm_gdbarch_init): Ditto.
4598
018d1b48
JB
45992003-03-31 J. Brobecker <brobecker@gnat.com>
4600
4601 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
4602 (INIT_FRAME_AP): Likewise.
4603 (EXTRA_FRAME_INFO): Likewise.
4604
e9a2674e
AC
46052003-03-31 Andrew Cagney <cagney@redhat.com>
4606
4607 * gdbarch.sh: Include "symfile.h".
4608 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
4609 * gdbarch.h, gdbarch.c: Re-generate.
4610 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
4611 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4612 call_dummy_address, the default is at entry_point_address.
4613 * v850-tdep.c (v850_gdbarch_init): Ditto.
4614 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4615 * sh-tdep.c (sh_gdbarch_init): Ditto.
4616 * s390-tdep.c (s390_gdbarch_init): Ditto.
4617 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4618 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4619 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4620 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4621 * i386-tdep.c (i386_gdbarch_init): Ditto.
4622 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4623 * frv-tdep.c (frv_gdbarch_init): Ditto.
4624 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4625 * cris-tdep.c (cris_gdbarch_init): Ditto.
4626 * arm-tdep.c (arm_gdbarch_init): Ditto.
4627
e8a8712a
AC
46282003-03-31 Andrew Cagney <cagney@redhat.com>
4629
4630 * gdbarch.sh (CALL_DUMMY_P): Delete.
4631 * gdbarch.h, gdbarch.c: Re-generate.
4632 * inferior.h (CALL_DUMMY_P): Delete macro.
4633 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4634 * vax-tdep.c (vax_gdbarch_init): Update.
4635 * v850-tdep.c (v850_gdbarch_init): Update.
4636 * sparc-tdep.c (sparc_gdbarch_init): Update.
4637 * sh-tdep.c (sh_gdbarch_init): Update.
4638 * s390-tdep.c (s390_gdbarch_init): Update.
4639 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4640 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4641 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4642 * mips-tdep.c (mips_gdbarch_init): Update.
4643 * mcore-tdep.c (mcore_gdbarch_init): Update.
4644 * m68k-tdep.c (m68k_gdbarch_init): Update.
4645 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4646 * ia64-tdep.c (ia64_gdbarch_init): Update.
4647 * i386-tdep.c (i386_gdbarch_init): Update.
4648 * h8300-tdep.c (h8300_gdbarch_init): Update.
4649 * frv-tdep.c (frv_gdbarch_init): Update.
4650 * d10v-tdep.c (d10v_gdbarch_init): Update.
4651 * cris-tdep.c (cris_gdbarch_init): Update.
4652 * breakpoint.c (deprecated_frame_in_dummy): Update.
4653 * avr-tdep.c (avr_gdbarch_init): Update.
4654 * alpha-tdep.c (alpha_gdbarch_init): Update.
4655 * arm-tdep.c (arm_gdbarch_init): Update.
4656 * dummy-frame.c (dummy_frame_this_id): Update comments.
4657 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
4658 * frame.c (legacy_get_prev_frame): Ditto.
4659 * valops.c (call_function_by_hand): Delete function.
4660 (hand_function_call): Rename to call_function_by_hand
4661
ed234cf8
AC
46622003-03-30 Andrew Cagney <cagney@redhat.com>
4663
4664 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 4665 * value.h (struct value): Update comment.
ed234cf8 4666
06c77151
AC
46672003-03-30 Andrew Cagney <cagney@redhat.com>
4668
6c2b5168
AC
4669 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
4670 D10V_FP_REGNUM.
4671 (d10v_gdbarch_init): Do not set fp_regnum.
4672
06c77151
AC
4673 * frame.c (get_frame_base): Force ID initialization.
4674 (get_prev_frame): Move computation of the frame ID from here ...
4675 (get_frame_id): ... to here.
4676 (legacy_get_prev_frame): Mark the frame ID as valid.
4677 * frame.h (struct frame_info): Add field "id_p".
4678
97a1a11c
MK
46792003-03-30 Mark Kettenis <kettenis@gnu.org>
4680
4681 * i386-tdep.c (i386_store_struct_return): Removed.
4682 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
4683
6c0e89ed
AC
46842003-03-30 Andrew Cagney <cagney@redhat.com>
4685
4686 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
4687 * gdbarch.h, gdbarch.c: Regenerate.
4688 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
4689 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4690 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4691 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4692 * i386-tdep.c (i386_gdbarch_init): Ditto.
4693 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4694 * cris-tdep.c (cris_gdbarch_init): Ditto.
4695 * vax-tdep.c (vax_gdbarch_init): Ditto.
4696 * s390-tdep.c (s390_gdbarch_init): Ditto.
4697 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4698 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4699 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4700 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
4701 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
4702 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
4703 * sparc-tdep.c (sparc_gdbarch_init): Update.
4704 * sh-tdep.c (sh_gdbarch_init): Update.
4705 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4706 * mips-tdep.c (mips_gdbarch_init): Update.
4707 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4708 * ia64-tdep.c (ia64_gdbarch_init): Update.
4709 * frv-tdep.c (frv_gdbarch_init): Update.
4710 * avr-tdep.c (avr_gdbarch_init): Update.
4711 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
4712 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
4713 instead of when push_dummy_call is not available.
4714
f7dd6af2
AC
47152003-03-30 Andrew Cagney <cagney@redhat.com>
4716
4717 * infttrace.c: Include "gdbthread.h".
4718 (parent_attach_all): Fix function signature.
4719 (call_ptrace): Update call.
4720 * Makefile.in (infttrace.o): Update dependencies.
4721
28f617b3
AC
47222003-03-30 Andrew Cagney <cagney@redhat.com>
4723
4724 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
4725 PUSH_RETURN_ADDRESS.
4726 * gdbarch.h, gdbarch.c: Regenerate.
4727 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4728 * x86-64-tdep.c (x86_64_init_abi): Update.
4729 * v850-tdep.c (v850_gdbarch_init): Update.
4730 * sparc-tdep.c (sparc_gdbarch_init): Update.
4731 * sh-tdep.c (sh_gdbarch_init): Update.
4732 * s390-tdep.c (s390_gdbarch_init): Update.
4733 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4734 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4735 * mips-tdep.c (mips_gdbarch_init): Update.
4736 * mcore-tdep.c (mcore_gdbarch_init): Update.
4737 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4738 * ia64-tdep.c (ia64_gdbarch_init): Update.
4739 * i386-tdep.c (i386_gdbarch_init): Update.
4740 * h8300-tdep.c (h8300_gdbarch_init): Update.
4741 * frv-tdep.c (frv_gdbarch_init): Update.
4742 * cris-tdep.c (cris_gdbarch_init): Update.
4743 * avr-tdep.c (avr_gdbarch_init): Update.
4744 * arm-tdep.c (arm_gdbarch_init): Update.
4745 * valops.c (hand_function_call): Update.
4746
4d628cd7
AC
47472003-03-29 Andrew Cagney <cagney@redhat.com>
4748
4749 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
4750 sizeof_call_dummy_words.
4751 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
4752 define.
4753 * gdbarch.h: Regenerate.
4754
65e82032
AC
47552003-03-29 Andrew Cagney <cagney@redhat.com>
4756
4757 * infttrace.h: New file.
4758 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
4759 (hpread_get_textlow): Detect an uninitialized dn_bufp.
4760 (hpread_read_doc_function_type): Detect an initialized type1.
4761 (hpread_quick_traverse): Initialize mod_name_string.
4762 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
4763 (som_solib_get_solib_by_pc): Declare.
4764 (so_lib_thread_start_addr): Declare.
4765 (no_shared_libraries): Declare.
4766 * somread.c (init_import_symbols): Make static. Add forward
4767 declaration.
4768 * config/pa/nm-hppah.h: Include "infttrace.h" for
4769 parent_attach_all.
4770 (hppa_insert_hw_watchpoint): Declare.
4771 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
4772 * hppah-nat.c: Include "gdb_string.h".
4773 (parent_attach_all): Delete extern declaration, moved to
4774 "infttrace.h".
4775 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
4776 int.
4777 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
4778 * Makefile.in (infttrace_h): Define.
4779 (hpread.o): Update dependencies.
4780 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
4781 * hppa-hpux-tdep.c: Include "gdb_string.h".
4782 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
4783 * infrun.c (handle_inferior_event): Always initialize
4784 stepped_after_stopped_by_watchpoint. Add default and remove
4785 fallthrough in switch statement.
4786 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
4787 parameter to int.
4788 (hppa_remove_hw_watchpoint): Ditto.
4789
2c3bbe77
AC
47902003-03-29 Andrew Cagney <cagney@redhat.com>
4791
4792 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
4793 offset.
4794
2dd604e7
RE
47952003-03-29 Richard Earnshaw <rearnsha@arm.com>
4796
4797 * arm-tdep.c (arm_push_arguments): Delete.
4798 (struct stack_item): New type.
4799 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
4800 (arm_store_struct_return): Delte.
4801 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
4802 arm_push_arguments or arm_store_struct_return.
4803
e8933a55
AC
48042003-03-28 Andrew Cagney <cagney@redhat.com>
4805
4806 * Makefile.in (d10v-tdep.o): Update dependencies.
4807 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
4808 * d10v-tdep.c: Include "remote.h".
4809 (target_resume_hook): Delete extern declaration.
4810 (target_wait_loop_hook): Ditto.
4811 (tdisassemble_command): Eliminate assignment in "if" conditional.
4812 (d10v_ts2_register_sim_regno): Eliminate call to
4813 legacy_register_sim_regno.
4814 (d10v_ts3_register_sim_regno): Ditto.
4815
6949171e
JJ
48162003-03-28 Jeff Johnston <jjohnstn@redhat.com>
4817
4818 * thread.c: Reindented.
4819 * lin-lwp.c: Ditto.
4820 * linux-proc.c: Ditto.
4821
98c7071f
BR
48222003-03-28 Bob Rossi <bob_rossi@cox.net>
4823
fbe586ae 4824 * MAINTAINERS (write after approval): Add myself.
98c7071f 4825
5edc9ca6
TR
48262003-03-27 Theodore A. Roth <troth@openavr.org>
4827
4828 * objc-exp.y: Add missing semi-colons.
4829
378bfd1b
AC
48302003-03-27 Andrew Cagney <cagney@redhat.com>
4831
4832 * regcache.c (write_sp): Delete function and references.
4833 * inferior.h (write_sp): Delete declaration.
4834 * valops.c (hand_function_call): Replace write_sp with
4835 TARGET_WRITE_SP.
4836 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
4837 (sparc_pop_frame): Ditto.
4838
56056df7
AC
48392003-03-27 Andrew Cagney <cagney@redhat.com>
4840
4841 * NEWS: Mention removal of support for hppa*-*-bsd* and
4842 hppa*-*-osf* natives, and hppa*-*-pro* target.
4843 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
4844 * config/pa/xm-pa.h: Obsolete file.
4845 * config/pa/xm-hppab.h: Obsolete file.
4846 * config/pa/nm-hppab.h: Obsolete file.
4847 * config/pa/tm-hppab.h: Obsolete file.
4848 * config/pa/tm-hppao.h: Obsolete file.
4849 * config/pa/nm-hppao.h: Obsolete file.
4850 * config/pa/tm-pro.h: Obsolete file.
4851 * config/pa/hppaosf.mt: Obsolete file.
4852 * config/pa/hppaosf.mh: Obsolete file.
4853 * config/pa/hppapro.mt: Obsolete file.
4854 * config/pa/hppabsd.mt: Obsolete file.
4855 * config/pa/hppabsd.mh: Obsolete file.
4856 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
4857 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
4858 hppa*-*-osf*.
4859
5873a88d
AC
48602003-03-27 Andrew Cagney <cagney@redhat.com>
4861
4862 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
4863 push_arguments. Don't set push_return_address or write_sp.
4864 (d10v_push_dummy_call): Replace d10v_push_arguments.
4865 (d10v_push_return_address, d10v_write_sp): Delete function,
4866 handled by push_dummy_call.
4867
b81774d8
AC
48682003-03-26 Andrew Cagney <cagney@redhat.com>
4869
4870 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
4871 (push_dummy_call): New pure multi-arch replacement with gdbarch,
4872 regcache and dummy_addr parameters.
4873 * gdbarch.h, gdbarch.c: Re-generate.
4874 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
4875 available; assume it will handle stack alignment and return
4876 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
4877 legacy_push_arguments.
4878 (legacy_push_arguments): Rename default_push_arguments.
4879 * value.h (legacy_push_arguments): Rename default_push_arguments.
4880 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
4881 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
4882 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
4883 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
4884 * config/i386/tm-symmetry.h: Update.
4885 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4886 * x86-64-tdep.c (x86_64_init_abi): Update.
4887 * v850-tdep.c (v850_gdbarch_init): Update.
4888 * sparc-tdep.c (sparc_gdbarch_init): Update.
4889 * sh-tdep.c (sh_gdbarch_init): Update.
4890 * s390-tdep.c (s390_gdbarch_init): Update.
4891 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4892 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4893 * mips-tdep.c (mips_gdbarch_init): Update.
4894 * mcore-tdep.c (mcore_gdbarch_init): Update.
4895 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4896 * ia64-tdep.c (ia64_gdbarch_init): Update.
4897 * i386-tdep.c (i386_gdbarch_init): Update.
4898 * hppa-tdep.c (hppa_gdbarch_init): Update.
4899 * h8300-tdep.c (h8300_gdbarch_init): Update.
4900 * frv-tdep.c (frv_gdbarch_init): Update.
4901 * d10v-tdep.c (d10v_gdbarch_init): Update.
4902 * cris-tdep.c (cris_gdbarch_init): Update.
4903 * avr-tdep.c (avr_gdbarch_init): Update.
4904 * arm-tdep.c (arm_gdbarch_init): Update.
4905 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4906 * alpha-tdep.c (alpha_gdbarch_init): Update.
4907
f541410f
DJ
49082003-03-26 Daniel Jacobowitz <drow@mvista.com>
4909
4910 * signals/signals.c (do_target_signal_to_host): Correct realtime
4911 signal range test.
4912
69f567ae
DJ
49132003-03-26 Daniel Jacobowitz <drow@mvista.com>
4914
4915 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
4916 (struct sal_chain, map_catch_names): Remove.
4917 (catch_exception_command_1): Don't call
4918 handle_gnu_4_16_catch_command.
4919
d5d14a5a
DJ
49202003-03-26 Daniel Jacobowitz <drow@mvista.com>
4921
4922 From Mark Dettinger <dettinge@de.ibm.com>:
4923 * dwarf2cfi.c (read_2u): Increment pointer by two.
4924
bdd73e22
DJ
49252003-03-26 Daniel Jacobowitz <drow@mvista.com>
4926
4927 * signals/signals.c: Fix typos in last change.
4928
960cb555
DJ
49292003-03-26 Daniel Jacobowitz <drow@mvista.com>
4930
4931 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
4932 not already defined. Use __SIGRTMIN if available.
4933 (target_signal_from_host): Remove SIGRTMIN block.
4934 (do_target_signal_to_host): Remove SIGRTMIN block; check that
4935 the signal is within the realtime range.
4936
f636b87d
AF
49372003-03-25 Adam Fedor <fedor@gnu.org>
4938
4939 * Makefile.in (infrun.o): Add $(language_h)
4940 * infrun.c (handle_inferior_event): Use skip_language_trampoline
4941 for language specific trampolines.
4942 * language.h (struct language_defn): Add skip_trampoline.
4943 (skip_language_trampoline): Declare.
4944 * language.c (unk_lang_trampoline, skip_language_trampoline):
4945 New functions.
4946 (unknown_language_defn, auto_language_defn, local_language_defn):
4947 Add ukn_lang_trampoline.
4948 * ada-lang.c (ada_language_defn): Add NULL for language
4949 specific skip_trampoline.
4950 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
4951 scm-lang.c: Likewise.
4952 * objc-lang.c (objc_skip_trampoline): New function.
4953 (objc_language_defn): Add objc_skip_trampoline.
4954
28f617b3 49552003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
4956
4957 * frame.c (get_prev_frame): Delay validating a frame's ID -
4958 non-NULL, didn't go backwards - until an attempt to unwind it to
4959 the previous frame.
4960
f933a9c5
AC
49612003-03-25 Andrew Cagney <cagney@redhat.com>
4962
4963 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
4964 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
4965 * gdbarch.h, gdbarch.c: Re-generate.
4966 * config/sparc/tm-sparc.h
4967 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
4968 * sparc-tdep.c (sparc_gdbarch_init): Set
4969 deprecated_extra_stack_alignment_needed.
4970 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
4971 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
4972 extra_stack_alignment_needed.
4973 * v850-tdep.c (v850_gdbarch_init): Ditto.
4974 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4975 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4976 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4977 * cris-tdep.c (cris_gdbarch_init): Ditto.
4978 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4979 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4980
4183d812
AC
49812003-03-25 Andrew Cagney <cagney@redhat.com>
4982
4983 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
4984 STORE_STRUCT_RETURN.
4985 * gdbarch.h, gdbarch.c: Regenerate.
4986 * d10v-tdep.c (d10v_store_struct_return): Delete function.
4987 (d10v_push_arguments): Set the struct return register.
4988 (d10v_gdbarch_init): Update.
4989 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4990 * x86-64-tdep.c (x86_64_init_abi): Update.
4991 * vax-tdep.c (vax_gdbarch_init): Update.
4992 * v850-tdep.c (v850_gdbarch_init): Update.
4993 * sparc-tdep.c (sparc_gdbarch_init): Update.
4994 * sh-tdep.c (sh_gdbarch_init): Update.
4995 * s390-tdep.c (s390_gdbarch_init): Update.
4996 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4997 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4998 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4999 * mips-tdep.c (mips_gdbarch_init): Update.
5000 * mcore-tdep.c (mcore_gdbarch_init): Update.
5001 * m68k-tdep.c (m68k_gdbarch_init): Update.
5002 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5003 * ia64-tdep.c (ia64_gdbarch_init): Update.
5004 * i386-tdep.c (i386_gdbarch_init): Update.
5005 * hppa-tdep.c (hppa_gdbarch_init): Update.
5006 * h8300-tdep.c (h8300_gdbarch_init): Update.
5007 * frv-tdep.c (frv_gdbarch_init): Update.
5008 * cris-tdep.c (cris_gdbarch_init): Update.
5009 * avr-tdep.c (avr_gdbarch_init): Update.
5010 * arm-tdep.c (arm_gdbarch_init): Update.
5011 * alpha-tdep.c (alpha_gdbarch_init): Update.
5012
1bf6d5cc
AC
50132003-03-25 Andrew Cagney <cagney@redhat.com>
5014
5015 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
5016 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
5017 CALL_DUMMY_STACK_ADJUST with a predicate variable.
5018 * gdbarch.h, gdbarch.c: Regenerate.
5019 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5020 call_dummy_stack_adjust_p.
5021 * vax-tdep.c (vax_gdbarch_init): Ditto.
5022 * v850-tdep.c (v850_gdbarch_init): Ditto.
5023 * sh-tdep.c (sh_gdbarch_init): Ditto.
5024 * s390-tdep.c (s390_gdbarch_init): Ditto.
5025 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5026 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5027 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5028 * mips-tdep.c (mips_gdbarch_init): Ditto.
5029 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5030 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5031 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5032 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5033 * i386-tdep.c (i386_gdbarch_init): Ditto.
5034 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5035 * frv-tdep.c (frv_gdbarch_init): Ditto.
5036 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5037 * cris-tdep.c (cris_gdbarch_init): Ditto.
5038 * avr-tdep.c (avr_gdbarch_init): Ditto.
5039 * arm-tdep.c (arm_gdbarch_init): Ditto.
5040 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5041 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
5042 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
5043 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
5044 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
5045 call_dummy_stack_adjust_p.
5046 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
5047 (CALL_DUMMY_STACK_ADJUST): Delete macro.
5048 * sparc-tdep.c (sparc32_push_arguments): Update.
5049 * valops.c (hand_function_call): Update.
5050
71c08af0
CV
50512003-03-25 Corinna Vinschen <vinschen@redhat.com>
5052
5053 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
5054 set_gdbarch_char_signed.
5055
30757f90
RE
50562003-03-25 Richard Earnshaw <rearnsha@arm.com>
5057
5058 PR cli/548
5059 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
5060
03d48a7d
RE
50612003-03-25 Richard Earnshaw <rearnsha@arm.com>
5062
5063 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
5064 (_initialize_arm_tdep): Don't set tm_print_insn.
5065
2cf6873c
AF
50662003-03-24 Adam Fedor <fedor@gnu.org>
5067
5068 * Makefile.in (YYOBJ): Add objc-exp.tab.o
5069 * objc-lang.h: Add multiple inclusion protection.
5070 (start_msglist, add_msglist, end_msglist): Additional declarations.
5071
17c0759e
RE
50722003-03-24 Richard Earnshaw <rearnsha@arm.com>
5073
5074 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
5075 value was renamed to ARM_FLOAT_SOFT_FPA.
5076
618ce49f
AC
50772003-03-23 Andrew Cagney <cagney@redhat.com>
5078
5079 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
5080 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
5081 * gdbarch.h, gdbarch.c: Regenerate.
5082 * valops.c (hand_function_call): Update.
5083 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
5084 * frame.c (legacy_saved_regs_this_id): Update.
5085 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
5086 * dummy-frame.h: Update.
5087 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
5088 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
5089 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
5090 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
5091 * config/m68k/tm-sun3.h: Update.
5092 * blockframe.c (inside_main_func, frame_chain_valid): Update.
5093 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5094 * x86-64-tdep.c (x86_64_init_abi): Update.
5095 * vax-tdep.c (vax_gdbarch_init): Update.
5096 * v850-tdep.c (v850_gdbarch_init): Update.
5097 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
5098 * sh-tdep.c (sh_gdbarch_init): Update.
5099 * s390-tdep.c (s390_gdbarch_init): Update.
5100 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
5101 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
5102 (frame_get_saved_regs): Update.
5103 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5104 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5105 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5106 * mips-tdep.c (mips_gdbarch_init): Update.
5107 * mcore-tdep.c (mcore_gdbarch_init): Update.
5108 * m68k-tdep.c (m68k_gdbarch_init): Update.
5109 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5110 * ia64-tdep.c (ia64_gdbarch_init): Update.
5111 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
5112 * i386-interix-tdep.c (i386_interix_init_abi): Update.
5113 (i386_interix_back_one_frame): Update.
5114 * hppa-tdep.c (hppa_gdbarch_init): Update.
5115 (hppa_init_extra_frame_info): Update.
5116 * h8300-tdep.c (h8300_gdbarch_init): Update.
5117 * frv-tdep.c (frv_gdbarch_init): Update.
5118 * cris-tdep.c (cris_gdbarch_init): Update.
5119 * avr-tdep.c (avr_gdbarch_init): Update.
5120 * arm-tdep.c (arm_gdbarch_init): Update.
5121 * alpha-tdep.c (alpha_gdbarch_init): Update.
5122
fd50bc42
RE
51232003-03-22 Richard Earnshaw <rearnsha@arm.com>
5124
5125 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
5126 (arm_get_fp_model): Declare.
5127 * arm-tdep.c (fp_model_strings): New string array.
5128 (arm_fp_model, current_fp_model): New variables.
5129 (arm_get_fp_model): New function.
5130 (arm_set_fp): New function.
5131 (set_fp_model_sfunc): New function.
5132 (show_fp_model): New function.
5133 (_initialize_arm_tdep): Add new command to set/show the FPU.
5134 (arm_extract_return_value): Use arm_get_fp_model.
5135 (arm_store_return_value): Likewise.
5136 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
5137 to initialize the floating-point data types.
5138 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
5139 model is FPA.
5140
26304000
RE
51412003-03-22 Richard Earnshaw <rearnsha@arm.com>
5142
5143 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
5144 the current setting of each value.
5145 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
5146 new_set and new_show. Use add_setshow_cmd_full and
5147 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
5148 commands and add new version as subcommands of "set/show arm".
5149
afd7eef0
RE
51502003-03-22 Richard Earnshaw <rearnsha@arm.com>
5151
5152 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
5153 (set_arm_command, show_arm_command): New functions.
5154 (_initialize_arm_tdep): Add them.
5155 (num_disassembly_options): Renamed from num_flavor_options.
5156 (valid_disassembly_styles): Renamed from valid_flavors.
5157 (disassembly_style): Renamed from disassembly_flavor.
5158 (set_disassembly_style_sfunc): Renamed from
5159 set_disassembly_flavor_sfunc.
5160 (set_disassembly_style): Renamed from set_disassembly_flavor.
5161 (arm_othernames): Updated.
5162 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
5163 command. Add "set/show arm disassembly" commands. Deprecate
5164 "othernames" command.
5165
299a7944
RE
51662003-03-22 Richard Earnshaw <rearnsha@arm.com>
5167
5168 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
5169 (arm-tdep.o): Depend on elf_arm_h.
5170
c1dac9e6
RE
51712003-03-22 Richard Earnshaw <rearnsha@arm.com>
5172
5173 * Makefile.in (coff_internal_h): Define.
5174 (arm-tdep.o): Update dependencies.
5175
2702d96c
RE
51762003-03-22 Richard Earnshaw <rearnsha@arm.com>
5177
5178 * arm-tdep.c (prologue_cache): Delete.
5179 (check_prologue_cache, save_prologue_cache): Delete.
5180 (arm_scan_prologue): Don't check or update the prologue_cache.
5181 (arm_gdb_arch_init): Don't initialize it.
5182 (_initialize_arm_tdep): Likewise.
5183
27d5d74b
SC
51842003-03-21 Stephane Carrez <stcarrez@nerim.fr>
5185
5186 * MAINTAINERS (tui): Maintainer of tui code.
5187
1762d96d
CV
51882003-03-21 Corinna Vinschen <vinschen@redhat.com>
5189
5190 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
5191 (i386-cygwin-tdep.o): Add dependencies.
5192 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
5193 * i386-cygwin-tdep.c: New file.
5194 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
5195 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
5196
4c2e2391
AC
51972003-03-20 Andrew Cagney <cagney@redhat.com>
5198
f20d38b7
AC
5199 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
5200 (handle_inferior_event): Remove code calling
5201 DYNAMIC_TRAMPOLINE_NEXTPC.
5202
0022b738
AC
5203 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
5204 already has a full path.
5205
864dbc90
AC
5206 * main.c (gdb_main): Return 1.
5207 (captured_main): Call error to report an invalid interpreter.
5208
4c2e2391
AC
5209 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5210 * alpha-osf1-tdep.c: Include "gdb_string.h".
5211
5ef7553b
JB
52122003-03-19 J. Brobecker <brobecker@gnat.com>
5213
5214 Continuing work to convert the hppa targets to multiarch partial.
5215
5216 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
5217 method, now that hppa_push_dummy_frame has a conformant prototype.
5218 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
5219 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
5220 for the switch to multiarch partial.
5221
7bde8967
KB
52222003-03-19 Kevin Buettner <kevinb@redhat.com>
5223
5224 * mdebugread.c (parse_symbol): For stEnd, we're done counting
5225 when iss is issNull.
5226
b006a9e9
KB
52272003-03-18 Kevin Buettner <kevinb@redhat.com>
5228
5229 * mips-tdep.c (mips_register_name): Fix fencepost error involving
5230 NUM_REGS bounds check.
5231
5e2e9765
KB
52322003-03-18 Kevin Buettner <kevinb@redhat.com>
5233
5234 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
5235 * mips-tdep.c (gdb_assert.h): Include.
5236 (mips_generic_reg_names, mips_processor_reg_names): Make static.
5237 (mips_register_name): Handle integer registers explicitly. Add
5238 bounds checking.
5239 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
5240 (mips_lsi33k_reg_names): Don't list integer registers; they're
5241 handled by mips_register_name() now.
5242 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
5243 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
5244 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
5245 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
5246 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
5247
a2867626
AC
52482003-03-18 Andrew Cagney <cagney@redhat.com>
5249
5250 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
5251 a void pointer.
5252 * gdbtypes.h (print_scalar_formatted): Update declaration.
5253 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
5254
06600e06
JB
52552003-03-18 J. Brobecker <brobecker@gnat.com>
5256
5257 * infrun.c (observer.h): Add #include.
5258 (normal_stop): Add call to observer_notify_normal_stop.
5259 * Makefile.in (infrun.o): Add dependency on observer.h.
5260
7daf4f5b
JB
52612003-03-18 J. Brobecker <brobecker@gnat.com>
5262
5263 Continuing work to convert the hppa targets to multiarch partial.
5264 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
5265 parameter. Reformat comment.
5266 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
5267 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
5268 to match new profile.
5269
3371ccc0
JB
52702003-03-18 J. Brobecker <brobecker@gnat.com>
5271
5272 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
5273 appear to be working in any case.
5274
4fbe891e
JB
52752003-03-18 J. Brobecker <brobecker@gnat.com>
5276
5277 * observer.c (observer_test_first_observer): New static variable.
5278 (observer_test_second_observer): Likewise.
5279 (observer_test_third_observer): Likewise.
5280 (observer_test_first_notification_function): New static function.
5281 (observer_test_second_notification_function): Likewise.
5282 (observer_test_third_notification_function): Likewise.
5283
a7ff40e7
JB
52842003-03-17 J. Brobecker <brobecker@gnat.com>
5285
5286 * hppa-tdep.c (gdb_assert.h): Add missing #include.
5287 * somsolib.c (gdb_assert.h): Likewise.
5288 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
5289 (somsolib.o): Likewise.
5290
26ca4152
AC
52912003-03-17 Andrew Cagney <cagney@redhat.com>
5292
5293 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
5294 BFD. Simplify setting of di.endian.
5295
0a613259
AC
52962003-03-17 Andrew Cagney <cagney@redhat.com>
5297
5298 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
5299 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
5300
5301 From Elena Zannoni <ezannoni@redhat.com>
5302 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
5303 vector and floating-point parameters.
5304 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
5305 convention.
5306 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
5307
1132738f
FN
53082003-03-17 Fernando Nasser <fnasser@redhat.com>
5309
5310 * MAINTAINERS: Remove my name from several maintainership roles.
5311
6dc42492
AC
53122003-03-17 Andrew Cagney <cagney@redhat.com>
5313
5314 Fix frame off-by-one bug.
5315 * frame-unwind.h (frame_this_id_ftype): Replace
5316 frame_unwind_id_ftype.
5317 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
5318 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
5319 with "prev_register".
5320 * frame-unwind.c (frame_unwind_find_by_pc): Return
5321 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
5322 comment.
5323 * dummy-frame.c (cached_find_dummy_frame): Delete function.
5324 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
5325 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
5326 (dummy_frame_unwind): Update.
5327 * sentinel-frame.c (sentinel_frame_prev_register): Replace
5328 sentinel_frame_register_unwind.
5329 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
5330 (sentinel_frame_unwinder): Update.
5331 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
5332 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
5333 * frame.c (create_sentinel_frame): Update. Initialize
5334 "prologue_cache" instead of "unwind_cache".
5335 (frame_register_unwind): Call this frame's prev_register with the
5336 next frame and this frame's prologue cache.
5337 (get_prev_frame): Simplify. Always call prev frame's this_id with
5338 this frame and prev frame's prologue cache. Document that this
5339 call is shifted one to the left when compared to the
5340 frame_register_unwind call.
5341 (legacy_saved_regs_prev_register): Replace
5342 frame_saved_regs_register_unwind.
5343 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
5344 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
5345 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
5346 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
5347 (d10v_frame_unwind): Update.
5348 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
5349 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
5350 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
5351 "saved_regs" with "this_saved_regs".
5352
efd710d6
AC
53532003-03-16 Andrew Cagney <cagney@redhat.com>
5354
5355 * frame.c (frame_pop): Don't call target_store_registers. Fix
5356 problem reported by Mark Kettenis.
5357
4e259f09
MK
53582003-03-16 Mark Kettenis <kettenis@gnu.org>
5359
5360 * i386-tdep.c (i386_register_type): Renamed from
5361 i386_register_virtual_type. Adjust function signature.
5362 (i386_gdbarch_init): Set register_type instead of
5363 deprecated_max_register_raw_size,
5364 deprecated_max_register_virtual_size and register_virtual_type.
5365
055bb976
AC
53662003-03-14 Andrew Cagney <cagney@redhat.com>
5367
5368 * frame.c (get_prev_frame): When a legacy frame, always call
5369 legacy_get_prev_frame. Simplify unwind code using assumption that
5370 the unwinder is new.
5371 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
5372 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
5373 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
5374
ac2adee5
AC
53752003-03-14 Andrew Cagney <cagney@redhat.com>
5376
5377 * frame.c (get_saved_register): Delete function.
5378 * frame.h (get_saved_register): Delete declaration.
5379 * xstormy16-tdep.c: Update comment.
5380 * regcache.h: Update comments.
5381 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
5382 get_saved_register and extract_address, use
5383 frame_read_unsigned_register.
5384 (sparc_frame_saved_pc): Ditto.
5385 (sparc_get_saved_register): Instead of get_saved_register, use
5386 frame_register.
5387 (sparc_pop_frame): Ditto.
5388 * findvar.c: Update comments.
5389 (value_of_register): Call frame_register instead of
5390 get_saved_register.
5391 (value_from_register): Ditto.
5392 * config/sparc/tm-sparc.h: Update comment.
5393 * breakpoint.c: Update comment.
5394
129c1cd6
AC
53952003-03-14 Andrew Cagney <cagney@redhat.com>
5396
5397 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
5398 GET_SAVED_REGISTER.
5399 * gdbarch.h, gdbarch.c: Re-generate.
5400 * frame.h: Update comments.
5401 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5402 * x86-64-tdep.c (x86_64_init_abi): Update.
5403 * sparc-tdep.c (sparc_gdbarch_init): Update.
5404 * sh-tdep.c (sh_gdbarch_init): Update.
5405 * mips-tdep.c (mips_gdbarch_init): Update.
5406 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5407 * cris-tdep.c (cris_gdbarch_init): Update.
5408 * ia64-tdep.c (ia64_gdbarch_init): Update.
5409 * frame.c (frame_register): Update.
5410 (get_saved_register): Update.
5411 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
5412
749b82f6
AC
54132003-03-13 Andrew Cagney <cagney@redhat.com>
5414
5415 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
5416 * gdbarch.h, gdbarch.c: Regenerate.
5417 * valops.c (hand_function_call): Update comment.
5418 * stack.c (return_command): Update comment.
5419 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
5420 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
5421 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5422 * x86-64-tdep.c (x86_64_init_abi): Update.
5423 * vax-tdep.c (vax_gdbarch_init): Update.
5424 * v850-tdep.c (v850_gdbarch_init): Update.
5425 * sparc-tdep.c (sparc_gdbarch_init): Update.
5426 * sh-tdep.c (sh_gdbarch_init): Update.
5427 * s390-tdep.c (s390_gdbarch_init): Update.
5428 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5429 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5430 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5431 * mips-tdep.c (mips_gdbarch_init): Update.
5432 * mcore-tdep.c (mcore_gdbarch_init): Update.
5433 * m68k-tdep.c (m68k_gdbarch_init): Update.
5434 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5435 * ia64-tdep.c (ia64_gdbarch_init): Update.
5436 * i386-tdep.c (i386_gdbarch_init): Update.
5437 * hppa-tdep.c (hppa_gdbarch_init): Update.
5438 * h8300-tdep.c (h8300_gdbarch_init): Update.
5439 * frv-tdep.c (frv_gdbarch_init): Update.
5440 * cris-tdep.c (cris_gdbarch_init): Update.
5441 * avr-tdep.c (avr_gdbarch_init): Update.
5442 * arm-tdep.c (arm_gdbarch_init): Update.
5443 * alpha-tdep.c (alpha_gdbarch_init): Update.
5444
1594fa56
AC
54452003-03-13 Andrew Cagney <cagney@redhat.com>
5446
5447 * frame.c (legacy_frame_p): New function.
5448 (get_prev_frame): Use legacy_frame_p.
5449 * frame.h (legacy_frame_p): Declare.
5450
7717fda3
V
54512003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
5452
fbe586ae 5453 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
5454 listing corrected.
5455
0c67cbe9
V
54562003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
5457
fbe586ae 5458 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 5459
03febf99
AC
54602003-03-12 Andrew Cagney <cagney@redhat.com>
5461
5462 * frame.c (get_prev_frame): Rename the frame parameter to
5463 "this_frame".
5464 (get_next_frame, legacy_get_prev_frame): Ditto.
5465
0a1e1ca1
AC
54662003-03-12 Andrew Cagney <cagney@redhat.com>
5467
5468 * frame.c (get_current_frame): Check target_has_registers before
5469 checking target_has_stack.
5470 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
5471 instead of deprecated_selected_frame.
5472 * findvar.c (value_of_register): Pass "frame", not
5473 deprecated_selected_frame, to value_of_builtin_reg.
5474
a66a9c23
AC
54752003-03-12 Andrew Cagney <cagney@redhat.com>
5476
5477 * regcache.c (regcache_cooked_write_signed): New function.
5478 (regcache_cooked_write_unsigned): New function.
5479 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
5480 (regcache_cooked_read_signed): Fix regnum in range assertion.
5481 * regcache.h (regcache_cooked_write_signed): Declare.
5482 (regcache_cooked_write_unsigned): Declare.
5483
8bedc050
AC
54842003-03-12 Andrew Cagney <cagney@redhat.com>
5485
5486 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
5487 * gdbarch.h, gdbarch.c: Re-generate.
5488 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5489 * x86-64-tdep.h: Update.
5490 * x86-64-tdep.c (x86_64_init_abi): Update.
5491 * v850-tdep.c (v850_gdbarch_init): Update.
5492 * sparc-tdep.c (sparc_gdbarch_init): Update.
5493 * sh-tdep.c (sh_gdbarch_init): Update.
5494 * s390-tdep.c (s390_gdbarch_init): Update.
5495 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5496 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5497 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5498 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5499 * mips-tdep.c (mips_gdbarch_init): Update.
5500 * mcore-tdep.c (mcore_gdbarch_init): Update.
5501 * m68k-tdep.c (m68k_gdbarch_init): Update.
5502 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5503 * ia64-tdep.c (ia64_gdbarch_init): Update.
5504 * i386-tdep.c (i386_gdbarch_init): Update.
5505 * i386-interix-tdep.c (i386_interix_init_abi): Update.
5506 * hppa-tdep.c (hppa_gdbarch_init): Update.
5507 * h8300-tdep.c (h8300_gdbarch_init): Update.
5508 * frv-tdep.c (frv_gdbarch_init): Update.
5509 * cris-tdep.c (cris_gdbarch_init): Update.
5510 * avr-tdep.c (avr_gdbarch_init): Update.
5511 * arm-tdep.c (arm_gdbarch_init): Update.
5512 * alpha-tdep.c (alpha_gdbarch_init): Update.
5513 * sh-tdep.c (sh_init_extra_frame_info): Update.
5514 (sh64_init_extra_frame_info): Update.
5515 * ns32knbsd-nat.c (frame_num_args): Update.
5516 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
5517 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
5518 (xstormy16_frame_chain_valid): Update.
5519 * vax-tdep.c (vax_saved_pc_after_call): Update.
5520 * v850-tdep.c (v850_frame_chain): Update.
5521 (v850_pop_frame): Update.
5522 (v850_init_extra_frame_info): Update.
5523 * sparc-tdep.c (setup_arbitrary_frame): Update.
5524 * ns32k-tdep.c (umax_frame_num_args): Update.
5525 * s390-tdep.c (s390_pop_frame_regular): Update.
5526 * mn10300-tdep.c (mn10300_frame_chain): Update.
5527 (mn10300_pop_frame_regular): Update.
5528 (mn10300_init_extra_frame_info): Update.
5529 * mips-tdep.c (mips_init_frame_pc_first): Update.
5530 (mips_frame_chain): Update.
5531 (mips_pop_frame): Update.
5532 * mcore-tdep.c (mcore_frame_chain): Update.
5533 (mcore_pop_frame): Update.
5534 (mcore_init_extra_frame_info): Update.
5535 * arch-utils.c (init_frame_pc_default): Update.
5536 * m68k-tdep.c (isi_frame_num_args): Update.
5537 (delta68_frame_num_args): Update.
5538 (news_frame_num_args): Update.
5539 * ia64-tdep.c (ia64_pop_frame_regular): Update.
5540 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5541 (alpha_frame_chain): Update.
5542 (alpha_pop_frame): Update.
5543 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
5544 (hppa_init_extra_frame_info): Update.
5545 (hppa_frame_chain): Update.
5546 (hppa_frame_chain_valid): Update.
5547 * cris-tdep.c (cris_init_extra_frame_info): Update.
5548 * avr-tdep.c (avr_init_extra_frame_info): Update.
5549 * arm-tdep.c (arm_frame_chain_valid): Update.
5550 (arm_init_extra_frame_info): Update.
5551 (arm_pop_frame): Update.
5552 * frame.c (frame_pc_unwind): Update.
5553 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
5554 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5555 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5556 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
5557 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
5558 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
5559
7a25a7c1
AC
55602003-03-12 Andrew Cagney <cagney@redhat.com>
5561
5562 Eliminate the need for POP_FRAME.
5563 * frame.c (do_frame_unwind_register): New function.
5564 (frame_pop): When no POP_FRAME, pop the frame using register
5565 unwind and a scratch regcache.
5566 (frame_saved_regs_pop): Delete function.
5567 (trad_frame_unwinder): Update.
5568 * d10v-tdep.c (d10v_frame_pop): Delete function.
5569 (d10v_frame_unwind): Update.
5570 * sentinel-frame.c (sentinel_frame_pop): Delete function.
5571 (sentinel_frame_unwinder): Update.
5572 * dummy-frame.c (dummy_frame_pop): Delete function.
5573 (dummy_frame_unwind): Update.
5574 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
5575 (struct frame_unwind): Update.
5576
2f38ef89
KB
55772003-03-11 Kevin Buettner <kevinb@redhat.com>
5578
5579 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
5580 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
5581 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
5582 Do range checks on register number obtained from debugging info.
5583 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
5584 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
5585 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
5586 mapping function.
5587 (do_fp_register_row): Fix typo which caused double type to be
5588 used when attempting to unpack a float.
5589
552f4abf
JB
55902003-03-11 J. Brobecker <brobecker@gnat.com>
5591
5592 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
5593
e0d2ae16
AC
55942003-03-11 Andrew Cagney <cagney@redhat.com>
5595
5596 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
5597 frame. Problem found by Corinna Vinschen.
5598
ddbfdd06
PM
55992003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
5600
5601 * doublest.c (floatformat_from_length): Accept also
5602 the real size of 'long double' type.
5603
088b2ddc 56042003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 5605
088b2ddc 5606 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
5607 * breakpoint.c (bpstat_copy): Copy the command lines as well
5608 as the old value, to match what is freed in bpstat_clear.
5609
f56f77c1
DC
56102003-03-10 David Carlton <carlton@math.stanford.edu>
5611
5612 * minsyms.c (add_minsym_to_hash_table): Replace
5613 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5614 (compare_minimal_symbols, compact_minimal_symbols)
5615 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
5616 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
5617 of DEPRECATED_SYMBOL_MATCHES_NAME.
5618 (lookup_minimal_symbol_solib_trampoline): Ditto.
5619
5602984a
AC
56202003-03-10 Andrew Cagney <cagney@redhat.com>
5621
5622 * regcache.h (regcache_cooked_read_ftype): Define.
5623 (regcache_save, regcache_restore): Add a cooked_read parameter.
5624 * regcache.c (regcache_save, regcache_restore): Update.
5625 (do_cooked_read): New function.
5626 (regcache_cpy): Pass do_cooked_read to regcache_save and
5627 regcache_restore.
5628
8bedc050
AC
56292003-03-10 Andrew Cagney <cagney@redhat.com>
5630
5631 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
5632 * gdbarch.h, gdbarch.c: Re-generate.
5633 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5634 * x86-64-tdep.h: Update.
5635 * x86-64-tdep.c (x86_64_init_abi): Update.
5636 * v850-tdep.c (v850_gdbarch_init): Update.
5637 * sparc-tdep.c (sparc_gdbarch_init): Update.
5638 * sh-tdep.c (sh_gdbarch_init): Update.
5639 * s390-tdep.c (s390_gdbarch_init): Update.
5640 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5641 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5642 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5643 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5644 * mips-tdep.c (mips_gdbarch_init): Update.
5645 * mcore-tdep.c (mcore_gdbarch_init): Update.
5646 * m68k-tdep.c (m68k_gdbarch_init): Update.
5647 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5648 * ia64-tdep.c (ia64_gdbarch_init): Update.
5649 * i386-tdep.c (i386_gdbarch_init): Update.
5650 * i386-interix-tdep.c (i386_interix_init_abi): Update.
5651 * hppa-tdep.c (hppa_gdbarch_init): Update.
5652 * h8300-tdep.c (h8300_gdbarch_init): Update.
5653 * frv-tdep.c (frv_gdbarch_init): Update.
5654 * cris-tdep.c (cris_gdbarch_init): Update.
5655 * avr-tdep.c (avr_gdbarch_init): Update.
5656 * arm-tdep.c (arm_gdbarch_init): Update.
5657 * alpha-tdep.c (alpha_gdbarch_init): Update.
5658 * sh-tdep.c (sh_init_extra_frame_info): Update.
5659 (sh64_init_extra_frame_info): Update.
5660 * ns32knbsd-nat.c (frame_num_args): Update.
5661 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
5662 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
5663 (xstormy16_frame_chain_valid): Update.
5664 * vax-tdep.c (vax_saved_pc_after_call): Update.
5665 * v850-tdep.c (v850_frame_chain): Update.
5666 (v850_pop_frame): Update.
5667 (v850_init_extra_frame_info): Update.
5668 * sparc-tdep.c (setup_arbitrary_frame): Update.
5669 * ns32k-tdep.c (umax_frame_num_args): Update.
5670 * s390-tdep.c (s390_pop_frame_regular): Update.
5671 * mn10300-tdep.c (mn10300_frame_chain): Update.
5672 (mn10300_pop_frame_regular): Update.
5673 (mn10300_init_extra_frame_info): Update.
5674 * mips-tdep.c (mips_init_frame_pc_first): Update.
5675 (mips_frame_chain): Update.
5676 (mips_pop_frame): Update.
5677 * mcore-tdep.c (mcore_frame_chain): Update.
5678 (mcore_pop_frame): Update.
5679 (mcore_init_extra_frame_info): Update.
5680 * arch-utils.c (init_frame_pc_default): Update.
5681 * m68k-tdep.c (isi_frame_num_args): Update.
5682 (delta68_frame_num_args): Update.
5683 (news_frame_num_args): Update.
5684 * ia64-tdep.c (ia64_pop_frame_regular): Update.
5685 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5686 (alpha_frame_chain): Update.
5687 (alpha_pop_frame): Update.
5688 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
5689 (hppa_init_extra_frame_info): Update.
5690 (hppa_frame_chain): Update.
5691 (hppa_frame_chain_valid): Update.
5692 * cris-tdep.c (cris_init_extra_frame_info): Update.
5693 * avr-tdep.c (avr_init_extra_frame_info): Update.
5694 * arm-tdep.c (arm_frame_chain_valid): Update.
5695 (arm_init_extra_frame_info): Update.
5696 (arm_pop_frame): Update.
5697 * frame.c (frame_pc_unwind): Update.
5698 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
5699 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5700 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5701 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
5702 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
5703 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
5704
12cc2063
AC
57052003-03-10 Andrew Cagney <cagney@redhat.com>
5706
5707 * gdbarch.sh (gdbarch_unwind_pc): New method.
5708 * gdbarch.h, gdbarch.c: Regenerate.
5709 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
5710 but use read_pc and FRAME_SAVED_PC as fall backs.
5711 (frame_saved_regs_pc_unwind): Delete function.
5712 (trad_frame_unwinder): Update.
5713 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
5714 (struct frame_unwind): Update.
5715 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
5716 (dummy_frame_unwind): Update.
5717 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
5718 (sentinel_frame_unwinder): Update.
5719 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
5720 (d10v_frame_unwind): Update.
5721 (d10v_unwind_pc): New function.
5722 (d10v_gdbarch_init): Set unwind_pc.
5723
ef840a37
AC
57242003-03-10 Andrew Cagney <cagney@redhat.com>
5725
a2ce2e56
AC
5726 * gdbarch.h: Re-generate.
5727
ef840a37
AC
5728 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
5729 PC.
5730 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
5731 the PC register.
5732
08f3424b
MK
57332003-03-08 Mark Kettenis <kettenis@gnu.org>
5734
5735 * gdbarch.sh (save_dummy_frame_tos): Add comment.
5736
1248ede2
AC
57372003-03-08 Andrew Cagney <cagney@redhat.com>
5738
5739 * cli-out.c: Update copyright.
5740 (cli_out_data): Define typedef. Use instead of ui_out_data.
5741
f49bacc8
AC
57422003-03-08 Andrew Cagney <cagney@redhat.com>
5743
5744 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
5745 the result.
5746
9b05f993
AC
57472003-03-07 Andrew Cagney <cagney@redhat.com>
5748
5749 * gdbarch.sh: Don't generate two macro definitions when an
5750 undefined macro taking no arguments.
5751 * gdbarch.h: Regenerate.
5752
166f4c7b
ML
57532002-03-07 Michal Ludvig <mludvig@suse.cz>
5754
5755 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
5756 (x86_64_unwind_dummy_id): New functions.
5757 (x86_64_init_abi): Register these two new functions.
5758
6d686a84
ML
57592003-03-07 Michal Ludvig <mludvig@suse.cz>
5760
5761 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
5762 (x86_64_skip_prologue): Move prologue detection to
5763 separate function.
5764 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
5765
6314f104
AC
57662003-03-05 Andrew Cagney <cagney@redhat.com>
5767
5768 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
5769 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
5770 * frame.c (get_prev_frame): Restructure the frame ID unwind code
5771 to use unwind_dummy_id when a dummy frame.
5772 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
5773 predicate.
5774 * gdbarch.h, gdbarch.c: Regneerate.
5775
ceea5145
AC
57762003-03-05 Andrew Cagney <cagney@redhat.com>
5777
5778 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
5779 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
5780 Do not use d10v_read_sp or d10v_read_fp when obtaining register
5781 values.
5782
0d843116
AC
57832003-03-05 Andrew Cagney <cagney@redhat.com>
5784
5785 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
5786 (struct d10v_unwind_cache): Delete field "frameless". Replace
5787 "next_addr" with "sp_offset". Add "r11_offset".
5788 (d10v_frame_unwind_cache): Update.
5789 (prologue_find_regs): Update. When "mv r11, sp", save the
5790 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
5791 RN was saved in r11_offset.
5792
b2579786
AC
57932003-03-05 Andrew Cagney <cagney@redhat.com>
5794
5795 * frame.c (deprecated_update_frame_pc_hack): Also update the the
5796 cached PC value in the next frame.
5797
218e5956
AC
57982003-03-05 Andrew Cagney <cagney@redhat.com>
5799
5800 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
5801 "id_unwind_cache" with "id".
5802 (frame_id_unwind): Delete declaration.
5803 * frame.c (frame_id_unwind): Delete function.
5804 (get_prev_frame): Call the frame id unwind method directly. Store
5805 the returned next frame's ID value in NEXT_FRAME. Note that there
5806 is a problem with the wrong unwind ID being called with the wrong
5807 unwind cache.
5808
ed363b1b
DJ
58092003-03-05 Daniel Jacobowitz <drow@mvista.com>
5810
5811 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
5812
fe1f4a5e
DJ
58132003-03-05 James Ingham <jingham@apple.com>
5814 Daniel Jacobowitz <drow@mvista.com>
5815
5816 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
5817 (auto_cp_abi): New variable.
5818 (current_cp_abi, num_cp_abis): Make static.
5819 (CP_ABI_MAX): Define.
5820 (cp_abis): Turn into an array.
5821 (value_virtual_fn_field): Fix formatting.
5822 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
5823 takes a pointer.
5824 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
5825 (list_cp_abis, _initialize_cp_abi): New functions.
5826 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
5827 declarations for cp_abis, num_cp_abis, current_cp_abi, and
5828 switch_to_cp_abi. Update prototype for register_cp_abi.
5829 * Makefile.in (cp-abi.o): Update dependencies.
5830 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
5831 instead of switch_to_cp_abi.
5832 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
5833 register_cp_abi.
5834 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
5835 register_cp_abi.
5836 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
5837
e4adbba9
DJ
58382003-03-05 Daniel Jacobowitz <drow@mvista.com>
5839
5840 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
5841 * dwarf2loc.c: Include "regcache.h".
5842 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
5843 register_size.
5844 * Makefile.in (dwarf2loc.o): Update dependencies.
5845
91ccbfc1
TR
58462003-03-04 Theodore A. Roth <troth@openavr.org>
5847
5848 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
5849 number of io registers reported by remote target is not a multiple of
5850 step.
5851
3d4e8fd2
DC
58522003-03-04 David Carlton <carlton@math.stanford.edu>
5853
5854 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
5855 (lookup_symbol_aux_psymtabs): Update call to
5856 lookup_partial_symbol.
5857 (lookup_transparent_type, find_main_psymtab)
5858 (make_symbol_overload_list): Ditto.
5859
ed42d87b
KH
58602003-03-04 Kazu Hirata <kazu@cs.umass.edu>
5861
5862 * MAINTAINERS (Write after approval): Update my email address.
5863
a0ed5532
AC
58642003-03-03 Andrew Cagney <cagney@redhat.com>
5865
5866 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
5867 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
5868 predicate. Replace MAX_REGISTER_RAW_SIZE.
5869 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
5870 MAX_REGISTER_VIRTUAL_SIZE.
5871 * regcache.c (legacy_max_register_raw_size): New function.
5872 (legacy_max_register_virtual_size): New function.
5873 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
5874 (MAX_REGISTER_RAW_SIZE): Define.
5875 (legacy_max_register_raw_size): Declare.
5876 (legacy_max_register_virtual_size): Declare.
5877 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5878 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
5879 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5880 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
5881 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5882 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
5883 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
5884 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
5885 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
5886 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5887 * vax-tdep.c (vax_gdbarch_init): Update.
5888 * v850-tdep.c (v850_gdbarch_init): Update.
5889 * sparc-tdep.c (sparc_gdbarch_init): Update.
5890 * sh-tdep.c (sh_gdbarch_init): Update.
5891 * s390-tdep.c (s390_gdbarch_init): Update.
5892 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5893 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5894 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5895 * mips-tdep.c (mips_gdbarch_init): Update.
5896 * mcore-tdep.c (mcore_gdbarch_init): Update.
5897 * m68k-tdep.c (m68k_gdbarch_init): Update.
5898 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5899 * ia64-tdep.c (ia64_gdbarch_init): Update.
5900 * i386-tdep.c (i386_gdbarch_init): Update.
5901 * hppa-tdep.c (hppa_gdbarch_init): Update.
5902 * h8300-tdep.c (h8300_gdbarch_init): Update.
5903 * frv-tdep.c (frv_gdbarch_init): Update.
5904 * cris-tdep.c (cris_gdbarch_init): Update.
5905 * avr-tdep.c (avr_gdbarch_init): Update.
5906 * arm-tdep.c (arm_gdbarch_init): Update.
5907 * alpha-tdep.c (alpha_gdbarch_init): Update.
5908 * d10v-tdep.c (d10v_gdbarch_init): Do not set
5909 max_register_raw_size or max_register_virtual_size.
5910
8e437497
DC
59112003-03-03 David Carlton <carlton@math.stanford.edu>
5912
5913 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
5914 SYMBOL_MATCHES_NAME, add comment.
5915 (SYMBOL_MATCHES_NATURAL_NAME): New.
5916 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
5917 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
5918 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
5919 * symtab.c (lookup_partial_symbol): Use
5920 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
5921 unhelpful comment.
5922 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
5923 SYMBOL_MATCHES_NAME.
5924 Fix for PR c++/33.
5925
25120b0d
DC
59262003-03-03 David Carlton <carlton@math.stanford.edu>
5927
5928 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
5929 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
5930 by regexp matching against SYMBOL_NATURAL_NAME.
5931
78a11fb4
DC
59322003-03-03 David Carlton <carlton@math.stanford.edu>
5933
5934 * linespec.c (find_method): Extract code into collect_methods.
5935 (collect_methods): New.
5936
645dd519
MK
59372003-03-02 Mark Kettenis <kettenis@gnu.org>
5938
b4700d91
MK
5939 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
5940 get_frame_base.
5941
645dd519
MK
5942 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
5943 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5944
0aa7e1aa
SC
59452003-03-02 Stephane Carrez <stcarrez@nerim.fr>
5946
5947 * arch-utils.c (generic_register_byte): Fix to use the loop index
5948 and not regnum when summing the size of all registers up to regnum.
5949
f30ee0bc
AC
59502003-03-01 Andrew Cagney <cagney@redhat.com>
5951
5952 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
5953 FRAME_INIT_SAVED_REGS.
5954 * gdbarch.h, gdbarch.c: Regenerate.
5955 * stack.c (frame_info): Update.
5956 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
5957 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
5958 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
5959 * ns32k-tdep.c (ns32k_pop_frame): Update.
5960 * mips-tdep.c (mips_pop_frame): Update.
5961 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
5962 * ia64-tdep.c (ia64_frame_chain): Update.
5963 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
5964 (ia64_frameless_function_invocation): Update.
5965 (ia64_init_extra_frame_info): Update.
5966 (ia64_pop_frame_regular): Update.
5967 * frame.h (struct frame_info): Update comment.
5968 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
5969 * frame.c (frame_saved_regs_register_unwind): Update.
5970 (frame_saved_regs_register_unwind): Update.
5971 (deprecated_generic_get_saved_register): Update.
5972 * cris-tdep.c: Update comment.
5973 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
5974 Rename macro.
5975 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5976 * x86-64-tdep.c (x86_64_init_abi): Update.
5977 * vax-tdep.c (vax_gdbarch_init): Update.
5978 * v850-tdep.c (v850_gdbarch_init): Update.
5979 * sparc-tdep.c (sparc_gdbarch_init): Update.
5980 * sh-tdep.c (sh_gdbarch_init): Update.
5981 * s390-tdep.c (s390_gdbarch_init): Update.
5982 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5983 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5984 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5985 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5986 * mips-tdep.c (mips_gdbarch_init): Update.
5987 * mcore-tdep.c (mcore_gdbarch_init): Update.
5988 * m68k-tdep.c (m68k_gdbarch_init): Update.
5989 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5990 * ia64-tdep.c (ia64_gdbarch_init): Update.
5991 * i386-tdep.c (i386_gdbarch_init): Update.
5992 * frv-tdep.c (frv_gdbarch_init): Update.
5993 * avr-tdep.c (avr_gdbarch_init): Update.
5994 * arm-tdep.c (arm_gdbarch_init): Update.
5995 * alpha-tdep.c (alpha_gdbarch_init): Update.
5996
42fa7c0f
AC
59972003-03-01 Andrew Cagney <cagney@redhat.com>
5998
5999 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
6000 option enum and switch. When no windows, set the interpreter to
6001 INTERP_CONSOLE.
6002
49c7e338
AC
60032003-03-01 Andrew Cagney <cagney@redhat.com>
6004
6005 * main.c (captured_main): Replace magic option characters with an
6006 enum.
6007
e9582e71
AC
60082003-03-01 Andrew Cagney <cagney@redhat.com>
6009
6010 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
6011 INIT_EXTRA_FRAME_INFO.
6012 * gdbarch.h, gdbarch.c: Regenerate.
6013 * arm-tdep.c: Update comments.
6014 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
6015 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
6016 * frame.h, avr-tdep.c: Ditto.
6017 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
6018 (create_new_frame, legacy_get_prev_frame): Ditto.
6019 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
6020 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
6021 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
6022 deprecated_init_extra_frame_info instead of init_extra_frame_info.
6023 * x86-64-tdep.c (x86_64_init_abi): Ditto.
6024 * v850-tdep.c (v850_gdbarch_init): Ditto.
6025 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6026 * sh-tdep.c (sh_gdbarch_init): Ditto.
6027 * s390-tdep.c (s390_gdbarch_init): Ditto.
6028 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
6029 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6030 * mips-tdep.c (mips_gdbarch_init): Ditto.
6031 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6032 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6033 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6034 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
6035 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6036 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6037 * frv-tdep.c (frv_gdbarch_init): Ditto.
6038 * cris-tdep.c (cris_gdbarch_init): Ditto.
6039 * avr-tdep.c (avr_gdbarch_init): Ditto.
6040 * arm-tdep.c (arm_gdbarch_init): Ditto.
6041 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6042 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6043
35cac7cf
AC
60442003-03-01 Andrew Cagney <cagney@redhat.com>
6045
6046 * gdbarch.sh (register_type): New function with predicate.
6047 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
6048 * gdbarch.h, gdbarch.c: Re-generate.
6049 * arch-utils.c (generic_register_byte): Use generic_register_size.
6050 (generic_register_size): When available, use
6051 gdbarch_register_type.
6052 * regcache.c (init_regcache_descr): When available, initialize the
6053 register type array using gdbarch_register_type. If the
6054 architecture supplies gdbarch_register_type, do not use the legacy
6055 regcache layout.
6056 * d10v-tdep.c (d10v_register_type): Replace
6057 d10v_register_virtual_type.
6058 (d10v_gdbarch_init): Set register_type instead of
6059 register_virtual_type.
6060
7b83296f
AC
60612003-03-01 Andrew Cagney <cagney@redhat.com>
6062
6063 * Makefile.in (ax-gdb.o): Update dependencies.
6064 * ax-gdb.c: Include "regcache.h".
6065 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
6066 * findvar.c (value_of_register): Ditto.
6067 * infcmd.c (default_print_registers_info): Ditto.
6068
eadc1c87
MK
60692003-03-01 Mark Kettenis <kettenis@gnu.org>
6070
6071 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
6072 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6073
14143612
MK
60742003-03-01 Mark Kettenis <kettenis@gnu.org>
6075
6076 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
6077 of STREQ.
6078
a55cc764
DJ
60792003-02-28 Daniel Jacobowitz <drow@mvista.com>
6080
6081 * Makefile.in (dwarf2loc.o): Update dependencies.
6082 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
6083 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
6084 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
6085 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
6086 (locexpr_tracepoint_var_ref): New function.
6087 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
6088
08a617da
AC
60892003-02-28 Andrew Cagney <cagney@redhat.com>
6090
6091 * regcache.c (register_size): New function.
6092 * regcache.h (register_size): Declare
6093 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
6094 max_register_size instead of MAX_REGISTER_RAW_SIZE.
6095
4224873a
DC
60962003-02-28 David Carlton <carlton@math.stanford.edu>
6097
6098 * linespec.c (decode_compound): Extract code into find_method.
6099 (find_method): New.
6100
ccdc5d7f
JB
61012003-02-28 J. Brobecker <brobecker@gnat.com>
6102
6103 * Makefile.in: Add rules to build and link in observer.o.
6104
974e8ced
JB
61052003-02-27 J. Brobecker <brobecker@gnat.com>
6106
6107 * observer.c: Minor comments edits.
6108
7a28f973
JB
61092003-02-27 J. Brobecker <brobecker@gnat.com>
6110
6111 * observer.h, observer.c: New file.
6112
27cddce2
AC
61132003-02-27 Andrew Cagney <cagney@redhat.com>
6114
6115 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
6116
b94a41a1
SC
61172003-02-27 Stephane Carrez <stcarrez@nerim.fr>
6118
6119 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
6120 (M6812_OP_STS_EXT): Likewise.
6121 (m6811_prologue): Use the above to recognize prologue.
6122 (m6812_prologue): Likewise.
6123
c8be8951
DC
61242003-02-27 David Carlton <carlton@math.stanford.edu>
6125
6126 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
6127 SYMBOL_PRINT_NAME.
6128 (compare_psymbols): Ditto.
6129 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
6130
d05bb1fc
MS
61312003-02-27 Michael Snyder <msnyder@redhat.com>
6132
4e845cd3
MS
6133 * f-lang.c (build_fortran_types): New function.
6134 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
6135 * doublest.c (extract_floating): Fix warning text.
6136
f3824013
AC
61372003-02-27 Andrew Cagney <cagney@redhat.com>
6138
6139 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
6140 predicate. Replaces PUSH_DUMMY_FRAME.
6141 * gdbarch.h, gdbarch.c: Regnerate.
6142 * valops.c (hand_function_call): Update. Call
6143 generic_push_dummy_frame directly.
6144 * vax-tdep.c (vax_gdbarch_init): Update.
6145 * sparc-tdep.c (sparc_gdbarch_init): Update.
6146 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6147 * m68k-tdep.c (m68k_gdbarch_init): Update.
6148 * hppa-tdep.c (hppa_gdbarch_init): Update.
6149 * alpha-tdep.c (alpha_gdbarch_init): Update.
6150 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
6151 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
6152 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
6153 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
6154 push_dummy_frame to generic_push_dummy_frame.
6155 * v850-tdep.c (v850_gdbarch_init): Ditto.
6156 * sh-tdep.c (sh_gdbarch_init): Ditto.
6157 * s390-tdep.c (s390_gdbarch_init): Ditto.
6158 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6159 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6160 * mips-tdep.c (mips_gdbarch_init): Ditto.
6161 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6162 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6163 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6164 * i386-tdep.c (i386_gdbarch_init): Ditto.
6165 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6166 * frv-tdep.c (frv_gdbarch_init): Ditto.
6167 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6168 * cris-tdep.c (cris_gdbarch_init): Ditto.
6169 * avr-tdep.c (avr_gdbarch_init): Ditto.
6170 * arm-tdep.c (arm_gdbarch_init): Ditto.
6171
ad188201
KB
61722003-02-26 Kevin Buettner <kevinb@redhat.com>
6173
6174 * mips-tdep.c (show_mips_abi): New function.
6175 (_initialize_mips_tdep): Use show_mips_abi() to implement the
6176 command ``show mips abi''.
6177
6b37567a
JJ
61782003-02-26 Jeff Johnston <jjohnstn@redhat.com>
6179
6180 From Elena Zannoni <ezannoni@redhat.com>
6181 * dbxread.c (process_one_symbol): Only record line 0 if one or
6182 more sline entries have been seen for the function.
6183
d3e0a5bf
MC
61842003-02-26 Michael Chastain <mec@shout.net>
6185
6186 * configure: Regenerate with autoconf 000227.
6187
18972eea
MC
61882003-02-26 Michael Chastain <mec@shout.net>
6189
6190 Close PR build/660.
6191 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
6192 for old libc5/glibc.
6193 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
6194
0bbde931
KW
61952003-02-26 Kris Warkentin <kewarken@qnx.com>
6196
6197 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
6198 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
6199
27ca5dad
MC
62002003-02-26 Michael Chastain <mec@shout.net>
6201
6202 * configure.in: New variable HAVE_UINTPTR_T.
6203 * configure, config.in: Regenerated.
6204
6f88d630
DJ
62052003-02-26 Daniel Jacobowitz <drow@mvista.com>
6206
6207 Fix PR build/1097.
6208 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
6209
b14185ce
AC
62102003-02-25 Andrew Cagney <cagney@redhat.com>
6211
6212 * frame.c (get_prev_frame): Add comment on check for
6213 inside_entry_func. Only check for inside_entry_file when not a
6214 dummy and not a sentinel. Check that the new frame is not inner
6215 to the old frame.
6216
ac2bd0a9
AC
62172003-02-25 Andrew Cagney <cagney@redhat.com>
6218
6219 * frame.c (frame_debug): New variable.
6220 (_initialize_frame): Add "set/show debug frame" command.
6221 (get_prev_frame): When frame_debug, print reason why unwind
6222 failed.
6223
b18a0fd2
MC
62242003-02-25 Michael Chastain <mec@shout.net>
6225
6226 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
6227 to avoid uintptr_t definition problems.
6228
22abf04a
DC
62292003-02-25 David Carlton <carlton@math.stanford.edu>
6230
6231 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
6232 (SYMBOL_LINKAGE_NAME): Ditto.
6233 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
6234 SYMBOL_LINKAGE_NAME.
6235 (struct general_symbol_info): Expand comment.
6236 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
6237 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
6238 (SYMBOL_MATCHES_REGEXP): Ditto.
6239 * symtab.c (symbol_natural_name): New function.
6240 * objfiles.h: Replace all uses of SYMBOL_NAME by
6241 DEPRECATED_SYMBOL_NAME.
6242 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
6243 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
6244 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
6245 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
6246 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
6247 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
6248 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
6249 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
6250 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
6251 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
6252 * ada-exp.y: Ditto.
6253 * ada-exp.y: Update copyright.
6254 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
6255 * cp-valprint.c: Ditto.
6256
1a5848f6
JJ
62572003-02-25 Jeff Johnston <jjohnstn@redhat.com>
6258
6259 * infptrace.c (detach): Do not flag error if ptrace detach fails
6260 and errno is set to ESRCH.
6261
7343d46a
AC
62622003-02-24 Andrew Cagney <cagney@redhat.com>
6263
6264 * infptrace.c (udot_info): Change type of udot_off to long. Use
6265 paddr when printing udot_off's value.
6266
49fa1dc2
DC
62672003-02-24 David Carlton <carlton@math.stanford.edu>
6268
6269 * symtab.c (make_symbol_overload_list): Only read in partial
6270 symtabs containing a matching partial symbol.
6271
0fe19209
DC
62722003-02-24 David Carlton <carlton@math.stanford.edu>
6273
6274 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
6275 do the comparison, not strcmp.
6276 * symfile.c (compare_psymbols): Ditto.
6277 * defs.h: Declare strcmp_iw_ordered.
6278 * utils.c (strcmp_iw_ordered): New function.
6279
8e3ee7b5
JB
62802003-02-24 Jim Blandy <jimb@redhat.com>
6281
6282 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
6283 support, shared libs): Remove my name from here, to better reflect
6284 reality.
6285
7df1a324
KW
62862003-02-24 Kris Warkentin <kewarken@qnx.com>
6287
6288 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
6289 (target_ops): Add to_have_continuable_watchpoint.
6290 * target.c (update_current_target): Add INHERIT line for
6291 to_have_continuable_watchpoint.
6292 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
6293 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
6294 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
6295 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
6296
d1c76907
EZ
62972003-02-24 Elena Zannoni <ezannoni@redhat.com>
6298
6299 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
6300 maintainership.
6301
2610b0bf
KW
63022003-02-24 Kris Warkentin <kewarken@qnx.com>
6303
f46169db
KW
6304 * solib.c (solib_open): Call target defined search function after
6305 failing with solib-search-path.
6306 * solist.h (target_so_ops): Add find_and_open_solib function hook and
6307 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 6308
9a3c34fe
KW
63092003-02-24 Kris Warkentin <kewarken@qnx.com>
6310
f46169db 6311 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 6312
2417dd25
SC
63132003-02-23 Stephane Carrez <stcarrez@nerim.fr>
6314
6315 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
6316
b631436b
SC
63172003-02-22 Stephane Carrez <stcarrez@nerim.fr>
6318
6319 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
6320 (m68hc11_add_reggroups): New function.
6321 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
6322 (m68hc11_gdbarch_init): Install the reggroups.
6323 (_initialize_m68hc11_tdep): Initialize them.
6324
0aa8c1e4
JW
63252003-02-21 James E Wilson <wilson@tuliptree.org>
6326
6327 * MAINTAINERS: Update my email address.
6328
50ceaba5
DC
63292003-02-21 David Carlton <carlton@math.stanford.edu>
6330
6331 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
6332
4c2df51b
DJ
63332003-02-21 Daniel Jacobowitz <drow@mvista.com>
6334
6335 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
6336 * symtab.h: Add opaque declarations of struct axs_value and
6337 struct agent_expr.
6338 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
6339 (struct location_funcs): New type.
6340 (struct symbol): Add "loc" to aux_value.
6341 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
6342 * dwarf2read.c: Include "dwarf2expr.h".
6343 (dwarf2_symbol_mark_computed): New function.
6344 (read_func_scope): Use it.
6345 (var_decode_location): New function.
6346 (new_symbol): Use it.
6347 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
6348
6349 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
6350 (dwarf2expr_h, dwarf2loc_h): New variables.
6351 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
6352 (dwarf2expr.o, dwarf2loc.o): New rules.
6353 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
6354 * buildsym.c (finish_block): Handle LOC_COMPUTED and
6355 LOC_COMPUTED_ARG.
6356 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
6357 * m2-exp.y (yylex): Likewise.
6358 * printcmd.c (address_info, print_frame_args): Likewise.
6359 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
6360 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
6361 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
6362 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
6363 * symtab.c (lookup_block_symbol): Likewise.
6364
5784d15e
AF
63652003-02-20 Adam Fedor <fedor@gnu.org>
6366
6367 * symtab.h: Remove objc_specific struct
6368 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
6369 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
6370 Have language_objc use cplus_specific struct.
6371
d4cad8db
TT
63722003-02-20 Tom Tromey <tromey@redhat.com>
6373
6374 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
6375 TYPE_NAME, when printing a String value. PR java/1075.
6376
2f9a90b4
AF
63772003-02-20 Adam Fedor <fedor@gnu.org>
6378
d38074a8 6379 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 6380 * objc-lang.c (find_methods): Make static.
2f9a90b4 6381
6f17862b
CF
63822003-02-20 Christopher Faylor <cgf@redhat.com>
6383
6384 * win32-nat.c (get_image_name): Check return value from
6385 ReadProcessMemory.
6386 (child_xfer_memory): Ditto.
6387
715d1656
AO
63882003-02-20 Alexandre Oliva <aoliva@redhat.com>
6389
6390 * configure.in (TARGET_SYSTEM_ROOT): Set default to
6391 ${exec_prefix}/${target_alias}/sys-root. Match explicit
6392 '${exec_prefix}' (in addition to the expansion thereof) as
6393 relocatable.
6394 * configure: Rebuilt.
6395
b1262a02
DC
63962003-02-20 David Carlton <carlton@math.stanford.edu>
6397
6398 * symtab.c (search_symbols): Revert the search_symbols part of my
6399 2002-12-23 patch. Add comment.
6400
7134143f
DJ
64012002-02-20 Daniel Jacobowitz <drow@mvista.com>
6402
6403 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
6404 * dbxread.c (elfstab_build_psymtabs): Don't call
6405 install_minimal_symbols.
6406 (stabsect_build_psymtabs): Likewise.
6407 * elfread.c (elf_symfile_read): Call install_minimal_symbols
6408 earlier.
6409 * somread.c (som_symfile_read): Call install_minimal_symbols
6410 and do_cleanups earlier.
6411 * nlmread.c (nlm_symfile_read): Likewise.
6412 * mdebugread.c (elfmdebug_build_psymtabs): Call
6413 install_minimal_symbols and make appropriate cleanups.
6414
cf466558
KB
64152003-02-20 Kevin Buettner <kevinb@redhat.com>
6416
6417 * solib.c (reload_shared_libraries): New function.
6418 (_initialize_solib): Add callbacks for ``set solib-search-path''
6419 and ``set solib-absolute-prefix''.
6420
de5ad195
DC
64212003-02-20 David Carlton <carlton@math.stanford.edu>
6422
6423 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
6424 expand comment.
6425 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
6426 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
6427 * ada-typeprint.c (ada_typedef_print): Ditto.
6428 * ax-gdb.c (gen_var_ref): Ditto.
6429 * breakpoint.c (print_one_breakpoint): Ditto.
6430 * buildsym.c (finish_block): Ditto.
6431 * c-valprint.c (c_val_print): Ditto.
6432 * expprint.c (print_subexp): Ditto.
6433 * findvar.c (locate_var_value): Ditto.
6434 * infcmd.c (jump_command): Ditto.
6435 * linespec.c (decode_line_2, decode_compound): Ditto.
6436 * maint.c (maintenance_translate_address): Ditto.
6437 * objc-lang.c (compare_selectors, compare_classes): Ditto.
6438 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
6439 Ditto.
6440 * p-valprint.c (pascal_val_print): Ditto.
6441 * stabsread.c (define_symbol): Ditto.
6442 * stack.c (print_frame, frame_info, print_block_frame_locals)
6443 (print_frame_arg_vars, return_command): Ditto.
6444 * symfile.c (compare_symbols, compare_psymbols): Ditto.
6445 * symmisc.c (print_symbol): Ditto.
6446 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
6447 (compare_search_syms, print_symbol_info, print_msymbol_info)
6448 (rbreak_command): Ditto.
6449 * tracepoint.c (tracepoints_info): Ditto.
6450 * typeprint.c (typedef_print): Ditto.
6451 * valops.c (value_of_variable, hand_function_call): Ditto.
6452 * cli/cli-cmds.c (edit_command, list_command): Ditto.
6453 * ada-typeprint.c: Update Copyright.
6454 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
6455 * tracepoint.c, cli/cli-cmds.c: Ditto.
6456
f796e4be
KB
64572003-02-20 Kevin Buettner <kevinb@redhat.com>
6458
6459 * frame.c (generic_unwind_get_saved_register): Make non-static.
6460 * frame.h (generic_unwind_get_saved_register): Declare.
6461 * mips-tdep.c (read_next_frame_reg): Fetch register from
6462 current regcache when frame is NULL.
6463 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
6464 that must be NULL.
6465 (mips_get_saved_register): Call generic_unwind_get_saved_register()
6466 instead of frame_register_unwind().
6467
836cc9f4
AC
64682003-02-20 Andrew Cagney <ac131313@redhat.com>
6469
6470 * remote-sim.c (gdbsim_insert_breakpoint)
6471 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
6472 code.
6473
501eef12
AC
64742003-02-20 Andrew Cagney <ac131313@redhat.com>
6475
6476 * remote.c (_initialize_remote): Add commands "set/show remote
6477 hardware-watchpoint-limit" and "set/show remote
6478 hardware-breakpoint-limit".
6479 (remote_hw_watchpoint_limit): Initialize to -1.
6480 (remote_hw_breakpoint_limit): Ditto.
6481 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
6482
1b6bc7e0
CF
64832003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
6484
6485 * coff-pe-read.c: New file - support reading of minimal symbols from a
6486 portable executable using the export table.
6487 * coff-pe-read.h: New file.
6488 * coffread.c: Include coff-pe-read.h.
6489 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
6490 debugging symbols found.
6491 * Makefile.in (SFILES): Add coff-pe-read.o.
6492 (coff_pe_read_h): Define.
6493 (COMMON_OBS): Add coff-pe-read.o.
6494 (coffread.o): Add coff_pe_read_h dependency.
6495 (coff-pe-read.o): New target.
6496
fe898f56
DC
64972003-02-19 David Carlton <carlton@math.stanford.edu>
6498
6499 * Makefile.in (SFILES): Add block.c.
6500 (block_h): New.
6501 (COMMON_OBS): Add block.o.
6502 (block.o): New.
6503 (x86-64-tdep.o): Add $(block_h).
6504 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
6505 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
6506 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
6507 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
6508 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
6509 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
6510 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
6511 * value.h: Add opaque declaration for struct block.
6512 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
6513 * ada-lang.h: Ditto.
6514 * x86-64-tdep.c: #include "block.h"
6515 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
6516 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
6517 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
6518 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
6519 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
6520 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
6521 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
6522 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
6523 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
6524 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
6525 * symtab.c (block_function): Ditto.
6526 (contained_in): Ditto.
6527 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
6528 block.h. Add opaque declaration for struct block.
6529 * symtab.h: Move block_function and contained_in declarations to
6530 block.h. Add opaque declarations for struct block, struct
6531 blockvector.
6532 (struct block): Move to block.h.
6533 (struct blockvector): Ditto.
6534 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
6535 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
6536 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
6537 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
6538 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
6539 Ditto.
6540 * block.c: New file.
6541 * block.h: New file.
6542
173345b5
TR
65432003-02-19 Theodore A. Roth <troth@openavr.org>
6544
6545 * avr-tdep.c (avr_extract_return_value): Remove function.
6546 (avr_store_return_value): Remove function.
6547 (avr_extract_struct_value_address): Remove function.
6548 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
6549
338ef23d
AC
65502003-02-19 Andrew Cagney <ac131313@redhat.com>
6551
6552 * rs6000-tdep.c: Include "gdb_assert.h".
6553 (registers_e500): Add "acc" and "spefscr".
6554 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
6555 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
6556 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
6557 really is "r0".
6558 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
6559
5412f5f3
KS
65602003-02-18 Keith Seitz <keiths@redhat.com>
6561
6562 * Makefile.in: Add gdbtk-interps.c.
6563
881324eb
KB
65642003-02-18 Kevin Buettner <kevinb@redhat.com>
6565
6566 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
6567 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
6568
6a2f5abf
AC
65692003-02-18 Andrew Cagney <cagney@redhat.com>
6570
6571 * symtab.h (struct objfile): Add opaque declaration.
6572
54c7009d
EZ
65732003-02-18 Elena Zannoni <ezannoni@redhat.com>
6574
6575 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
6576 * dbxread.c (process_one_symbol): Use last_function_start rather
6577 than function_start_offset to find the real beginning of the
6578 current function. The latter is just the text section offset on
6579 some systems, the former is always the real function start.
54c7009d 6580
7ee6d7eb
AC
65812003-02-17 Andrew Cagney <cagney@redhat.com>
6582
6583 * configure.in: Revert ${target} != ${host}.
6584
2846da9b
AC
65852003-02-17 Andrew Cagney <ac131313@redhat.com>
6586
6587 * configure.in (Makefile): Use the test ${target} != ${host},
6588 instead of the absence of the "nm.h" file, to determine of the
6589 configuration non-native.
6590 * configure: Regenerate.
6591
3b27aeea
EZ
65922003-02-14 Elena Zannoni <ezannoni@redhat.com>
6593
fbe586ae 6594 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
6595
6596 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
6597 conditionalize tui_active test.
6598 (lookup_cmd_1): Ditto.
6599
b0b1c2c0
MK
66002003-02-14 Mark Kettenis <kettenis@gnu.org>
6601
6602 * configure.in: Add check for _etext.
6603 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
6604 available.
6605 * config.in, configure: regenerated.
6606
8f05cde5
DJ
66072003-02-14 Daniel Jacobowitz <drow@mvista.com>
6608
6609 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
6610
021e7609
AC
66112003-02-14 Andrew Cagney <ac131313@redhat.com>
6612
6613 * main.c (tui_version): Delete variable.
6614 (captured_main): When --tui, set interpreter_p to "tui" instead of
6615 enabling tui_version.
6616 * printcmd.c (display_command) [TUI]: Test tui_active instead of
6617 tui_version.
6618 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
6619 * cli/cli-cmds.c (disassemble_command): Ditto.
6620 * defs.h (tui_version): Delete declaration.
6621 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
6622 (tui-interp.o): Add rules.
6623 (SUBDIR_TUI_OBS): Add "tui-interp.o".
6624
e325dcec
CF
66252003-02-14 Christopher Faylor <cgf@redhat.com>
6626
36ffb041 6627 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
6628 just-loaded dll.
6629
c4f90d87
JM
66302003-02-12 Jason Molenda (jmolenda@apple.com)
6631
fbe586ae
RH
6632 * symmisc.c (print_objfile_statistics): Include information about
6633 the number of psymtabs and symtabs in each object file.
c4f90d87 6634
e46e5ccd
KS
66352003-02-13 Keith R Seitz <keiths@redhat.com>
6636
6637 * main.h (struct captured_main_args): Add interpreter_p.
6638 * main.c (captured_main): Initialize interpreter_p from context.
6639 * gdb.c (main): Set interpreter_p argument.
6640 * Makefile.in (gdb.o): Add dependency for interps.h.
6641
fe97fe9c
AC
66422003-02-12 Andrew Cagney <ac131313@redhat.com>
6643
6644 * event-top.c (cli_command_loop): Delete declaration.
6645 (_initialize_event_loop): Delete function setting event_loop_hook.
6646 * event-top.h (cli_command_loop): Declare. Update copyright.
6647 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
6648 * interps.c (current_interp_command_loop): When event_loop_p, call
6649 cli_command_loop.
6650
1cdac4ef
AC
66512003-02-12 Andrew Cagney <ac131313@redhat.com>
6652
6653 * interps.h (interp_command_loop_ftype): Change return type to
6654 void.
6655
48037ead
ML
66562003-02-12 Michal Ludvig <mludvig@suse.cz>
6657
6658 * x86-64-tdep.c (x86_64_extract_return_value)
6659 (x86_64_store_return_value): Use regcache instead of regbuf.
6660 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
6661 * x86-64-linux-nat.c (fill_gregset): Use regcache.
6662
033afc63
AC
66632003-02-11 Andrew Cagney <ac131313@redhat.com>
6664
6665 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
6666 * aclocal.m4: Regenerate.
6667 * configure: Regenerate.
6668
6669 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
6670 TCL_LD_SEARCH_FLAGS.
6671
40d02bca
ML
66722003-02-10 Michal Ludvig <mludvig@suse.cz>
6673
6674 * dwarf2cfi.c: Reindented.
6675
11308a41
AC
66762003-02-09 Andrew Cagney <ac131313@redhat.com>
6677
6678 * interps.c (clear_interpreter_hooks): Convert function definition
6679 to ISO C.
6680
e1c1c0f6
DC
66812003-02-07 David Carlton <carlton@math.stanford.edu>
6682
6683 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
6684
ab5d3da6
KB
66852003-02-07 Kevin Buettner <kevinb@redhat.com>
6686
6687 * gdbtypes.h (struct main_type): Move ``length'' field from here...
6688 (struct type): ...to here.
6689 (TYPE_LENGTH): Adjust to reflect different location of ``length''
6690 field.
6691 * gdbtypes.c (make_qualified_type): Set length on newly created type.
6692 (replace_type): Set length on all type variants for a given type.
6693
b8a92b82
AC
66942003-02-07 Andrew Cagney <ac131313@redhat.com>
6695
6696 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
6697 <sys/stat.h>.
6698 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
6699
5cb316ef
AC
67002003-02-06 Andrew Cagney <ac131313@redhat.com>
6701
2555fe1a
AC
6702 * Makefile.in (symm-nat.o): Update dependencies.
6703 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
6704 (lynx-nat.o, ia64-linux-nat.): Ditto.
6705 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
6706 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
6707 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
6708
44270758
AC
6709 * Makefile.in (inflow_h): Define.
6710 (procfs.o, inflow.o, procfs.o): Update dependencies.
6711 * inftarg.c (child_stop): Delete extern declaration of
6712 inferior_process_group. Include "inflow.h".
6713 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
6714 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
6715 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
6716 (our_process_group, inferior_process_group): Extern declarations.
6717
df8f7274
AC
6718 * procfs.c: Include "gdb_assert.h".
6719
5cb316ef
AC
6720 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
6721 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
6722 * jv-typeprint.c (java_type_print_base): Ditto.
6723 * typeprint.c (typedef_print): Eliminate STREQ.
6724 * cli/cli-script.c (define_command, define_command): Ditto.
6725 * main.c (captured_main): Ditto.
6726 * values.c (lookup_internalvar): Ditto.
6727 * utils.c (safe_strerror, parse_escape): Eliminate assignment
6728 within `if' conditional.
6729 * linespec.c (decode_line_2): Ditto.
6730 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
6731 (bfd_openw_with_cleanup): Ditto.
6732
2a28ccea
MK
67332003-02-07 Mark Kettenis <kettenis@gnu.org>
6734
6735 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
6736 legacy_extract_return_value and store_return_value to
6737 legacy_return_value.
6738
786b8124
CF
67392003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
6740
6741 * win32-nat.c (get_relocated_section_addrs): New function. Find
6742 section load addresses for symbol handling in relocated DLLs.
6743 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
6744
b871e4ec
FF
67452003-02-05 Fred Fish <fnf@intrinsity.com>
6746
6747 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
6748 '=' and '!='.
6749 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
6750 with '&' and '=='.
6751 (angel_RDI_info): Ditto.
6752 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
6753 with '&' and '!='.
6754 (threads_continue_all_with_signals): Ditto.
6755
4389a95a 67562003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
6757 Keith Seitz <keiths@redhat.com>
6758 Elena Zannoni <ezannoni@redhat.com>
6759 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
6760
6761 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
6762 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
6763 (SUBDIR_MI_OBS): Add "mi-interp.o".
6764 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
6765 (SFILES): Add "interps.c".
6766 (COMMON_OBS): Add "interps.o".
6767 (interps_h, mi_main_h): Define.
6768 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
6769 (mi-main.o, main.o, event-top.o): Update dependencies.
6770 * cli/cli-interp.c: New file.
6771 * interps.h, interps.c: New files.
6772 * top.c: (gdb_init): Don't install the default interpreter, handed
6773 by captured_main.
6774 * main.c: Include "interps.h".
6775 (interpreter_p): Note that it should malloc'ed.
6776 (captured_command_loop): Call current_interp_command_loop.
6777 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
6778 xfree and xstrdup when updating interpreter_p. Install the
6779 default interpreter. Add hack to stop mi1's copyright notice
6780 being encoded.
6781 * event-top.h (gdb_setup_readline): Declare.
6782 (gdb_disable_readline): Declare.
6783 * event-top.c: Include "interps.h".
6784 (display_gdb_prompt): Call current_interp_display_prompt_p.
6785 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
6786 gdb_stdlog, and gdb_stdtarg.
6787 (_initialize_event_loop): Don't call gdb_setup_readline.
6788 * cli-out.c (cli_out_set_stream): New function.
6789 * cli-out.h (cli_out_set_stream): Declare.
6790
ff3b5810
MK
67912003-02-06 Mark Kettenis <kettenis@gnu.org>
6792
6793 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
6794 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
6795 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
6796 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
6797 config/i386/i386v42mp.mt: Removed.
6798
5b729aa5
MK
67992003-02-05 Mark Kettenis <kettenis@gnu.org>
6800
6801 * configure.tgt (*-*-solaris*): Set gdb_osabi to
6802 GDB_OSABI_SOLARIS.
6803
8cc15142
MC
68042003-02-05 Michael Chastain <mec@shout.net>
6805
6806 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
6807 2.12.1 and earlier versions.
6808
5aa5d4b9
AC
68092003-02-05 Andrew Cagney <ac131313@redhat.com>
6810
6811 Remove orphaned hosts, targets and files.
6812 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
6813 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
6814 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
6815 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
6816 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
6817 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
6818 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
6819 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
6820 * config/sparc/tm-sp64sim.h: Delete.
6821 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
6822 hosts.
6823 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
6824 mips*-dec-mach3* targets.
6825
b68767c1
MC
68262003-02-04 Michael Chastain <mec@shout.net>
6827
6828 * NEWS: Fix typo: sepcifying -> specifying.
6829
5ae7ca1d
MC
68302003-02-04 Michael Chastain <mec@shout.net>
6831
6832 * dwarfread.c: Add documentation on the state of dwarf-1,
6833 looking towards obsoletion.
6834
d08a4280
MC
68352003-02-03 Michael Chastain <mec@shout.net>
6836
6837 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
6838 gdb/testsuite/gdb.c++/pr-1023.exp.
6839
e9be73e4
AC
68402003-02-04 Andrew Cagney <ac131313@redhat.com>
6841
6842 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
6843 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
6844
6845 * utils.c (init_page_info): Delete reference to MPW in comments.
6846 * main.c (captured_main): Delete #ifdef MPW.
6847
05d57f6f
AC
68482003-02-04 Andrew Cagney <ac131313@redhat.com>
6849
6850 * NEWS: Note that the m32r-*-elf* is obsolete.
6851 * monitor.c (monitor_expect): Obsolete reference to m32r.
6852 * configure.tgt: Mark m32r-*-elf* as obsolete.
6853 * MAINTAINERS: Mark m32k as obsolete.
6854 * m32r-rom.c: Obsolete file.
6855 * config/m32r/m32r.mt: Obsolete file.
6856 * config/m32r/tm-m32r.h: Obsolete file.
6857 * m32r-stub.c: Obsolete file.
6858 * m32r-tdep.c: Obsolete file.
6859
8b0e5691
AC
68602003-02-04 Andrew Cagney <ac131313@redhat.com>
6861
6862 * NEWS: Mention that the z8k-zilog-none is obsolete.
6863 * MAINTAINERS: Mark z8k as obsolete.
6864 * configure.tgt: Obsolete the z8k-*-coff* target.
6865 * config/z8k/z8k.mt: Obsolete file.
6866 * config/z8k/tm-z8k.h: Obsolete file.
6867 * z8k-tdep.c: Obsolete file.
6868
67f16606
AC
68692003-02-04 Andrew Cagney <ac131313@redhat.com>
6870
6871 * NEWS: Mention that the mn10200-elf is obsolete.
6872 * configure.tgt: Obsolete mn10200-*-* target.
6873 * breakpoint.c (update_breakpoints_after_exec): Update comment to
6874 mention that the mn10200 is obsolete.
6875 * breakpoint.h: Ditto.
6876 * MAINTAINERS: Mark the mn10200-elf as obsolete.
6877 * config/mn10200/mn10200.mt: Obsolete file.
6878 * config/mn10200/tm-mn10200.h: Obsolete file.
6879 * mn10200-tdep.c: Obsolete file.
6880
fd2299bd
AC
68812003-02-04 Andrew Cagney <ac131313@redhat.com>
6882
6883 * MAINTAINERS: Mark h8500 as obsolete.
6884 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
6885 * findvar.c (value_from_register): Ditto.
6886 * h8500-tdep.c: Mark file as obsolete.
6887 * config/h8500/h8500.mt: Ditto.
6888 * config/h8500/tm-h8500.h: Ditto.
6889 * NEWS: Mention that h8500 is obsolete.
6890
eb9a305d
DC
68912003-02-04 David Carlton <carlton@math.stanford.edu>
6892
6893 * objfiles.c (allocate_objfile): Always set name. Add comment at
6894 start of function.
6895 * jv-lang.c (get_dynamics_objfile): Add comment.
6896
406fc7fb
DC
68972003-02-04 David Carlton <carlton@math.stanford.edu>
6898
6899 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
6900 * printcmd.c (build_address_symbolic): Replace uses of
6901 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
6902 SYMBOL_NAME, and asm_demangle.
6903 Update copyright.
6904
93d91629
DC
69052003-02-04 David Carlton <carlton@math.stanford.edu>
6906
6907 * linespec.c (decode_compound): Extract code into
6908 lookup_prefix_sym.
6909 (lookup_prefix_sym): New function.
6910
1c5cb38e
DC
69112003-02-04 David Carlton <carlton@math.stanford.edu>
6912
6913 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
6914 FLOAT_COERCION_BADNESS.
6915 * gdbtypes.c (rank_one_type): Replace all uses of
6916 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
6917
0cf824c9
JB
69182003-02-04 Jim Blandy <jimb@redhat.com>
6919
6920 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
6921 section, let dwarf_macinfo_section point to it, not
6922 dwarf_loc_section.
6923
a2d356b0
DJ
69242003-02-04 Daniel Jacobowitz <drow@mvista.com>
6925
6926 Pointed out by Anton Blanchard <anton@samba.org>.
6927 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
6928 (ppc_linux_at_sigtramp_return_path): Use it.
6929
2de7ced7
DJ
69302003-02-04 Daniel Jacobowitz <drow@mvista.com>
6931
6932 * defs.h (streq): Add prototype.
6933 * utils.c (streq): New function.
6934
6935 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
6936 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
6937 * mdebugread.c (new_symbol): Likewise.
6938 * stabsread.c (define_symbol): Likewise.
6939 * coffread.c (process_coff_symbol): Likewise.
6940 * dwarfread.c (new_symbol): Likewise.
6941
6942 * minsyms.c (prim_record_minimal_symbol_and_info): Use
6943 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
6944 here.
6945 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
6946 SYMBOL_INIT_DEMANGLED_NAME.
6947 * objfiles.c: Include "hashtab.h".
6948 (allocate_objfile): Call htab_set_functions_ex for the
6949 demangled_names_hash.
6950 (free_objfile): Call htab_delete for the demangled_names_hash.
6951 * objfiles.h (struct htab): Add declaration.
6952 (struct objfile): Add demangled_names_hash.
6953 * symfile.c: Include "hashtab.h".
6954 (reread_symbols): Call htab_delete for the demangled_names_hash.
6955 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
6956 SYMBOL_NAME in the bcache.
6957 * symtab.c: Include "hashtab.h". Update comments.
6958 (create_demangled_names_hash, symbol_set_names): New functions.
6959 (symbol_find_demangled_name): New function, broken out from
6960 symbol_init_demangled_names.
6961 (symbol_init_demangled_names): Use it.
6962 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
6963 (SYMBOL_SET_NAMES): New macro.
6964 (symbol_set_names): Add prototype.
6965
15831452
JB
69662003-02-03 Jim Blandy <jimb@redhat.com>
6967
6968 Use a single, consistent representation for an empty minimal
6969 symbol table in an objfile.
6970 * objfiles.c (terminate_minimal_symbol_table): New function.
6971 (allocate_objfile): Call it.
6972 * objfiles.h (terminate_minimal_symbol_table): New declaration.
6973 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
6974 non-NULL.
6975 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
6976 objfile has minimal symbols, compare minimal_symbol_count to zero,
6977 instead of comparing msymbols with NULL.
6978 * objfiles.c (have_minimal_symbols): Same.
6979 * solib-sunos.c (solib_add_common_symbols): Call
6980 terminate_minimal_symbol_table.
6981 * symfile.c (reread_symbols): Same.
6982
ffc65945
KB
69832003-02-03 Kevin Buettner <kevinb@redhat.com>
6984
6985 * s390-tdep.c (s390_address_class_type_flags)
6986 (s390_address_class_type_flags_to_name)
6987 (s390_address_class_name_to_type_flags): New functions.
6988 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
6989 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
6990
f211c6d4
MS
69912003-02-03 Michael Snyder <msnyder@redhat.com>
6992
6993 * arm-tdep.c: Fix spell-o in comment.
6994
659b0389
ML
69952003-02-03 Michal Ludvig <mludvig@suse.cz>
6996
6997 * dwarf2cfi.c (pointer_encoding): Added new parameter.
6998 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
6999 error messages to contain BFD filename.
7000
3b31d625
EZ
70012003-02-02 Elena Zannoni <ezannoni@redhat.com>
7002
997b089a 7003 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
7004 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
7005 (do_mixed_source_and_assembly): Use
7006 make_cleanup_ui_out_tuple_begin_end and
7007 make_cleanup_ui_out_tuple_begin_end.
7008 (do_mixed_source_and_assembly): Ditto.
7009 * thread.c (do_captured_list_thread_ids): Ditto.
7010 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
7011 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
7012 ui_out_tuple_end): Delete prototypes.
7013 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
7014 ui_out_list_end, ui_out_tuple_end): Delete.
7015
7016 From Kevin Buettner <kevinb@redhat.com>:
7017 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
7018 * ui-out.c (make_cleanup_ui_out_table_begin_end)
7019 (do_cleanup_table_end): New functions.
7020 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
7021 Use cleanups to invoke_ui_out_tuple_end().
7022 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
7023 * cli/cli-setshow.c (cmd_show_list): Use
7024 make_cleanup_ui_out_tuple_begin_end.
7025
5b181d62
AC
70262003-02-02 Andrew Cagney <ac131313@redhat.com>
7027
7028 * frame.c (frame_unwind_register): New function.
7029 (frame_unwind_unsigned_register): Use.
7030 (frame_unwind_signed_register): Use.
7031 (frame_read_register): New function.
7032 * frame.h (frame_unwind_register): Declare.
7033 (frame_read_register): Declare.
7034
7035 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
7036 and frame_unwind_register instead of read_memory, write_register
7037 and deprecated_write_register_bytes.
7038
5f601589
AC
70392003-02-02 Andrew Cagney <ac131313@redhat.com>
7040
7041 * frame.h: Note that namelen can be negative.
7042 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
7043 NAME's length.
7044
7045 * NEWS: Mention that the d10v's `regs' command is deprecated.
7046 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
7047 (d10v_print_registers_info): New function.
7048 (show_regs): Call d10v_print_registers_info.
7049 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
7050
6a3fe0a4
MK
70512003-02-02 Mark Kettenis <kettenis@gnu.org>
7052
7053 * stack.c (print_frame_info): Restore call to annotate_frame_begin
7054 lost in the previous patch.
7055
075559bc
AC
70562003-02-01 Andrew Cagney <ac131313@redhat.com>
7057
7058 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
7059 * stack.c (print_frame_info_base): Output complete FRAME tuple
7060 for synthesized frames.
075559bc 7061
6789195b
AC
70622003-02-02 Andrew Cagney <ac131313@redhat.com>
7063
7064 * mips-nat.c (zerobuf): Delete.
7065 (fetch_inferior_registers): Alloc local zerobuf.
7066 (fetch_core_registers): Alloc local zerobuf.
7067 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
7068 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
7069 * thread-db.c (thread_db_store_registers): Ditto.
7070 * sh-tdep.c (sh_do_register): Ditto.
7071 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
7072 * remote-sim.c (gdbsim_store_register): Ditto.
7073 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7074 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7075 * monitor.c (monitor_supply_register): Ditto.
7076 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
7077 * mips-nat.c (fetch_inferior_registers): Ditto.
7078 * m68klinux-nat.c (fetch_register): Ditto.
7079 * lynx-nat.c (fetch_inferior_registers): Ditto.
7080 (fetch_inferior_registers): Ditto.
7081 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
7082 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7083 (hpux_thread_store_registers): Ditto.
7084 * hppah-nat.c (fetch_register): Ditto.
7085 * hppab-nat.c (fetch_register): Ditto.
7086 * hppa-tdep.c (pa_register_look_aside): Ditto.
7087 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
7088 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
7089
e669114a
AC
70902003-02-01 Andrew Cagney <ac131313@redhat.com>
7091
7092 * gdbarch.sh: Explictly specify all method levels. When a
7093 variable with an empty level, provide a non-multi-arch default.
7094 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
7095 * gdbarch.h: Re-generate.
7096 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
7097 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
7098
9a043c1d
AC
70992003-02-01 Andrew Cagney <ac131313@redhat.com>
7100
7101 * defs.h (host_pointer_to_address): Delete declaration.
7102 (address_to_host_pointer): Delete declaration.
7103 * utils.c (host_pointer_to_address): Delete function.
7104 (address_to_host_pointer): Delete function.
7105 * procfs.c (procfs_address_to_host_pointer): New function.
7106 * procfs.c (proc_set_watchpoint): Use.
7107 (procfs_can_use_hw_breakpoint): Update comments.
7108 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
7109 (som_solib_add): Use.
7110 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
7111 * hppa-tdep.c (unwind_command): Use.
7112
7ca9f392
AC
71132003-02-01 Andrew Cagney <ac131313@redhat.com>
7114
94bbfd30
AC
7115 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
7116 strlen d_name.
7117
7ca9f392
AC
7118 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
7119 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
7120 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
7121 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
7122 (define_symbol): Update.
7123 * symfile.c (generic_load): Remove references to nindy.
7124 * symtab.c: Remove references to nindy.
7125
31a85ea2
AC
71262003-02-01 Andrew Cagney <ac131313@redhat.com>
7127
7128 * infcmd.c (print_float_info): Delete code conditional on
7129 FLOAT_INFO.
7130 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
7131 * config/m68k/nm-apollo68b.h: Ditto.
7132 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
7133 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
7134 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
7135
f6e85fc8
MK
71362003-02-01 Mark Kettenis <kettenis@gnu.org>
7137
6015b6a0
MK
7138 * config/i386/tm-i386os9k.h: Removed.
7139
f7a30bdf
MK
7140 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
7141 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
7142 they're identical to i[3456]86-*-sysv* now.
7143 * config/i386/i386v32.mh: Removed.
7144 * config/i386/xm-i386v32.h: Removed.
7145 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
7146
28d52111
MK
7147 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
7148
4d3f6bce
MK
7149 * config/i386/i386dgux.mh: Removed.
7150 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
7151
f6e85fc8
MK
7152 * configure.in: Fix typo.
7153 * configure: Regenerated.
7154
53955967
DC
71552003-01-31 David Carlton <carlton@math.stanford.edu>
7156
7157 * dwarf2read.c (dwarf2_locate_sections): Set
7158 dwarf_ranges_section.
7159
b1364885
AC
71602003-01-31 Andrew Cagney <ac131313@redhat.com>
7161
8dbb1c65
AC
7162 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
7163 * utils.c: Update comments documenting legitimate uses of PTR.
7164
8731e58e
AC
7165 * utils.c: Re-indent.
7166
b1364885
AC
7167 * config/djgpp/fnchange.lst: Delete nindy files.
7168 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
7169 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
7170 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
7171 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
7172 * nindy-share/README, nindy-share/Onindy.c: Delete files.
7173 * nindy-tdep.c, nindy-share/Makefile: Delete files.
7174 * Makefile.in (init.c): Remove nindy references.
7175 (saber_gdb): Delete rule.
7176 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
7177 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
7178 and a68v-nat.c.
7179 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
7180 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
7181 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
7182 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
7183 nindy-share/stop.h.
7184 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
7185 * saber.suppress: Delete file.
7186
086df311
DJ
71872003-01-31 Daniel Jacobowitz <drow@mvista.com>
7188
7189 * dbxread.c (stabs_data): New static variable.
7190 (fill_symbuf): Support an in-memory buffer for stabs data.
7191 (stabs_seek): New function.
7192 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
7193 (read_ofile_symtab): Use stabs_seek.
7194 (elfstab_build_psymtabs): Take an asection* instead of
7195 an offset and size. Relocate the stabs data if necessary.
7196 Save the section* for dbx_psymtab_to_symtab.
7197 * dwarf2read.c: Add section variables for each debug section.
7198 (dwarf2_locate_sections): Fill them in.
7199 (dwarf2_read_section): Take an asection* argument.
7200 Relocate the section contents if necessary.
7201 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
7202 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
7203 it to dwarf2_read_section.
7204 (dwarf2_build_frame_info): Update callers.
7205 * elfread.c (elf_symfile_read): Update call to
7206 elfstab_build_psymtabs.
7207 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
7208 (DBX_STAB_SECTION): New macro.
7209 * stabsread.h (elfstab_build_psymtabs): Update prototype.
7210 * symfile.c (symfile_dummy_outputs): New function.
7211 (symfile_relocate_debug_section): New function.
7212 * symfile.h (symfile_relocate_debug_section): Add prototype.
7213
87d1b352
RH
72142003-01-31 Richard Henderson <rth@redhat.com>
7215
7216 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
7217 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
7218 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
7219 * alpha-tdep.c (alpha_register_name): Add "unique".
7220 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
7221 (ALPHA_UNIQUE_REGNUM): New.
7222 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
7223
c48861fb
AC
72242003-01-31 Andrew Cagney <ac131313@redhat.com>
7225
7226 * README: Remove reference to Ericsson 1800 monitor.
7227 * Makefile.in (remote-es.o): Delete rule.
7228 (ALLDEPFILES): Delete remote-es.c.
7229 * remote-es.c: Delete file.
7230 * config/m68k/es1800.mt: Delete file.
7231 * config/djgpp/fnchange.lst: Update.
7232 * configure.tgt: Delete m68*-ericsson-* target.
7233
d764a824
AF
72342003-01-31 Adam Fedor <fedor@gnu.org>
7235
7236 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
7237 Remove duplicate/shadowing variable of same name.
7238
fe36c4f4
JB
72392003-01-30 Jim Blandy <jimb@redhat.com>
7240
7241 * symfile.c (find_separate_debug_file): Assert that the objfile's
7242 directory name we compute ends with a slash, and then assume that
7243 that's so everywhere we use it.
7244
cb741690
DJ
72452003-01-30 Daniel Jacobowitz <drow@mvista.com>
7246
7247 * valops.c (value_assign): Flush frame cache after stores to memory
7248 also.
7249
96ee5227
AC
72502003-01-30 Andrew Cagney <ac131313@redhat.com>
7251
7252 * Makefile.in (mon960-rom.o): Delete rule.
7253 * mon960-rom.c: Delete file.
7254
7f6104a9
AC
72552003-01-30 Andrew Cagney <ac131313@redhat.com>
7256
7257 * d10v-tdep.c: Include "frame-unwind.h".
7258 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
7259 list.
7260 (next_addr, uses_frame): Delete.
7261 (struct d10v_unwind_cache): Define.
7262 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
7263 Use info instead of next_addr and uses_frame globals.
7264 (d10v_frame_init_saved_regs): Delete function.
7265 (d10v_init_extra_frame_info): Delete function.
7266 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
7267 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
7268 init_frame_pc or frame_saved_pc.
7269 (d10v_pop_frame): Delete function.
7270 (do_d10v_pop_frame): Delete function.
7271 (d10v_frame_chain): Delete function.
7272 (d10v_frame_chain_valid): Delete function.
7273 (d10v_frame_pc_unwind): New function.
7274 (d10v_frame_id_unwind): New function.
7275 (saved_regs_unwinder): New function.
7276 (d10v_frame_register_unwind): New function.
7277 (d10v_frame_pop): New function.
7278 (d10v_frame_unwind): New variable.
7279 (d10v_frame_p): New function.
7280 (d10v_frame_saved_pc): Delete function.
7281 * Makefile.in (d10v-tdep.o): Update dependencies.
7282
cad2e848
JB
72832003-01-30 J. Brobecker <brobecker@gnat.com>
7284
7285 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
7286 causing some regressions due to a change in the default value
7287 for this macro.
7288
af34e669
DJ
72892003-01-29 Richard Henderson <rth@redhat.com>
7290 Elena Zannoni <ezannoni@redhat.com>
7291 Daniel Jacobowitz <drow@mvista.com>
7292
7293 Fix PR gdb/961.
7294 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
7295 variables.
7296 (RANGES_SECTION): New.
7297 (dwarf_ranges_buffer): New variable.
7298 (struct comp_unit_head): Add member "die".
7299 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
7300 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
7301 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
7302 (dwarf2_locate_sections): Likewise.
7303 (dwarf2_build_psymtabs): Read .debug_ranges.
7304 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
7305 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
7306 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
7307 Look for DW_AT_ranges and return the bounding box.
7308
baa93fa6
CF
73092003-01-29 Brian Ford <ford@vss.fsi.com>
7310
7311 * win32-nat.c (cygwin_pid): Removed as unused.
7312 (child_attach): Try fall back to Cygwin pid.
7313
c63f977f
JB
73142003-01-29 Jim Blandy <jimb@redhat.com>
7315
7316 * objfiles.h (struct objfile): Doc fix.
7317
d62d1979
AC
73182003-01-29 Andrew Cagney <ac131313@redhat.com>
7319
7320 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
7321 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
7322 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
7323 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
7324 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
7325 (FRAME_SAVED_PC): Change to a function with predicate.
7326 * gdbarch.h, gdbarch.c: Re-generate.
7327
1ae18a04
AC
73282003-01-28 Andrew Cagney <ac131313@redhat.com>
7329
52287340
AC
7330 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
7331
1ae18a04
AC
7332 * complaints.c (complain): Delete function.
7333 * complaints.h (struct deprecated_complaint): Delete definition.
7334 (complain): Delete declaration.
7335
f2c16bd6
KB
73362003-01-28 Kevin Buettner <kevinb@redhat.com>
7337
7338 * mips-tdep.c (mips_init_extra_frame_info): Return early for
7339 dummy frames.
7340
a94dd1fd
AC
73412003-01-27 Andrew Cagney <ac131313@redhat.com>
7342
7343 * sentinel-frame.h, sentinel-frame.c: New files.
7344 * Makefile.in (frame.o): Update dependencies.
7345 (SFILES): Add sentinel-frame.c.
7346 (sentinel_frame_h): Define.
7347 (COMMON_OBS): Add sentinel-frame.o.
7348 (sentinel-frame.o): Specify dependencies.
7349 * frame.c: Include "sentinel-frame.h".
7350 (frame_register_unwind): Rewrite assuming that there is always a a
7351 ->next frame.
7352 (frame_register, generic_unwind_get_saved_register): Ditto.
7353 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
7354 (create_sentinel_frame, unwind_to_current_frame): New functions.
7355 (get_current_frame): Rewrite using create_sentinel_frame and
7356 unwind_to_current_frame. When possible, always create a frame.
7357 (create_new_frame): Set next to the sentinel frame.
7358 (get_next_frame): Rewrite. Don't go below the level 0 frame.
7359 (deprecated_update_frame_pc_hack): Update the next frame's PC and
7360 ID cache when necessary.
7361 (frame_saved_regs_id_unwind): Use frame_relative_level.
7362 (deprecated_generic_get_saved_register): Use frame_relative_level,
7363 get_frame_saved_regs, get_frame_pc, get_frame_base and
7364 get_next_frame.
7365 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
7366 frame_register.
7367
5378adc4
DJ
73682003-01-27 Daniel Jacobowitz <drow@mvista.com>
7369
7370 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
7371
51ee2ddc
DJ
73722003-01-27 Daniel Jacobowitz <drow@mvista.com>
7373
7374 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
7375 (maintenance_set_profile_cmd): Use error () instead of warning ().
7376
d9feb4e7
DJ
73772003-01-27 Daniel Jacobowitz <drow@mvista.com>
7378
7379 * configure.in: Check that -pg works if using --enable-profiling.
7380 Check for monstartup and _mcleanup regardless of --enable-profiling.
7381 * maint.c: Check for monstartup and _mcleanup before using them.
7382 * config.in: Regenerated.
7383 * configure: Regenerated.
7384
2d188dd3
NC
73852003-01-24 Nick Clifton <nickc@redhat.com>
7386
7387 * Add sh2e support:
7388
7389 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
7390
7391 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
7392 (sh2e_show_regs): New.
7393 (sh_gdbarch_init): Handle bfd_mach_sh2e.
7394 * config/sh/tm-sh.h: Added sh2e to comments.
7395
cb3c37b2
JB
73962003-01-23 Jim Blandy <jimb@redhat.com>
7397
7398 * symfile.c (syms_from_objfile): Don't print the "(no debugging
7399 symbols found)" message here; we haven't checked for a separate
7400 debug info file yet, so we don't know yet.
7401 (symbol_file_add_with_addrs_or_offsets): Print it here, after
7402 we've looked everywhere. Also, there's no need to print a special
7403 message when we're loading the separate debug info file: the one
7404 symbol_file_add prints is fine.
7405
5b5d99cf
JB
74062003-01-23 Alexander Larsson <alexl@redhat.com>
7407 Jim Blandy <jimb@redhat.com>
7408
7409 Add support for executables whose debug info has been separated
7410 out into a separate file, leaving only a link behind.
7411 * objfiles.h (struct objfile): New fields: separate_debug_objfile
7412 and separate_debug_objfile_backlink.
7413 (put_objfile_before): New declaration.
7414 * symfile.c: #include "filenames.h".
7415 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
7416 debug info in a separate file, read that, too. Save the addrs
7417 argument, so we can use it again to read the separated debug info;
7418 syms_from_objfile modifies the table we pass it.
7419 (reread_symbols): After re-reading an objfile, call
7420 reread_separate_symbols to refresh its separate debug info
7421 objfile, if it has one.
7422 (reread_separate_symbols, find_separate_debug_file,
7423 get_debug_link_info, separate_debug_file_exists): New functions.
7424 (debug_file_directory): New global var.
7425 (_initialize_symfile): Initialize debug_file_directory, and
7426 provide the new `set debug-file-directory' command to let the user
7427 change it.
7428 * objfiles.c (free_objfile): If this objfile has its debug info in
7429 a separate objfile, free that one too. If this is itself a
7430 separate debug info objfile, clear our parent's backlink.
7431 (put_objfile_before): New function.
7432 * utils.c (gnu_debuglink_crc32): New function.
7433 * defs.h (gnu_debuglink_crc32): New declaration.
7434 * Makefile.in (symfile.o): Note dependency on "filenames.h".
7435 * configure.in: Handle --with-separate-debug-dir config option.
7436 * acinclude.m4 (AC_DEFINE_DIR): New macro.
7437 * acconfig.h (DEBUGDIR): New macro.
7438 * configure, aclocal.m4, config.in: Regenerated.
7439
7e8580c1
JB
74402003-01-22 Jim Blandy <jimb@redhat.com>
7441
7904e09f
JB
7442 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
7443 like the old symbol_file_add, but taking new arguments: you can
7444 now pass in either a `struct section_addr_info' list to say where
7445 each section is loaded, or a `struct section_offsets' table. Pass
7446 these new arguments through to syms_from_objfile as appropriate.
7447 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7448 with the appropriate quiescent values for the new arguments.
7449
7e8580c1
JB
7450 * symfile.c: #include "gdb_assert.h".
7451 (syms_from_objfile): Add the ability to pass in a section offset
7452 table directly, as an alternative to the section_addr_info table.
7453 Document arguments better.
7454 (symbol_file_add): Pass extra arguments to syms_from_objfile.
7455 * symfile.h (syms_from_objfile): Update declaration.
7456 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
7457 syms_from_objfile.
7458 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
7459
d28f9cdf
DJ
74602003-01-22 Daniel Jacobowitz <drow@mvista.com>
7461
7462 Original patch by Tom Tromey <tromey@cygnus.com> and
7463 Jason Molenda <jmolenda@apple.com>.
7464 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
7465 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
7466 * NEWS: Mention profiling.
7467 * configure.in (--enable-gdbtk): Fix typo.
7468 (--enable-profiling): New. Set PROFILE_CFLAGS.
7469 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
7470 Fill in function.
7471 (profiling_state): New variable.
7472 (mcleanup_wrapper): New function.
7473 (_initialize_maint): Remove NOTYET, fix call to
7474 add_setshow_boolean_cmd for "maint set profile".
7475 * configure: Regenerated.
7476
df21e465
MH
74772003-01-21 Martin M. Hunt <hunt@redhat.com>
7478
7479 * Makefile.in (install-gdbtk): Install PNG images too.
7480
73c1f219
AC
74812003-01-21 Andrew Cagney <ac131313@redhat.com>
7482
7483 * exec.c (text_start): Delete global variable.
7484 (exec_file_attach): Make text_start local to the function.
7485 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
7486 * valops.c (hand_function_call): Delete code that handles
7487 BEFORE_TEXT_END and AFTER_TEXT_END.
7488 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
7489 of CALL_DUMMY_LOCATION.
7490 * gdbarch.c: Regenerate.
7491 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
7492 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
7493 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
7494 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
7495 (text_end): Delete extern declaration.
7496
eb4f72c5
AC
74972003-01-21 Andrew Cagney <ac131313@redhat.com>
7498
7499 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
7500 * blockframe.c (backtrace_below_main): Move to "frame.c".
7501 (frame_chain_valid): Delete check for backtrace_below_main.
7502 (_initialize_blockframe): Delete initialization, move ``set
7503 backtrace-below-main'' command to "frame.c".
7504 (do_flush_frames_sfunc): Delete function.
7505 * frame.c: Include "command.h" and "gdbcmd.h".
7506 (frame_type_from_pc): New function.
7507 (create_new_frame): Use frame_type_from_pc.
7508 (legacy_get_prev_frame): New function.
7509 (get_prev_frame): Rewrite. When an old style frame, call
7510 legacy_get_prev_frame. Otherwize, unwind the PC first.
7511 (_initialize_frame): Add ``set backtrace-below-main'' command.
7512 * Makefile.in (frame.o): Update dependencies.
7513
778ce8cc
AC
75142003-01-19 Andrew Cagney <ac131313@redhat.com>
7515
7516 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
7517 DEPRECATED_REGISTERS_INFO.
7518
01c193c8
AC
75192003-01-19 Andrew Cagney <ac131313@redhat.com>
7520
7521 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
7522 Maintainers'. Update `Various Maintainers'.
7523
dedc2a2b
AC
75242003-01-19 Andrew Cagney <ac131313@redhat.com>
7525
7526 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
7527 * gdbarch.sh (POP_FRAME): Change to function with predicate.
7528 Suppress actual parameters when `-'.
7529 * gdbarch.h, gdbarch.c: Regenerate.
7530
b7261c70
AC
75312003-01-19 Andrew Cagney <ac131313@redhat.com>
7532
7533 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
7534 code handling dummy frames.
7535
dbe9fe58
AC
75362003-01-19 Andrew Cagney <ac131313@redhat.com>
7537
7538 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
7539 (struct frame_unwind): Add field pop.
7540 * frame.h (frame_pop): Declare.
7541 * frame.c (frame_saved_regs_pop): New function.
7542 (trad_frame_unwinder): Add frame_saved_regs_pop.
7543 (frame_pop): New function.
7544 * dummy-frame.c (dummy_frame_pop): New function.
7545 (discard_innermost_dummy): New function.
7546 (generic_pop_dummy_frame): Use discard_innermost_dummy.
7547 (dummy_frame_unwind): Add dummy_frame_pop.
7548 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
7549 * valops.c (hand_function_call): Ditto.
7550 * stack.c (return_command): Ditto.
7551
570b8f7c
AC
75522003-01-18 Andrew Cagney <ac131313@redhat.com>
7553
7554 * cris-tdep.c: Fix function declaration indentation.
7555 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
7556 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
7557 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
7558 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
7559 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
7560 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
7561
75622003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
7563
7564 * README (Unpacking and Installation -- quick overview):
7565 Warn against ".../gdb-5.3/gdb/configure".
7566
494cca16
AC
75672003-01-18 Andrew Cagney <ac131313@redhat.com>
7568
7569 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
7570 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
7571 (struct frame_unwind): Declare opaque.
7572 (dummy_frame_p): Declare function.
7573 * dummy-frame.c (dummy_frame_id_unwind): Make static.
7574 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
7575 * dummy-frame.c: Include "frame-unwind.h".
7576 (dummy_frame_p): New function.
7577 (dummy_frame_unwind): New variable.
7578 * frame.c: Include "frame-unwind.h".
7579 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
7580 to use the new unwind field.
7581 (set_unwind_by_pc): Delete function.
7582 (create_new_frame, get_prev_frame): Set unwind field using
7583 frame_unwind_find_by_pc.
7584 (trad_frame_unwind, trad_frame_unwinder): New variables.
7585 * frame.h (trad_frame_unwind): Declare variable.
7586 (frame_id_unwind_ftype): Delete declaration.
7587 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
7588 (struct frame_unwind): Declare opaque.
7589 (struct frame_info): Replace the fields id_unwind, pc_unwind and
7590 register_unwind with a single unwind pointer.
7591 * frame-unwind.h, frame-unwind.c: New files.
7592 * Makefile.in (SFILES): Add frame-unwind.c.
7593 (frame_unwind_h): Define.
7594 (COMMON_OBS): Add frame-unwind.o.
7595 (frame-unwind.o): Specify dependencies.
7596 (frame.o, dummy-frame.o): Update dependencies.
7597
4efb68b1
AC
75982003-01-18 Andrew Cagney <ac131313@redhat.com>
7599
7600 * ada-valprint.c: Eliminate PTR.
7601 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
7602 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
7603 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
7604 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
7605 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
7606 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
7607 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
7608
a84d24ee
AC
76092003-01-17 Andrew Cagney <ac131313@redhat.com>
7610
762f08a3
AC
7611 * main.c (captured_main): Don't use PTR.
7612 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
7613 * gdbtypes.c (lookup_primitive_typename): Ditto.
7614 (lookup_struct_elt_type): Ditto.
7615 * f-valprint.c (info_common_command): Ditto.
7616 (list_all_visible_commons): Ditto.
7617 * jv-typeprint.c (java_type_print_base): Ditto.
7618
a84d24ee
AC
7619 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
7620 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
7621 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
7622 i386-interix-nat.c and i386-interix-tdep.c. Rename
7623 m68klinux-nat.c and m68klinux-tdep.c. Rename
7624 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
7625 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
7626 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
7627 * main.c (captured_main): Use xfree, not free.
7628
c170fb60
AC
76292003-01-16 Andrew Cagney <ac131313@redhat.com>
7630
7631 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
7632 ID back using a parameter.
7633 * frame.c (frame_id_unwind): Update call.
7634 (frame_saved_regs_id_unwind): Update.
7635 * dummy-frame.c (dummy_frame_id_unwind): Update function.
7636 * dummy-frame.h (struct frame_id): Add opaque declaration.
7637 (dummy_frame_id_unwind): Update declaration.
7638
867f3898
AC
76392003-01-15 Andrew Cagney <ac131313@redhat.com>
7640
7641 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
7642
40622be8 76432003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 7644
40622be8 7645 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 7646
ae66c1fc
EZ
76472003-01-14 Elena Zannoni <ezannoni@redhat.com>
7648
997b089a 7649 Fix PR gdb/898
ae66c1fc
EZ
7650 * breakpoint.c (until_break_command): Add new argument. Use it to
7651 decide whether to stop only at the current frame or not.
7652 * breakpoint.h (until_break_command): Update prototype.
7653 * infcmd.c (until_command): Add new argument to until_break_command
7654 call.
7655 (advance_command): New function.
7656 (_initialize_infcmd): Update help string for 'until' command.
7657 Add new 'advance' command.
7658
a04257e6
DC
76592003-01-14 David Carlton <carlton@math.stanford.edu>
7660
7661 * linespec.c (decode_line_1): Normalize comments.
7662 (set_flags): Ditto.
7663 (locate_first_half): Ditto.
7664 (decode_compound): Ditto.
7665 (symtab_from_filename): Ditto.
7666 (decode_all_digits): Ditto.
7667 (decode_dollar): Ditto.
7668 (find_methods): Ditto.
7669 (find_toplevel_char): Ditto.
7670
1bac305b
AC
76712003-01-13 Andrew Cagney <ac131313@redhat.com>
7672
7673 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
7674 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
7675 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
7676 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
7677 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
7678 * language.c, language.h, m32r-tdep.c: Update copyright.
7679 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
7680 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
7681 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
7682 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
7683 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
7684 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
7685
25caa7a8
EZ
76862003-01-13 Elena Zannoni <ezannoni@redhat.com>
7687
7688 * stabsread.h (process_later, resolve_cfront_continuation):
7689 Obsolete.
7690 Update copyright years.
7691 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
7692 Update copyright year.
7693 * dbxread.c(struct cont_elem): Obsolete.
7694 (process_later, process_now): Obsolete functions.
7695 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
7696 Update copyright year.
7697 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
7698 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
7699 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
7700 (parse_partial_symbols): Obsolete cfront support.
7701 * stabsread.c
7702 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
7703 macros.
7704 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
7705 read_cfront_baseclasses, read_cfront_member_functions,
7706 resolve_cfront_continuation,read_cfront_static_fields,
7707 copy_cfront_struct_fields): Obsolete functions.
7708 (define_symbol, read_one_struct_field): Obsolete cfront support.
7709 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
7710 Update Copyright year.
7711
7789c6f5
EZ
77122003-01-13 Elena Zannoni <ezannoni@redhat.com>
7713
7714 * stack.c (print_frame_info, print_stack_frame_base_stub,
7715 print_stack_frame_base, show_and_print_stack_frame_stub,
7716 show_and_print_stack_frame, print_only_stack_frame_stub,
7717 print_only_stack_frame): Delete functions.
7718 (print_stack_frame_stub): Call print_frame_info instead of
7719 print_frame_info_base.
7720 (print_frame_info_base): Rename to print_frame_info.
7721 (backtrace_command_1): Call print_frame_info, instead of
7722 print_frame_info_base.
7723 (current_frame_command): Call print_stack_frame, instead of
7724 print_only_stack_frame.
7725 (frame_command): Call print_stack_frame, instead of
7726 show_and_print_stack_frame.
7727 (up_command): Ditto.
7728 (down_command): Ditto.
7729 * frame.h (print_only_stack_frame): Delete prototype.
7730 * infrun.c (normal_stop): Call print_stack_frame, instead of
7731 show_and_print_stack_frame.
7732 * thread.c (info_threads_command): Call print_stack_frame, instead
7733 of print_only_stack_frame.
7734
3f5a3016
AC
77352003-01-13 Andrew Cagney <ac131313@redhat.com>
7736
d99ba314
AC
7737 * README (Graphical interface to GDB): Update URL. Point at
7738 gdb/links/.
7739
3f5a3016
AC
7740 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
7741 version match.
7742
083ae935
DJ
77432003-01-13 Daniel Jacobowitz <drow@mvista.com>
7744
7745 * symtab.c (find_pc_sect_line): Don't consider end-of-function
7746 lines.
7747
5365276c
DJ
77482003-01-13 Daniel Jacobowitz <drow@mvista.com>
7749
7750 * thread-db.c (attach_thread): Prototype.
7751 (struct private_thread_info): Remove lwpid. Add thread handle (th),
7752 thread information (ti), and valid flags (th_valid, ti_valid).
7753 (attach_thread): Move target_pid_to_str call to after the thread
7754 is added to GDB's list. Initialize the cache.
7755 (thread_get_info_callback, thread_db_map_id2thr)
7756 (thread_db_get_info): New functions.
7757 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
7758 (thread_db_store_registers, thread_db_thread_alive)
7759 (thread_db_get_thread_local_address): Use them.
7760 (thread_db_pid_to_str): Likewise. Return "Missing" instead
7761 of calling error() for threads in unknown state.
7762
7763 (clear_lwpid_callback): New function.
7764 (thread_db_resume): Use it to clear the cache.
7765
9fc30b6b
DJ
77662003-01-13 Daniel Jacobowitz <drow@mvista.com>
7767
7768 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
7769 (resume_callback): Remove dead code.
7770
8f871025
AC
77712003-01-13 Andrew Cagney <ac131313@redhat.com>
7772
7773 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
7774 predicate.
7775 * gdbarch.h, gdbarch.c: Regenerate.
7776 * stack.c (frame_info): Only initialize the saved registers when
7777 FRAME_INIT_SAVED_REGS_P.
7778 * frame.c (frame_saved_regs_register_unwind): Assert
7779 FRAME_INIT_SAVED_REGS_P.
7780 (deprecated_generic_get_saved_register): Ditto.
7781
3f565f1e
DJ
77822003-01-13 Daniel Jacobowitz <drow@mvista.com>
7783
7784 * source.c (openp): Squelch warning about "filename".
7785
072b1022
DJ
77862003-01-13 Daniel Jacobowitz <drow@mvista.com>
7787
7788 * source.c (openp): If the file does not exist don't necessarily
7789 search the path.
7790
973ccf8b
DJ
77912003-01-13 Daniel Jacobowitz <drow@mvista.com>
7792
7793 Fix PR gdb/872.
7794 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
7795 (integer_types_same_name_p): New function.
7796 (rank_one_type): Use it.
7797 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
7798
030292b7
DJ
77992003-01-13 Daniel Jacobowitz <drow@mvista.com>
7800
7801 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
7802 variables.
7803 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
7804 * configure.in: Add --with-sysroot.
7805 * configure: Regenerated.
7806 * main.c (gdb_sysroot): New variable.
7807 (captured_main): Initialize gdb_sysroot.
7808 * defs.h (gdb_sysroot): New extern declaration.
7809 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
7810
afb5d334
MC
78112003-01-12 Michael Chastain <mec@shout.net>
7812
7813 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
7814
751ceeb4
MC
78152003-01-12 Michael Chastain <mec@shout.net>
7816
7817 * top.c (print_gdb_version): Bump copyright year to 2003.
7818
94cd26f8
DC
78192003-01-12 David Carlton <carlton@bactrian.org>
7820
7821 * linespec.c (symtab_from_filename): Rename variable 's' to
7822 'file_symtab'.
7823
1ce79225
AC
78242003-01-12 Andrew Cagney <ac131313@redhat.com>
7825
7826 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
7827 dummy frame.
7828 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
7829
fa1fd571
AC
78302003-01-12 Andrew Cagney <ac131313@redhat.com>
7831
7832 * d10v-tdep.c: Include "gdb_assert.h".
7833 (d10v_store_return_value): Rewrite to match current interface.
7834 (d10v_extract_struct_value_address): Ditto.
7835 (d10v_extract_return_value): Ditto.
7836 (d10v_gdbarch_init): Set store_restore_value,
7837 extract_struct_value_address and extract_return_value.
7838
68b8d23e
JB
78392003-01-12 J. Brobecker <brobecker@gnat.com>
7840
7841 * hpread.c (set_namestring): New procedure replacing the
7842 SET_NAMESTRING macro.
7843 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
7844 by calls to set_namestring.
7845
78462003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
7847
7848 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
7849 a compilation warning.
7850 (hpread_process_one_debug_symbol): Likewise.
7851
88d262ca
DC
78522003-01-10 David Carlton <carlton@math.stanford.edu>
7853
7854 * linespec.c (decode_line_1): Rename variable 's' to
7855 'file_symtab'.
7856 (decode_all_digits): Rename argument 's' to 'file_symtab'.
7857 (decode_dollar): Ditto.
7858 (decode_variable): Ditto.
7859 (symbol_found): Ditto.
7860
86669319
MC
78612003-01-09 Michael Chastain <mec@shout.net>
7862
7863 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
7864
616a9dc4
CV
78652003-01-07 Corinna Vinschen <vinschen@redhat.com>
7866
7867 * win32-nat.c (set_process_privilege): New function.
7868 (child_attach): Call set_process_privilege() to enable the
7869 SE_DEBUG_NAME user privilege if available in process token.
7870
3269bcfa
JB
78712003-01-10 J. Brobecker <brobecker@gnat.com>
7872
7873 * hpread.c (hpread_process_one_debug_symbol): Fix a small
7874 compilation error in the previous revision.
7875
2b0ee454
DC
78762003-01-09 David Carlton <carlton@math.stanford.edu>
7877
7878 * linespec.c: Update copyright.
7879
b3ba1b44
DJ
78802003-01-09 Daniel Jacobowitz <drow@mvista.com>
7881
7882 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
7883 than inferior_ptid.
7884 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
7885
4ef3f3be
AC
78862003-01-09 Andrew Cagney <ac131313@redhat.com>
7887
479ab5a0
AC
7888 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
7889 Update comments.
7890 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
7891 (frame_saved_regs_zalloc): Update.
7892 (frame_saved_regs_register_unwind): Update.
7893 (create_new_frame): Update.
7894 (get_prev_frame): Update.
7895 (frame_extra_info_zalloc): Update.
7896 (deprecated_get_frame_saved_regs): Update.
7897 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
7898 * cris-tdep.c: Update comment.
7899
bde58177
AC
7900 * somsolib.h: Fix function indentation.
7901 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
7902 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
7903 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
7904 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
7905 * somsolib.c, inftarg.c: Remove assignment in if conditional.
7906
4ef3f3be
AC
7907 * infrun.c (follow_fork): Use ISO C definition.
7908 * expprint.c (print_subexp): Use xfree instead of free.
7909 * charset.c: Include "gdb_string.h" instead of <string.h>.
7910 (register_iconv_charsets): Use ISO C definition.
7911 (host_charset, target_charset): Ditto.
7912 * Makefile.in (charset.o): Update dependencies.
7913 (mi-cmd-env.o): Update dependencies.
7914
1c615f7a
AC
79152003-01-08 Andrew Cagney <cagney@redhat.com>
7916
7917 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
7918 get_frame_base.
7919
c9a1dc08
AC
79202003-01-08 Andrew Cagney <ac131313@redhat.com>
7921
7922 * gdb_mbuild.sh: Add --keep option. When specified, keep the
7923 build directories. Save edited gdb output in Mbuild.log. If a
7924 build fails, remove any final GDB executable.
7925
dbad9d94
AC
79262003-01-08 Andrew Cagney <ac131313@redhat.com>
7927
7928 * gdb_mbuild.sh: Edit the output of `maint print architecture'
7929 replacing hex constants with function names and stripping leading
7930 file name directory prefixes.
7931
8d357cca
AC
79322003-01-08 Andrew Cagney <cagney@redhat.com>
7933
7934 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
7935 get_frame_base.
7936
bca02a8a
DC
79372003-01-08 David Carlton <carlton@math.stanford.edu>
7938
7939 * linespec.c (decode_line_1): Move code into decode_variable.
7940 (decode_variable): New function.
7941
7f8ab3a0
AC
79422003-01-08 Andrew Cagney <ac131313@redhat.com>
7943
7944 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
7945
7b5849cc
AC
79462003-01-08 Andrew Cagney <cagney@redhat.com>
7947
7948 * cris-tdep.c (cris_frame_init_saved_regs): Use
7949 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
7950 saved_regs buffer.
7951 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
7952 (sh64_nofp_frame_init_saved_regs): Ditto.
7953 (sh_fp_frame_init_saved_regs): Ditto.
7954 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
7955 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
7956 * mcore-tdep.c (analyze_dummy_frame): Ditto.
7957 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
7958
72a5efb3
DJ
79592003-01-08 Daniel Jacobowitz <drow@mvista.com>
7960
7961 * minsyms.c (lookup_minimal_symbol): Update comment.
7962 (lookup_minimal_symbol_text): Update comment. Use the hash table.
7963 (lookup_minimal_symbol_solib_trampoline): Likewise.
7964
11c02a10
AC
79652003-01-08 Andrew Cagney <cagney@redhat.com>
7966
aab3ea25
AC
7967 * d10v-tdep.c (d10v_init_extra_frame_info): Use
7968 frame_relative_level.
7969
da50a4b7
AC
7970 * alpha-tdep.c: Use get_frame_extra_info.
7971 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7972 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
7973 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
7974 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
7975
11c02a10
AC
7976 * alpha-tdep.c: Use get_next_frame.
7977 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7978 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
7979 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
7980 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
7981 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
7982 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
7983 * xstormy16-tdep.c: Ditto.
7984
1e2330ba
AC
79852003-01-07 Andrew Cagney <cagney@redhat.com>
7986
7987 * alpha-tdep.c: Use get_frame_base.
7988 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7989 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
7990 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
7991 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
7992 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
7993 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
7994 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
7995 * config/sparc/tm-sparc.h: Ditto.
7996
2d75187b
AC
79972003-01-07 Andrew Cagney <cagney@redhat.com>
7998
7999 * frame.c (deprecated_get_frame_context): New function.
8000 (deprecated_set_frame_context): New function.
8001 * frame.h (deprecated_get_frame_context): Declare.
8002 (deprecated_set_frame_context): Declare.
8003 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
8004 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8005
483d36b2
AC
80062003-01-07 Andrew Cagney <cagney@redhat.com>
8007
8008 * frame.c (deprecated_set_frame_next_hack): New function.
8009 (deprecated_set_frame_prev_hack): New function.
8010 * frame.h (deprecated_set_frame_next_hack): Declare.
8011 (deprecated_set_frame_prev_hack): Declare.
8012 * mcore-tdep.c (analyze_dummy_frame): Use
8013 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
8014 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
8015
14e91ac5
DC
80162003-01-07 David Carlton <carlton@math.stanford.edu>
8017
8018 * linespec.c (decode_line_1): Move code into decode_dollar.
8019 (decode_dollar): New function.
8020
b0c6b05c
AC
80212003-01-07 Andrew Cagney <cagney@redhat.com>
8022
8023 * arm-tdep.c (arm_init_extra_frame_info): Use
8024 deprecated_update_frame_base_hack.
8025 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
8026 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
8027 (fix_frame_pointer): Ditto.
8028 (mn10300_analyze_prologue): Ditto.
8029
a00a19e9
AC
80302003-01-07 Andrew Cagney <cagney@redhat.com>
8031
8032 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
8033 extra_info using frame_extra_info_zalloc.
8034 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8035 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
8036 (sh64_init_extra_frame_info): Ditto.
8037 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
8038 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
8039 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
8040 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
8041 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
8042 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
8043 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
8044 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
8045 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
8046 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
8047 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8048 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
8049
8050 * mn10300-tdep.c (analyze_dummy_frame): Use
8051 deprecated_set_frame_extra_info_hack.
8052 * mcore-tdep.c (analyze_dummy_frame): Ditto.
8053
1fb4c65b
JB
80542003-01-07 J. Brobecker <brobecker@gnat.com>
8055
8056 * mdebugread.c (parse_symbol): Skip stProc entries which storage
8057 class is not scText. These do not define "real" procedures.
8058 (parse_partial_symbols): Likewise.
8059
9fe7d6bf
MS
80602003-01-06 Michael Snyder <msnyder@redhat.com>
8061
8062 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
8063
f6c609c4
AC
80642003-01-06 Andrew Cagney <ac131313@redhat.com>
8065
8066 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
8067 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
8068 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
8069 deprecated_frame_xmalloc_with_cleanup.
8070 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
8071 deprecated_frame_xmalloc.
8072 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
8073 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
8074
d995ff4b
AC
80752003-01-06 Andrew Cagney <cagney@redhat.com>
8076
84dc46cb
AC
8077 * x86-64-linux-tdep.c: Include "osabi.h".
8078 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
8079
d995ff4b
AC
8080 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
8081
66140c26
AC
80822003-01-06 Andrew Cagney <cagney@redhat.com>
8083
8084 * MAINTAINERS (Target Instruction Set Architectures): Update
8085 arm-elf. Can be built with -Werror, has been multiarched.
8086
8087 * value.h (unpack_long): Make buffer parameter constant.
8088 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
8089 * scm-lang.h (scm_parse): Ditto.
8090 * defs.h (extract_typed_address, extract_address): Ditto.
8091 (extract_long_unsigned_integer): Ditto.
8092 * inferior.h (unsigned_pointer_to_address): Ditto.
8093 (signed_pointer_to_address): Ditto.
8094 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
8095 * gdbarch.h, gdbarch.c: Regenerate.
8096 * findvar.c (extract_long_unsigned_integer): Update.
8097 (extract_address): Update.
8098 (extract_typed_address): Update.
8099 (unsigned_pointer_to_address): Update.
8100 * values.c (unpack_long): Update.
8101 (unpack_double): Update.
8102 (unpack_pointer): Update.
8103 (unpack_field_as_long): Update.
8104 * d10v-tdep.c (d10v_pointer_to_address): Update.
8105 * avr-tdep.c (avr_pointer_to_address): Update.
8106 * scm-lang.c (scm_unpack): Update.
8107 * findvar.c (signed_pointer_to_address): Update.
8108
b089b3da
ML
81092003-01-06 Michal Ludvig <mludvig@suse.cz>
8110
8111 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
8112 since it is in i386-tdep.c.
8113
aff87235
JB
81142003-01-06 J. Brobecker <brobecker@gnat.com>
8115
8116 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
8117 failure introduced in the previous change.
8118
34f5e845
MC
81192003-01-05 Michael Chastain <mec@shout.net>
8120
8121 * README: Remove references to deleted remote-*.c files:
8122 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
8123 remote-nrom.c, remote-os9k.c, remote-udi.c.
8124
28bcfd30
MK
81252003-01-05 Mark Kettenis <kettenis@gnu.org>
8126
8127 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
8128 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
8129 i386_get_longjmp_target.
8130
15a5b3ee
AC
81312003-01-05 Andrew Cagney <ac131313@redhat.com>
8132
8133 * arm-tdep.c (prologue_cache): Change to a pointer.
8134 (_initialize_arm_tdep): Allocate prologue_cache.
8135 (check_prologue_cache): Update.
8136 (save_prologue_cache): Update.
8137 (arm_gdbarch_init): Update.
8138
c263362b
DJ
81392003-01-04 Daniel Jacobowitz <drow@mvista.com>
8140
8141 * stabsread.c (update_method_name_from_physname): Call complaint()
8142 instead of error.
8143
51603483
DJ
81442003-01-04 Daniel Jacobowitz <drow@mvista.com>
8145
8146 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
8147 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
8148 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
8149
8150 * blockframe.c: Include "gdbcmd.h" and "command.h".
8151 (backtrace_below_main): New variable.
8152 (file_frame_chain_valid, func_frame_chain_valid)
8153 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
8154 (generic_func_frame_chain_valid): Remove functions.
8155 (frame_chain_valid, do_flush_frames_sfunc): New functions.
8156 (_initialize_blockframe): New function.
8157 * Makefile.in (blockframe.o): Update dependencies.
8158 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
8159 comment. Call frame_chain_valid ().
8160 * frame.h: Remove old prototypes. Add prototype for
8161 frame_chain_valid and update comments to match.
8162 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
8163 Remove old comment.
8164 * gdbarch.h: Regenerated.
8165 * gdbarch.c: Regenerated.
8166
8167 * alpha-tdep.c (alpha_gdbarch_init): Don't call
8168 set_gdbarch_frame_chain_valid.
8169 * avr-tdep.c (avr_gdbarch_init): Likewise.
8170 * cris-tdep.c (cris_gdbarch_init): Likewise.
8171 * frv-tdep.c (frv_gdbarch_init): Likewise.
8172 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
8173 * i386-tdep.c (i386_svr4_init_abi): Likewise.
8174 (i386_nw_init_abi): Likewise.
8175 (i386_gdbarch_init): Likewise.
8176 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
8177 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
8178 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
8179 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
8180 * mips-tdep.c (mips_gdbarch_init): Likewise.
8181 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
8182 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
8183 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
8184 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
8185 * s390-tdep.c (s390_gdbarch_init): Likewise.
8186 * sh-tdep.c (sh_gdbarch_init): Likewise.
8187 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
8188 * v850-tdep.c (v850_gdbarch_init): Likewise.
8189 * vax-tdep.c (vax_gdbarch_init): Likewise.
8190 * x86-64-tdep.c (x86_64_init_abi): Likewise.
8191
8192 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
8193 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
8194 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
8195 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
8196 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
8197 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
8198 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
8199 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
8200
b00a8037
DJ
82012002-01-04 Daniel Jacobowitz <drow@mvista.com>
8202
8203 * Makefile.in (acconfig_h): Remove incorrect macro.
8204 (config_h): Define.
8205 (osabi.o): Update dependencies.
8206 * configure.tgt: Set gdb_osabi based on target triplet.
8207 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
8208 * configure: Regenerated.
8209 * config.in: Regenerated.
8210 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
8211 (GDB_OSABI_DEFAULT): Define if not already defined.
8212 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
8213 (set_osabi_string): New variables.
8214 (gdbarch_register_osabi): Add new OS ABI to
8215 gdb_osabi_available_names.
8216 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
8217 (set_osabi, show_osabi): New functions.
8218 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
8219
4be87837
DJ
82202003-01-04 Daniel Jacobowitz <drow@mvista.com>
8221
8222 * arch-utils.c (gdbarch_info_init): Set osabi to
8223 GDB_OSABI_UNINITIALIZED.
8224 * gdbarch.sh: Add osabi to struct gdbarch and to struct
8225 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
8226 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
8227 * gdbarch.c: Regenerated.
8228 * gdbarch.h: Regenerated.
8229 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
8230 there's no BFD.
8231 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
8232 * osabi.h (enum gdb_osabi): Move to defs.h.
8233 (gdbarch_init_osabi): Update prototype.
8234 * defs.h (enum gdb_osabi): Moved here.
8235 * Makefile.in: Update dependencies.
8236
8237 * alpha-tdep.h: Don't include "osabi.h".
8238 (struct gdbarch_tdep): Remove osabi member.
8239 * alpha-tdep.c: Include "osabi.h".
8240 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8241 iterate over arches. Update call to gdbarch_init_osabi.
8242 (alpha_dump_tdep): Don't dump osabi.
8243 * alpha-linux-tdep.c: Include "osabi.h".
8244 * alpha-osf1-tdep.c: Include "osabi.h".
8245 * alphafbsd-tdep.c: Include "osabi.h".
8246 * alphanbsd-tdep.c: Include "osabi.h".
8247
8248 * arm-tdep.h: Don't include "osabi.h".
8249 (struct gdbarch_tdep): Remove osabi member.
8250 * arm-tdep.c: Include "osabi.h".
8251 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8252 iterate over arches. Update call to gdbarch_init_osabi.
8253 (arm_dump_tdep): Don't dump osabi.
8254 * arm-linux-tdep.c: Include "osabi.h".
8255 * armnbsd-tdep.c: Include "osabi.h".
8256
8257 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
8258 Update call to gdbarch_init_osabi.
8259
8260 * i386-tdep.h: Don't include "osabi.h".
8261 (struct gdbarch_tdep): Remove osabi member.
8262 * i386-tdep.c: Include "osabi.h".
8263 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8264 iterate over arches. Update call to gdbarch_init_osabi.
8265 (i386_dump_tdep): Don't dump osabi.
8266 * i386-linux-tdep.c: Include "osabi.h".
8267 * i386-sol2-tdep.c: Include "osabi.h".
8268 * i386bsd-tdep.c: Include "osabi.h".
8269 * i386gnu-tdep.c: Include "osabi.h".
8270 * i386ly-tdep.c: Include "osabi.h".
8271 * i386nbsd-tdep.c: Include "osabi.h".
8272 * i386obsd-tdep.c: Include "osabi.h".
8273
8274 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
8275 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8276 check osabi when iterating over arches. Update call to
8277 gdbarch_init_osabi.
8278 (mips_dump_tdep): Don't dump osabi.
8279
8280 * ns32k-tdep.h: Don't include "osabi.h".
8281 (struct gdbarch_tdep): Remove.
8282 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
8283 gdbarch_lookup_osabi. Don't iterate over arches. Don't
8284 allocate tdep. Update call to gdbarch_init_osabi.
8285 (ns32k_dump_tdep): Remove.
8286 (_initialize_ns32k_tdep): Update call to gdbarch_register.
8287 * ns32knbsd-tdep.c: Include "osabi.h".
8288
8289 * ppc-tdep.h: Don't include "osabi.h".
8290 (struct gdbarch_tdep): Remove osabi member.
8291 * rs6000-tdep.c: Include "osabi.h".
8292 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
8293 osabi when iterating over arches. Update call to
8294 gdbarch_init_osabi.
8295 (rs6000_dump_tdep): Don't dump osabi.
8296 * ppc-linux-tdep.c: Include "osabi.h".
8297 * ppcnbsd-tdep.c: Include "osabi.h".
8298
8299 * sh-tdep.h: Don't include "osabi.h".
8300 (struct gdbarch_tdep): Remove osabi member.
8301 * sh-tdep.c: Include "osabi.h".
8302 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8303 iterate over arches. Update call to gdbarch_init_osabi.
8304 (sh_dump_tdep): Don't dump osabi.
8305 * shnbsd-tdep.c: Include "osabi.h".
8306
8307 * sparc-tdep.c: Include "osabi.h".
8308 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8309 iterate over arches. Update call to gdbarch_init_osabi.
8310 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
8311 tdep structure.
8312
8313 * vax-tdep.h: Don't include "osabi.h".
8314 (struct gdbarch_tdep): Remove.
8315 * vax-tdep.c: Include "osabi.h".
8316 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8317 iterate over arches. Don't allocate tdep. Update call
8318 to gdbarch_init_osabi.
8319 (vax_dump_tdep): Remove.
8320 (_initialize_vax_tdep): Update call to gdbarch_register.
8321
a881cf8e
DJ
83222003-01-04 Daniel Jacobowitz <drow@mvista.com>
8323
8324 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
8325 entirely.
8326 (breakpoint_re_set_one): Don't fetch the value for a disabled
8327 watchpoint.
8328
1e698235
DJ
83292003-01-04 Daniel Jacobowitz <drow@mvista.com>
8330
8331 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
8332 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
8333 (COERCE_FLOAT_TO_DOUBLE): Remove.
8334 * gdbarch.c: Regenerate.
8335 * gdbarch.h: Regenerate.
8336 * Makefile.in: Remove value_h from gdbarch_h.
8337 * valops.c (coerce_float_to_double): New variable.
8338 (default_coerce_float_to_double): Remove.
8339 (standard_coerce_float_to_double): Remove.
8340 (value_arg_coerce): Use coerce_float_to_double.
8341 (_initialize_valops): Add "set coerce-float-to-double".
8342 * value.h (default_coerce_float_to_double): Remove prototype.
8343 (standard_coerce_float_to_double): Remove prototype.
8344
8345 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
8346 prototyped.
8347 * mdebugread.c (parse_symbol): Likewise.
8348 * stabsread.c (define_symbol): Mark all functions as prototyped.
8349
8350 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
8351 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
8352 set_gdbarch_coerce_float_to_double.
8353 * arm-tdep.c (arm_gdbarch_init): Likewise.
8354 * frv-tdep.c (frv_gdbarch_init): Likewise.
8355 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
8356 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
8357 * mips-tdep.c (mips_gdbarch_init): Likewise.
8358 (mips_coerce_float_to_double): Remove.
8359 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
8360 (rs6000_coerce_float_to_double): Remove.
8361 * s390-tdep.c (s390_gdbarch_init): Likewise.
8362 * sh-tdep.c (sh_gdbarch_init): Likewise.
8363 (sh_coerce_float_to_double): Remove.
8364 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
8365 (sparc_coerce_float_to_double): Remove.
8366 * v850-tdep.c (v850_gdbarch_init): Likewise.
8367 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
8368 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8369 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
8370 (hppa_coerce_float_to_double): Remove prototype.
8371 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8372
f436a26a
DJ
83732003-01-04 Daniel Jacobowitz <drow@mvista.com>
8374
8375 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
8376
248f8055
DJ
83772003-01-04 Daniel Jacobowitz <drow@mvista.com>
8378
8379 Suggested by Stewart Brown <sb24@avaya.com>:
8380 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
8381 in recursive calls. Handle TYPE_CODE_TYPEDEF.
8382 (c_type_print_varspec_suffix): Likewise.
8383
72cfdc76
MK
83842003-01-04 Mark Kettenis <kettenis@gnu.org>
8385
bfd260bb
MK
8386 * configure.in: Don't set and AC_SUBST SUBDIRS.
8387 * configure: Regenerated.
8388
72cfdc76
MK
8389 * configure.in: Remove code dealing with shared libraries.
8390 * Makefile.in: Remove HLDFLAGS and HLDENV.
8391 * configure: Regenerated.
8392
c8b8a898
AC
83932003-01-04 Andrew Cagney <ac131313@redhat.com>
8394
8395 * frame.c (deprecated_frame_xmalloc): New function.
8396 (deprecated_set_frame_saved_regs_hack): New function.
8397 (deprecated_set_frame_extra_info_hack): New function.
8398 * frame.h (deprecated_frame_xmalloc): Declare.
8399 (deprecated_set_frame_saved_regs_hack): Declare.
8400 (deprecated_set_frame_extra_info_hack): Declare.
8401
14abd0fb
MK
84022003-01-04 Mark Kettenis <kettenis@gnu.org>
8403
8ee53726
MK
8404 * configure.in: Move code that provides the --enable-gdbtk option
8405 right after the code that handles the --enable-tui option, and
8406 polish it somewhat.
8407 * configure: Regenerated.
8408
14abd0fb
MK
8409 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
8410 AC_CHECK_FUNCS and remove the old check for pread64.
8411 * acinclude.m4 (AC_GNU_SOURCE): New macro.
8412 * acconfig.h (_GNU_SOURCE): Add.
8413 (HAVE_PREAD64): Remove.
8414 * configure, aclocal.m4, config.in: Regenerated.
8415
b2fb4676
AC
84162003-01-03 Andrew Cagney <ac131313@redhat.com>
8417
8418 * alpha-tdep.c: Use get_frame_saved_regs.
8419 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8420 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
8421 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
8422 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
8423 * vax-tdep.c, xstormy16-tdep.c: Ditto.
8424
8dcde887
MK
84252003-01-03 Mark Kettenis <kettenis@gnu.org>
8426
8427 * configure.in: Remove all use of the SUBDIRS variable; add
8428 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
8429 code providing the --enable-multi-ice option, and move it right in
8430 front of the code that checks whether gdbserver is supported.
8431 Polish that too.
8432 * configure: Regenerated.
8433 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
8434 @SUBDIRS@.
8435
8ccd593b
AC
84362003-01-03 Andrew Cagney <cagney@redhat.com>
8437
8438 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
8439 * avr-tdep.c, cris-tdep.c: Ditto.
8440 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
8441 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8442
91151a06
MK
84432003-01-03 Mark Kettenis <kettenis@gnu.org>
8444
8445 * configure.in: Remove --enable-netrom option.
8446 * configure: Regenerated.
8447
8fe84d01
MK
84482003-01-03 Mark Kettenis <kettenis@gnu.org>
8449
8450 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
8451 declaration for `struct re_pattern_buffer' instead.
8452 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
8453
f0394be6
JB
84542003-01-03 J. Brobecker <brobecker@gnat.com>
8455
8456 * mdebugread.c (parse_symbol): Count until the stEnd matching
8457 the structure name.
8458
27e9bf90
MK
84592003-01-02 Mark Kettenis <kettenis@gnu.org>
8460
93d331ba
MK
8461 * configure.in: Remove --with-cpu option.
8462 subscripts. Remove evil changequotes here.
8463 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
8464 * config.in, configure: Regenerated.
8465
27e9bf90
MK
8466 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
8467 * configure.in: Cleanup section that sources GDB and BFD configure
8468 subscripts. Remove evil changequotes here.
8469 * config.in, configure: Regenerated.
8470
50abf9e5
AC
84712003-01-02 Andrew Cagney <ac131313@redhat.com>
8472
8473 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
8474 frame accessor methods.
8475 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8476 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
8477 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
8478 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
8479 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8480 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
8481 * z8k-tdep.c: Ditto.
8482
287c1a40
MK
84832003-01-02 Mark Kettenis <kettenis@gnu.org>
8484
f5dbc56d
MK
8485 * configure.in: Remove UI_OUT configuration code.
8486 * ada-lang.c: Update assuming UI_OUT is always true.
8487 * Makefile.in (UIOUT_CFLAGS): Remove.
8488 * configure: Regenerated.
8489 * TODO: Remove blurb about elimination of -DUI_OUT.
8490
627af7ea
MK
8491 * configure.in: Move code that provides the --enable-gdbcli,
8492 --enable-gdbmi options right before the code that handles the
8493 --enable-tui option. Polish a bit.
8494 * configure: Regenerated.
8495
06825bd1
MK
8496 * configure.in: Rewrite check for GNU regex and the
8497 --without-included regex option, and move it into the "Checks for
8498 library functions" section. This makes us use the system regex
8499 again by default on systems with version 2 of the GNU C library.
8500 This was apparently broken.
8501 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
8502 * acconfig.h (USE_INCLUDED_REGEX): Remove.
8503 * config.in, configure: Regenerated.
8504
287c1a40
MK
8505 * configure.in: Move code that provides the --enable-tui option
8506 before the "Checks for libraries" section. Polish the code
8507 somewhat and set need_curses to yes if we build the TUI. Rewrite
8508 code that looks for a library providing termcap functionality to
8509 match more closely what's done in the Readline library, and move
8510 it into to the "Checks for libraries" section.
8511 * configure: Regenerated.
8512 * Makefile.in (TERMCAP): Remove variable.
8513 * config/i386/go32.mh (TERMCAP): Remove variable.
8514
684e56bf
AC
85152003-01-02 Andrew Cagney <ac131313@redhat.com>
8516
8517 * MAINTAINERS: Mention gdb_mbuild.sh.
8518 * gdb_mbuild.sh: Rewrite.
8519
e1ea1d75
MK
85202003-01-02 Mark Kettenis <kettenis@gnu.org>
8521
8522 * configure.in: Fix typo in last change.
8523 * config.in, configure: Regenerated.
8524
1b831c93
AC
85252003-01-02 Andrew Cagney <ac131313@redhat.com>
8526
8527 * valarith.c (value_binop): Delete obsolete code and comments.
8528 * configure.host: Ditto.
8529 * buildsym.h (make_blockvector): Ditto.
8530 * buildsym.c (make_blockvector): Ditto.
8531 * defs.h (enum language): Ditto.
8532 (chill_demangle): Ditto.
8533 * elfread.c (elf_symtab_read): Ditto.
8534 * dwarfread.c (CHILL_PRODUCER): Ditto.
8535 (set_cu_language): Ditto.
8536 (handle_producer): Ditto.
8537 * expprint.c (print_subexp): Ditto.
8538 * gdbtypes.c (chill_varying_type): Ditto.
8539 * gdbtypes.h (builtin_type_chill_bool): Ditto.
8540 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
8541 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
8542 (chill_varying_type): Ditto.
8543 * language.h (_LANG_chill): Ditto.
8544 * language.c (binop_result_type, integral_type): Ditto.
8545 (character_type, string_type, structured_type): Ditto.
8546 (lang_bool_type, binop_type_check): Ditto.
8547 * stabsread.h (os9k_stabs): Ditto.
8548 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
8549 (define_symbol, read_type, read_struct_fields): Ditto.
8550 (read_array_type, read_enum_type, read_huge_number): Ditto.
8551 (read_range_type, start_stabs): Ditto.
8552 * symfile.c (init_filename_language_table): Ditto.
8553 (add_psymbol_with_dem_name_to_list): Ditto.
8554 * symtab.c (symbol_init_language_specific): Ditto.
8555 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
8556 * symtab.h (struct general_symbol_info): Ditto.
8557 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
8558 * typeprint.c (typedef_print): Ditto.
8559 * utils.c (fprintf_symbol_filtered): Ditto.
8560 * valops.c (value_cast, search_struct_field, value_slice): Delete
8561 obsolete code.
8562 (varying_to_slice): Delete function.
8563 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
8564 (varying_to_slice): Delete declaration.
8565 * MAINTAINERS: Update.
8566
8bb2c122
MK
85672003-01-02 Mark Kettenis <kettenis@gnu.org>
8568
97bf5e38
MK
8569 * configure.in: Reorganize "Checks for library functions section"
8570 a bit. Remove check for `btowc' and `isascii' functions.
8571 * configure: Regenerated.
8572
5ee754fc
MK
8573 * acconfig.h (_MSE_INT_H): Remove.
8574 * configure.in: Create "Checks for header files" section, and move
8575 appropriate tests there. Don't check for objlist.h, wchar.h,
8576 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
8577 misdetection fix. Also add "Checks for types", "Checks for
8578 compiler characteristics" and "Checks for library functions"
8579 sections.
8580 * config.in, configure: Regenerated.
8581
8bb2c122
MK
8582 * configure.in: Create "Checks for programs" section, and move
8583 appropriate tests there.
8584
9a156167
MK
85852003-01-01 Mark Kettenis <kettenis@gnu.org>
8586
8587 * configure.in: Create "Checks for libraries" section, and move
8588 appropriate tests there. Cleanup check for wctype in libw. Use
8589 AC_SEARCH_LIBS to see whether we need libsocket.
8590 * configure: Regenerated.
8591
a80e2bcb 8592For older changes see ChangeLog-2002
c906108c
SS
8593\f
8594Local Variables:
8595mode: change-log
8596left-margin: 8
8597fill-column: 74
8598version-control: never
8599End:
This page took 1.012622 seconds and 4 git commands to generate.