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