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