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