2003-11-22 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-11-22 Andrew Cagney <cagney@redhat.com>
2
3 * procfs.c (procfs_wait): Delete FAULTED_USE_SIGINFO comment.
4 * config/sparc/tm-sun4sol2.h (FAULTED_USE_SIGINFO): Delete macro.
5 * config/i386/tm-i386sol2.h (FAULTED_USE_SIGINFO): Delete macro.
6 * config/alpha/nm-osf2.h (FAULTED_USE_SIGINFO): Delete macro.
7
8 * mips-tdep.c (SIGFRAME_REG_SIZE): Delete macro.
9 (mips_find_saved_regs): Replace SIGFRAME_REG_SIZE with
10 mips_regsize.
11 (mips_dump_tdep): Do not print SIGFRAME_REG_SIZE.
12 * config/mips/tm-irix6.h (SIGFRAME_REG_SIZE): Delete macro.
13 * config/mips/tm-irix5.h: Update copyright.
14 (SIGFRAME_REG_SIZE): Delete macro.
15
16 * hppa-tdep.c (hppa_value_returned_from_stack): Delete function.
17 * config/pa/tm-hppa.h (hppa_value_returned_from_stack): Delete
18 declaration.
19 (DEPRECATED_VALUE_RETURNED_FROM_STACK): Delete macro.
20 * infcall.c (call_function_by_hand): Delete #ifdef
21 DEPRECATED_VALUE_RETURNED_FROM_STACK code.
22 * infcmd.c (print_return_value): Ditto.
23
24 * mips-tdep.c (skip_prologue_using_sal): New function.
25 (mips32_skip_prologue, mips16_skip_prologue): Use
26 skip_prologue_using_sal to get an upper bound on the search.
27
28 * config/powerpc/tm-linux.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete
29 #if 0'ed macro.
30 * infrun.c (step_into_function): Delete #ifdef
31 PROLOGUE_FIRSTLINE_OVERLAP code.
32 * symtab.c (find_function_start_sal): Ditto.
33
34 * remote-rdp.c: Update copyright.
35 (rdp_init): #if 0 references to "target_byte_order".
36
37 * mips-tdep.c (mips_o32_store_return_value): Delete function.
38 (mips_o32_return_value): Replace mips_o32_xfer_return_value.
39 (mips_o32_extract_return_value): Delete function.
40 (mips_n32n64_return_value): Replace mips_n32n64_xfer_return_value.
41 (mips_n32n64_extract_return_value): Delete function.
42 (mips_n32n64_store_return_value): Delete function.
43 (mips_gdbarch_init): For o32 and n32n64, set "return_value"
44 instead of "store_return_value", "extract_return_value", and
45 "use_struct_convention".
46 (mips_n32n64_use_struct_convention): Delete function.
47
48 2003-11-21 Kevin Buettner <kevinb@redhat.com>
49
50 * frv-tdep.c (frv_frame_this_id): Eliminate call to
51 inside_entry_func().
52
53 2003-11-20 Mark Kettenis <kettenis@gnu.org>
54
55 * i386-tdep.c (i386_extract_return_value,
56 i386_store_return_value): Add gdbarch argument. Use it instead of
57 determining it from REGCACHE. Remove recursive call for
58 structures with a single member.
59 (i386_use_struct_convention): Remove.
60 (i386_reg_struct_return_p): New function.
61 (i386_return_value): New function.
62 (i386_gdbarch_init): Set return_value, don't set
63 extract_return_value, store_return_value and
64 use_struct_convention.
65 * x86-64-tdep.c (x86_64_init_abi): Set return_value to NULL.
66
67 2003-11-20 Jim Blandy <jimb@redhat.com>
68
69 * osabi.c (_initialize_gdb_osabi): Don't return before registering
70 the 'set osabi' and 'show osabi' commands.
71
72 2003-11-19 Mark Kettenis <kettenis@gnu.org>
73
74 * frame.c (get_prev_frame): Use result from
75 get_frame_address_in_block instead of get_frame_pc as argument to
76 inside_main_func. Fixes PR backtrace/1435.
77
78 2003-11-19 Andrew Cagney <cagney@redhat.com>
79
80 * stack.c (return_command): Handle "void", "legacy" and "unknown
81 location" return values separatly.
82 * values.c (using_struct_return): Return 0 for a "void" return
83 type. Mention "register_value_being_returned".
84 (register_value_being_returned): Mention "using_struct_return".
85
86 2003-11-19 Daniel Jacobowitz <drow@mvista.com>
87
88 * dwarf2read.c (offreg, basereg, isderef, frame_base_reg)
89 (frame_base_offset): Delete.
90 (read_func_scope): Delete call to decode_locdesc.
91 (decode_locdesc): Update comments. Don't set the removed variables.
92 Complain for DW_OP_reg* not at the end. Remove DW_OP_breg* and
93 DW_OP_fbreg support.
94
95 2003-11-18 Daniel Jacobowitz <drow@mvista.com>
96
97 * dwarf2read.c (optimized_out, islocal): Remove.
98 (decode_locdesc): Update comments. Don't set optimized_out
99 or islocal.
100
101 2003-11-17 Jeff Johnston <jjohnstn@redhat.com>
102 David Mosberger <davidm@hpl.hp.com>
103
104 * ia64-tdep.c: Include elf.h.
105 [HAVE_LIBUNWIND_IA64_H]: Include libunwind-frame.h and
106 libunwind-ia64.h.
107 (ia64_rse_slot_num, ia64_rse_skip_regs): New for libunwind support.
108 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum): Ditto.
109 (ia64_is_fpreg, ia64_access_reg): Ditto.
110 (ia64_access_fpreg, ia64_access_mem): Ditto.
111 (get_kernel_table): Ditto.
112 (ia64_find_unwind_table): Ditto.
113 (ia64_find_proc_info_x, ia64_put_unwind_info): Ditto.
114 (ia64_get_dyn_info_list, ia64_libunwind_frame_this_id): Ditto.
115 (ia64_libunwind_frame_prev_register): Ditto.
116 (ia64_libunwind_frame_sniffer): Ditto.
117 (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Add libunwind frame
118 sniffer. Register libunwind functions needed by generic
119 libunwind frame code using libunwind_frame_set_descr().
120
121 2003-11-16 Daniel Jacobowitz <drow@mvista.com>
122
123 * breakpoint.c (re_enable_breakpoints_in_shlibs): Only re-enable a
124 bp_shlib_disabled breakpoint if there is a shared library mapped
125 at its expected address.
126
127 2003-11-16 Andrew Cagney <cagney@redhat.com>
128
129 * configure.tgt: Delete mips*tx39*-elf*.
130 * config/mips/tm-tx39.h: Delete file.
131 * config/mips/tx39.mt: Delete file.
132 * config/mips/tx39.mt: Delete file.
133
134 * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Declare.
135 * remote-mips.c (common_open): Instead of
136 "mips_read_register_type" and "mips_set_processor_type_command"
137 call "deprecated_mips_set_processor_regs_hack".
138 * config/mips/tm-mips.h (mips_read_processor_type): Delete
139 declaration.
140 (mips_set_processor_type_command): Delete declaration.
141 * mips-tdep.c (mips_gdbarch_init): Update comment.
142 (mips_dump_tdep): Do not print MIPS_REGISTER_NAMES.
143 (mips_set_processor_type): Delete function.
144 (NUM_MIPS_PROCESSOR_REGS): Define.
145 (mips_show_processor_type_command): Delete function.
146 (mips_set_processor_type_command): Delete function.
147 (tmp_mips_processor_type): Delete.
148 (mips_processor_type): Delete.
149 (mips_processor_type_table): Delete.
150 (mips_r3051_reg_names): Delete.
151 (mips_r3081_reg_names): Delete.
152 (mips_lsi33k_reg_names): Delete.
153 (mips_processor_reg_names): Delete.
154 (mips_read_processor_type): Delete function.
155 (deprecated_mips_set_processor_regs_hack): New function.
156 (struct gdbarch_tdep): Add member "mips_processor_reg_names".
157 (mips_register_name): Get the processor names from the tdep.
158 (mips_tx39_reg_names): New array.
159 (mips_generic_reg_names): Wire to a standard set of names.
160 (mips_gdbarch_init): Set "mips_processor_reg_names".
161 * config/mips/tm-irix5.h (MIPS_REGISTER_NAMES): Delete macro.
162 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Delete macro.
163 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Delete macro.
164
165 2003-11-16 Andrew Cagney <cagney@redhat.com>
166
167 * mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
168 (mips_fpa0_regnum, mips_regnum): New function.
169 (mips_gdbarch_init): Fill in the "regnum" fields.
170 * mips-tdep.h (struct mips_regnum): Define.
171 (mips_regnum): Declare.
172 * config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
173 (LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
174 (CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
175 (FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
176 * config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
177 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
178 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
179 * config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
180 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
181 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
182 * remote-mips.c: Include "mips-tdep.h". Update.
183 * mipsnbsd-tdep.c: Update.
184 * mipsv4-nat.c: Update.
185 * mips-tdep.c: Update.
186 * mips-nat.c: Update.
187 * mips-linux-tdep.c: Update.
188 * mips-linux-nat.c: Update.
189 * irix5-nat.c: Update.
190 * dve3900-rom.c: Include "mips-tdep.h". Update.
191 (ignore_packet): Supress GCC warning.
192 * config/mips/nm-riscos.h: Update.
193
194 2003-11-16 Andrew Cagney <cagney@redhat.com>
195
196 * mips-tdep.c: Replace DEPRECATED_REGISTER_RAW_SIZE with
197 register_size.
198 (mips_register_raw_size): Delete function.
199 (mips_register_type): Handle "mips64_transfers_32bit_regs_p".
200 (mips_gdbarch_init): Do not set "deprecated_register_raw_size".
201 Check and set "mips64_transfers_32bit_regs_p".
202 (struct gdbarch_tdep): Add "mips64_transfers_32bit_regs_p".
203 (mips_register_convertible): Check the architecture's
204 "mips64_transfers_32bit_regs_p".
205 (set_mips64_transfers_32bit_regs): New function.
206 (_initialize_mips_tdep): Use "add_setshow_cmd" when adding the
207 "set remote-mips64-transfers-32bit-regs" command. Specify
208 set_mips64_transfers_32bit_regs as the set function.
209 * Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
210
211 2003-11-16 Mark Kettenis <kettenis@gnu.org>
212
213 * i386-tdep.h (i386_supply_gregset): Provide prototype.
214 * i386-tdep.c (i386_supply_gregset): Make public.
215
216 2003-11-16 Andrew Cagney <cagney@redhat.com>
217
218 * mips-tdep.c (mips_register_byte): Delete function.
219 (mips_gdbarch_init): Do not set "deprecated_register_byte".
220 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Delete macro.
221 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Delete macro.
222 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Delete macro.
223
224 2003-11-16 Mark Kettenis <kettenis@gnu.org>
225
226 * i386-tdep.c (i386_extract_return_value): Don't use bfd_byte.
227
228 2003-11-16 Andrew Cagney <cagney@redhat.com>
229
230 * config/mips/linux64.mt: Delete file.
231 * config/mips/tm-linux64.h: Delete file.
232 * config/mips/tm-mips64.h: Delete file.
233 * config/mips/embed64.mt: Delete file.
234 * config/djgpp/fnchange.lst: Update.
235 * configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
236 mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
237 * config/mips/tm-irix6.h: Update copyright. Include
238 "mips/tm-mips.h" instead of "mips/tm-mips64.h".
239 * mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
240 "OP_LDGPR".
241
242 2003-11-15 Andrew Cagney <cagney@redhat.com>
243
244 * mips-tdep.c (mips_register_type): Simplify. Eliminate reference
245 to MIPS_REGISTER_TYPE. Make integer registers signed. Make IRIX
246 n32 registers 64 bit.
247 (mips_register_raw_size, mips_register_byte): For pseudo
248 registers, use the register's pseudo size and not the
249 corresponding raw register's size.
250 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Delete macro.
251 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Delete macro.
252 * config/mips/tm-irix6.h: Don't #undef MIPS_REGISTER_TYPE.
253 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Delete macro.
254
255 2003-11-15 Andrew Cagney <cagney@redhat.com>
256
257 * mips-tdep.c (struct gdbarch_tdep): Delete member
258 gdb_target_is_mips64.
259 (GDB_TARGET_IS_MIPS64): Delete macro.
260 (mips_gdbarch_init): Do not set tdep's gdb_target_is_mips64.
261 (mips_dump_tdep): Do not print GDB_TARGET_IS_MIPS64.
262 (mips_addr_bits_remove): Simplify.
263
264 * mips-tdep.c: Replace DEPRECATED_REGISTER_VIRTUAL_SIZE with
265 register_size.
266
267 Replace MIPS_REGSIZE with mips_regsize.
268 * mips-tdep.c (mips_regsize): New function.
269 * mips-tdep.h (mips_regsize): Declare.
270 * mipsnbsd-tdep.h (SIZEOF_STRUCT_FPREG): Update.
271 (SIZEOF_STRUCT_REG): Update.
272 * mipsnbsd-tdep.c (mipsnbsd_supply_reg): Update.
273 (mipsnbsd_fill_reg): Update.
274 (mipsnbsd_supply_fpreg): Update.
275 (mipsnbsd_fill_fpreg): Update.
276 (NBSD_MIPS_JB_ELEMENT_SIZE): Update.
277 * mips-tdep.c (mips_register_raw_size): Update.
278 (mips_register_type): Update.
279 (SIGFRAME_BASE): Update.
280 (SIGFRAME_PC_OFF): Update.
281 (SIGFRAME_REGSAVE_OFF): Update.
282 (SIGFRAME_FPREGSAVE_OFF): Update.
283 (SIGFRAME_REG_SIZE): Update.
284 (mips32_heuristic_proc_desc): Update.
285 (print_gp_register_row): Update.
286 (mips_dump_tdep): Do not print MIPS_REGSIZE.
287 * irix5-nat.c (supply_gregset): Update.
288 (fetch_core_registers): Update.
289 * config/mips/tm-mips64.h (MIPS_REGSIZE): Delete macro.
290 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Update.
291 * config/mips/tm-mips.h (MIPS_REGSIZE): Delete macro.
292 (MIPS_REGISTER_BYTE): Update.
293 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Update.
294
295 2003-11-15 Andrew Cagney <cagney@redhat.com>
296
297 * config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename
298 USE_REGISTER_NOT_ARG.
299 * stabsread.c (define_symbol): Update.
300
301 2003-11-15 Andrew Cagney <cagney@redhat.com>
302
303 * bcache.h (deprecated_bcache): Declare.
304 (bcache): Make returned buffer constant.
305 * bcache.c (deprecated_bcache): New function.
306 (bcache_data): New function.
307 (bcache): Call bcache data.
308 * symfile.c (add_psymbol_to_list): Use deprecated_bcache.
309 (add_psymbol_with_dem_name_to_list): Ditto.
310
311 2003-11-15 Mark Kettenis <kettenis@gnu.org>
312
313 * glibc-tdep.h (struct gdbarch): Declare opaque.
314 (glibc_skip_solib_resolver): Adjust prototype.
315 * glibc-tdep.c (glibc_skip_solib_resolver): Adjust.
316 * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Remove.
317 (arm_linux_init_abi): Set skip_solib_resolver.
318 * i386-linux-tdep.c (i386_linux_skip_solib_resolver): Remove.
319 (i386_linux_init_abi): Set skip_solib_resolver.
320 * config/arm/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
321 (arm_linux_skip_solib_resolver): Remove prototype.
322 * config/i386/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
323 (i386_linux_skip_solib_resolver): Remove prototype.
324
325 2003-11-14 Mark Kettenis <kettenis@gnu.org>
326
327 * gdbarch.sh (skip_solib_resolver): Change into a multi-arch
328 function.
329 * gdbarch.c, gdbarch.h: Regenerate.
330 * infrun.c (handle_inferior_event): Call
331 gdbarch_skip_solib_resolver instead of SKIP_SOLIB_RESOLVER.
332 * arch-utils.c (generic_in_solib_call_trampoline): Adjust function
333 definition.
334 * arch-utils.h (generic_in_solib_call_trampoline): Adjust function
335 prototype.
336
337 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
338
339 * libunwind-frame.c: New file.
340 * libunwind-frame.h: New file.
341 * acconfig.h (HAVE_LIBUNWIND): #undef reference added.
342 * configure.in: Add --with-libunwind option support. Define
343 HAVE_LIBUNWIND if libunwind support selected / defaulted.
344 Also check for libunwind.h and libunwind-ia64.h headers.
345 * configure: Regenerated.
346 * Makefile.in: Add support for libunwind-frame.o.
347 * config.in: Regenerated.
348
349 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
350
351 * config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to
352 set up the ia64 linux native target method for getting the kernel
353 unwind table.
354 * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function.
355 * inftarg.c (child_xfer_partial): Enable section of code to
356 handle TARGET_OBJECT_UNWIND_TABLE.
357 * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro.
358
359 2003-11-14 Ian Lance Taylor <ian@wasabisystems.com>
360
361 * config/arm/nbsd.mt (TM_FILE): Define.
362 * config/arm/tm-nbsd.h: New file.
363
364 2003-11-14 Andrew Cagney <cagney@redhat.com>
365
366 * Makefile.in (ppc-sysv-tdep.o): Update dependencies.
367 * ppc-sysv-tdep.c: Include "objfiles.h".
368 (ppc64_sysv_abi_push_dummy_call): Provide the
369 the FN's objfile when looking for the descriptor.
370
371 * ppc-linux-tdep.c (ppc_linux_init_abi): Set PPC64's
372 "name_of_malloc" to ".malloc".
373
374 2003-11-13 Mark Kettenis <kettenis@gnu.org>
375
376 * config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
377
378 2003-11-13 David Carlton <carlton@kealia.com>
379
380 * cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
381
382 2003-11-13 Andrew Cagney <cagney@redhat.com>
383
384 * arch-utils.h (selected_architecture_name): Declare.
385 (selected_byte_order): Declare.
386 * arch-utils.c (selected_byte_order): New function.
387 (selected_architecture_name): New function.
388 (target_architecture_auto): Make static.
389 (set_architecture_string): Make static.
390 (target_byte_order): Make static.
391 (target_byte_order_auto): Make static.
392 * gdbarch.sh (TARGET_BYTE_ORDER, TARGET_ARCHITECTURE): Delete
393 non-multi-arch definition.
394 (TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_AUTO): Delete.
395 (target_byte_order, target_architecture): Delete declaration.
396 (target_byte_order_auto, target_architecture_auto): Ditto.
397 * gdbarch.h: Re-generate.
398 * remote-sim.c (gdbsim_open): Use "selected_architecture_name" and
399 "selected_byte_order".
400
401 2003-11-13 Andrew Cagney <cagney@redhat.com>
402
403 * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order.
404
405 2003-11-13 Jim Blandy <jimb@redhat.com>
406
407 * cp-namespace.c: Doc fix.
408
409 2003-11-12 Michael Snyder <msnyder@redhat.com>
410
411 * sh64_tdep.c: Regularize some names.
412 (sh_sh64_register_name): Rename to sh64_register_name.
413 (sh_sh64_breakpoint_from_pc): Rename to sh64_breakpoint_from_pc.
414 (sh_sh64_register_byte): Rename to sh64_register_byte.
415 (sh_sh64_build_float_register_type):
416 Rename to sh64_build_float_register_type.
417 (sh_sh64_register_convert_to_virtual):
418 Rename to sh64_register_convert_to_virtual.
419 (sh_sh64_register_convert_to_raw):
420 Rename to sh64_register_convert_to_raw.
421
422 * sh64-tdep.c (translate_insn_rn, is_media_pseudo,
423 sh64_media_reg_base_num, sh64_compact_reg_base_num,
424 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
425 sh64_extract_return_value, sh64_show_media_regs,
426 sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type,
427 sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
428 sh64_pseudo_register_read, sh64_pseudo_register_write,
429 sh64_do_pseudo_register, sh_compact_print_registers_info):
430 Delete unused variable 'tdep'.
431
432 * sh64-tdep.c: Coding standard and spelling comment fixes.
433 (sh64_extract_return_value): Replace deprecated_store_floating
434 with store_typed_floating.
435 (sh_sh64_register_convert_to_raw): Replace
436 deprecated_store_floating with store_typed_floating.
437 (sh_sh64_register_virtual_type): Convert to sh64_register_type.
438 (sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
439 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
440 sh64_extract_struct_value_address, sh64_pop_frame,
441 sh64_extract_return_value, sh64_store_return_value,
442 sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read,
443 sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
444 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
445 Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
446 (sh64_gdbarch_init): Don't set deprecated_register_bytes,
447 deprecated_register_virtual_type, deprecated_register_raw_size,
448 deprecated_max_register_raw_size, or
449 deprecated_max_register_virtual_size. Instead, just set
450 gdbarch_register_type.
451 (sh_sh64_register_raw_size): Delete.
452 (sh_sh64_register_virtual_size): Delete.
453
454 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
455
456 * dwarf2read.c (struct dwarf2_cu): New type.
457
458 (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
459 dwarf2_cu structure to pass down.
460
461 (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
462 (add_partial_enumeration, locate_pdi_sibling, process_die)
463 (read_file_scope, read_func_scope)
464 (read_lexical_block_scope, dwarf2_get_pc_bounds)
465 (dwarf2_add_field, dwarf2_attach_fields_to_type)
466 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
467 (read_structure_scope, read_enumeration, read_array_type)
468 (read_common_block, read_namespace, read_tag_pointer_type)
469 (read_tag_ptr_to_member_type, read_tag_reference_type)
470 (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
471 (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
472 (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
473 (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
474 (read_full_die. read_attribute_value, read_attribute)
475 (read_address, dwarf_decode_line_header, dwarf_decode_lines)
476 (var_decode_location, new_symbol, dwarf2_const_value, die_type)
477 (die_containing_type, type_at_offset, tag_type_to_type)
478 (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
479 (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
480
481 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
482
483 PR breakpoints/1450
484 * breakpoint.c (insert_bp_location): Fix a logic error by returning
485 0 after a catchpoint fails.
486
487 2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
488
489 * mips-tdep.c (msymbol_size): Delete.
490
491 2003-11-07 Michael Chastain <mec@shout.net>
492
493 * symtab.h (struct minimal_symbol): Add size.
494 * dbxread.c: Use it.
495 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
496 Rename to record_minimal_symbol.
497 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
498 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
499 (install_minimal_symbols): Ditto.
500 * objfiles.c (terminate_minimal_symbol_table): Ditto.
501 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
502 * m68hc11-tdep.c: Ditto.
503 * mips-tdep.c: Ditto.
504 * sh64-tdep.c: Ditto.
505
506 2003-11-10 Michael Chastain <mec.gnu@mindspring.com>
507
508 * MAINTAINERS: Change my e-mail address.
509
510 2003-11-10 Andrew Cagney <cagney@redhat.com>
511
512 * gdbarch.sh (return_value): Replace "inval" and "outval" with
513 "readbuf" and "writebuf".
514 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
515 * d10v-tdep.c (d10v_return_value): Ditto.
516 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
517 (ppc_sysv_abi_broken_return_value): Ditto.
518 (ppc64_sysv_abi_return_value): Ditto.
519 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
520 (ppc_sysv_abi_return_value): Ditto.
521 (ppc_sysv_abi_broken_return_value): Ditto.
522 (ppc64_sysv_abi_return_value): Ditto.
523 * values.c (register_value_being_returned): Update call.
524 * stack.c (return_command): Update call.
525 * gdbarch.h, gdbarch.c: Re-generate.
526
527 * target.h (struct target_ops): Order xfer buffer parameters "read
528 write" not "write read".
529 * bfd-target.c (target_bfd_xfer_partial): Update.
530 * remote.c (remote_xfer_partial): Update.
531 * inftarg.c (child_xfer_partial): Update.
532 * target.c (default_xfer_partial): Update.
533 (target_read_partial, target_write_partial): Update.
534 (debug_to_xfer_partial): Update.
535
536 * arch-utils.h, arch-utils.c: Fix typo in comment.
537
538 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
539 (gdbarch_from_bfd): Call gdbarch_find_by_info.
540 (set_gdbarch_from_file): Call
541 "deprecated_current_gdbarch_select_hack".
542
543 2003-11-09 Andrew Cagney <cagney@redhat.com>
544
545 * arch-utils.c (gdbarch_update_p): New function.
546 * gdbarch.sh (gdbarch_update_p): Delete function.
547 (find_arch_by_info, gdbarch_find_by_info): New functions.
548 (deprecated_current_gdbarch_select_hack): New function.
549 * gdbarch.c: Re-generate.
550
551 * gdbarch.sh (clear_gdbarch_swap): Delete function.
552 (swapout_gdbarch_swap): Delete function.
553 (swapin_gdbarch_swap): Delete function.
554 (init_gdbarch_swap): Delete function.
555 (initialize_non_multiarch): Delete function.
556 (current_gdbarch_swap_in_hack): New function.
557 (current_gdbarch_swap_out_hack): New function.
558 (current_gdbarch_swap_init_hack): New function.
559 * gdbarch.c: Re-generate.
560
561 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
562 parameter to "current_gdbarch". Add comment explaining why.
563 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
564 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
565 * gdbarch.c: Re-generate.
566
567 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
568 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
569 * config/s390/xm-linux.h: Delete file.
570 * config/m88k/xm-delta88v4.h: Delete stray.
571
572 * Makefile.in (arch-utils.o): Update dependencies.
573 * arch-utils.c: Include "osabi.h".
574 (gdbarch_info_fill): New function.
575 * arch-utils.h (gdbarch_info_fill): Declare.
576 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
577 * gdbarch.c: Re-generate.
578
579 2003-11-09 Mark Kettenis <kettenis@gnu.org>
580 David S. Miller <davem@redhat.com>
581
582 * glibc-tdep.c, glibc-tdep.h: New files.
583 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
584 * config/i386/linux.mt (TDEPFILES): Likewise.
585 * i386-linux-tdep.c (glibc-tdep.h): Include.
586 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
587 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
588 * arm-linux-tdep.c (glibc-tdep.h): Include.
589 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
590 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
591 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
592 (glibc_tdep_h): Define.
593 (glibc-tdep.o): Add dependencies.
594 (arm-linux-tdep.o): Update dependencies.
595 (i386-linux-tdep.o): Likewise.
596
597 2003-11-09 Andrew Cagney <cagney@redhat.com>
598
599 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
600 * config/mips/nm-irix6.h: Delete file.
601 * config/mips/nm-linux.h: Update copyright.
602 (MIPS_GNULINUX_TARGET): Delete macro.
603 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
604 * config/mips/xm-irix6.h: Delete file.
605 * config/mips/linux.mh (XM_FILE): Delete definition.
606 * config/mips/xm-linux.h: Delete file.
607
608 2003-11-09 Andrew Cagney <cagney@redhat.com>
609
610 * d10v-tdep.c (d10v_return_value): New function.
611 (d10v_use_struct_convention): Delete function.
612 (d10v_store_return_value): Delete function.
613 (d10v_extract_struct_value_address): Delete function.
614 (d10v_gdbarch_init): Set "return_value" instead of
615 "extract_return_value", "store_return_value",
616 "extract_struct_value_address", and "use_struct_convention".
617 (RET1_REGNUM): Delete const.
618
619 2003-11-09 Mark Kettenis <kettenis@gnu.org>
620
621 From David S. Miller <davem@redhat.com>:
622 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
623 * gdbarch.c, gdbarch.h: Regenerated.
624 * arch-utils.c (generic_skip_solib_resolver): New function.
625 * arch-utils.h (generic_skip_solib_resolver): New prototype.
626 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
627
628 2003-11-07 Andrew Cagney <cagney@redhat.com>
629
630 * top.c (print_gdb_version): Replace STREQ with strcmp.
631 * valops.c (value_struct_elt_for_reference): Ditto.
632 (value_struct_elt_for_reference): Ditto.
633 * symtab.c (gdb_mangle_name): Ditto.
634 (find_line_symtab): Ditto.
635 * symmisc.c (maintenance_print_symbols): Ditto.
636 * symfile.c (symbol_file_command): Ditto.
637 * stabsread.c (define_symbol, read_type): Ditto.
638 (cleanup_undefined_types, scan_file_globals): Ditto.
639 * solib.c (solib_map_sections): Ditto.
640 * solib-svr4.c (bfd_lookup_symbol): Ditto.
641 * rs6000-tdep.c (skip_prologue): Ditto.
642 * p-valprint.c (pascal_value_print): Ditto.
643 (pascal_object_is_vtbl_ptr_type): Ditto.
644 * objfiles.c (in_plt_section): Ditto.
645 * minsyms.c (lookup_minimal_symbol): Ditto.
646 (compact_minimal_symbols): Ditto.
647 (find_solib_trampoline_target): Ditto.
648 * mdebugread.c (parse_type): Ditto.
649 * language.c (set_language_command): Ditto.
650 (set_type_command, set_range_command): Ditto.
651 * f-lang.c (add_common_block): Ditto.
652 (add_common_block): Ditto.
653 (find_first_common_named): Ditto.
654 (patch_all_commons_by_name): Ditto.
655 * elfread.c (elf_locate_sections): Ditto.
656 (elf_locate_sections): Ditto.
657 (elfstab_offset_sections): Ditto.
658 * dwarf2read.c (dwarf2_locate_sections): Ditto.
659 * dbxread.c (add_old_header_file): Ditto.
660 (find_corresponding_bincl_psymtab): Ditto.
661 (read_dbx_symtab, process_one_symbol): Ditto.
662 * coffread.c (patch_opaque_types): Ditto.
663 * cli/cli-decode.c (delete_cmd): Ditto.
664 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
665 * c-typeprint.c (c_type_print_base): Ditto.
666 * breakpoint.c (bpstat_stop_status): Ditto.
667 (clear_command, breakpoint_re_set_one): Ditto.
668
669 2003-11-07 Andrew Cagney <cagney@redhat.com>
670
671 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
672 * bcache.c (struct bstring): Make "length" an unsigned short, add
673 "half_hash".
674 (struct bcache): Add "half_hash_error_count".
675 (bcache): Compute and save the "half_hash". Compare the
676 "half_hash" before comparing the length. Update
677 half_hash_error_count.
678
679 2003-11-07 Andrew Cagney <cagney@redhat.com>
680
681 * inftarg.c (child_xfer_partial): New function
682 (init_child_ops): Set "to_xfer_partial".
683
684 2003-11-07 Andrew Cagney <cagney@redhat.com>
685
686 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
687 set "return_value" instead of "use_struct_convention".
688 (ppc_linux_use_struct_convention): Delete function.
689 (ppc_linux_return_value): New function.
690 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
691 (ppc_sysv_abi_broken_return_value): New function.
692 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
693 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
694 static.
695 (ppc_sysv_abi_extract_return_value): Delete function.
696 (ppc_sysv_abi_broken_extract_return_value): Delete function.
697 (ppc_sysv_abi_store_return_value): Delete function.
698 (ppc_sysv_abi_broken_store_return_value): Delete function.
699 (ppc_sysv_abi_use_struct_convention): Delete function.
700 (ppc64_sysv_abi_use_struct_convention): Delete function.
701 (ppc64_sysv_abi_extract_return_value): Delete function.
702 (ppc64_sysv_abi_store_return_value): Delete function.
703 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
704 (ppcnbsd_init_abi): Set "return_value", instead of
705 "use_struct_convention", "extract_return_value", and
706 "store_return_value".
707 (ppcnbsd_use_struct_convention): Delete function.
708 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
709 (ppc_sysv_abi_return_value): Declare.
710 (ppc_sysv_abi_broken_return_value): Declare.
711 (ppc_sysv_abi_use_struct_convention): Delete.
712 (ppc_sysv_abi_store_return_value): Delete.
713 (ppc_sysv_abi_extract_return_value): Delete.
714 (ppc_sysv_abi_broken_store_return_value): Delete.
715 (ppc_sysv_abi_broken_extract_return_value): Delete.
716 (ppc64_sysv_abi_use_struct_convention): Delete.
717 (ppc64_sysv_abi_extract_return_value): Delete.
718 (ppc64_sysv_abi_store_return_value): Delete.
719 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
720 set "return_value" instead of "extract_return_value",
721 "store_return_value", and "use_struct_convention".
722
723 2003-11-07 Mark Kettenis <kettenis@gnu.org>
724
725 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
726
727 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
728 fscanf.
729
730 2003-11-07 Mark Kettenis <kettenis@gnu.org>
731
732 * fbsd-proc.c: Fix formatting.
733
734 2003-11-06 Kevin Buettner <kevinb@redhat.com>
735
736 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
737 Define.
738 (new_variant): Set name for iacc0_regnum.
739 (frv_register_name): Accommodate pseudo-registers.
740 (frv_register_type): Add case for iacc0_regnum.
741 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
742 (frv_gdbarch_init): Set number of pseudo registers. Establish
743 pseudo-register read/write methods.
744
745 2003-11-06 Andrew Cagney <cagney@redhat.com>
746
747 * valops.c (destructor_name_p): Replace STREQN with strncmp.
748 * top.c (command_line_input): Ditto.
749 * objc-exp.y (yylex): Ditto.
750 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
751 * jv-exp.y (yylex): Ditto.
752 * f-exp.y (yylex): Ditto.
753 * event-top.c (command_line_handler): Ditto.
754 * environ.c (get_in_environ): Ditto.
755 (set_in_environ): Ditto.
756 * dwarfread.c (handle_producer): Ditto.
757 * dbxread.c (process_one_symbol): Ditto.
758 * c-typeprint.c (c_type_print_base): Ditto.
759 * c-exp.y (yylex): Ditto.
760
761 2003-11-06 Andrew Cagney <cagney@redhat.com>
762 Jeff Johnston <jjohnstn@redhat.com>
763
764 * target.c (add_target): Only set "to_xfer_partial" when NULL.
765 (init_dummy_target): Set "to_xfer_partial".
766
767 2003-11-06 Andrew Cagney <cagney@redhat.com>
768
769 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
770 REGISTER_CONVENTION.
771
772 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
773
774 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
775 static.
776
777 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
778
779 * breakpoint.c (remove_breakpoint): Take an bp_location
780 instead of a breakpoint argument. Check the bp_location's type.
781 Fix a reversed condition for hardware breakpoints.
782
783 (insert_bp_location): Update call to remove_breakpoint.
784 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
785 (remove_hw_watchpoints): Likewise.
786 (reattach_breakpoints): Likewise.
787 (detach_breakpoints): Likewise.
788 (delete_breakpoint): Likewise.
789
790 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
791
792 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
793 (beakpoint_init_inferior): Likewise.
794 (breakpoint_here_p): Likewise. Only check addresses for software
795 or hardware breakpoints.
796 (breakpoint_inserted_here_p): Likewise.
797 (breakpoint_thread_match): Likewise. Correct comment.
798 (bpstat_have_active_hw_watchpoints): Likewise.
799 (check_duplicates): Likewise.
800
801 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
802
803 * breakpoints.c (insert_bp_location): New function, broken out
804 from insert_breakpoints. Work on an bp_location instead of a
805 breakpoint.
806 (insert_breakpoints): Use it.
807
808 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
809
810 * breakpoint.h (struct bp_location): Add section.
811 (struct breakpoint): Remove section.
812 * breakpoint.c (insert_breakpoints, remove_breakpoint)
813 (breakpoint_here_p, breakpoint_inserted_here_p)
814 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
815 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
816 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
817 section through loc.
818
819 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
820
821 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
822 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
823
824 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
825
826 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
827 arguments. Initialize owner and type for the new breakpoint
828 location item.
829 (set_raw_breakpoint): Update call to allocate_bp_location.
830
831 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
832
833 * breakpoint.h (struct bp_location): Add a chain pointer.
834 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
835 macros.
836 (bp_location_chain): New variable.
837 (allocate_bp_location): New function.
838 (set_raw_breakpoint): Use it.
839 (delete_breakpoint): Remove ->loc from the bp_location_chain.
840
841 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
842
843 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
844 (struct breakpoint): Remove address, shadow_contents, inserted,
845 requested_address, and duplicate. Add a struct bp_location.
846 * breakpoint.c (condition_command, read_memory_nobpt)
847 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
848 (reattach_breakpoints, update_breakpoints_after_exec)
849 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
850 (breakpoint_init_inferior, breakpoint_here_p)
851 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
852 (breakpoint_thread_match, bpstat_stop_status)
853 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
854 (describe_other_breakpoints, check_duplicates)
855 (make_breakpoint_permanent, create_thread_event_breakpoint)
856 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
857 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
858 (watch_command_1, print_one_exception_catchpoint)
859 (clear_command, breakpoint_re_set_one): Adjust member accesses to
860 use the breakpoint's ->loc.
861 (set_raw_breakpoint): Likewise. Initialize ->loc.
862 (delete_breakpoint): Likewise. Free ->loc.
863
864 2003-11-05 Andrew Cagney <cagney@redhat.com>
865
866 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
867 macro.
868 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
869 * config/i386/tm-cygwin.h
870 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
871 * config/powerpc/tm-linux.h
872 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
873 (at_subroutine_call_instruction_target): Delete declaration.
874 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
875 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
876 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
877
878 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
879 "struct bfd_section" and "struct bfd".
880 * target.h (struct section_table): Ditto.
881 * rs6000-nat.c (xcoff_relocate_core): Ditto.
882 * solib-svr4.c (elf_locate_base): Ditto.
883 * pa64solib.c (dld_cache_t): Ditto.
884 * objfiles.h (struct obj_section): Ditto.
885 * objfiles.c (add_to_objfile_sections): Ditto.
886 * exec.c (bfdsec_to_vmap): Ditto.
887 (add_to_section_table): Ditto.
888 (build_section_table): Ditto.
889 * corelow.c (get_core_register_section): Ditto.
890 * coffread.c (find_linenos): Ditto.
891 * elfread.c (elf_interpreter): Delete #if0'd function.
892
893 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
894 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
895 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
896 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
897
898 * arch-utils.h (generic_cannot_extract_struct_value_address):
899 Delete declaration.
900 * wince.c (_initialize_wince): Fix multi-line string.
901 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
902
903 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
904
905 * top.c (execute_command): Fix broken logic for command execution
906 while inferior is running in async mode.
907
908 2003-11-06 Mark Kettenis <kettenis@gnu.org>
909
910 * dwarf2-frame.c (execute_cfa_program): Mark register as
911 REG_SAVED_REG for DW_CFA_register opcode.
912
913 2003-11-05 Mark Kettenis <kettenis@gnu.org>
914
915 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
916 %rsp, %rip and %eflags to match ABI-change.
917
918 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
919
920 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
921 (ia64_gdbarch_init): Don't bother calculating the os.
922 Instead use the gdbarch_info struct and look at the osabi field.
923 Also use gdbarch_list_lookup_by_info() to look for a
924 candidate gdbarch.
925
926 2003-11-05 Kevin Buettner <kevinb@redhat.com>
927
928 * frv-tdep.c (frv_register_byte): Delete.
929 (frv_extract_return_value, frv_store_return_value)
930 (frv_extract_struct_value_address): Don't call frv_register_byte().
931 Convert to non-deprecated form.
932 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
933 Convert calls to set_gdbarch_deprecated_extract_return_value(),
934 set_gdbarch_deprecated_store_return_value(), and
935 set_gdbarch_deprecated_extract_struct_value_address() into
936 non-deprecated forms.
937
938 2003-11-05 Andrew Cagney <cagney@redhat.com>
939
940 * mips-tdep.c (mips_dump_tdep): Do not print
941 PRINT_EXTRA_FRAME_INFO.
942 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
943 Rename PRINT_EXTRA_FRAME_INFO.
944 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
945 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
946 (mips_print_extra_frame_info): Delete declaration.
947 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
948
949 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
950
951 * coffread.c (coff_symtab_read): Remove passing of info parameter
952 to prim_record_minimal_symbol_and_info.
953
954 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
955
956 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
957 (decode_base_type): Delete ifdeffed out code.
958
959 2003-11-04 Andrew Cagney <cagney@redhat.com>
960
961 * symtab.c (find_active_alias): Delete function.
962 (lookup_block_symbol): Delete alias code.
963 * stabsread.c (resolve_live_range): Delete function.
964 (add_live_range): Delete function.
965 (resolve_symbol_reference): Delete function.
966 (define_symbol): Delete live range and alias code.
967 (scan_file_globals): Delete alias code.
968 * symtab.h (SYMBOL_RANGES): Delete macro.
969 (struct range_list): Delete structure.
970 (struct symbol): Delete field "ranges".
971 (SYMBOL_ALIASES): Delete macro.
972 (struct alias_list): Delete structure.
973 (struct symbol): Delete field "aliases".
974
975 2003-11-04 Michael Snyder <msnyder@redhat.com>
976
977 * MAINTAINERS: Remove myself as owner of breakpoints and
978 of sparc/solaris.
979
980 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
981
982 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
983 (sh_sh4al_dsp_register_name): Ditto.
984 (sh4_nofpu_show_regs): Ditto.
985 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
986 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
987
988 2003-11-03 Andrew Cagney <cagney@redhat.com>
989
990 * bcache.c: Include "gdb_assert.h".
991 (struct bcache): Add fields "expand_count" and
992 "expand_hash_count".
993 (expand_hash_table): Update the expand counts.
994 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
995 on object sizes and hashes.
996 * Makefile.in (bcache.o): Update dependencies.
997
998 2003-11-03 Andrew Cagney <cagney@redhat.com>
999
1000 * exec.c (xfer_memory): Eliminate xfer_fn.
1001
1002 2003-10-31 Kevin Buettner <kevinb@redhat.com>
1003
1004 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
1005 (opcodes/frv-desc.h): Include.
1006 (iacc0h_regnum, iacc0l_regnum): Define.
1007 (last_spr_regnum, frv_num_regs): Update.
1008 (new_variant): Don't supply default names for holes in the SPRs.
1009 Supply names for iacc0h_regnum and iacc0l_regnum.
1010 (frv_register_type): Use symbolic constants first_fpr_regnum and
1011 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
1012 builtin_type_int instead of builtin_type_int32.
1013 (frv_register_sim_regno): New function.
1014 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
1015 * Makefile.in (gdb_sim_frv_h): Define.
1016 (frv-tdep.o): Update dependencies.
1017
1018 2003-10-31 Andrew Cagney <cagney@redhat.com>
1019
1020 * avr-tdep.c (avr_frame_this_id): Do not call
1021 deprecated_inside_entry_file.
1022 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
1023 * m32r-tdep.c (m32r_frame_this_id): Ditto.
1024 * d10v-tdep.c (d10v_frame_this_id): Ditto.
1025 * arm-tdep.c (arm_prologue_this_id): Ditto.
1026 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
1027
1028 2003-10-31 Jim Blandy <jimb@redhat.com>
1029
1030 * elfread.c (elf_symtab_read): Allocate correct number of tail
1031 elements to sectinfo structure. (Fix from Woody LaRue.)
1032
1033 2003-10-31 Andrew Cagney <cagney@redhat.com>
1034
1035 * stack.c (return_command): Use get_frame_type, instead of
1036 CALL_DUMMY_HAS_COMPLETED.
1037 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
1038 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
1039
1040 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1041
1042 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
1043 explicitly specify size of array.
1044 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
1045 TDEP->sc_num_regs.
1046
1047 2003-10-31 Andrew Cagney <cagney@redhat.com>
1048
1049 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
1050 function.
1051 (s390_gdbarch_init): Set extract_struct_value_address.
1052 * arch-utils.c (generic_cannot_extract_struct_value_address):
1053 Delete function.
1054 * arch-utils.h (generic_cannot_extract_struct_value_address):
1055 Delete definition.
1056
1057 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1058
1059 * i386-linux-nat.c (fetch_core_registers): Remove.
1060 (linux_elf_core_fns): Remove.
1061 (_initialize_i386_linux_nat): Remove.
1062
1063 2003-10-31 Andrew Cagney <cagney@redhat.com>
1064
1065 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
1066 "exec.h".
1067 (exec_entry_point): New function.
1068 (enable_break): Create a "tmp_bfd_target", use that and
1069 entry_point_address when computing the relocation offset.
1070 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
1071 * Makefile.in (solib-svr4.o): Update dependencies.
1072
1073 2003-10-31 Andrew Cagney <cagney@redhat.com>
1074
1075 * defs.h (XZALLOC): Define.
1076 * target.h (struct target_ops): Add "to_data";
1077 * bfd-target.h, bfd-target.c: New files.
1078 * Makefile.in (SFILES): Add "bfd-target.c".
1079 (COMMON_OBS): Add "bfd-target.o".
1080 (bfd-target.o): Specify dependencies.
1081 (bfd_target_h): Define.
1082 * defs.h (XZALLOC): Define.
1083
1084 2003-10-31 Andrew Cagney <cagney@redhat.com>
1085
1086 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
1087 adjust_breakpoint_address.
1088 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
1089 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
1090 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
1091 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
1092
1093 2003-10-31 Andrew Cagney <cagney@redhat.com>
1094
1095 * target.h (struct target_ops): Replace "to_read_partial" and
1096 "to_write_partial" with "to_xfer_partial". Update comments.
1097 * target.c (debug_to_write_partial): Delete function.
1098 (debug_to_xfer_partial): Replace debug_to_read_partial.
1099 (add_target, update_current_target, setup_target_debug): Set
1100 "to_xfer_partial" instead of "to_read_partial" and
1101 "to_write_partial".
1102 (default_xfer_partial): Replace "default_write_partial".
1103 (default_read_partial): Delete.
1104 (target_read_partial, target_write_partial): Call
1105 "to_xfer_partial".
1106 * remote.c (init_remote_ops): Set "to_xfer_partial".
1107 (init_remote_async_ops): Ditto.
1108 (remote_xfer_partial): Replace "remote_read_partial".
1109
1110 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1111
1112 * i386-tdep.c (i386_supply_fpregset): Support floating-point
1113 registers in `fxsave' format.
1114 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
1115
1116 2003-10-30 Mark Kettenis <kettenis@gnu.org>
1117
1118 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
1119 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
1120 TDEP->gregset_num_regs and tdep->sizeof_gregset.
1121
1122 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
1123 specify size of array.
1124 (i386_linux_init_abi): Remove initialization of
1125 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
1126 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
1127
1128 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
1129 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
1130 core-regset.o.
1131
1132 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
1133 the ELF header.
1134
1135 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1136
1137 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
1138 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
1139 core-regset.o.
1140
1141 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
1142
1143 * corelow.c: Include "arch-utils.h", "regset.h" and
1144 "gdb_assert.h".
1145 (core_gdbarch): New variable.
1146 (sniff_core_bfd): Don't sniff if we have support for register sets
1147 in CORE_GDBARCH.
1148 (core_close): Reset CORE_GDBARCH.
1149 (core_open): Initialize CORE_GDBARCH.
1150 (get_core_register_section): Use register sets if they are
1151 supported by CORE_GDBARCH.
1152 (get_core_registers): Don't print error message if we have support
1153 for register sets in CORE_GDBARCH.
1154
1155 2003-10-29 Andrew Cagney <cagney@redhat.com>
1156
1157 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
1158 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
1159
1160 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1161
1162 * objfiles.h (clear_objfile_data): New prototype.
1163 * objfiles.c (clear_objfile_data): New function.
1164 * symfile.c (reread_symbols): Clear per-objfile data.
1165
1166 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
1167
1168 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
1169 printf_unfiltered instead of printf_filtered for output messages.
1170 (add_symbol_file_command): Ditto.
1171 (reread_symbols): Ditto.
1172 (overlay_auto_command): Ditto.
1173 (overlay_manual_command): Ditto.
1174 (overlay_off_command): Ditto.
1175
1176 2003-10-27 Mark Kettenis <kettenis@gnu.org>
1177
1178 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
1179 (gdbarch_from_bfd): New function.
1180 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
1181 deprecated_select_gdbarch_hack.
1182 * arch-utils.h (gdbarch_from_bfd): New prototype.
1183
1184 2003-10-27 Andrew Cagney <cagney@redhat.com>
1185
1186 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
1187 arch_info. Use warning instead of fprintf_filtered. Do not use
1188 deprecated bfd_printable_arch_mach.
1189
1190 2003-10-26 Kevin Buettner <kevinb@redhat.com>
1191
1192 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
1193 Delete.
1194 (frv_register_type): Rename from frv_register_virtual_type. Add
1195 ``struct gdbarch *'' parameter.
1196 (frv_gdbarch_init): Delete calls to the following functions:
1197 set_gdbarch_deprecated_size(),
1198 set_gdbarch_deprecated_register_bytes(),
1199 set_gdbarch_deprecated_register_raw_size(),
1200 set_gdbarch_deprecated_max_register_raw_size(),
1201 set_gdbarch_deprecated_register_virtual_size(),
1202 set_gdbarch_deprecated_max_register_virtual_size(),
1203 set_gdbarch_deprecated_register_virtual_size(),
1204 set_gdbarch_deprecated_register_virtual_type().
1205 Add call to function set_gdbarch_register_type().
1206
1207 2003-10-26 Mark Kettenis <kettenis@gnu.org>
1208
1209 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
1210 FDOFF_REGNUM): Remove defines.
1211 * win32-nat.c (do_child_fetch_inferior_registers): Include
1212 "i387-tdep.h".
1213 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
1214 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
1215 undefine I387_ST0_REGNUM.
1216
1217 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
1218 * x86-64-tdep.c (x86_64_store_return_value): Use
1219 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
1220
1221 Change register numbers to enumartion values.
1222 * i386-tdep.h (enum i386_regnum): New.
1223 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1224 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
1225 I386_ST0_REGNUM): Remove defines.
1226 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1227 I386_EDI_REGNUM): Remove defines.
1228
1229 2003-10-24 Andrew Cagney <cagney@redhat.com>
1230
1231 * target.c: Include "gdbcore.h".
1232 (get_target_memory, get_target_memory_unsigned): New functions.
1233 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
1234 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
1235 Use get_target_memory_unsigned.
1236 * Makefile.in (target.o): Update dependencies.
1237
1238 2003-10-24 Andrew Cagney <cagney@redhat.com>
1239
1240 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
1241 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
1242 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
1243 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
1244 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
1245
1246 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
1247 (can_run_code_for): Use the OO term "singleton".
1248
1249 2003-10-23 Andrew Cagney <cagney@redhat.com>
1250
1251 * Makefile.in (stack.o): Add $(regcache_h).
1252 * stack.c: Include "regcache.h"
1253 (return_command): Rewrite. Use get_frame_id and
1254 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
1255 about unhandled return-values.
1256 * value.h (set_return_value): Delete declaration.
1257 * values.c (set_return_value): Delete function.
1258
1259 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
1260
1261 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
1262 (pseudo_regs): Add comment regarding register stack registers.
1263 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
1264 (floatformat_valid): New static routine.
1265 (floatformat_ia64_ext): Add name field and set up is_valid routine
1266 to floatformat_valid().
1267 (examine_prologue): For the previous cfm, use
1268 frame_unwind_register()
1269 if the cfm is not stored in a register-stack register. Save the
1270 previous cfm value in the prev_cfm field. Add debug output.
1271 (ia64_frame_this_id): Use frame_id_build_special() to also register
1272 the bsp. Add debug output.
1273 (ia64_sigtramp_frame_this_id): Ditto.
1274 (ia64_frame_prev_register): Look at cache saved_regs for a few more
1275 registers and also add some checks for framelessness before accepting
1276 current register values for fields such as return address. For cfm,
1277 use the cached prev_cfm field if available. Add comment to explain
1278 PSR logic. Add debug output.
1279 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
1280 as part of initialization.
1281 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
1282 calculated. Cache the bsp and cfm values.
1283 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
1284 instead of using ia64_frame_prev_register() which doesn't expect most
1285 registers to be saved. The saved values for bsp and sp
1286 can be taken from the cache. Add debug output.
1287 (ia64_push_dummy_call): Use frame_id_build_special() to also register
1288 the bsp.
1289
1290 2003-10-23 Jim Blandy <jimb@redhat.com>
1291
1292 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
1293 architecture the current arch can run code for --- but not if it's
1294 a superset.
1295 (can_run_code_for): New function.
1296
1297 2003-10-22 James E Wilson <wilson@specifixinc.com>
1298
1299 * MAINTAINERS: Move myself from paper trail section back to write
1300 after approval section.
1301
1302 2003-10-22 Andrew Cagney <cagney@redhat.com>
1303
1304 * exec.h: New file.
1305 * win32-nat.c: Include "exec.h".
1306 * solib.c: Include "exec.h".
1307 * target.h (build_section_table): Delete declaration.
1308 * somsolib.c: Include "exec.h".
1309 (exec_ops): Delete extern declaration.
1310 * rs6000-nat.c: Update copyright. Include "exec.h".
1311 (exec_ops): Delete extern declaration.
1312 * pa64solib.c: Update copyright. Include "exec.h".
1313 (exec_ops): Delete extern declaration.
1314 * exec.c: Update copyright. Include "exec.h".
1315 * corelow.c: Update dependencies. Include "exec.h".
1316 * Makefile.in (exec_h): Define.
1317 (exec.o, somsolib.o): Update dependencies.
1318 (pa64solib.o, corelow.o): Update dependencies.
1319
1320 2003-10-22 Andrew Cagney <cagney@redhat.com>
1321
1322 * target.c: Include "gdb_assert.h" (target_read): Call
1323 "target_read_partial", not "target_write_partial".
1324 (default_read_partial, default_write_partial): New function.
1325 (target_read_partial, target_write_partial): Simplify, assume that
1326 there is always a read/write method.
1327 (update_current_target, add_target): Always set "to_read_partial"
1328 and "to_write_partial".
1329 (target_write, target_read): Fail on a zero byte transfer.
1330 * Makefile.in (target.o): Update dependencies.
1331 * target.h: Update copyright date.
1332 (target_object): Fix typo.
1333
1334 2003-10-22 Andrew Cagney <cagney@redhat.com>
1335
1336 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
1337 multi-arch method, add "targ" parameter.
1338 (struct target_ops): Declare.
1339 * gdbarch.h, gdbarch.c: Re-generate.
1340 * Makefile.in (c-valprint.o): Update dependencies.
1341 * arch-utils.h: Update copyright.
1342 (convert_from_func_ptr_addr_identity): Declare.
1343 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
1344 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1345 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
1346 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
1347 * infcall.c (find_function_addr, call_function_by_hand): Update.
1348 * c-valprint.c: Include "target.h".
1349 (print_function_pointer_address): Update.
1350
1351 2003-10-22 Andrew Cagney <cagney@redhat.com>
1352
1353 * target.c (target_close): New function.
1354 (debug_to_close): Use "target_close".
1355 (push_target): Use "target_close".
1356 (unpush_target): Use "target_close".
1357 (pop_target): Use "target_close".
1358 * target.h (struct target_ops): Add "to_xclose".
1359 (target_open): Delete macro. Move comment to "to_open".
1360 (target_close): Replace macro with function that takes a target.
1361 * top.c (quit_target): Pass "current_target" to "target_close".
1362
1363 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
1364
1365 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
1366 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1367 * symtab.h (lookup_minimal_symbol_text): Update.
1368 * breakpoint.c (create_overlay_event_breakpoint,
1369 create_longjmp_breakpoint): Update callers.
1370 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
1371 * symtab.c (find_pc_sect_line): Ditto.
1372
1373 2003-10-21 Andrew Cagney <cagney@redhat.com>
1374
1375 * target.c (errno): Delete extern declaration.
1376
1377 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
1378
1379 * ia64-tdep.c: Change all occurrences of
1380 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
1381 (ia64_frame_prev_register): Minor whitespace change.
1382
1383 2003-10-20 Michael Chastain <mec@shout.net>
1384
1385 * config/djgpp/fnchange.lst: Add lines for:
1386 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
1387 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
1388 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
1389 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
1390 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
1391 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
1392 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
1393
1394 2003-10-20 Andrew Cagney <cagney@redhat.com>
1395
1396 * values.c (register_value_being_returned): Update comments. Use
1397 "gdbarch_return_value" when available.
1398 (using_struct_return): Ditto.
1399 (set_return_value): Ditto. Use "gdbarch_return_value" when
1400 available.. Print a warning, and not an error, when an unhandled
1401 return type is encountered.
1402 * infcmd.c: Include "gdb_assert.h".
1403 (print_return_value): When gdbarch_return_value_p, and using
1404 struct return, assume that the value is not available.
1405 * defs.h (return_value_convention): Define.
1406 * gdbarch.sh (gdbarch_return_value): New predicate method.
1407 * gdbarch.h, gdbarch.c: Re-generate
1408 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
1409
1410 2003-10-20 Andrew Cagney <cagney@redhat.com>
1411
1412 * symtab.c: Replace "struct sec" with "struct bfd_section".
1413 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
1414
1415 2003-10-19 Michael Chastain <mec@shout.net>
1416
1417 * config/djgpp/fnchange.lst: Add lines for:
1418 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
1419 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
1420 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
1421
1422 2003-10-19 Mark Kettenis <kettenis@gnu.org>
1423
1424 * amd64fbsd-nat.c (fetch_inferior_registers,
1425 store_inferior_registers): Remove functions.
1426 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
1427
1428 2003-10-18 Mark Kettenis <kettenis@gnu.org>
1429
1430 Add NetBSD/amd64 native configuration:
1431 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
1432 * amd64nbsd-tdep.c: New file.
1433 * amd64nbsd-nat.c: New file.
1434 * amd64bsd-nat.c: New file.
1435 * config/i386/nbsd64.mh: New file.
1436 * config/i386/nbsd64.mt: New file.
1437 * configure.host: Add x86_64-*-netbsd*.
1438 * configure.tgt: Add x86_64-*-netbsd*.
1439 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
1440 New targets.
1441 * NEWS (New native configurations): Mention NetBSD/amd64.
1442
1443 2003-10-17 Michael Chastain <mec@shout.net>
1444
1445 * config/djgpp/fnchange.lst: Remove dead lines for:
1446 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
1447 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
1448 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
1449 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
1450 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
1451 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
1452 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
1453 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
1454 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
1455 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
1456 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
1457 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
1458 gdb/config/sparc/tm-sparclite.h,
1459 gdb/gdbtk/generic/ChangeLog-2001,
1460 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
1461 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
1462 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
1463 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
1464 gdb/testsuite/gdb.mi/mi0-var-block.exp,
1465 gdb/testsuite/gdb.mi/mi0-var-child.exp,
1466 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
1467 gdb/testsuite/gdb.mi/mi0-var-display.exp,
1468 itcl/iwidgets3.0.0/demos/extfileselectionbox,
1469 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
1470 itcl/iwidgets3.0.0/demos/fileselectionbox,
1471 itcl/iwidgets3.0.0/demos/fileselectiondialog,
1472 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
1473 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
1474 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
1475 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
1476 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
1477 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
1478 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
1479 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
1480 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
1481 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
1482 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
1483 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
1484 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
1485 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1486 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1487 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1488 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1489 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1490 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1491 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1492 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1493 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1494 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1495 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1496 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1497 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1498 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1499 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1500 itcl/iwidgets3.0.0/demos/html/shell.n.html,
1501 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1502 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1503 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1504 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1505 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1506 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1507 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1508 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1509 itcl/iwidgets3.0.0/demos/scrolledframe,
1510 itcl/iwidgets3.0.0/demos/scrolledhtml,
1511 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1512 itcl/iwidgets3.0.0/demos/scrolledtext,
1513 itcl/iwidgets3.0.0/demos/selectionbox,
1514 itcl/iwidgets3.0.0/demos/selectiondialog,
1515 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1516 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1517 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1518 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1519 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1520 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1521 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1522 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1523 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1524 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1525 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1526 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1527 itcl/iwidgets3.0.0/doc/selectionbox.n,
1528 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1529 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1530 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1531 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1532 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1533 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1534 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1535 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1536 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1537 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
1538 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
1539 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
1540 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
1541 itcl/iwidgets3.0.0/generic/selectionbox.itk,
1542 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1543 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1544 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1545 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1546 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1547 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1548 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1549 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1550 itcl/iwidgets3.0.0/tests/scrolledframe.test,
1551 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1552 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1553 itcl/iwidgets3.0.0/tests/scrolledtext.test,
1554 itcl/iwidgets3.0.0/tests/selectionbox.test,
1555 itcl/iwidgets3.0.0/tests/selectiondialog.test,
1556 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1557 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1558 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1559 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1560 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1561 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1562 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1563 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1564 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1565 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1566 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1567 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1568 tk/mac/tkMacProjects.sit.hqx.
1569
1570 2003-10-17 Andrew Cagney <cagney@redhat.com>
1571
1572 * target.c (target_section_by_addr): New function.
1573 (do_xfer_memory): Use "target_section_by_addr".
1574 * target.h (target_section_by_addr): Declare.
1575
1576 * target.h (struct target_ops): Add "to_read_partial" and
1577 "to_write_partial", delete "to_query".
1578 (target_read_partial, target_write_partial): Declare.
1579 (target_read, target_write): Declare.
1580 (target_query): Delete macro.
1581 * target.c (target_read_partial): New function.
1582 (target_write_partial, target_read, target_write): New function.
1583 (update_current_target): Delete inheritance of "to_query". Add
1584 comments about "to_read_partial" and "to_write_partial".
1585 (debug_to_partial_read, debug_to_partial_write): New functions.
1586 (debug_to_query): Delete function.
1587 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1588 instead of "to_query".
1589 * remote.c (remote_read_partial): Replace "remote_query".
1590 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1591 (init_remote_async_ops): Ditto.
1592 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1593 "target_read_partial" instead of "target_query".
1594 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1595 Use "target_read_partial" instead of "target_query".
1596
1597 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1598
1599 * frame.h (struct frame_id): Add new field: special_addr.
1600 (frame_id_build_special): New prototype.
1601 * frame.c (frame_id_build_special): New function.
1602 (frame_id_build): Change to call frame_id_build_special().
1603 (frame_id_eq): Change to also test special_addr field.
1604 (frame_id_inner): Update comment.
1605
1606 2003-10-17 Andrew Cagney <cagney@redhat.com>
1607
1608 * target.c (update_current_target): Perform the target cleanup.
1609 Put the target stack beneath the squashed "current_target".
1610 (add_target): Delete disabled call to "cleanup_target".
1611 (cleanup_target): Delete function.
1612 (push_target, unpush_target): Do not call "cleanup_target".
1613
1614 2003-10-17 Andrew Cagney <cagney@redhat.com>
1615
1616 * target.c (target_stack): Change to a static target_ops.
1617 (update_current_target): Walk the "struct target_ops" stack.
1618 (pop_target, do_xfer_memory, target_info): Ditto.
1619 (find_target_beneath): Ditto.
1620 (push_target): Rewrite to use the "struct target_ops" stack.
1621 (unpush_target): Ditto.
1622 * target.h (struct target_stack_item): Delete definition.
1623 (target_stack): Delete declaration.
1624 (struct target_ops): Add field "beneath".
1625
1626 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
1627
1628 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1629 declaration.
1630 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
1631 (h8300_examine_prologue): Use h8300_normal_mode flag
1632 (h8300_gdbarch_init): Set architecture info for normal mode
1633
1634 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
1635
1636 * remote.c (remote_protocol_vcont): New variable.
1637 (set_remote_protocol_vcont_packet_cmd): New function.
1638 (show_remote_protocol_vcont_packet_cmd): New function.
1639 (init_all_packet_configs): Handle remote_protocol_vcont.
1640 (remote_vcont_probe): New function.
1641 (remote_vcont_resume): New function.
1642 (remote_resume): Use it.
1643 (remote_async_resume): Call remote_resume.
1644 (_initialize_remote): Add verbose-resume packet commands.
1645
1646 2003-10-16 Andrew Cagney <cagney@redhat.com>
1647
1648 * infrun.c (handle_inferior_event): Add comment about
1649 "frame_id_inner" being too weak.
1650
1651 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
1652
1653 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1654 second parameter, which is always null. Remove
1655 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1656 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1657 accordingly.
1658 * somsolib.c (som_solib_create_inferior_hook,
1659 som_solib_desire_dynamic_linker_symbols): Update callers.
1660 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
1661
1662 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1663
1664 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1665 debug interface, SDI (Scalable Debug Interface).
1666 * NEWS: Mention m32r SDI protocol was supported.
1667 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1668 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1669
1670 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1671
1672 * ia64-linux-tdep.c: Include gdbcore.h.
1673 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1674 (ia64_linux_sigcontext_register_addr): Find the address of the
1675 sigcontext area stored in the sigframe instead of using
1676 a magic offset constant.
1677
1678 2003-10-15 Andrew Cagney <cagney@redhat.com>
1679
1680 * remote.c (remote_search): Delete function.
1681 * target.h (target_search): Delete disabled macro.
1682 (struct target_ops): Delete disabled field "to_search".
1683
1684 2003-10-14 Kevin Buettner <kevinb@redhat.com>
1685
1686 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1687 instead of deprecated_inside_entry_file().
1688
1689 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
1690
1691 * sh-tdep.c: Fix copy/paste hangover in comment.
1692 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1693 mode.
1694 (sh3e_sh4_extract_return_value): Ditto.
1695
1696 2003-10-13 Richard Henderson <rth@redhat.com>
1697
1698 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1699 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1700 match c_val_print a bit closer.
1701
1702 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1703
1704 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1705 (frv_gdbarch_adjust_breakpoint_address): New function.
1706 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1707 method.
1708
1709 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1710
1711 * breakpoint.h (struct breakpoint): Add new member
1712 ``requested_address''.
1713 * breakpoint.c (breakpoint_adjustment_warning)
1714 (adjust_breakpoint_address): New static functions.
1715 (print_it_typical): Issue warning if breakpoint's address is different
1716 from its requested address.
1717 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1718 (breakpoint_re_set_one): Set breakpoint's
1719 ``requested_address'' field. Set ``address'' field to the
1720 result of calling adjust_breakpoint_address() on the requested
1721 address.
1722
1723 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1724
1725 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1726 * gdbarch.h, gdbarch.c: Regenerate.
1727
1728 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1729
1730 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1731 TDEP->sc_num_regs.
1732
1733 * i386fbsd-tdep.c: New file.
1734 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1735 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1736 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1737 i386bsd-tdep.c.
1738 (_initialize_i386fbsd_tdep): New function.
1739 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1740 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1741 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1742 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1743 TDEP->sc_num_regs.
1744 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1745 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1746 to initialize TDEP->sc_num_regs.
1747 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1748 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1749 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1750 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1751 FreeBSD ELF OS/ABI's here.
1752 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1753 (i386fbsd-tdep.o): New target.
1754 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1755 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1756
1757 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1758 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1759 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1760 in initialization of TDEP->sc_num_regs.
1761
1762 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1763 (x86_64_init_abi): Initialize regset_from_core_section if
1764 appropriate.
1765
1766 * i386-tdep.c (i386_regset_from_core_section): New function.
1767 (i386_gdbarch_init): Initialize regset_from_core_section if
1768 appropriate.
1769 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1770
1771 * i386-tdep.h (struct regset): Declare opaque.
1772
1773 * gdbarch.sh (regset_from_core_section): New method.
1774 (struct regset): Declare opaque.
1775 * gdbarch.c, gdbarch.h: Regenerated.
1776
1777 2003-10-11 Alan Modra <amodra@bigpond.net.au>
1778
1779 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1780 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1781 Correct test for pc within section.
1782
1783 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1784
1785 * gdbarch.sh: Remove trailing whitepsace from comments.
1786
1787 2003-10-08 Roland McGrath <roland@redhat.com>
1788
1789 * gcore.c (make_mem_sec): Function removed, folded into ...
1790 (gcore_create_callback): ... here. To omit a section, clear its
1791 SEC_LOAD bit rather than zeroing its size.
1792 Omit read-only sections only if they correspond to a known disk file.
1793 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1794
1795 2003-10-10 Michael Snyder <msnyder@redhat.com>
1796
1797 * d10v-tdep.c: Fix typo in comment.
1798
1799 2003-10-10 Andrew Cagney <cagney@redhat.com>
1800
1801 * rs6000-tdep.c (e500_store_return_value): Delete function.
1802 (e500_extract_return_value): Delete function.
1803 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1804 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1805 "ppc_sysv_abi_restore_return_value" where applicable.
1806 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1807 (ppc_sysv_abi_extract_return_value): Declare.
1808 (ppc_sysv_abi_broken_store_return_value): Declare.
1809 (ppc_sysv_abi_broken_extract_return_value): Declare.
1810 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1811 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1812 start of file.
1813 (do_ppc_sysv_return_value): New function.
1814 (ppc_sysv_abi_extract_return_value): New function.
1815 (ppc_sysv_abi_store_return_value): New function.
1816 (ppc_sysv_abi_broken_extract_return_value): New function.
1817 (ppc_sysv_abi_broken_store_return_value): New function.
1818 (ppc_sysv_abi_use_struct_convention): Call
1819 do_ppc_sysv_return_value.
1820
1821 2003-10-10 J. Brobecker <brobecker@gnat.com>
1822
1823 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1824 to lookup the main function symbol.
1825
1826 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1827
1828 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1829 types correctly.
1830 (sh_push_dummy_call_fpu): Fix argument passing rules.
1831 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1832 float types.
1833 (sh3e_sh4_store_return_value): Ditto.
1834
1835 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
1836
1837 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1838 comment.
1839
1840 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1841
1842 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1843 more readable code. Accomodate passing of bitfields.
1844
1845 2003-10-10 Andrew Cagney <cagney@redhat.com>
1846
1847 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1848 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1849 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1850 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1851 (ppc64_sysv_abi_push_dummy_call): New function.
1852 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1853 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1854 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1855
1856 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1857
1858 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1859 * README: Ditto.
1860 * d10v-tdep.c: Ditto.
1861 * h8300-tdep.c: Ditto.
1862 * remote-e7000.c: Ditto.
1863 * remote-hms.c: Ditto.
1864 * ser-e7kpc.c: Ditto.
1865 * sh-stub.c: Ditto.
1866 * sh-tdep.c: Ditto.
1867 * sh-tdep.h: Ditto.
1868 * sh3-rom.c: Ditto.
1869 * sh64-tdep.c: Ditto.
1870 * top.c: Ditto.
1871 * wince.c: Ditto.
1872 * config/d10v/d10v.mt: Ditto.
1873 * config/sh/embed.mt: Ditto.
1874 * config/sh/linux.mt: Ditto.
1875 * config/sh/tm-linux.h: Ditto.
1876 * config/sh/tm-sh.h: Ditto.
1877 * config/sh/wince.mt: Ditto.
1878
1879 2003-10-09 Andrew Cagney <cagney@redhat.com>
1880
1881 * ppc-tdep.h (struct type): Declare opaque.
1882 * x86-64-tdep.h (struct regcache): Declare opaque.
1883 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1884 coding style.
1885
1886 2003-10-09 Andrew Cagney <cagney@redhat.com>
1887
1888 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1889 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1890 (SOFTWARE_SINGLE_STEP_P): Ditto.
1891 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1892 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1893 (SOFTWARE_SINGLE_STEP_P): Ditto.
1894 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1895 software_single_step to rs6000_software_single_step.
1896
1897 2003-10-09 Andrew Cagney <cagney@redhat.com>
1898
1899 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1900
1901 2003-10-09 Michael Snyder <msnyder@redhat.com>
1902
1903 * frame.h: Fix typo in comment.
1904 * dummy-frame.c: Fix typo in comment.
1905 * d10v-tdep.c: Random whitespace/comment tweaks.
1906
1907 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1908
1909 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1910 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1911 on stack.
1912
1913 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1914 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1915 in detail.
1916
1917 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1918
1919 * remote-mips.c (mips_initialize): Remove unneeded call to
1920 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1921
1922 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1923
1924 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1925 a memory pointer.
1926
1927 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1928
1929 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1930 for any lwp we resume.
1931 (running_callback): Add lwps that have pending status events
1932 against them to be considered running.
1933
1934 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1935
1936 * m32r-tdep.c : Include "dis-asm.h".
1937 * Makefile.in (m32r-tdep.o): Update dependencies.
1938
1939 2003-10-06 J. Brobecker <brobecker@gnat.com>
1940
1941 * completer.h (get_gdb_completer_word_break_characters): Delete.
1942 * completer.c: include language.h.
1943 (gdb_completer_word_break_characters): Delete.
1944 (get_gdb_completer_word_break_characters): Delete.
1945 (location_completer): Use the word break characters of the current
1946 language.
1947 (complete_line): Likewise.
1948 (line_completion_function): Likewise.
1949 (skip_quoted_chars): Likewise.
1950 * Makefile.in (completer.o): Add dependency on language.h.
1951 * top.c (init_main): Set the readline word break characters
1952 to GDB's default word break characters.
1953
1954 2003-10-06 J. Brobecker <brobecker@gnat.com>
1955
1956 * language.h (language_defn): new field, la_word_break_characters.
1957 * language.c (unknown_language_defn): Set new field to
1958 default_word_break_characters.
1959 (auto_language_defn): Likewise.
1960 (local_language_defn): Likewise.
1961 * ada-lang.c (ada_language_defn): Likewise.
1962 * c-lang.c (c_language_defn): Likewise.
1963 (cplus_language_defn): Likewise.
1964 (asm_language_defn): Likewise.
1965 (minimal_language_defn): Likewise.
1966 * f-lang.c (f_language_defn): Likewise.
1967 * jv-lang.c (java_language_defn): Likewise.
1968 * m2-lang.c (m2_language_defn): Likewise.
1969 * objc-lang.c (objc_language_defn): Likewise.
1970 * p-lang.c (pascal_language_defn): Likewise.
1971 * scm-lang.c (scm_language_defn): Likewise.
1972
1973 2003-10-06 Andrew Cagney <cagney@redhat.com>
1974
1975 * ppc-sysv-tdep.c: Re-indent.
1976
1977 2003-10-06 J. Brobecker <brobecker@gnat.com>
1978
1979 * language.h (default_word_break_characters): Add prototype.
1980 * language.c (default_word_break_characters): New function.
1981
1982 2003-10-06 Andreas Schwab <schwab@suse.de>
1983
1984 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1985 with %eax.
1986
1987 2003-10-06 Andrew Cagney <cagney@redhat.com>
1988
1989 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1990 "h8500-tdep.c".
1991 (z8k-tdep.o): Delete custom build rule.
1992
1993 2003-10-06 Andrew Cagney <cagney@redhat.com>
1994
1995 * Makefile.in: Update all dependencies.
1996
1997 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1998 No longer list PA as as obsolete candidate. List m32r as
1999 broken instead of obsolete.
2000
2001 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
2002 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
2003 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
2004 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
2005 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
2006 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
2007 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
2008 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
2009 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
2010 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
2011 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
2012 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
2013 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
2014 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
2015 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
2016 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
2017 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
2018 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
2019 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
2020 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
2021 * config/z8k/z8k.mt: Ditto.
2022
2023 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
2024 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
2025 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
2026 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
2027 sparclite were removed.
2028 * configure.host, configure.tgt: Remove corresponding tuples.
2029
2030 * breakpoint.c, breakpoint.h: Remove obsolete code.
2031 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
2032 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
2033 * stabsread.h, xcoffread.c: Ditto.
2034
2035 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
2036 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
2037 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
2038 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
2039
2040 2003-10-06 David Lecomber <dsl@sources.redhat.com>
2041
2042 * f-valprint.c: Reformatting
2043
2044 2003-10-06 Mark Kettenis <kettenis@gnu.org>
2045
2046 * x86-64-tdep.c: Remove duplicate comment.
2047
2048 * x86-64-tdep.c (x86_64_store_return_value): Don't use
2049 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
2050 names for return values. This fixes a bug since we looked at %rbx
2051 instead of %rdx.
2052
2053 2003-10-05 Mark Kettenis <kettenis@gnu.org>
2054
2055 * x86-64-tdep.c: Include "regset.h".
2056
2057 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
2058 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
2059 sizeof_fpregset.
2060 * i386-tdep.c: Include "regset.h".
2061 (i386_supply_gregset): New function.
2062 (i386_supply_fpregset): New function.
2063 (i386_gdbarch_init): Initialze register set-related members of
2064 TDEP.
2065 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
2066 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
2067
2068 2003-10-03 Andrew Cagney <cagney@redhat.com>
2069
2070 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
2071 set extract_return_value, store_return_value and
2072 use_struct_convention to ppc64_sysv_abi_extract_return_value,
2073 ppc64_sysv_abi_store_return_value and
2074 ppc64_sysv_abi_use_struct_convention.
2075 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
2076 (ppc64_sysv_abi_store_return_value): Declare.
2077 (ppc64_sysv_abi_use_struct_convention): Declare.
2078 * ppc-sysv-tdep.c (enum return_value_convention): Define.
2079 (ppc64_sysv_abi_extract_return_value): New function.
2080 (ppc64_sysv_abi_store_return_value): New function.
2081 (ppc64_sysv_abi_use_struct_convention): New function.
2082 (ppc64_sysv_abi_return_value): New function.
2083
2084 2003-10-03 Andrew Cagney <cagney@redhat.com>
2085
2086 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
2087 convert a descriptor to a function when it's in the ".opd"
2088 section.
2089
2090 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2091
2092 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
2093 reg_size to keep GCC silent.
2094
2095 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2096
2097 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
2098 base for DW_EH_PE_textrel encodings.
2099 (read_encoded_value): Add a DW_EH_PE_textrel case.
2100 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
2101 section.
2102
2103 2003-10-03 Mark Kettenis <kettenis@gnu.org>
2104
2105 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
2106
2107 2003-10-02 Andrew Cagney <cagney@redhat.com>
2108
2109 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
2110 REGISTER_RAW_SIZE.
2111 * gdbarch.h, gdbarch.c: Re-generate.
2112 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
2113 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
2114 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2115 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2116 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
2117 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
2118 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
2119 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
2120 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
2121 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
2122 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
2123 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
2124 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
2125 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
2126 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
2127 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
2128
2129 2003-10-02 Jim Blandy <jimb@redhat.com>
2130
2131 * dwarf2read.c (struct die_info): Doc fix.
2132
2133 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2134
2135 * sh-tdep.c: Running thru gdb_indent.sh.
2136
2137 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2138
2139 * sh-tdep.c (sh_justify_value_in_reg): New function.
2140 (sh_stack_allocsize): Ditto.
2141 (flt_argreg_array): New array used for floating point argument
2142 passing.
2143 (sh_init_flt_argreg): New function.
2144 (sh_next_flt_argreg): Ditto.
2145 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
2146 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
2147 Fix argument passing strategy.
2148 (sh_push_dummy_call_nofpu): Ditto.
2149
2150 2003-10-01 Andrew Cagney <cagney@redhat.com>
2151
2152 * value.h (register_value_being_returned): Declare. Replace
2153 "value_being_returned".
2154 * infcall.c (call_function_by_hand): Use
2155 register_value_being_returned.
2156 * infcmd.c (print_return_value): Call
2157 "register_value_being_returned", handle struct return locally.
2158 * values.c (register_value_being_returned): New function. Replace
2159 "value_being_returned".
2160
2161 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
2162
2163 * linux-proc.c (linux_do_registers): New function.
2164 (linux_make_note_section): Use linux_do_registers in case of
2165 single threaded inferior programs.
2166
2167 2003-10-01 Andrew Cagney <cagney@redhat.com>
2168
2169 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
2170 use STRUCT_ADDR. When not using "struct return convention", pass
2171 "0" to "value_being_returned". Add FIXMEs.
2172 * infcmd.c (print_return_value): Pass an explicit 0/1 to
2173 value_being_returned. Add comments.
2174 * values.c (value_being_returned): Add fixme.
2175 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
2176 (hppa_value_returned_from_stack): Add FIXME.
2177
2178 2003-09-30 David Carlton <carlton@kealia.com>
2179
2180 * dwarf2read.c (struct die_info): Add 'parent' field; replace
2181 'has_children' and 'next' by 'child' and 'sibling'.
2182 (read_comp_unit): Rework algorithm, breaking body into
2183 read_die_and_children and read_die_and_siblings.
2184 (read_die_and_children, read_die_and_siblings): New.
2185 (read_full_die): Add 'has_children' argument; set it instead of
2186 the die's 'has_children' field. Minor formatting cleanup.
2187 (free_die_list): Use die->child and die->sibling instead of
2188 die->next.
2189 (dump_die_list): Ditto.
2190 (sibling_die): Use die->sibling.
2191 (psymtab_to_symtab_1): Use die's 'child' field in place of its
2192 'has_children' and 'next' fields.
2193 (process_die, read_file_scope, read_func_scope)
2194 (read_lexical_block_scope, read_structure_scope)
2195 (read_enumeration, read_array_type, read_common_block)
2196 (read_namespace, read_subroutine_type, dump_die): Ditto.
2197
2198 2003-09-30 Andrew Cagney <cagney@redhat.com>
2199
2200 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
2201 to 224, not 220.
2202
2203 2003-09-30 Andrew Cagney <cagney@redhat.com>
2204
2205 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
2206 REGISTER_VIRTUAL_SIZE.
2207 * gdbarch.h, gdbarch.c: Regenerate.
2208 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
2209 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
2210 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
2211
2212 2003-09-29 Andrew Cagney <cagney@redhat.com>
2213
2214 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
2215 REGISTER_VIRTUAL_TYPE.
2216 * gdbarch.h, gdbarch.c: Regenerate.
2217 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
2218 * sh64-tdep.c, sparc-tdep.c: Update.
2219
2220 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
2221 * remote-vxmips.c (vx_read_register): Ditto.
2222 * remote-vx68.c (vx_read_register): Ditto.
2223 * gnu-nat.c (inf_validate_procs): Ditto.
2224
2225 2003-09-29 J. Brobecker <brobecker@gnat.com>
2226
2227 * infcall.c (call_function_by_hand): Fix build failure
2228 introduced in the previous change to this file.
2229
2230 2003-09-29 Andrew Cagney <cagney@redhat.com>
2231
2232 * NEWS: Mention Objective-C.
2233
2234 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
2235
2236 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
2237 test if the register has been saved on the stack.
2238 (arm_scan_prologue_cache): When analysing the instruction
2239 "str lr, [sp, #-4]", save the address where lr has been stored.
2240
2241 2003-09-28 Andrew Cagney <cagney@redhat.com>
2242
2243 * frame.c (frame_read_unsigned_register): Delete function.
2244 * frame.h (frame_read_unsigned_register): Delete declaration.
2245 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2246 get_frame_register_unsigned.
2247 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
2248 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2249 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2250
2251 * frame.h (frame_read_register): Delete declaration.
2252 * frame.c (frame_read_register): Delete function.
2253 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
2254 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
2255 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
2256 * mips-tdep.c (mips_register_to_value): Ditto.
2257 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
2258 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2259
2260 * frame.c (frame_read_signed_register): Delete function.
2261 (frame_read_unsigned_register): Update comments.
2262 * frame.h (frame_read_signed_register): Delete declaration.
2263 * h8300-tdep.c (h8300_print_register): Use
2264 get_frame_register_signed.
2265 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2266
2267 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
2268 Rename VALUE_RETURNED_FROM_STACK.
2269 * infcmd.c (print_return_value): Update.
2270 * infcall.c (call_function_by_hand): Update.
2271
2272 2003-09-28 Mark Kettenis <kettenis@gnu.org>
2273
2274 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
2275 regcache argument and reverse the order of the other two
2276 arguments. Remove local regcache variable. Determine
2277 architecture from REGCACHE. Update comments.
2278 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
2279 reverse the order of the other two arguments. Remove local
2280 regcache variable. Determine architecture from REGCACHE. Update
2281 comments.
2282 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
2283 prototypes. Update comments.
2284 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
2285 comment.
2286 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
2287 Update.
2288 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
2289 * i386-interix-nat.c (supply_fpregset): Update.
2290 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
2291 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
2292 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
2293 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
2294 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
2295 Update.
2296 * i386obsd-tdep.c (fetch_core_registers): Update.
2297 * i386v4-nat.c (supply_fpregset): Update.
2298 * x86-64-linux-nat.c (supply_fpregset): Update.
2299 * x86-64-linux-tdep.c (fetch_core_registers): Update.
2300
2301 2003-09-27 Mark Kettenis <kettenis@gnu.org>
2302
2303 * i386-tdep.h: Put opaque declarations in alphabetical
2304 order. Remove spurious whitespace.
2305 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
2306 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
2307 * i386-tdep.c (MM0_REGNUM): Remove define.
2308 (i386_mmx_regnum_p): Add gdbarch argument.
2309 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
2310 Rewrite using new macro definitions for FPU/SSE registers.
2311 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
2312 definitions from i387-tdep.h.
2313 (i386_register_name): Update.
2314 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
2315 new macro definitions for FPU/SSE registers.
2316 (i386_extract_return_value): Determine whether floating-point
2317 registers are present by examining REGCACHE's architecture.
2318 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
2319 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
2320 FPU/SSE registers.
2321 (i386_register_type): Update.
2322 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
2323 definitions for FPU registers. Use REGCACHE's architecture to
2324 determine the appropriate register numbers.
2325 (i386_pseudo_register_read, i386_pseudo_register_write,
2326 i386_register_reggroup_p): Update.
2327 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
2328 TDEP->mm0_regnum.
2329 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
2330 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
2331 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
2332 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
2333 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
2334 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
2335 *' to `void *'.
2336 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
2337 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
2338 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
2339 definitions for FPU/SSE registers.
2340 (FXSAVE_MXCSR_ADDR): New define.
2341 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
2342 TDEP->mm0_regnum.
2343 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
2344 (I387_ST0_REGNUM): Define.
2345
2346 * regcache.h (get_regcache_arch): New prototype.
2347 * regcache.c (get_regcache_arch): New function.
2348
2349 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
2350 whitespace.
2351
2352 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
2353 Initialize using ARRAY_SIZE.
2354
2355 2003-09-27 Andrew Cagney <cagney@redhat.com>
2356
2357 * arch-utils.c (deprecated_init_frame_pc_default): Rename
2358 "init_frame_pc_default".
2359 * arch-utils.h (deprecated_init_frame_pc_default): Update.
2360 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2361 * vax-tdep.c (vax_gdbarch_init): Update.
2362 * v850-tdep.c (v850_gdbarch_init): Update.
2363 * sh64-tdep.c (sh64_gdbarch_init): Update.
2364 * s390-tdep.c (s390_gdbarch_init): Update.
2365 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2366 * mcore-tdep.c (mcore_gdbarch_init): Update.
2367 * h8300-tdep.c (h8300_gdbarch_init): Update.
2368 * cris-tdep.c (cris_gdbarch_init): Update.
2369 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
2370
2371 2003-09-26 Mark Kettenis <kettenis@gnu.org>
2372
2373 * regset.h: New file.
2374 * Makefile.in (regset_h): Add.
2375
2376 2003-09-25 Andrew Cagney <cagney@redhat.com>
2377
2378 * frame.h (deprecated_frame_saved_regs): Rename
2379 get_frame_saved_regs.
2380 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
2381 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2382 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
2383 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
2384 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
2385
2386 2003-09-25 Andrew Cagney <cagney@redhat.com>
2387
2388 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
2389 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
2390 and Java.
2391 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
2392 arm*-*-* do not use the new frame code.
2393
2394 2003-09-25 David Carlton <carlton@kealia.com>
2395
2396 * c-exp.y: Remove 'register' declarations.
2397 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
2398
2399 2003-09-25 David Carlton <carlton@kealia.com>
2400
2401 * c-exp.y: Include cp-support.h. Add qualified_type.
2402 (yylex): Delete nested type hack; add comments.
2403 * cp-namespace.c (cp_lookup_nested_type): New function.
2404 * cp-support.h: Declare cp_lookup_nested_type.
2405 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
2406 instead of value_struct_elt_for_reference.
2407 * valops.c: Include cp-support.h.
2408 (value_aggregate_elt): New function.
2409 (value_namespace_elt): Ditto.
2410 (value_struct_elt_for_reference): Make static.
2411 * value.h: Delete declaration of value_struct_elt_for_reference;
2412 add declaration for value_aggregate_elt.
2413 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
2414 (valops.o): Ditto.
2415
2416 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
2417
2418 * stack.c: Include "reggroups.h".
2419 (frame_info): Only display registers in all_reggroup.
2420 * Makefile.in (stack.o): Update dependencies.
2421
2422 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2423
2424 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
2425 "add ip, sp #n" in the prologue.
2426 (arm_scan_prologue): Ditto.
2427
2428 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2429
2430 * MAINTAINERS (write after approval): Add myself.
2431
2432 2003-09-25 Andreas Schwab <schwab@suse.de>
2433
2434 * m68k-tdep.c: Include "dwarf2-frame.h".
2435 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
2436 * Makefile.in (m68k-tdep.o): Update dependencies.
2437
2438 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
2439
2440 * sh-tdep.c (struct frame_extra_info): Remove.
2441 (struct sh_frame_cache): New structure.
2442 (GET_SOURCE_REG): New macro extracting source register of an opcode.
2443 (GET_TARGET_REG): Ditto but target register.
2444 (GET_PUSHED_REG): Remove.
2445 (IS_MOV_ARG_TO_REG): New macro.
2446 (IS_MOV_ARG_TO_IND_R14): New macro.
2447 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
2448 (IS_MOVW_PCREL_TO_REG): New macro.
2449 (IS_MOVL_PCREL_TO_REG): New macro.
2450 (IS_SUB_REG_FROM_SP): New macro.
2451 (IS_ARG_MOV): Remove.
2452 (IS_MOV_TO_R14): Remove.
2453 (IS_RESTORE_FP): New macro.
2454 (IS_RTS): New macro.
2455 (IS_LDS): New macro.
2456 (IS_MOV_FP_SP): New macro.
2457 (IS_ADD_REG_TO_FP): New macro.
2458 (IS_ADD_IMM_FP): New macro.
2459 (sh_skip_prologue_hard_way): Remove.
2460 (sh_saved_pc_after_call): Remove.
2461 (sh_frame_chain): Remove.
2462 (sh_find_callers_reg): Remove.
2463 (sh_nofp_frame_init_saved_regs): Remove.
2464 (sh_fp_frame_init_saved_regs): Remove.
2465 (sh_init_extra_frame_info): Remove.
2466 (sh_analyze_prologue): New function.
2467 (sh_skip_prologue): Remove deprecated code. Rely on new function
2468 sh_analyze_prologue when after_prologue fails.
2469 (sh_frame_saved_pc): Remove.
2470 (sh_alloc_frame_cache): New function.
2471 (sh_frame_cache): Ditto.
2472 (sh_frame_prev_register): Ditto.
2473 (sh_frame_this_id): Ditto.
2474 (sh_frame_unwind): New structure defining the heuristic frame
2475 sniffer interface.
2476 (sh_frame_sniffer): New function.
2477 (sh_unwind_sp): Ditto.
2478 (sh_unwind_pc): Ditto.
2479 (sh_unwind_dummy_id): Ditto.
2480 (sh_frame_base_address): Ditto.
2481 (sh_frame_base): New structure defining new frame base code.
2482 (sh_in_function_epilogue_p): New function.
2483 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
2484 code and to call all new code instead. Initialize dwarf2 and
2485 heuristic frame sniffer.
2486
2487 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2488
2489 * parser-defs.h (struct exp_descriptor): New definition, containing
2490 language-specific info for printing, prefixifying, dumping, and
2491 evaluating expressions.
2492 (exp_descriptor_standard): Declare new variable.
2493 (print_subexp): Make global and declare here (from expprint.c).
2494 (dump_subexp): Ditto.
2495 (dump_subexp_body_standard): Declare.
2496 (operator_length_standard): Declare.
2497 (op_name_standard): Declare.
2498 (print_subexp): Declare.
2499 (print_subexp_standard): Declare.
2500
2501 * language.h (struct language_defn): Add la_exp_desc field to hold
2502 pointer to table for language-specific operators.
2503 Remove evaluate_exp field, which is now in struct exp_descriptor.
2504
2505 * parse.c (operator_length): Move most code to new
2506 operator_length_standard function. Use language-specific information.
2507 (operator_length_standard): New function taking most code from
2508 operator_length.
2509 (exp_descriptor_standard): New constant.
2510
2511 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
2512 and OP_EXTENDED_LAST.
2513
2514 * expprint.c (print_subexp): Use language-specific print_subexp.
2515 Make global; remove static declaration.
2516 Move most code to print_subexp_standard.
2517 (print_subexp_standard): New function, containing code formerly in
2518 print_subexp.
2519 (op_name): Add expression to argument signature.
2520 Use langauge-specific op_name.
2521 Move most code to op_name_standard.
2522 (op_name_standard): New function, containing code formerly in op_name.
2523 (dump_subexp): Use new version of op_name function.
2524 Use language-specific dump_subexp_body, and move most existing code to
2525 dump_subexp_body_standard.
2526 (dump_raw_expression): Use new op_name interface.
2527 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2528 (dump_subexp_body_standard): New function, containing code formerly
2529 in dump_subexp_body.
2530
2531 * language.c (unknown_language): Add default la_exp_desc field and
2532 remove evaluate_exp field.
2533 (auto_language): Ditto.
2534 (local_language): Ditto.
2535 * f-lang.c (f_language_defn): Ditto.
2536 * c-lang.c (c_language_defn): Ditto.
2537 (cplus_language_defn): Ditto.
2538 (asm_language_defn): Ditto.
2539 (minimal_language_defn): Ditto.
2540 * p-lang.c (pascal_language_defn): Ditto.
2541 * m2-lang.c (m2_language_defn): Ditto.
2542 * objc-lang.c (objc_language_defn): Ditto.
2543
2544 * jv-lang.c (exp_descriptor_java): New variable, containing
2545 Java-specific expression evaluator.
2546 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2547 field.
2548 * scm-lang.c (exp_descriptor_scm): New variable, containing
2549 Scheme-specific expression evaluator.
2550 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2551 field.
2552 * objc-lang.c (print_object_command): Take evaluate_exp from the
2553 la_exp_desc field.
2554
2555 * Makefile.in (eval.o): Add dependency on parser-defs.h.
2556
2557 * eval.c: Include parser-defs.h for the full declaration of
2558 la_exp_desc's type.
2559 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
2560
2561 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2562
2563 * parser-defs.h (operator_length): Declare.
2564
2565 * parse.c (length_of_subexp): Use operator_length to get operator
2566 lengths and arities for operators.
2567 Move most code to new operator_length function.
2568 (operator_length): New function absorbing most code from
2569 length_of_subexp.
2570 (prefixify_subexp): Remove large case and use operator_length instead.
2571 (parse_exp_1): Use renamings:
2572 dump_prefix_expression => dump_raw_expression and
2573 dump_postfix_expression => dump_prefix_expression.
2574
2575 * expression.h (dump_prefix_expression): Rename to ...
2576 (dump_raw_expression): New name.
2577 (dump_postfix_expression): Rename to ...
2578 (dump_prefix_expression): New name.
2579
2580 * expprint.c (dump_subexp): Make global. Add comment.
2581 Move most existing code to dump_subexp_body.
2582 (dump_subexp_body): New function.
2583 (dump_prefix_expression): Rename to dump_raw_expression.
2584 Remove attempt to print the expression via print_expression: it can't
2585 work before the expression is prefixified.
2586 (dump_raw_expression): Renamed from dump_prefix_expression.
2587 (dump_postfix_expression): Rename to dump_prefix_expression, since
2588 that's what it does.
2589 Remove 'note' parameter, since this routine must be used on
2590 prefixified expression.
2591 (dump_prefix_expression): Renamed from dump_postfix_expression.
2592
2593 2003-09-22 Jim Blandy <jimb@redhat.com>
2594
2595 * dwarf2read.c (read_array_type): When building the type for an
2596 array of unspecified length, make sure to choose the upper bound
2597 so that the array's total length comes out to be zero --- that's
2598 how we represent such arrays.
2599
2600 2003-09-22 Michael Chastain <mec@shout.net>
2601
2602 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2603
2604 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2605
2606 * top.c (quit_force): Fix indirect call to quit_target so
2607 a struct qt_args pointer is passed.
2608
2609 2003-09-22 Andrew Cagney <cagney@redhat.com>
2610
2611 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2612 * arch-utils.c (init_frame_pc_noop): Delete function.
2613 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2614 "init_frame_pc".
2615 * mips-tdep.c (mips_gdbarch_init): Ditto.
2616 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2617 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2618 declaration.
2619 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2620 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2621 declaration.
2622 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2623
2624 2003-09-22 Anthony Green <green@redhat.com>
2625
2626 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2627 declaration.
2628
2629 2003-09-20 Andrew Cagney <cagney@redhat.com>
2630
2631 * breakpoint.c: Eliminate ARGSUSED.
2632 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2633 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2634 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2635 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2636 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2637 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2638 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2639 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2640 * wince.c, remote-vx.c: Ditto.
2641
2642 * cli/cli-script.c: Remove "register" attributes.
2643 * config/pa/tm-hppa.h: Ditto.
2644 * cli/cli-decode.c: Ditto.
2645 * cli/cli-cmds.c: Ditto.
2646
2647 2003-09-19 Andrew Cagney <cagney@redhat.com>
2648
2649 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2650 DEPRECATED_NPC_REGNUM.
2651 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2652
2653 2003-09-19 Christopher Faylor <cgf@redhat.com>
2654
2655 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2656
2657 2003-09-19 Jim Blandy <jimb@redhat.com>
2658
2659 * macrotab.c (macro_include): Use the correct comparison to find
2660 the appropriate place for this inclusion in the list.
2661
2662 2003-09-19 Andrew Cagney <cagney@redhat.com>
2663
2664 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2665 (DEPRECATED_HPUX_TEXT_END): Define.
2666 (deprecated_hpux_text_end): Declare.
2667 (struct target_ops): Declare opaque.
2668 * hppah-nat.c (text_end): Make static.
2669 (deprecated_hpux_text_end): New function.
2670 * exec.c (text_end): Delete global variable.
2671 (NEED_TEXT_START_END): Do not define.
2672 (exec_file_attach): Replace code computing "text_end" code with
2673 call to DEPRECATED_HPUX_TEXT_END.
2674
2675 2003-09-19 Andrew Cagney <cagney@redhat.com>
2676
2677 * utils.c (align_up, align_down): New functions.
2678 * defs.h (align_up, align_down): Declare.
2679 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2680 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2681 and "align_down".
2682 (round_up, round_down): Delete functions.
2683 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2684 "align_down".
2685 (ROUND_DOWN, ROUND_UP): Delete macros.
2686 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2687 * h8300-tdep.c: Replace "round_up" and "round_down" with
2688 "align_up" and "align_down".
2689 (round_up, round_down): Delete macros.
2690 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2691 "align_down".
2692 (ROUND_UP, ROUND_DOWN): Delete macros.
2693
2694 2003-09-18 J. Brobecker <brobecker@gnat.com>
2695
2696 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2697 hard-coded constant. Use the proper machine name instead.
2698
2699 2003-09-17 Andrew Cagney <cagney@redhat.com>
2700
2701 * sparc-tdep.c (legacy_register_name): Delete function.
2702 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2703 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2704 * infcmd.c (gdb_register_name): Delete variable.
2705 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2706 REGISTER_NAME and "tm.h".
2707 * gdbarch.h, gdbarch.c: Regenerate.
2708 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2709 REGISTER_NAMES in comments.
2710 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2711 * m68klinux-nat.c (regmap): Ditto.
2712
2713 2003-09-17 Jim Blandy <jimb@redhat.com>
2714
2715 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2716
2717 2003-09-17 Andrew Cagney <cagney@redhat.com>
2718
2719 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2720 (ppcnbsd_init_abi): Set "use_struct_convention" to
2721 "ppcnbsd_use_struct_convention".
2722
2723 2003-09-17 Mark Kettenis <kettenis@gnu.org>
2724
2725 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2726 * gdbarch.h, gdbarch.c: Regenerate.
2727 (stabs_argument_has_addr): New architecture method.
2728 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2729 * arch-utils.c: Include "buildsym.h".
2730 (default_stabs_argument_has_addr): New function.
2731 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2732 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2733
2734 2003-09-17 Andrew Cagney <cagney@redhat.com>
2735
2736 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2737 * gdbarch.h, gdbarch.c: Regenerate.
2738 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2739 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2740 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2741 * sparcnbsd-tdep.c: Update.
2742
2743 2003-09-17 Andrew Cagney <cagney@redhat.com>
2744
2745 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2746 * gdbarch.h, gdbarch.c: Regenerate.
2747 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2748 * d10v-tdep.c, frame.c: Update.
2749 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2750 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2751 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2752 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2753 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2754 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2755 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2756 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2757 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2758 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2759 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2760 * config/pa/nm-hppah.h: Update.
2761
2762 2003-09-16 Andrew Cagney <cagney@redhat.com>
2763
2764 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2765 "use_struct_convention" to "ppc_linux_use_struct_convention".
2766 (ppc_linux_use_struct_convention): New function.
2767 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2768 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2769 "rs6000_use_struct_convention".
2770 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2771 declaration.
2772 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2773 Delete function.
2774
2775 2003-09-16 Andrew Cagney <cagney@redhat.com>
2776
2777 * buildsym.c: Remove more occurances of "register".
2778 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2779 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2780 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2781 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2782 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2783 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2784 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2785 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2786
2787 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
2788
2789 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2790 numbers to enumeration values.
2791 * sh-tdep.c: Accomodate above change.
2792 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2793 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2794 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2795 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2796 (IS_FPUSH): Rename from IS_FMOV.
2797 (sh_extract_struct_value_address): Remove useless comment.
2798 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2799 instead of own local values.
2800 (sh_dump_tdep): Remove.
2801 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2802 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2803
2804 2003-09-15 Andrew Cagney <cagney@redhat.com>
2805
2806 * doublest.c (convert_floatformat_to_doublest): No longer need to
2807 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2808
2809 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
2810
2811 * values.c (unpack_double): Call floatformat_is_valid.
2812
2813 2003-09-15 Mark Kettenis <kettenis@gnu.org>
2814
2815 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2816 ps_strings into a long.
2817
2818 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2819 _initialize_am64fbsd_nat.
2820
2821 2003-09-15 Kevin Buettner <kevinb@redhat.com>
2822
2823 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2824 associated with DW_AT_ranges attribute is out of bounds.
2825
2826 2003-09-15 David Lecomber <dsl@sources.redhat.com>
2827
2828 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2829
2830 2003-09-14 Michael Chastain <mec@shout.net>
2831
2832 * config/m68k/nm-apollo68v.h: Delete.
2833 * config/m68k/xm-apollo68v.h: Delete.
2834
2835 2003-09-14 Andrew Cagney <cagney@redhat.com>
2836
2837 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2838 * dcache.c: Update copyrights and descriptions.
2839 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2840
2841 2003-09-14 Andrew Cagney <cagney@redhat.com>
2842
2843 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2844 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2845
2846 2003-09-14 Andrew Cagney <cagney@redhat.com>
2847
2848 * alpha-nat.c: Remove some occurances of "register".
2849 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2850 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2851 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2852 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2853 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2854 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2855 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2856 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2857 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2858 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2859 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2860 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2861 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2862 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2863 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2864 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2865 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2866 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2867 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2868 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2869 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2870 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2871
2872 2003-09-13 Andrew Cagney <cagney@redhat.com>
2873
2874 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2875 * ppc-tdep.h (struct regcache): Declare opaque.
2876 * objfiles.h (struct objfile_data): Declare opaque.
2877 * cp-support.h (struct objfile): Declare opaque.
2878 * linux-nat.h (target_waitstatus): Declare opaque.
2879
2880 2003-09-14 Mark Kettenis <kettenis@gnu.org>
2881
2882 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2883 (stabs_argument_has_addr): New architecture method.
2884 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2885 * arch-utils.c: Include "buildsym.h".
2886 (default_stabs_argument_has_addr): New function.
2887 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2888 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2889
2890 * cris-tdep.c (cris_gdbarch_init): Set
2891 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2892 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2893 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2894 * mips-tdep.c (mips_gdbarch_init): Likewise.
2895 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2896 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2897
2898 2003-09-13 Andrew Cagney <cagney@redhat.com>
2899
2900 * values.c (using_struct_return): Delete "function" and "funcaddr"
2901 parameters.
2902 * value.h (using_struct_return): Update declaration.
2903 * infcmd.c (finish_command_continuation): Update.
2904 (finish_command): Update.
2905 * infcall.c (call_function_by_hand): Update.
2906 * eval.c (evaluate_subexp_standard): Update.
2907
2908 2003-09-13 Christopher Faylor <cgf@redhat.com>
2909
2910 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2911 SSE registers since gdb will not operate correctly without this.
2912 Restore include file ordering munged in previous change.
2913 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2914
2915 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2916
2917 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2918 REG_STRUCT_HAS_ADDR.
2919 * gdbarch.c, gdbarch.h: Updated.
2920 * infcall.c (call_function_by_hand): Update.
2921 * stabsread.c (define_symbol): Updated.
2922
2923 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2924
2925 2003-09-12 Christopher Faylor <cgf@redhat.com>
2926
2927 * win32-nat.c: Reorganize so that defines used by target headers are
2928 actually defined by the system headers.
2929 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2930 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2931
2932 2003-09-12 Jim Blandy <jimb@redhat.com>
2933
2934 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2935 the file has no .data, .bss, or .rodata sections. Instead wait
2936 until we see a variable alleged to live in one of those sections.
2937
2938 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2939 .bss section, presume that any variables we find live in the
2940 .rodata section.
2941
2942 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2943 offsets for global and static variables.
2944
2945 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2946 symbol types are, by definition, in the .data section, so it is
2947 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2948 If there is no .data section, there should be no N_DATA or N_DATA
2949 | N_EXT symbols.
2950
2951 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2952
2953 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2954 (amd64fbsd_sigcontext_addr): Rewrite.
2955 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2956 with correct values.
2957 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2958 (amd64fbsd_init_abi): Fix typo.
2959
2960 2003-09-12 Andrew Cagney <cagney@redhat.com>
2961
2962 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2963 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2964
2965 2003-09-12 Andrew Cagney <cagney@redhat.com>
2966
2967 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2968 "entry_file_highpc". Update comments.
2969 * defs.h (deprecated_inside_entry_file): Rename
2970 "inside_entry_file".
2971 * blockframe.c (deprecated_inside_entry_file): Rename
2972 "inside_entry_file".
2973 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2974 * vax-tdep.c (vax_frame_chain): Update.
2975 * sh64-tdep.c (sh64_frame_chain): Update.
2976 * sh-tdep.c (sh_frame_chain): Update.
2977 * rs6000-tdep.c (rs6000_frame_chain): Update.
2978 * ns32k-tdep.c (ns32k_frame_chain): Update.
2979 * mips-tdep.c (mips_frame_chain): Update.
2980 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2981 * m32r-tdep.c (m32r_frame_this_id): Update.
2982 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2983 * frv-tdep.c (frv_frame_this_id): Update.
2984 * d10v-tdep.c (d10v_frame_this_id): Update.
2985 * cris-tdep.c (cris_frame_chain): Update.
2986 * blockframe.c (legacy_frame_chain_valid): Update.
2987 * avr-tdep.c (avr_frame_this_id): Update.
2988 * arm-tdep.c (arm_prologue_this_id): Update.
2989 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2990 * objfiles.c (objfile_relocate): Update.
2991 * mipsread.c (mipscoff_symfile_read): Update.
2992 (mipscoff_symfile_read): Update.
2993 * mdebugread.c (parse_partial_symbols): Update.
2994 * dwarfread.c (read_file_scope): Update.
2995 * dwarf2read.c (read_file_scope): Update.
2996 * dbxread.c (read_dbx_symtab): Update.
2997 (read_dbx_symtab): Update.
2998 * coffread.c (complete_symtab): Update.
2999
3000 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
3001
3002 * top.c (quit_target): New static helper function.
3003 (quit_force): Moved code to quit_target(). Call quit_target()
3004 via catch_errors() to catch errors during quit.
3005
3006 2003-09-11 David Carlton <carlton@kealia.com>
3007
3008 * buildsym.c (finish_block): Use allocate_block to allocate the
3009 block.
3010 * mdebugread.c (new_block): Add FIXME.
3011
3012 2003-09-11 David Carlton <carlton@kealia.com>
3013
3014 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
3015 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
3016 (recursive_dump_type): Ditto.
3017 * printcmd.c (print_formatted): Ditto.
3018 * typeprint.c (print_type_scalar): Ditto.
3019 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
3020 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
3021 * cp-support.h: Declare cp_check_possible_namespace_symbols,
3022 maint_cplus_cmd_list.
3023 * cp-support.c: Make maint_cplus_cmd_list extern.
3024 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
3025 command.h.
3026 (lookup_symbol_file): Look in possible namespace blocks when
3027 appropriate.
3028 (initialize_namespace_symtab): New.
3029 (get_possible_namespace_block, free_namespace_block)
3030 (check_possible_namespace_symbols)
3031 (check_possible_namespace_symbols_loop)
3032 (check_one_possible_namespace_symbol)
3033 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
3034 (_initialize_cp_namespace): Ditto.
3035 * block.h: Declare allocate_block.
3036 * block.c (allocate_block): New.
3037 * jv-lang.c (get_java_class_symtab): Allocate blocks via
3038 allocate_block.
3039 * symfile.h: Update declaration of add_psymbol_to_list.
3040 * symfile.c (add_psymbol_to_list): Return the partial symbol in
3041 question.
3042 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
3043 scan_partial_symbols_call.
3044 (scan_partial_symbols): Add NAMESPACE argument; update calls to
3045 helper functions.
3046 (add_partial_symbol): If necessary, scan mangled names for names
3047 of namespaces.
3048 (add_partial_namespace): Add NAMESPACE argument; generate partial
3049 symbols associated to namespaces.
3050 (add_partial_enumeration): Add NAMESPACE argument.
3051 (new_symbol): Allow namespace syms.
3052 (read_namespace): Generate namespace syms.
3053 * objfiles.h: Add opaque declaration of struct symtab.
3054 (struct objfile): Add cp_namespace_symtab member.
3055 * objfiles.c (allocate_objfile): Set
3056 objfile->cp_namespace_symtab.
3057 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
3058 dictionary_h, command_h.
3059
3060 2003-09-11 Andrew Cagney <cagney@redhat.com>
3061
3062 * rs6000-tdep.c (rs6000_push_dummy_call): Use
3063 regcache_raw_write_signed to set SP_REGNUM, move the operation to
3064 near the function's end.
3065 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
3066 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
3067 regcache_raw_write_signed to set SP_REGNUM.
3068
3069 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
3070
3071 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
3072 orig_addrs is set up properly.
3073
3074 2003-09-11 Andrew Cagney <cagney@redhat.com>
3075
3076 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
3077 * gdbarch.h, gdbarch.c: Re-generate.
3078 * infcall.c (call_function_by_hand): Update.
3079 * hppa-tdep.c (hppa_push_arguments): Update.
3080 * ada-lang.c (place_on_stack): Update.
3081 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3082 * sparc-tdep.c (sparc_gdbarch_init): Update.
3083 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3084 * hppa-tdep.c (hppa_gdbarch_init): Update.
3085 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
3086 stack_align.
3087
3088 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
3089
3090 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
3091 register do need a frame.
3092
3093 2003-09-11 Andrew Cagney <cagney@redhat.com>
3094
3095 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
3096 buildable since GDB 5.0.
3097 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
3098 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
3099 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
3100 * irix4-nat.c: Delete file.
3101 * config/mips/irix4.mh: Delete file.
3102 * config/mips/irix3.mh: Delete file.
3103 * config/mips/irix3.mt: Delete file.
3104 * config/mips/tm-irix3.h: Delete file.
3105 * config/mips/nm-irix3.h: Delete file.
3106 * config/mips/xm-irix3.h: Delete file.
3107 * config/mips/nm-irix4.h: Delete file.
3108 * config/mips/xm-irix4.h: Delete file.
3109 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
3110
3111 2003-09-10 J. Brobecker <brobecker@gnat.com>
3112
3113 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
3114 * Makefile.in (hppa-tdep.o): Update dependencies.
3115
3116 2003-09-10 James E Wilson <wilson@specifixinc.com>
3117
3118 * MAINTAINERS: Change my e-mail address. Move to paper trail
3119 section.
3120
3121 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3122
3123 * MAINTAINERS (frv): New ISA entry.
3124
3125 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3126
3127 * frv-tdep.c (dis-asm.h): Include.
3128 * Makefile.in (frv-tdep.o): Update dependencies.
3129
3130 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
3131
3132 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
3133 Fix typo for high range of floating registers.
3134
3135 2003-09-09 David Carlton <carlton@kealia.com>
3136
3137 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
3138 highpc initialization here out of scan_partial_symbols.
3139 (scan_partial_symbols): Restructure into a recursive version,
3140 calling add_partial_namespace and add_partial_enumeration when
3141 appropriate.
3142 (add_partial_namespace): New.
3143 (add_partial_enumeration, locate_pdi_sibling): Ditto.
3144
3145 2003-09-09 Andrew Cagney <cagney@redhat.com>
3146
3147 * rs6000-tdep.c (ppc_push_return_address): Delete function.
3148 (rs6000_push_dummy_call): Set LR to BP_ADDR.
3149 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
3150 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3151
3152 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
3153 (rs6000_push_dummy_call): Set the "TOC" register.
3154
3155 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
3156 methods "max_register_raw_size", "max_register_virtual_size" or
3157 "register_virtual_size".
3158
3159 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
3160
3161 * MAINTAINERS: Update my e-mail address.
3162
3163 2003-09-09 Andrew Cagney <cagney@redhat.com>
3164
3165 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
3166 (rs6000_push_dummy_call): Store the struct return address.
3167 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3168
3169 2003-09-09 Andrew Cagney <cagney@redhat.com>
3170
3171 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
3172 "ppc_sysv_abi_push_arguments".
3173 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
3174 "ppc_sysv_abi_push_arguments".
3175 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
3176 instead of "push_arguments".
3177 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
3178
3179 2003-09-09 Andrew Cagney <cagney@redhat.com>
3180
3181 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
3182 instead of CALL_DUMMY_ADDRESS.
3183
3184 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
3185
3186 * p-lang.c: Eliminate "register".
3187 * c-lang.c: Ditto.
3188 * expprint.c: Ditto.
3189 * f-lang.c: Ditto.
3190 * jv-lang.c: Ditto.
3191 * language.c: Ditto.
3192 * m2-lang.c: Ditto.
3193 * parse.c: Ditto.
3194 * scm-lang.c: Ditto.
3195 * objc-lang.c: Ditto.
3196
3197 2003-09-09 Nick Clifton <nickc@redhat.com>
3198
3199 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
3200
3201 2003-09-04 Andrew Cagney <cagney@redhat.com>
3202
3203 * avr-tdep.c: Include "dis-asm.h".
3204 * cris-tdep.c: Include "dis-asm.h".
3205 (cris_delayed_get_disassembler): Use "struct disassemble_info"
3206 instead of corresponding typedef.
3207 * h8300-tdep.c: Include "dis-asm.h".
3208 * ia64-tdep.c: Include "dis-asm.h".
3209 * i386-tdep.c: Include "dis-asm.h".
3210 (i386_print_insn): Use "struct disassemble_info" instead of
3211 corresponding typedef.
3212 * m68k-tdep.c: Include "dis-asm.h".
3213 * mcore-tdep.c: Include "dis-asm.h".
3214 * mips-tdep.c: Include "dis-asm.h".
3215 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
3216 instead of corresponding typedef.
3217 * ns32k-tdep.c: Include "dis-asm.h".
3218 * s390-tdep.c: Include "dis-asm.h".
3219 * sparc-tdep.c: Include "dis-asm.h".
3220 * vax-tdep.c: Include "dis-asm.h".
3221 * v850-tdep.c: Include "dis-asm.h".
3222 * mn10300-tdep.c: Include "dis-asm.h".
3223 * rs6000-tdep.c: Include "dis-asm.h".
3224 * xstormy16-tdep.c: Include "dis-asm.h".
3225 (_initialize_xstormy16_tdep): Delete "extern" declaration of
3226 print_insn_xstormy16.
3227 * Makefile.in (v850-tdep.o): Update dependencies.
3228 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
3229 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
3230 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
3231 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
3232 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
3233 (gdbarch_h): Remove $(dis_asm_h).
3234 * disasm.c: Include "dis-asm.h".
3235 (dis_asm_read_memory): Use "struct disassemble_info" instead of
3236 corresponding typedef.
3237 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
3238 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
3239 * gdbarch.sh: Do not include "dis-asm.h".
3240 (struct disassemble_info): Declare opaque.
3241 (TARGET_PRINT_INSN): Update declaration.
3242 * gdbarch.h, gdbarch.c: Re-generate.
3243
3244 2003-09-08 Andrew Cagney <cagney@redhat.com>
3245
3246 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
3247 CALL_DUMMY_ADDRESS, change to a predicate.
3248 * gdbarch.h, gdbarch.c: Re-generate.
3249 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3250 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
3251 * infcall.c (call_function_by_hand): Ditto.
3252 * sparc-tdep.c (sparc_push_return_address): Ditto.
3253 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
3254 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
3255 CALL_DUMMY_ADDRESS with entry_point_address.
3256 * v850-tdep.c (v850_push_return_address): Ditto.
3257 * s390-tdep.c (s390_push_return_address): Ditto.
3258 * rs6000-tdep.c (ppc_push_return_address): Ditto.
3259 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
3260 * mcore-tdep.c (mcore_push_return_address): Ditto.
3261 * cris-tdep.c (cris_push_return_address): Ditto.
3262 * arm-tdep.c (arm_push_return_address): Ditto.
3263
3264 2003-09-08 Andrew Cagney <cagney@redhat.com>
3265
3266 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
3267 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
3268 and REG_UNMODIFIED to REG_SAME_VALUE.
3269 (execute_cfa_program): Update.
3270 (dwarf2_frame_cache): Update. Initialize table to
3271 REG_UNSPECIFIED, complain if CFI fails to specify a register's
3272 location.
3273 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
3274
3275 2003-09-08 Andrew Cagney <cagney@redhat.com>
3276
3277 * gnu-nat.c: Remove "inline" function attribute.
3278 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
3279
3280 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3281
3282 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
3283 target.
3284
3285 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3286
3287 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
3288 (frame_extra_info): Rename this struct to frv_unwind_cache.
3289 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
3290 Add fields ``prev_sp'' and ``base''.
3291 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
3292 (frv_saved_pc_after_call, frv_init_extra_frame_info)
3293 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
3294 Delete.
3295 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
3296 Revise all callers. Fill in the unwind cache argument and make
3297 other adjustments to account for new frame mechanisms.
3298 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
3299 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
3300 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
3301 (frv_frame_unwind, frv_frame_base): New structs.
3302 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
3303 additional arguments expected by this method and adjust function
3304 body accordingly.
3305 (frv_gdbarch_init): Remove calls to the following functions:
3306 set_gdbarch_deprecated_init_frame_pc(),
3307 set_gdbarch_deprecated_saved_pc_after_call(),
3308 set_gdbarch_deprecated_frame_chain(),
3309 set_gdbarch_deprecated_frame_saved_pc(),
3310 set_gdbarch_deprecated_frame_init_saved_regs(),
3311 set_gdbarch_deprecated_push_arguments(),
3312 set_gdbarch_deprecated_push_return_address(),
3313 set_gdbarch_deprecated_pop_frame(),
3314 set_gdbarch_deprecated_call_dummy_words(),
3315 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3316 set_gdbarch_deprecated_init_extra_frame_info(),
3317 set_gdbarch_deprecated_dummy_write_sp(), and
3318 set_gdbarch_deprecated_pc_in_call_dummy().
3319 Add calls to the following functions:
3320 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
3321 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
3322 frame_base_set_default().
3323 * Makefile.in (frv-tdep.o): Update dependencies.
3324
3325 2003-09-09 Mark Kettenis <kettenis@gnu.org>
3326
3327 * dwarf2-frame.c (read_encoded_value): Add support for
3328 DW_EH_PE_aligned encoding.
3329
3330 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3331
3332 * infrun.c (normal_stop): Don't print a message if the inferior
3333 has exited.
3334
3335 2003-09-08 Jim Blandy <jimb@redhat.com>
3336
3337 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
3338 * dbxread.c: #include "gdb_assert.h".
3339 (read_dbx_symtab): If the objfile has no .data section, use the
3340 section index for the .bss section instead.
3341
3342 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3343
3344 * frame.c (deprecated_safe_get_selected_frame): New function.
3345 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
3346 * findvar.c (read_var_value): Call it.
3347
3348 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
3349
3350 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
3351 (sh64-tdep.o): Add dependencies.
3352 * configure.tgt: Add FIXME to sh-*-linux*.
3353 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
3354 (sh_gdbarch_init): Always set correct sh_show_regs function
3355 pointer. Call sh64_gdbarch_init() if machine type is sh5.
3356 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
3357 * sh64-tdep.c: New file, containing all sh64 related code from
3358 sh-tdep.c.
3359 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
3360 * config/sh/linux.mt (TDEPFILES): Ditto.
3361 * config/sh/nbsd.mt (TDEPFILES): Ditto.
3362 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
3363 * config/sh/wince.mt (TDEPFILES): Ditto.
3364
3365 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3366
3367 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
3368 (stop_wait_callback): Handle !lp->signalled also.
3369 (lin_lwp_has_pending, flush_callback): New functions.
3370 (lin_lwp_wait): Call flush_callback.
3371 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
3372 (linux_proc_pending_signals): New function.
3373 * linux-nat.h (linux_proc_pending_signals): Add prototype.
3374
3375 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3376
3377 From Nick Kelsey <nickk@ubicom.com>:
3378 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
3379 when the stop PC is at the beginning of a function also.
3380
3381 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
3382
3383 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
3384 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
3385
3386 2003-09-06 Mark Kettenis <kettenis@gnu.org>
3387
3388 * sol-thread.c: Include "gdb_string.h".
3389
3390 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
3391
3392 * gcore.c: Reorder include files in alphabetical order. Include
3393 "gdb_assert.h". Various coding style fixes.
3394 (derive_stack_segment, derive_heap_segment): Replace check for
3395 non-null BOTTOM and TOP with gdb_assert.
3396 (derive_heap_segment): Replace check for successful creation of
3397 ZERO with gdb_assert.
3398 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
3399
3400 2003-09-04 Andrew Cagney <cagney@redhat.com>
3401
3402 * thread-db.c (verbose_dlsym): New function.
3403 (thread_db_load): Use verbose_dlsym
3404 (thread_db_new_objfile): Print that libthread_db was loaded, and
3405 that thread debugging was enabled.
3406
3407 2003-09-04 Andrew Cagney <cagney@redhat.com>
3408
3409 * configure.tgt: Add "mips64*-*-*" target. Delete
3410 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
3411 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
3412 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
3413 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
3414 mips*-sony-*, and mips64*-*-elf* targets.
3415 * config/mips/embedl.mt: Delete file.
3416 * config/mips/embedl64.mt: Delete file.
3417 * config/mips/mips.mt: Delete file.
3418 * config/mips/mips64.mt: Delete file.
3419 * config/mips/tm-embed.h: Delete file.
3420 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
3421 * config/mips/embed64.mt: Delete out-of-date comment.
3422
3423 2003-09-04 Andrew Cagney <cagney@redhat.com>
3424
3425 * hppa-tdep.c (hppa_gdbarch_init): Set
3426 "have_nonsteppable_watchpoint".
3427 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3428 * mips-tdep.c (mips_dump_tdep): Do not print
3429 HAVE_NONSTEPPABLE_WATCHPOINT.
3430 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
3431 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3432 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3433 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3434
3435 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3436
3437 * breakpoint.c (watchpoint_check): Remove accidentally checked in
3438 unused code. Add comment.
3439
3440 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3441
3442 * breakpoint.c (watchpoint_check): Check for pc being in an
3443 epilogue if watchpoint frame couldn't be found.
3444
3445 2003-09-04 Andrew Cagney <cagney@redhat.com>
3446
3447 * Makefile.in: Re-generate all dependencies.
3448
3449 2003-09-03 Andrew Cagney <cagney@redhat.com>
3450
3451 * arch-utils.h (legacy_print_insn): Delete declaration.
3452 * arch-utils.c (legacy_print_insn): Delete function.
3453 * disasm.c (deprecated_tm_print_insn_info): Delete.
3454 (_initialize_disasm): Delete function, contained code initializing
3455 deprecated_tm_print_insn_info.
3456 * gdbarch.sh (deprecated_tm_print_insn): Delete.
3457 (deprecated_tm_print_insn_info): Delete.
3458 (TARGET_PRINT_INSN): Do not provide a default.
3459 * gdbarch.h, gdbarch.c: Re-generate.
3460
3461 2003-09-03 Andrew Cagney <cagney@redhat.com>
3462
3463 * disasm.c (fprintf_disasm): New function.
3464 (gdb_disassemble_info): Call "init_disassemble_info", instead of
3465 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
3466 reverts 2003-08-14 change.
3467 (_initialize_disasm): Call "init_disassemble_info", instead of
3468 INIT_DISASSEMBLE_INFO_NO_ARCH.
3469
3470 2003-09-03 Michael Snyder <msnyder@redhat.com>
3471
3472 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
3473
3474 2003-09-03 Andrew Cagney <cagney@redhat.com>
3475
3476 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
3477 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
3478 * symfile.c (syms_from_objfile): Update.
3479 (reread_symbols): `Update
3480 * exec.c (exec_file_attach): Update.
3481 (exec_file_attach): Update.
3482 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
3483 2003-08-29 change.
3484 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
3485
3486 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3487
3488 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3489 trad-frame.h.
3490 (arm_get_cache): Delete macro.
3491 (struct arm_prologue_cache): Update comments. Make saved_regs into
3492 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
3493 to prev_sp.
3494 (thumb_scan_prologue): Update for cache changes. Don't call
3495 DEPRECATED_PC_IN_CALL_DUMMY.
3496 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
3497 argument and use it in desperation search for our prologue. Do not
3498 search past the specified PC.
3499 (arm_make_prologue_cache): Simplify.
3500
3501 (arm_prologue_this_id, arm_prologue_prev_register)
3502 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3503 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3504 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3505 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3506 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3507
3508 (arm_frame_chain_valid, arm_find_callers_reg)
3509 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3510 (arm_pop_frame): Delete obsolete methods.
3511 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3512
3513 (arm_gdbarch_init): Update for new frame methods. Register prologue
3514 and sigtramp unwinders. Set the default frame base method.
3515
3516 * Makefile.in (arm-tdep.o): Update dependencies.
3517 * varobj.c (find_frame_addr_in_frame_chain): Call
3518 get_frame_base_address.
3519 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3520
3521 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3522
3523 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3524 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3525 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3526 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3527 Take NEXT_FRAME and CACHE arguments. Call
3528 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3529 Set unwound_pc in CACHE instead of modifying the frame argument.
3530 Don't bother checking the frame type when looking for sigtramp
3531 frames.
3532 (arm_make_prologue_cache, arm_frame_chain)
3533 (arm_init_extra_frame_info): New functions.
3534
3535 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3536
3537 * arm-tdep.c (arm_get_cache): Define.
3538 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
3539 unwound_sp, unwound_pc, and saved_regs.
3540 (thumb_scan_prologue): Take a cache instead of the frame.
3541 (arm_scan_prologue): Likewise.
3542 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3543 instead of a temporary frame.
3544 (arm_init_extra_frame_info): Allocate and use a cache.
3545 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3546
3547 2003-09-03 Andrew Cagney <cagney@redhat.com>
3548
3549 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3550 * config/mips/wince.mt (TM_CLIBS): Ditto.
3551 * config/sh/wince.mt (TM_CLIBS): Ditto.
3552 * config/pa/hppa64.mt (TM_CLIBS): Delete.
3553 * config/sparc/sp64.mt (CC): Delete.
3554
3555 2003-09-03 Andrew Cagney <cagney@redhat.com>
3556
3557 * defs.h: Do not include "arch-utils.h".
3558 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3559 GDB_MULTI_ARCH_PURE.
3560 * configure.in (GDB_MULTI_ARCH): Do not define.
3561 * configure, config.in: Regenerate.
3562 * configure.tgt: Do not set variable "gdb_multi_arch".
3563 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3564 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3565 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3566 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3567 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3568 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3569 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3570 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3571 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3572 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3573 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3574 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3575 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3576 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3577 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3578 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3579 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3580 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
3581
3582 2003-08-30 Michael Chastain <mec@shout.net>
3583
3584 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3585 * config/m68k/nm-hp300hpux.h: Delete.
3586 * config/m68k/tm-hp300hpux.h: Delete.
3587 * config/m68k/xm-hp300hpux.h: Delete.
3588 * config/m68k/xm-hp300bsd.h: Delete.
3589 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3590 tm-hp300hpux.h, xm-hp300hpux.h.
3591 * somsolib.c: Remove comment about hp300 shared libraries.
3592
3593 2003-08-31 Mark Kettenis <kettenis@gnu.org>
3594
3595 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3596 Only define PTRACE_GET_THREAD_AREA is not already defined.
3597 Various style fixes in code and comments and some additional
3598 spelling fixes in comments. Move after functions dealing with
3599 debug registers.
3600 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3601 Fix coding-style.
3602
3603 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3604 frame_unwind_register_unsigned instead of
3605 frame_unwind_unsigned_register.
3606
3607 2003-08-30 Mark Kettenis <kettenis@gnu.org>
3608
3609 * configure.in: Search for gethostbyname in libnsl.
3610 * configure: Regenerated.
3611
3612 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3613
3614 * configure.in: Remove redundant AC_MSG_RESULT in check for
3615 uintptr_t in stdint.h.
3616 * configure: Regenerated.
3617
3618 * amd64-nat.h (struct regcache): Add opaque declaration.
3619
3620 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3621 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3622 Change "register array" to "register cache" in comments.
3623 (x86_64_linux_gregset64_reg_offset): New variable.
3624 (GETREGS_SUPPLIES): Remove macro.
3625 (supply_gregset): Call amd64_supply_native_gregset instead of
3626 x86_64_linux_supply_gregset.
3627 (fill_gregset): Rename `regno' to `regnum'. Call
3628 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3629 (store_regs): Rename `regno' to `regnum'.
3630 (store_fpregs): Rename `regno' to `regnum'.
3631 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3632 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3633 Reorganize function a bit.
3634 (store_inferior_registers): Rename `regno' to `regnum'. Use
3635 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3636 Reorganize function a bit.
3637 (_initialize_x86_64_linux_nat): New function.
3638 * config/i386/x86-64linux.mh.
3639
3640 2003-08-29 Andrew Cagney <cagney@redhat.com>
3641
3642 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3643 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3644 (target_remove_watchpoint): Delete macro.
3645 (target_insert_watchpoint): Delete macro.
3646 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3647 (remote_mips_stopped_by_watchpoint): Delete declaration.
3648 (remote_mips_remove_watchpoint): Delete declaration.
3649 (remote_mips_set_watchpoint): Delete declaration.
3650 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3651 * remote-mips.c (_initialize_remote_mips): Set
3652 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3653 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3654 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3655 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3656 (mips_stopped_by_watchpoint): Rename
3657 remote_mips_stopped_by_watchpoint.
3658 (mips_can_hardware_watchpoint): Rename
3659 remote_mips_can_use_hardware_watchpoint, update function
3660 signature.
3661
3662 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3663
3664 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3665 USER_DS. We haven't given them a register number yet.
3666
3667 * amd64-nat.h: New file.
3668 * amd64-nat.c: New file.
3669 * amd64fbsd-nat.c: Include "amd64-nat.h".
3670 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3671 (amd64fbsd32_r_reg_offset): New variable.
3672 (supply_gregset): Simply call amd64_supply_native_gregset.
3673 (fill_gregset): Rename `regno' to `regnum'. Simply call
3674 amd64_collect_native_gregset.
3675 (fill_fpregset): Rename `regno' to `regnum'.
3676 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3677 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3678 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3679 `fpregset_t'. Call amd64_supply_native_gregset instead of
3680 supply_gregset. Call x86_64_supply_fxsave instead of
3681 supply_fpregset.
3682 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3683 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3684 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3685 `fpregset_t'. Call amd64_collect_native_gregset instead of
3686 fill_gregset. Call x86_64_collect_fxsave instead of
3687 fill_fpregset.
3688 (_initialize_am64fbsd_nat): Initialize
3689 amd64_native_gregset32_reg_offset and
3690 amd64_native_gregset64_reg_offset.
3691 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3692
3693 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3694 null pointer. Fix typo in comment.
3695
3696 * regcache.c (supply_register): Reimplement to call
3697 regcache_raw_supply.
3698 (regcache_collect): Reimplement by calling regcache_raw_collect.
3699
3700 2003-08-28 Mark Kettenis <kettenis@gnu.org>
3701
3702 * regcache.c (register_buffer): Consitify first argument.
3703 (regcache_raw_supply, regcache_raw_collect): New
3704 functions.
3705
3706 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3707
3708 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3709 by Nathan J. Williams.
3710
3711 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3712
3713 * lin-lwp.c (wait_lwp): New function, copied from
3714 stop_wait_callback. Clean up.
3715 (stop_wait_callback): Use wait_lwp.
3716
3717 2003-08-28 Andrew Cagney <cagney@redhat.com>
3718
3719 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3720 flavour and disassembler options.
3721 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3722 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3723 deprecated_tm_print_insn_info.
3724
3725 2003-08-27 Andrew Cagney <cagney@redhat.com>
3726
3727 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3728 Use target_read_memory.
3729 (s390_get_frame_info): Update. Do not reference
3730 deprecated_tm_print_insn_info.
3731 (s390_check_function_end, s390_is_sigreturn): Ditto.
3732
3733 2003-08-27 Andrew Cagney <cagney@redhat.com>
3734
3735 * Makefile.in (cris-tdep.o): Update dependencies.
3736 * cris-tdep.c: Include "gdb_assert.h".
3737 (cris_gdbarch_init): Set print_insn.
3738 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3739 (cris_delayed_get_disassembler): Simplify, directly call the
3740 disassembler returned by cris_get_disassembler.
3741 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3742 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3743 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3744 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3745 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3746 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3747 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3748 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3749 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3750 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3751 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3752 (gdb_print_insn_sparc): Delete function.
3753 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3754 deprecated_tm_print_insn_info.
3755 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3756 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3757 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3758 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3759 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3760 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3761 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3762 (s390_gdbarch_init): Set print_insn.
3763
3764 2003-08-27 Andrew Cagney <cagney@redhat.com>
3765
3766 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3767 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3768 * infcall.c (call_function_by_hand): Convert the entry point
3769 address into a code address.
3770
3771 2003-08-27 Andrew Cagney <cagney@redhat.com>
3772
3773 * dsrec.c: Include "gdb_string.h".
3774 * Makefile.in (dsrec.o): Update dependencies.
3775
3776 2003-08-27 Michael Chastain <mec@shout.net>
3777
3778 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3779
3780 2003-08-27 Andrew Cagney <cagney@redhat.com>
3781
3782 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3783 (alpha_osf1_init_abi): Do not set call_dummy_address.
3784
3785 2003-08-27 David Carlton <carlton@kealia.com>
3786
3787 From Randolph Chung <tausq@debian.org>:
3788 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3789 compiles with -Wformat-nonliteral -Werror.
3790
3791 2003-08-26 Jim Blandy <jimb@redhat.com>
3792
3793 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3794 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3795 bfd_lookup_symbol, since we only want symbols in code sections.
3796 (look_for_base): Pass zero as the SECT_FLAGS argument to
3797 bfd_lookup_symbol, since we're not concerned about which section
3798 the symbol is in.
3799
3800 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3801
3802 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3803 we are frameless or the return address register is already known.
3804
3805 2003-08-26 Andrew Cagney <cagney@redhat.com>
3806
3807 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3808 in size. Add comments.
3809
3810 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3811
3812 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3813 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3814
3815 2003-08-26 Jason Merrill <jason@redhat.com>
3816
3817 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3818 case out of #ifdef MIPS block.
3819
3820 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
3821
3822 PR java/1322
3823 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3824 available before calling SECT_OFF_TEXT.
3825 * PROBLEMS: Remove description of java/1322.
3826
3827 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3828
3829 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3830 bof, and nat0-nat127 as pseudo-registers.
3831 (ia64_frame_cache): New struct used to cache frame info.
3832 (ia64_register_reggroup_p): New routine used to override default
3833 register grouping so registers without names are still saved and
3834 restored.
3835 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3836 pseudo values.
3837 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3838 (ia64_pseudo_register_write): New routine to write pseudo-registers.
3839 (ia64_alloc_frame_cache): New routine to create a new
3840 ia64_frame_cache.
3841 (examine_prologue): Change prototype to add next_frame pointer.
3842 Assume frameless until otherwise proven. Verify that the cfm for
3843 current frame matches the cfm that should occur for the prologues
3844 alloc insn and if equal, mark as not frameless. At end of routine,
3845 if not frameless, calculate registers for the previous frame and store
3846 in the cache, if a cache is provided.
3847 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3848 and pass 0 for next_frame.
3849 (ia64_store_return_value): Change to use convert_typed_floating()
3850 instead of calling ia64_convert_to_raw().
3851 (ia64_extract_return_value): Change to use convert_typed_floating()
3852 instead of calling ia64_convert_to_virtual().
3853 (ia64_frame_cache): New routine to support new frame model.
3854 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3855 (ia64_frame_sniffer): Ditto.
3856 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3857 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3858 (ia64_sigtramp_frame_prev_register): Ditto.
3859 (ia64_sigtramp_frame_sniffer): Ditto.
3860 (ia64_frame_base_address): Ditto.
3861 (ia64_extract_struct_value_address): Change to issue error message.
3862 (ia64_frame_align): New routine to align sp.
3863 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3864 (ia64_push_arguments): Removed. Logic moved to
3865 ia64_push_dummy_call().
3866 (ia64_push_return_address): Ditto.
3867 (ia64_unwind_dummy_id): New function.
3868 (ia64_unwind_pc): Ditto.
3869 (ia64_convert_register_p): Ditto.
3870 (ia64_register_to_value): Ditto.
3871 (ia64_value_to_register): Ditto.
3872 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3873 (ia64_register_byte, ia64_register_raw_size): Ditto.
3874 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3875 (ia64_saved_pc_after_call): Ditto.
3876 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3877 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3878 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3879 (ia64_register_convert_to_raw): Ditto.
3880 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3881 (ia64_init_extra_frame_info): Ditto.
3882 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3883 (ia64_gdbarch_init): Remove registering of deprecated functions that
3884 are no longer used. Add registration of new gdbarch functions.
3885 Remove registering deprecated_write_sp. Replace
3886 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3887 Delete set_gdbarch_deprecated_register_convertible(),
3888 set_gdbarch_deprecated_register_convert_to_virtual(), and
3889 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3890 set_gdbarch_deprecated_register_size(),
3891 set_gdbarch_deprecated_register_bytes(),
3892 set_gdbarch_pcregnum(),
3893 set_gdbarch_deprecated_register_byte(),
3894 set_gdbarch_deprecated_register_raw_size(),
3895 set_gdbarch_deprecated_max_register_raw_size(),
3896 set_gdbarch_deprecated_register_virtual_size(),
3897 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3898 Replace set_gdbarch_deprecated_extract_return_value() with
3899 set_gdbarch_extract_return_value(). Remove calls to:
3900 set_gdbarch_deprecated_saved_pc_after_call();
3901 set_gdbarch_deprecated_frame_chain(),
3902 set_gdbarch_deprecated_frame_saved_pc(),
3903 set_gdbarch_deprecated_frame_init_saved_regs(),
3904 set_gdbarch_deprecated_get_saved_register(),
3905 set_gdbarch_deprecated_call_dummy_words(),
3906 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3907 set_gdbarch_deprecated_init_extra_frame_info(),
3908 set_gdbarch_deprecated_frame_args_address(),
3909 set_gdbarch_deprecated_frame_locals_address(),
3910 and set_gdbarch_deprecated_dummy_write_sp().
3911 Add set_gdbarch_convert_register_p(),
3912 set_gdbarch_register_to_value(),
3913 set_gdbarch_value_to_register(),
3914 set_gdbarch_push_dummy_call(),
3915 set_gdbarch_frame_align(),
3916 set_gdbarch_unwind_dummy_id(),
3917 set_gdbarch_unwind_pc(),
3918 frame_unwind_append_sniffer(),
3919 frame_unwind_append_sniffer(),
3920 and frame_base_set_default().
3921
3922 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3923
3924 * configure.tgt: Document need for special "mipsisa64" handling.
3925 (mipsisa64*-*-linux64): Handle as target linux64.
3926 (mipsisa64*-*-*): Handle as target embed64.
3927
3928 2003-08-18 Michael Chastain <mec@shout.net>
3929
3930 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3931 objfile bug.
3932
3933 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3934
3935 * i387-tdep.h: Update copyright date.
3936 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3937
3938 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3939 CFLAGS games to reflect reality.
3940
3941 2003-08-24 Andrew Cagney <cagney@redhat.com>
3942
3943 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3944 GDB_MULTI_ARCH is always non-zero.
3945 * osabi.c (_initialize_gdb_osabi): Ditto.
3946 (gdbarch_init_osabi): Ditto.
3947 * sparc-tdep.c: Ditto for #if code.
3948
3949 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3950
3951 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3952 Update comments.
3953 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3954 comments.
3955 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3956 x86_64_supply_fxsave.
3957 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3958 x86_64_supply_fxsave.
3959 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3960 x86_64_supply_fxsave.
3961
3962 2003-08-23 Andreas Jaeger <aj@suse.de>
3963
3964 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3965 i387_supply_fxsave.
3966
3967 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3968
3969 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3970 i387_supply_register.
3971 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3972 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3973 i387_supply_fsave.
3974 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3975 i387_supply_fxsave.
3976 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3977 i387_supply_fsave.
3978 * i386bsd-nat.c (supply_fpregset): Adjust call to
3979 i387_supply_fsave.
3980 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3981 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3982 supply_fpregset.
3983 (store_inferior_registers): Remove extraneous whitespace. Call
3984 i387_fill_fsave instead of fill_fpregset.
3985 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3986 (supply_fpregset): Likewise.
3987 * i386v4-nat.c (supply_fpregset): Adjust call to
3988 i387_supply_fsave.
3989 * i386-interix-nat.c (supply_fpregset): Adjust call to
3990 i387_supply_fsave.
3991 * i386-linux-nat.c (supply_fpregset): Adjust call to
3992 i387_supply_fsave.
3993 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3994 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3995 i387supply_fsave and i387_supply_fxsave.
3996 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3997 Incorporate code from `i387_supply_register.
3998 (i387_supply_register): Remove.
3999 (i387_supply_fxsave): Add `regnum' argument.
4000 Update comments.
4001 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
4002 prototype.
4003 (i387_supply_register): remove prototype.
4004 Update comments.
4005
4006 2003-08-22 Michael Chastain <mec@shout.net>
4007
4008 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
4009 Add lines for files in gdb/testsuite/gdb.cp/* that are
4010 still not 8.3 unique.
4011
4012 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
4013
4014 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
4015 TYPE_VPTR_FIELDNO is valid.
4016
4017 2003-08-19 Mark Kettenis <kettenis@gnu.org>
4018
4019 * utils.c (set_width_command): Remove prototypes.
4020 (set_screen_size): New prototype.
4021 (init_page_info): Simplify by fetching the screen size from
4022 Readline. Call set_screen_size.
4023 (set_screen_size): New function.
4024 (set_width): Add missing whitespace in comment.
4025 (set_width_command): Call set_screen_size.
4026 (set_height_command): New function.
4027 (initialize_utils): Fix formatting. Make "set height" command
4028 call set_height_command. Remove redundant code that turns off
4029 pagination if output isn't a terminal. Remove redundant call to
4030 set_width_command.
4031
4032 2003-08-22 Mark Kettenis <kettenis@gnu.org>
4033
4034 * sparc64-tdep.h (sparc64_regnum): Fix comment.
4035 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
4036 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
4037 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
4038 `case' keyword.
4039 (sparc64_register_info): Give the reister with number
4040 SPARC64_STATE_REGNUM a name.
4041 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
4042 %asi and %ccr.
4043 (sparc64_push_dummy_call): Take BIAS into account when checking
4044 stcak alignment.
4045 (sparc_software_single_step): Remove assertions that check whether
4046 NPC and NNPC were zero.
4047 (sparc_supply_rwindow): Make public. Merge functionality with
4048 sparc64_supply_rwindow.
4049 (sparc_fill_rwindow): Make public. Merge functionality with
4050 sparc64_fill_rwindow.
4051 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
4052 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
4053 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
4054 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
4055 sparc_supply_rwindow instead of sparc64_supply_rwindow.
4056
4057 * reggroups.c: Add whitespace after declarations of local
4058 variables in functions.
4059
4060 2003-08-21 Michael Chastain <mec@shout.net>
4061
4062 * gdbtypes.h: Change array bound type from an int to enum.
4063
4064 2003-08-21 Andrew Cagney <cagney@redhat.com>
4065
4066 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
4067 * config/sparc/tm-sparc.h: Ditto.
4068 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
4069 unconditionally.
4070 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
4071
4072 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4073
4074 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
4075 (register_objfile_data, set_objfile_data, objfile_data): New
4076 prototypes.
4077 * objfiles.c (objfile_alloc_data, objfile_free_data): New
4078 prototypes.
4079 (allocate_objfile): Call objfile_alloc_data.
4080 (free_objfile): Call objfile_free_data.
4081 (struct objfile_data): New.
4082 (struct objfile_data_registration): New.
4083 (struct objfile_data_registry): New.
4084 (objfile_data_registry): New variable.
4085 (register_objfile_data): New function.
4086 (objfile_alloc_data, objfile_free_data): New functions.
4087 (set_objfile_data, objfile_data): New functions.
4088 * dwarf2-frame.c (dwarf2_frame_data): New variable.
4089 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
4090 (_initialize_dwarf2_frame): New function and prototype.
4091
4092 2003-08-21 Andrew Cagney <cagney@redhat.com>
4093
4094 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
4095 a specific architecture.
4096 * arch-utils.h (set_architecture_from_arch_mach): Delete
4097 declaration.
4098 (target_architecture_hook): Delete declaration.
4099 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
4100 (default_float_format): Assume GDB_MULTI_ARCH.
4101 (default_double_format): Assume GDB_MULTI_ARCH.
4102 (set_endian_from_file): Delete function.
4103 (arch_ok): Delete function.
4104 (set_arch): Delete function.
4105 (set_architecture_from_arch_mach): Delete function.
4106 (set_architecture_from_file): Delete function.
4107 (set_architecture): Assume GDB_MULTI_ARCH.
4108 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
4109
4110 2003-08-21 Mark Kettenis <kettenis@gnu.org>
4111
4112 Rewrite FreeBSD/sparc64 native configuration.
4113 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
4114 * sparc64fbsd-nat.c: New file.
4115 * sparc64fbsd-tdep.c: New file.
4116 * sparc64-tdep.c sparc64-tdep.h: New files.
4117 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
4118 sparc64fbsd-tdep.o): New dependencies.
4119 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
4120 and sparc64fbsd-tdep.c.
4121 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
4122 * config/sparc/fbsd.mh: Remove copyright notice.
4123 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
4124 sparcbsd-nat.o.
4125 * config/sparc/fbsd.mt: Remove copyright notice.
4126 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
4127 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
4128 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
4129 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
4130 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
4131 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
4132 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
4133 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
4134 "sparc/tm-sp64.h".
4135 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
4136 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
4137
4138 2003-08-21 Michael Chastain <mec@shout.net>
4139
4140 * symtab.h: Add doco on the space critical structures and
4141 some measurements of space usage.
4142
4143 2003-08-21 Michael Snyder <msnyder@redhat.com>
4144
4145 * tracepoint.c (trace_dump_command): Trace break address
4146 is subject to DECR_PC_AFTER_BREAK.
4147 (set_traceframe_context): Make "trace_line" an int.
4148 Fixes suggested by Mark Newman <mark.newman@lmco.com>
4149
4150 2003-08-20 Michael Snyder <msnyder@redhat.com>
4151
4152 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
4153 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
4154 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
4155 argument passing.
4156 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
4157 functions, replace sh_push_dummy_call.
4158 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
4159
4160 2003-08-20 Michael Chastain <mec@shout.net>
4161
4162 * gdbtypes.h (struct main_type): Rearrange to save space.
4163
4164 2003-08-20 Michael Snyder <msnyder@redhat.com>
4165
4166 * trad-frame.c: Comment typo fix.
4167
4168 2003-08-20 Michael Snyder <msnyder@redhat.com>
4169 Kevin Buettner <kevinb@redhat.com>
4170
4171 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
4172 (frv_frame_init_saved_regs): Add declaration.
4173 (frame_extra_info): Add new field ``saved_regs''.
4174 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
4175 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
4176 Update frame related code.
4177 (frv_extract_struct_value_address): Adjust formatting.
4178 * Makefile.in (frv-tdep.o): Update dependencies.
4179 * config/frv/tm-frv.h (target_insert_watchpoint)
4180 (target_remove_watchpoint, target_insert_hw_breakpoint)
4181 (target_remove_hw_breakpoint): Delete these macros.
4182 (remote_insert_watchpoint, remote_remove_watchpoint)
4183 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
4184 these declarations.
4185
4186 2003-08-20 Michael Chastain <mec@shout.net>
4187
4188 * defs.h (ENUM_BITFIELD): New macro.
4189 * symtab.h (ENUM_BITFIELD): Use it.
4190 (BYTE_BITFIELD): Remove old macro, which was already disabled.
4191
4192 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
4193
4194 * MAINTAINERS (write after approval): Add myself.
4195
4196 2003-08-18 Andrew Cagney <cagney@redhat.com>
4197
4198 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
4199 * gdbarch.h, gdbarch.c: Re-generate.
4200 * infcall.c (call_function_by_hand): Adjust the SP by
4201 frame_red_zone_size before allocating any stack space.
4202 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
4203 * x86-64-tdep.c (x86_64_frame_align): New function.
4204 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
4205
4206 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
4207 Remove code adjusting SP so that it skips over the Red Zone.
4208
4209 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4210
4211 * NEWS (New native configurations): Mention FreeBSD/amd64.
4212
4213 2003-08-18 Andrew Cagney <cagney@redhat.com>
4214
4215 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
4216 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
4217 "m68k_frame_p".
4218 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
4219
4220 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4221
4222 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
4223
4224 2003-08-18 Michal Ludvig <mludvig@suse.cz>
4225
4226 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
4227 Define.
4228 * i386-linux-nat.c: Include "linux-nat.h".
4229 (child_post_startup_inferior): New function.
4230
4231 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4232
4233 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
4234 at the start of a frameless function. This probably fixes PR
4235 backtrace/1338.
4236
4237 2003-08-17 Michael Chastain <mec@shout.net>
4238
4239 * symfile.c (find_sym_fns): Remove special case for apollo target.
4240
4241 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4242
4243 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
4244 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
4245 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
4246 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
4247 (linux_supports_tracevforkdone): New function.
4248 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
4249 TRACEVFORKDONE.
4250 (child_follow_fork): Handle vfork.
4251 (linux_handle_extended_wait): Likewise. Also handle exec.
4252 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
4253 * NEWS: Mention fork tracing.
4254
4255 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4256
4257 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4258
4259 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4260
4261 * Makefile.in (i386-linux-nat.o): Update dependencies.
4262 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
4263 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
4264 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
4265 * i386-linux-nat.c: Include "linux-nat.h".
4266 (child_post_startup_inferior): New function.
4267 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
4268 * infptrace.c (kill_inferior): Wrap in #ifdef.
4269 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
4270 attaching to each LWP.
4271 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
4272 (init_lin_lwp_ops): Fill in some more operations.
4273 * linux-nat.h (linux_enable_event_reporting)
4274 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
4275 prototypes.
4276 * linux-nat.c (linux_enable_event_reporting): New function.
4277 (child_post_attach, linux_child_post_startup_inferior)
4278 (child_post_startup_inferior, child_follow_fork)
4279 (linux_handle_extended_wait, kill_inferior): New functions.
4280
4281 2003-08-16 Andrew Cagney <cagney@redhat.com>
4282
4283 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
4284 * gdbarch.h, gdbarch.c: Re-generate.
4285
4286 2003-08-16 Mark Kettenis <kettenis@gnu.org>
4287
4288 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
4289
4290 2003-08-16 Andrew Cagney <cagney@redhat.com>
4291
4292 * NEWS: Mention that "set prompt-escape-char" was deleted.
4293 * top.c (get_prompt_1): Delete function.
4294 (gdb_prompt_escape):
4295 (init_main): Do not clear "gdb_prompt_escape". Delete "set
4296 prompt-escape-char" command.
4297 (MAX_PROMPT_SIZE): Delete macro.
4298 (get_prompt): Simplify, do not call get_prompt_1.
4299
4300 2003-08-16 Andrew Cagney <cagney@redhat.com>
4301
4302 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
4303 -Werror. -Wformat-nonliteral problems.
4304
4305 2003-08-15 J. Brobecker <brobecker@gnat.com>
4306
4307 Further multiarching work mostly for hppa64-*-hpux11:
4308 * hppa-tdep.h: New file.
4309 * hppa-tdep.c: #include hppa-tdep.c.
4310 (hppa32_num_regs): Renamed from hppa_num_regs.
4311 (hppa64_num_regs): New constant.
4312 (hppa64_call_dummy_breakpoint_offset): New constant.
4313 (hppa32_call_dummy_length): New constant.
4314 (hppa64_call_dummy_length): New constant.
4315 (hppa32_stack_align): Make name 32bit explicit.
4316 (hppa32_register_virtual_type): Likewise.
4317 (hppa32_extract_return_value): Likewise.
4318 (hppa32_use_struct_convention): Likewise.
4319 (hppa32_store_return_value): Likewise.
4320 (hppa64_register_virtual_type): New function.
4321 (hppa64_extract_return_value): New function.
4322 (hppa64_use_struct_convention): New function.
4323 (hppa64_store_return_value): New function.
4324 (hppa_frame_locals_address): Remove declaration, function does
4325 not exist anymore.
4326 (hppa_register_byte): Add support for PA64 ABI.
4327 (hppa_gdbarch_init): Add support for PA64 ABI.
4328 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
4329 Make name 32bit explicit.
4330 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
4331 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
4332 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
4333 (hppa64_hpux_frame_base_before_sigtramp): New function.
4334 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
4335 * config/pa/tm-hppa64.h: Remove macros that are no longer
4336 necessary now that the gdbarch vector is properly setup.
4337 Transform some macros into function calls. Some minor cleanup.
4338 * config/pa/tm-hppah.h: Update function calls in macros
4339 following the function renaming in hppa-hpux-tdep.c.
4340 * Makefile.in (hppa_tdep_h): New variable.
4341 (hppa-tdep.o): Add dependency over hppa_tdep_h.
4342
4343 2003-08-14 Michael Snyder <msnyder@redhat.com>
4344
4345 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
4346
4347 2003-08-13 J. Brobecker <brobecker@gnat.com>
4348
4349 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
4350 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
4351 routine.
4352
4353 2003-08-13 Michael Snyder <msnyder@redhat.com>
4354
4355 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
4356 (frv_saved_pc_after_call): Use deprecated ftype.
4357 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
4358 (frv_remote_translate_xfer_address): Remove.
4359 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
4360
4361 2003-08-13 J. Brobecker <brobecker@gnat.com>
4362
4363 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
4364 initialization after the common gdbarch initialization, not before.
4365
4366 2003-08-13 J. Brobecker <brobecker@gnat.com>
4367
4368 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
4369 (ADDR_BITS_REMOVE): Remove, redundant.
4370
4371 2003-08-13 J. Brobecker <brobecker@gnat.com>
4372
4373 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
4374 gdbarch method to clear the 2 low bits of text addresses.
4375
4376 2003-08-12 Andrew Cagney <cagney@redhat.com>
4377
4378 * Makefile.in (dsrec.o): Update dependencies.
4379 * dsrec.c: Include "gdb_assert.h".
4380 (make_srec): Use snprintf instead of sprintf, use a literal format
4381 string.
4382
4383 2003-08-12 Andrew Cagney <cagney@redhat.com>
4384
4385 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
4386 FRAME_OBSTACK_ZALLOC.
4387
4388 2003-08-12 Kevin Buettner <kevinb@redhat.com>
4389
4390 * i386-tdep.c (i386_gdbarch_init): Enable default support for
4391 SSE registers.
4392
4393 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4394
4395 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
4396 amd64fbsd_sc_reg_offset): Add extern declarations.
4397 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
4398 declarations.
4399
4400 2003-08-11 Ben Elliston <bje@wasabisystems.com>
4401
4402 * MAINTAINERS (write after approval): Update my mail address.
4403
4404 2003-08-10 Andrew Cagney <cagney@redhat.com>
4405
4406 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
4407
4408 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4409
4410 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4411 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
4412 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
4413 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
4414 i386bsd_sc_reg_offset): Add extern declarations.
4415 * i386obsd-nat.c: Include "i386-tdep.h"
4416 (_initialize_i386obsd_nat): Remove extern declarations.
4417 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
4418 declarations.
4419 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
4420 declarations.
4421
4422 * i386-tdep.c (i386_register_to_value): Use get_frame_register
4423 instead of frame_read_register.
4424 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
4425 instead of frame_read_register. Use I386_ESP_REGNUM instead of
4426 SP_REGNUM.
4427 (i386_frame_prev_register): Use frame_unwind_register_unsigned
4428 instead of frame_unwind_unsigned_register. Use
4429 I386_EFLAGS_REGISTER instead of PS_REGNUM.
4430 (i386_get_longjmp_target): Use regcache_read_unsigned_register
4431 instead of read_register. Use builtin_type_void_data_ptr instead
4432 of builtin_type_void_func_ptr when extracting the address of the
4433 jmp_buf.
4434 (i386_extract_return_value, i386_store_return_value,
4435 i386_pseudo_register_read, i386_pseudo_register_write): Use
4436 register_size instead REGISTER_RAW_SIZE.
4437
4438 2003-08-10 Andrew Cagney <cagney@redhat.com>
4439
4440 * infcall.c (call_function_by_hand): Use xstrprintf instead of
4441 sprintf. Make "name" constant.
4442
4443 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4444
4445 * i387-tdep.c (i387_register_to_value): Use get_frame_register
4446 instead of frame_read_register.
4447 (i387_print_float_info): Use get_frame_register and
4448 get_frame_register_unsigned instead of frame_register_read.
4449
4450 * i386fbsd-nat.c: Include "i386-tdep.h".
4451 (child_resume): Make `eflags' an ULONGEST. Use
4452 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
4453 instead of register_read and register_write.
4454
4455 * i386bsd-nat.c (fetch_inferior_registers,
4456 store_inferior_registers): Don't use && at the end of a line.
4457 (_initialize_i386bsd_nat): Fix typo.
4458
4459 * frame.c (_initialize_frame): Add missing backslash.
4460
4461 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4462 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
4463 and supply_register instead of manipulating the register buffer
4464 directly.
4465
4466 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4467 * config/i386/nm-i386sol2.h
4468 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
4469
4470 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
4471 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
4472 instructions that GCC likes to mingle into the prologue. Fixes
4473 gdb/1253 and gdb/1255.
4474
4475 2003-08-09 Andrew Cagney <cagney@redhat.com>
4476
4477 Fix GDB PR cli/926.
4478 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
4479 * command.h (add_setshow_uinteger_cmd): Declare.
4480 * frame.c (set_backtrace_cmd): New function.
4481 (show_backtrace_cmd): New function.
4482 * frame.c (_initialize_frame): Replace "set/show
4483 backtrace-below-main" with "set/show backtrace past-main". Add
4484 command "set/show backtrace limit".
4485 (backtrace_past_main): Rename "backtrace_below_main".
4486 (backtrace_limit): New variable.
4487 (get_prev_frame): Update. Check the backtrace_limit.
4488
4489 2003-08-09 Andrew Cagney <cagney@redhat.com>
4490
4491 * defs.h (xstrprintf): Declare.
4492 * utils.c (xstrprintf): New function.
4493 * breakpoint.c (insert_breakpoints): Replace sprintf and
4494 non-literal format strings, with xstrprintf and cleanups.
4495 (delete_breakpoint,breakpoint_re_set): Ditto.
4496 (commands_command, insert_breakpoints): Ditto.
4497 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4498 (break_at_finish_command_1): Ditto.
4499
4500 2003-08-09 Andrew Cagney <cagney@redhat.com>
4501
4502 * MAINTAINERS (language support): List Adam Fedor as Objective C
4503 maintainer.
4504
4505 2003-08-08 J. Brobecker <brobecker@gnat.com>
4506
4507 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4508 are now multiarched.
4509
4510 2003-08-08 J. Brobecker <brobecker@gnat.com>
4511
4512 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4513 longer necessary now that hppa64 is partially multiarch'ed.
4514
4515 2003-08-08 Andrew Cagney <cagney@redhat.com>
4516
4517 * interps.c (interp_set): Check for a NULL "old_interp".
4518
4519 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4520
4521 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4522 (install-only): Support DESTDIR.
4523 (uninstall): Likewise.
4524 (install-gdbtk): Likewise.
4525
4526 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
4527
4528 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4529 contains something meaningful at all times.
4530
4531 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
4532
4533 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
4534
4535 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
4536
4537 * MAINTAINERS (write after approval): Added self.
4538
4539 2003-08-07 Andrew Cagney <cagney@redhat.com>
4540
4541 * inferior.h (AT_SYMBOL): Define.
4542 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4543 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4544 * mips-tdep.c (mips_call_dummy_address): Delete function.
4545 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4546 set call_dummy_address.
4547
4548 2003-08-07 Andrew Cagney <cagney@redhat.com>
4549
4550 * language.c (op_error): Delete function.
4551 (binop_type_check): Delete function.
4552 * language.h (type_op_error, range_op_error): Delete macros.
4553 (op_error): Delete declaration.
4554
4555 2003-08-07 Andrew Cagney <cagney@redhat.com>
4556
4557 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4558
4559 2003-08-07 Michal Ludvig <mludvig@suse.cz>
4560
4561 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
4562 (x86_64_push_arguments): Skip the red zone.
4563
4564 2003-08-05 Andrew Cagney <cagney@redhat.com>
4565
4566 * reggroups.c (reggroup_next): Check for the final entry.
4567
4568 2003-08-04 Andrew Cagney <cagney@redhat.com>
4569
4570 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4571 * cli/cli-script.c (define_command): Call query directly, instead
4572 of passing it a buffer.
4573 * ocd.c (ocd_error): Pass error a constant format string.
4574 * remote-mips.c (mips_error): Use fputs_filtered.
4575
4576 * solib-svr4.c (_initialize_svr4_solib): Update
4577 register_gdbarch_data call.
4578 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4579
4580 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4581 (register_gdbarch_data): Delete "free" parameter. Update
4582 comments.
4583 * gdbarch.h, gdbarch.c: Re-generate.
4584 * reggroups.c (_initialize_reggroup): Update.
4585 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4586 * frame-base.c (_initialize_frame_base): Update.
4587 * frame-unwind.c (_initialize_frame_unwind): Update.
4588 * user-regs.c (_initialize_user_regs): Update.
4589 * remote.c (_initialize_remote): Update.
4590 * regcache.c (_initialize_regcache): Update.
4591
4592 * regcache.c (xfree_regcache_descr): Delete function.
4593 (_initialize_regcache): Update call to register_gdbarch_data.
4594 (init_regcache_descr, init_legacy_regcache_descr): Use
4595 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4596
4597 * remote.c (free_remote_state): Delete function.
4598 (_initialize_remote): Update register_gdbarch_data.
4599 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4600 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4601
4602 2003-08-04 Andrew Cagney <cagney@redhat.com>
4603
4604 * reggroups.c (struct reggroup_el): Define.
4605 (struct reggroups): Delete field "nr_group". Replace array
4606 "group" with a "first" to "last" linked list.
4607 (reggroups_init): Update. Allocate using gdbarch's obstack.
4608 (reggroups_free): Delete function.
4609 (add_group): Update. Add "el" parameter.
4610 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4611 (default_groups): Update.
4612 (reggroup_next): Replace reggroups.
4613 (reggroups_dump): Update.
4614 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4615 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4616 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4617
4618 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
4619
4620 * Makefile.in (tui-interp.o): Update dependencies.
4621
4622 2003-08-04 David Carlton <carlton@kealia.com>
4623
4624 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4625 to internal_error call.
4626 * source.c (forward_search_command): Add "%s" format argument.
4627 (reverse_search_command): Ditto.
4628 * top.c (quit_confirm): Ditto.
4629 * cli/cli-setshow.c (do_setshow_command): Ditto.
4630 * cp-valprint.c (cp_print_class_method): Replace
4631 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4632 (cp_print_class_member): Ditto.
4633 * event-top.c (command_line_handler): Ditto.
4634 * linux-proc.c (linux_info_proc_cmd): Ditto.
4635 * p-typeprint.c (pascal_type_print_base): Ditto.
4636 * p-valprint.c (pascal_object_print_class_method): Ditto.
4637 (pascal_object_print_class_member): Ditto.
4638 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4639 * remote.c (remote_cisco_section_offsets): Ditto.
4640 * top.c (command_line_input): Ditto.
4641 * utils.c (vwarning,error_stream,quit): Ditto.
4642 * valprint.c (print_floating,print_binary_chars)
4643 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4644
4645 2003-08-04 Andrew Cagney <cagney@redhat.com>
4646
4647 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4648
4649 2003-08-02 Andrew Cagney <cagney@redhat.com>
4650
4651 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4652 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4653 amd64fbsd-nat.c.
4654
4655 2003-08-02 Andrew Cagney <cagney@redhat.com>
4656
4657 * Makefile.in: Update all dependencies and definitions.
4658
4659 2003-08-02 Adam Fedor <fedor@gnu.org>
4660
4661 * linespec.c (is_objc_method_format): New function
4662 (decode_line_1, locate_first_half): Use it.
4663 Fixes PR objc/1298
4664
4665 2003-08-01 Andrew Cagney <cagney@redhat.com>
4666
4667 * NEWS: Mention that m32r is multi-arch.
4668 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4669 * configure.tgt: Recognize m32r-*-*.
4670 * config/m32r/tm-m32r.h: Delete file.
4671 * config/m32r/m32r.mt: New file.
4672 * m32r-rom.c (m32r_upload_command): Use hostent only when
4673 gethostname succeeds, in order to avoid a compilation
4674 warning.
4675 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4676 compiler warning.
4677
4678 2003-08-01 Michael Snyder <msnyder@redhat.com>
4679
4680 * sh-tdep.c (sh_frame_align): New gdbarch method.
4681 (sh_gdbarch_init): Set up frame_align method.
4682
4683 2003-07-31 Michael Snyder <msnyder@redhat.com>
4684
4685 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4686 which is already covered by the new frames infrastructure.
4687
4688 2003-07-31 Andrew Cagney <cagney@redhat.com>
4689
4690 * user-regs.c (struct user_reg): Add "next" link.
4691 (struct user_regs): Replace "user" with "first" and "last" links.
4692 (append_user_reg): Add pre-allocated "reg" parameter.
4693 (builtin_user_regs): Provide initial value for "last".
4694 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4695 (user_regs_init): Allocate memory from the gdbarch obstack.
4696 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4697 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4698 linked list.
4699 (usernum_to_user_reg): New function.
4700 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4701 (value_of_user_reg): Use usernum_to_user_reg.
4702 (user_regs_free): Delete function.
4703 (_initialize_user_regs): Update register_gdbarch_data call.
4704
4705 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
4706
4707 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4708
4709 2003-07-30 Michael Snyder <msnyder@redhat.com>
4710
4711 * value.h (value_being_returned): Add a struct_addr argument.
4712 * infcall.c (call_function_by_hand): Pass struct_addr to
4713 value_being_returned.
4714 * infcmd.c (print_return_value): Pass zero as struct_addr.
4715 * values.c (value_being_returned): If struct_addr is passed,
4716 use it instead of trying to recover it from the inferior.
4717
4718 2003-07-30 Kevin Buettner <kevinb@redhat.com>
4719
4720 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4721 the prologue analyzer won't need to attempt to extract the pc
4722 value from the woefully incomplete dummy frame.
4723 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4724 possible. Disable code which modifies the frame.
4725
4726 2003-07-28 Andrew Cagney <cagney@redhat.com>
4727
4728 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4729 to level 2.
4730 (annotate_breakpoints_table, annotate_record): Ditto.
4731 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4732 (annotate_field_name_end, annotate_field_value): Ditto.
4733 (annotate_field_end, annotate_frame_source_begin): Ditto.
4734 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4735 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4736 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4737 (annotate_frame_address_end, annotate_frame_address): Ditto.
4738 (annotate_frame_args, annotate_frame_end): Ditto.
4739 (annotate_frame_where, annotate_arg_begin): Ditto.
4740 (annotate_arg_name_end, annotate_arg_value): Ditto.
4741 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4742 (annotate_function_call, annotate_signal_name): Ditto.
4743 (annotate_signal_string, annotate_signal_name_end): Ditto.
4744 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4745 (annotate_value_begin, annotate_value_history_value): Ditto.
4746 (annotate_value_history_end, annotate_value_end): Ditto.
4747 (annotate_display_begin, annotate_display_number_end): Ditto.
4748 (annotate_display_format, annotate_display_expression): Ditto.
4749 (annotate_display_expression_end, annotate_display_value): Ditto.
4750 (annotate_display_end, annotate_array_section_begin): Ditto.
4751 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4752 (annotate_elt, annotate_array_section_end): Ditto.
4753
4754 2003-07-28 Andrew Cagney <cagney@redhat.com>
4755
4756 * regcache.c (struct regcache_descr): Update comments on
4757 nr_raw_registers.
4758 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4759 sizeof_raw_register_valid_p.
4760 (init_regcache_descr): Set nr_raw_registers and
4761 sizeof_raw_register_valid_p before calling
4762 init_legacy_regcache_descr.
4763
4764 2003-07-28 Andrew Cagney <cagney@redhat.com>
4765
4766 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4767 MOD NUM_REGS.
4768
4769 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
4770
4771 * thread.c (info_threads_command): Use get_selected_frame ().
4772 Check that there is at least one non-sentinel frame.
4773
4774 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4775
4776 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4777 (m68hc11_pop_frame): Remove.
4778 (m68hc11_frame_saved_pc): Remove.
4779 (m68hc11_frame_chain): Remove.
4780 (m68hc11_frame_init_saved_regs): Remove.
4781 (m68hc11_init_extra_frame_info): Remove.
4782 (m68hc11_store_struct_return): Remove.
4783 (m68hc11_saved_pc_after_call): Remove.
4784
4785 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4786
4787 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4788 frame unwind information.
4789 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4790 and adapted for frame unwinding.
4791 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4792 (m68hc11_unwind_pc): New function.
4793 (m68hc11_frame_unwind_cache): New function to analyze frames.
4794 (m68hc11_frame_this_id): New function to create new frame struct.
4795 (m68hc11_frame_prev_register): New function to unwind a register from
4796 the frame.
4797 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4798 (m68hc11_frame_p): New function for the above.
4799 (m68hc11_frame_base_address): New function to return fp of frame.
4800 (m68hc11_frame_args_address): Update for frame.
4801 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4802 (m68hc11_unwind_sp): New function.
4803 (m68hc11_unwind_dummy_id): New function.
4804 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4805 calls.
4806
4807 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4808
4809 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4810 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4811 when we are beyond the current pc.
4812
4813 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4814
4815 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4816 from m68hc11_push_arguments.
4817 (m68hc11_push_arguments): Remove.
4818 (m68hc11_push_return_address): Remove.
4819 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4820 handlers; remove deprecated_extra_stack_alignment_needed.
4821
4822 2003-07-27 Andrew Cagney <cagney@redhat.com>
4823
4824 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4825 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4826 REAL_PC and not the pointer.
4827 * hppa-hpux-tdep.c: Include frame.h
4828
4829 2003-07-27 Andrew Cagney <cagney@redhat.com>
4830
4831 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4832 GDB_MULTI_ACH_PARTIAL.
4833
4834 2003-07-27 Andrew Cagney <cagney@redhat.com>
4835
4836 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4837 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4838 operator at start and not end of line.
4839 (decode_prologue): Ditto.
4840 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4841 frame_unwind_register_unsigned instead of
4842 frame_unwind_unsigned_register.
4843 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4844 read_register.
4845 (m32r_push_dummy_call): Use register_size instead of
4846 REGISTER_RAW_SIZE.
4847 (m32r_frame_sniffer): Replace m32r_frame_p.
4848 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4849 * m32r-rom.c (report_transfer_performance): Delete extern
4850 declaration.
4851 (m32r_load, m32r_upload_command): Use print_transfer_performance
4852 instead of report_transfer_performance.
4853 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4854 / add_show_from_set.
4855
4856 2003-07-26 Andrew Cagney <cagney@redhat.com>
4857
4858 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4859 store_return_value and extract_struct_value_address.
4860
4861 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
4862
4863 PR c++/1267
4864 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4865 NULL, default to the section containing PC.
4866
4867 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4868
4869 * NEWS: Mention "regs" deprecated for m68hc11 too.
4870
4871 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4872 (m68hc11_print_register): New function to print out one register.
4873 (m68hc11_print_registers_info): New function to print registers.
4874 (show_regs): Deprecate and use the above.
4875 (m68hc11_gdbarch_init): Install the print_registers_info.
4876
4877 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4878
4879 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4880 that we have a SIGTRAP before returning non-zero.
4881
4882 2003-07-23 Michal Ludvig <mludvig@suse.cz>
4883 Elena Zannoni <ezannoni@redhat.com>
4884
4885 * linespec.c (decode_line_2): Avoid crash if
4886 find_function_start_sal() returns empty record.
4887
4888 2003-07-23 Andreas Schwab <schwab@suse.de>
4889
4890 * ia64-tdep.c (ia64_print_insn): New function.
4891 (ia64_gdbarch_init): Set print_insn to it.
4892 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4893 deprecated_tm_print_insn_info.
4894
4895 2003-07-22 Michael Snyder <msnyder@redhat.com>
4896
4897 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4898 handle 8-bit returns (long long).
4899 (h8300h_extract_return_value): Ditto.
4900 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4901
4902 2003-07-22 Andrew Cagney <cagney@redhat.com>
4903
4904 * gdbarch.c Include "gdb_obstack.h".
4905 (struct gdbarch): Add an "obstack".
4906 (alloc_gdbarch_data): Allocate the gdbarch data using
4907 GDBARCH_OBSTACK_CALLOC.
4908 (free_gdbarch_data): Delete function.
4909 (gdbarch_obstack_zalloc): New function.
4910 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4911 Assert that the architecture is not initialized.
4912 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4913 vector from the obstack.
4914 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4915 architecture obstack.
4916 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4917 (set_gdbarch_data): Assert that the data is not initialized.
4918 (struct gdbarch_data): Delete member "free".
4919 (register_gdbarch_data): Do not initialize "free".
4920 * gdbarch.h, gdbarch.c: Re-generate.
4921
4922 2003-07-22 Andrew Cagney <cagney@redhat.com>
4923
4924 * configure.in (build_warnings): Add -Wformat-nonliteral.
4925 * configure: Re-generate.
4926
4927 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4928
4929 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4930
4931 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4932
4933 * findvar.c (read_var_value): Remove case for thread local storage
4934 variables. It is now entirely handled by the dwarf2 location
4935 expression code.
4936 * printcmd.c (address_info): Ditto.
4937 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4938 enumeration value.
4939 (struct symbol): Remove objfile field, which was used by
4940 LOC_THREAD_LOCAL_STATIC only.
4941 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4942 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4943 usage of objfile pointer.
4944 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4945 thread local variables.
4946 Add include of objfiles.h.
4947 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4948 storage variables.
4949 * Makefile.in (dwarf2loc.o): Update dependencies.
4950
4951 2003-07-22 Andrew Cagney <cagney@redhat.com>
4952
4953 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4954 get_frame_base.
4955 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4956 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4957 (struct value): Add opaque declaration.
4958 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4959
4960 2003-07-21 Andrew Cagney <cagney@redhat.com>
4961
4962 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4963 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4964
4965 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4966
4967 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4968 regcache_cooked_read_unsigned instead of read_register.
4969 (m68hc11_saved_pc_after_call): Likewise.
4970 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4971 instead of write_register.
4972 (m68hc11_register_type): New function.
4973 (m68hc11_register_virtual_type): Remove.
4974 (m68hc11_store_return_value): Convert to use the regcache.
4975 (m68hc11_extract_struct_value_address): Likewise.
4976 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4977 m68hc11_register_type; undeprecate store_return_value and
4978 extract_struct_value_address.
4979
4980 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4981
4982 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4983 and translate to use regcache.
4984 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4985
4986 2003-07-18 Andrew Cagney <cagney@redhat.com>
4987
4988 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4989 * gdbarch.h, gdbarch.c: Re-generate.
4990 * i386-tdep.c (i386_gdbarch_init): Do not set
4991 DWARF2_BUILD_FRAME_INFO.
4992 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4993 unconditionally.
4994 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4995 DWARF2_BUILD_FRAME_INFO.
4996
4997 2003-07-18 Andrew Cagney <cagney@redhat.com>
4998
4999 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
5000 * disasm.c (gdb_disassemble_info): Initilize di.arch.
5001
5002 2003-07-18 Andrew Cagney <cagney@redhat.com>
5003
5004 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
5005 frame_unwind_address_in_block, instead of frame_pc_unwind.
5006 (dwarf2_frame_cache): Ditto.
5007
5008 2003-07-18 Andrew Cagney <cagney@redhat.com>
5009
5010 * user-regs.h (struct gdbarch): Declare opaque.
5011 * ui-out.h (struct ui_file): Declare opaque.
5012 * dwarf2-frame.h (struct frame_info): Declare opaque.
5013
5014 2003-07-18 Kris Warkentin <kewarken@qnx.com>
5015
5016 * nto-procfs.c: Clean ARI hits. Change #include <..> to
5017 #include "...".
5018 (procfs_meminfo): Change strerror to safe_strerror.
5019 (procfs_can_run): Remove K&R badness.
5020
5021 2003-07-17 Michael Snyder <msnyder@redhat.com>
5022
5023 * remote-sim.c: Comment typo fix.
5024
5025 2003-07-17 Andrew Cagney <cagney@redhat.com>
5026
5027 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
5028 configure.
5029 * sparc-tdep.c (sparc_intreg_size): Make non-static.
5030 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
5031 GDB_MULTI_ARCH_PARTIAL.
5032
5033 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
5034
5035 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
5036 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
5037 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
5038
5039 2003-07-16 Theodore A. Roth <troth@openavr.org>
5040
5041 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
5042 found.
5043 (avr_frame_unwind_cache): Don't unwind FP for main.
5044 Update a comment.
5045 Save the computed prev_sp.
5046 (avr_saved_regs_unwinder): Remove function.
5047 (avr_frame_prev_register): Use PC unwind logic from
5048 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
5049
5050 2003-07-16 Andrew Cagney <cagney@redhat.com>
5051
5052 * frame-base.h (frame_base_p_ftype): Delete definition.
5053 (frame_base_append_predicate): Delete declaration.
5054 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
5055 (frame_unwind_append_predicate): Delete declaration.
5056 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
5057 (append_predicate): Delete parameter "p".
5058 (frame_unwind_append_predicate): Delete function.
5059 (frame_unwind_append_sniffer): Update call to append_predicate.
5060 (frame_unwind_free): Delete function.
5061 (_initialize_frame_unwind): Pass NULL as "free" to
5062 register_gdbarch_data.
5063 (frame_unwind_init): Append the dummy_frame_sniffer.
5064 (frame_unwind_find_by_frame): Simplify.
5065 * frame-base.c (struct frame_base_table): Delete field "p".
5066 (append_predicate): Delete parameter "p".
5067 (frame_base_append_predicate): Delete function.
5068 (frame_base_append_sniffer): Update call to append_predicate.
5069 (frame_base_free): Delete function.
5070 (frame_base_find_by_frame): Simplify.
5071 (_initialize_frame_base): Pass NULL as "free" to
5072 register_gdbarch_data.
5073 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
5074 (x86_64_sigtramp_frame_sniffer): Replace
5075 "x86_64_sigtramp_frame_p".
5076 (x86_64_init_abi): Set the frame unwind sniffers.
5077 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
5078 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
5079 (m68k_gdbarch_init): Set the frame unwind sniffers.
5080 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
5081 "i386_sigtramp_frame_p".
5082 (i386_frame_sniffer): Replace "i386_frame_p".
5083 (i386_gdbarch_init): Set the frame unwind sniffers.
5084 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
5085 (avr_gdbarch_init): Set the frame unwind sniffers.
5086 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
5087 "alpha_sigtramp_frame_p"
5088 (alpha_heuristic_frame_sniffer): Replace
5089 "alpha_heuristic_frame_p".
5090 (alpha_gdbarch_init): Set the frame unwind sniffers.
5091 (alpha_dwarf2_init_abi): Ditto.
5092 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
5093 "alpha_debug_frame_p".
5094 (alpha_mdebug_frame_base_sniffer): Replace
5095 "alpha_mdebug_frame_base_p".
5096 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
5097 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
5098 (d10v_gdbarch_init): Set the frame unwind sniffer.
5099 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5100 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5101 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5102 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5103 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
5104 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
5105
5106 2003-07-16 Michael Snyder <msnyder@redhat.com>
5107
5108 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
5109 should go thru sh_dsp_register_sim_regno, else the dsp regs
5110 will not get the right values.
5111
5112 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5113
5114 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
5115 deprecated_store_floating by call to store_typed_floating.
5116 (sh_sh4_register_convert_to_raw): Substitute call to
5117 deprecated_extract_floating by call to extract_typed_floating.
5118
5119 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5120
5121 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
5122
5123 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5124
5125 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
5126 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
5127 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
5128 as possible.
5129 (do_pseudo_register): Remove.
5130 (sh_push_dummy_code): New function.
5131 (sh64_store_struct_return): Rename from sh_store_struct_return.
5132 Only called for sh64 now.
5133 (sh_extract_struct_value_address): Regcache'ify.
5134 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
5135 and accomodate new tasks.
5136 (sh64_push_return_address): Rename from sh_push_return_address.
5137 Only called for sh64 now.
5138 (sh_default_extract_return_value): Rename from sh_extract_return_value.
5139 Regcache'ify.
5140 (sh3e_sh4_extract_return_value): Regcache'ify.
5141 (sh_default_store_return_value): Ditto.
5142 (sh3e_sh4_store_return_value): Ditto.
5143 (sh_default_register_byte): Remove.
5144 (sh_sh4_register_byte): Remove.
5145 (sh_default_register_raw_size): Remove.
5146 (sh_sh4_register_raw_size): Remove.
5147 (sh_register_virtual_size): Remove.
5148 (sh_sh3e_register_virtual_type): Remove.
5149 (sh_sh3e_register_type): New function.
5150 (sh_sh4_register_virtual_type): Remove.
5151 (sh_sh4_register_type): New function.
5152 (sh_default_register_virtual_type): Remove.
5153 (sh_default_register_type): New function.
5154 (do_fv_register_info): Add parameters to accomodate call from
5155 sh_print_registers_info.
5156 (do_dr_register_info): Ditto.
5157 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
5158 Add parameters to accomodate call from sh_print_registers_info.
5159 (sh_do_fp_register): Ditto.
5160 (sh64_do_pseudo_register): Call do_dr_register_info,
5161 do_fv_register_info and sh_do_fp_register with default parameters.
5162 (sh_do_register): Add parameters to accomodate call from
5163 sh_print_registers_info.
5164 (sh_print_register): Ditto.
5165 (sh_print_registers_info): Rename from sh_do_registers_info.
5166 Add parameters to be used as gdbarch_print_registers_info
5167 implementation. Accomodate removed do_pseudo_register function
5168 pointer.
5169 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
5170 function pointer. Call sh_print_register with default parameters.
5171 (sh64_do_registers_info): Call sh_print_registers_info instead of
5172 sh_do_registers_info.
5173 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
5174 detection of deprecated vs. non-deprecated functionality.
5175 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
5176 function pointer assignments by direct function calls.
5177
5178 2003-07-15 Andrew Cagney <cagney@redhat.com>
5179
5180 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
5181 (frame_register_unwind, create_new_frame): Ditto.
5182 (legacy_get_prev_frame, get_frame_type): Ditto.
5183 (get_frame_base_address): Use frame_base_find_by_frame.
5184 (get_frame_locals_address): Use frame_base_find_by_frame.
5185 (get_frame_args_address): Use frame_base_find_by_frame.
5186 * frame-base.h (frame_base_sniffer_ftype): Declare.
5187 (frame_base_append_sniffer): Declare.
5188 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
5189 * frame-base.c (append_predicate): Add a "sniffer" parameter.
5190 (frame_base_append_sniffer): New function.
5191 (frame_base_append_predicate): Add a NULL sniffer.
5192 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
5193 (struct frame_base_table): Add "sniffer".
5194 (frame_base_free): Free the "sniffer" table.
5195 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
5196 (frame_unwind_append_sniffer): Declare.
5197 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5198 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
5199 (struct frame_unwind_table): Add "sniffer", delete "middle".
5200 (append_predicate): Add "sniffer" parameter, append the sniffer.
5201 (frame_unwind_init): Update append_predicate call.
5202 (frame_unwind_append_sniffer): New function.
5203 (frame_unwind_append_predicate): Update append_predicate call.
5204 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5205
5206 2003-07-15 Andrew Cagney <cagney@redhat.com>
5207
5208 * frame.c (get_prev_frame): Move disabled inside_entry_func to
5209 before code inhibiting repeated unwind attempts. Add to
5210 commentary on that test's problems.
5211 * blockframe.c (inside_main_func): Look for "main" in the minimal
5212 symbol table.
5213 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
5214 identical.
5215
5216 2003-07-15 Andrew Cagney <cagney@redhat.com>
5217
5218 * complaints.c (struct explanation): Define.
5219 (struct complaints): Change type of "explanation" to "struct
5220 explanation".
5221 (symfile_explanations): Convert to a "struct explanation" table.
5222 (vcomplaint): Update.
5223
5224 2003-07-15 Michal Ludvig <mludvig@suse.cz>
5225
5226 * x86-64-linux-nat.c (regmap): Removed.
5227 (supply_gregset, fill_gregset): Call
5228 x86_64_linux_(fill,supply)_gregset functions.
5229 * x86-64-linux-tdep.c (USER_*): New defines.
5230 (user_to_gdb_regmap, x86_64_core_fns): New structure.
5231 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
5232 New functions.
5233 (fetch_core_registers): Ditto.
5234 (_initialize_x86_64_linux_tdep): Call add_core_fns().
5235 * x86-64-linux-tdep.h: New file.
5236 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
5237 and core-regset.o.
5238 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
5239
5240 2003-07-13 Mark Kettenis <kettenis@gnu.org>
5241
5242 * x86-64-tdep.c (x86_64_store_return_value): Use
5243 regcache_cooked_write_part instead of regcache_cooked_write.
5244
5245 * configure.host: Add x86_64-*-freebsd*.
5246 * configure.tgt: Add x86_64-*-freebsd*.
5247 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
5248 * amd64fbsd-nat.c: New file.
5249 * amd64fbsd-tdep.c: New file.
5250 * config/i386/nm-fbsd64.h: New file.
5251 * config/i386/fbsd64.mh: New file.
5252 * config/i386/fbsd64.mt: New file.
5253
5254 2003-07-11 Mark Kettenis <kettenis@gnu.org>
5255
5256 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
5257 `sc_regs_offset' and `sc_fpregs_offset'.
5258 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
5259 SIGFRAME_FPREGSAVE_OFF): Remove defines.
5260 (alpha_sigtramp_register_address): Rewrite to use new members of
5261 `struct gdbarch_tdep'.
5262 (alpha_gdbarch_init): Initialize new members of struct
5263 gdbarch_tdep'.
5264 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
5265 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
5266 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
5267 (alphafbsd_pc_in_sigtramp): Implement.
5268 (alphafbsd_sigtramp_offset): New function.
5269 (alphafbsd_sigcontext_addr): New function.
5270 (alphafbsd_init_abi): Initialize signal trampoline related members
5271 of `struct gdbarch_tdep'.
5272 (_initialize_alphafbsd_tdep): Add prototype.
5273
5274 2003-07-11 Theodore A. Roth <troth@openavr.org>
5275
5276 * Makefile.in (install-only): Quote sed expression when generating
5277 transformed_name.
5278
5279 2003-07-11 Richard Henderson <rth@redhat.com>
5280
5281 * Makefile.in (dwarf2-frame.o): Add complaints_h.
5282 * dwarf2-frame.c: Include complaints.h.
5283 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
5284 variable initialization; return NULL on error.
5285 (decode_frame_entry): New.
5286
5287 2003-07-11 Andrew Cagney <cagney@redhat.com>
5288
5289 * frame.h (frame_address_in_block): Delete declaration.
5290 * blockframe.c (frame_address_in_block): Delete function.
5291 (get_frame_block): Use get_frame_address_in_block.
5292 (block_innermost_frame): Ditto.
5293 * stack.c (print_frame, backtrace_command_1): Ditto.
5294
5295 * frame.h (get_frame_address_in_block): Declare.
5296 (frame_unwind_address_in_block): Declare.
5297 * frame.c (frame_unwind_address_in_block): New function.
5298 (get_frame_address_in_block): New function.
5299
5300 2003-07-10 Andrew Cagney <cagney@redhat.com>
5301
5302 * gdbarch.sh: Simplify predicate methods. Remove need to provide
5303 pre-default. Note: re-generate has no effect.
5304
5305 2003-07-10 Andrew Cagney <cagney@redhat.com>
5306
5307 * gdbarch.sh: When a variable, but not a function, compare against
5308 0. Fix problem in previous patch.
5309 * gdbarch.c: Re-generate.
5310
5311 2003-07-10 Andrew Cagney <cagney@redhat.com>
5312
5313 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
5314 functions against NULL, not 0.
5315 * gdbarch.c: Re-generate.
5316
5317 2003-07-10 Fred Fish <fnf@ninemoons.com>
5318
5319 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
5320 null string instead of a null pointer.
5321 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
5322
5323 2003-07-09 Michael Snyder <msnyder@redhat.com>
5324
5325 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
5326
5327 2003-07-09 Mark Kettenis <kettenis@gnu.org>
5328
5329 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
5330 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
5331 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
5332 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
5333 * x86-64-tdep.c: ... from here.
5334
5335 2003-07-09 Andreas Schwab <schwab@suse.de>
5336
5337 * m68k-tdep.h (enum struct_return): Define.
5338 (struct gdbarch_tdep): Add struct_return.
5339 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
5340 bytes are padded to the right, not to the left. Pass struct value
5341 address in register %a1, not on stack.
5342 (m68k_use_struct_convention): New function.
5343 (m68k_gdbarch_init): Set use_struct_convention. Initialize
5344 struct_return in tdep to pcc_struct_return.
5345 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
5346 reg_struct_return.
5347
5348 2003-07-09 Joel Brobecker <brobecker@gnat.com>
5349
5350 * somread.c (som_symfile_offsets): Fix compilation error.
5351
5352 2003-07-09 Andrew Cagney <cagney@redhat.com>
5353
5354 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
5355 Add comments about the checks.
5356
5357 2003-07-08 Andrew Cagney <cagney@redhat.com>
5358
5359 * Makefile.in: Make dependency section headers consistent.
5360 (config_h): Move to $BUILD headers section.
5361 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
5362 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
5363 (ada-exp.tab.c): Move to YACC/LEX section.
5364 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
5365 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
5366
5367 2003-07-08 Kris Warkentin <kewarken@qnx.com>
5368
5369 * nto-procfs.c: Cleaned up a bunch of ARI hits.
5370 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
5371 of strerror with safe_strerror, use ISO C function definitions,
5372 and replace instances of sprintf with snprintf.
5373
5374 2003-07-07 Andrew Cagney <cagney@redhat.com>
5375
5376 * frame.c (get_prev_frame): Enable check for identical frames.
5377 Update comments. Update error messages.
5378
5379 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5380
5381 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
5382
5383 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5384
5385 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
5386 sort_symtab_syms, no longer necessary.
5387
5388 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5389
5390 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
5391
5392 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5393
5394 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
5395 (mips_register_byte): Likewise.
5396
5397 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5398
5399 * Makefile.in (sparc_tdep_h): New.
5400 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
5401 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
5402 * sparc-linux-nat.c: Include "sparc-tdep.h".
5403 * sparc-nat.c: Likewise.
5404 * sparc-tdep.c: Likewise.
5405 * sparc64nbsd-nat.c: Likewise.
5406 * sparcnbsd-nat.c: Likewise.
5407 * sparcnbsd-tdep.c: Likewise.
5408 * sparc-tdep.h: New file.
5409 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
5410 and sparc_npc_regnum.
5411
5412 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5413
5414 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
5415 (mips_linux_cannot_store_register): List supported instead of
5416 unsupported registers.
5417
5418 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5419
5420 * disasm.c (dump_insns): Separate instructions from addresses.
5421
5422 2003-07-07 Andreas Schwab <schwab@suse.de>
5423
5424 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
5425 dependencies.
5426 * m68k-tdep.c (NUM_FREGS): Delete.
5427 (SIG_PC_FP_OFFSET): Delete.
5428 (TARGET_M68K): Delete.
5429 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
5430 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
5431 P_MOVEL_SP, P_MOVEML_SP): Define.
5432 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
5433 P_TRAP): Delete.
5434 (m68k_register_raw_size): Delete.
5435 (m68k_register_virtual_size): Delete.
5436 (m68k_register_type): Renamed from m68k_register_virtual_type and
5437 add gdbarch argument.
5438 (m68k_store_struct_return): Delete.
5439 (m68k_deprecated_extract_return_value): Delete.
5440 (m68k_deprecated_extract_struct_value_address): Delete.
5441 (m68k_frame_chain): Delete.
5442 (m68k_frame_saved_pc): Delete.
5443 (m68k_fix_call_dummy): Delete.
5444 (m68k_push_dummy_frame): Delete.
5445 (m68k_pop_frame): Delete.
5446 (m68k_extract_return_value): New function.
5447 (m68k_store_return_value): Rewrite using regcache.
5448 (m68k_extract_struct_value_address): Rewrite using regcache.
5449 (m68k_push_dummy_call): New function.
5450 (struct m68k_frame_cache): Define.
5451 (m68k_alloc_frame_cache): New function.
5452 (m68k_analyze_frame_setup): New function.
5453 (m68k_analyze_register_saves): New function.
5454 (m68k_analyze_prologue): New function.
5455 (m68k_skip_prologue): Rewrite using above functions.
5456 (m68k_unwind_pc): New function.
5457 (m68k_frame_cache): New function.
5458 (m68k_frame_this_id): New function.
5459 (m68k_frame_prev_register): New function.
5460 (m68k_frame_unwind): New variable.
5461 (m68k_frame_p): New function.
5462 (m68k_sigtramp_frame_cache): New function.
5463 (m68k_sigtramp_frame_this_id): New function.
5464 (m68k_sigtramp_frame_prev_register): New function.
5465 (m68k_sigtramp_frame_unwind): New variable.
5466 (m68k_sigtramp_frame_p): New function.
5467 (m68k_frame_base_address): New function.
5468 (m68k_frame_base): New function.
5469 (m68k_unwind_dummy_id): New function.
5470 (fill_gregset): Use regcache_collect.
5471 (fill_fpregset): Likewise.
5472 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
5473 defined.
5474 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
5475 deprecated_init_frame_pc, deprecated_store_struct_return,
5476 deprecated_extract_return_value, deprecated_store_return_value,
5477 deprecated_frame_chain, deprecated_frame_saved_pc,
5478 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
5479 deprecated_register_virtual_size,
5480 deprecated_max_register_raw_size,
5481 deprecated_max_register_virtual_size,
5482 deprecated_register_virtual_type, deprecated_register_size,
5483 deprecated_register_byte, deprecated_register_bytes,
5484 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
5485 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5486 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5487 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5488 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5489 deprecated_push_dummy_frame, deprecated_pop_frame,
5490 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
5491 only if SYSCALL_TRAP is defined. Set extract_return_value,
5492 store_return_value, extract_struct_value_address, register_type,
5493 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
5494 predicates.
5495 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5496 M68K_MAX_REGISTER_SIZE): Define.
5497 (struct m68k_sigtramp_info): Define.
5498 (struct gdbarch_tdep): Add get_sigtramp_info.
5499 * m68klinux-nat.c (fetch_register): Use register_size instead of
5500 REGISTER_RAW_SIZE. Don't put assignment in if.
5501 (store_register): Likewise.
5502 (fetch_inferior_registers): Likewise.
5503 (store_inferior_registers): Likewise.
5504 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5505 (m68k_linux_frame_saved_pc): Delete.
5506 (m68k_linux_sigcontext_reg_offset,
5507 m68k_linux_ucontext_reg_offset): Define.
5508 (m68k_linux_get_sigtramp_info): New function.
5509 (m68k_linux_extract_return_value): Rewrite using regcache.
5510 (m68k_linux_store_return_value): Likewise.
5511 (m68k_linux_extract_struct_value_address): Likewise.
5512 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5513 Don't set deprecated_frame_saved_pc,
5514 deprecated_extract_return_value, deprecated_store_return_value,
5515 deprecated_extract_struct_value_address. Set
5516 extract_return_value, store_return_value,
5517 extract_struct_value_address.
5518
5519 2003-07-07 Andrew Cagney <cagney@redhat.com>
5520
5521 * expprint.c: Include "user-regs.h" instead of "frame.h".
5522 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5523 frame_map_regnum_to_name.
5524 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5525 (frame_map_name_to_regnum): Simplify, call
5526 user_reg_map_name_to_regnum.
5527 (frame_map_regnum_to_name): Simplify, call
5528 user_reg_map_regnum_to_name.
5529 (frame_register_unwind): Update.
5530 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5531 (_initialize_frame_reg): Call user_reg_add_builtin.
5532 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5533 (value_of_register): Use value_of_user_reg.
5534 * eval.c (evaluate_subexp_standard): Update.
5535 * parse.c (write_dollar_variable): Update.
5536 * d10v-tdep.c (d10v_print_registers_info): Update.
5537 * infcmd.c (registers_info): Update.
5538 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
5539 (builtin_regs_h): Delete macro.
5540 (user_regs_h): Define.
5541 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5542 (builtin-regs.o): Delete target.
5543 (user-regs.o): Specify dependencies.
5544 (expprint.o): Update dependencies.
5545 (findvar.o): Update dependencies.
5546 (frame.o): Update dependencies.
5547 (std-regs.o): Update dependencies.
5548
5549 2003-07-06 Christopher Faylor <cgf@redhat.com>
5550
5551 * win32-nat.c (solib_symbols_add): Use one variable for all section
5552 address stuff. Pass variable rather than address of variable to
5553 safe_symbol_file_add.
5554
5555 2003-07-06 Andreas Schwab <schwab@suse.de>
5556
5557 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5558
5559 2003-07-04 Joel Brobecker <brobecker@gnat.com>
5560
5561 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5562
5563 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5564
5565 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5566
5567 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5568
5569 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5570 * config/i386/nto.mh: New file.
5571 * config/i386/nm-nto.h: New file.
5572 * configure.host: Add i[3456]86-*-nto*.
5573
5574 2003-07-03 Joel Brobecker <brobecker@gnat.com>
5575
5576 * remote-vx.c (vx_add_symbols): Fix compilation error.
5577
5578 2003-07-03 Andrew Cagney <cagney@redhat.com>
5579
5580 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5581 * gdbarch.h, gdbarch.c: Re-generate.
5582 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5583 (legacy_register_name): Declare.
5584 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5585 (REGISTER_NAME): Define.
5586 * sparc-tdep.c (legacy_register_name): New function.
5587 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5588 (REGISTER_NAME): Define.
5589 (hppa64_register_name): Declare.
5590 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5591 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5592 (hppa64_register_name): New function.
5593 (hppa_register_name): New function.
5594 * arch-utils.c (legacy_register_name): Delete.
5595 * arch-utils.h (legacy_register_name): Delete.
5596
5597 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
5598
5599 * cli/cli-interp.c (cli_interpreter_resume): Update the
5600 cli_uiout's stream to gdb_stdout.
5601
5602 2003-07-03 Andrew Cagney <cagney@redhat.com>
5603
5604 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5605 predicate.
5606 * gdbarch.h, gdbarch.c: Re-generate.
5607 * regcache.c (init_regcache_descr): Use legacy code when either
5608 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5609
5610 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5611
5612 * NEWS: Move "set logging" entry into GDB 6.0 section.
5613
5614 2003-07-02 Jim Blandy <jimb@redhat.com>
5615
5616 * s390-tdep.c (struct frame_extra_info): new member:
5617 'stack_bought_valid'.
5618 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5619 initialize fextra_info->stack_bought.
5620 (s390_frameless_function_invocation): Don't trust the value of
5621 fextra_info_ptr->stack_bought unless
5622 fextra_info->stack_bought_valid is set.
5623
5624 New S390 prologue analyzer.
5625 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5626 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5627 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5628 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5629 compute_x_addr, s390_on_stack, s390_store,
5630 s390_get_signal_frame_info): New functions.
5631 (S390_NUM_SPILL_SLOTS): New macro.
5632 (s390_get_frame_info): Rewritten.
5633 (is_arg_reg): Deleted.
5634
5635 Break out the decoding of S/390 instructions into separate
5636 functions, to make it more legible, and easier to check
5637 against the spec.
5638 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5639 is_rx, is_rxe): New functions.
5640 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5641 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5642 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5643 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5644 enums for opcode values. (Is this an improvement?)
5645
5646 2003-07-02 Andrew Cagney <cagney@redhat.com>
5647
5648 * i386-tdep.c: Revert change committed as part of trad-frame code
5649 below.
5650
5651 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5652
5653 * breakpoint.c (insert_catchpoint): Make static.
5654
5655 2003-07-02 Andreas Schwab <schwab@suse.de>
5656
5657 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5658 former ia64_push_arguments and ia64_push_return_address, and use
5659 regcache functions instead of read/write_register.
5660 (ia64_gdbarch_init): Set push_dummy_call instead of
5661 deprecated_push_arguments and deprecated_push_return_address.
5662
5663 2003-07-01 Andreas Jaeger <aj@suse.de>
5664
5665 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5666 before the call.
5667 Set %rax only to number of SSE registers used.
5668
5669 2003-07-01 Andrew Cagney <cagney@redhat.com>
5670
5671 * trad-frame.h: Update comments, a -1 .addr is reserved.
5672 (trad_frame_value_p, trad_frame_addr_p): Declare.
5673 (trad_frame_reg_p): Declare.
5674 (trad_frame_set_value): Rename trad_frame_register_value.
5675 (trad_frame_set_unknown): Declare.
5676 * trad-frame.c (trad_frame_realreg_p): New function.
5677 (trad_frame_addr_p, trad_frame_value_p): New function.
5678 (trad_frame_set_unknown): New function.
5679 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5680 (trad_frame_prev_register): Use trad_frame_realreg_p,
5681 trad_frame_addr_p and trad_frame_value_p.
5682 (trad_frame_set_value): Rename trad_frame_register_value.
5683 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5684 and trad_frame_set_value.
5685
5686 2003-06-30 Jim Blandy <jimb@redhat.com>
5687
5688 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5689 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5690 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5691 for 16 registers, and then 32 more bytes.
5692 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5693 New macros.
5694 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5695 Move up in the file, since it's now used by is_simple_arg.
5696 (is_simple_arg): Don't assume registers are four bytes long.
5697 Exclude all double arguments. Extended floats are not simple
5698 args.
5699 (is_power_of_two): New function.
5700 (pass_by_copy_ref): Call is_power_of_two, and check that the
5701 length fits in a register, rather than listing all the acceptable
5702 sizes. Extended floats are not passed by reference.
5703 (s390_push_arguments): Don't assume registers are four bytes long.
5704 Reserve an argument register to point to the buffer for structures
5705 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5706 S390_STACK_FRAME_OVERHEAD.
5707
5708 2003-06-30 Andreas Schwab <schwab@suse.de>
5709
5710 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5711 format error message.
5712
5713 2003-06-30 Joel Brobecker <brobecker@gnat.com>
5714
5715 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5716
5717 2003-06-30 David Carlton <carlton@kealia.com>
5718
5719 Band-aid for PR c++/1245.
5720 * Makefile.in (cp-support.o): Depend on complaints_h.
5721 * cp-support.c: Include complaints.h. Add declaration for
5722 find_last_component.
5723 (cp_find_first_component): Separate code into
5724 cp_find_first_component_aux.
5725 (cp_find_first_component_aux): Call demangled_name_complaint.
5726 (demangled_name_complaint): New.
5727
5728 2003-06-30 Andrew Cagney <cagney@redhat.com>
5729
5730 * remote.c (remote_write_bytes): Explicitly compute and then use
5731 the payload size. Update comments to reflect. Fixes problem of
5732 GDB not sending small packets as found by Fred Fish.
5733
5734 2003-06-30 Andrew Cagney <cagney@redhat.com>
5735
5736 * remote.c (remote_async_wait): Fix -Wformat problem.
5737
5738 2003-06-29 Andrew Cagney <cagney@redhat.com>
5739
5740 * remote.c (remote_wait): Call error, and not warning, when the
5741 packet is corrupt.
5742 (remote_async_wait): Ditto.
5743
5744 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5745
5746 * sparc-tdep.c (sparc_y_regnum): Make external again.
5747
5748 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5749
5750 * cli/cli-logging.c (pop_output_files): Add void to function
5751 definition.
5752
5753 2003-06-29 Andrew Cagney <cagney@redhat.com>
5754
5755 * frame.c (frame_register_unwind): Use unsigned char when dumping
5756 the buffer contents.
5757
5758 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5759
5760 * cli/cli-logging.c: New file.
5761 * cli-out.c (struct ui_out_data): Add original_stream.
5762 (cli_redirect): New function.
5763 (cli_ui_out_impl): Add cli_redirect.
5764 (cli_out_new): Initialize original_stream.
5765 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5766 (uo_redirect, ui_out_redirect): New.
5767 * ui-out.h (struct ui_out_impl): Add redirect member.
5768 (redirect_ftype): New.
5769 (ui_out_redirect): Add prototype.
5770 * Makefile.in: Add rules for cli-logging.c.
5771 * NEWS: Mention "set logging".
5772
5773 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5774
5775 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5776
5777 2003-06-27 Andrew Cagney <cagney@redhat.com>
5778
5779 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5780 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5781 * avr-tdep.c (avr_call_dummy_address): Delete function.
5782 (avr_gdbarch_init): Do not set call_dummy_address.
5783
5784 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5785
5786 * symfile.c (syms_from_objfile): Move variables to inner block.
5787 Move the checks for the non-mainline case a bit earlier to avoid
5788 doing some useless computations.
5789
5790 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5791
5792 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5793
5794 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
5795
5796 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5797 sections.
5798
5799 2003-06-26 Michael Chastain <mec@shout.net>
5800
5801 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5802 gdb/testsuite/gdb.c++/pr-1210.exp.
5803
5804 2003-06-26 Andrew Cagney <cagney@redhat.com>
5805
5806 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5807 altivec_expression.h and altivec_registers.h.
5808
5809 2003-06-26 Andrew Cagney <cagney@redhat.com>
5810
5811 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5812 info->mach when MIPS16. Patch suggested by Fred Fish.
5813
5814 2003-06-26 Andrew Cagney <cagney@redhat.com>
5815
5816 * utils.c (internal_vproblem): Print the problem to a reason
5817 buffer and then pass to query. Make the msg variable more local.
5818
5819 2003-06-26 Andrew Cagney <cagney@redhat.com>
5820
5821 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5822 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5823 * gdbarch.h, gdbarch.c: Re-generate.
5824 * frame-base.c (default_frame_args_address): Update. Use
5825 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5826 not available.
5827 (default_frame_locals_address): Ditto for
5828 DEPRECATED_FRAME_LOCALS_ADDRESS.
5829 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5830 (vax_frame_num_args): Update.
5831 (vax_gdbarch_init): Update.
5832 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5833 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5834 * mcore-tdep.c (mcore_gdbarch_init): Update.
5835 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5836 * ia64-tdep.c (ia64_gdbarch_init): Update.
5837 * symtab.h (address_class): Update comments.
5838 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5839 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5840 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5841 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5842 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5843 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5844 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5845 * alpha-mdebug-tdep.c: Update.
5846 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5847
5848 2003-06-26 Andreas Jaeger <aj@suse.de>
5849
5850 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5851 of SSE registers so that varargs functions work. Rework handling
5852 of passing arguments on the stack.
5853 (x86_64_store_return_value): Return double and float values in SSE
5854 register.
5855
5856 2003-06-24 Michael Chastain <mec@shout.net>
5857
5858 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5859 the "constructor breakpoints ignored" bug.
5860
5861 2003-06-25 David Carlton <carlton@kealia.com>
5862
5863 * MAINTAINERS: Update e-mail address.
5864
5865 2003-06-24 Jim Blandy <jimb@redhat.com>
5866
5867 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5868
5869 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5870 function.
5871 (ppc_linux_init_abi): Register it as the
5872 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5873
5874 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5875 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5876 method.
5877
5878 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5879 (ppc64_standard_linkage_target): Use it.
5880
5881 2003-06-23 Andrew Cagney <cagney@redhat.com>
5882
5883 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5884 for 0 "int0" and 4 "int32" sized registers.
5885 * gdbtypes.c (builtin_type_int0): Define.
5886 (build_gdbtypes): Initialize builtin_type_int0.
5887 * gdbtypes.h (builtin_type_int0): Declare.
5888
5889 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5890
5891 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5892 as characters are unsigned.
5893
5894 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5895
5896 PR gdb/1179
5897 * dwarfread.c (struct_type): Skip static fields without crashing.
5898
5899 2003-06-22 Andrew Cagney <cagney@redhat.com>
5900
5901 GDB 6.0 branch created.
5902 * README: Update.
5903 * PROBLEMS: Update. Empty.
5904 * NEWS: Update.
5905
5906 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5907
5908 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5909 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5910
5911 2003-06-22 Andrew Cagney <cagney@redhat.com>
5912
5913 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5914 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5915 Velikov.
5916
5917 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5918
5919 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5920 compilers.
5921
5922 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5923
5924 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5925 argument of val_print.
5926 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5927 to the address argument of baseclass_offset or target_read_memory.
5928 Do add it to the argument of cp_print_value_fields.
5929
5930 2003-06-21 Andrew Cagney <cagney@redhat.com>
5931
5932 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5933 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5934 instead of 0..NUM_REGS.
5935 (mips_register_reggroup_p): New function.
5936 (mips_pseudo_register_write): New function.
5937 (mips_pseudo_register_read): New function.
5938 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5939 based on the register's type.
5940 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5941 cooked.
5942 (mips_get_saved_register): Simplify. Assert that REGNO is a
5943 pseudo / cooked.
5944 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5945 (mips_register_type): Replace mips_register_virtual_type. Map
5946 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5947 when available.
5948 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5949 that the register is cooked / virtual.
5950 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5951 Only get the extra info when needed.
5952 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5953 (mips32_heuristic_proc_desc): Fetch the cooked register.
5954 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5955 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5956 (mips_print_register): Use gdbarch_register_type, instead of
5957 REGISTER_VIRTUAL_TYPE.
5958 (print_gp_register_row): Use gdbarch_register_type, instead of
5959 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5960 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5961 Print the pseudo / cooked registers.
5962 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5963 Print the pseudo / cooked registers.
5964 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5965 REG_NUM is pseudo / cooked.
5966 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5967 (mips_n32n64_xfer_return_value): Ditto.
5968 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5969 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5970 (mips_register_sim_regno): New function.
5971 (mips_gdbarch_init): Set deprecated_register_byte,
5972 register_group_p, pseudo_register_write, pseudo_register_read,
5973 register_sim_regno, and num_pseudo_regs. Set register_type,
5974 instead of register_virtual_type.
5975 * Makefile.in (mips-tdep.o): Update dependencies.
5976 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5977 REGISTER_VIRTUAL_TYPE.
5978 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5979 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5980 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5981 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5982 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5983
5984 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5985
5986 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5987 * cli/cli-cmds.c: Include "gdb_vfork.h".
5988 (shell_escape): Use vfork.
5989
5990 2003-06-21 Andrew Cagney <cagney@redhat.com>
5991
5992 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5993 32 bit floating-point register saves.
5994
5995 * frame.h (deprecated_unwind_get_saved_register): Delete.
5996 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5997 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5998 and deprecated_get_next_frame_hack instead of
5999 deprecated_unwind_get_saved_register.
6000
6001 * mips-tdep.c (mips_dump_tdep): Do not print
6002 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
6003
6004 * frame.c (get_frame_register): New function.
6005 (frame_unwind_register_signed): New function.
6006 (get_frame_register_signed): New function.
6007 (frame_unwind_register_unsigned): New function.
6008 (get_frame_register_unsigned): New function.
6009 * frame.h: Add comments on naming schema.
6010 (get_frame_register, frame_unwind_register_signed): Declare.
6011 (get_frame_register_signed, get_frame_register_signed): Declare.
6012 (frame_unwind_register_unsigned): Declare.
6013 (get_frame_register_unsigned): Declare.
6014
6015 2003-06-20 Theodore A. Roth <troth@openavr.org>
6016
6017 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
6018
6019 2003-06-20 Theodore A. Roth <troth@openavr.org>
6020
6021 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
6022 (avr_read_sp): Ditto.
6023
6024 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
6025
6026 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
6027 * config/arm/nm-linux.h: Likewise.
6028 * config/arm/tm-linux.h: Likewise.
6029 * config/ia64/nm-linux.h: Likewise.
6030 * config/ia64/tm-ia64.h: Likewise.
6031 * config/s390/tm-linux.h: Likewise.
6032 * config/s390/tm-s390.h: Likewise.
6033 * s390-nat.c: Likewise.
6034 * s390-tdep.c: Likewise.
6035
6036 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
6037 * config/ia64/linux.mt: Likewise.
6038 * config/m68k/linux.mh: Likewise.
6039 * config/mips/linux.mt: Likewise.
6040 * config/powerpc/linux.mh: Likewise.
6041 * config/sh/linux.mt: Likewise.
6042
6043 2003-06-19 Kris Warkentin <kewarken@qnx.com>
6044
6045 * solib.c (solib_open): Change tests for whether to search
6046 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
6047 comments.
6048
6049 2003-06-19 Theodore A. Roth <troth@openavr.org>
6050
6051 * avr-tdep.c (avr_frame_address): Delete function.
6052 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
6053 set_gdbarch_frame_args_address.
6054
6055 2003-06-19 Andrew Cagney <cagney@redhat.com>
6056
6057 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
6058 (REGISTER_CONVERT_FROM_TYPE): Delete.
6059 (mips_register_convert_to_type): Delete declaration.
6060 (mips_register_convert_from_type): Delete declaration.
6061 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
6062 kernel/.
6063
6064 2003-06-19 Michael Snyder <msnyder@redhat.com>
6065
6066 * linux-nat.h: New file.
6067 * linux-nat.c: Include linux-nat.h.
6068 * lin-lwp.c: Include linux-nat.h.
6069 Move struct lwp_info def to linux-nat.h.
6070 * linux-proc.c: Include linux-nat.h.
6071 (linux_make_note_section): Iterate over lwps instead of threads.
6072 (linux_do_thread_registers): Use lwp instead of merged pid.
6073 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
6074 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
6075 Add dependency on linux_nat_h.
6076
6077 2003-06-19 Theodore A. Roth <troth@openavr.org>
6078
6079 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
6080
6081 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6082
6083 * varobj.c (get_type, get_target_type): Use check_typedef.
6084
6085 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6086
6087 * breakpoint.c (insert_catchpoint): Call internal_error.
6088
6089 2003-06-19 Theodore A. Roth <troth@openavr.org>
6090
6091 * avr-tdep.c (avr_push_dummy_code): Delete function.
6092 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
6093
6094 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6095
6096 * arch-utils.c (default_prepare_to_proceed): Remove.
6097 (generic_prepare_to_proceed): Remove.
6098 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
6099 (generic_prepare_to_proceed): Remove prototype.
6100 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
6101 * gdbarch.c: Regenerate.
6102 * gdbarch.h: Regenerate.
6103 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
6104 * hppah-nat.c (hppa_switched_threads): Remove.
6105 * infrun.c (prepare_to_proceed): New static function, copied from
6106 generic_prepare_to_proceed. Remove select_it argument.
6107 (proceed): Call prepare_to_proceed.
6108 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
6109 variables.
6110 (ptrace_wait): Don't set the removed variables.
6111 (hppa_switched_threads): Remove.
6112 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
6113 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
6114 (lin_lwp_prepare_to_proceed): Remove prototype.
6115 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
6116 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
6117
6118 2003-06-18 Theodore A. Roth <troth@openavr.org>
6119
6120 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
6121 trad-frame.h.
6122 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
6123 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
6124 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
6125 (AVR_PROLOGUE_*): Enumerate prologue types.
6126 (struct frame_extra_info): Remove.
6127 (struct avr_unwind_cache): Define.
6128 (avr_write_sp): Delete function.
6129 (avr_read_fp): Ditto.
6130 (avr_init_extra_frame_info): Ditto.
6131 (avr_pop_frame): Ditto.
6132 (avr_frame_saved_pc): Ditto.
6133 (avr_saved_pc_after_call): Ditto.
6134 (avr_push_return_address): Ditto.
6135 (avr_frame_chain): Ditto.
6136 (avr_store_struct_return): Ditto.
6137 (avr_push_arguments): Ditto.
6138 (avr_scan_prologue): Update comments. Changed to set up the info for
6139 cache unwinding. Now returns end of prologue PC.
6140 (avr_skip_prologue): Better handling of functions lacking a prologue
6141 by using avr_scan_prologue.
6142 (avr_scan_arg_moves): New function.
6143 (avr_saved_regs_unwinder): Ditto.
6144 (avr_frame_unwind_cache): Ditto.
6145 (avr_unwind_pc): Ditto.
6146 (avr_frame_this_id): Ditto.
6147 (avr_frame_prev_register): Ditto.
6148 (avr_frame_p): Ditto.
6149 (avr_frame_base_address ): Ditto.
6150 (avr_unwind_dummy_id): Ditto.
6151 (avr_push_dummy_code): Ditto.
6152 (push_stack_item): Ditto.
6153 (pop_stack_item): Ditto.
6154 (avr_push_dummy_call): Ditto.
6155 (struct stack_item): Define.
6156 (avr_frame_unwind): Declare structure.
6157 (avr_frame_base): Ditto.
6158 (avr_gdbarch_init): Remove calls to
6159 set_gdbarch_deprecated_init_frame_pc,
6160 set_gdbarch_deprecated_target_read_fp,
6161 set_gdbarch_deprecated_dummy_write_sp,
6162 set_gdbarch_deprecated_fp_regnum,
6163 set_gdbarch_deprecated_push_arguments,
6164 set_gdbarch_deprecated_push_return_address,
6165 set_gdbarch_deprecated_pop_frame,
6166 set_gdbarch_deprecated_store_struct_return,
6167 set_gdbarch_deprecated_frame_init_saved_regs,
6168 set_gdbarch_deprecated_init_extra_frame_info,
6169 set_gdbarch_deprecated_frame_chain,
6170 set_gdbarch_deprecated_frame_saved_pc,
6171 set_gdbarch_deprecated_saved_pc_after_call.
6172 Add calls to set_gdbarch_push_dummy_call,
6173 set_gdbarch_push_dummy_code,
6174 frame_unwind_append_predicate,
6175 frame_base_set_default,
6176 set_gdbarch_unwind_dummy_id,
6177 set_gdbarch_unwind_pc.
6178 Wrap a long line.
6179
6180 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
6181
6182 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
6183 registers for H8/300S.
6184 (h8300_print_registers_info): Ditto.
6185 (h8300_gdbarch_init): Accommodate register count for H8/300S.
6186
6187 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
6188
6189 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
6190 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
6191 (lin_lwp_wait): Likewise. Update comments.
6192 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
6193 (pull_pid_from_list, linux_record_stopped_pid): New.
6194
6195 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6196
6197 * ada-lang.c (scan_discrim_bound): Name first argument.
6198 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
6199 declared by ALL_BLOCK_SYMBOLS.
6200
6201 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6202
6203 * ada-tasks.c (find_function_in_inferior): Don't declare it.
6204 ("regcache.h"): Include it.
6205 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
6206
6207 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6208
6209 * NEWS: Mention gdbserver detach change and "disconnect" command.
6210 * infcmd.c (disconnect_command): New function.
6211 (_initialize_infcmd): Add ``disconnect'' command.
6212 * remote.c (remote_async_detach): Delete.
6213 (remote_detach): Merge remote_async_detach.
6214 (remote_disconnect): New.
6215 (init_remote_ops): Set to_disconnect.
6216 (init_remote_cisco_ops): Likewise.
6217 (init_remote_async_ops): Likewise. Use remote_detach.
6218 * target.c (cleanup_target): Default to_disconnect.
6219 (update_current_target): Inherit to_disconnect.
6220 (target_disconnect, debug_to_disconnect): New functions.
6221 (setup_target_debug): Set to_disconnect.
6222 * target.h (struct target_ops): Add to_disconnect.
6223 (target_disconnect): Add prototype.
6224
6225 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6226
6227 * breakpoint.c (insert_catchpoint): New function.
6228 (insert_breakpoints): Use catch_exceptions to call
6229 insert_catchpoint. Disable catchpoints if they fail to insert.
6230
6231 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6232
6233 * symfile.c (reread_symbols): Clear sym_private.
6234
6235 2003-06-17 Andrew Cagney <cagney@redhat.com>
6236
6237 * trad-frame.h (struct frame_info): Add opaque declaration.
6238 * remote-fileio.h (struct cmd_list_element): Add opaque
6239 declaration.
6240 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
6241 comments.
6242
6243 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6244
6245 * remote.c (remote_prepare_to_store): Replace call to
6246 deprecated_read_register_bytes with multiple regcache_raw_read
6247 calls.
6248
6249 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6250
6251 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
6252 (nto_find_and_open_solib): Likewise.
6253 (nto_init_solib_absolute_prefix): Likewise.
6254 (_initialize_nto_tdep): Fix indentation.
6255
6256 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6257
6258 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
6259
6260 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6261
6262 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
6263
6264 2003-06-17 Jim Blandy <jimb@redhat.com>
6265
6266 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
6267
6268 2003-06-16 Theodore A. Roth <troth@openavr.org>
6269
6270 * avr-tdep.c (avr_extract_return_value): New function.
6271 (avr_gdbarch_init): Set extract_return_value method.
6272
6273 2003-06-16 Andrew Cagney <cagney@redhat.com>
6274
6275 * frame.h (deprecated_get_next_frame_hack): Declare.
6276 * frame.c (legacy_saved_regs_prev_register): Only require
6277 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
6278 there are always saved regs.
6279 (deprecated_generic_get_saved_register): Do not require
6280 DEPRECATED_FRAME_INIT_SAVED_REGS.
6281 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
6282 use frame ID unwind instead.
6283 (deprecated_get_next_frame_hack): New function.
6284
6285 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6286
6287 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
6288 (h8300_push_dummy_call): ...this function. Some minor optimization.
6289 (h8300_push_return_address): Remove.
6290 (h8300_gdbarch_init): Remove calls to
6291 set_gdbarch_deprecated_dummy_write_sp,
6292 set_gdbarch_deprecated_push_arguments and
6293 set_gdbarch_deprecated_push_return_address.
6294 Add call to set_gdbarch_push_dummy_call.
6295
6296 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6297
6298 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
6299 (E_PSEUDO_EXR_REGNUM): Ditto.
6300 (h8300_is_argument_spill): Check for instructions moving argument
6301 registers into safe registers.
6302 (h8300_skip_prologue): Check for stm instruction to push registers
6303 used for register variables onto stack.
6304 (gdb_print_insn_h8300): Remove.
6305 (h8300_examine_prologue): Add a comment.
6306 (h8300_register_name): Take pseudo registers into account.
6307 (h8300s_register_name): Ditto.
6308 (h8300sx_register_name): Ditto.
6309 (h8300_print_register): Ditto.
6310 (h8300_print_registers_info): Define "nice" printing order.
6311 (h8300_saved_pc_after_call): Take pseudo registers into account.
6312 (h8300_register_type): Ditto. Return type used for remote connection
6313 when requesting real CCR or EXR register, return actual type when
6314 requesting pseudo CCR or EXR.
6315 (h8300_pseudo_register_read): New function.
6316 (h8300_pseudo_register_write): Ditto.
6317 (h8300_dbg_reg_to_regnum): Ditto.
6318 (h8300s_dbg_reg_to_regnum): Ditto.
6319 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
6320 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
6321 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
6322 set_gdbarch_print_insn architecture dependent.
6323 Call set_gdbarch_pseudo_register_read and
6324 set_gdbarch_pseudo_register_write.
6325 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
6326
6327 2003-06-16 Andrew Cagney <cagney@redhat.com>
6328
6329 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
6330 * gdbarch.h, gdbarch.c: Re-generate.
6331 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6332 * s390-tdep.c (s390_gdbarch_init): Update.
6333 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6334 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6335 * mips-tdep.c (mips_gdbarch_init): Update.
6336 * mcore-tdep.c (mcore_gdbarch_init): Update.
6337 * cris-tdep.c (cris_gdbarch_init): Update.
6338 * infcall.c (call_function_by_hand): Update.
6339 * ia64-tdep.c (ia64_push_arguments): Update comment.
6340 * frame.c (legacy_get_prev_frame): Do not assume
6341 SAVE_DUMMY_FRAME_TOS_P.
6342 * dummy-frame.c (find_dummy_frame): Update comment.
6343
6344 2003-06-16 Andrew Cagney <cagney@redhat.com>
6345
6346 * regcache.c (do_cooked_read): Do not use register_valid_p.
6347
6348 2003-06-15 Theodore A. Roth <troth@openavr.org>
6349
6350 * avr-tdep.c (avr_register_type): Remove a blank line.
6351 (avr_scan_prologue): Correct some comments.
6352
6353 2003-06-15 Theodore A. Roth <troth@openavr.org>
6354
6355 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
6356 prologue types.
6357 Properly scan prologues generated by gcc with the -mcall-prologues
6358 option.
6359 Add code to scan -mcall-prologues for mega devices.
6360
6361 2003-06-15 Theodore A. Roth <troth@openavr.org>
6362
6363 * avr-tdep.c (avr_register_byte): Delete function.
6364 (avr_register_raw_size): Delete function.
6365 (avr_register_virtual_size): Delete function.
6366 (avr_register_virtual_type): Delete function.
6367 (avr_register_type): New function.
6368 (avr_address_to_pointer): Remove unused code.
6369 (avr_read_fp): Need to read FP as two separate bytes due to change to
6370 avr_register_type() usage.
6371 (avr_gdbarch_init): Don't set deprecated_register_size.
6372 Don't set deprecated_register_bytes.
6373 Don't set deprecated_register_byte.
6374 Don't set deprecated_register_raw_size.
6375 Don't set deprecated_max_register_raw_size.
6376 Don't set deprecated_register_virtual_size.
6377 Don't set deprecated_max_register_virtual_size.
6378 Don't set deprecated_register_virtual_type.
6379 Set register_type method.
6380
6381 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
6382
6383 * Makefile.in (linux-nat.o): Add rule.
6384 * linux-nat.c: New file.
6385 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
6386 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
6387 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
6388 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
6389 * config/arm/linux.mh (NATDEPFILES): Likewise.
6390 * config/i386/linux.mh (NATDEPFILES): Likewise.
6391 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6392 * config/ia64/linux.mh (NATDEPFILES): Likewise.
6393 * config/m68k/linux.mh (NATDEPFILES): Likewise.
6394 * config/mips/linux.mh (NATDEPFILES): Likewise.
6395 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6396 * config/s390/s390.mh (NATDEPFILES): Likewise.
6397 * config/sparc/linux.mh (NATDEPFILES): Likewise.
6398
6399 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6400
6401 * i387-tdep.c: Reorder includes, fix some whitespace issues and
6402 replace out-of-date comment.
6403
6404 2003-06-15 Andrew Cagney <cagney@redhat.com>
6405
6406 * rdi-share/host.h (Fail): Change to a varargs function.
6407 * remote-rdi.c (Fail): Update.
6408
6409 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6410
6411 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
6412 (i386_convert_register_p, i386_register_to_value,
6413 i386_register_from_value): Handle types longer than 8 bytes.
6414
6415 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6416
6417 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
6418 Move floating-point code to new function in i387-tdep.c.
6419 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
6420 New functions containing code moved here from i386-tdep.c.
6421 * i387-tdep.h: Add opaque declaration for `struct type'.
6422 (i387_register_to_value, i387_value_to_register): New prototypes.
6423 * x86-64-tdep.c (x86_64_convert_register_p): New function.
6424 (x86_64_init_abi): Set convert_register_p, register_to_value and
6425 value_to_register here.
6426
6427 2003-06-14 Andrew Cagney <cagney@redhat.com>
6428
6429 * mips-tdep.c (mips_register_to_value): Make static.
6430 (mips_value_to_register): Make static.
6431 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
6432 * ia64-tdep.c (ia64_register_raw_size): Make static.
6433 (ia64_register_virtual_size): Make static.
6434 (ia64_register_byte): Make static.
6435 * i387-tdep.c: Include "i387-tdep.h".
6436 (print_387_control_word): Delete function.
6437 (print_387_status_word): Delete function.
6438 (print_387_status_bits): Delete function.
6439 (print_387_control_bits): Delete function.
6440 * Makefile.in (i387-tdep.o): Update dependencies.
6441 * rdi-share/host.h (Fail): Declare.
6442 * remote-rdi.c (Fail): Update to match declaration.
6443
6444 2003-06-14 Andrew Cagney <cagney@redhat.com>
6445
6446 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
6447 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
6448 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
6449 * config/djgpp/fnchange.lst: Delete "remote-array.c".
6450 * README: Delete reference to remote-array.
6451 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
6452 (remote-array.o): Delete target.
6453 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
6454 * remote-array.c: Delete file.
6455
6456 2003-06-14 Andrew Cagney <cagney@redhat.com>
6457 Mark Kettenis <kettenis@gnu.org>
6458
6459 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
6460 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
6461 parameter with "frame".
6462 * gdbarch.h, gdbarch.c: Re-generate.
6463 * frame.h (put_frame_register): Declare.
6464 * frame.c (put_frame_register): New function.
6465 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
6466 (legacy_register_to_value): Rewrite, use "frame" to get the
6467 register value.
6468 (legacy_value_to_register): Rewrite, use "frame" to find the
6469 register's location before storing.
6470 * arch-utils.h (legacy_convert_register_p): Update.
6471 (legacy_register_to_value, legacy_value_to_register): Update.
6472 * findvar.c (value_from_register): Rewrite, eliminate use of
6473 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
6474 "frame" to REGISTER_TO_VALUE.
6475 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
6476 lval_reg_frame_relative + lval_register branch of the switch. Do
6477 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
6478 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
6479 I386_EDI_REGNUM): New defines.
6480 (i386_next_regnum, i386_convert_register_p,
6481 i386_register_to_value, i386_value_to_register): New functions.
6482 (i386_register_convertible, i386_register_convert_to_virtual,
6483 i386_convert_to_raw): Remove functions.
6484 (i386_gdbarch_init): Set convert_register_p, register_to_value and
6485 value_to_register instead of register_convertible,
6486 register_convert_to_virtual and register_convert_to_raw.
6487 * mips-tdep.c (mips_convert_register_p): New function.
6488 (mips_value_to_register): Replace mips_register_convert_from_type.
6489 (mips_register_to_value): Replace mips_register_convert_to_type.
6490 (mips_gdbarch_init): Set conver_register_p, value_to_register and
6491 register_to_value.
6492 * alpha-tdep.c (alpha_convert_register_p): Update.
6493 (alpha_value_to_register): Update, store the register.
6494 (alpha_register_to_value): Update, fetch the register.
6495
6496 2003-06-14 Theodore A. Roth <troth@openavr.org>
6497
6498 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6499 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6500 Don't set deprecated_call_dummy_words.
6501 Remove commented out set_gdbarch_believe_pcc_promotion() call.
6502 Don't set remote_translate_xfer_address.
6503 (avr_io_reg_read_command): Remove commented out debug printf.
6504 Wrap a long line.
6505
6506 2003-06-14 Theodore A. Roth <troth@openavr.org>
6507
6508 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6509 causes gdb to seg fault.
6510
6511 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
6512
6513 * sparc-nat.c (fetch_inferior_registers): Correct
6514 a reference to "registers".
6515
6516 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6517
6518 * Makefile.in (exc_request_U_h): Define
6519 (exc_request_S_h): Likewise.
6520 (msg_reply_S_h): Likewise.
6521 (msg_U_h): Likewise.
6522 (notify_S_h): Likewise.
6523 (process_reply_S_h): Likewise.
6524 (gnu-nat.o): Depend on gdb_obstack_h
6525 * gnu-nat.c: Include "gdb_obstack.h".
6526
6527 2003-06-13 Andrew Cagney <cagney@redhat.com>
6528
6529 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6530 * gdbarch.h, gdbarch.c: Re-generate.
6531
6532 2003-06-13 Andrew Cagney <cagney@redhat.com>
6533
6534 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
6535 when deprecated REGISTER macros can be deleted.
6536 * gdbarch.h, gdbarch.c: Re-generate.
6537
6538 2003-06-13 Jim Blandy <jimb@redhat.com>
6539
6540 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
6541 Linux entry point symbols for _dl_debug_state, too.
6542
6543 2003-06-13 Andrew Cagney <cagney@redhat.com>
6544
6545 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6546 available, do not use the FP register, and always save the TOS.
6547 * dummy-frame.c (dummy_frame_this_id): Do not assert
6548 SAVE_DUMMY_FRAME_TOS.
6549 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6550 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6551 (i386_push_dummy_call): Add 8 to the returned SP.
6552 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6553 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6554 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6555 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6556 (x86_64_push_dummy_call): Return "sp + 16".
6557 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6558 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6559 save_dummy_frame_tos.
6560
6561 2003-06-13 Jim Blandy <jimb@redhat.com>
6562
6563 * frv-tdep.c (frv_use_struct_convention): Delete static
6564 declaration for function deleted in my change of 2003-06-12.
6565
6566 2003-06-13 Theodore A. Roth <troth@openavr.org>
6567
6568 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6569 (avr_pointer_to_address): Shift code addrs left 1 bit.
6570 (avr_convert_from_func_ptr_addr): Delete function since operation is
6571 better handled by avr_address_to_pointer and avr_pointer_to_address.
6572 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6573
6574 2003-06-13 Mark Kettenis <kettenis@gnu.org>
6575
6576 From Kelley Cook <kelleycook@wideopenwest.com>:
6577 * configure.host: Accept i[34567]86 variants.
6578 * configure.tgt: Likewise.
6579 * nlm/configure.in: Likewise.
6580 * nlm/configure: Regenerated.
6581
6582 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
6583
6584 * arm-tdep.c (solib-svr4.h): Dont' include it.
6585 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6586 * arm-linux-tdep.c: ... here. Make static.
6587 (arm_linux_init_abi): Register it.
6588 (solib-svr4.h): Include it.
6589 * Makefile.in: Update dependencies.
6590 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6591 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6592
6593 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6594
6595 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6596 indicate registers used for return values.
6597 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6598 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6599 members.
6600 (h8300_init_extra_frame_info): Ditto.
6601 (h8300_frame_locals_address): Removed.
6602 (h8300_frame_args_address): Removed.
6603 (h8300_extract_return_value): Use new regcache structure. Only care
6604 for 16 bit CPUs.
6605 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6606 (h8300_store_return_value): Use new regcache structure. Only care
6607 for 16 bit CPUs.
6608 (h8300h_store_return_value): Same function for 32 bit CPUs.
6609 (h8300_store_struct_return): Removed.
6610 (h8300_extract_struct_value_address): Use new regcache structure.
6611 (h8300h_extract_struct_value_address): Removed.
6612 (h8300_push_dummy_code): New function.
6613 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6614 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6615 set_gdbarch_store_return_value architecture dependent.
6616 Call set_gdbarch_push_dummy_code and
6617 set_gdbarch_extract_struct_value_address.
6618 Remove calls to set_gdbarch_frame_args_address,
6619 set_gdbarch_frame_locals_address,
6620 set_gdbarch_deprecated_store_struct_return,
6621 set_gdbarch_deprecated_extract_return_value,
6622 set_gdbarch_deprecated_extract_struct_value_address,
6623 set_gdbarch_deprecated_call_dummy_words and
6624 set_gdbarch_deprecated_sizeof_call_dummy_words.
6625
6626 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6627
6628 * h8300-tdep.c (h8300_register_byte): Remove.
6629 (h8300h_register_byte): Remove.
6630 (h8300_register_virtual_type): Remove. Substitute by...
6631 (h8300_register_type): New function.
6632 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6633 (h8300h_extract_struct_value_address): Ditto.
6634 (h8300_gdbarch_init): Drop calls to
6635 set_gdbarch_deprecated_register_byte and
6636 set_gdbarch_deprecated_register_virtual_type.
6637 Add call to set_gdbarch_register_type.
6638
6639 2003-06-13 Andrew Cagney <cagney@redhat.com>
6640
6641 * gdbarch.sh: Update comments on registers.
6642 (deprecated_register_byte): Rename register_byte.
6643 (deprecated_register_raw_size): Rename register_raw_size.
6644 (deprecated_register_virtual_size): Rename register_virtual_size.
6645 (deprecated_register_virtual_type): Rename register_virtual_type.
6646 * gdbarch.h, gdbarch.c: Re-generate.
6647 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6648 * vax-tdep.c (vax_gdbarch_init): Update.
6649 * v850-tdep.c (v850_gdbarch_init): Update.
6650 * sparc-tdep.c (sparc_gdbarch_init): Update.
6651 * sh-tdep.c (sh_gdbarch_init): Update.
6652 * s390-tdep.c (s390_gdbarch_init): Update.
6653 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6654 * ns32k-tdep.c: Update.
6655 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6656 * mips-tdep.c (mips_gdbarch_init): Update.
6657 * mcore-tdep.c (mcore_gdbarch_init): Update.
6658 * m68k-tdep.c (m68k_gdbarch_init): Update.
6659 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6660 * ia64-tdep.c (ia64_gdbarch_init): Update.
6661 * hppa-tdep.c (hppa_gdbarch_init): Update.
6662 * h8300-tdep.c (h8300_gdbarch_init): Update.
6663 * frv-tdep.c (frv_gdbarch_init): Update.
6664 * cris-tdep.c (cris_gdbarch_init): Update.
6665 * avr-tdep.c (avr_gdbarch_init): Update.
6666 * alpha-tdep.c (alpha_gdbarch_init): Update.
6667 * arm-tdep.c (arm_gdbarch_init): Update.
6668
6669 2003-06-13 Andrew Cagney <cagney@redhat.com>
6670
6671 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6672 mips_o32_use_struct_convention with always_use_struct_convention.
6673
6674 2003-06-12 David Carlton <carlton@kealia.com>
6675
6676 * cp-namespace.c (cp_set_block_scope): Comment out
6677 processing_has_namespace_info branch.
6678
6679 2003-06-12 Jim Blandy <jimb@redhat.com>
6680
6681 Recognize and skip 64-bit PowerPC Linux linkage functions.
6682 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6683 insn_pattern, insns_match_pattern, d_field, ds_field): New
6684 functions, macros, and types for working with PPC instructions.
6685 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6686 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6687 ppc64_skip_trampoline_code): New functions, variables, and macros
6688 for recognizing and skipping linkage functions.
6689 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6690 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6691
6692 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6693 register offsets for both the 32- and 64-bit interfaces.
6694
6695 Actually finish the job started by my change of 2003-05-29.
6696 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6697 other #definition of this.
6698 (ppc_linux_skip_trampoline_code): Remove declaration.
6699 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6700 static.
6701 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6702 method for GDBARCH.
6703
6704 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6705 'long' on ppc64-*-linux*.
6706
6707 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6708 isn't #defined, assume the register doesn't exist: act as if
6709 tdep->ppc_mq_regnum were -1.
6710
6711 * configure.host, configure.tgt: Add entries for
6712 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6713 powerpc/linux.mt.
6714 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6715 New files.
6716
6717 * arch-utils.c (always_use_struct_convention): New function.
6718 * arch-utils.h (always_use_struct_convention): New prototype.
6719 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6720 (alpha_gdbarch_init): Register always_use_struct_convention,
6721 instead of alpha_use_struct_convention.
6722 * cris-tdep.c (cris_use_struct_convention): Delete.
6723 (cris_gdbarch_init): Register always_use_struct_convention,
6724 instead of cris_use_struct_convention.
6725 * frv-tdep.c (frv_use_struct_convention): Delete.
6726 (frv_gdbarch_init): Register always_use_struct_convention,
6727 instead of frv_use_struct_convention.
6728 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6729 (h8300_gdbarch_init): Register always_use_struct_convention,
6730 instead of h8300_use_struct_convention.
6731 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
6732 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6733 instead of mips_o32_use_struct_convention.
6734
6735 2003-06-12 Andrew Cagney <cagney@redhat.com>
6736
6737 * wince.c: Include "mips-tdep.h".
6738 * mips-tdep.h (mips_next_pc): Declare.
6739 * mcore-tdep.c: Make more local functions static.
6740 * Makefile.in (wince.o): Update dependencies.
6741
6742 2003-06-12 David Carlton <carlton@kealia.com>
6743
6744 * symtab.c (lookup_symbol_aux_minsyms): Replace
6745 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6746 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6747 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6748 SYMBOL_NATURAL_NAME.
6749
6750 2003-06-12 Andreas Schwab <schwab@suse.de>
6751
6752 * Makefile.in (tuiDisassem.o): Update dependencies.
6753
6754 2003-06-12 David Carlton <carlton@bactrian.org>
6755
6756 * symtab.h: Delete declaration of make_symbol_overload_list.
6757 Add declaration of lookup_partial_symbol.
6758 * symtab.c (remove_params): Move to cp-support.c.
6759 (overload_list_add_symbol, make_symbol_overload_list)
6760 (sym_return_val_size, sym_return_val_index): Ditto.
6761 (lookup_partial_symbol): Make extern.
6762 * cp-support.h: Add declaration of make_symbol_overload_list.
6763 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6764 symtab.h, and block.h.
6765 (remove_params): Move here from symtab.c.
6766 (overload_list_add_symbol, make_symbol_overload_list)
6767 (sym_return_val_size, sym_return_val_index): Ditto.
6768 * valops.c: Include cp-support.h.
6769 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6770 frame_h, and block_h.
6771 (valops.o): Depend on cp_support_h.
6772
6773 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
6774
6775 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6776 substitute by NUM_REGS throughout.
6777 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6778 (h8300s_register_name): New function for H8S registers.
6779 (h8300sx_register_name): Ditto for H8SX registers.
6780 (h8300_print_register): Revise register printing, avoid depending
6781 on 32 bit long.
6782 (h8300_register_byte): Only care for H8/300 registers.
6783 (h8300h_register_byte): New function for any other architecture.
6784 (h8300_register_raw_size): Remove.
6785 (h8300_register_virtual_type): Revise to return actually useful
6786 type.
6787 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6788 (h8300h_extract_struct_value_address): New function for any other
6789 architecture.
6790 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6791 set_gdbarch_register_name, set_gdbarch_register_byte,
6792 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6793 Remove calls to set_gdbarch_deprecated_register_size,
6794 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6795 set_gdbarch_deprecated_max_register_raw_size,
6796 set_gdbarch_register_virtual_size and
6797 set_gdbarch_deprecated_max_register_virtual_size entirely.
6798 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6799 set_gdbarch_long_double_bit.
6800
6801 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6802
6803 * doublest.c (convert_doublest_to_floatformat): When dealing
6804 with the implied integer bit, only alter mant_bits if we are
6805 processing a full 32 bits of mantissa.
6806
6807 2003-06-11 David Carlton <carlton@bactrian.org>
6808
6809 * dictionary.h: New.
6810 * dictionary.c: New.
6811 * block.h: Add opaque declaration for struct dictionary.
6812 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6813 'sym' members.
6814 (BLOCK_DICT): New macro.
6815 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6816 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6817 BLOCK_SHOULD_SORT.
6818 (ALL_BLOCK_SYMBOLS): Update definition.
6819 * Makefile.in (SFILES): Add dictionary.c.
6820 (dictionary_h): New.
6821 (COMMON_OBS): Add dictionary.o.
6822 (dictionary.o): New.
6823 (ada-lang.o): Depend on dictionary_h.
6824 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6825 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6826 (mi-cmd-stack.o): Ditto.
6827 (gdbtk-cmds.o): Update dependencies.
6828 (gdbtk-stack.o): Ditto.
6829 * ada-lang.c: Include dictionary.h.
6830 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6831 (fill_in_ada_prototype, debug_print_block): Ditto.
6832 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6833 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6834 'is_sorted'.
6835 * mdebugread.c: Include dictionary.h.
6836 (struct parse_stack): Delete 'maxsyms' member.
6837 (parse_symbol): Update calls to new_block. Delete calls to
6838 shrink_block. Use dictionary methods.
6839 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6840 Update calls to new_symtab. Don't maintain maxsyms data.
6841 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6842 (add_symbol): Just call dict_add_symbol.
6843 (new_symtab): Delete 'maxsyms' argument.
6844 (new_symtab): Update calls to new_block.
6845 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6846 (shrink_block): Delete function.
6847 (fixup_sigtramp): Update call to new_block. Add symbol via
6848 dict_add_symbol.
6849 * jv-lang.c: Include dictionary.h.
6850 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6851 appropriately. Set class_symtab->free_func. Make sure the
6852 blockvector is big enough to hold two blocks.
6853 (add_class_symtab_symbol): Use dictionary methods.
6854 (free_class_block): New function.
6855 (type_from_class): Replace explicit iteration by
6856 ALL_BLOCK_SYMBOLS.
6857 * symtab.h (struct symtab): Replace 'free_ptr' method by
6858 'free_func'.
6859 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6860 sort_symtab_syms.
6861 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6862 sort_symtab_syms.
6863 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6864 Include dictionary.h.
6865 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6866 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6867 sort_symtab_syms.
6868 * objfiles.c: Include dictionary.h.
6869 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6870 * buildsym.c: Include dictionary.h.
6871 (finish_block): Use dictionary methods.
6872 (end_symtab): Set free_func to NULL, not free_ptr.
6873 * tracepoint.c: Include dictionary.h.
6874 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6875 (scope_info): Ditto.
6876 * stack.c: Include dictionary.h.
6877 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6878 (print_block_frame_labels, print_frame_arg_vars)
6879 (print_frame_args): Ditto.
6880 * symmisc.c (free_symtab_block): Use dictionary methods.
6881 (dump_symtab): Ditto.
6882 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6883 Include dictionary.h.
6884 * symfile.h: Delete declarations of sort_block_syms,
6885 sort_symtab_syms.
6886 * symfile.c (sort_block_syms): Delete.
6887 (sort_symtab_syms): Delete.
6888 * symtab.c: Include dictionary.h.
6889 (lookup_block_symbol): Use dictionary iterators.
6890 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6891 (search_symbols, make_symbol_completion_list): Ditto.
6892 (make_symbol_overload_list): Ditto.
6893 * valops.c (value_of_local): Use dict_empty.
6894 Include dictionary.h.
6895
6896 2003-06-11 J. Brobecker <brobecker@gnat.com>
6897
6898 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6899
6900 2003-06-11 David Carlton <carlton@bactrian.org>
6901
6902 * block.h (BLOCK_SHOULD_SORT): Delete.
6903 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6904 blocks.
6905 * ada-lang.c (ada_add_block_symbols): Ditto.
6906 * symfile.c (sort_block_syms): Delete.
6907 (sort_symtab_syms): Ditto.
6908 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6909 declarations.
6910 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6911 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6912 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6913 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6914 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6915 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6916 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6917
6918 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6919
6920 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6921 bits to 128.
6922
6923 2003-06-11 Andrew Cagney <cagney@redhat.com>
6924
6925 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6926 REGISTER_CONVERTIBLE.
6927 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6928 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6929 * gdbarch.h, gdbarch.c: Re-generate.
6930 * arch-utils.h (deprecated_register_convertible_not): Rename
6931 generic_register_convertible_not.
6932 * arch-utils.c (deprecated_register_convertible_not): Rename
6933 generic_register_convertible.
6934 (legacy_convert_register_p, legacy_register_to_value): Update.
6935 * sh-tdep.c (sh64_push_arguments): Update.
6936 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6937 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6938 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6939 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6940 * arch-utils.c (legacy_value_to_register): Update.
6941 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6942 (rs6000_register_convert_to_raw): Make parameter "from" const.
6943 * mips-tdep.c (mips_gdbarch_init): Update.
6944 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6945 * infcmd.c (default_print_registers_info): Update.
6946 * ia64-tdep.c (ia64_gdbarch_init): Update.
6947 (ia64_register_convert_to_raw): Make parameter "from" const.
6948 * i386-tdep.c (i386_gdbarch_init): Update.
6949 (i386_register_convert_to_raw): Update.
6950
6951 2003-06-11 Andrew Cagney <cagney@redhat.com>
6952
6953 * remote-fileio.c: Include "remote-fileio.h".
6954 * Makefile.in (remote-fileio.o): Update dependencies.
6955 (remote_fileio_h): Fix typo.
6956
6957 2003-06-11 Andrew Cagney <cagney@redhat.com>
6958
6959 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6960 (xstormy16_save_dummy_frame_tos): Make static.
6961 (_initialize_xstormy16_tdep): Add declaration.
6962 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6963 * v850-tdep.c: Make local functions static.
6964 (_initialize_v850_tdep): Add declaration.
6965 * sparc-tdep.c: Make local functions static.
6966 (_initialize_sparc_tdep): Add declaration.
6967 * sh-tdep.c: Make local functions static.
6968 (_initialize_sh_tdep): Add declaration.
6969 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6970 * s390-tdep.c: Make local functions static.
6971 (_initialize_s390_tdep): Add declaration.
6972 * dbxread.c (find_stab_function_addr): Make static.
6973 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6974 * ocd.c (_initialize_remote_ocd): Add declaration.
6975 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6976 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6977 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6978 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6979 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6980 * remote-array.c (_initialize_array): Add declaration.
6981 (_initialize_remote_monitors): Add declaration.
6982 * remote-mips.c: Make local functions static.
6983 (_initialize_remote_mips): Add declaration.
6984 * mcore-tdep.c: Make all local functions static.
6985 (_initialize_mcore_tdep): Add declaration.
6986 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6987 * abug-rom.c (_initialize_abug_rom): Add declaration.
6988 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6989 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6990 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6991 * remote-est.c (_initialize_est): Add declaration.
6992 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6993 (m68hc11_call_dummy_address): Make static.
6994 * ia64-tdep.c: Make local functions static.
6995 (_initialize_ia64_tdep): Add declaration.
6996 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6997 * monitor.c (monitor_wait_filter): Make static.
6998 (_initialize_remote_monitors): Add declaration.
6999 * remote-hms.c (_initialize_remote_hms): Add declaration.
7000 * remote-e7000.c (fetch_regs_from_dump): Make static.
7001 (expect_n): Make static.
7002 (_initialize_remote_e7000): Add declaration.
7003 * ser-e7kpc.c: Always include "defs.h".
7004 (_initialize_ser_e7000pc): Add declaration.
7005 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
7006 * cris-tdep.c: Make all but one function static.
7007 (_initialize_cris_tdep): Add declaration.
7008 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
7009 * solib.c (update_solib_list): Make static.
7010 (_initialize_solib): Add declaration.
7011 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
7012 (_initialize_avr_tdep): Add declaration.
7013 * remote-rdi.c (voiddummy): Make static.
7014 (_initialize_remote_rdi): Add declaration.
7015 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
7016 * remote-rdp.c (send_rdp): Make static.
7017 (_initialize_remote_rdp): Add declaration.
7018 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
7019
7020 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
7021
7022 * remote-fileio.c: Make ari happy.
7023
7024 2003-06-10 J. Brobecker <brobecker@gnat.com>
7025
7026 * rs6000-nat.c (child_xfer_memory): Compute the right address when
7027 fetching the trailing bytes of the buffer we are about to write.
7028
7029 2003-06-10 Andrew Cagney <cagney@redhat.com>
7030
7031 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
7032 * Makefile.in (remote-fileio.o): Update dependencies.
7033 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
7034 include <setjmp.h>, or <sys/types.h> conditional on USG.
7035 (remote_fio_jmp_buf): Delete global variable.
7036
7037 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
7038 Martin M. Hunt <hunt@redhat.com>
7039
7040 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
7041 (SFILES): Add remote-fileio.c.
7042 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
7043 dependencies for building remote.o.
7044 * remote-fileio.c: New file implementing the remote File-I/O protocol.
7045 * remote-fileio.h: New header file defining remote File-I/O interface.
7046 * remote.c (remote_write_bytes, remote_read_bytes): Remove
7047 static storage class.
7048 (remote_wait, remote_async_wait): Call remote_fileio_request() on
7049 'F' packet.
7050 (_initialize_remote): Call initialize_remote_fileio().
7051 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
7052 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7053 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
7054 (captured_main): Initialize new ui_files.
7055 * ui-file.c: Add read and fgets input functions.
7056 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
7057 (null_file_read): New function.
7058 (ui_file_read): New function.
7059 (set_ui_file_read): New function.
7060 (stdio_file_read): New function.
7061 * ui-file.h: New type ui_file_read_ftype.
7062 (set_ui_file_read): Declare.
7063 (ui_file_read): Declare.
7064
7065 2003-06-09 Andrew Cagney <cagney@redhat.com>
7066
7067 * frame.h (deprecated_unwind_get_saved_register): Rename
7068 generic_unwind_get_saved_register, update comments.
7069 * mips-tdep.c (mips_get_saved_register): Update.
7070 * frame.c (deprecated_unwind_get_saved_register): Update.
7071
7072 2003-06-09 Andrew Cagney <cagney@redhat.com>
7073
7074 * vax-tdep.c (vax_frame_locals_address): Delete function.
7075 (vax_gdbarch_init): Do not set frame_locals_address.
7076 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
7077 (m68hc11_gdbarch_init): Do not set frame_locals_address.
7078 * s390-tdep.c (s390_frame_args_address): Delete function.
7079 (s390_gdbarch_init): Do not set frame_args_address or
7080 frame_locals_address.
7081 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
7082 (ns32k_gdbarch_init): Do not set frame_locals_address.
7083 * hppa-tdep.c (hppa_frame_args_address): Delete function.
7084 (hppa_frame_locals_address): Delete function.
7085 (hppa_gdbarch_init): Do not set frame_args_address, or
7086 frame_locals_address.
7087 * arm-tdep.c (arm_frame_args_address): Delete.
7088 (arm_frame_locals_address): Delete.
7089 (arm_gdbarch_init): Do not set frame_args_address, or
7090 frame_locals_address.
7091
7092 2003-06-09 Andrew Cagney <cagney@redhat.com>
7093
7094 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
7095 * gdbarch.h, gdbarch.c: Re-generate.
7096 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
7097 * arch-utils.c (frame_num_args_unknown): Delete function.
7098 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
7099 (frame_info): Use FRAME_NUM_ARGS_P.
7100 * arm-tdep.c (arm_frame_num_args): Delete function.
7101 (arm_gdbarch_init): Do not set frame_num_args.
7102 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
7103 * hppa-tdep.c (hppa_frame_num_args): Delete function.
7104 (hppa_gdbarch_init): Do not set frame_num_args.
7105 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
7106 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7107 frame_num_args to default frame_num_args_unknown.
7108 * v850-tdep.c (v850_gdbarch_init): Ditto.
7109 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7110 * sh-tdep.c (sh_gdbarch_init): Ditto.
7111 * s390-tdep.c (s390_gdbarch_init): Ditto.
7112 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7113 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7114 * mips-tdep.c (mips_gdbarch_init): Ditto.
7115 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7116 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7117 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7118 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7119 * i386-tdep.c (i386_gdbarch_init): Ditto.
7120 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7121 * frv-tdep.c (frv_gdbarch_init): Ditto.
7122 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7123 * cris-tdep.c (cris_gdbarch_init): Ditto.
7124 * avr-tdep.c (avr_gdbarch_init): Ditto.
7125 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7126
7127 2003-06-09 Andrew Cagney <cagney@redhat.com>
7128
7129 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
7130 (print_frame_args): Moved to "stack.c".
7131 * stack.c: Include "gdb_assert.h".
7132 (print_frame_nameless_args): Moved from "printcmd.c", made static.
7133 (print_frame_args): Moved from "printcmd.c".
7134 * frame.h (print_frame_args): Delete declaration.
7135 * Makefile.in (stack.o): Update dependencies.
7136
7137 2003-06-08 Andrew Cagney <cagney@redhat.com>
7138
7139 * frame.c (get_prev_frame): Remove reference to
7140 frame_args_address_correct in comments.
7141 * frame-base.c (default_frame_args_address): Delete code
7142 conditional on FRAME_ARGS_ADDRESS_CORRECT.
7143 * vax-tdep.c (vax_frame_args_address_correct): Delete.
7144 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
7145 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
7146 (vax_frame_args_address_correct): Delete declaration.
7147
7148 2003-06-08 Andrew Cagney <cagney@redhat.com>
7149
7150 * gdbarch.sh (UNWIND_SP): Add.
7151 * gdbarch.h, gdbarch.c: Re-generate.
7152 * frame.c (frame_sp_unwind): New function.
7153 (get_frame_sp): New function.
7154 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
7155 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
7156 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
7157 value.
7158 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
7159 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
7160
7161 2003-06-08 Andrew Cagney <cagney@redhat.com>
7162
7163 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
7164 REMOTE_BREAKPOINT.
7165 * remote.c: Update.
7166 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
7167 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
7168 * config/m68k/tm-sun3.h: Update.
7169 * config/m68k/tm-m68klynx.h: Update.
7170 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
7171
7172 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
7173 trad_frame". Update comments.
7174 * d10v-tdep.c (struct d10v_unwind_cache): Update.
7175 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
7176 (trad_frame_register_value, trad_frame_prev_register): Update.
7177
7178 2003-06-08 Andrew Cagney <cagney@redhat.com>
7179
7180 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
7181 from GCC's acinclude.m4.
7182 * configure.in: Check for getopt's delcaration.
7183 * aclocal.m4, config.in, configure: Re-generate.
7184 * main.c (error_init): Delete declaration.
7185 * defs.h (error_init): Declare.
7186 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
7187 (rs6000_convert_from_func_ptr_addr): Make static.
7188 (_initialize_rs6000_tdep): Add declaration.
7189 * cli/cli-cmds.c (dont_repeat): Delete declaration.
7190 (show_commands, set_verbose, show_history): Delete declaration.
7191 * top.h (set_verbose): Add declaration.
7192 (show_history, set_history, show_commands): Add declaration.
7193 (do_restore_instream_cleanup): Add declaration.
7194 * objc-lang.c (specialcmp): Make static.
7195 (print_object_command): Make static.
7196 (find_objc_msgsend): Make static.
7197 (find_objc_msgcall_submethod_helper): Make static.
7198 (find_objc_msgcall_submethod): Make static.
7199 (_initialize_objc_language): Add declaration.
7200 (find_implementation_from_class): Make static.
7201 (find_implementation): Make static.
7202 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
7203 * objc-lang.h (lookup_struct_typedef): Add declaration.
7204 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
7205 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
7206 (do_restore_user_call_depth): Make static.
7207 (do_restore_instream_cleanup): Delete declaration.
7208 (dont_repeat): Delete declaration.
7209 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
7210 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
7211 * reggroups.c (_initialize_reggroup): Add declaration.
7212 * cp-support.c (_initialize_cp_support): Add declaration.
7213 * cp-abi.c (_initialize_cp_abi): Add declaration.
7214 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
7215 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
7216 (_initialize_gnu_v3_abi): Add declaration.
7217 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
7218 (_initialize_gnu_v2_abi): Add declaration.
7219 * frame-base.c (_initialize_frame_base): Add declaration.
7220 * doublest.c (floatformat_from_length): Make static.
7221 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
7222 * frame.c (create_sentinel_frame): Make static.
7223 (_initialize_frame): Add declaration.
7224 * top.c (do_catch_errors): Make static.
7225 (gdb_rl_operate_and_get_next_completion): Make static.
7226 * typeprint.c: Include "typeprint.h".
7227 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
7228 (sentinel_frame_this_id): Make static.
7229 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
7230 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
7231 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
7232 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
7233 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
7234 * maint.c (maintenance_print_architecture): Make static.
7235 * signals/signals.c (_initialize_signals): Add declaration.
7236 * std-regs.c (_initialize_frame_reg): Add declaration.
7237 * jv-exp.y (push_variable): ISO C definition.
7238 (push_qualified_expression_name): Ditto.
7239 * memattr.c (_initialize_mem): Add declaration.
7240 * remote.c (remote_check_watch_resources): Make static.
7241 (remote_stopped_by_watchpoint): Make static.
7242 (remote_stopped_data_address): Make static.
7243 * d10v-tdep.c (nr_dmap_regs): Make static.
7244 (a0_regnum): Make static.
7245 (d10v_frame_unwind_cache): Make static.
7246 (d10v_frame_p): Make static.
7247 * osabi.c (show_osabi): Make static.
7248 (_initialize_gdb_osabi): Add extern declaration.
7249 * gdbtypes.c (make_qualified_type): Make static.
7250 (safe_parse_type): Make static.
7251 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
7252 * macrotab.c (macro_bcache_free): Make static.
7253 * interps.c (interp_set_quiet): Make static.
7254 (interpreter_exec_cmd): Make static.
7255 * stack.h (select_frame_command): New file.
7256 * stack.c: Include "stack.h".
7257 (select_frame_command_wrapper): Delete function.
7258 (select_frame_command): Make global.
7259 * infcall.c: Include "infcall.h".
7260 * linespec.c: Include "linespec.h".
7261 * symfile.c (sections_overlap): Make static.
7262 * cp-support.h (cp_initialize_namespace): ISO C declaration.
7263 * charset.c (_initialize_charset): Add missing prototype.
7264 * regcache.c (init_legacy_regcache_descr): Make static.
7265 (do_regcache_xfree): Make static.
7266 (regcache_xfer_part): Make static.
7267 (_initialize_regcache): Add missing prototype.
7268 * breakpoint.c (parse_breakpoint_sals): Make static.
7269 (breakpoint_sals_to_pc): Make static.
7270 * interps.h (clear_interpreter_hooks): ISO C declaration.
7271 * Makefile.in (stack_h): Define.
7272 (stack.o, typeprint.o, mi-main.o): Update dependencies.
7273 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
7274
7275 2003-06-08 Andrew Cagney <cagney@redhat.com>
7276
7277 * Makefile.in (d10v-tdep.o): Update dependencies.
7278 (SFILES): Add trad-frame.c.
7279 (trad_frame_h): Define.
7280 (COMMON_OBS): Add trad-frame.o.
7281 (trad-frame.o): Specify dependencies.
7282 * d10v-tdep.c: Include "trad-frame.h".
7283 (saved_regs_unwinder): Delete function.
7284 (d10v_frame_prev_register): Use trad_frame_prev_register.
7285 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
7286 trad_frame", delete "regs" and "prev_sp".
7287 (prologue_find_regs): Use trad-frame.
7288 * trad-frame.h, trad-frame.c: New files.
7289
7290 2003-06-08 Mark Kettenis <kettenis@gnu.org>
7291
7292 * dwarf2cfi.c, dwarf2cfi.h: Remove.
7293
7294 2003-06-07 Adam Fedor <fedor@gnu.org>
7295
7296 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
7297 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
7298 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
7299 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
7300 resolve_msgsend_super, resolve_msgsend_super_stret):
7301 Use it.
7302
7303 2003-06-07 Andrew Cagney <cagney@redhat.com>
7304
7305 * symfile.h: Re-indent, clean up comments.
7306
7307 2003-06-07 Andrew Cagney <cagney@redhat.com>
7308
7309 * inferior.h (deprecated_write_sp): Replace
7310 generic_target_write_sp.
7311 * regcache.c (deprecated_write_sp): Replace
7312 generic_target_write_sp.
7313 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7314 * vax-tdep.c (vax_gdbarch_init): Update.
7315 * v850-tdep.c (v850_gdbarch_init): Update.
7316 * sparc-tdep.c (sparc_gdbarch_init): Update.
7317 * sh-tdep.c (sh_gdbarch_init): Update.
7318 * s390-tdep.c (s390_gdbarch_init): Update.
7319 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7320 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7321 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7322 * mcore-tdep.c (mcore_gdbarch_init): Update.
7323 * m68k-tdep.c (m68k_gdbarch_init): Update.
7324 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7325 * ia64-tdep.c (ia64_gdbarch_init): Update.
7326 * h8300-tdep.c (h8300_gdbarch_init): Update.
7327 * frv-tdep.c (frv_gdbarch_init): Update.
7328 * cris-tdep.c (cris_gdbarch_init): Update.
7329 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
7330
7331 2003-06-07 Andrew Cagney <cagney@redhat.com>
7332
7333 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
7334 Assert that PC_REGNUM is valid.
7335 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
7336
7337 2003-06-07 Andrew Cagney <cagney@redhat.com>
7338
7339 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
7340 * gdbarch.h, gdbarch.c: Regenerate.
7341 * mn10300-tdep.c: Include "gdb_assert.h".
7342 (mn10300_read_fp): New function.
7343 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
7344 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
7345 * ia64-tdep.c: Include "gdb_assert.h".
7346 (ia64_read_fp): New function.
7347 (ia64_gdbarch_init): Set deprecated_target_read_fp to
7348 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
7349 * regcache.c (generic_target_read_sp): Delete function.
7350 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
7351 * inferior.h (generic_target_read_sp): Delete declaration.
7352 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
7353 generic_target_read_sp.
7354 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7355 * sparc-tdep.c (sparc_gdbarch_init): Ditto
7356 * sh-tdep.c (sh_gdbarch_init): Ditto.
7357 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7358 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
7359
7360 2003-06-07 Andrew Cagney <cagney@redhat.com>
7361
7362 * gdbarch.sh: Comment each field of startup_gdbarch.
7363 * gdbarch.h, gdbarch.c: Re-generate.
7364
7365 2003-06-07 Andrew Cagney <cagney@redhat.com>
7366
7367 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
7368 * gdbarch.h, gdbarch.c: Re-generate.
7369 * regcache.c: Update comments on read_pc et.al.
7370 (generic_target_read_pc): Delete function.
7371 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
7372 * inferior.h (generic_target_read_pc): Delete declaration.
7373 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
7374 generic_target_read_pc.
7375 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7376 * sh-tdep.c (sh_gdbarch_init): Ditto.
7377 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7378 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7379
7380 2003-06-07 Andrew Cagney <cagney@redhat.com>
7381
7382 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
7383 "index" with "special_local_sect". Use strcmp instead of STREQ.
7384 Append period to coments.
7385
7386 2003-06-06 Mark Mitchell <mark@codesourcery.com>
7387
7388 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
7389 (elfstab_offset_sections): Likewise.
7390 * gdb-stabs.h (stab_section_info): Likewise.
7391 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
7392 * objfiles.c (objfile_relocate): Likewise.
7393 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
7394 * remote.c (get_offsets): Likewise.
7395 (remote_cisco_objfile_relocate): Likewise.
7396 * somread.c (som_symfile_offsets): Likewise.
7397 * symfile.c (alloc_section_addr_info): New function.
7398 (build_section_addr_info_from_section_tab): Use it.
7399 (free_section_addr_info): Adjust.
7400 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
7401 (syms_from_objfile): Allocate local_addr dynamically.
7402 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
7403 dynamically.
7404 (add_symbol_file_command): Allocate sect_opts dynamically.
7405 (reread_symbols): Avoid use of SECT_OFF_MAX.
7406 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
7407 (alloc_section_addr_info): Declare it.
7408 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
7409 * win32-nat.c (solib_symbols_add): Allocate section_addrs
7410 dynamically.
7411 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
7412
7413 2003-06-06 Andrew Cagney <cagney@redhat.com>
7414
7415 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
7416 (d10v_frame_unwind_cache): Do not set "return_pc".
7417
7418 2003-06-06 Michael Snyder <msnyder@redhat.com>
7419
7420 * h8300-tdep.c: Make tidy (long lines).
7421
7422 2003-06-06 Michal Ludvig <mludvig@suse.cz>
7423
7424 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
7425 to regcache_collect().
7426
7427 2003-06-05 J. Brobecker <brobecker@gnat.com>
7428
7429 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
7430 pc_in_sigtramp multiarch method.
7431 (hppa_hpux_som_init_abi): Use it.
7432 (hppa_hpux_elf_init_abi): Likewise.
7433 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
7434 macro has been multiarched.
7435 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
7436 macro here, as hppa64 isn't multiarched yet.
7437
7438 2003-06-05 Andrew Cagney <cagney@redhat.com>
7439
7440 * Makefile.in (value_h): Add $(frame_h).
7441 * value.h: Include "frame.h".
7442 (struct value): Replace "frame_addr" with "frame_id".
7443 (VALUE_FRAME_ID): Replace VALUE_FRAME.
7444 * values.c (allocate_value): Use VALUE_FRAME_ID.
7445 (value_copy): Use VALUE_FRAME_ID.
7446 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
7447 * valops.c (value_assign): Update. Use frame_find_by_id.
7448
7449 2003-06-05 Michal Ludvig <mludvig@suse.cz>
7450
7451 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
7452 in each pass.
7453
7454 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
7455
7456 * thread-db.c (check_event): For create/death event breakpoints,
7457 loop through all messages to ensure that we read the message
7458 corresponding to the breakpoint we are at.
7459
7460 2003-06-04 Michael Snyder <msnyder@redhat.com>
7461
7462 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
7463
7464 2003-06-04 Mark Kettenis <kettenis@gnu.org>
7465
7466 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
7467 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
7468 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
7469 when handling .eh_frame sections.
7470
7471 2003-06-04 J. Brobecker <brobecker@gnat.com>
7472
7473 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
7474 prepare_to_proceed procedure instead of the hppa-specific one.
7475 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
7476
7477 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
7478
7479 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
7480 * config.in: Regenerated.
7481 * configure.in: Add test for syscall function and check for
7482 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
7483 * configure: Regenerated.
7484 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
7485 <sys/syscall.h>.
7486 (kill_lwp): New function that uses tkill syscall or
7487 uses kill, depending on whether threading model is nptl or not.
7488 All callers of kill() changed to use kill_lwp().
7489 (lin_lwp_wait): Make special check when WIFEXITED occurs to
7490 see if all threads have already exited in the nptl model.
7491 (stop_and_resume_callback): New callback function used by the
7492 lin_lwp_wait thread exit handling code.
7493 (stop_wait_callback): Check for threads already having exited and
7494 delete such threads fromt the lwp list when discovered.
7495 (stop_callback): Don't assert retcode of kill call.
7496
7497 Roland McGrath <roland@redhat.com>
7498 * i386-linux-nat.c (ps_get_thread_area): New function needed by
7499 nptl libthread_db.
7500
7501 2003-06-03 Richard Henderson <rth@redhat.com>
7502
7503 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7504 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7505 (alpha_sigtramp_frame_prev_register): Likewise.
7506 (alpha_heuristic_frame_prev_register): Likewise.
7507 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7508
7509 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
7510 alpha-specific register id names.
7511 (alpha_mdebug_frame_unwind_cache): Likewise.
7512 (alpha_mdebug_frame_prev_register): Likewise.
7513
7514 2003-06-03 Richard Henderson <rth@redhat.com>
7515
7516 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7517 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7518 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7519 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7520 unwind routines.
7521 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7522 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7523 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7524
7525 * alpha-linux-tdep.c: Remove unnecessary includes.
7526 * Makefile.in (alpha-linux-tdep.o): Update.
7527
7528 2003-06-03 Richard Henderson <rth@redhat.com>
7529
7530 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7531 (alphabsd_fill_fpreg): Likewise.
7532
7533 2003-06-03 J. Brobecker <brobecker@gnat.com>
7534
7535 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
7536 references to struct frame_info fields by calls to the equivalent
7537 accessors. Necessary now that frame_info is opaque.
7538
7539 2003-06-03 J. Brobecker <brobecker@gnat.com>
7540
7541 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7542 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7543 structure, field no longer exists.
7544
7545 2003-06-03 J. Brobecker <brobecker@gnat.com>
7546
7547 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7548 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7549
7550 2003-06-03 J. Brobecker <brobecker@gnat.com>
7551
7552 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7553 references to struct frame_info fields by calls to the equivalent
7554 accessors. Necessary now that frame_info is opaque.
7555
7556 2003-06-03 J. Brobecker <brobecker@gnat.com>
7557
7558 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7559 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7560 structure, field no longer exists.
7561
7562 2003-06-03 Theodore A. Roth <troth@openavr.org>
7563
7564 * remote.c (init_remote_state): Compute sizeof_g_packet by
7565 accumulation of the size of all registers instead of blindly using
7566 DEPRECATED_REGISTER_BYTES.
7567
7568 2003-06-03 Michael Snyder <msnyder@redhat.com>
7569
7570 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7571 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7572 for h8300sx.
7573
7574 2003-06-03 J. Brobecker <brobecker@gnat.com>
7575
7576 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7577 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7578
7579 2003-06-03 Andrew Cagney <cagney@redhat.com>
7580
7581 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7582 (sparc_convert_to_raw): Delete function.
7583 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7584 register_convert_to_virtual.
7585
7586 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7587
7588 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7589 layer if not dealing with a statically-linked threaded program.
7590
7591 2003-06-03 Kris Warkentin <kewarken@qnx.com>
7592
7593 * solib.c (solib_open): Update comment to reflect actual search order.
7594
7595 2003-06-03 Andrew Cagney <cagney@redhat.com>
7596
7597 * frame.c (get_frame_memory_signed): New function.
7598 (get_frame_memory, get_frame_memory_unsigned): New function.
7599 (get_frame_arch): New function.
7600 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7601 (get_frame_memory, get_frame_unsigned_memory): Declare.
7602 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7603 get_frame_memory_unsigned and get_frame_arch.
7604 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7605
7606 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7607
7608 * MAINTAINERS (write after approval): Add myself.
7609
7610 2003-06-03 Jim Blandy <jimb@redhat.com>
7611
7612 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7613 elements of gregset_t are 64 bits each, but access registers
7614 are still 32 bits, so they're packed two per gregset_t
7615 element. Unpack/pack them properly.
7616
7617 2003-06-02 David Carlton <carlton@bactrian.org>
7618
7619 * linespec.c (find_methods): Break out code into
7620 add_matching_methods and add_constructors.
7621 (add_matching_methods): New.
7622 (add_constructors): Ditto.
7623
7624 2003-06-02 Andrew Cagney <cagney@redhat.com>
7625
7626 * sparc-tdep.c (sparc_print_registers): Delete call to
7627 REGISTER_CONVERTIBLE.
7628 (sparc_gdbarch_init): Do not set register_convertible.
7629 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7630 * frv-tdep.c (frv_gdbarch_init): Ditto.
7631 * cris-tdep.c (cris_gdbarch_init): Ditto.
7632
7633 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
7634
7635 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
7636 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7637 (syms_from_objfile): Ditto.
7638
7639 2003-06-03 Andreas Schwab <schwab@suse.de>
7640
7641 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7642 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7643
7644 2003-06-02 Richard Henderson <rth@redhat.com>
7645
7646 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7647 a member of all_reggroup.
7648
7649 2003-06-02 Richard Henderson <rth@redhat.com>
7650
7651 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7652 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7653 (alpha_lds, alpha_sts): New.
7654 (alpha_convert_register_p): Change from _register_convertible.
7655 (alpha_register_to_value): Change from _convert_to_virtual;
7656 restructure and fail for type sizes other than 4 or 8.
7657 (alpha_value_to_register): Similarly.
7658 (alpha_extract_return_value): Use alpha_sts.
7659 (alpha_store_return_value): Use alpha_lds.
7660 (alpha_gdbarch_init): Update hooks.
7661
7662 2003-06-02 Richard Henderson <rth@redhat.com>
7663
7664 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7665 regnum identifiers.
7666 (alpha_sigtramp_register_address): Likewise.
7667
7668 2003-06-02 Richard Henderson <rth@redhat.com>
7669
7670 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7671 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7672 * alpha-tdep.h: Declare them.
7673
7674 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7675 Remove zerobuf. Don't error on UNIQUE.
7676 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7677 (ALPHA_REGSET_UNIQUE): Provide default.
7678 (supply_gregset): Use alpha_supply_int_regs.
7679 (fill_gregset): Use alpha_fill_int_regs.
7680 (supply_fpregset): Use alpha_supply_fp_regs.
7681 (fill_fpregset): Use alpha_fill_fp_regs.
7682 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7683 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7684 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7685 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7686 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7687 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7688
7689 2003-06-02 Richard Henderson <rth@redhat.com>
7690
7691 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7692
7693 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7694 (alpha_store_return_value): Likewise.
7695
7696 2003-06-02 David Carlton <carlton@math.stanford.edu>
7697
7698 * block.c (contained_in): Add 'const' to arguments.
7699 (block_function): Ditto.
7700 * block.h: Update declarations for block_function and
7701 contained_in.
7702
7703 2003-06-02 David Carlton <carlton@math.stanford.edu>
7704
7705 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7706 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7707 * p-valprint.c (pascal_val_print): Ditto.
7708 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7709
7710 2003-06-02 Richard Henderson <rth@redhat.com>
7711
7712 * alpha-tdep.c (alpha_push_dummy_call): Use
7713 builtin_type_ieee_double_little instead of builtin_type_double.
7714
7715 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
7716 sign-extension of 32-bit values.
7717 (alpha_store_return_value): Similarly.
7718
7719 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7720 (alpha_extract_return_value): Likewise.
7721 (alpha_store_return_value): Likewise.
7722
7723 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7724 (alpha_store_return_value): Error on IEEE Quad floats.
7725
7726 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7727 (alpha_extract_struct_value_address): Likewise.
7728 (alpha_store_return_value): Likewise.
7729 (alpha_store_struct_return): Remove.
7730 (alpha_gdbarch_init): Update hook registration to match.
7731
7732 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7733 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7734 macros where appropriate.
7735 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7736 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
7737
7738 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7739 for SP, GP; void_func_ptr for PC; non-language-specific types
7740 for all others.
7741 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
7742
7743 2003-06-02 Richard Henderson <rth@redhat.com>
7744
7745 * top.h (lim_at_start): Declare.
7746 * main.c (captured_main): Set it.
7747 * top.c (lim_at_start): Define.
7748 (command_loop): Use it instead of &environ.
7749 * event-top.c (command_handler): Likewise.
7750
7751 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7752
7753 * mipsnbsd-tdep.c: Update copyright years.
7754 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7755
7756 2003-06-01 Richard Henderson <rth@redhat.com>
7757
7758 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7759 (alpha-linux-tdep.o): Update dependencies.
7760 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7761 * alpha-mdebug-tdep.c: Remove unneeded includes.
7762
7763 2003-06-01 Richard Henderson <rth@redhat.com>
7764
7765 * alpha-tdep.c (alpha_register_reggroup_p): New.
7766 (alpha_gdbarch_init): Register it.
7767
7768 2003-06-02 Andrew Cagney <cagney@redhat.com>
7769
7770 * dwarfread.c: Eliminate "register"
7771 (decode_die_type): Eliminate assignment within "if".
7772 (struct_type, decode_array_element_type): Ditto.
7773 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7774 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7775 (decode_modified_type, completedieinfo): Ditto.
7776 * block.c: Eliminate "register".
7777 (blockvector_for_pc_sect): Eliminate assignment within "if".
7778 * cp-support.h (struct symbol): Opaque declaration.
7779 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7780
7781 2003-06-01 Richard Henderson <rth@redhat.com>
7782
7783 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7784 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
7785
7786 2003-06-01 Adam Fedor <fedor@gnu.org>
7787
7788 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7789 * gdbarch.[ch]: Regenerate.
7790 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7791 (hppa_gdbarch_init): Set it in the gdbarch vector.
7792 * i386-tdep.c (i386_fetch_pointer_argument): New
7793 (i386_gdbarch_init): Set it into gdbarch.
7794 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7795 (rs6000_gdbarch_init): Set it in gdbarch.
7796 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7797 (sparc_gdbarch_init): Set it in gdbarch.
7798
7799 2003-06-01 Andrew Cagney <cagney@redhat.com>
7800
7801 * defs.h (extract_address): Delete declaration.
7802 * findvar.c (extract_address): Delete function.
7803 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7804 extract_address with the inline equivalent,
7805 extract_unsigned_integer.
7806 (xstormy16_extract_struct_value_address): Ditto.
7807 (xstormy16_pointer_to_address): Ditto.
7808 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7809 * v850-tdep.c (v850_push_arguments): Ditto.
7810 (v850_extract_return_value): Ditto.
7811 (v850_extract_struct_value_address): Ditto.
7812 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7813 (sparcnbsd_get_longjmp_target_64): Ditto.
7814 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7815 (get_longjmp_target): Ditto.
7816 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7817 (sh64_extract_struct_value_address): Ditto.
7818 (sh_push_arguments): Ditto.
7819 (sh64_push_arguments): Ditto.
7820 * remote-vxsparc.c (vx_read_register): Ditto.
7821 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7822 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7823 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7824 * mipsv4-nat.c (get_longjmp_target): Ditto.
7825 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7826 * mips-nat.c (get_longjmp_target): Ditto.
7827 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7828 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7829 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7830 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7831 * irix5-nat.c (get_longjmp_target): Ditto.
7832 * irix4-nat.c (get_longjmp_target): Ditto.
7833 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7834 (ia64_push_arguments): Ditto.
7835 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7836 * h8300-tdep.c (h8300_push_arguments): Ditto.
7837 (h8300_store_return_value): Ditto.
7838 (h8300_extract_struct_value_address): Ditto.
7839 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7840 (frv_push_arguments): Ditto.
7841 * avr-tdep.c (avr_pointer_to_address): Ditto.
7842 (avr_push_arguments): Ditto.
7843 * arm-tdep.c (arm_push_dummy_call): Ditto.
7844 (arm_get_longjmp_target): Ditto.
7845 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7846 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7847 (alpha_get_longjmp_target): Ditto.
7848
7849 * solib-irix.c (extract_mips_address): Inline extract_address,
7850 replacing it with extract_signed_integer.
7851 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7852 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7853 (first_link_map_member, open_symbol_file_object): Ditto.
7854 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7855 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7856 (LM_NEXT, LM_NAME): Ditto.
7857
7858 2003-06-01 Richard Henderson <rth@redhat.com>
7859
7860 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7861 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7862 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7863 (alpha_cannot_store_register): Likewise.
7864 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7865 * alpha-nat.c (supply_gregset): Likewise.
7866 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7867
7868 2003-06-01 Andrew Cagney <cagney@redhat.com>
7869
7870 * infcall.c (call_function_by_hand): Update comment on
7871 DEPRECATED_DUMMY_WRITE_SP.
7872
7873 * mips-tdep.c (mips_gdbarch_init): Do not set
7874 deprecated_dummy_write_sp.
7875 (mips_eabi_push_dummy_call): Set the SP register.
7876 (mips_o64_push_dummy_call): Set the SP register.
7877 (mips_o32_push_dummy_call): Set the SP register.
7878 (mips_n32n64_push_dummy_call): Set the SP register.
7879
7880 2003-06-01 Richard Henderson <rth@redhat.com>
7881
7882 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7883 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7884 (supply_gregset): Likewise.
7885 * alpha-tdep.c (alpha_store_return_value): Likewise.
7886 (alpha_get_longjmp_target): Likewise.
7887 (alpha_register_name): Constify array.
7888 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7889 deprecated_register_size, deprecated_register_bytes,
7890 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7891 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7892 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7893
7894 2003-06-01 Richard Henderson <rth@redhat.com>
7895
7896 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7897 from arg_reg_buffer to regcache to avoid double conversion.
7898
7899 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7900
7901 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7902 SP_REGNUM.
7903 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7904 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7905
7906 2003-06-01 Richard Henderson <rth@redhat.com>
7907
7908 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7909 (decode_frame_entry): Set it. Skip FDE augmentation.
7910
7911 2003-06-01 Richard Henderson <rth@redhat.com>
7912
7913 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7914 not overlapping PC_REGNUM.
7915
7916 2003-06-01 Richard Henderson <rth@redhat.com>
7917
7918 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7919 alpha_push_arguments. Don't dump argument register data to
7920 the target stack. Fix float and 128-bit long double semantics.
7921 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7922 (alpha_fix_call_dummy): Remove.
7923 (alpha_call_dummy_words): Remove.
7924 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7925
7926 2003-06-01 Richard Henderson <rth@redhat.com>
7927
7928 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7929
7930 2003-06-01 Andrew Cagney <cagney@redhat.com>
7931
7932 * mips-tdep.c (is_mips16_addr): New function.
7933 (make_mips16_addr, unmake_mips16_addr): New functions.
7934 (pc_is_mips16, mips_fetch_instruction): Use.
7935 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7936 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7937 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7938 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7939 TARGET_MIPS.
7940 * config/mips/tm-mips.h: Update copyright.
7941 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7942 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7943 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7944 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7945 (TM_PRINT_INSN_MACH): Delete.
7946 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7947
7948 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7949 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7950 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7951 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7952 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7953 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7954 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7955 mips*-*-riscos* and mips*-*-sysv* onto mips.
7956 * config/mips/mips64.mt: New file.
7957 * config/mips/mips.mt: New file.
7958 * config/mips/littlemips.mt: Delete file.
7959 * config/mips/decstation.mt: Delete file.
7960 * config/mips/vr4300el.mt: Delete file.
7961 * config/mips/vr5000el.mt: Delete file.
7962 * config/mips/vr5000.mt: Delete file.
7963 * config/mips/vr4100.mt: Delete file.
7964 * config/mips/vr4xxxel.mt: Delete file.
7965 * config/mips/vr4300.mt: Delete file.
7966 * config/mips/vr4xxx.mt: Delete file.
7967 * config/mips/bigmips.mt: Delete file.
7968 * config/mips/bigmips64.mt: Delete file.
7969 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7970 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7971 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7972 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7973 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7974 "tm-bigmips.h".
7975 * config/mips/tm-irix3.h: Ditto.
7976 * config/mips/tm-mipsv4.h: Ditto.
7977 * config/mips/tm-embed.h: Ditto.
7978 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7979 "tm-bigmips64.h".
7980 * config/mips/tm-vr5000el.h: Delete file.
7981 * config/mips/tm-tx39l.h: Delete file.
7982 * config/mips/tm-vr4300el.h: Delete file.
7983 * config/mips/tm-vr4xxxel.h: Delete file.
7984 * config/mips/tm-vr4300.h: Delete file.
7985 * config/mips/tm-vr4100.h: Delete file.
7986 * config/mips/tm-vr4xxx.h: Delete file.
7987 * config/mips/tm-vr5000.h: Delete file.
7988 * config/mips/tm-embedl64.h: Delete file.
7989 * config/mips/tm-embedl.h: Delete file.
7990 * config/mips/tm-embed64.h: Delete file.
7991 * config/mips/tm-bigmips64.h: Delete file.
7992 * config/mips/tm-bigmips.h: Delete file.
7993
7994 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7995
7996 Fix gdb/1216.
7997 * shnbsd-nat.c: Include "sh-tdep.h".
7998
7999 From Richard Henderson <rth@redhat.com>:
8000 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
8001
8002 2003-05-31 Andrew Cagney <cagney@redhat.com>
8003
8004 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
8005 forward declaration.
8006 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8007 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
8008 (mips_find_saved_regs): Use set_reg_offset.
8009 (mips_frame_init_saved_regs): Delete function.
8010 (mips_pop_frame): Call mips_find_saved_regs instead of
8011 DEPRECATED_FRAME_INIT_SAVED_REGS.
8012
8013 2003-05-31 Andrew Cagney <cagney@redhat.com>
8014
8015 * mips-tdep.c (mips_gdbarch_init): Do not set
8016 deprecated_max_register_raw_size, register_virtual_size, and
8017 deprecated_max_register_virtual_size.
8018
8019 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8020
8021 * i386-tdep.c: Include "dwarf2-frame.h".
8022 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
8023 * Makefile.in (i386-tdep.o): Update dependencies.
8024
8025 * dwarf2-frame.c, dwarf2-frame.h: New files.
8026 * Makefile.in (SFILES): Add dwarf2-frame.c.
8027 (dwarf2_frame_h): Define.
8028 (COMMON_OBS): Add dwarf2-frame.o.
8029 (dwarf2-frame.o): Add dependencies.
8030
8031 2003-05-31 Andreas Jaeger <aj@suse.de>
8032
8033 * x86-64-linux-nat.c: Fix comment.
8034
8035 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8036
8037 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
8038 function signature.
8039
8040 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
8041 have a sigcontext_addr handler.
8042 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
8043 sigcontext_addr handler.
8044
8045 2003-05-31 Andrew Cagney <cagney@redhat.com>
8046
8047 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
8048 (print_fp_register_row): Replace do_fp_register_row.
8049 (mips_print_fp_register): Add "file" and "frame" parameters.
8050 (mips_print_register): Add "file" and "frame" parameters.
8051 (mips_print_registers_info): Replace mips_do_registers_info.
8052 (mips_gdbarch_init): Set print_registers_info instead of
8053 deprecated_do_registers_info.
8054 (mips_read_fp_register_single): Add "frame" parameter.
8055 (mips_read_fp_register_double): Add "frame" parameter.
8056
8057 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8058
8059 * i386-tdep.c (i386_register_name): Check for MMX registers first.
8060 Fixes a bug where GDB would print the wrong register names for
8061 targets without SSE.
8062
8063 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
8064 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8065 registers.
8066
8067 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
8068 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
8069 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8070 TDEP->sc_sp_offset.
8071
8072 From Michal Ludvig <mludvig@suse.cz>:
8073 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
8074 and `sc_num_regs'.
8075 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8076 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8077 I386_ST0_REGNUM): Move here from...
8078 * i386-tdep.c: ... here.
8079 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
8080 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8081 registers if possible.
8082 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
8083 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
8084 Remove variables.
8085 (i386bsd_sc_reg_offset): New variable.
8086 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
8087 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8088 TDEP->sc_sp_offset.
8089 (i386fbsd_sc_reg_offset): New variable.
8090 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
8091 TDEP->sc_num_regs.
8092 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
8093 variables.
8094 (i386fbsd4_sc_reg_offset): New variable.
8095 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
8096 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8097 TDEP->sc_sp_offset.
8098 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
8099 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
8100 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
8101 Remove variables.
8102 (i386nbsd_sc_reg_offset): New variable.
8103 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
8104 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8105 TDEP->sc_sp_offset.
8106 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
8107 Remove variables.
8108 (i386obsd_sc_reg_offset): New variable.
8109 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
8110 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8111 TDEP->sc_sp_offset.
8112 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
8113 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
8114 for frame pointer offset in `struct sigcontext'.
8115
8116 2003-05-31 Andrew Cagney <cagney@redhat.com>
8117
8118 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
8119 architecture methods call_dummy_words, sizeof_call_dummy_words,
8120 push_return_address, store_struct_return, and fix_call_dummy. Set
8121 push_dummy_call instead of deprecated_push_arguments.
8122 (mips_store_struct_return): Delete function.
8123 (mips_fix_call_dummy): Delete function.
8124 (mips_push_return_address): Delete function.
8125 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
8126 RA_REGNUM and T9_REGNUM.
8127 (mips_n32n64_push_dummy_call): Ditto for
8128 mips_n32n64_push_arguments.
8129 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
8130 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
8131
8132 2003-05-31 Andrew Cagney <cagney@redhat.com>
8133
8134 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
8135 "dummy_addr" to "bp_addr".
8136 * infcall.c (call_function_by_hand): Pass "funaddr" to
8137 gdbarch_push_dummy_call.
8138 * gdbarch.h, gdbarch.c: Re-generate.
8139 * i386-tdep.c (i386_push_dummy_call): Update.
8140 * arm-tdep.c (arm_push_dummy_call): Update.
8141 * d10v-tdep.c (d10v_push_dummy_call): Update.
8142
8143 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8144
8145 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
8146 variable declarations.
8147 (x86_64_register_number, x86_64_register_name): Remove prototypes.
8148 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
8149 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
8150 x86_64_init_frame_pc, x86_64_init_frame_pc,
8151 x86_64_function_has_prologue): Remove prototypes.
8152 (X86_64_NUM_GREGS): New define.
8153 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
8154 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
8155 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
8156 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
8157 XMM1_REGNUM): Remove defines.
8158 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
8159 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
8160 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
8161 X86_64_XMM1_REGNUM): New defines.
8162 (struct x86_64_register_info): Renamed from `struct
8163 register_info'. Remove `size' member.
8164 (x86_64_register_info_table): Remove variable.
8165 (x86_64_register_info): New variable.
8166 (X86_64_NUM_REGS): New define.
8167 (X86_64_NUM_GREGS): Remove define.
8168 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
8169 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
8170 Remove variables.
8171 (x86_54_dwarf2_reg_to_regnum): Remove function.
8172 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
8173 (x86_64_dwarf_reg_to_regnum): New function.
8174 (x86_64_register_name): Rewrite.
8175 (x86_64_register_raw_size): Remove function.
8176 (x86_64_register_byte_table): Remove variable.
8177 (x86_64_register_byte): Remove function.
8178 (x86_64_register_virtual_type): Remove function.
8179 (x86_64_register_type): New function.
8180 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
8181 x86_64_register_convert_to_raw): Remove functions.
8182 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
8183 (x86_64_use_struct_convention): Make static. Adjust for renamed
8184 defines.
8185 (x86_64_frame_init_saved_regs): Remove function.
8186 (x86_64_push_arguments): Make static. Change to accept a regcache
8187 as argument.
8188 (x86_64_store_return_value, x86_64_extract_return_value): Make
8189 static. Rewrite based on i386 counterparts.
8190 (x86_64_push_dummy_call): New function.
8191 (X86_64_NUM_SAVED_REGS): New define.
8192 (x86_64_register_number): Remove function.
8193 (x86_64_store_struct_return): Remove function.
8194 (x86_64_frameless_function_invocation,
8195 x86_64_function_has_prologue): Remove functions.
8196 (PROLOG_BUFSIZE): Remove define.
8197 (struct x86_64_frame_cache): New structure.
8198 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
8199 x86_64_frame_cache, x86_64_frame_this_id,
8200 x86_64_frame_prev_register, x86_64_frame_p,
8201 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
8202 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
8203 functions.
8204 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
8205 variables.
8206 (x86_64_skip_prologue): Rewrite in terms of
8207 x86_64_analyze_prologue.
8208 (x86_64_frame_base_address): New function.
8209 (x86_64_frame_base): New variable.
8210 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
8211 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
8212 set deprecated_fp_regnum, deprecated_register_size,
8213 deprecated_register_bytes, register_raw_size, register_byte,
8214 register_virtual_type, register_convertiable,
8215 register_convert_to_virtual, convert_to_raw,
8216 deprecated_get_saved_register, deprecated_target_read_fp,
8217 deprecated_push_arguments, deprecated_push_return_address,
8218 deprecated_pop_frame, deprecated_store_struct_return,
8219 deprecated_frame_init_saved_regs, deprecated_frame_chain,
8220 frameless_function_invocation, deprecated_frame_saved_pc,
8221 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
8222 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
8223 deprecated_init_frame_pc and virtual_frame_pointer. Call
8224 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
8225 and x86_64_frame_p. Call frame_base_set_default to register
8226 x86_64_frame_base.
8227 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
8228 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
8229 (_initialize_x86_64_tdep): Remove function.
8230 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
8231 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
8232 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
8233 define.
8234 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
8235 (x86_64_linux_sigcontext_addr): Rewrite.
8236 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
8237 x86_64_linux_frame_saved_pc): Remove functions.
8238 (x86_64_linux_pc_in_sigtramp): Renamed from
8239 x86_64_linux_in_sigtramp. Try harder to recognize a signal
8240 trampoline.
8241 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
8242 Remove_functions.
8243 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
8244 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8245 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
8246 (x86_64_regmap): Rename to regmap.
8247 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
8248 x86_64_num_gregs.
8249 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
8250 x86_64_regmap.
8251 (x86_64_fxsave_offset): Remove function.
8252 (supply_fpregset): Simply call x86_64_supply_fxsave.
8253 (fill_fpregset): Simply call x86_64_fill_fxsave.
8254 (fetch_inferior_registers, store_inferior_registers): Avoid
8255 asignment in if-statement.
8256 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
8257 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
8258 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
8259 (fetch_core_registers): Remove function.
8260 (linux_elf_core_fns): Remove.
8261 (offsetoff): Don't define.
8262 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
8263 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
8264 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
8265 add core-regset.o.
8266 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
8267 protection against multiple includes instead of NM_X86_64_h. Add
8268 various comments. Include "config/nm-linux.h". Don't include
8269 <signal.h>.
8270 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
8271 GET_THREAD_SIGNALS): Remove defines.
8272 (x86_64_register_u_addr, kernel_u_size,
8273 lin_thread_get_thread_signals): Remove prototypes.
8274 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
8275 [HAVE_LINK_H]: Don't include "solib.h".
8276 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
8277 * config/i386/tm-x86-64linux.h: Fix comments.
8278 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
8279 x86-64-tdep.o): Update dependencies.
8280
8281 2003-05-30 Andrew Cagney <cagney@redhat.com>
8282
8283 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
8284 Change parameter type to a "struct regcache *".
8285
8286 * gdbarch.sh: Regardless of the multi-arch level, always define
8287 the macro when not already defined.
8288 * gdbarch.h, gdbarch.c: Re-generate.
8289
8290 2003-05-30 Richard Henderson <rth@redhat.com>
8291
8292 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
8293 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
8294 (alpha_mdebug_frame_this_id): Likewise.
8295 (alpha_mdebug_frame_prev_register): Likewise.
8296 (alpha_mdebug_frame_base_address): Likewise.
8297 (alpha_mdebug_frame_locals_address): Likewise.
8298 (alpha_mdebug_frame_args_address): Likewise.
8299 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
8300 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
8301 (alpha_heuristic_frame_unwind_cache): Make static; add missing
8302 loop increment.
8303 (alpha_heuristic_frame_this_id): Make static.
8304 (alpha_heuristic_frame_prev_register): Likewise.
8305 (alpha_heuristic_frame_base_address): Likewise.
8306 * alpha-tdep.h: Update.
8307
8308 2003-05-30 Mark Kettenis <kettenis@gnu.org>
8309
8310 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
8311 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
8312 defenitions.
8313 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
8314 * i386-tdep.c: Mark functions that are 64-bit safe as such.
8315 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8316 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8317 I386_ST0_REGNUM): New defines.
8318 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
8319 codestream_get): Remove define.
8320 (codestream_next_addr, condestream_addr, condestream_buf,
8321 codestream_off, codestream_cnt): Remove variables.
8322 (codestream_fill, codestream_seek, codestream_read): Remove
8323 functions.
8324 (i386_follow_jump): Rewrite to avoid usage of removed codestream
8325 functionality.
8326 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
8327 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
8328 i386_frame_saved_pc, i386_saved_pc_after_call,
8329 i386_frame_num_args, i386_frame_init_saved_regs,
8330 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
8331 i386_push_arguments): Remove functions.
8332 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
8333 functionality. Use i386_analyze_prologue instead of
8334 i386_get_frame_setup.
8335 (I386_NUM_SAVED_REGS): New define.
8336 (struct i386_frame_cache): New structure.
8337 (i386_alloc_frame_cache, i386_analyze_struct_return,
8338 i386_skip_probe, i386_analyze_frame_setup,
8339 i386_analyze_register_saves, i386_analyze_prologue,
8340 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
8341 i386_frame_prev_register, i386_sigtramp_frame_cache,
8342 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
8343 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
8344 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
8345 New functions.
8346 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
8347 New variables.
8348 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
8349 I386_EAX_REGNUM and I386_EDX_REGNUM.
8350 (i386_extract_return_value, i386_store_return_value): Use
8351 I386_ST0_REGNUM where appropriate.
8352 (i386_extract_struct_value_address): Rewrite to use extract_address.
8353 (i386_svr4_pc_in_sigtramp): Add comment.
8354 (i386_svr4_sigcontext_addr): Rewrite.
8355 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
8356 TDEP->sc_sp_offset.
8357 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
8358 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
8359 of new defines. Set push_dummy_call, don't set
8360 deprecated_push_arguments, deprecated_push_return_address,
8361 deprecated_pop_frame. Don't set parm_boundary. Don't set
8362 deprecated_frame_chain, deprecated_frame_saved_pc,
8363 deprecated_saved_pc_after_call. Set unwind_dummy_id,
8364 save_dummy_frame_tos, unwind_pc. Call
8365 frame_unwind_append_predicate and frame_base_set_default. Don't
8366 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
8367 Don't set frameless_function_invocation. Don't set
8368 deprecated_register_bytes, deprecated_register_size,
8369 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
8370 * i386-linux-tdep.c: Fix formatting in some comments.
8371 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
8372 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
8373 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
8374 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
8375 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
8376 redundant parentheses.
8377 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
8378 (i386_linux_sigcontext_addr): Use it. Rewrite.
8379 (find_minsym_and_objfile): Change name of second argument.
8380 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
8381 changed. Use frame_pc_unwind instead of
8382 DEPRECATED_SAVED_PC_AFTER_CALL.
8383 (i386_linux_init_abi): Don't set deprecated_register_bytes.
8384 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
8385 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
8386 unwinder.
8387 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
8388 "dummy-frame.h".
8389 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
8390 (_initialize_i386_cygwin_tdep): New prototype.
8391 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
8392 deprecated_frame_chain_valid.
8393 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
8394 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8395 Rely on the SVR4 defaults.
8396 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
8397 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
8398
8399 2003-05-30 Andrew Cagney <cagney@redhat.com>
8400
8401 * infcall.c (call_function_by_hand): Always call
8402 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
8403
8404 2003-05-30 Richard Henderson <rth@redhat.com>
8405
8406 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
8407 increment.
8408
8409 2003-05-29 Jim Blandy <jimb@redhat.com>
8410
8411 Use gdbarch methods for solib stuff on PowerPC Linux.
8412 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
8413 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
8414 show through.
8415 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
8416 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
8417 giving the same effect as the #definitions above.
8418
8419 2003-05-29 Adam Fedor <fedor@gnu.org>
8420
8421 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
8422 (find_implementation_from_class): Replace it with the standard
8423 case i.e. do nothing.
8424
8425 2003-05-29 Richard Henderson <rth@redhat.com>
8426
8427 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
8428 (alpha_linux_sigtramp_offset): Use it. Make static.
8429 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
8430 update for new frame model.
8431 * alpha-mdebug-tdep.c: New file.
8432 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
8433 (alpha_osf1_init_abi): Install it.
8434 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
8435 (linked_proc_desc_table): Remove.
8436 (alpha_frame_past_sigtramp_frame): Remove.
8437 (alpha_dynamic_sigtramp_offset): Remove.
8438 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
8439 (alpha_proc_desc_is_dyn_sigtramp): Remove.
8440 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
8441 (push_sigtramp_desc): Remove.
8442 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
8443 (alpha_cannot_store_register): Likewise.
8444 (alpha_sigcontext_addr): Remove.
8445 (alpha_find_saved_regs): Remove.
8446 (alpha_frame_init_saved_regs): Remove.
8447 (alpha_init_frame_pc_first): Remove.
8448 (read_next_frame_reg): Remove.
8449 (alpha_frame_saved_pc): Remove.
8450 (alpha_saved_pc_after_call): Remove.
8451 (temp_proc_desc, temp_saved_regs): Remove.
8452 (alpha_about_to_return): Remove.
8453 (cached_proc_desc): Remove.
8454 (alpha_frame_chain): Remove.
8455 (alpha_print_extra_frame_info): Remove.
8456 (alpha_init_extra_frame_info): Remove.
8457 (alpha_frame_locals_address): Remove.
8458 (alpha_frame_args_address): Remove.
8459 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
8460 (alpha_push_dummy_frame): Remove.
8461 (alpha_pop_frame): Remove.
8462 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
8463 (alpha_read_insn): New.
8464 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
8465 for different insn encodings.
8466 (alpha_in_lenient_prologue): Remove.
8467 (struct alpha_sigtramp_unwind_cache): New.
8468 (alpha_sigtramp_frame_unwind_cache): New.
8469 (alpha_sigtramp_register_address): New.
8470 (alpha_sigtramp_frame_this_id): New.
8471 (alpha_sigtramp_frame_prev_register): New.
8472 (alpha_sigtramp_frame_unwind): New.
8473 (alpha_sigtramp_frame_p): New.
8474 (struct alpha_heuristic_unwind_cache): New.
8475 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
8476 don't count nop insns that occur between functions.
8477 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
8478 heuristic_proc_desc, but without the mdebug wrapping.
8479 (alpha_heuristic_frame_this_id): New.
8480 (alpha_heuristic_frame_prev_register): New.
8481 (alpha_heuristic_frame_unwind): New.
8482 (alpha_heuristic_frame_p): New.
8483 (alpha_heuristic_frame_base_address): New.
8484 (alpha_heuristic_frame_base): New.
8485 (alpha_unwind_dummy_id): New.
8486 (alpha_unwind_pc): New.
8487 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
8488 frame related deprecated initializations; install replacements.
8489 (alpha_dump_tdep): Remove.
8490 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8491 (alpha_read_insn, alpha_after_prologue,
8492 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8493 alpha_heuristic_frame_prev_register,
8494 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8495 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8496 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8497 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8498
8499 2003-05-29 Andrew Cagney <cagney@redhat.com>
8500
8501 * gdb_assert.h (gdb_assert_fail): Provide different definitions
8502 dependant on the availability of ASSERT_FUNCTION.
8503 (ASSERT_FUNCTION): Do not define when there is no function name.
8504
8505 2003-05-29 Kevin Buettner <kevinb@redhat.com>
8506
8507 From Jimi X <jimix@watson.ibm.com>:
8508 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8509
8510 2003-05-28 Jim Blandy <jimb@redhat.com>
8511
8512 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8513 argument to ptrace to int; the system headers should give it the
8514 right type, and pointers don't fit in ints on powerpc64-*-*.
8515
8516 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8517
8518 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8519 DW_TAG_catch_block.
8520
8521 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8522
8523 * stabsread.c (dbx_lookup_type): Make static.
8524 (read_type): Ditto.
8525 (add_undefined_type): Ditto.
8526 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8527 not export.
8528
8529 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8530
8531 * hpread.c (hpread_has_name): Make static.
8532 (hpread_psymtab_to_symtab): Ditto.
8533 (file_exists): Ditto.
8534 (hpread_call_pxdb): Ditto.
8535 (hpread_pxdb_needed): Ditto.
8536 (hpread_quick_traverse): Ditto.
8537 (hpread_get_header): Ditto.
8538 (hpread_get_lntt): Ditto.
8539 (hpread_get_slt): Ditto.
8540 (class_of): Ditto.
8541
8542 2003-05-25 Andreas Schwab <schwab@suse.de>
8543
8544 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8545 stack_align and deprecated_extra_stack_alignment_needed.
8546 (m68k_stack_align): Delete.
8547
8548 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8549 (m68k_register_virtual_size): Likewise.
8550 (altos_skip_prologue): Remove obsolete function.
8551 (isi_frame_num_args): Likewise.
8552 (news_frame_num_args): Likewise.
8553 (m68k_fix_call_dummy): Make static.
8554 (m68k_push_dummy_frame): Likewise.
8555 (m68k_pop_frame): Likewise.
8556 (m68k_skip_prologue): Likewise.
8557 (m68k_frame_init_saved_regs): Likewise.
8558 (m68k_saved_pc_after_call): Likewise.
8559 (m68k_get_longjmp_target): Make multi-arch.
8560 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8561 structure. Register m68k_get_longjmp_target if enabled.
8562 * m68k-tdep.h (struct gdbarch_tdep): Define.
8563 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8564
8565 * Makefile.in (config.status): Also depend on configure.tgt
8566 and configure.host.
8567 (m68klinux-tdep.o): Update dependencies.
8568 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8569 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8570 (M68K_LINUX_JB_PC): Define.
8571 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8572 and take additional parameter.
8573 (m68k_linux_sigtramp_saved_pc): Update.
8574 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8575 m68k_linux_pc_in_sigtramp, in_plt_section,
8576 find_solib_trampoline_target.
8577 * config/m68k/tm-linux.h: Don't include any tm headers.
8578 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8579 (JB_ELEMENT_SIZE): Likewise.
8580 (JB_PC): Likewise.
8581 (GET_LONGJMP_TARGET): Likewise.
8582 (IN_SIGTRAMP): Likewise.
8583 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8584
8585 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8586
8587 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8588 (sparc32_push_arguments): Re-implement by calling
8589 sparc32_do_push_arguments.
8590
8591 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8592
8593 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8594 SPARC_O1_REGNUM): New defines.
8595 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8596 (sparc32_store_return_value): New function.
8597 (sparc_extract_struct_value_address): Rewrite to operate on a
8598 regcache.
8599 (sparc_gdbarch_init): Don't set
8600 deprecated_extract_struct_value_address. Set
8601 extract_struct_value_address instead. Don't set
8602 deprecated_extract_return_value and deprecated_store_return_value
8603 for 32-bit targets. Set extract_return_value and
8604 store_return_value instead.
8605 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
8606 DEPRECATED_EXTRACT_RETURN_VALUE,
8607 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8608 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8609 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8610 (sparc_store_return_value): Remove prototype.
8611 (sparc32_store_return_value): New prototype.
8612 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8613 Adjust prototypes.
8614
8615 2003-05-24 Mark Kettenis <kettenis@gnu.org>
8616
8617 * sparcnbsd-tdep.c: Include "gdb_string.h".
8618
8619 2003-05-23 Andrew Cagney <cagney@redhat.com>
8620
8621 * p-valprint.c (pascal_val_print): Replace extract_address with
8622 the inline equivalent extract_unsigned_integer.
8623 * jv-valprint.c (java_value_print): Ditto.
8624 * ada-valprint.c (ada_val_print_1): Ditto.
8625 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8626
8627 2003-05-23 Theodore A. Roth <troth@openavr.org>
8628
8629 * blockframe.c (frameless_look_for_prologue): Remove unused
8630 after_prologue variable.
8631
8632 2003-05-23 Mark Kettenis <kettenis@gnu.org>
8633
8634 * blockframe.c (get_pc_function_start): Rewrite to avoid
8635 asignments in if-statements.
8636
8637 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8638
8639 Committed by Elena Zannoni <ezannoni@redhat.com>.
8640 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
8641 files, don't relocate absolute symbols (and do use mst_abs).
8642
8643 2003-05-23 Andrew Cagney <cagney@redhat.com>
8644
8645 * objc-lang.c: Include "gdb_assert.h".
8646 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8647 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8648 (gdb_check, gdb_check_fatal): Delete functions.
8649 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8650 gdb_assert.
8651 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8652 * Makefile.in (objc-lang.o): Update dependencies.
8653
8654 2003-05-22 Ian Lance Taylor <ian@airs.com>
8655
8656 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8657 with fprintf_filtered, not fprintf_unfiltered.
8658
8659 2003-05-22 Andrew Cagney <cagney@redhat.com>
8660
8661 * stack.c (frame_info): Inline extract_address, replacing it with
8662 extract_unsigned_integer.
8663 * findvar.c (unsigned_pointer_to_address): Ditto.
8664 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8665 * dwarf2expr.c (dwarf2_read_address): Ditto.
8666 * frame.c (frame_pc_unwind): Update comment.
8667 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8668
8669 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8670
8671 * infptrace.c (detach): Call print_sys_errmsg rather than
8672 perror_with_name to issue warning message when errno is non-zero
8673 after calling ptrace detach.
8674
8675 2003-05-21 J. Brobecker <brobecker@gnat.com>
8676
8677 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8678 macro definitions from here...
8679 * hppa-tdep.c: ...to there.
8680
8681 2003-05-20 Kevin Buettner <kevinb@redhat.com>
8682
8683 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8684 register_ptrace_addr(). Fix all callers.
8685
8686 2003-05-21 Andreas Schwab <schwab@suse.de>
8687
8688 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8689 dependencies.
8690 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8691 end.
8692 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8693 (_initialize_m68k_linux_tdep): New function.
8694 (m68k_linux_frame_saved_pc): Make static.
8695 (m68k_linux_extract_return_value): Likewise.
8696 (m68k_linux_store_return_value): Likewise.
8697 (m68k_linux_extract_struct_value_address): Likewise.
8698 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8699 Remove.
8700 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8701 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8702 (DEPRECATED_FRAME_SAVED_PC): Remove.
8703
8704 2003-05-20 Kris Warkentin <kewarken@qnx.com>
8705
8706 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8707 regset numbering rather than our own.
8708
8709 2003-05-19 David Carlton <carlton@bactrian.org>
8710
8711 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8712
8713 2003-05-19 David Carlton <carlton@bactrian.org>
8714
8715 Partial fix for PR c++/827.
8716 * cp-support.h: Include symtab.h.
8717 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8718 * cp-namespace.c: Update contributors.
8719 (cp_lookup_symbol_nonlocal): New.
8720 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8721 (lookup_symbol_file): Ditto.
8722 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8723 * block.h: Declare block_scope, block_using, block_global_block.
8724 * block.c (block_scope): New.
8725 (block_using, block_global_block): Ditto.
8726 * Makefile.in (cp_support_h): Depend on symtab_h.
8727 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8728
8729 2003-05-19 David Carlton <carlton@bactrian.org>
8730
8731 * language.h (struct language_defn): Add 'la_value_of_this'
8732 and 'la_lookup_symbol_nonlocal' members.
8733 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8734 lookup_symbol_static, lookup_symbol_global,
8735 lookup_symbol_aux_block.
8736 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8737 if we should search fields of this and how to do static/global
8738 lookup.
8739 (lookup_symbol_aux_block): Make extern.
8740 (basic_lookup_symbol_nonlocal): New.
8741 (lookup_symbol_static, lookup_symbol_global): Ditto.
8742 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8743 'la_lookup_symbol_nonlocal' members.
8744 * c-lang.c (c_language_defn, cplus_language_defn)
8745 (asm_language_defn, minimal_language_defn): Ditto.
8746 * jv-lang.c (java_language_defn): Ditto.
8747 * language.c (unknown_language_defn, auto_language_defn)
8748 (local_language_defn): Ditto.
8749 * m2-lang.c (m2_language_defn): Ditto.
8750 * objc-lang.c (objc_language_defn): Ditto.
8751 * scm-lang.c (scm_language_defn): Ditto.
8752 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8753 * p-lang.c (pascal_language_defn): Ditto for both.
8754 * Makefile.in (f-lang.o): Depend on value_h.
8755 (p-lang.o): Ditto.
8756
8757 2003-05-19 David Carlton <carlton@bactrian.org>
8758
8759 * block.h: Declare block_static_block.
8760 * block.c (block_static_block): New.
8761 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8762 lookup_symbol_aux_local, calling block_static_block instead.
8763 (lookup_symbol_aux_local): Delete 'static_block' argument.
8764
8765 2003-05-19 David Carlton <carlton@bactrian.org>
8766
8767 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8768
8769 2003-05-19 Michal Ludvig <mludvig@suse.cz>
8770
8771 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8772 register numbers mapping.
8773
8774 2003-05-18 Adam Fedor <fedor@gnu.org>
8775
8776 * symtab.c (completion_list_objc_symbol): New function.
8777 (make_symbol_completion_list): Use it to add ObjC symbols
8778 when looking though the list.
8779 (language_search_unquoted_string): New function.
8780 (make_file_symbol_completion_list): Use it.
8781
8782 2003-05-18 Andreas Schwab <schwab@suse.de>
8783
8784 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8785 dependencies.
8786 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8787 as m68k_linux_extract_return_value.
8788 (DEPRECATED_STORE_RETURN_VALUE): Define as
8789 m68k_linux_store_return_value.
8790 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8791 m68k_linux_extract_struct_value_address.
8792 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8793 get_next_frame, get_frame_base, get_frame_pc.
8794 (m68k_linux_frame_saved_pc): Use get_frame_base.
8795 (m68k_linux_extract_return_value): New function.
8796 (m68k_linux_store_return_value): New function.
8797 (m68k_linux_extract_struct_value_address): New function.
8798 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8799
8800 * c-exp.y (typebase): Remove duplicate occurence of
8801 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8802 of lookup_signed_typename.
8803
8804 2003-05-18 Mark Kettenis <kettenis@gnu.org>
8805
8806 * dwarf2loc.c (find_location_expression): Change type of second
8807 argument to `size_t *'.
8808 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8809 for size variable.
8810
8811 2003-05-18 David Carlton <carlton@bactrian.org>
8812
8813 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8814 'linkage_name'. Add comment.
8815 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8816 'linkage_name'.
8817 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8818 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8819 (lookup_block_symbol): Ditto.
8820
8821 2003-05-16 Andrew Cagney <cagney@redhat.com>
8822
8823 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8824 * gdbarch.h, gdbarch.c: Re-generate.
8825 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8826 * TODO (REGISTER_BYTES): Delete reference.
8827 * alpha-tdep.c (alpha_gdbarch_init): Update.
8828 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8829 * x86-64-tdep.c (x86_64_init_abi): Update.
8830 * vax-tdep.c (vax_gdbarch_init): Update.
8831 * v850-tdep.c (v850_gdbarch_init): Update.
8832 * sparc-tdep.c (sparc_gdbarch_init): Update.
8833 * sh-tdep.c (sh_gdbarch_init): Update.
8834 * s390-tdep.c (s390_gdbarch_init): Update.
8835 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8836 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8837 (ns32k_gdbarch_init_32382): Update.
8838 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8839 * mcore-tdep.c (mcore_gdbarch_init): Update.
8840 * m68k-tdep.c (m68k_gdbarch_init): Update.
8841 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8842 * ia64-tdep.c (ia64_gdbarch_init): Update.
8843 * i386-tdep.c (i386_gdbarch_init): Update.
8844 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8845 * hppa-tdep.c (hppa_gdbarch_init): Update.
8846 * h8300-tdep.c (h8300_gdbarch_init): Update.
8847 * frv-tdep.c (frv_gdbarch_init): Update.
8848 * cris-tdep.c (cris_gdbarch_init): Update.
8849 * avr-tdep.c (avr_gdbarch_init): Update.
8850 * arm-tdep.c (arm_gdbarch_init): Update.
8851 * sparc-tdep.c (sparc_pop_frame): Update.
8852 * rs6000-tdep.c (rs6000_pop_frame): Update.
8853 * remote.c (init_remote_state): Update.
8854 (remote_prepare_to_store): Update.
8855 * remote-vx.c (vx_prepare_to_store): Update.
8856 * remote-sds.c (sds_fetch_registers): Update.
8857 (sds_prepare_to_store): Update.
8858 * remote-array.c: Update.
8859 * regcache.c (init_legacy_regcache_descr): Update.
8860 (init_regcache_descr): Update.
8861 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8862 (mips_o64_extract_return_value): Update.
8863 * irix5-nat.c (fetch_core_registers): Update.
8864 * irix4-nat.c (fetch_core_registers): Update.
8865 * i386-tdep.h: Update.
8866 * hppa-tdep.c (pa_do_registers_info): Update.
8867 (pa_do_strcat_registers_info): Update.
8868 * cris-tdep.c (cris_register_bytes_ok): Update.
8869 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8870 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8871 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8872 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8873 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8874 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8875 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8876 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8877 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8878 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8879 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8880 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8881 (REGISTER_BYTES_OK): Update.
8882 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8883 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8884
8885 2003-05-16 Ian Lance Taylor <ian@airs.com>
8886
8887 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8888 (vax_print_insn, print_insn_arg): Remove static functions.
8889 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8890 print_insn_vax from opcodes library.
8891 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8892
8893 2003-05-15 Andrew Cagney <cagney@redhat.com>
8894
8895 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8896 * target.h (memory_breakpoint_from_pc): Delete declaration.
8897 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8898 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8899 * monitor.c (monitor_insert_breakpoint): Use
8900 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8901 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8902 * gdbarch.h, gdbarch.c: Re-generate.
8903 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8904 (sparc_gdbarch_init): Set breakpoint_from_pc to
8905 sparc_breakpoint_from_pc.
8906 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8907 (BREAKPOINT_FROM_PC): Define.
8908 (sparc_breakpoint_from_pc): Declare.
8909 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8910 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8911 (BREAKPOINT_FROM_PC): Define.
8912 (BREAKPOINT): Delete macro.
8913 * target.h: Update comment.
8914 * s390-tdep.c (s390_gdbarch_init): Update comments.
8915 * remote.c: Update comments.
8916 * remote-mips.c: Update comments.
8917 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8918 * mem-break.c: Update comment.
8919 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8920 (ia64_memory_insert_breakpoint): Update.
8921 * config/sparc/tm-sparc.h: Update comment.
8922 * config/pa/tm-hppa64.h: Update comment.
8923 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8924 (rs6000_breakpoint_from_pc): Update.
8925 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8926 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8927 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8928 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8929 (mips_breakpoint_from_pc): Update.
8930 (mips_dump_tdep): Update.
8931
8932 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8933 * minsyms.c (lookup_minimal_symbol): Inline
8934 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8935
8936 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8937 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8938 * p-lang.c (pascal_printstr): Ditto.
8939 * objc-lang.c (objc_printstr): Ditto.
8940 * m2-lang.c (m2_printstr): Ditto.
8941 * jv-valprint.c (java_print_value_fields): Ditto.
8942 * f-lang.c (f_printstr): Ditto.
8943 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8944 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8945 for repeat_count_threshold.
8946 * Makefile.in (cp-valprint.o): Update dependencies.
8947
8948 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8949
8950 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8951 (examine_prologue): Support looking through leaf functions, knowing
8952 they start with mov r2,r12. Support skipping over indirect stores
8953 of the input registers. Upon hitting a non-nop branch instruction
8954 or predicated instruction, bail out by setting lim_pc to the current
8955 pc value in the loop. At the end, if the lim_pc value is still
8956 beyond our calculated value and we have trust_limit set,
8957 use the lim_pc value.
8958
8959 2003-05-15 Andrew Cagney <cagney@redhat.com>
8960
8961 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8962 generic_find_dummy_frame.
8963 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8964 (deprecated_generic_find_dummy_frame): Update.
8965 (deprecated_read_register_dummy): Update.
8966 * frame.c (deprecated_generic_get_saved_register): Update.
8967
8968 2003-05-15 Theodore A. Roth <troth@openavr.org>
8969
8970 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8971 (avr_gdbarch_init): Set breakpoint_from_pc method.
8972
8973 2003-05-15 Andrew Cagney <cagney@redhat.com>
8974
8975 * regcache.c (build_regcache): Set deprecated_register_valid
8976 directly.
8977 (deprecated_grub_regcache_for_register_valid): Delete function.
8978 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8979 declaration.
8980
8981 2003-05-15 David Carlton <carlton@bactrian.org>
8982
8983 Committed by Elena Zannoni <ezannoni@redhat.com>
8984 * symtab.c (lookup_symbol_aux): Delete calls to
8985 lookup_symbol_aux_minsyms.
8986 (lookup_symbol_aux_minsyms): Comment out function and
8987 prototype. Delete lookup by mangled name.
8988
8989 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8990
8991 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8992 correctly indicate an empty stack and ``stack_allocated'' to the
8993 indicate the number of elements initially allocated.
8994 (dwarf_expr_grow_stack): Simplify method for computing new
8995 stack size. Don't loop infinitely if ``stack_len'' is zero.
8996 (execute_stack_op): Move ``ctx->in_reg'' initialization
8997 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8998 be used in conjuction with DW_OP_piece. Revise error message
8999 accordingly.
9000
9001 2003-05-14 Theodore A. Roth <troth@openavr.org>
9002
9003 * MAINTAINERS: Update my email address.
9004 * avr-tdep.c: Ditto.
9005
9006 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
9007
9008 * symtab.h (enum domain_enum): Rename from namespace_enum.
9009 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
9010 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
9011 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
9012 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
9013 TYPES_NAMESPACE, METHODS_NAMESPACE.
9014 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
9015 (struct symbol, struct partial_symbol): Rename field
9016 'namespace_enum namespace' to 'domain_enum domain'.
9017 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
9018 Delete old define kludge for namespace.
9019
9020 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
9021 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
9022 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
9023 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
9024 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
9025 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
9026 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
9027 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
9028 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
9029 occurrences of the above.
9030
9031 2003-05-14 Ian Lance Taylor <ian@airs.com>
9032
9033 * Makefile.in (install-only): Use $(SHELL) when running
9034 mkinstalldirs.
9035
9036 2003-05-13 Ian Lance Taylor <ian@airs.com>
9037
9038 * MAINTAINERS (write after approval): Add myself.
9039
9040 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
9041 second and third arguments.
9042 * ser-tcp.c (_initialize_ser_tcp): Likewise.
9043 * ser-unix.c (_initialize_ser_hardwire): Likewise.
9044
9045 2003-05-13 Andrew Cagney <cagney@redhat.com>
9046
9047 * defs.h (store_address): Delete declaration.
9048 findvar.c (store_address): Delete function.
9049 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
9050 store_unsigned_integer.
9051 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
9052 * v850-tdep.c (v850_push_arguments): Ditto.
9053 * sparc-tdep.c (sparc_get_saved_register): Ditto.
9054 * sh-tdep.c (sh64_get_saved_register): Ditto.
9055 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
9056 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
9057 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
9058 (mips_get_saved_register): Ditto.
9059 * ia64-tdep.c (ia64_get_saved_register): Ditto.
9060 (find_func_descr, ia64_push_arguments): Ditto.
9061 * i386-tdep.c (i386_push_arguments): Ditto.
9062 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9063 * frv-tdep.c (frv_push_arguments): Ditto.
9064 * frame.c (legacy_saved_regs_prev_register): Ditto.
9065 (deprecated_generic_get_saved_register): Ditto.
9066 * findvar.c (unsigned_address_to_pointer): Ditto.
9067 * dwarf2read.c (dwarf2_const_value): Ditto.
9068 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
9069 * alpha-tdep.c (alpha_push_arguments): Ditto.
9070
9071 2003-05-12 J. Brobecker <brobecker@gnat.com>
9072
9073 * NEWS: Mention that the hppa-hpux port has been partially
9074 multiarched (32bit ABIT only, so far).
9075
9076 2003-05-11 Andrew Cagney <cagney@redhat.com>
9077
9078 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
9079 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
9080 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
9081 sim/testsuite/sim/arm/misaligned2.ms, and
9082 sim/testsuite/sim/arm/misaligned3.ms.
9083 * disasm.h (struct ui_file): Add opaque struct declaration.
9084 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
9085 * frame.h (struct ui_file): Ditto.
9086
9087 2003-05-11 Mark Kettenis <kettenis@gnu.org>
9088
9089 * value.h: Pretty print.
9090
9091 2003-05-10 Mark Kettenis <kettenis@gnu.org>
9092
9093 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
9094
9095 2003-05-08 Andrew Cagney <cagney@redhat.com>
9096
9097 * regcache.h (max_register_size): Delete declaration.
9098 * regcache.c (max_register_size): Delete function.
9099 (struct regcache_descr): Delete field "max_register_size".
9100 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
9101 registers fit in MAX_REGISTER_SIZE.
9102 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
9103 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
9104 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
9105 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
9106 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
9107 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
9108 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
9109 * dve3900-rom.c, hppa-tdep.c: Ditto.
9110
9111 2003-05-08 David Carlton <carlton@math.stanford.edu>
9112
9113 * valops.c (push_word): Fix typo.
9114
9115 2003-05-08 Andrew Cagney <cagney@redhat.com>
9116
9117 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
9118 * gdbarch.h: Re-generate.
9119 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
9120 (legacy_max_register_raw_size): Delete declaration.
9121 * regcache.c (legacy_max_register_raw_size): Delete function.
9122 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
9123 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
9124 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
9125 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
9126 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
9127 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
9128 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
9129 * findvar.c, dwarf2cfi.c: Ditto.
9130
9131 2003-05-08 Andrew Cagney <cagney@redhat.com>
9132
9133 * mips-tdep.c (read_signed_register): New function, moved to here
9134 from "regcache.c".
9135 (read_signed_register_pid): Ditto.
9136 * regcache.c (read_signed_register_pid): Delete function, moved to
9137 "mips-tdep.c".
9138 (read_signed_register): Ditto.
9139 * regcache.h (read_signed_register): Delete declaration.
9140 (read_signed_register_pid): Delete declaration.
9141
9142 2003-05-08 Andrew Cagney <cagney@redhat.com>
9143
9144 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
9145 * gdbarch.h: Re-generate.
9146 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
9147 (legacy_max_register_virtual_size): Delete declaration.
9148 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
9149 * d10v-tdep.c (d10v_print_registers_info): Ditto.
9150 * tracepoint.c (memrange_sortmerge): Ditto.
9151 * sparc-tdep.c (sparc_print_registers): Ditto.
9152 * regcache.c (legacy_max_register_virtual_size): Delete function.
9153
9154 2002-05-08 J. Brobecker <brobecker@gnat.com>
9155
9156 * fork-child.c (escape_bang_in_quoted_argument): New function.
9157 (fork_inferior): Escape '!' characters in quoted arguments
9158 only when needed.
9159
9160 2003-05-08 J. Brobecker <brobecker@gnat.com>
9161
9162 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
9163 the language of the CU is not currently supported by GDB.
9164
9165 2003-05-08 J. Brobecker <brobecker@gnat.com>
9166
9167 * defs.h (language): Add language_minimal enum value.
9168 * c-lang.c (minimal_language_defn): New language definition.
9169 (_initialize_c_language): Add the new minimal language to the list
9170 of languages known to GDB.
9171
9172 2003-05-08 Kevin Buettner <kevinb@redhat.com>
9173
9174 * frame.c (get_frame_type): Don't attempt to lazily initialize
9175 frame's unwinder for legacy frames.
9176
9177 2003-05-07 Andrew Cagney <cagney@redhat.com>
9178
9179 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
9180 and "regcache" parameters.
9181 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
9182
9183 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9184
9185 * dwarf2read.c (dwarf_decode_lines): Only use output of
9186 check_cu_functions() when calling record_line(). Do not update
9187 the current address.
9188
9189 2003-05-07 Andrew Cagney <cagney@redhat.com>
9190
9191 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
9192 code.
9193
9194 2003-05-07 Jim Blandy <jimb@redhat.com>
9195
9196 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
9197 'maint info symtabs' and 'maint info psymtabs'.
9198 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
9199 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
9200 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
9201 Declarations updated.
9202 * maint.c (maintenance_list_command): Delete.
9203 (_initialize_maint_cmds): Update calls to add_cmd.
9204 * gdbcmd.h (maintenancelistlist): Delete declaration.
9205 * cli/cli-cmds.c (maintenancelistlist): Delete.
9206 (init_cmd_lists): Don't initialize it.
9207 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
9208
9209 2003-05-07 Andrew Cagney <cagney@redhat.com>
9210
9211 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
9212 "regcache".
9213 (d10v_print_registers_info): Update.
9214 (d10v_dmap_register, d10v_imap_register): Delete functions.
9215 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
9216 and "imap_register".
9217 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
9218 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
9219 * arch-utils.c (generic_remote_translate_xfer_address): Add
9220 "regcache" and "gdbarch" parameters.
9221 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
9222 parameter. Change class to multi-arch.
9223 * gdbarch.h, gdbarch.c: Re-generate.
9224 * remote.c (remote_xfer_memory): Use
9225 gdbarch_remote_translate_xfer_address.
9226
9227 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9228
9229 * infrun.c (prev_pc): Move declaration ahead of proceed().
9230 (proceed): Refresh prev_pc value before resuming.
9231 (stop_stepping): Remove code to refresh prev_pc.
9232
9233 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9234
9235 * nto-tdep.c: Removed stray comment.
9236
9237 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9238
9239 * i386-nto-tdep.c: Fix old K&R function definitions.
9240 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
9241 Also change add_show_from_set() call to add_setshow_cmd().
9242 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
9243
9244 2003-05-05 Andrew Cagney <cagney@redhat.com>
9245
9246 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
9247 (fprint_dummy_frames): New function.
9248 (maintenance_print_dummy_frames): New function.
9249 (_initialize_dummy_frame): Add command "maint print dummy-frames".
9250 * frame.c (fprint_frame_id): Make global.
9251 * frame.h (fprint_frame_id): Declare.
9252 * Makefile.in (dummy-frame.o): Update dependencies.
9253
9254 2003-05-05 Andrew Cagney <cagney@redhat.com>
9255
9256 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
9257 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
9258 SIZEOF_CALL_DUMMY_WORDS.
9259 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
9260 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
9261 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
9262 CALL_DUMMY_BREAKPOINT_OFFSET.
9263 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
9264 CALL_DUMMY_START_OFFSET.
9265 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
9266 * gdbarch.h, gdbarch.c: Re-generate.
9267 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
9268 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
9269 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
9270 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
9271 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
9272 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
9273 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
9274 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
9275 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
9276 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
9277 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
9278 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
9279 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
9280 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
9281 * config/sparc/tm-sparc.h: Update.
9282
9283 2003-05-05 Kris Warkentin <kewarken@qnx.com>
9284
9285 * configure.tgt: Add i[3456]86-*-nto*.
9286 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
9287 * nto-tdep.c: New file. Neutrino target support routines.
9288 * nto-tdep.h: New file. Neutrino target header.
9289 * config/tm-qnxnto.h: New file.
9290 * config/i386/i386nto.mt: New file.
9291 * config/i386/tm-i386nto.h: New file.
9292
9293 2003-05-04 Andrew Cagney <cagney@redhat.com>
9294
9295 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
9296 (load_infrun_state): Ditto.
9297 (struct thread_info): Drop "prev_func_name" field.
9298 * thread.c (load_infrun_state): Update.
9299 (save_infrun_state): Update.
9300 * infrun.c (prev_func_name): Delete variable.
9301 (init_wait_for_inferior): Do not clear prev_func_name.
9302 (stop_stepping, keep_going, context_switch): Do not swap
9303 prev_func_name.
9304 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
9305 instead of PC_IN_SIGTRAMP.
9306
9307 2003-05-04 Andrew Cagney <cagney@redhat.com>
9308
9309 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9310 REGISTER_BYTE with register_offset_hack.
9311 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
9312 that REGISTER_BYTE is consistent with the regcache.
9313 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
9314 * gdbarch.h, gdbarch.c: Regenerate.
9315
9316 2003-05-04 Mark Kettenis <kettenis@gnu.org>
9317
9318 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
9319 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
9320
9321 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
9322
9323 2003-05-03 J. Brobecker <brobecker@gnat.com>
9324
9325 From Thierry Schneider <tpschneider1@yahoo.com>
9326 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
9327 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
9328 (mi-cmd-symbol.o): Add rule.
9329
9330 2003-05-03 Andrew Cagney <cagney@redhat.com>
9331
9332 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
9333 comments noteing that it replaces the old FIX_CALL_DUMMY code.
9334 * gdbarch.h, gdbarch.c: Re-generate.
9335 * d10v-tdep.c (d10v_push_dummy_code): New function.
9336 (d10v_gdbarch_init): Set push_dummy_code.
9337 * infcall.c (legacy_push_dummy_code): New function.
9338 (generic_push_dummy_code): New function.
9339 (push_dummy_code): New function.
9340 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
9341 instead of dummy_addr, to push_dummy_call. Move call to
9342 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
9343 switch.
9344 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
9345
9346 2003-05-03 Andrew Cagney <cagney@redhat.com>
9347
9348 * disasm.h (print_insn): Declare.
9349 * disasm.c (init_gdb_disassemble_info): New function.
9350 (gdb_disassembly): Call init_gdb_disassemble_info.
9351 (gdb_print_insn): New function.
9352 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
9353 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
9354 * mcore-tdep.c: Include "disasm.h"
9355 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
9356 * d10v-tdep.c: Include "disasm.h".
9357 (display_trace): Call gdb_print_insn, instead of print_insn.
9358 (print_insn): Delete function.
9359 * printcmd.c: Include "disasm.h".
9360 (print_insn): Delete function.
9361 (print_formatted): Call gdb_print_insn, instead of print_insn.
9362 * Makefile.in (printcmd.o): Update dependencies.
9363 (mcore-tdep.o, d10v-tdep.o): Ditto.
9364
9365 2003-05-02 Andrew Cagney <cagney@redhat.com>
9366
9367 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
9368 PC_REGNUM, re-indent.
9369 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
9370 PC_REGNUM isn't set.
9371
9372 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
9373 * gdbarch.h, gdbarch.c: Re-generate.
9374 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
9375 register_virtual_size, pc_regnum, or register_bytes.
9376 (D10V_PC_REGNUM): Rename _PC_REGNUM.
9377 (d10v_register_type): Use D10V_PC_REGNUM.
9378 (d10v_print_registers_info, d10v_read_pc): Ditto.
9379 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
9380 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
9381
9382 2003-05-02 David Carlton <carlton@bactrian.org>
9383
9384 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
9385 the name with mstrsave.
9386
9387 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9388
9389 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
9390 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
9391 (host_charset_name, target_charset_name): New vars for use by
9392 set/show commands.
9393 (host_charset_enum, target_charset_enum): New enums for set/show
9394 commands.
9395 (set_charset_sfunc, set_host_charset_sfunc,
9396 set_target_charset_sfunc): New functions.
9397 (set_host_charset, set_target_charset): Make static.
9398 (list_charsets, set_host_charset_command,
9399 set_target_charset_command): Delete functions.
9400 (show_charset_command): Rewrite as....
9401 (show_charset): Hook this up with the set/show command mechanism.
9402 (_initialize_charset): Change names of charsets to match the
9403 set/show enums. Use host_charset_name and target_charset_name.
9404 Use set/show mechanism for charset, host-charset, target-charset
9405 commands. Do not make 'show host-charset' and 'show
9406 target-charset' be aliases of 'show charset'.
9407
9408 * charset.h (set_host_charset, set_target_charset): Don't export,
9409 they are not used outside the file.
9410
9411 2003-05-01 Andrew Cagney <cagney@redhat.com>
9412
9413 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
9414 (gdb_disassembly): Make "di" non static, always initialize and
9415 cleanup. Always use dis_asm_read_memory.
9416 (gdb_dis_asm_read_memory): Delete function.
9417
9418 2003-05-01 Andrew Cagney <cagney@redhat.com>
9419
9420 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
9421 (d10v_gdbarch_init): Set frame_align instead of stack_align.
9422
9423 2003-04-30 Andrew Cagney <cagney@redhat.com>
9424
9425 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
9426 "tm_print_insn_info".
9427 (TARGET_PRINT_INSN_INFO): Delete macro.
9428 (dis_asm_read_memory): Delete function declaration.
9429 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9430 (tm_print_insn_info): Delete variable definition.
9431 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
9432 * gdbarch.h, gdbarch.c: Re-generate.
9433 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
9434 "deprecated_tm_print_insn_info".
9435 * mcore-tdep.c (mcore_dump_insn): Ditto.
9436 * mips-tdep.c (mips_gdbarch_init): Ditto.
9437 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
9438 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
9439 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
9440 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
9441 instead of TARGET_PRINT_INSN_INFO, add comment.
9442 * s390-tdep.c (s390_get_frame_info): Instead of
9443 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
9444 (s390_check_function_end, s390_is_sigreturn): Ditto.
9445 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
9446 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9447 * disasm.c: Include "gdbcore.h".
9448 (_initialize_disasm): New function, initialize
9449 "deprecated_tm_print_insn_info".
9450 (deprecated_tm_print_insn_info): New variable.
9451 (dis_asm_read_memory): Moved from "corefile.c", made static.
9452 (dis_asm_print_address, dis_asm_memory_error): Ditto.
9453 * Makefile.in (disasm.o): Update dependencies.
9454
9455 2003-04-30 Andrew Cagney <cagney@redhat.com>
9456
9457 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
9458
9459 2003-04-29 Adam Fedor <fedor@gnu.org>
9460
9461 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
9462 * infcall.c (find_function_addr): Make non-static.
9463 * infcall.h (find_function_addr): Declare.
9464 * Makefile.in (eval.o): Update dependencies.
9465
9466 2003-04-28 Adam Fedor <fedor@gnu.org>
9467
9468 * symtab.c (symbol_find_demangled_name): Check for and demangle
9469 ObjC symbols.
9470 (symbol_init_demangled_name): Init for language_objc as well.
9471
9472 2003-04-28 Andrew Cagney <cagney@redhat.com>
9473
9474 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
9475 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
9476 * gdbarch.h, gdbarch.c: Re-generate.
9477 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
9478 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
9479 * inferior.h (deprecated_read_fp): Rename read_fp.
9480 (generic_target_read_fp): Delete declaration.
9481 * regcache.c (generic_target_read_fp): Delete function.
9482 (deprecated_read_fp): Replace read_fp, use
9483 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
9484 * d10v-tdep.c (d10v_read_fp): Delete function.
9485 (d10v_gdbarch_init): Do not set deprecated_read_fp.
9486
9487 * sparc-tdep.c (sparc_gdbarch_init): Do not set
9488 deprecated_target_read_fp to generic_target_read_fp.
9489 * sh-tdep.c (sh_gdbarch_init): Ditto.
9490 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9491 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9492 * frv-tdep.c (frv_gdbarch_init): Ditto.
9493
9494 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9495 deprecated_fp_regnum.
9496 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9497 * vax-tdep.c (vax_gdbarch_init): Ditto.
9498 * v850-tdep.c (v850_gdbarch_init): Ditto.
9499 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9500 * sh-tdep.c (sh_gdbarch_init): Ditto.
9501 * s390-tdep.c (s390_gdbarch_init): Ditto.
9502 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9503 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9504 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9505 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9506 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9507 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9508 * i386-tdep.c (i386_gdbarch_init): Ditto.
9509 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9510 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9511 * frv-tdep.c (frv_gdbarch_init): Ditto.
9512 * cris-tdep.c (cris_gdbarch_init): Ditto.
9513 * avr-tdep.c (avr_gdbarch_init): Ditto.
9514 * arm-tdep.c (arm_gdbarch_init): Ditto.
9515 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9516
9517 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9518 * v850-tdep.c (v850_gdbarch_init): Ditto.
9519 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9520 * sh-tdep.c (sh_gdbarch_init): Ditto.
9521 * s390-tdep.c (s390_gdbarch_init): Ditto.
9522 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9523 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9524 * mips-tdep.c (mips_gdbarch_init): Ditto.
9525 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9526 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9527 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9528 * frv-tdep.c (frv_gdbarch_init): Ditto.
9529 * avr-tdep.c (avr_gdbarch_init): Ditto.
9530 * arm-tdep.c (arm_gdbarch_init): Ditto.
9531
9532 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9533 DEPRECATED_FP_REGNUM.
9534 (vax_push_dummy_frame, vax_pop_frame): Ditto.
9535 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9536 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9537 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
9538 (sparc32_register_virtual_type): Ditto.
9539 * sh-tdep.c (sh64_frame_chain): Ditto.
9540 (sh64_get_saved_register, sh64_pop_frame): Ditto.
9541 (sh_nofp_frame_init_saved_regs): Ditto.
9542 (sh64_nofp_frame_init_saved_regs): Ditto.
9543 (sh_fp_frame_init_saved_regs): Ditto.
9544 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9545 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9546 * procfs.c (procfs_fetch_registers): Ditto.
9547 (procfs_store_registers): Ditto.
9548 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9549 (store_inferior_registers, fetch_core_registers): Ditto.
9550 (fetch_kcore_registers, clear_regs): Ditto.
9551 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9552 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9553 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9554 * nlm/i386.c (do_status): Ditto.
9555 * mipsv4-nat.c (supply_gregset): Ditto.
9556 * mips-tdep.c: Ditto for comments.
9557 * mips-nat.c (fetch_inferior_registers): Ditto.
9558 (store_inferior_registers, fetch_core_registers): Ditto.
9559 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9560 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9561 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9562 (i386_do_pop_frame, i386_register_type): Ditto.
9563 * hppa-tdep.c (hppa_frame_chain): Ditto.
9564 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9565 (hppa_pop_frame, hppa_read_fp): Ditto.
9566 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9567 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9568 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9569 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9570 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9571 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9572 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9573 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9574 * blockframe.c: Ditto for comments.
9575 * arch-utils.h: Ditto for comments.
9576 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9577 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9578 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9579 * alpha-tdep.h: Ditto for comments.
9580 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9581 (alpha_cannot_store_register): Ditto.
9582 (alpha_push_dummy_frame): Ditto.
9583 * alpha-nat.c (supply_gregset): Ditto.
9584
9585 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9586 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9587 * config/sparc/tm-sparc.h: Update comment.
9588
9589 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9590 deprecated_read_fp instead of TARGET_READ_FP.
9591 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9592 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9593 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9594 deprecated_read_fp instead of read_fp.
9595 * s390-tdep.c (s390_push_arguments): Ditto.
9596 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9597 * frame.h: Ditto in comments.
9598 * frame.c (legacy_get_prev_frame): Ditto.
9599 * dummy-frame.c (dummy_frame_this_id): Ditto.
9600 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9601
9602 2003-04-28 Andrew Cagney <cagney@redhat.com>
9603
9604 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9605 * gdbarch.h, gdbarch.c: Re-generate.
9606 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9607 * vax-tdep.c (_initialize_vax_tdep): Update.
9608 * v850-tdep.c (_initialize_v850_tdep): Update.
9609 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9610 * s390-tdep.c (_initialize_s390_tdep): Update.
9611 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9612 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9613 * mips-tdep.c (_initialize_mips_tdep): Update.
9614 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9615 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9616 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9617 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9618 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9619 * frv-tdep.c (_initialize_frv_tdep): Update.
9620 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9621 (_initialize_cris_tdep): Update.
9622 * arch-utils.c (legacy_print_insn): Update.
9623 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9624
9625 2003-04-26 Adam Fedor <fedor@gnu.org>
9626
9627 * linespec.c (decode_objc): New function to decode ObjC calls
9628 (decode_line_1): Check for ObjC calls (using decode_objc)
9629 * Makefile (linespec.o): Update dependencies.
9630
9631 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
9632
9633 * breakpoint.h (struct breakpoint_ops): New.
9634 (struct breakpoint): Add ops member.
9635
9636 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9637 (mention): Use new breakpoint ops member.
9638 (set_raw_breakpoint): Initialize ops field to NULL.
9639 (print_exception_catchpoint, print_one_exception_catchpoint)
9640 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9641 (gnu_v3_exception_catchpoint_ops): New.
9642 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9643
9644 2003-04-25 Adam Fedor <fedor@gnu.org>
9645
9646 * Makefile.in (COMMON_OBS): Add objc-lang.o
9647
9648 2003-04-25 Andrew Cagney <cagney@redhat.com>
9649
9650 * d10v-tdep.c (print_insn): Delete function.
9651 (display_trace): Use TARGET_PRINT_INSN.
9652 (_initialize_d10v_tdep): Do not set tm_print_insn.
9653 (d10v_gdbarch_init): Set print_insn.
9654
9655 2003-04-25 Andrew Cagney <cagney@redhat.com>
9656
9657 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9658 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9659 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9660 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9661 (nr_dmap_regs, a0_regnum): ... new functions.
9662 (d10v_print_registers_info): Use a0_regnum, use register_size.
9663 (d10v_register_byte): Delete function.
9664 (d10v_register_raw_size): Delete function.
9665 (d10v_register_type): Use a0_regnum.
9666 (d10v_print_registers_info): Use a0_regnum.
9667 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9668 (d10v_gdbarch_init): Do not set register_byte or
9669 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9670 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9671 extract_address.
9672 (trace_command): Use XCALLOC.
9673 (print_insn): Delete reference to tm_print_insn.
9674 (saved_regs_unwinder): Use store_unsigned_integer instead of
9675 store_address.
9676 * frame.h (FRAME_OBSTACK_CALLOC): Define
9677
9678 2003-04-25 David Carlton <carlton@bactrian.org>
9679
9680 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9681
9682 2003-04-24 Adam Fedor <fedor@gnu.org>
9683
9684 * objc-lang.c: Include "valprint.h"
9685 * Makefile.in (objc-lang.o): Update dependencies.
9686
9687 2003-04-24 Adam Fedor <fedor@gnu.org>
9688
9689 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
9690 architecture dependant compilation and mark as unimplemented
9691 (until they get put in the gdbarch vector).
9692
9693 2003-04-23 David Carlton <carlton@bactrian.org>
9694
9695 * cp-support.c (cp_find_first_component): Accept 'operator' in
9696 more locations.
9697
9698 2003-04-23 Andrew Cagney <cagney@redhat.com>
9699
9700 * infcall.c (call_function_by_hand): Eliminate redundant
9701 indentation. Move "saved_async" and "old_cleanups" to where they
9702 are needed.
9703
9704 2003-04-23 Andrew Cagney <cagney@redhat.com>
9705
9706 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9707 and "buffer". Move the "name" code to where it is needed.
9708
9709 2003-04-23 Andrew Cagney <cagney@redhat.com>
9710
9711 * infcall.c (call_function_by_hand): Move variables "start_sp",
9712 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9713 code to ON_STACK switch branch.
9714
9715 2003-04-23 Andrew Cagney <cagney@redhat.com>
9716
9717 * infcall.c (call_function_by_hand): Make declaration of "i",
9718 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9719 lint.
9720
9721 2003-04-23 Andrew Cagney <cagney@redhat.com>
9722
9723 * infcall.c (call_function_by_hand): Delete variable
9724 "n_method_args". Localize "param_type"'s declaration to the loop
9725 that it is used. Reinstate code assigning to said variable -
9726 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9727 Rationalize code using "param_type".
9728
9729 2003-04-22 Andrew Cagney <cagney@redhat.com>
9730
9731 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9732 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9733 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9734 to DEPRECATED_PUSH_RETURN_ADDRESS.
9735
9736 2003-04-22 Kevin Buettner <kevinb@redhat.com>
9737
9738 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9739 on the DWARF2 register number prior to fetching a register.
9740
9741 2003-04-22 J. Brobecker <brobecker@gnat.com>
9742
9743 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9744 Update all the tests using SOFT_FLOAT considering the fact that
9745 this macro was always set to 0.
9746 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9747 considering the fact that this macro was always set to 0.
9748 * hppa-tdep.h (hppa_store_return_value): Likewise.
9749 (hppa_extract_return_value): Likewise.
9750
9751 2003-04-22 J. Brobecker <brobecker@gnat.com>
9752
9753 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9754 the hppa-pro target only.
9755
9756 2003-04-21 J. Brobecker <brobecker@gnat.com>
9757
9758 Ongoing multi-arch conversion effort for HP/UX:
9759 * config/pa/tm-hppa.h: Move all macro that are no longer
9760 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9761 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9762
9763 2003-04-21 J. Brobecker <brobecker@gnat.com>
9764
9765 * config/pa/tm-hppa.h: Obsolete a section that was only used
9766 for hppa-pro.
9767
9768 2003-04-21 J. Brobecker <brobecker@gnat.com>
9769
9770 Ongoing multi-arch conversion for HP/UX.
9771 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9772 if already defined (allows hppa64 to stay non-multiarched for now).
9773 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9774
9775 2003-04-21 Andrew Cagney <cagney@redhat.com>
9776
9777 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9778
9779 2003-04-21 Andrew Cagney <cagney@redhat.com>
9780
9781 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9782 "i386_num_mmx_regs".
9783
9784 2003-04-21 Andrew Cagney <cagney@redhat.com>
9785
9786 * infcall.c: New file.
9787 * infcall.h: New file.
9788 * valarith.c: Include "infcall.h".
9789 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9790 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9791 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9792 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9793 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9794 (SFILES): Add "infcall.c"
9795 (COMMON_OBS): Add "infcall.o".
9796 (infcall.o): Specify dependencies.
9797 * value.h (call_function_by_hand): Delete declaration.
9798 * inferior.h (run_stack_dummy): Delete declaration.
9799 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9800 (run_stack_dummy): Move to "infcall.c", merged into
9801 call_function_by_hand.
9802 * valops.c (call_function_by_hand): Moved to "infcall.c".
9803 (find_function_addr, value_arg_coerce): Ditto.
9804 (unwindonsignal_p, coerce_float_to_double): Ditto.
9805 (_initialize_valops): Move "set/show coerce-float-to-double", and
9806 "set/show unwindonsignal" commands to "infcall.c".
9807 * v850-tdep.c, target.h: Update comments.
9808 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9809 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9810 (sh64_init_extra_frame_info): Update comments.
9811 * mn10300-tdep.c: Update comments.
9812 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9813 * config/sparc/tm-sparc.h: Update comments.
9814 * breakpoint.h: Update comments.
9815 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9816 * arm-tdep.c: Update comment.
9817
9818 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9819
9820 * i386-tdep.c (i386_num_register_names): New variable.
9821 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9822 (MM0_REGNUM): Remove redundant parentheses in define.
9823 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9824 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9825 i386_mxcsr_regnum_p): Remove redundant parentheses.
9826 (i386_register_name): Use i386_num_register_names.
9827
9828 * i386-tdep.c (i386_extract_return_value,
9829 i386_store_return_value): Correct check for availability of
9830 floating-point registers.
9831
9832 * i386-tdep.c (i386_frame_num_args): Remove function.
9833 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9834
9835 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9836 mmx_regnum_to_fp_regnum. Adjust all callers.
9837
9838 * i386-tdep.c (i386_get_longjmp_target): Use
9839 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9840 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9841 extract_address.
9842
9843 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9844
9845 * core-regset.c: Update comments to reflect reality. Re-order
9846 includes.
9847 (fetch_core_registers): Use switch instead of if. Remove
9848 redundant prototype.
9849
9850 2003-04-18 Jim Blandy <jimb@redhat.com>
9851
9852 * s390-tdep.c (s390_frame_align): New function.
9853 (s390_gdbarch_init): Register it with the gdbarch object.
9854
9855 2003-04-17 Richard Henderson <rth@redhat.com>
9856
9857 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9858
9859 2003-04-17 Michael Snyder <msnyder@redhat.com>
9860 Karen Bennet <bennet@redhat.com>
9861
9862 Committed by Elena Zannoni <ezannoni@redhat.com>
9863 * gdb_gcore.sh: New script to create a core dump of a process.
9864
9865 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9866
9867 * values.c (value_being_returned): Don't fetch the return
9868 value if the return type is void.
9869
9870 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9871
9872 * thread-db.c: Reindented.
9873
9874 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9875
9876 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9877 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9878 as types.
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9905
9906 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9907 the size of ``long double'' to 16, instead of 8.
9908
9909 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9910
9911 * i386-linux-nat.c: Add some whitespace to make things more
9912 readable.
9913 (fetch_register, store_register, fetch_inferior_registers,
9914 store_inferior_registers): Get rid of assignment in if-statement.
9915 (store_register): Fix typo in error message.
9916
9917 2003-04-16 Andrew Cagney <cagney@redhat.com>
9918
9919 * utils.c (xmmalloc): Always allocate something, matches
9920 libiberty/xmalloc's semantics.
9921 (xmrealloc, xmcalloc): Ditto.
9922
9923 2003-04-16 Andrew Cagney <cagney@redhat.com>
9924
9925 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9926 update comments.
9927 (get_frame_type): Initialize unwind and type when needed.
9928 (get_frame_id, frame_register_unwind): Ditto.
9929
9930 2003-04-16 Andrew Cagney <cagney@redhat.com>
9931
9932 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9933 obsolete.
9934 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9935 * sparcl-stub.c: Obsolete file.
9936 * config/sparc/tm-sparclet.h: Obsolete file.
9937 * sparclet-stub.c: Obsolete file.
9938 * sparclet-rom.c: Obsolete file.
9939 * sparcl-tdep.c: Obsolete file.
9940 * config/sparc/tm-sparclite.h: Obsolete file.
9941 * config/sparc/sparclite.mt: Obsolete file.
9942 * config/sparc/sparclet.mt: Obsolete file.
9943 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9944 sparc86x-*-* obsolete.
9945
9946 2003-04-15 David Carlton <carlton@math.stanford.edu>
9947
9948 * Makefile.in (SFILES): Add cp-namespace.c.
9949 (COMMON_OBS): Add cp-namespace.o.
9950 (block.o): Depend on gdb_obstack_h and cp_support_h.
9951 (buildsym.o): Depend on cp_support_h.
9952 (cp-namespace.o): New.
9953 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9954 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9955 (dwarf2read.o): Depend on cp_support_h.
9956 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9957 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9958 processing_current_namespace.
9959 (read_namespace): Update processing_current_namespace; check for
9960 anonymous namespaces.
9961 (dwarf2_name): New function.
9962 (dwarf2_extension): Ditto.
9963 * cp-support.h: Update copyright, contributors.
9964 Add inclusion guards.
9965 Add opaque declaration for structs obstack, block, symbol.
9966 (struct using_direct): New struct.
9967 Add declarations for cp_find_first_component,
9968 cp_entire_prefix_len, processing_has_namespace_info,
9969 processing_current_namespace, cp_is_anonymous,
9970 cp_add_using_directive, cp_initialize_namespace,
9971 cp_finalize_namespace, cp_set_block_scope,
9972 cp_scan_for_anonymous_namespaces.
9973 * cp-namespace.c: New file.
9974 * cp-support.c: Update copyright.
9975 Include ctype.h, gdb_assert.h, gdbcmd.h.
9976 New variable maint_cplus_cmd_list.
9977 (cp_find_first_component): New function.
9978 (cp_entire_prefix_len, maint_cplus_command)
9979 (first_component_command, _initialize_cp_support): Ditto.
9980 * buildsym.c: Include cp-support.h.
9981 New variable using_list.
9982 (add_symbol_to_list): Check for anonymous namespaces.
9983 (finish_block): Set block's scope.
9984 (start_symtab): Initialize C++ namespace support.
9985 (end_symtab): Finalize C++ namespace support.
9986 * block.h: Add opaque declarations for structs
9987 block_namespace_info, using_direct, and obstack.
9988 Add declarations for block_set_scope and block_set_using.
9989 (struct block): Add 'language_specific' member.
9990 (BLOCK_NAMESPACE): New macro.
9991 * block.c: Include gdb_obstack.h and cp-support.h.
9992 (struct block_namespace_info): New struct.
9993 (block_set_scope): New function.
9994 (block_set_using, block_initialize_namespace): Ditto.
9995
9996 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9997
9998 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9999 (locate_base): Return early if there aren't any link map offsets.
10000 (svr4_solib_create_inferior_hook): Warn if shared library support
10001 is unavailable.
10002
10003 2003-04-14 David Carlton <carlton@math.stanford.edu>
10004
10005 * symtab.c (symbol_set_names): Add prefix when storing Java names
10006 in hash table. Fix for PR java/1039.
10007
10008 2003-04-14 David Carlton <carlton@math.stanford.edu>
10009
10010 * symtab.c (symbol_set_names): Rename 'name' arg to
10011 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
10012 * symtab.h: Change 'name' argument in declaration of
10013 symbol_set_names to 'linkage_name'.
10014 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
10015
10016 2003-04-14 Andrew Cagney <cagney@redhat.com>
10017
10018 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
10019 return the fully sign-extended register value.
10020 (get_frame_pointer): Ditto.
10021 (mips_pop_frame): Initialize "proc_desc" after checking for a
10022 dummy frame.
10023
10024 2003-04-14 Andrew Cagney <cagney@redhat.com>
10025
10026 * mips-tdep.c (mips_push_dummy_frame): Delete function.
10027 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
10028 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
10029 (mips_push_register): Delete function.
10030 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
10031 PUSH_FP_REGNUM.
10032
10033 2003-04-14 Jim Blandy <jimb@redhat.com>
10034
10035 * symmisc.c: #include "gdb_regex.h".
10036 (maintenance_list_symtabs, maintenance_list_psymtabs): New
10037 functions.
10038 * maint.c (maintenance_list_command): New function.
10039 (_initialize_maint_cmds): Register the above as commands.
10040 * symtab.h (maintenance_list_symtabs,
10041 maintenance_list_psymtabs): New declarations.
10042 * cli/cli-cmds.c (maintenancelistlist): New variable.
10043 (init_cmd_lists): Initialize it.
10044 * cli/cli-cmds.h (maintenancelistlist): New declaration.
10045 * gdbcmd.h (maintenancelistlist): New declaration.
10046 * Makefile.in (symmisc.o): Update dependencies.
10047
10048 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
10049
10050 * s390-nat.c: Include asm/types.h for addr_t.
10051
10052 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
10053
10054 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
10055 actually incoming type.
10056
10057 2003-04-13 Andrew Cagney <cagney@redhat.com>
10058
10059 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
10060 get_next_frame and get_frame_saved_regs.
10061
10062 2003-04-13 Andrew Cagney <cagney@redhat.com>
10063
10064 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
10065 of gdbarch_num_regs.
10066
10067 2003-04-13 Andrew Cagney <cagney@redhat.com>
10068
10069 * frame.h: Mention what replaced what in "struct frame_info".
10070 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
10071 deprecated_update_frame_base_hack and
10072 deprecated_update_frame_pc_hack.
10073 * hppa-tdep.c: Ditto.
10074
10075 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10076
10077 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
10078 to read_reg and update its comment. Remove regnum member.
10079 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
10080 Don't call read_reg when setting in_reg. Call read_reg to get
10081 the frame base if it's in a register. Return the register number
10082 on the stack instead of in the context. Remove extra arguments
10083 to read_reg.
10084 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
10085 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
10086 the register number on the expression stack.
10087 (needs_frame_read_reg): Remove extra arguments.
10088
10089 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10090
10091 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
10092 made non-static.
10093 (execute_stack_op): All callers updated.
10094 * dwarf2expr.h: Add prototype for dwarf2_read_address.
10095 * dwarf2loc.c (find_location_expression): New function.
10096 (dwarf_expr_frame_base): Call it.
10097 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
10098 (dwarf2_tracepoint_var_ref): New function, broken out from
10099 locexpr_tracepoint_var_ref.
10100 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
10101 Make static.
10102 (loclist_read_variable, loclist_read_needs_frame): New functions.
10103 (loclist_describe_location, loclist_tracepoint_var_ref): New
10104 functions.
10105 (dwarf2_loclist_funcs): New struct location_funcs.
10106 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
10107 (struct dwarf2_locexpr_baton): Add comments.
10108 (dwarf2_loclist_funcs): New extern.
10109 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
10110 base_address and base_known.
10111 (dwarf_loc_buffer): New variable.
10112 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
10113 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
10114 (dwarf2_has_info): Initialize dwarf_loc_offset.
10115 (dwarf2_build_psymtabs): Read in .debug_loc.
10116 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
10117 DWARF_LOC_SIZE.
10118 (psymtab_to_symtab_1): Likewise. Move base address calculation
10119 here, from...
10120 (dwarf2_get_pc_bounds): ... here. Use the base address from
10121 cu_header.
10122 (dwarf2_symbol_mark_computed): Handle location lists.
10123
10124 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10125
10126 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
10127 if the linkage name demangled successfully.
10128
10129 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10130
10131 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
10132 disassmbly_flavour): Removed.
10133
10134 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
10135
10136 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10137
10138 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
10139
10140 2003-04-12 Andrew Cagney <cagney@redhat.com>
10141
10142 * frame.h (struct frame_info): Move definition from here ...
10143 * frame.c (struct frame_info): ... to here.
10144
10145 2003-04-12 Andrew Cagney <cagney@redhat.com>
10146
10147 * gdbthread.h (save_infrun_state): Delete parameter
10148 "prev_func_start".
10149 (struct thread_info): Delete field "prev_func_start".
10150 (load_infrun_state): Ditto.
10151 * thread.c (load_infrun_state, save_infrun_state): Update.
10152 * infrun.c (prev_func_start): Delete variable.
10153 (context_switch, init_wait_for_inferior): Update.
10154 (stop_stepping, keep_going): Update.
10155
10156 2003-04-12 Andrew Cagney <cagney@redhat.com>
10157
10158 * gdbarch.sh: Add missing opaque declarations.
10159 * gdbarch.h: Regnerate.
10160 * symtab.h: Add missing opaque declarations.
10161 * value.h, target.h, symfile.h, stabsread.h: Ditto.
10162 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
10163 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
10164 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
10165 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
10166 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
10167 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
10168 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
10169 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
10170 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
10171 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
10172 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
10173 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
10174
10175 2003-04-11 Andrew Cagney <cagney@redhat.com>
10176
10177 * frame.c (get_frame_id): Return this frame's "id".
10178 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
10179 function start.
10180 (legacy_saved_regs_this_id): Replace function body with
10181 internal-error.
10182 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
10183 FRAME_OBSTACK_ZALLOC.
10184 (create_new_frame): Mark the frame ID as valid.
10185
10186 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
10187
10188 * Makefile.in (libbfd_h): Added missing setting.
10189 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
10190 according to the selected ABI.
10191
10192 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
10193
10194 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
10195
10196 2003-04-11 Andrew Cagney <cagney@redhat.com>
10197
10198 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
10199 SAVED_PC_AFTER_CALL.
10200 * gdbarch.h, gdbarch.c: Regenerate.
10201 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10202 * x86-64-tdep.c (x86_64_init_abi): Update.
10203 * vax-tdep.c (vax_gdbarch_init): Update.
10204 * v850-tdep.c (v850_gdbarch_init): Update.
10205 * sparc-tdep.c (sparc_gdbarch_init): Update.
10206 * sh-tdep.c (sh_gdbarch_init): Update.
10207 * s390-tdep.c (s390_gdbarch_init): Update.
10208 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10209 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10210 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10211 * mips-tdep.c (mips_gdbarch_init): Update.
10212 * mcore-tdep.c (mcore_gdbarch_init): Update.
10213 * m68k-tdep.c (m68k_gdbarch_init): Update.
10214 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10215 * ia64-tdep.c (ia64_gdbarch_init): Update.
10216 (ia64_saved_pc_after_call): Update declaration.
10217 * i386ly-tdep.c (i386lynx_init_abi): Update.
10218 * i386-tdep.c (i386_gdbarch_init): Update.
10219 * hppa-tdep.c (hppa_gdbarch_init): Update.
10220 * h8300-tdep.c (h8300_gdbarch_init): Update.
10221 * frv-tdep.c (frv_gdbarch_init): Update.
10222 * cris-tdep.c (cris_gdbarch_init): Update.
10223 * avr-tdep.c (avr_gdbarch_init): Update.
10224 * arm-tdep.c (arm_gdbarch_init): Update.
10225 * alpha-tdep.c (alpha_gdbarch_init): Update.
10226 * ns32knbsd-nat.c (frame_num_args): Update.
10227 * ns32k-tdep.c (umax_frame_num_args): Update.
10228 * mips-tdep.c (mips_init_frame_pc_first): Update.
10229 * infrun.c (step_over_function): Update.
10230 * i386-linux-tdep.c (skip_hurd_resolver): Update.
10231 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
10232 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10233 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10234 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10235 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10236 * arm-linux-tdep.c (skip_hurd_resolver): Update.
10237 * arch-utils.c (init_frame_pc_default): Update.
10238 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10239 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
10240 declaration.
10241
10242 2003-04-11 Andrew Cagney <cagney@redhat.com>
10243
10244 * i387-tdep.c: Update copyright.
10245 (i387_to_double): Delete function.
10246 (double_to_i387): Delete function.
10247
10248 2003-04-10 Andrew Cagney <cagney@redhat.com>
10249
10250 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
10251 frame's function's address. Simplify.
10252 (d10v_frame_unwind_cache): Check that the frame's function is
10253 non-zero.
10254
10255 2003-04-10 Jim Blandy <jimb@redhat.com>
10256
10257 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
10258 call to set_gdbarch_deprecated_push_arguments.
10259
10260 2003-04-10 Andrew Cagney <cagney@redhat.com>
10261
10262 * frame.c (fprint_frame_id): New function.
10263 (fprint_frame_type, fprint_frame): New function.
10264 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
10265 (create_sentinel_frame, get_frame_id): Ditto.
10266 (frame_id_p, frame_id_eq): Ditto.
10267 (frame_id_inner, create_new_frame): Ditto.
10268 (legacy_get_prev_frame, get_prev_frame): Ditto.
10269 (deprecated_update_frame_pc_hack): Ditto.
10270 (frame_register_unwind): Ditto.
10271 (deprecated_update_frame_base_hack): Ditto.
10272
10273 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10274
10275 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
10276 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
10277 frame_chain function.
10278 * Makefile.in: Add dependencies due to above change.
10279
10280 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10281
10282 * blockframe.c (legacy_frame_chain_valid): Move call to
10283 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
10284 inside_entry_file.
10285
10286 2003-04-09 Andrew Cagney <cagney@redhat.com>
10287
10288 * frame.h (struct frame_id): Replace "pc" and "base" with
10289 "stack_addr" and "code_addr". Update comments.
10290 (frame_id_build): Update parameter names and comment.
10291 (struct frame_info): Replace "id_p" and "id" with "this_id".
10292 * dummy-frame.c (dummy_frame_this_id): Update.
10293 * breakpoint.c (print_one_breakpoint): Update.
10294 * frame.c (get_frame_id): Update.
10295 (get_frame_base, frame_id_build): Update.
10296 (create_sentinel_frame, legacy_get_prev_frame): Update.
10297 (deprecated_update_frame_base_hack): Update.
10298 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
10299 (frame_id_inner): Ditto.
10300
10301 2003-04-09 Andrew Cagney <cagney@redhat.com>
10302
10303 * defs.h (gdb_print_host_address): Make "addr" parameter a
10304 pointer constant.
10305 * utils.c (gdb_print_host_address): Update.
10306
10307 2003-04-09 Kevin Buettner <kevinb@redhat.com>
10308
10309 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
10310 register number for R0 is 0.
10311
10312 2003-04-09 J. Brobecker <brobecker@gnat.com>
10313
10314 * frame.h (struct gdbarch): Add opaque structure definition
10315 to avoid a compilation warning on LynxOS 4.0.
10316
10317 2003-04-09 Andrew Cagney <cagney@redhat.com>
10318
10319 * frame.h (struct frame_info): Delete field "pc". Replace
10320 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
10321 structure.
10322 * frame.c (frame_pc_unwind): Update.
10323 (create_sentinel_frame): Do not set "pc".
10324 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
10325 (get_frame_pc): Call frame_pc_unwind.
10326 (deprecated_update_frame_pc_hack): Update.
10327 (create_new_frame): Use "pc" not "->pc".
10328
10329 2003-04-09 Andrew Cagney <cagney@redhat.com>
10330
10331 * frame.c (get_frame_id): Eliminate code updating "frame".
10332 (legacy_get_prev_frame): Ditto.
10333 (get_frame_base): Return id.base directly.
10334 (deprecated_update_frame_base_hack): Update "id.base".
10335 * frame.h (struct frame_info): Delete field "frame".
10336
10337 2003-04-09 Andrew Cagney <cagney@redhat.com>
10338
10339 * NEWS: Mention that the "Sequent family" is obsolete.
10340 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
10341 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10342 * configure.host: Obsolete i[3456]86-sequent-bsd*,
10343 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10344 * config/i386/tm-ptx4.h: Obsolete file.
10345 * config/i386/tm-ptx.h: Obsolete file.
10346 * symm-tdep.c: Obsolete file.
10347 * config/i386/symmetry.mt: Obsolete file.
10348 * config/i386/tm-symmetry.h: Obsolete file.
10349 * symm-nat.c: Obsolete file.
10350 * config/i386/nm-symmetry.h: Obsolete file.
10351 * config/i386/xm-symmetry.h: Obsolete file.
10352 * config/i386/symmetry.mh: Obsolete file.
10353 * config/i386/nm-ptx4.h: Obsolete file.
10354 * config/i386/ptx4.mh: Obsolete file.
10355 * config/i386/ptx.mt: Obsolete file.
10356 * config/i386/ptx.mh: Obsolete file.
10357 * config/i386/xm-ptx4.h: Obsolete file.
10358 * config/i386/xm-ptx.h: Obsolete file.
10359
10360 2003-04-09 Andrew Cagney <cagney@redhat.com>
10361
10362 Obsolete mips*-*-mach3*.
10363 * NEWS: Mention that mips*-*-mach3* is obsolete.
10364 * m3-nat.c: Obsolete file.
10365 * config/nm-m3.h: Obsolete file.
10366 * config/mips/tm-mipsm3.h: Obsolete file.
10367 * config/mips/mipsm3.mt: Obsolete file.
10368 * config/mips/mipsm3.mh: Obsolete file.
10369 * config/mips/xm-mipsm3.h: Obsolete file.
10370 * mipsm3-nat.c: Obsolete file.
10371 * configure.host: Obsolete mips-dec-mach3*.
10372 * configure.tgt: Obsolete mips*-*-mach3*.
10373
10374 2003-04-09 Andrew Cagney <cagney@redhat.com>
10375
10376 * doublest.h: Update copyright.
10377 (deprecated_store_floating, deprecated_extract_floating): Rename
10378 store_floating and extract_floating. Update comments.
10379 * doublest.c: Update copyright.
10380 (extract_floating_by_length): Replace extract_floating.
10381 (store_floating_by_length): Replace store_floating.
10382 (deprecated_extract_floating): New function.
10383 (deprecated_store_floating): New function.
10384 (extract_typed_floating): Call extract_floating_by_length.
10385 (store_typed_floating): Call store_floating_by_length.
10386 * x86-64-tdep.c (x86_64_store_return_value): Update.
10387 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
10388 (sh64_extract_return_value): Update.
10389 (sh_sh4_register_convert_to_virtual): Update.
10390 (sh_sh64_register_convert_to_virtual): Update.
10391 (sh_sh4_register_convert_to_raw): Update.
10392 (sh_sh64_register_convert_to_raw): Update.
10393 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
10394 (rs6000_register_convert_to_raw): Update.
10395 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
10396 (ia64_register_convert_to_raw): Update.
10397 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
10398 (REGISTER_CONVERT_TO_VIRTUAL): Update.
10399 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
10400 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
10401 (alpha_register_convert_to_raw): Update.
10402
10403 2003-04-08 Andrew Cagney <cagney@redhat.com>
10404
10405 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
10406 * gdbarch.h, gdbarch.c: Re-generate.
10407 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
10408 (d10v_gdbarch_init): Do not set saved_pc_after_call.
10409 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
10410 conditionally, use frame_pc_unwind as an alternative. Add
10411 comments.
10412 * arch-utils.c (init_frame_pc_default): Only call
10413 SAVED_PC_AFTER_CALL when available.
10414
10415 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10416
10417 * infrun.c (stop_soon): Rename from stop_soon_quietly.
10418 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
10419 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
10420 (start_remote): Ditto.
10421 (handle_inferior_event): Ditto.
10422 (save_inferior_status): Ditto.
10423 (restore_inferior_status): Ditto.
10424 * infcmd.c (attach_command): Ditto.
10425 * fork-child.c (startup_inferior): Ditto.
10426 * inferior.h (stop_soon): Rename from stop_soon_quietly.
10427 * alpha-tdep.c (heuristic_proc_start): Ditto.
10428 * mips-tdep.c (heuristic_proc_start): Ditto.
10429 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
10430 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
10431 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
10432 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
10433 * remote-vx.c (vx_create_inferior): Ditto.
10434
10435 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10436
10437 * infrun.c (stop_soon_quietly): Make it an enum, to better
10438 override the default behavior of handle_inferior_event.
10439 (clear_proceed_status): Update uses of stop_soon_quietly to
10440 reflect that it is now an enum.
10441 (start_remote): Ditto.
10442 (handle_inferior_event): Change logic a bit if stop_soon_quietly
10443 is set to handle the new GNU/Linux kernel behavior for
10444 attach/sigstop. Update uses of stop_soon_quietly.
10445 * inferior.h (enum stop_kind): New enum.
10446 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
10447 Reset normal handle_inferior_event behavior, afterwards.
10448 * fork-child.c (startup_inferior): Update.
10449 * alpha-tdep.c (heuristic_proc_start): Update.
10450 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
10451 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
10452 * solib-osf.c (osf_solib_create_inferior_hook): Update.
10453 * solib-irix.c (irix_solib_create_inferior_hook): Update.
10454 * remote-vx.c (vx_create_inferior): Update.
10455 * mips-tdep.c (heuristic_proc_start): Update.
10456
10457 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
10458
10459 * disasm.c (dump_insns): Move variables inside loop, or they will
10460 be freed more than once, causing wild memory corruptions.
10461 (gdb_disassembly): Look for the substring "-thread",
10462 instead of "-threads" in the target name, to make sure to find
10463 the 'multi-thread' target. Also, make sure we do the right thing
10464 with the "core" target.
10465
10466 2003-04-07 Kevin Buettner <kevinb@redhat.com>
10467
10468 * mips-tdep.c (mips_print_fp_register): New function, created from
10469 do_fp_register_row(). Registers are now (also) printed as hex.
10470 Only one register is printed per row.
10471 (mips_print_register, do_fp_register_row): Print floating point
10472 registers with mips_print_fp_register().
10473
10474 2003-04-06 Andrew Cagney <cagney@redhat.com>
10475
10476 * valprint.h (inspect_it): Add extern declaration.
10477 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
10478 (selectors_info, classes_info): Ditto.
10479 (find_objc_msgcall): Fix indentation.
10480 (objc_printstr): Delete extern declarations.
10481
10482 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
10483
10484 2003-04-06 Andrew Cagney <cagney@redhat.com>
10485
10486 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10487 Update comment.
10488 * frame.c (legacy_saved_regs_this_id): Update.
10489 (legacy_get_prev_frame): Update.
10490 * xstormy16-tdep.c: Update comment.
10491 * sparc-tdep.c (sparc_frame_chain): Update comment.
10492 * blockframe.c (legacy_frame_chain_valid): Update.
10493
10494 2003-04-06 Andrew Cagney <cagney@redhat.com>
10495
10496 * valprint.c (val_print_type_code_int): Delete #ifdef
10497 PRINT_TYPELESS_INTEGER code.
10498
10499 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10500 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10501 multi-arch definition.
10502 * gdbarch.h: Re-generate.
10503
10504 2003-04-05 Andrew Cagney <cagney@redhat.com>
10505
10506 Eliminate FRAME_FIND_SAVED_REGS.
10507 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10508 Change FSR parameter to a pointer.
10509 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10510 Assume FSR parameter is a pointer.
10511 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10512 Make fsr a pointer.
10513 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10514 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10515 saved_regs a pointer.
10516 (hppa_frame_saved_pc): Ditto.
10517 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10518 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10519 pointer.
10520 (restore_pc_queue): Make fsr a pointer.
10521 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10522 (hppa_frame_chain): Make saved_regs a pointer, call
10523 hppa_frame_init_saved_regs.
10524 * sparc-tdep.c: Include "gdb_assert.h".
10525 (sparc_frame_find_saved_regs): Replace internal_error with
10526 gdb_assert.
10527 * remote-vxsparc.c (vx_read_register): Delete reference to
10528 FRAME_FIND_SAVED_REGS.
10529 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10530 * gdbarch.h: Regenerate.
10531 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10532 (deprecated_get_frame_saved_regs): Delete declaration.
10533 (struct frame_saved_regs): Delete definition.
10534 * frame.c (deprecated_get_frame_saved_regs): Delete function.
10535 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10536 (hppa_frame_find_saved_regs): Delete declaration.
10537 (FRAME_FIND_SAVED_REGS): Delete macro.
10538 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
10539 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
10540 FRAME_FIND_SAVED_REGS in comment.
10541
10542 2003-04-05 Andrew Cagney <cagney@redhat.com>
10543
10544 * frame.c (frame_func_unwind, get_frame_func): New functions.
10545 * frame.h (get_frame_func, frame_func_unwind): Declare.
10546 (struct frame_info): Add field "prev_func" for caching the
10547 previous frame's function address.
10548 * arm-tdep.c (arm_frameless_function_invocation): Combine
10549 get_pc_function_start and get_frame_pc into get_frame_func.
10550 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10551 (sh64_nofp_frame_init_saved_regs): Ditto.
10552 * s390-tdep.c (s390_function_start): Ditto.
10553 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10554 (rs6000_frameless_function_invocation): Ditto.
10555 (rs6000_frame_saved_pc): Ditto.
10556 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10557 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10558 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10559 (i386_frame_init_saved_regs): Ditto.
10560 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10561 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10562 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10563 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10564 * blockframe.c (frameless_look_for_prologue): Ditto.
10565
10566 2003-04-05 Andrew Cagney <cagney@redhat.com>
10567
10568 * frame.c (legacy_get_prev_frame): Link prev to next at the
10569 function start. Update comments.
10570
10571 2003-04-05 Andrew Cagney <cagney@redhat.com>
10572
10573 * frame.c (get_frame_id): Update comment.
10574 (legacy_get_prev_frame): Update comment.
10575 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10576 * gdbarch.h: Regenerate.
10577 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10578 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10579
10580 2003-04-05 Andrew Cagney <cagney@redhat.com>
10581
10582 * stack.c (print_frame_info): Use get_frame_pc.
10583
10584 2003-04-04 Andrew Cagney <cagney@redhat.com>
10585
10586 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10587 the frame's type from the unwinder.
10588 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10589 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10590 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10591 (get_frame_base_address): Use get_frame_type.
10592 (get_frame_locals_address, get_frame_args_address): Ditto.
10593 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10594 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10595 (struct frame_info): Add comment explaining why the frame contains
10596 a "type" field.
10597 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10598 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10599 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10600 NORMAL_FRAME.
10601 * frame-unwind.h: Include "frame.h".
10602 (struct frame_unwind): Add "type" field.
10603 * Makefile.in (frame_unwind_h): Add $(frame_h).
10604
10605 2003-04-04 Andrew Cagney <cagney@redhat.com>
10606
10607 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10608 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10609 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10610 get_frame_base.
10611 (d10v_unwind_dummy_id): Use frame_id_build.
10612 * frame.c (find_frame_sal): Use get_frame_pc.
10613 (create_new_frame): Use deprecated_update_frame_pc_hack and
10614 deprecated_update_frame_base_hack.
10615 (create_sentinel_frame): Add comment about ->pc going away.
10616 (get_prev_frame): Add comment about ->pc going away.
10617 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10618 frame_id_build, deprecated_update_frame_pc_hack and
10619 deprecated_update_frame_base_hack.
10620 (select_frame): Use get_frame_pc.
10621 (legacy_saved_regs_this_id): Use frame_id_build.
10622
10623 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
10624
10625 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10626 signed integer case.
10627 (classify_argument): Handle enumerations and references.
10628
10629 2003-04-04 Andrew Cagney <cagney@redhat.com>
10630
10631 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10632 ID to NULL.
10633
10634 2003-04-01 Adam Fedor <fedor@gnu.org>
10635
10636 * gdb/objc-lang.c (selectors_info): Replace calls to
10637 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10638 SYMBOL_NATURAL_NAME.
10639 (classes_info, find_methods): Likewise.
10640
10641 2003-04-03 Kevin Buettner <kevinb@redhat.com>
10642
10643 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10644 ``mach'' to the value determined by bfd_default_set_arch_mach().
10645
10646 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10647
10648 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10649 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10650 (mi-cmd-file.o): Update dependencies.
10651
10652 2003-04-01 Kevin Buettner <kevinb@redhat.com>
10653
10654 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10655 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10656
10657 2003-04-01 Adam Fedor <fedor@gnu.org>
10658
10659 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10660 * language.h (struct language_defn): Add la_demangle.
10661 (language_demangle): Declare.
10662 * language.c (language_demangle): New function.
10663 (unk_lang_demangle): Likewise.
10664 (unknown_language_defn, auto_language_defn, local_language_defn):
10665 Add ukn_lang_demangle.
10666 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
10667 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
10668 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10669 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10670 * jv-lang.c (java_demangle): New function
10671 (java_language_defn): Use it for la_demangle element.
10672 * objc-lang.c (objc_demangle): Add options argument
10673 (objc_language_defn): Use objc_demangle for la_demangle element.
10674 * maint.c (maintenance_demangle): Replace switch with
10675 call to language_demangle.
10676 * utils.c (fprintf_symbol_filtered): Likewise.
10677
10678 2003-04-01 Andrew Cagney <cagney@redhat.com>
10679
10680 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10681 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10682 PRINT_TYPELESS_INTEGER.
10683 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10684 PUSH_RETURN_ADDRESS.
10685
10686 2003-04-01 Andrew Cagney <cagney@redhat.com>
10687
10688 * Makefile.in (d10v-tdep.o): Update dependencies.
10689 * d10v-tdep.c: Include "frame-base.h".
10690 (d10v_frame_unwind): Make constant.
10691 (d10v_frame_base_address): New function.
10692 (d10v_frame_base): New variable.
10693 (d10v_gdbarch_init): Set frame_base default.
10694 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10695 comment for base.
10696 (d10v_frame_unwind_cache): Set and use "prev_sp".
10697 (d10v_frame_this_id): Use the previous frame's inner most stack
10698 address and this frame's func address for the frame ID. Use
10699 frame_id_build. Don't analyze beyond the current instruction.
10700
10701 2003-04-01 Andrew Cagney <cagney@redhat.com>
10702
10703 * frame.h (get_frame_locals_address, get_frame_args_address):
10704 Refer to the base address, instead of the address of the first
10705 local or parameter.
10706
10707 2003-04-01 Andrew Cagney <cagney@redhat.com>
10708
10709 Add frame debug info addresses:
10710 * frame-base.c: New file.
10711 * frame-base.h: New file.
10712 * frame.h (struct frame_base): Add opaque declaration.
10713 (get_frame_base): Update comment.
10714 (get_frame_base_address): Declare.
10715 (get_frame_locals_address): Declare.
10716 (get_frame_args_address): Declare.
10717 (struct frame_info): Add "base" and "base_cache". Update
10718 comments on the unwinder.
10719 * frame.c: Include "frame-base.h".
10720 (get_frame_locals_address): New function.
10721 (get_frame_base_address): New function.
10722 (get_frame_args_address): New function.
10723 * findvar.c (read_var_value): Use get_frame_locals_address and
10724 get_frame_args_address.
10725 * stack.c (frame_info): Use get_frame_locals_address and
10726 get_frame_args_address.
10727 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10728 moved to "frame-base.c".
10729 * printcmd.c (print_frame_nameless_args): Ditto.
10730 * symtab.h (address_class): Update comments.
10731 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10732 get_frame_base_address.
10733 * dwarf2expr.c (execute_stack_op): Ditto.
10734 * Makefile.in (frame_base_h): Define.
10735 (frame.o): Update dependencies.
10736 (frame-base.o): Add dependencies.
10737 (SFILES): Add frame-base.c.
10738 (COMMON_OBS): Add frame-base.o.
10739
10740 2003-04-01 Andrew Cagney <cagney@redhat.com>
10741
10742 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10743 CALL_DUMMY_LENGTH): Ditto.
10744 * gdbarch.c: Re-generate.
10745 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10746 (CALL_DUMMY_LENGTH): Delete macro.
10747 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10748 * arm-tdep.c (arm_gdbarch_init): Ditto.
10749 * avr-tdep.c (avr_gdbarch_init): Ditto.
10750 * cris-tdep.c (cris_gdbarch_init): Ditto.
10751 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10752 * frv-tdep.c (frv_gdbarch_init): Ditto.
10753 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10754 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10755 * i386-tdep.c (i386_gdbarch_init): Ditto.
10756 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10757 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10758 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10759 * mips-tdep.c (mips_gdbarch_init): Ditto.
10760 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10761 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10762 * s390-tdep.c (s390_gdbarch_init): Ditto.
10763 * sh-tdep.c (sh_gdbarch_init): Ditto.
10764 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10765 * v850-tdep.c (v850_gdbarch_init): Ditto.
10766 * vax-tdep.c (vax_gdbarch_init): Ditto.
10767 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10768
10769 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
10770
10771 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10772
10773 2003-04-01 Andrew Cagney <cagney@redhat.com>
10774
10775 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10776 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10777 * gdbarch.h, gdbarch.c: Re-generate.
10778 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10779 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10780 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10781 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10782 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10783 * infcmd.c (run_stack_dummy): Simplify assuming
10784 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10785 * infrun.c (handle_inferior_event): Ditto.
10786 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10787 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10788 * arm-tdep.c (arm_gdbarch_init): Ditto.
10789 * avr-tdep.c (avr_gdbarch_init): Ditto.
10790 * cris-tdep.c (cris_gdbarch_init): Ditto.
10791 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10792 * frv-tdep.c (frv_gdbarch_init): Ditto.
10793 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10794 * i386-tdep.c (i386_gdbarch_init): Ditto.
10795 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10796 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10797 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10798 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10799 * mips-tdep.c (mips_gdbarch_init): Ditto.
10800 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10801 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10802 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10803 * s390-tdep.c (s390_gdbarch_init): Ditto.
10804 * sh-tdep.c (sh_gdbarch_init): Ditto.
10805 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10806 * v850-tdep.c (v850_gdbarch_init): Ditto.
10807 * vax-tdep.c (vax_gdbarch_init): Ditto.
10808 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10809
10810 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
10811
10812 * symfile.c (symfile_relocate_debug_section): Update call to
10813 bfd_simple_get_relocated_section_contents.
10814
10815 2003-03-31 Andrew Cagney <cagney@redhat.com>
10816
10817 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10818 * gdbarch.h, gdbarch.c: Regenerate.
10819 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10820 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10821 available.
10822 * frame.h (generic_fix_call_dummy): Delete declaration.
10823 * dummy-frame.h: Update comment.
10824 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10825 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10826 fix_call_dummy.
10827 * sh-tdep.c (sh_gdbarch_init): Ditto.
10828 * s390-tdep.c (s390_gdbarch_init): Ditto.
10829 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10830 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10831 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10832 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10833 * i386-tdep.c (i386_gdbarch_init): Ditto.
10834 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10835 * frv-tdep.c (frv_gdbarch_init): Ditto.
10836 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10837 * cris-tdep.c (cris_gdbarch_init): Ditto.
10838 * avr-tdep.c (avr_gdbarch_init): Ditto.
10839 * arm-tdep.c (arm_gdbarch_init): Ditto.
10840
10841 2003-03-31 J. Brobecker <brobecker@gnat.com>
10842
10843 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10844 (INIT_FRAME_AP): Likewise.
10845 (EXTRA_FRAME_INFO): Likewise.
10846
10847 2003-03-31 Andrew Cagney <cagney@redhat.com>
10848
10849 * gdbarch.sh: Include "symfile.h".
10850 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10851 * gdbarch.h, gdbarch.c: Re-generate.
10852 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10853 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10854 call_dummy_address, the default is at entry_point_address.
10855 * v850-tdep.c (v850_gdbarch_init): Ditto.
10856 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10857 * sh-tdep.c (sh_gdbarch_init): Ditto.
10858 * s390-tdep.c (s390_gdbarch_init): Ditto.
10859 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10860 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10861 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10862 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10863 * i386-tdep.c (i386_gdbarch_init): Ditto.
10864 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10865 * frv-tdep.c (frv_gdbarch_init): Ditto.
10866 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10867 * cris-tdep.c (cris_gdbarch_init): Ditto.
10868 * arm-tdep.c (arm_gdbarch_init): Ditto.
10869
10870 2003-03-31 Andrew Cagney <cagney@redhat.com>
10871
10872 * gdbarch.sh (CALL_DUMMY_P): Delete.
10873 * gdbarch.h, gdbarch.c: Re-generate.
10874 * inferior.h (CALL_DUMMY_P): Delete macro.
10875 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10876 * vax-tdep.c (vax_gdbarch_init): Update.
10877 * v850-tdep.c (v850_gdbarch_init): Update.
10878 * sparc-tdep.c (sparc_gdbarch_init): Update.
10879 * sh-tdep.c (sh_gdbarch_init): Update.
10880 * s390-tdep.c (s390_gdbarch_init): Update.
10881 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10882 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10883 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10884 * mips-tdep.c (mips_gdbarch_init): Update.
10885 * mcore-tdep.c (mcore_gdbarch_init): Update.
10886 * m68k-tdep.c (m68k_gdbarch_init): Update.
10887 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10888 * ia64-tdep.c (ia64_gdbarch_init): Update.
10889 * i386-tdep.c (i386_gdbarch_init): Update.
10890 * h8300-tdep.c (h8300_gdbarch_init): Update.
10891 * frv-tdep.c (frv_gdbarch_init): Update.
10892 * d10v-tdep.c (d10v_gdbarch_init): Update.
10893 * cris-tdep.c (cris_gdbarch_init): Update.
10894 * breakpoint.c (deprecated_frame_in_dummy): Update.
10895 * avr-tdep.c (avr_gdbarch_init): Update.
10896 * alpha-tdep.c (alpha_gdbarch_init): Update.
10897 * arm-tdep.c (arm_gdbarch_init): Update.
10898 * dummy-frame.c (dummy_frame_this_id): Update comments.
10899 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10900 * frame.c (legacy_get_prev_frame): Ditto.
10901 * valops.c (call_function_by_hand): Delete function.
10902 (hand_function_call): Rename to call_function_by_hand
10903
10904 2003-03-30 Andrew Cagney <cagney@redhat.com>
10905
10906 2002-11-10 Klee Dienes <kdienes@apple.com>
10907 * value.h (struct value): Update comment.
10908
10909 2003-03-30 Andrew Cagney <cagney@redhat.com>
10910
10911 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10912 D10V_FP_REGNUM.
10913 (d10v_gdbarch_init): Do not set fp_regnum.
10914
10915 * frame.c (get_frame_base): Force ID initialization.
10916 (get_prev_frame): Move computation of the frame ID from here ...
10917 (get_frame_id): ... to here.
10918 (legacy_get_prev_frame): Mark the frame ID as valid.
10919 * frame.h (struct frame_info): Add field "id_p".
10920
10921 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10922
10923 * i386-tdep.c (i386_store_struct_return): Removed.
10924 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10925
10926 2003-03-30 Andrew Cagney <cagney@redhat.com>
10927
10928 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10929 * gdbarch.h, gdbarch.c: Regenerate.
10930 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10931 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10932 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10933 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10934 * i386-tdep.c (i386_gdbarch_init): Ditto.
10935 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10936 * cris-tdep.c (cris_gdbarch_init): Ditto.
10937 * vax-tdep.c (vax_gdbarch_init): Ditto.
10938 * s390-tdep.c (s390_gdbarch_init): Ditto.
10939 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10940 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10941 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10942 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10943 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10944 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10945 * sparc-tdep.c (sparc_gdbarch_init): Update.
10946 * sh-tdep.c (sh_gdbarch_init): Update.
10947 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10948 * mips-tdep.c (mips_gdbarch_init): Update.
10949 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10950 * ia64-tdep.c (ia64_gdbarch_init): Update.
10951 * frv-tdep.c (frv_gdbarch_init): Update.
10952 * avr-tdep.c (avr_gdbarch_init): Update.
10953 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10954 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10955 instead of when push_dummy_call is not available.
10956
10957 2003-03-30 Andrew Cagney <cagney@redhat.com>
10958
10959 * infttrace.c: Include "gdbthread.h".
10960 (parent_attach_all): Fix function signature.
10961 (call_ptrace): Update call.
10962 * Makefile.in (infttrace.o): Update dependencies.
10963
10964 2003-03-30 Andrew Cagney <cagney@redhat.com>
10965
10966 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10967 PUSH_RETURN_ADDRESS.
10968 * gdbarch.h, gdbarch.c: Regenerate.
10969 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10970 * x86-64-tdep.c (x86_64_init_abi): Update.
10971 * v850-tdep.c (v850_gdbarch_init): Update.
10972 * sparc-tdep.c (sparc_gdbarch_init): Update.
10973 * sh-tdep.c (sh_gdbarch_init): Update.
10974 * s390-tdep.c (s390_gdbarch_init): Update.
10975 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10976 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10977 * mips-tdep.c (mips_gdbarch_init): Update.
10978 * mcore-tdep.c (mcore_gdbarch_init): Update.
10979 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10980 * ia64-tdep.c (ia64_gdbarch_init): Update.
10981 * i386-tdep.c (i386_gdbarch_init): Update.
10982 * h8300-tdep.c (h8300_gdbarch_init): Update.
10983 * frv-tdep.c (frv_gdbarch_init): Update.
10984 * cris-tdep.c (cris_gdbarch_init): Update.
10985 * avr-tdep.c (avr_gdbarch_init): Update.
10986 * arm-tdep.c (arm_gdbarch_init): Update.
10987 * valops.c (hand_function_call): Update.
10988
10989 2003-03-29 Andrew Cagney <cagney@redhat.com>
10990
10991 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10992 sizeof_call_dummy_words.
10993 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10994 define.
10995 * gdbarch.h: Regenerate.
10996
10997 2003-03-29 Andrew Cagney <cagney@redhat.com>
10998
10999 * infttrace.h: New file.
11000 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
11001 (hpread_get_textlow): Detect an uninitialized dn_bufp.
11002 (hpread_read_doc_function_type): Detect an initialized type1.
11003 (hpread_quick_traverse): Initialize mod_name_string.
11004 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
11005 (som_solib_get_solib_by_pc): Declare.
11006 (so_lib_thread_start_addr): Declare.
11007 (no_shared_libraries): Declare.
11008 * somread.c (init_import_symbols): Make static. Add forward
11009 declaration.
11010 * config/pa/nm-hppah.h: Include "infttrace.h" for
11011 parent_attach_all.
11012 (hppa_insert_hw_watchpoint): Declare.
11013 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
11014 * hppah-nat.c: Include "gdb_string.h".
11015 (parent_attach_all): Delete extern declaration, moved to
11016 "infttrace.h".
11017 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
11018 int.
11019 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
11020 * Makefile.in (infttrace_h): Define.
11021 (hpread.o): Update dependencies.
11022 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
11023 * hppa-hpux-tdep.c: Include "gdb_string.h".
11024 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
11025 * infrun.c (handle_inferior_event): Always initialize
11026 stepped_after_stopped_by_watchpoint. Add default and remove
11027 fallthrough in switch statement.
11028 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
11029 parameter to int.
11030 (hppa_remove_hw_watchpoint): Ditto.
11031
11032 2003-03-29 Andrew Cagney <cagney@redhat.com>
11033
11034 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
11035 offset.
11036
11037 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
11038
11039 * arm-tdep.c (arm_push_arguments): Delete.
11040 (struct stack_item): New type.
11041 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
11042 (arm_store_struct_return): Delte.
11043 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
11044 arm_push_arguments or arm_store_struct_return.
11045
11046 2003-03-28 Andrew Cagney <cagney@redhat.com>
11047
11048 * Makefile.in (d10v-tdep.o): Update dependencies.
11049 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
11050 * d10v-tdep.c: Include "remote.h".
11051 (target_resume_hook): Delete extern declaration.
11052 (target_wait_loop_hook): Ditto.
11053 (tdisassemble_command): Eliminate assignment in "if" conditional.
11054 (d10v_ts2_register_sim_regno): Eliminate call to
11055 legacy_register_sim_regno.
11056 (d10v_ts3_register_sim_regno): Ditto.
11057
11058 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
11059
11060 * thread.c: Reindented.
11061 * lin-lwp.c: Ditto.
11062 * linux-proc.c: Ditto.
11063
11064 2003-03-28 Bob Rossi <bob_rossi@cox.net>
11065
11066 * MAINTAINERS (write after approval): Add myself.
11067
11068 2003-03-27 Theodore A. Roth <troth@openavr.org>
11069
11070 * objc-exp.y: Add missing semi-colons.
11071
11072 2003-03-27 Andrew Cagney <cagney@redhat.com>
11073
11074 * regcache.c (write_sp): Delete function and references.
11075 * inferior.h (write_sp): Delete declaration.
11076 * valops.c (hand_function_call): Replace write_sp with
11077 TARGET_WRITE_SP.
11078 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
11079 (sparc_pop_frame): Ditto.
11080
11081 2003-03-27 Andrew Cagney <cagney@redhat.com>
11082
11083 * NEWS: Mention removal of support for hppa*-*-bsd* and
11084 hppa*-*-osf* natives, and hppa*-*-pro* target.
11085 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
11086 * config/pa/xm-pa.h: Obsolete file.
11087 * config/pa/xm-hppab.h: Obsolete file.
11088 * config/pa/nm-hppab.h: Obsolete file.
11089 * config/pa/tm-hppab.h: Obsolete file.
11090 * config/pa/tm-hppao.h: Obsolete file.
11091 * config/pa/nm-hppao.h: Obsolete file.
11092 * config/pa/tm-pro.h: Obsolete file.
11093 * config/pa/hppaosf.mt: Obsolete file.
11094 * config/pa/hppaosf.mh: Obsolete file.
11095 * config/pa/hppapro.mt: Obsolete file.
11096 * config/pa/hppabsd.mt: Obsolete file.
11097 * config/pa/hppabsd.mh: Obsolete file.
11098 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
11099 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
11100 hppa*-*-osf*.
11101
11102 2003-03-27 Andrew Cagney <cagney@redhat.com>
11103
11104 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
11105 push_arguments. Don't set push_return_address or write_sp.
11106 (d10v_push_dummy_call): Replace d10v_push_arguments.
11107 (d10v_push_return_address, d10v_write_sp): Delete function,
11108 handled by push_dummy_call.
11109
11110 2003-03-26 Andrew Cagney <cagney@redhat.com>
11111
11112 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
11113 (push_dummy_call): New pure multi-arch replacement with gdbarch,
11114 regcache and dummy_addr parameters.
11115 * gdbarch.h, gdbarch.c: Re-generate.
11116 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
11117 available; assume it will handle stack alignment and return
11118 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
11119 legacy_push_arguments.
11120 (legacy_push_arguments): Rename default_push_arguments.
11121 * value.h (legacy_push_arguments): Rename default_push_arguments.
11122 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
11123 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11124 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11125 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11126 * config/i386/tm-symmetry.h: Update.
11127 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11128 * x86-64-tdep.c (x86_64_init_abi): Update.
11129 * v850-tdep.c (v850_gdbarch_init): Update.
11130 * sparc-tdep.c (sparc_gdbarch_init): Update.
11131 * sh-tdep.c (sh_gdbarch_init): Update.
11132 * s390-tdep.c (s390_gdbarch_init): Update.
11133 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11134 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11135 * mips-tdep.c (mips_gdbarch_init): Update.
11136 * mcore-tdep.c (mcore_gdbarch_init): Update.
11137 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11138 * ia64-tdep.c (ia64_gdbarch_init): Update.
11139 * i386-tdep.c (i386_gdbarch_init): Update.
11140 * hppa-tdep.c (hppa_gdbarch_init): Update.
11141 * h8300-tdep.c (h8300_gdbarch_init): Update.
11142 * frv-tdep.c (frv_gdbarch_init): Update.
11143 * d10v-tdep.c (d10v_gdbarch_init): Update.
11144 * cris-tdep.c (cris_gdbarch_init): Update.
11145 * avr-tdep.c (avr_gdbarch_init): Update.
11146 * arm-tdep.c (arm_gdbarch_init): Update.
11147 * arm-linux-tdep.c (arm_linux_init_abi): Update.
11148 * alpha-tdep.c (alpha_gdbarch_init): Update.
11149
11150 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11151
11152 * signals/signals.c (do_target_signal_to_host): Correct realtime
11153 signal range test.
11154
11155 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11156
11157 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
11158 (struct sal_chain, map_catch_names): Remove.
11159 (catch_exception_command_1): Don't call
11160 handle_gnu_4_16_catch_command.
11161
11162 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11163
11164 From Mark Dettinger <dettinge@de.ibm.com>:
11165 * dwarf2cfi.c (read_2u): Increment pointer by two.
11166
11167 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11168
11169 * signals/signals.c: Fix typos in last change.
11170
11171 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11172
11173 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
11174 not already defined. Use __SIGRTMIN if available.
11175 (target_signal_from_host): Remove SIGRTMIN block.
11176 (do_target_signal_to_host): Remove SIGRTMIN block; check that
11177 the signal is within the realtime range.
11178
11179 2003-03-25 Adam Fedor <fedor@gnu.org>
11180
11181 * Makefile.in (infrun.o): Add $(language_h)
11182 * infrun.c (handle_inferior_event): Use skip_language_trampoline
11183 for language specific trampolines.
11184 * language.h (struct language_defn): Add skip_trampoline.
11185 (skip_language_trampoline): Declare.
11186 * language.c (unk_lang_trampoline, skip_language_trampoline):
11187 New functions.
11188 (unknown_language_defn, auto_language_defn, local_language_defn):
11189 Add ukn_lang_trampoline.
11190 * ada-lang.c (ada_language_defn): Add NULL for language
11191 specific skip_trampoline.
11192 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
11193 scm-lang.c: Likewise.
11194 * objc-lang.c (objc_skip_trampoline): New function.
11195 (objc_language_defn): Add objc_skip_trampoline.
11196
11197 2003-03-25 Andrew Cagney <cagney@redhat.com>
11198
11199 * frame.c (get_prev_frame): Delay validating a frame's ID -
11200 non-NULL, didn't go backwards - until an attempt to unwind it to
11201 the previous frame.
11202
11203 2003-03-25 Andrew Cagney <cagney@redhat.com>
11204
11205 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
11206 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
11207 * gdbarch.h, gdbarch.c: Re-generate.
11208 * config/sparc/tm-sparc.h
11209 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
11210 * sparc-tdep.c (sparc_gdbarch_init): Set
11211 deprecated_extra_stack_alignment_needed.
11212 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11213 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
11214 extra_stack_alignment_needed.
11215 * v850-tdep.c (v850_gdbarch_init): Ditto.
11216 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11217 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11218 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11219 * cris-tdep.c (cris_gdbarch_init): Ditto.
11220 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11221 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11222
11223 2003-03-25 Andrew Cagney <cagney@redhat.com>
11224
11225 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
11226 STORE_STRUCT_RETURN.
11227 * gdbarch.h, gdbarch.c: Regenerate.
11228 * d10v-tdep.c (d10v_store_struct_return): Delete function.
11229 (d10v_push_arguments): Set the struct return register.
11230 (d10v_gdbarch_init): Update.
11231 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11232 * x86-64-tdep.c (x86_64_init_abi): Update.
11233 * vax-tdep.c (vax_gdbarch_init): Update.
11234 * v850-tdep.c (v850_gdbarch_init): Update.
11235 * sparc-tdep.c (sparc_gdbarch_init): Update.
11236 * sh-tdep.c (sh_gdbarch_init): Update.
11237 * s390-tdep.c (s390_gdbarch_init): Update.
11238 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11239 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11240 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11241 * mips-tdep.c (mips_gdbarch_init): Update.
11242 * mcore-tdep.c (mcore_gdbarch_init): Update.
11243 * m68k-tdep.c (m68k_gdbarch_init): Update.
11244 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11245 * ia64-tdep.c (ia64_gdbarch_init): Update.
11246 * i386-tdep.c (i386_gdbarch_init): Update.
11247 * hppa-tdep.c (hppa_gdbarch_init): Update.
11248 * h8300-tdep.c (h8300_gdbarch_init): Update.
11249 * frv-tdep.c (frv_gdbarch_init): Update.
11250 * cris-tdep.c (cris_gdbarch_init): Update.
11251 * avr-tdep.c (avr_gdbarch_init): Update.
11252 * arm-tdep.c (arm_gdbarch_init): Update.
11253 * alpha-tdep.c (alpha_gdbarch_init): Update.
11254
11255 2003-03-25 Andrew Cagney <cagney@redhat.com>
11256
11257 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
11258 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
11259 CALL_DUMMY_STACK_ADJUST with a predicate variable.
11260 * gdbarch.h, gdbarch.c: Regenerate.
11261 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11262 call_dummy_stack_adjust_p.
11263 * vax-tdep.c (vax_gdbarch_init): Ditto.
11264 * v850-tdep.c (v850_gdbarch_init): Ditto.
11265 * sh-tdep.c (sh_gdbarch_init): Ditto.
11266 * s390-tdep.c (s390_gdbarch_init): Ditto.
11267 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11268 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11269 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11270 * mips-tdep.c (mips_gdbarch_init): Ditto.
11271 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11272 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11273 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11274 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11275 * i386-tdep.c (i386_gdbarch_init): Ditto.
11276 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11277 * frv-tdep.c (frv_gdbarch_init): Ditto.
11278 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11279 * cris-tdep.c (cris_gdbarch_init): Ditto.
11280 * avr-tdep.c (avr_gdbarch_init): Ditto.
11281 * arm-tdep.c (arm_gdbarch_init): Ditto.
11282 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11283 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11284 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
11285 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11286 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
11287 call_dummy_stack_adjust_p.
11288 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
11289 (CALL_DUMMY_STACK_ADJUST): Delete macro.
11290 * sparc-tdep.c (sparc32_push_arguments): Update.
11291 * valops.c (hand_function_call): Update.
11292
11293 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
11294
11295 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
11296 set_gdbarch_char_signed.
11297
11298 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11299
11300 PR cli/548
11301 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
11302
11303 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11304
11305 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
11306 (_initialize_arm_tdep): Don't set tm_print_insn.
11307
11308 2003-03-24 Adam Fedor <fedor@gnu.org>
11309
11310 * Makefile.in (YYOBJ): Add objc-exp.tab.o
11311 * objc-lang.h: Add multiple inclusion protection.
11312 (start_msglist, add_msglist, end_msglist): Additional declarations.
11313
11314 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
11315
11316 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
11317 value was renamed to ARM_FLOAT_SOFT_FPA.
11318
11319 2003-03-23 Andrew Cagney <cagney@redhat.com>
11320
11321 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
11322 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
11323 * gdbarch.h, gdbarch.c: Regenerate.
11324 * valops.c (hand_function_call): Update.
11325 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11326 * frame.c (legacy_saved_regs_this_id): Update.
11327 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
11328 * dummy-frame.h: Update.
11329 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
11330 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11331 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
11332 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
11333 * config/m68k/tm-sun3.h: Update.
11334 * blockframe.c (inside_main_func, frame_chain_valid): Update.
11335 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11336 * x86-64-tdep.c (x86_64_init_abi): Update.
11337 * vax-tdep.c (vax_gdbarch_init): Update.
11338 * v850-tdep.c (v850_gdbarch_init): Update.
11339 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
11340 * sh-tdep.c (sh_gdbarch_init): Update.
11341 * s390-tdep.c (s390_gdbarch_init): Update.
11342 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
11343 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
11344 (frame_get_saved_regs): Update.
11345 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11346 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11347 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11348 * mips-tdep.c (mips_gdbarch_init): Update.
11349 * mcore-tdep.c (mcore_gdbarch_init): Update.
11350 * m68k-tdep.c (m68k_gdbarch_init): Update.
11351 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11352 * ia64-tdep.c (ia64_gdbarch_init): Update.
11353 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
11354 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11355 (i386_interix_back_one_frame): Update.
11356 * hppa-tdep.c (hppa_gdbarch_init): Update.
11357 (hppa_init_extra_frame_info): Update.
11358 * h8300-tdep.c (h8300_gdbarch_init): Update.
11359 * frv-tdep.c (frv_gdbarch_init): Update.
11360 * cris-tdep.c (cris_gdbarch_init): Update.
11361 * avr-tdep.c (avr_gdbarch_init): Update.
11362 * arm-tdep.c (arm_gdbarch_init): Update.
11363 * alpha-tdep.c (alpha_gdbarch_init): Update.
11364
11365 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11366
11367 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
11368 (arm_get_fp_model): Declare.
11369 * arm-tdep.c (fp_model_strings): New string array.
11370 (arm_fp_model, current_fp_model): New variables.
11371 (arm_get_fp_model): New function.
11372 (arm_set_fp): New function.
11373 (set_fp_model_sfunc): New function.
11374 (show_fp_model): New function.
11375 (_initialize_arm_tdep): Add new command to set/show the FPU.
11376 (arm_extract_return_value): Use arm_get_fp_model.
11377 (arm_store_return_value): Likewise.
11378 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
11379 to initialize the floating-point data types.
11380 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
11381 model is FPA.
11382
11383 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11384
11385 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
11386 the current setting of each value.
11387 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
11388 new_set and new_show. Use add_setshow_cmd_full and
11389 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
11390 commands and add new version as subcommands of "set/show arm".
11391
11392 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11393
11394 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
11395 (set_arm_command, show_arm_command): New functions.
11396 (_initialize_arm_tdep): Add them.
11397 (num_disassembly_options): Renamed from num_flavor_options.
11398 (valid_disassembly_styles): Renamed from valid_flavors.
11399 (disassembly_style): Renamed from disassembly_flavor.
11400 (set_disassembly_style_sfunc): Renamed from
11401 set_disassembly_flavor_sfunc.
11402 (set_disassembly_style): Renamed from set_disassembly_flavor.
11403 (arm_othernames): Updated.
11404 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
11405 command. Add "set/show arm disassembly" commands. Deprecate
11406 "othernames" command.
11407
11408 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11409
11410 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
11411 (arm-tdep.o): Depend on elf_arm_h.
11412
11413 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11414
11415 * Makefile.in (coff_internal_h): Define.
11416 (arm-tdep.o): Update dependencies.
11417
11418 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11419
11420 * arm-tdep.c (prologue_cache): Delete.
11421 (check_prologue_cache, save_prologue_cache): Delete.
11422 (arm_scan_prologue): Don't check or update the prologue_cache.
11423 (arm_gdb_arch_init): Don't initialize it.
11424 (_initialize_arm_tdep): Likewise.
11425
11426 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11427
11428 * MAINTAINERS (tui): Maintainer of tui code.
11429
11430 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
11431
11432 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
11433 (i386-cygwin-tdep.o): Add dependencies.
11434 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
11435 * i386-cygwin-tdep.c: New file.
11436 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
11437 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
11438
11439 2003-03-20 Andrew Cagney <cagney@redhat.com>
11440
11441 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
11442 (handle_inferior_event): Remove code calling
11443 DYNAMIC_TRAMPOLINE_NEXTPC.
11444
11445 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
11446 already has a full path.
11447
11448 * main.c (gdb_main): Return 1.
11449 (captured_main): Call error to report an invalid interpreter.
11450
11451 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
11452 * alpha-osf1-tdep.c: Include "gdb_string.h".
11453
11454 2003-03-19 J. Brobecker <brobecker@gnat.com>
11455
11456 Continuing work to convert the hppa targets to multiarch partial.
11457
11458 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
11459 method, now that hppa_push_dummy_frame has a conformant prototype.
11460 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
11461 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
11462 for the switch to multiarch partial.
11463
11464 2003-03-19 Kevin Buettner <kevinb@redhat.com>
11465
11466 * mdebugread.c (parse_symbol): For stEnd, we're done counting
11467 when iss is issNull.
11468
11469 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11470
11471 * mips-tdep.c (mips_register_name): Fix fencepost error involving
11472 NUM_REGS bounds check.
11473
11474 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11475
11476 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
11477 * mips-tdep.c (gdb_assert.h): Include.
11478 (mips_generic_reg_names, mips_processor_reg_names): Make static.
11479 (mips_register_name): Handle integer registers explicitly. Add
11480 bounds checking.
11481 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
11482 (mips_lsi33k_reg_names): Don't list integer registers; they're
11483 handled by mips_register_name() now.
11484 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
11485 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11486 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11487 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11488 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11489
11490 2003-03-18 Andrew Cagney <cagney@redhat.com>
11491
11492 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11493 a void pointer.
11494 * gdbtypes.h (print_scalar_formatted): Update declaration.
11495 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11496
11497 2003-03-18 J. Brobecker <brobecker@gnat.com>
11498
11499 * infrun.c (observer.h): Add #include.
11500 (normal_stop): Add call to observer_notify_normal_stop.
11501 * Makefile.in (infrun.o): Add dependency on observer.h.
11502
11503 2003-03-18 J. Brobecker <brobecker@gnat.com>
11504
11505 Continuing work to convert the hppa targets to multiarch partial.
11506 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11507 parameter. Reformat comment.
11508 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11509 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11510 to match new profile.
11511
11512 2003-03-18 J. Brobecker <brobecker@gnat.com>
11513
11514 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11515 appear to be working in any case.
11516
11517 2003-03-18 J. Brobecker <brobecker@gnat.com>
11518
11519 * observer.c (observer_test_first_observer): New static variable.
11520 (observer_test_second_observer): Likewise.
11521 (observer_test_third_observer): Likewise.
11522 (observer_test_first_notification_function): New static function.
11523 (observer_test_second_notification_function): Likewise.
11524 (observer_test_third_notification_function): Likewise.
11525
11526 2003-03-17 J. Brobecker <brobecker@gnat.com>
11527
11528 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11529 * somsolib.c (gdb_assert.h): Likewise.
11530 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11531 (somsolib.o): Likewise.
11532
11533 2003-03-17 Andrew Cagney <cagney@redhat.com>
11534
11535 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11536 BFD. Simplify setting of di.endian.
11537
11538 2003-03-17 Andrew Cagney <cagney@redhat.com>
11539
11540 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
11541 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11542
11543 From Elena Zannoni <ezannoni@redhat.com>
11544 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11545 vector and floating-point parameters.
11546 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11547 convention.
11548 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11549
11550 2003-03-17 Fernando Nasser <fnasser@redhat.com>
11551
11552 * MAINTAINERS: Remove my name from several maintainership roles.
11553
11554 2003-03-17 Andrew Cagney <cagney@redhat.com>
11555
11556 Fix frame off-by-one bug.
11557 * frame-unwind.h (frame_this_id_ftype): Replace
11558 frame_unwind_id_ftype.
11559 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11560 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11561 with "prev_register".
11562 * frame-unwind.c (frame_unwind_find_by_pc): Return
11563 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11564 comment.
11565 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11566 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11567 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11568 (dummy_frame_unwind): Update.
11569 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11570 sentinel_frame_register_unwind.
11571 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11572 (sentinel_frame_unwinder): Update.
11573 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11574 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11575 * frame.c (create_sentinel_frame): Update. Initialize
11576 "prologue_cache" instead of "unwind_cache".
11577 (frame_register_unwind): Call this frame's prev_register with the
11578 next frame and this frame's prologue cache.
11579 (get_prev_frame): Simplify. Always call prev frame's this_id with
11580 this frame and prev frame's prologue cache. Document that this
11581 call is shifted one to the left when compared to the
11582 frame_register_unwind call.
11583 (legacy_saved_regs_prev_register): Replace
11584 frame_saved_regs_register_unwind.
11585 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11586 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11587 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11588 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11589 (d10v_frame_unwind): Update.
11590 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11591 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11592 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11593 "saved_regs" with "this_saved_regs".
11594
11595 2003-03-16 Andrew Cagney <cagney@redhat.com>
11596
11597 * frame.c (frame_pop): Don't call target_store_registers. Fix
11598 problem reported by Mark Kettenis.
11599
11600 2003-03-16 Mark Kettenis <kettenis@gnu.org>
11601
11602 * i386-tdep.c (i386_register_type): Renamed from
11603 i386_register_virtual_type. Adjust function signature.
11604 (i386_gdbarch_init): Set register_type instead of
11605 deprecated_max_register_raw_size,
11606 deprecated_max_register_virtual_size and register_virtual_type.
11607
11608 2003-03-14 Andrew Cagney <cagney@redhat.com>
11609
11610 * frame.c (get_prev_frame): When a legacy frame, always call
11611 legacy_get_prev_frame. Simplify unwind code using assumption that
11612 the unwinder is new.
11613 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11614 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11615 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11616
11617 2003-03-14 Andrew Cagney <cagney@redhat.com>
11618
11619 * frame.c (get_saved_register): Delete function.
11620 * frame.h (get_saved_register): Delete declaration.
11621 * xstormy16-tdep.c: Update comment.
11622 * regcache.h: Update comments.
11623 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11624 get_saved_register and extract_address, use
11625 frame_read_unsigned_register.
11626 (sparc_frame_saved_pc): Ditto.
11627 (sparc_get_saved_register): Instead of get_saved_register, use
11628 frame_register.
11629 (sparc_pop_frame): Ditto.
11630 * findvar.c: Update comments.
11631 (value_of_register): Call frame_register instead of
11632 get_saved_register.
11633 (value_from_register): Ditto.
11634 * config/sparc/tm-sparc.h: Update comment.
11635 * breakpoint.c: Update comment.
11636
11637 2003-03-14 Andrew Cagney <cagney@redhat.com>
11638
11639 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11640 GET_SAVED_REGISTER.
11641 * gdbarch.h, gdbarch.c: Re-generate.
11642 * frame.h: Update comments.
11643 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11644 * x86-64-tdep.c (x86_64_init_abi): Update.
11645 * sparc-tdep.c (sparc_gdbarch_init): Update.
11646 * sh-tdep.c (sh_gdbarch_init): Update.
11647 * mips-tdep.c (mips_gdbarch_init): Update.
11648 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11649 * cris-tdep.c (cris_gdbarch_init): Update.
11650 * ia64-tdep.c (ia64_gdbarch_init): Update.
11651 * frame.c (frame_register): Update.
11652 (get_saved_register): Update.
11653 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
11654
11655 2003-03-13 Andrew Cagney <cagney@redhat.com>
11656
11657 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11658 * gdbarch.h, gdbarch.c: Regenerate.
11659 * valops.c (hand_function_call): Update comment.
11660 * stack.c (return_command): Update comment.
11661 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11662 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11663 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11664 * x86-64-tdep.c (x86_64_init_abi): Update.
11665 * vax-tdep.c (vax_gdbarch_init): Update.
11666 * v850-tdep.c (v850_gdbarch_init): Update.
11667 * sparc-tdep.c (sparc_gdbarch_init): Update.
11668 * sh-tdep.c (sh_gdbarch_init): Update.
11669 * s390-tdep.c (s390_gdbarch_init): Update.
11670 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11671 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11672 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11673 * mips-tdep.c (mips_gdbarch_init): Update.
11674 * mcore-tdep.c (mcore_gdbarch_init): Update.
11675 * m68k-tdep.c (m68k_gdbarch_init): Update.
11676 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11677 * ia64-tdep.c (ia64_gdbarch_init): Update.
11678 * i386-tdep.c (i386_gdbarch_init): Update.
11679 * hppa-tdep.c (hppa_gdbarch_init): Update.
11680 * h8300-tdep.c (h8300_gdbarch_init): Update.
11681 * frv-tdep.c (frv_gdbarch_init): Update.
11682 * cris-tdep.c (cris_gdbarch_init): Update.
11683 * avr-tdep.c (avr_gdbarch_init): Update.
11684 * arm-tdep.c (arm_gdbarch_init): Update.
11685 * alpha-tdep.c (alpha_gdbarch_init): Update.
11686
11687 2003-03-13 Andrew Cagney <cagney@redhat.com>
11688
11689 * frame.c (legacy_frame_p): New function.
11690 (get_prev_frame): Use legacy_frame_p.
11691 * frame.h (legacy_frame_p): Declare.
11692
11693 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11694
11695 * MAINTAINERS (write after approval): Alphabetically
11696 listing corrected.
11697
11698 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11699
11700 * MAINTAINERS (write after approval): Add myself.
11701
11702 2003-03-12 Andrew Cagney <cagney@redhat.com>
11703
11704 * frame.c (get_prev_frame): Rename the frame parameter to
11705 "this_frame".
11706 (get_next_frame, legacy_get_prev_frame): Ditto.
11707
11708 2003-03-12 Andrew Cagney <cagney@redhat.com>
11709
11710 * frame.c (get_current_frame): Check target_has_registers before
11711 checking target_has_stack.
11712 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11713 instead of deprecated_selected_frame.
11714 * findvar.c (value_of_register): Pass "frame", not
11715 deprecated_selected_frame, to value_of_builtin_reg.
11716
11717 2003-03-12 Andrew Cagney <cagney@redhat.com>
11718
11719 * regcache.c (regcache_cooked_write_signed): New function.
11720 (regcache_cooked_write_unsigned): New function.
11721 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11722 (regcache_cooked_read_signed): Fix regnum in range assertion.
11723 * regcache.h (regcache_cooked_write_signed): Declare.
11724 (regcache_cooked_write_unsigned): Declare.
11725
11726 2003-03-12 Andrew Cagney <cagney@redhat.com>
11727
11728 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11729 * gdbarch.h, gdbarch.c: Re-generate.
11730 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11731 * x86-64-tdep.h: Update.
11732 * x86-64-tdep.c (x86_64_init_abi): Update.
11733 * v850-tdep.c (v850_gdbarch_init): Update.
11734 * sparc-tdep.c (sparc_gdbarch_init): Update.
11735 * sh-tdep.c (sh_gdbarch_init): Update.
11736 * s390-tdep.c (s390_gdbarch_init): Update.
11737 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11738 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11739 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11740 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11741 * mips-tdep.c (mips_gdbarch_init): Update.
11742 * mcore-tdep.c (mcore_gdbarch_init): Update.
11743 * m68k-tdep.c (m68k_gdbarch_init): Update.
11744 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11745 * ia64-tdep.c (ia64_gdbarch_init): Update.
11746 * i386-tdep.c (i386_gdbarch_init): Update.
11747 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11748 * hppa-tdep.c (hppa_gdbarch_init): Update.
11749 * h8300-tdep.c (h8300_gdbarch_init): Update.
11750 * frv-tdep.c (frv_gdbarch_init): Update.
11751 * cris-tdep.c (cris_gdbarch_init): Update.
11752 * avr-tdep.c (avr_gdbarch_init): Update.
11753 * arm-tdep.c (arm_gdbarch_init): Update.
11754 * alpha-tdep.c (alpha_gdbarch_init): Update.
11755 * sh-tdep.c (sh_init_extra_frame_info): Update.
11756 (sh64_init_extra_frame_info): Update.
11757 * ns32knbsd-nat.c (frame_num_args): Update.
11758 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11759 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11760 (xstormy16_frame_chain_valid): Update.
11761 * vax-tdep.c (vax_saved_pc_after_call): Update.
11762 * v850-tdep.c (v850_frame_chain): Update.
11763 (v850_pop_frame): Update.
11764 (v850_init_extra_frame_info): Update.
11765 * sparc-tdep.c (setup_arbitrary_frame): Update.
11766 * ns32k-tdep.c (umax_frame_num_args): Update.
11767 * s390-tdep.c (s390_pop_frame_regular): Update.
11768 * mn10300-tdep.c (mn10300_frame_chain): Update.
11769 (mn10300_pop_frame_regular): Update.
11770 (mn10300_init_extra_frame_info): Update.
11771 * mips-tdep.c (mips_init_frame_pc_first): Update.
11772 (mips_frame_chain): Update.
11773 (mips_pop_frame): Update.
11774 * mcore-tdep.c (mcore_frame_chain): Update.
11775 (mcore_pop_frame): Update.
11776 (mcore_init_extra_frame_info): Update.
11777 * arch-utils.c (init_frame_pc_default): Update.
11778 * m68k-tdep.c (isi_frame_num_args): Update.
11779 (delta68_frame_num_args): Update.
11780 (news_frame_num_args): Update.
11781 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11782 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11783 (alpha_frame_chain): Update.
11784 (alpha_pop_frame): Update.
11785 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11786 (hppa_init_extra_frame_info): Update.
11787 (hppa_frame_chain): Update.
11788 (hppa_frame_chain_valid): Update.
11789 * cris-tdep.c (cris_init_extra_frame_info): Update.
11790 * avr-tdep.c (avr_init_extra_frame_info): Update.
11791 * arm-tdep.c (arm_frame_chain_valid): Update.
11792 (arm_init_extra_frame_info): Update.
11793 (arm_pop_frame): Update.
11794 * frame.c (frame_pc_unwind): Update.
11795 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11796 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11797 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11798 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11799 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11800 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11801
11802 2003-03-12 Andrew Cagney <cagney@redhat.com>
11803
11804 Eliminate the need for POP_FRAME.
11805 * frame.c (do_frame_unwind_register): New function.
11806 (frame_pop): When no POP_FRAME, pop the frame using register
11807 unwind and a scratch regcache.
11808 (frame_saved_regs_pop): Delete function.
11809 (trad_frame_unwinder): Update.
11810 * d10v-tdep.c (d10v_frame_pop): Delete function.
11811 (d10v_frame_unwind): Update.
11812 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11813 (sentinel_frame_unwinder): Update.
11814 * dummy-frame.c (dummy_frame_pop): Delete function.
11815 (dummy_frame_unwind): Update.
11816 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11817 (struct frame_unwind): Update.
11818
11819 2003-03-11 Kevin Buettner <kevinb@redhat.com>
11820
11821 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11822 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11823 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11824 Do range checks on register number obtained from debugging info.
11825 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11826 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11827 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11828 mapping function.
11829 (do_fp_register_row): Fix typo which caused double type to be
11830 used when attempting to unpack a float.
11831
11832 2003-03-11 J. Brobecker <brobecker@gnat.com>
11833
11834 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11835
11836 2003-03-11 Andrew Cagney <cagney@redhat.com>
11837
11838 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11839 frame. Problem found by Corinna Vinschen.
11840
11841 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11842
11843 * doublest.c (floatformat_from_length): Accept also
11844 the real size of 'long double' type.
11845
11846 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
11847
11848 From Klee Dienes <kdienes@apple.com>:
11849 * breakpoint.c (bpstat_copy): Copy the command lines as well
11850 as the old value, to match what is freed in bpstat_clear.
11851
11852 2003-03-10 David Carlton <carlton@math.stanford.edu>
11853
11854 * minsyms.c (add_minsym_to_hash_table): Replace
11855 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11856 (compare_minimal_symbols, compact_minimal_symbols)
11857 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11858 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11859 of DEPRECATED_SYMBOL_MATCHES_NAME.
11860 (lookup_minimal_symbol_solib_trampoline): Ditto.
11861
11862 2003-03-10 Andrew Cagney <cagney@redhat.com>
11863
11864 * regcache.h (regcache_cooked_read_ftype): Define.
11865 (regcache_save, regcache_restore): Add a cooked_read parameter.
11866 * regcache.c (regcache_save, regcache_restore): Update.
11867 (do_cooked_read): New function.
11868 (regcache_cpy): Pass do_cooked_read to regcache_save and
11869 regcache_restore.
11870
11871 2003-03-10 Andrew Cagney <cagney@redhat.com>
11872
11873 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11874 * gdbarch.h, gdbarch.c: Re-generate.
11875 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11876 * x86-64-tdep.h: Update.
11877 * x86-64-tdep.c (x86_64_init_abi): Update.
11878 * v850-tdep.c (v850_gdbarch_init): Update.
11879 * sparc-tdep.c (sparc_gdbarch_init): Update.
11880 * sh-tdep.c (sh_gdbarch_init): Update.
11881 * s390-tdep.c (s390_gdbarch_init): Update.
11882 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11883 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11884 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11885 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11886 * mips-tdep.c (mips_gdbarch_init): Update.
11887 * mcore-tdep.c (mcore_gdbarch_init): Update.
11888 * m68k-tdep.c (m68k_gdbarch_init): Update.
11889 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11890 * ia64-tdep.c (ia64_gdbarch_init): Update.
11891 * i386-tdep.c (i386_gdbarch_init): Update.
11892 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11893 * hppa-tdep.c (hppa_gdbarch_init): Update.
11894 * h8300-tdep.c (h8300_gdbarch_init): Update.
11895 * frv-tdep.c (frv_gdbarch_init): Update.
11896 * cris-tdep.c (cris_gdbarch_init): Update.
11897 * avr-tdep.c (avr_gdbarch_init): Update.
11898 * arm-tdep.c (arm_gdbarch_init): Update.
11899 * alpha-tdep.c (alpha_gdbarch_init): Update.
11900 * sh-tdep.c (sh_init_extra_frame_info): Update.
11901 (sh64_init_extra_frame_info): Update.
11902 * ns32knbsd-nat.c (frame_num_args): Update.
11903 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11904 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11905 (xstormy16_frame_chain_valid): Update.
11906 * vax-tdep.c (vax_saved_pc_after_call): Update.
11907 * v850-tdep.c (v850_frame_chain): Update.
11908 (v850_pop_frame): Update.
11909 (v850_init_extra_frame_info): Update.
11910 * sparc-tdep.c (setup_arbitrary_frame): Update.
11911 * ns32k-tdep.c (umax_frame_num_args): Update.
11912 * s390-tdep.c (s390_pop_frame_regular): Update.
11913 * mn10300-tdep.c (mn10300_frame_chain): Update.
11914 (mn10300_pop_frame_regular): Update.
11915 (mn10300_init_extra_frame_info): Update.
11916 * mips-tdep.c (mips_init_frame_pc_first): Update.
11917 (mips_frame_chain): Update.
11918 (mips_pop_frame): Update.
11919 * mcore-tdep.c (mcore_frame_chain): Update.
11920 (mcore_pop_frame): Update.
11921 (mcore_init_extra_frame_info): Update.
11922 * arch-utils.c (init_frame_pc_default): Update.
11923 * m68k-tdep.c (isi_frame_num_args): Update.
11924 (delta68_frame_num_args): Update.
11925 (news_frame_num_args): Update.
11926 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11927 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11928 (alpha_frame_chain): Update.
11929 (alpha_pop_frame): Update.
11930 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11931 (hppa_init_extra_frame_info): Update.
11932 (hppa_frame_chain): Update.
11933 (hppa_frame_chain_valid): Update.
11934 * cris-tdep.c (cris_init_extra_frame_info): Update.
11935 * avr-tdep.c (avr_init_extra_frame_info): Update.
11936 * arm-tdep.c (arm_frame_chain_valid): Update.
11937 (arm_init_extra_frame_info): Update.
11938 (arm_pop_frame): Update.
11939 * frame.c (frame_pc_unwind): Update.
11940 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11941 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11942 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11943 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11944 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11945 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11946
11947 2003-03-10 Andrew Cagney <cagney@redhat.com>
11948
11949 * gdbarch.sh (gdbarch_unwind_pc): New method.
11950 * gdbarch.h, gdbarch.c: Regenerate.
11951 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11952 but use read_pc and FRAME_SAVED_PC as fall backs.
11953 (frame_saved_regs_pc_unwind): Delete function.
11954 (trad_frame_unwinder): Update.
11955 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11956 (struct frame_unwind): Update.
11957 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11958 (dummy_frame_unwind): Update.
11959 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11960 (sentinel_frame_unwinder): Update.
11961 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11962 (d10v_frame_unwind): Update.
11963 (d10v_unwind_pc): New function.
11964 (d10v_gdbarch_init): Set unwind_pc.
11965
11966 2003-03-10 Andrew Cagney <cagney@redhat.com>
11967
11968 * gdbarch.h: Re-generate.
11969
11970 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11971 PC.
11972 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11973 the PC register.
11974
11975 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11976
11977 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11978
11979 2003-03-08 Andrew Cagney <cagney@redhat.com>
11980
11981 * cli-out.c: Update copyright.
11982 (cli_out_data): Define typedef. Use instead of ui_out_data.
11983
11984 2003-03-08 Andrew Cagney <cagney@redhat.com>
11985
11986 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11987 the result.
11988
11989 2003-03-07 Andrew Cagney <cagney@redhat.com>
11990
11991 * gdbarch.sh: Don't generate two macro definitions when an
11992 undefined macro taking no arguments.
11993 * gdbarch.h: Regenerate.
11994
11995 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11996
11997 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11998 (x86_64_unwind_dummy_id): New functions.
11999 (x86_64_init_abi): Register these two new functions.
12000
12001 2003-03-07 Michal Ludvig <mludvig@suse.cz>
12002
12003 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
12004 (x86_64_skip_prologue): Move prologue detection to
12005 separate function.
12006 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
12007
12008 2003-03-05 Andrew Cagney <cagney@redhat.com>
12009
12010 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
12011 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
12012 * frame.c (get_prev_frame): Restructure the frame ID unwind code
12013 to use unwind_dummy_id when a dummy frame.
12014 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
12015 predicate.
12016 * gdbarch.h, gdbarch.c: Regneerate.
12017
12018 2003-03-05 Andrew Cagney <cagney@redhat.com>
12019
12020 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
12021 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
12022 Do not use d10v_read_sp or d10v_read_fp when obtaining register
12023 values.
12024
12025 2003-03-05 Andrew Cagney <cagney@redhat.com>
12026
12027 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
12028 (struct d10v_unwind_cache): Delete field "frameless". Replace
12029 "next_addr" with "sp_offset". Add "r11_offset".
12030 (d10v_frame_unwind_cache): Update.
12031 (prologue_find_regs): Update. When "mv r11, sp", save the
12032 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
12033 RN was saved in r11_offset.
12034
12035 2003-03-05 Andrew Cagney <cagney@redhat.com>
12036
12037 * frame.c (deprecated_update_frame_pc_hack): Also update the the
12038 cached PC value in the next frame.
12039
12040 2003-03-05 Andrew Cagney <cagney@redhat.com>
12041
12042 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
12043 "id_unwind_cache" with "id".
12044 (frame_id_unwind): Delete declaration.
12045 * frame.c (frame_id_unwind): Delete function.
12046 (get_prev_frame): Call the frame id unwind method directly. Store
12047 the returned next frame's ID value in NEXT_FRAME. Note that there
12048 is a problem with the wrong unwind ID being called with the wrong
12049 unwind cache.
12050
12051 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
12052
12053 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
12054
12055 2003-03-05 James Ingham <jingham@apple.com>
12056 Daniel Jacobowitz <drow@mvista.com>
12057
12058 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
12059 (auto_cp_abi): New variable.
12060 (current_cp_abi, num_cp_abis): Make static.
12061 (CP_ABI_MAX): Define.
12062 (cp_abis): Turn into an array.
12063 (value_virtual_fn_field): Fix formatting.
12064 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
12065 takes a pointer.
12066 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
12067 (list_cp_abis, _initialize_cp_abi): New functions.
12068 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
12069 declarations for cp_abis, num_cp_abis, current_cp_abi, and
12070 switch_to_cp_abi. Update prototype for register_cp_abi.
12071 * Makefile.in (cp-abi.o): Update dependencies.
12072 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
12073 instead of switch_to_cp_abi.
12074 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
12075 register_cp_abi.
12076 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
12077 register_cp_abi.
12078 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
12079
12080 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
12081
12082 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
12083 * dwarf2loc.c: Include "regcache.h".
12084 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
12085 register_size.
12086 * Makefile.in (dwarf2loc.o): Update dependencies.
12087
12088 2003-03-04 Theodore A. Roth <troth@openavr.org>
12089
12090 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
12091 number of io registers reported by remote target is not a multiple of
12092 step.
12093
12094 2003-03-04 David Carlton <carlton@math.stanford.edu>
12095
12096 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
12097 (lookup_symbol_aux_psymtabs): Update call to
12098 lookup_partial_symbol.
12099 (lookup_transparent_type, find_main_psymtab)
12100 (make_symbol_overload_list): Ditto.
12101
12102 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
12103
12104 * MAINTAINERS (Write after approval): Update my email address.
12105
12106 2003-03-03 Andrew Cagney <cagney@redhat.com>
12107
12108 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
12109 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
12110 predicate. Replace MAX_REGISTER_RAW_SIZE.
12111 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
12112 MAX_REGISTER_VIRTUAL_SIZE.
12113 * regcache.c (legacy_max_register_raw_size): New function.
12114 (legacy_max_register_virtual_size): New function.
12115 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
12116 (MAX_REGISTER_RAW_SIZE): Define.
12117 (legacy_max_register_raw_size): Declare.
12118 (legacy_max_register_virtual_size): Declare.
12119 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12120 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
12121 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12122 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12123 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12124 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12125 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12126 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12127 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12128 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12129 * vax-tdep.c (vax_gdbarch_init): Update.
12130 * v850-tdep.c (v850_gdbarch_init): Update.
12131 * sparc-tdep.c (sparc_gdbarch_init): Update.
12132 * sh-tdep.c (sh_gdbarch_init): Update.
12133 * s390-tdep.c (s390_gdbarch_init): Update.
12134 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12135 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12136 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12137 * mips-tdep.c (mips_gdbarch_init): Update.
12138 * mcore-tdep.c (mcore_gdbarch_init): Update.
12139 * m68k-tdep.c (m68k_gdbarch_init): Update.
12140 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12141 * ia64-tdep.c (ia64_gdbarch_init): Update.
12142 * i386-tdep.c (i386_gdbarch_init): Update.
12143 * hppa-tdep.c (hppa_gdbarch_init): Update.
12144 * h8300-tdep.c (h8300_gdbarch_init): Update.
12145 * frv-tdep.c (frv_gdbarch_init): Update.
12146 * cris-tdep.c (cris_gdbarch_init): Update.
12147 * avr-tdep.c (avr_gdbarch_init): Update.
12148 * arm-tdep.c (arm_gdbarch_init): Update.
12149 * alpha-tdep.c (alpha_gdbarch_init): Update.
12150 * d10v-tdep.c (d10v_gdbarch_init): Do not set
12151 max_register_raw_size or max_register_virtual_size.
12152
12153 2003-03-03 David Carlton <carlton@math.stanford.edu>
12154
12155 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
12156 SYMBOL_MATCHES_NAME, add comment.
12157 (SYMBOL_MATCHES_NATURAL_NAME): New.
12158 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
12159 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
12160 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
12161 * symtab.c (lookup_partial_symbol): Use
12162 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
12163 unhelpful comment.
12164 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
12165 SYMBOL_MATCHES_NAME.
12166 Fix for PR c++/33.
12167
12168 2003-03-03 David Carlton <carlton@math.stanford.edu>
12169
12170 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
12171 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
12172 by regexp matching against SYMBOL_NATURAL_NAME.
12173
12174 2003-03-03 David Carlton <carlton@math.stanford.edu>
12175
12176 * linespec.c (find_method): Extract code into collect_methods.
12177 (collect_methods): New.
12178
12179 2003-03-02 Mark Kettenis <kettenis@gnu.org>
12180
12181 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
12182 get_frame_base.
12183
12184 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
12185 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12186
12187 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
12188
12189 * arch-utils.c (generic_register_byte): Fix to use the loop index
12190 and not regnum when summing the size of all registers up to regnum.
12191
12192 2003-03-01 Andrew Cagney <cagney@redhat.com>
12193
12194 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
12195 FRAME_INIT_SAVED_REGS.
12196 * gdbarch.h, gdbarch.c: Regenerate.
12197 * stack.c (frame_info): Update.
12198 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
12199 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
12200 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
12201 * ns32k-tdep.c (ns32k_pop_frame): Update.
12202 * mips-tdep.c (mips_pop_frame): Update.
12203 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
12204 * ia64-tdep.c (ia64_frame_chain): Update.
12205 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
12206 (ia64_frameless_function_invocation): Update.
12207 (ia64_init_extra_frame_info): Update.
12208 (ia64_pop_frame_regular): Update.
12209 * frame.h (struct frame_info): Update comment.
12210 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
12211 * frame.c (frame_saved_regs_register_unwind): Update.
12212 (frame_saved_regs_register_unwind): Update.
12213 (deprecated_generic_get_saved_register): Update.
12214 * cris-tdep.c: Update comment.
12215 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
12216 Rename macro.
12217 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12218 * x86-64-tdep.c (x86_64_init_abi): Update.
12219 * vax-tdep.c (vax_gdbarch_init): Update.
12220 * v850-tdep.c (v850_gdbarch_init): Update.
12221 * sparc-tdep.c (sparc_gdbarch_init): Update.
12222 * sh-tdep.c (sh_gdbarch_init): Update.
12223 * s390-tdep.c (s390_gdbarch_init): Update.
12224 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12225 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12226 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12227 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12228 * mips-tdep.c (mips_gdbarch_init): Update.
12229 * mcore-tdep.c (mcore_gdbarch_init): Update.
12230 * m68k-tdep.c (m68k_gdbarch_init): Update.
12231 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12232 * ia64-tdep.c (ia64_gdbarch_init): Update.
12233 * i386-tdep.c (i386_gdbarch_init): Update.
12234 * frv-tdep.c (frv_gdbarch_init): Update.
12235 * avr-tdep.c (avr_gdbarch_init): Update.
12236 * arm-tdep.c (arm_gdbarch_init): Update.
12237 * alpha-tdep.c (alpha_gdbarch_init): Update.
12238
12239 2003-03-01 Andrew Cagney <cagney@redhat.com>
12240
12241 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
12242 option enum and switch. When no windows, set the interpreter to
12243 INTERP_CONSOLE.
12244
12245 2003-03-01 Andrew Cagney <cagney@redhat.com>
12246
12247 * main.c (captured_main): Replace magic option characters with an
12248 enum.
12249
12250 2003-03-01 Andrew Cagney <cagney@redhat.com>
12251
12252 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
12253 INIT_EXTRA_FRAME_INFO.
12254 * gdbarch.h, gdbarch.c: Regenerate.
12255 * arm-tdep.c: Update comments.
12256 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
12257 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
12258 * frame.h, avr-tdep.c: Ditto.
12259 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
12260 (create_new_frame, legacy_get_prev_frame): Ditto.
12261 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12262 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12263 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
12264 deprecated_init_extra_frame_info instead of init_extra_frame_info.
12265 * x86-64-tdep.c (x86_64_init_abi): Ditto.
12266 * v850-tdep.c (v850_gdbarch_init): Ditto.
12267 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12268 * sh-tdep.c (sh_gdbarch_init): Ditto.
12269 * s390-tdep.c (s390_gdbarch_init): Ditto.
12270 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
12271 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12272 * mips-tdep.c (mips_gdbarch_init): Ditto.
12273 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12274 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12275 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12276 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12277 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12278 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12279 * frv-tdep.c (frv_gdbarch_init): Ditto.
12280 * cris-tdep.c (cris_gdbarch_init): Ditto.
12281 * avr-tdep.c (avr_gdbarch_init): Ditto.
12282 * arm-tdep.c (arm_gdbarch_init): Ditto.
12283 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12284 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12285
12286 2003-03-01 Andrew Cagney <cagney@redhat.com>
12287
12288 * gdbarch.sh (register_type): New function with predicate.
12289 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
12290 * gdbarch.h, gdbarch.c: Re-generate.
12291 * arch-utils.c (generic_register_byte): Use generic_register_size.
12292 (generic_register_size): When available, use
12293 gdbarch_register_type.
12294 * regcache.c (init_regcache_descr): When available, initialize the
12295 register type array using gdbarch_register_type. If the
12296 architecture supplies gdbarch_register_type, do not use the legacy
12297 regcache layout.
12298 * d10v-tdep.c (d10v_register_type): Replace
12299 d10v_register_virtual_type.
12300 (d10v_gdbarch_init): Set register_type instead of
12301 register_virtual_type.
12302
12303 2003-03-01 Andrew Cagney <cagney@redhat.com>
12304
12305 * Makefile.in (ax-gdb.o): Update dependencies.
12306 * ax-gdb.c: Include "regcache.h".
12307 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
12308 * findvar.c (value_of_register): Ditto.
12309 * infcmd.c (default_print_registers_info): Ditto.
12310
12311 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12312
12313 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
12314 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12315
12316 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12317
12318 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
12319 of STREQ.
12320
12321 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
12322
12323 * Makefile.in (dwarf2loc.o): Update dependencies.
12324 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
12325 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
12326 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
12327 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
12328 (locexpr_tracepoint_var_ref): New function.
12329 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
12330
12331 2003-02-28 Andrew Cagney <cagney@redhat.com>
12332
12333 * regcache.c (register_size): New function.
12334 * regcache.h (register_size): Declare
12335 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
12336 max_register_size instead of MAX_REGISTER_RAW_SIZE.
12337
12338 2003-02-28 David Carlton <carlton@math.stanford.edu>
12339
12340 * linespec.c (decode_compound): Extract code into find_method.
12341 (find_method): New.
12342
12343 2003-02-28 J. Brobecker <brobecker@gnat.com>
12344
12345 * Makefile.in: Add rules to build and link in observer.o.
12346
12347 2003-02-27 J. Brobecker <brobecker@gnat.com>
12348
12349 * observer.c: Minor comments edits.
12350
12351 2003-02-27 J. Brobecker <brobecker@gnat.com>
12352
12353 * observer.h, observer.c: New file.
12354
12355 2003-02-27 Andrew Cagney <cagney@redhat.com>
12356
12357 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
12358
12359 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
12360
12361 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
12362 (M6812_OP_STS_EXT): Likewise.
12363 (m6811_prologue): Use the above to recognize prologue.
12364 (m6812_prologue): Likewise.
12365
12366 2003-02-27 David Carlton <carlton@math.stanford.edu>
12367
12368 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
12369 SYMBOL_PRINT_NAME.
12370 (compare_psymbols): Ditto.
12371 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
12372
12373 2003-02-27 Michael Snyder <msnyder@redhat.com>
12374
12375 * f-lang.c (build_fortran_types): New function.
12376 (_initialize_f_language): Gdbarch-register built-in fortran types.
12377 * doublest.c (extract_floating): Fix warning text.
12378
12379 2003-02-27 Andrew Cagney <cagney@redhat.com>
12380
12381 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
12382 predicate. Replaces PUSH_DUMMY_FRAME.
12383 * gdbarch.h, gdbarch.c: Regnerate.
12384 * valops.c (hand_function_call): Update. Call
12385 generic_push_dummy_frame directly.
12386 * vax-tdep.c (vax_gdbarch_init): Update.
12387 * sparc-tdep.c (sparc_gdbarch_init): Update.
12388 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12389 * m68k-tdep.c (m68k_gdbarch_init): Update.
12390 * hppa-tdep.c (hppa_gdbarch_init): Update.
12391 * alpha-tdep.c (alpha_gdbarch_init): Update.
12392 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12393 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12394 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
12395 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
12396 push_dummy_frame to generic_push_dummy_frame.
12397 * v850-tdep.c (v850_gdbarch_init): Ditto.
12398 * sh-tdep.c (sh_gdbarch_init): Ditto.
12399 * s390-tdep.c (s390_gdbarch_init): Ditto.
12400 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12401 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12402 * mips-tdep.c (mips_gdbarch_init): Ditto.
12403 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12404 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12405 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12406 * i386-tdep.c (i386_gdbarch_init): Ditto.
12407 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12408 * frv-tdep.c (frv_gdbarch_init): Ditto.
12409 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12410 * cris-tdep.c (cris_gdbarch_init): Ditto.
12411 * avr-tdep.c (avr_gdbarch_init): Ditto.
12412 * arm-tdep.c (arm_gdbarch_init): Ditto.
12413
12414 2003-02-26 Kevin Buettner <kevinb@redhat.com>
12415
12416 * mips-tdep.c (show_mips_abi): New function.
12417 (_initialize_mips_tdep): Use show_mips_abi() to implement the
12418 command ``show mips abi''.
12419
12420 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
12421
12422 From Elena Zannoni <ezannoni@redhat.com>
12423 * dbxread.c (process_one_symbol): Only record line 0 if one or
12424 more sline entries have been seen for the function.
12425
12426 2003-02-26 Michael Chastain <mec@shout.net>
12427
12428 * configure: Regenerate with autoconf 000227.
12429
12430 2003-02-26 Michael Chastain <mec@shout.net>
12431
12432 Close PR build/660.
12433 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
12434 for old libc5/glibc.
12435 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
12436
12437 2003-02-26 Kris Warkentin <kewarken@qnx.com>
12438
12439 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
12440 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
12441
12442 2003-02-26 Michael Chastain <mec@shout.net>
12443
12444 * configure.in: New variable HAVE_UINTPTR_T.
12445 * configure, config.in: Regenerated.
12446
12447 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
12448
12449 Fix PR build/1097.
12450 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
12451
12452 2003-02-25 Andrew Cagney <cagney@redhat.com>
12453
12454 * frame.c (get_prev_frame): Add comment on check for
12455 inside_entry_func. Only check for inside_entry_file when not a
12456 dummy and not a sentinel. Check that the new frame is not inner
12457 to the old frame.
12458
12459 2003-02-25 Andrew Cagney <cagney@redhat.com>
12460
12461 * frame.c (frame_debug): New variable.
12462 (_initialize_frame): Add "set/show debug frame" command.
12463 (get_prev_frame): When frame_debug, print reason why unwind
12464 failed.
12465
12466 2003-02-25 Michael Chastain <mec@shout.net>
12467
12468 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
12469 to avoid uintptr_t definition problems.
12470
12471 2003-02-25 David Carlton <carlton@math.stanford.edu>
12472
12473 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
12474 (SYMBOL_LINKAGE_NAME): Ditto.
12475 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
12476 SYMBOL_LINKAGE_NAME.
12477 (struct general_symbol_info): Expand comment.
12478 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
12479 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
12480 (SYMBOL_MATCHES_REGEXP): Ditto.
12481 * symtab.c (symbol_natural_name): New function.
12482 * objfiles.h: Replace all uses of SYMBOL_NAME by
12483 DEPRECATED_SYMBOL_NAME.
12484 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
12485 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12486 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12487 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12488 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12489 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12490 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12491 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12492 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12493 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12494 * ada-exp.y: Ditto.
12495 * ada-exp.y: Update copyright.
12496 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12497 * cp-valprint.c: Ditto.
12498
12499 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
12500
12501 * infptrace.c (detach): Do not flag error if ptrace detach fails
12502 and errno is set to ESRCH.
12503
12504 2003-02-24 Andrew Cagney <cagney@redhat.com>
12505
12506 * infptrace.c (udot_info): Change type of udot_off to long. Use
12507 paddr when printing udot_off's value.
12508
12509 2003-02-24 David Carlton <carlton@math.stanford.edu>
12510
12511 * symtab.c (make_symbol_overload_list): Only read in partial
12512 symtabs containing a matching partial symbol.
12513
12514 2003-02-24 David Carlton <carlton@math.stanford.edu>
12515
12516 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12517 do the comparison, not strcmp.
12518 * symfile.c (compare_psymbols): Ditto.
12519 * defs.h: Declare strcmp_iw_ordered.
12520 * utils.c (strcmp_iw_ordered): New function.
12521
12522 2003-02-24 Jim Blandy <jimb@redhat.com>
12523
12524 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12525 support, shared libs): Remove my name from here, to better reflect
12526 reality.
12527
12528 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12529
12530 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12531 (target_ops): Add to_have_continuable_watchpoint.
12532 * target.c (update_current_target): Add INHERIT line for
12533 to_have_continuable_watchpoint.
12534 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12535 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12536 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12537 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
12538
12539 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
12540
12541 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12542 maintainership.
12543
12544 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12545
12546 * solib.c (solib_open): Call target defined search function after
12547 failing with solib-search-path.
12548 * solist.h (target_so_ops): Add find_and_open_solib function hook and
12549 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
12550
12551 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12552
12553 * MAINTAINERS: Add myself to Write After section.
12554
12555 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12556
12557 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12558
12559 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12560
12561 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12562 (m68hc11_add_reggroups): New function.
12563 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12564 (m68hc11_gdbarch_init): Install the reggroups.
12565 (_initialize_m68hc11_tdep): Initialize them.
12566
12567 2003-02-21 James E Wilson <wilson@tuliptree.org>
12568
12569 * MAINTAINERS: Update my email address.
12570
12571 2003-02-21 David Carlton <carlton@math.stanford.edu>
12572
12573 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12574
12575 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
12576
12577 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12578 * symtab.h: Add opaque declarations of struct axs_value and
12579 struct agent_expr.
12580 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12581 (struct location_funcs): New type.
12582 (struct symbol): Add "loc" to aux_value.
12583 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12584 * dwarf2read.c: Include "dwarf2expr.h".
12585 (dwarf2_symbol_mark_computed): New function.
12586 (read_func_scope): Use it.
12587 (var_decode_location): New function.
12588 (new_symbol): Use it.
12589 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12590
12591 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12592 (dwarf2expr_h, dwarf2loc_h): New variables.
12593 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12594 (dwarf2expr.o, dwarf2loc.o): New rules.
12595 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12596 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12597 LOC_COMPUTED_ARG.
12598 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12599 * m2-exp.y (yylex): Likewise.
12600 * printcmd.c (address_info, print_frame_args): Likewise.
12601 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12602 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12603 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12604 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12605 * symtab.c (lookup_block_symbol): Likewise.
12606
12607 2003-02-20 Adam Fedor <fedor@gnu.org>
12608
12609 * symtab.h: Remove objc_specific struct
12610 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12611 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12612 Have language_objc use cplus_specific struct.
12613
12614 2003-02-20 Tom Tromey <tromey@redhat.com>
12615
12616 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12617 TYPE_NAME, when printing a String value. PR java/1075.
12618
12619 2003-02-20 Adam Fedor <fedor@gnu.org>
12620
12621 * objc-lang.h (find_methods): Remove declaration.
12622 * objc-lang.c (find_methods): Make static.
12623
12624 2003-02-20 Christopher Faylor <cgf@redhat.com>
12625
12626 * win32-nat.c (get_image_name): Check return value from
12627 ReadProcessMemory.
12628 (child_xfer_memory): Ditto.
12629
12630 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
12631
12632 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12633 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12634 '${exec_prefix}' (in addition to the expansion thereof) as
12635 relocatable.
12636 * configure: Rebuilt.
12637
12638 2003-02-20 David Carlton <carlton@math.stanford.edu>
12639
12640 * symtab.c (search_symbols): Revert the search_symbols part of my
12641 2002-12-23 patch. Add comment.
12642
12643 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12644
12645 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12646 * dbxread.c (elfstab_build_psymtabs): Don't call
12647 install_minimal_symbols.
12648 (stabsect_build_psymtabs): Likewise.
12649 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12650 earlier.
12651 * somread.c (som_symfile_read): Call install_minimal_symbols
12652 and do_cleanups earlier.
12653 * nlmread.c (nlm_symfile_read): Likewise.
12654 * mdebugread.c (elfmdebug_build_psymtabs): Call
12655 install_minimal_symbols and make appropriate cleanups.
12656
12657 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12658
12659 * solib.c (reload_shared_libraries): New function.
12660 (_initialize_solib): Add callbacks for ``set solib-search-path''
12661 and ``set solib-absolute-prefix''.
12662
12663 2003-02-20 David Carlton <carlton@math.stanford.edu>
12664
12665 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12666 expand comment.
12667 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12668 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12669 * ada-typeprint.c (ada_typedef_print): Ditto.
12670 * ax-gdb.c (gen_var_ref): Ditto.
12671 * breakpoint.c (print_one_breakpoint): Ditto.
12672 * buildsym.c (finish_block): Ditto.
12673 * c-valprint.c (c_val_print): Ditto.
12674 * expprint.c (print_subexp): Ditto.
12675 * findvar.c (locate_var_value): Ditto.
12676 * infcmd.c (jump_command): Ditto.
12677 * linespec.c (decode_line_2, decode_compound): Ditto.
12678 * maint.c (maintenance_translate_address): Ditto.
12679 * objc-lang.c (compare_selectors, compare_classes): Ditto.
12680 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12681 Ditto.
12682 * p-valprint.c (pascal_val_print): Ditto.
12683 * stabsread.c (define_symbol): Ditto.
12684 * stack.c (print_frame, frame_info, print_block_frame_locals)
12685 (print_frame_arg_vars, return_command): Ditto.
12686 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12687 * symmisc.c (print_symbol): Ditto.
12688 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12689 (compare_search_syms, print_symbol_info, print_msymbol_info)
12690 (rbreak_command): Ditto.
12691 * tracepoint.c (tracepoints_info): Ditto.
12692 * typeprint.c (typedef_print): Ditto.
12693 * valops.c (value_of_variable, hand_function_call): Ditto.
12694 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12695 * ada-typeprint.c: Update Copyright.
12696 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12697 * tracepoint.c, cli/cli-cmds.c: Ditto.
12698
12699 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12700
12701 * frame.c (generic_unwind_get_saved_register): Make non-static.
12702 * frame.h (generic_unwind_get_saved_register): Declare.
12703 * mips-tdep.c (read_next_frame_reg): Fetch register from
12704 current regcache when frame is NULL.
12705 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12706 that must be NULL.
12707 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12708 instead of frame_register_unwind().
12709
12710 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12711
12712 * remote-sim.c (gdbsim_insert_breakpoint)
12713 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12714 code.
12715
12716 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12717
12718 * remote.c (_initialize_remote): Add commands "set/show remote
12719 hardware-watchpoint-limit" and "set/show remote
12720 hardware-breakpoint-limit".
12721 (remote_hw_watchpoint_limit): Initialize to -1.
12722 (remote_hw_breakpoint_limit): Ditto.
12723 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12724
12725 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12726
12727 * coff-pe-read.c: New file - support reading of minimal symbols from a
12728 portable executable using the export table.
12729 * coff-pe-read.h: New file.
12730 * coffread.c: Include coff-pe-read.h.
12731 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12732 debugging symbols found.
12733 * Makefile.in (SFILES): Add coff-pe-read.o.
12734 (coff_pe_read_h): Define.
12735 (COMMON_OBS): Add coff-pe-read.o.
12736 (coffread.o): Add coff_pe_read_h dependency.
12737 (coff-pe-read.o): New target.
12738
12739 2003-02-19 David Carlton <carlton@math.stanford.edu>
12740
12741 * Makefile.in (SFILES): Add block.c.
12742 (block_h): New.
12743 (COMMON_OBS): Add block.o.
12744 (block.o): New.
12745 (x86-64-tdep.o): Add $(block_h).
12746 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12747 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12748 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12749 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12750 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12751 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12752 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12753 * value.h: Add opaque declaration for struct block.
12754 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12755 * ada-lang.h: Ditto.
12756 * x86-64-tdep.c: #include "block.h"
12757 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12758 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12759 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12760 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12761 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12762 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12763 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12764 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12765 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12766 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12767 * symtab.c (block_function): Ditto.
12768 (contained_in): Ditto.
12769 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12770 block.h. Add opaque declaration for struct block.
12771 * symtab.h: Move block_function and contained_in declarations to
12772 block.h. Add opaque declarations for struct block, struct
12773 blockvector.
12774 (struct block): Move to block.h.
12775 (struct blockvector): Ditto.
12776 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12777 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12778 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12779 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12780 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12781 Ditto.
12782 * block.c: New file.
12783 * block.h: New file.
12784
12785 2003-02-19 Theodore A. Roth <troth@openavr.org>
12786
12787 * avr-tdep.c (avr_extract_return_value): Remove function.
12788 (avr_store_return_value): Remove function.
12789 (avr_extract_struct_value_address): Remove function.
12790 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12791
12792 2003-02-19 Andrew Cagney <ac131313@redhat.com>
12793
12794 * rs6000-tdep.c: Include "gdb_assert.h".
12795 (registers_e500): Add "acc" and "spefscr".
12796 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12797 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12798 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12799 really is "r0".
12800 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12801
12802 2003-02-18 Keith Seitz <keiths@redhat.com>
12803
12804 * Makefile.in: Add gdbtk-interps.c.
12805
12806 2003-02-18 Kevin Buettner <kevinb@redhat.com>
12807
12808 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12809 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12810
12811 2003-02-18 Andrew Cagney <cagney@redhat.com>
12812
12813 * symtab.h (struct objfile): Add opaque declaration.
12814
12815 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
12816
12817 From Jim Ingham <jingham@apple.com>:
12818 * dbxread.c (process_one_symbol): Use last_function_start rather
12819 than function_start_offset to find the real beginning of the
12820 current function. The latter is just the text section offset on
12821 some systems, the former is always the real function start.
12822
12823 2003-02-17 Andrew Cagney <cagney@redhat.com>
12824
12825 * configure.in: Revert ${target} != ${host}.
12826
12827 2003-02-17 Andrew Cagney <ac131313@redhat.com>
12828
12829 * configure.in (Makefile): Use the test ${target} != ${host},
12830 instead of the absence of the "nm.h" file, to determine of the
12831 configuration non-native.
12832 * configure: Regenerate.
12833
12834 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
12835
12836 From Brian Ford <ford@vss.fsi.com>
12837
12838 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12839 conditionalize tui_active test.
12840 (lookup_cmd_1): Ditto.
12841
12842 2003-02-14 Mark Kettenis <kettenis@gnu.org>
12843
12844 * configure.in: Add check for _etext.
12845 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12846 available.
12847 * config.in, configure: regenerated.
12848
12849 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
12850
12851 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12852
12853 2003-02-14 Andrew Cagney <ac131313@redhat.com>
12854
12855 * main.c (tui_version): Delete variable.
12856 (captured_main): When --tui, set interpreter_p to "tui" instead of
12857 enabling tui_version.
12858 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12859 tui_version.
12860 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12861 * cli/cli-cmds.c (disassemble_command): Ditto.
12862 * defs.h (tui_version): Delete declaration.
12863 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12864 (tui-interp.o): Add rules.
12865 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12866
12867 2003-02-14 Christopher Faylor <cgf@redhat.com>
12868
12869 * win32-nat.c (register_loaded_dll): Correctly set address range for
12870 just-loaded dll.
12871
12872 2003-02-12 Jason Molenda (jmolenda@apple.com)
12873
12874 * symmisc.c (print_objfile_statistics): Include information about
12875 the number of psymtabs and symtabs in each object file.
12876
12877 2003-02-13 Keith R Seitz <keiths@redhat.com>
12878
12879 * main.h (struct captured_main_args): Add interpreter_p.
12880 * main.c (captured_main): Initialize interpreter_p from context.
12881 * gdb.c (main): Set interpreter_p argument.
12882 * Makefile.in (gdb.o): Add dependency for interps.h.
12883
12884 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12885
12886 * event-top.c (cli_command_loop): Delete declaration.
12887 (_initialize_event_loop): Delete function setting event_loop_hook.
12888 * event-top.h (cli_command_loop): Declare. Update copyright.
12889 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12890 * interps.c (current_interp_command_loop): When event_loop_p, call
12891 cli_command_loop.
12892
12893 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12894
12895 * interps.h (interp_command_loop_ftype): Change return type to
12896 void.
12897
12898 2003-02-12 Michal Ludvig <mludvig@suse.cz>
12899
12900 * x86-64-tdep.c (x86_64_extract_return_value)
12901 (x86_64_store_return_value): Use regcache instead of regbuf.
12902 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12903 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12904
12905 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12906
12907 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12908 * aclocal.m4: Regenerate.
12909 * configure: Regenerate.
12910
12911 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12912 TCL_LD_SEARCH_FLAGS.
12913
12914 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12915
12916 * dwarf2cfi.c: Reindented.
12917
12918 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12919
12920 * interps.c (clear_interpreter_hooks): Convert function definition
12921 to ISO C.
12922
12923 2003-02-07 David Carlton <carlton@math.stanford.edu>
12924
12925 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12926
12927 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12928
12929 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12930 (struct type): ...to here.
12931 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12932 field.
12933 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12934 (replace_type): Set length on all type variants for a given type.
12935
12936 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12937
12938 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12939 <sys/stat.h>.
12940 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12941
12942 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12943
12944 * Makefile.in (symm-nat.o): Update dependencies.
12945 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12946 (lynx-nat.o, ia64-linux-nat.): Ditto.
12947 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12948 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12949 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12950
12951 * Makefile.in (inflow_h): Define.
12952 (procfs.o, inflow.o, procfs.o): Update dependencies.
12953 * inftarg.c (child_stop): Delete extern declaration of
12954 inferior_process_group. Include "inflow.h".
12955 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12956 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12957 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12958 (our_process_group, inferior_process_group): Extern declarations.
12959
12960 * procfs.c: Include "gdb_assert.h".
12961
12962 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12963 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12964 * jv-typeprint.c (java_type_print_base): Ditto.
12965 * typeprint.c (typedef_print): Eliminate STREQ.
12966 * cli/cli-script.c (define_command, define_command): Ditto.
12967 * main.c (captured_main): Ditto.
12968 * values.c (lookup_internalvar): Ditto.
12969 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12970 within `if' conditional.
12971 * linespec.c (decode_line_2): Ditto.
12972 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12973 (bfd_openw_with_cleanup): Ditto.
12974
12975 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12976
12977 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12978 legacy_extract_return_value and store_return_value to
12979 legacy_return_value.
12980
12981 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12982
12983 * win32-nat.c (get_relocated_section_addrs): New function. Find
12984 section load addresses for symbol handling in relocated DLLs.
12985 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12986
12987 2003-02-05 Fred Fish <fnf@intrinsity.com>
12988
12989 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12990 '=' and '!='.
12991 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12992 with '&' and '=='.
12993 (angel_RDI_info): Ditto.
12994 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12995 with '&' and '!='.
12996 (threads_continue_all_with_signals): Ditto.
12997
12998 2003-02-05 Jim Ingham <jingham@apple.com>
12999 Keith Seitz <keiths@redhat.com>
13000 Elena Zannoni <ezannoni@redhat.com>
13001 Andrew Cagney <ac131313@redhat.com>
13002
13003 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
13004 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
13005 (SUBDIR_MI_OBS): Add "mi-interp.o".
13006 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
13007 (SFILES): Add "interps.c".
13008 (COMMON_OBS): Add "interps.o".
13009 (interps_h, mi_main_h): Define.
13010 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
13011 (mi-main.o, main.o, event-top.o): Update dependencies.
13012 * cli/cli-interp.c: New file.
13013 * interps.h, interps.c: New files.
13014 * top.c: (gdb_init): Don't install the default interpreter, handed
13015 by captured_main.
13016 * main.c: Include "interps.h".
13017 (interpreter_p): Note that it should malloc'ed.
13018 (captured_command_loop): Call current_interp_command_loop.
13019 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
13020 xfree and xstrdup when updating interpreter_p. Install the
13021 default interpreter. Add hack to stop mi1's copyright notice
13022 being encoded.
13023 * event-top.h (gdb_setup_readline): Declare.
13024 (gdb_disable_readline): Declare.
13025 * event-top.c: Include "interps.h".
13026 (display_gdb_prompt): Call current_interp_display_prompt_p.
13027 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
13028 gdb_stdlog, and gdb_stdtarg.
13029 (_initialize_event_loop): Don't call gdb_setup_readline.
13030 * cli-out.c (cli_out_set_stream): New function.
13031 * cli-out.h (cli_out_set_stream): Declare.
13032
13033 2003-02-06 Mark Kettenis <kettenis@gnu.org>
13034
13035 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
13036 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
13037 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
13038 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
13039 config/i386/i386v42mp.mt: Removed.
13040
13041 2003-02-05 Mark Kettenis <kettenis@gnu.org>
13042
13043 * configure.tgt (*-*-solaris*): Set gdb_osabi to
13044 GDB_OSABI_SOLARIS.
13045
13046 2003-02-05 Michael Chastain <mec@shout.net>
13047
13048 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
13049 2.12.1 and earlier versions.
13050
13051 2003-02-05 Andrew Cagney <ac131313@redhat.com>
13052
13053 Remove orphaned hosts, targets and files.
13054 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
13055 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
13056 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
13057 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
13058 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
13059 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
13060 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
13061 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
13062 * config/sparc/tm-sp64sim.h: Delete.
13063 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
13064 hosts.
13065 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
13066 mips*-dec-mach3* targets.
13067
13068 2003-02-04 Michael Chastain <mec@shout.net>
13069
13070 * NEWS: Fix typo: sepcifying -> specifying.
13071
13072 2003-02-04 Michael Chastain <mec@shout.net>
13073
13074 * dwarfread.c: Add documentation on the state of dwarf-1,
13075 looking towards obsoletion.
13076
13077 2003-02-03 Michael Chastain <mec@shout.net>
13078
13079 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
13080 gdb/testsuite/gdb.c++/pr-1023.exp.
13081
13082 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13083
13084 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
13085 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
13086
13087 * utils.c (init_page_info): Delete reference to MPW in comments.
13088 * main.c (captured_main): Delete #ifdef MPW.
13089
13090 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13091
13092 * NEWS: Note that the m32r-*-elf* is obsolete.
13093 * monitor.c (monitor_expect): Obsolete reference to m32r.
13094 * configure.tgt: Mark m32r-*-elf* as obsolete.
13095 * MAINTAINERS: Mark m32k as obsolete.
13096 * m32r-rom.c: Obsolete file.
13097 * config/m32r/m32r.mt: Obsolete file.
13098 * config/m32r/tm-m32r.h: Obsolete file.
13099 * m32r-stub.c: Obsolete file.
13100 * m32r-tdep.c: Obsolete file.
13101
13102 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13103
13104 * NEWS: Mention that the z8k-zilog-none is obsolete.
13105 * MAINTAINERS: Mark z8k as obsolete.
13106 * configure.tgt: Obsolete the z8k-*-coff* target.
13107 * config/z8k/z8k.mt: Obsolete file.
13108 * config/z8k/tm-z8k.h: Obsolete file.
13109 * z8k-tdep.c: Obsolete file.
13110
13111 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13112
13113 * NEWS: Mention that the mn10200-elf is obsolete.
13114 * configure.tgt: Obsolete mn10200-*-* target.
13115 * breakpoint.c (update_breakpoints_after_exec): Update comment to
13116 mention that the mn10200 is obsolete.
13117 * breakpoint.h: Ditto.
13118 * MAINTAINERS: Mark the mn10200-elf as obsolete.
13119 * config/mn10200/mn10200.mt: Obsolete file.
13120 * config/mn10200/tm-mn10200.h: Obsolete file.
13121 * mn10200-tdep.c: Obsolete file.
13122
13123 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13124
13125 * MAINTAINERS: Mark h8500 as obsolete.
13126 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
13127 * findvar.c (value_from_register): Ditto.
13128 * h8500-tdep.c: Mark file as obsolete.
13129 * config/h8500/h8500.mt: Ditto.
13130 * config/h8500/tm-h8500.h: Ditto.
13131 * NEWS: Mention that h8500 is obsolete.
13132
13133 2003-02-04 David Carlton <carlton@math.stanford.edu>
13134
13135 * objfiles.c (allocate_objfile): Always set name. Add comment at
13136 start of function.
13137 * jv-lang.c (get_dynamics_objfile): Add comment.
13138
13139 2003-02-04 David Carlton <carlton@math.stanford.edu>
13140
13141 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
13142 * printcmd.c (build_address_symbolic): Replace uses of
13143 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
13144 SYMBOL_NAME, and asm_demangle.
13145 Update copyright.
13146
13147 2003-02-04 David Carlton <carlton@math.stanford.edu>
13148
13149 * linespec.c (decode_compound): Extract code into
13150 lookup_prefix_sym.
13151 (lookup_prefix_sym): New function.
13152
13153 2003-02-04 David Carlton <carlton@math.stanford.edu>
13154
13155 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
13156 FLOAT_COERCION_BADNESS.
13157 * gdbtypes.c (rank_one_type): Replace all uses of
13158 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
13159
13160 2003-02-04 Jim Blandy <jimb@redhat.com>
13161
13162 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
13163 section, let dwarf_macinfo_section point to it, not
13164 dwarf_loc_section.
13165
13166 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13167
13168 Pointed out by Anton Blanchard <anton@samba.org>.
13169 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
13170 (ppc_linux_at_sigtramp_return_path): Use it.
13171
13172 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13173
13174 * defs.h (streq): Add prototype.
13175 * utils.c (streq): New function.
13176
13177 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
13178 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
13179 * mdebugread.c (new_symbol): Likewise.
13180 * stabsread.c (define_symbol): Likewise.
13181 * coffread.c (process_coff_symbol): Likewise.
13182 * dwarfread.c (new_symbol): Likewise.
13183
13184 * minsyms.c (prim_record_minimal_symbol_and_info): Use
13185 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
13186 here.
13187 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
13188 SYMBOL_INIT_DEMANGLED_NAME.
13189 * objfiles.c: Include "hashtab.h".
13190 (allocate_objfile): Call htab_set_functions_ex for the
13191 demangled_names_hash.
13192 (free_objfile): Call htab_delete for the demangled_names_hash.
13193 * objfiles.h (struct htab): Add declaration.
13194 (struct objfile): Add demangled_names_hash.
13195 * symfile.c: Include "hashtab.h".
13196 (reread_symbols): Call htab_delete for the demangled_names_hash.
13197 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
13198 SYMBOL_NAME in the bcache.
13199 * symtab.c: Include "hashtab.h". Update comments.
13200 (create_demangled_names_hash, symbol_set_names): New functions.
13201 (symbol_find_demangled_name): New function, broken out from
13202 symbol_init_demangled_names.
13203 (symbol_init_demangled_names): Use it.
13204 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
13205 (SYMBOL_SET_NAMES): New macro.
13206 (symbol_set_names): Add prototype.
13207
13208 2003-02-03 Jim Blandy <jimb@redhat.com>
13209
13210 Use a single, consistent representation for an empty minimal
13211 symbol table in an objfile.
13212 * objfiles.c (terminate_minimal_symbol_table): New function.
13213 (allocate_objfile): Call it.
13214 * objfiles.h (terminate_minimal_symbol_table): New declaration.
13215 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
13216 non-NULL.
13217 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
13218 objfile has minimal symbols, compare minimal_symbol_count to zero,
13219 instead of comparing msymbols with NULL.
13220 * objfiles.c (have_minimal_symbols): Same.
13221 * solib-sunos.c (solib_add_common_symbols): Call
13222 terminate_minimal_symbol_table.
13223 * symfile.c (reread_symbols): Same.
13224
13225 2003-02-03 Kevin Buettner <kevinb@redhat.com>
13226
13227 * s390-tdep.c (s390_address_class_type_flags)
13228 (s390_address_class_type_flags_to_name)
13229 (s390_address_class_name_to_type_flags): New functions.
13230 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
13231 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
13232
13233 2003-02-03 Michael Snyder <msnyder@redhat.com>
13234
13235 * arm-tdep.c: Fix spell-o in comment.
13236
13237 2003-02-03 Michal Ludvig <mludvig@suse.cz>
13238
13239 * dwarf2cfi.c (pointer_encoding): Added new parameter.
13240 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
13241 error messages to contain BFD filename.
13242
13243 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
13244
13245 Fix PR gdb/742 gdb/743 gdb/877
13246 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
13247 (do_mixed_source_and_assembly): Use
13248 make_cleanup_ui_out_tuple_begin_end and
13249 make_cleanup_ui_out_tuple_begin_end.
13250 (do_mixed_source_and_assembly): Ditto.
13251 * thread.c (do_captured_list_thread_ids): Ditto.
13252 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
13253 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
13254 ui_out_tuple_end): Delete prototypes.
13255 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
13256 ui_out_list_end, ui_out_tuple_end): Delete.
13257
13258 From Kevin Buettner <kevinb@redhat.com>:
13259 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
13260 * ui-out.c (make_cleanup_ui_out_table_begin_end)
13261 (do_cleanup_table_end): New functions.
13262 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
13263 Use cleanups to invoke_ui_out_tuple_end().
13264 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
13265 * cli/cli-setshow.c (cmd_show_list): Use
13266 make_cleanup_ui_out_tuple_begin_end.
13267
13268 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13269
13270 * frame.c (frame_unwind_register): New function.
13271 (frame_unwind_unsigned_register): Use.
13272 (frame_unwind_signed_register): Use.
13273 (frame_read_register): New function.
13274 * frame.h (frame_unwind_register): Declare.
13275 (frame_read_register): Declare.
13276
13277 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
13278 and frame_unwind_register instead of read_memory, write_register
13279 and deprecated_write_register_bytes.
13280
13281 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13282
13283 * frame.h: Note that namelen can be negative.
13284 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
13285 NAME's length.
13286
13287 * NEWS: Mention that the d10v's `regs' command is deprecated.
13288 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
13289 (d10v_print_registers_info): New function.
13290 (show_regs): Call d10v_print_registers_info.
13291 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
13292
13293 2003-02-02 Mark Kettenis <kettenis@gnu.org>
13294
13295 * stack.c (print_frame_info): Restore call to annotate_frame_begin
13296 lost in the previous patch.
13297
13298 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13299
13300 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
13301 * stack.c (print_frame_info_base): Output complete FRAME tuple
13302 for synthesized frames.
13303
13304 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13305
13306 * mips-nat.c (zerobuf): Delete.
13307 (fetch_inferior_registers): Alloc local zerobuf.
13308 (fetch_core_registers): Alloc local zerobuf.
13309 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
13310 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
13311 * thread-db.c (thread_db_store_registers): Ditto.
13312 * sh-tdep.c (sh_do_register): Ditto.
13313 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
13314 * remote-sim.c (gdbsim_store_register): Ditto.
13315 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
13316 * remote-e7000.c (fetch_regs_from_dump): Ditto.
13317 * monitor.c (monitor_supply_register): Ditto.
13318 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
13319 * mips-nat.c (fetch_inferior_registers): Ditto.
13320 * m68klinux-nat.c (fetch_register): Ditto.
13321 * lynx-nat.c (fetch_inferior_registers): Ditto.
13322 (fetch_inferior_registers): Ditto.
13323 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
13324 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
13325 (hpux_thread_store_registers): Ditto.
13326 * hppah-nat.c (fetch_register): Ditto.
13327 * hppab-nat.c (fetch_register): Ditto.
13328 * hppa-tdep.c (pa_register_look_aside): Ditto.
13329 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
13330 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
13331
13332 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13333
13334 * gdbarch.sh: Explictly specify all method levels. When a
13335 variable with an empty level, provide a non-multi-arch default.
13336 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
13337 * gdbarch.h: Re-generate.
13338 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
13339 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
13340
13341 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13342
13343 * defs.h (host_pointer_to_address): Delete declaration.
13344 (address_to_host_pointer): Delete declaration.
13345 * utils.c (host_pointer_to_address): Delete function.
13346 (address_to_host_pointer): Delete function.
13347 * procfs.c (procfs_address_to_host_pointer): New function.
13348 * procfs.c (proc_set_watchpoint): Use.
13349 (procfs_can_use_hw_breakpoint): Update comments.
13350 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
13351 (som_solib_add): Use.
13352 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
13353 * hppa-tdep.c (unwind_command): Use.
13354
13355 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13356
13357 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
13358 strlen d_name.
13359
13360 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
13361 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
13362 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
13363 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
13364 (define_symbol): Update.
13365 * symfile.c (generic_load): Remove references to nindy.
13366 * symtab.c: Remove references to nindy.
13367
13368 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13369
13370 * infcmd.c (print_float_info): Delete code conditional on
13371 FLOAT_INFO.
13372 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
13373 * config/m68k/nm-apollo68b.h: Ditto.
13374 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
13375 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
13376 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
13377
13378 2003-02-01 Mark Kettenis <kettenis@gnu.org>
13379
13380 * config/i386/tm-i386os9k.h: Removed.
13381
13382 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
13383 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
13384 they're identical to i[3456]86-*-sysv* now.
13385 * config/i386/i386v32.mh: Removed.
13386 * config/i386/xm-i386v32.h: Removed.
13387 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
13388
13389 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
13390
13391 * config/i386/i386dgux.mh: Removed.
13392 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
13393
13394 * configure.in: Fix typo.
13395 * configure: Regenerated.
13396
13397 2003-01-31 David Carlton <carlton@math.stanford.edu>
13398
13399 * dwarf2read.c (dwarf2_locate_sections): Set
13400 dwarf_ranges_section.
13401
13402 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13403
13404 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
13405 * utils.c: Update comments documenting legitimate uses of PTR.
13406
13407 * utils.c: Re-indent.
13408
13409 * config/djgpp/fnchange.lst: Delete nindy files.
13410 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
13411 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
13412 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
13413 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
13414 * nindy-share/README, nindy-share/Onindy.c: Delete files.
13415 * nindy-tdep.c, nindy-share/Makefile: Delete files.
13416 * Makefile.in (init.c): Remove nindy references.
13417 (saber_gdb): Delete rule.
13418 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
13419 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
13420 and a68v-nat.c.
13421 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
13422 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
13423 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
13424 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
13425 nindy-share/stop.h.
13426 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
13427 * saber.suppress: Delete file.
13428
13429 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
13430
13431 * dbxread.c (stabs_data): New static variable.
13432 (fill_symbuf): Support an in-memory buffer for stabs data.
13433 (stabs_seek): New function.
13434 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
13435 (read_ofile_symtab): Use stabs_seek.
13436 (elfstab_build_psymtabs): Take an asection* instead of
13437 an offset and size. Relocate the stabs data if necessary.
13438 Save the section* for dbx_psymtab_to_symtab.
13439 * dwarf2read.c: Add section variables for each debug section.
13440 (dwarf2_locate_sections): Fill them in.
13441 (dwarf2_read_section): Take an asection* argument.
13442 Relocate the section contents if necessary.
13443 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
13444 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
13445 it to dwarf2_read_section.
13446 (dwarf2_build_frame_info): Update callers.
13447 * elfread.c (elf_symfile_read): Update call to
13448 elfstab_build_psymtabs.
13449 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
13450 (DBX_STAB_SECTION): New macro.
13451 * stabsread.h (elfstab_build_psymtabs): Update prototype.
13452 * symfile.c (symfile_dummy_outputs): New function.
13453 (symfile_relocate_debug_section): New function.
13454 * symfile.h (symfile_relocate_debug_section): Add prototype.
13455
13456 2003-01-31 Richard Henderson <rth@redhat.com>
13457
13458 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
13459 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
13460 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
13461 * alpha-tdep.c (alpha_register_name): Add "unique".
13462 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
13463 (ALPHA_UNIQUE_REGNUM): New.
13464 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
13465
13466 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13467
13468 * README: Remove reference to Ericsson 1800 monitor.
13469 * Makefile.in (remote-es.o): Delete rule.
13470 (ALLDEPFILES): Delete remote-es.c.
13471 * remote-es.c: Delete file.
13472 * config/m68k/es1800.mt: Delete file.
13473 * config/djgpp/fnchange.lst: Update.
13474 * configure.tgt: Delete m68*-ericsson-* target.
13475
13476 2003-01-31 Adam Fedor <fedor@gnu.org>
13477
13478 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
13479 Remove duplicate/shadowing variable of same name.
13480
13481 2003-01-30 Jim Blandy <jimb@redhat.com>
13482
13483 * symfile.c (find_separate_debug_file): Assert that the objfile's
13484 directory name we compute ends with a slash, and then assume that
13485 that's so everywhere we use it.
13486
13487 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
13488
13489 * valops.c (value_assign): Flush frame cache after stores to memory
13490 also.
13491
13492 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13493
13494 * Makefile.in (mon960-rom.o): Delete rule.
13495 * mon960-rom.c: Delete file.
13496
13497 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13498
13499 * d10v-tdep.c: Include "frame-unwind.h".
13500 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13501 list.
13502 (next_addr, uses_frame): Delete.
13503 (struct d10v_unwind_cache): Define.
13504 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13505 Use info instead of next_addr and uses_frame globals.
13506 (d10v_frame_init_saved_regs): Delete function.
13507 (d10v_init_extra_frame_info): Delete function.
13508 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13509 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13510 init_frame_pc or frame_saved_pc.
13511 (d10v_pop_frame): Delete function.
13512 (do_d10v_pop_frame): Delete function.
13513 (d10v_frame_chain): Delete function.
13514 (d10v_frame_chain_valid): Delete function.
13515 (d10v_frame_pc_unwind): New function.
13516 (d10v_frame_id_unwind): New function.
13517 (saved_regs_unwinder): New function.
13518 (d10v_frame_register_unwind): New function.
13519 (d10v_frame_pop): New function.
13520 (d10v_frame_unwind): New variable.
13521 (d10v_frame_p): New function.
13522 (d10v_frame_saved_pc): Delete function.
13523 * Makefile.in (d10v-tdep.o): Update dependencies.
13524
13525 2003-01-30 J. Brobecker <brobecker@gnat.com>
13526
13527 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13528 causing some regressions due to a change in the default value
13529 for this macro.
13530
13531 2003-01-29 Richard Henderson <rth@redhat.com>
13532 Elena Zannoni <ezannoni@redhat.com>
13533 Daniel Jacobowitz <drow@mvista.com>
13534
13535 Fix PR gdb/961.
13536 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
13537 variables.
13538 (RANGES_SECTION): New.
13539 (dwarf_ranges_buffer): New variable.
13540 (struct comp_unit_head): Add member "die".
13541 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13542 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13543 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13544 (dwarf2_locate_sections): Likewise.
13545 (dwarf2_build_psymtabs): Read .debug_ranges.
13546 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13547 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
13548 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13549 Look for DW_AT_ranges and return the bounding box.
13550
13551 2003-01-29 Brian Ford <ford@vss.fsi.com>
13552
13553 * win32-nat.c (cygwin_pid): Removed as unused.
13554 (child_attach): Try fall back to Cygwin pid.
13555
13556 2003-01-29 Jim Blandy <jimb@redhat.com>
13557
13558 * objfiles.h (struct objfile): Doc fix.
13559
13560 2003-01-29 Andrew Cagney <ac131313@redhat.com>
13561
13562 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13563 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13564 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13565 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13566 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13567 (FRAME_SAVED_PC): Change to a function with predicate.
13568 * gdbarch.h, gdbarch.c: Re-generate.
13569
13570 2003-01-28 Andrew Cagney <ac131313@redhat.com>
13571
13572 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13573
13574 * complaints.c (complain): Delete function.
13575 * complaints.h (struct deprecated_complaint): Delete definition.
13576 (complain): Delete declaration.
13577
13578 2003-01-28 Kevin Buettner <kevinb@redhat.com>
13579
13580 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13581 dummy frames.
13582
13583 2003-01-27 Andrew Cagney <ac131313@redhat.com>
13584
13585 * sentinel-frame.h, sentinel-frame.c: New files.
13586 * Makefile.in (frame.o): Update dependencies.
13587 (SFILES): Add sentinel-frame.c.
13588 (sentinel_frame_h): Define.
13589 (COMMON_OBS): Add sentinel-frame.o.
13590 (sentinel-frame.o): Specify dependencies.
13591 * frame.c: Include "sentinel-frame.h".
13592 (frame_register_unwind): Rewrite assuming that there is always a a
13593 ->next frame.
13594 (frame_register, generic_unwind_get_saved_register): Ditto.
13595 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13596 (create_sentinel_frame, unwind_to_current_frame): New functions.
13597 (get_current_frame): Rewrite using create_sentinel_frame and
13598 unwind_to_current_frame. When possible, always create a frame.
13599 (create_new_frame): Set next to the sentinel frame.
13600 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13601 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13602 ID cache when necessary.
13603 (frame_saved_regs_id_unwind): Use frame_relative_level.
13604 (deprecated_generic_get_saved_register): Use frame_relative_level,
13605 get_frame_saved_regs, get_frame_pc, get_frame_base and
13606 get_next_frame.
13607 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13608 frame_register.
13609
13610 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13611
13612 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13613
13614 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13615
13616 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13617 (maintenance_set_profile_cmd): Use error () instead of warning ().
13618
13619 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13620
13621 * configure.in: Check that -pg works if using --enable-profiling.
13622 Check for monstartup and _mcleanup regardless of --enable-profiling.
13623 * maint.c: Check for monstartup and _mcleanup before using them.
13624 * config.in: Regenerated.
13625 * configure: Regenerated.
13626
13627 2003-01-24 Nick Clifton <nickc@redhat.com>
13628
13629 * Add sh2e support:
13630
13631 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13632
13633 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13634 (sh2e_show_regs): New.
13635 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13636 * config/sh/tm-sh.h: Added sh2e to comments.
13637
13638 2003-01-23 Jim Blandy <jimb@redhat.com>
13639
13640 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13641 symbols found)" message here; we haven't checked for a separate
13642 debug info file yet, so we don't know yet.
13643 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13644 we've looked everywhere. Also, there's no need to print a special
13645 message when we're loading the separate debug info file: the one
13646 symbol_file_add prints is fine.
13647
13648 2003-01-23 Alexander Larsson <alexl@redhat.com>
13649 Jim Blandy <jimb@redhat.com>
13650
13651 Add support for executables whose debug info has been separated
13652 out into a separate file, leaving only a link behind.
13653 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13654 and separate_debug_objfile_backlink.
13655 (put_objfile_before): New declaration.
13656 * symfile.c: #include "filenames.h".
13657 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13658 debug info in a separate file, read that, too. Save the addrs
13659 argument, so we can use it again to read the separated debug info;
13660 syms_from_objfile modifies the table we pass it.
13661 (reread_symbols): After re-reading an objfile, call
13662 reread_separate_symbols to refresh its separate debug info
13663 objfile, if it has one.
13664 (reread_separate_symbols, find_separate_debug_file,
13665 get_debug_link_info, separate_debug_file_exists): New functions.
13666 (debug_file_directory): New global var.
13667 (_initialize_symfile): Initialize debug_file_directory, and
13668 provide the new `set debug-file-directory' command to let the user
13669 change it.
13670 * objfiles.c (free_objfile): If this objfile has its debug info in
13671 a separate objfile, free that one too. If this is itself a
13672 separate debug info objfile, clear our parent's backlink.
13673 (put_objfile_before): New function.
13674 * utils.c (gnu_debuglink_crc32): New function.
13675 * defs.h (gnu_debuglink_crc32): New declaration.
13676 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13677 * configure.in: Handle --with-separate-debug-dir config option.
13678 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13679 * acconfig.h (DEBUGDIR): New macro.
13680 * configure, aclocal.m4, config.in: Regenerated.
13681
13682 2003-01-22 Jim Blandy <jimb@redhat.com>
13683
13684 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13685 like the old symbol_file_add, but taking new arguments: you can
13686 now pass in either a `struct section_addr_info' list to say where
13687 each section is loaded, or a `struct section_offsets' table. Pass
13688 these new arguments through to syms_from_objfile as appropriate.
13689 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
13690 with the appropriate quiescent values for the new arguments.
13691
13692 * symfile.c: #include "gdb_assert.h".
13693 (syms_from_objfile): Add the ability to pass in a section offset
13694 table directly, as an alternative to the section_addr_info table.
13695 Document arguments better.
13696 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13697 * symfile.h (syms_from_objfile): Update declaration.
13698 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13699 syms_from_objfile.
13700 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13701
13702 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13703
13704 Original patch by Tom Tromey <tromey@cygnus.com> and
13705 Jason Molenda <jmolenda@apple.com>.
13706 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13707 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13708 * NEWS: Mention profiling.
13709 * configure.in (--enable-gdbtk): Fix typo.
13710 (--enable-profiling): New. Set PROFILE_CFLAGS.
13711 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13712 Fill in function.
13713 (profiling_state): New variable.
13714 (mcleanup_wrapper): New function.
13715 (_initialize_maint): Remove NOTYET, fix call to
13716 add_setshow_boolean_cmd for "maint set profile".
13717 * configure: Regenerated.
13718
13719 2003-01-21 Martin M. Hunt <hunt@redhat.com>
13720
13721 * Makefile.in (install-gdbtk): Install PNG images too.
13722
13723 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13724
13725 * exec.c (text_start): Delete global variable.
13726 (exec_file_attach): Make text_start local to the function.
13727 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13728 * valops.c (hand_function_call): Delete code that handles
13729 BEFORE_TEXT_END and AFTER_TEXT_END.
13730 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13731 of CALL_DUMMY_LOCATION.
13732 * gdbarch.c: Regenerate.
13733 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13734 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13735 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13736 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13737 (text_end): Delete extern declaration.
13738
13739 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13740
13741 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13742 * blockframe.c (backtrace_below_main): Move to "frame.c".
13743 (frame_chain_valid): Delete check for backtrace_below_main.
13744 (_initialize_blockframe): Delete initialization, move ``set
13745 backtrace-below-main'' command to "frame.c".
13746 (do_flush_frames_sfunc): Delete function.
13747 * frame.c: Include "command.h" and "gdbcmd.h".
13748 (frame_type_from_pc): New function.
13749 (create_new_frame): Use frame_type_from_pc.
13750 (legacy_get_prev_frame): New function.
13751 (get_prev_frame): Rewrite. When an old style frame, call
13752 legacy_get_prev_frame. Otherwize, unwind the PC first.
13753 (_initialize_frame): Add ``set backtrace-below-main'' command.
13754 * Makefile.in (frame.o): Update dependencies.
13755
13756 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13757
13758 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13759 DEPRECATED_REGISTERS_INFO.
13760
13761 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13762
13763 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13764 Maintainers'. Update `Various Maintainers'.
13765
13766 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13767
13768 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13769 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13770 Suppress actual parameters when `-'.
13771 * gdbarch.h, gdbarch.c: Regenerate.
13772
13773 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13774
13775 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13776 code handling dummy frames.
13777
13778 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13779
13780 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13781 (struct frame_unwind): Add field pop.
13782 * frame.h (frame_pop): Declare.
13783 * frame.c (frame_saved_regs_pop): New function.
13784 (trad_frame_unwinder): Add frame_saved_regs_pop.
13785 (frame_pop): New function.
13786 * dummy-frame.c (dummy_frame_pop): New function.
13787 (discard_innermost_dummy): New function.
13788 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13789 (dummy_frame_unwind): Add dummy_frame_pop.
13790 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13791 * valops.c (hand_function_call): Ditto.
13792 * stack.c (return_command): Ditto.
13793
13794 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13795
13796 * cris-tdep.c: Fix function declaration indentation.
13797 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13798 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13799 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13800 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13801 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13802 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13803
13804 2003-01-18 Michael Chastain <mec@shout.net>
13805
13806 * README (Unpacking and Installation -- quick overview):
13807 Warn against ".../gdb-5.3/gdb/configure".
13808
13809 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13810
13811 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13812 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13813 (struct frame_unwind): Declare opaque.
13814 (dummy_frame_p): Declare function.
13815 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13816 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13817 * dummy-frame.c: Include "frame-unwind.h".
13818 (dummy_frame_p): New function.
13819 (dummy_frame_unwind): New variable.
13820 * frame.c: Include "frame-unwind.h".
13821 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13822 to use the new unwind field.
13823 (set_unwind_by_pc): Delete function.
13824 (create_new_frame, get_prev_frame): Set unwind field using
13825 frame_unwind_find_by_pc.
13826 (trad_frame_unwind, trad_frame_unwinder): New variables.
13827 * frame.h (trad_frame_unwind): Declare variable.
13828 (frame_id_unwind_ftype): Delete declaration.
13829 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13830 (struct frame_unwind): Declare opaque.
13831 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13832 register_unwind with a single unwind pointer.
13833 * frame-unwind.h, frame-unwind.c: New files.
13834 * Makefile.in (SFILES): Add frame-unwind.c.
13835 (frame_unwind_h): Define.
13836 (COMMON_OBS): Add frame-unwind.o.
13837 (frame-unwind.o): Specify dependencies.
13838 (frame.o, dummy-frame.o): Update dependencies.
13839
13840 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13841
13842 * ada-valprint.c: Eliminate PTR.
13843 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13844 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13845 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13846 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13847 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13848 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13849 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13850
13851 2003-01-17 Andrew Cagney <ac131313@redhat.com>
13852
13853 * main.c (captured_main): Don't use PTR.
13854 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13855 * gdbtypes.c (lookup_primitive_typename): Ditto.
13856 (lookup_struct_elt_type): Ditto.
13857 * f-valprint.c (info_common_command): Ditto.
13858 (list_all_visible_commons): Ditto.
13859 * jv-typeprint.c (java_type_print_base): Ditto.
13860
13861 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13862 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13863 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13864 i386-interix-nat.c and i386-interix-tdep.c. Rename
13865 m68klinux-nat.c and m68klinux-tdep.c. Rename
13866 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13867 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13868 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13869 * main.c (captured_main): Use xfree, not free.
13870
13871 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13872
13873 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13874 ID back using a parameter.
13875 * frame.c (frame_id_unwind): Update call.
13876 (frame_saved_regs_id_unwind): Update.
13877 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13878 * dummy-frame.h (struct frame_id): Add opaque declaration.
13879 (dummy_frame_id_unwind): Update declaration.
13880
13881 2003-01-15 Andrew Cagney <ac131313@redhat.com>
13882
13883 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13884
13885 2003-01-15 Stephen P. Smith <ischis2@cox.net>
13886
13887 * MAINTAINERS (Stephen P. Smith): Updated email address.
13888
13889 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13890
13891 Fix PR gdb/898
13892 * breakpoint.c (until_break_command): Add new argument. Use it to
13893 decide whether to stop only at the current frame or not.
13894 * breakpoint.h (until_break_command): Update prototype.
13895 * infcmd.c (until_command): Add new argument to until_break_command
13896 call.
13897 (advance_command): New function.
13898 (_initialize_infcmd): Update help string for 'until' command.
13899 Add new 'advance' command.
13900
13901 2003-01-14 David Carlton <carlton@math.stanford.edu>
13902
13903 * linespec.c (decode_line_1): Normalize comments.
13904 (set_flags): Ditto.
13905 (locate_first_half): Ditto.
13906 (decode_compound): Ditto.
13907 (symtab_from_filename): Ditto.
13908 (decode_all_digits): Ditto.
13909 (decode_dollar): Ditto.
13910 (find_methods): Ditto.
13911 (find_toplevel_char): Ditto.
13912
13913 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13914
13915 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13916 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13917 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13918 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13919 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13920 * language.c, language.h, m32r-tdep.c: Update copyright.
13921 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13922 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13923 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13924 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13925 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13926 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13927
13928 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13929
13930 * stabsread.h (process_later, resolve_cfront_continuation):
13931 Obsolete.
13932 Update copyright years.
13933 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13934 Update copyright year.
13935 * dbxread.c(struct cont_elem): Obsolete.
13936 (process_later, process_now): Obsolete functions.
13937 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13938 Update copyright year.
13939 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13940 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13941 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13942 (parse_partial_symbols): Obsolete cfront support.
13943 * stabsread.c
13944 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13945 macros.
13946 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13947 read_cfront_baseclasses, read_cfront_member_functions,
13948 resolve_cfront_continuation,read_cfront_static_fields,
13949 copy_cfront_struct_fields): Obsolete functions.
13950 (define_symbol, read_one_struct_field): Obsolete cfront support.
13951 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13952 Update Copyright year.
13953
13954 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13955
13956 * stack.c (print_frame_info, print_stack_frame_base_stub,
13957 print_stack_frame_base, show_and_print_stack_frame_stub,
13958 show_and_print_stack_frame, print_only_stack_frame_stub,
13959 print_only_stack_frame): Delete functions.
13960 (print_stack_frame_stub): Call print_frame_info instead of
13961 print_frame_info_base.
13962 (print_frame_info_base): Rename to print_frame_info.
13963 (backtrace_command_1): Call print_frame_info, instead of
13964 print_frame_info_base.
13965 (current_frame_command): Call print_stack_frame, instead of
13966 print_only_stack_frame.
13967 (frame_command): Call print_stack_frame, instead of
13968 show_and_print_stack_frame.
13969 (up_command): Ditto.
13970 (down_command): Ditto.
13971 * frame.h (print_only_stack_frame): Delete prototype.
13972 * infrun.c (normal_stop): Call print_stack_frame, instead of
13973 show_and_print_stack_frame.
13974 * thread.c (info_threads_command): Call print_stack_frame, instead
13975 of print_only_stack_frame.
13976
13977 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13978
13979 * README (Graphical interface to GDB): Update URL. Point at
13980 gdb/links/.
13981
13982 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13983 version match.
13984
13985 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13986
13987 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13988 lines.
13989
13990 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13991
13992 * thread-db.c (attach_thread): Prototype.
13993 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13994 thread information (ti), and valid flags (th_valid, ti_valid).
13995 (attach_thread): Move target_pid_to_str call to after the thread
13996 is added to GDB's list. Initialize the cache.
13997 (thread_get_info_callback, thread_db_map_id2thr)
13998 (thread_db_get_info): New functions.
13999 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
14000 (thread_db_store_registers, thread_db_thread_alive)
14001 (thread_db_get_thread_local_address): Use them.
14002 (thread_db_pid_to_str): Likewise. Return "Missing" instead
14003 of calling error() for threads in unknown state.
14004
14005 (clear_lwpid_callback): New function.
14006 (thread_db_resume): Use it to clear the cache.
14007
14008 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14009
14010 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
14011 (resume_callback): Remove dead code.
14012
14013 2003-01-13 Andrew Cagney <ac131313@redhat.com>
14014
14015 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
14016 predicate.
14017 * gdbarch.h, gdbarch.c: Regenerate.
14018 * stack.c (frame_info): Only initialize the saved registers when
14019 FRAME_INIT_SAVED_REGS_P.
14020 * frame.c (frame_saved_regs_register_unwind): Assert
14021 FRAME_INIT_SAVED_REGS_P.
14022 (deprecated_generic_get_saved_register): Ditto.
14023
14024 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14025
14026 * source.c (openp): Squelch warning about "filename".
14027
14028 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14029
14030 * source.c (openp): If the file does not exist don't necessarily
14031 search the path.
14032
14033 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14034
14035 Fix PR gdb/872.
14036 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
14037 (integer_types_same_name_p): New function.
14038 (rank_one_type): Use it.
14039 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
14040
14041 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14042
14043 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
14044 variables.
14045 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
14046 * configure.in: Add --with-sysroot.
14047 * configure: Regenerated.
14048 * main.c (gdb_sysroot): New variable.
14049 (captured_main): Initialize gdb_sysroot.
14050 * defs.h (gdb_sysroot): New extern declaration.
14051 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
14052
14053 2003-01-12 Michael Chastain <mec@shout.net>
14054
14055 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
14056
14057 2003-01-12 Michael Chastain <mec@shout.net>
14058
14059 * top.c (print_gdb_version): Bump copyright year to 2003.
14060
14061 2003-01-12 David Carlton <carlton@bactrian.org>
14062
14063 * linespec.c (symtab_from_filename): Rename variable 's' to
14064 'file_symtab'.
14065
14066 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14067
14068 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
14069 dummy frame.
14070 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
14071
14072 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14073
14074 * d10v-tdep.c: Include "gdb_assert.h".
14075 (d10v_store_return_value): Rewrite to match current interface.
14076 (d10v_extract_struct_value_address): Ditto.
14077 (d10v_extract_return_value): Ditto.
14078 (d10v_gdbarch_init): Set store_restore_value,
14079 extract_struct_value_address and extract_return_value.
14080
14081 2003-01-12 J. Brobecker <brobecker@gnat.com>
14082
14083 * hpread.c (set_namestring): New procedure replacing the
14084 SET_NAMESTRING macro.
14085 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
14086 by calls to set_namestring.
14087
14088 2003-01-11 J. Brobecker <brobecker@gnat.com>
14089
14090 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
14091 a compilation warning.
14092 (hpread_process_one_debug_symbol): Likewise.
14093
14094 2003-01-10 David Carlton <carlton@math.stanford.edu>
14095
14096 * linespec.c (decode_line_1): Rename variable 's' to
14097 'file_symtab'.
14098 (decode_all_digits): Rename argument 's' to 'file_symtab'.
14099 (decode_dollar): Ditto.
14100 (decode_variable): Ditto.
14101 (symbol_found): Ditto.
14102
14103 2003-01-09 Michael Chastain <mec@shout.net>
14104
14105 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
14106
14107 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
14108
14109 * win32-nat.c (set_process_privilege): New function.
14110 (child_attach): Call set_process_privilege() to enable the
14111 SE_DEBUG_NAME user privilege if available in process token.
14112
14113 2003-01-10 J. Brobecker <brobecker@gnat.com>
14114
14115 * hpread.c (hpread_process_one_debug_symbol): Fix a small
14116 compilation error in the previous revision.
14117
14118 2003-01-09 David Carlton <carlton@math.stanford.edu>
14119
14120 * linespec.c: Update copyright.
14121
14122 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14123
14124 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
14125 than inferior_ptid.
14126 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
14127
14128 2003-01-09 Andrew Cagney <ac131313@redhat.com>
14129
14130 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
14131 Update comments.
14132 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
14133 (frame_saved_regs_zalloc): Update.
14134 (frame_saved_regs_register_unwind): Update.
14135 (create_new_frame): Update.
14136 (get_prev_frame): Update.
14137 (frame_extra_info_zalloc): Update.
14138 (deprecated_get_frame_saved_regs): Update.
14139 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
14140 * cris-tdep.c: Update comment.
14141
14142 * somsolib.h: Fix function indentation.
14143 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
14144 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
14145 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
14146 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
14147 * somsolib.c, inftarg.c: Remove assignment in if conditional.
14148
14149 * infrun.c (follow_fork): Use ISO C definition.
14150 * expprint.c (print_subexp): Use xfree instead of free.
14151 * charset.c: Include "gdb_string.h" instead of <string.h>.
14152 (register_iconv_charsets): Use ISO C definition.
14153 (host_charset, target_charset): Ditto.
14154 * Makefile.in (charset.o): Update dependencies.
14155 (mi-cmd-env.o): Update dependencies.
14156
14157 2003-01-08 Andrew Cagney <cagney@redhat.com>
14158
14159 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
14160 get_frame_base.
14161
14162 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14163
14164 * gdb_mbuild.sh: Add --keep option. When specified, keep the
14165 build directories. Save edited gdb output in Mbuild.log. If a
14166 build fails, remove any final GDB executable.
14167
14168 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14169
14170 * gdb_mbuild.sh: Edit the output of `maint print architecture'
14171 replacing hex constants with function names and stripping leading
14172 file name directory prefixes.
14173
14174 2003-01-08 Andrew Cagney <cagney@redhat.com>
14175
14176 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
14177 get_frame_base.
14178
14179 2003-01-08 David Carlton <carlton@math.stanford.edu>
14180
14181 * linespec.c (decode_line_1): Move code into decode_variable.
14182 (decode_variable): New function.
14183
14184 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14185
14186 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
14187
14188 2003-01-08 Andrew Cagney <cagney@redhat.com>
14189
14190 * cris-tdep.c (cris_frame_init_saved_regs): Use
14191 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
14192 saved_regs buffer.
14193 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
14194 (sh64_nofp_frame_init_saved_regs): Ditto.
14195 (sh_fp_frame_init_saved_regs): Ditto.
14196 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
14197 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14198 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14199 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14200
14201 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
14202
14203 * minsyms.c (lookup_minimal_symbol): Update comment.
14204 (lookup_minimal_symbol_text): Update comment. Use the hash table.
14205 (lookup_minimal_symbol_solib_trampoline): Likewise.
14206
14207 2003-01-08 Andrew Cagney <cagney@redhat.com>
14208
14209 * d10v-tdep.c (d10v_init_extra_frame_info): Use
14210 frame_relative_level.
14211
14212 * alpha-tdep.c: Use get_frame_extra_info.
14213 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14214 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
14215 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14216 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
14217
14218 * alpha-tdep.c: Use get_next_frame.
14219 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14220 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14221 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
14222 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
14223 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
14224 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
14225 * xstormy16-tdep.c: Ditto.
14226
14227 2003-01-07 Andrew Cagney <cagney@redhat.com>
14228
14229 * alpha-tdep.c: Use get_frame_base.
14230 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14231 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14232 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14233 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14234 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
14235 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14236 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
14237 * config/sparc/tm-sparc.h: Ditto.
14238
14239 2003-01-07 Andrew Cagney <cagney@redhat.com>
14240
14241 * frame.c (deprecated_get_frame_context): New function.
14242 (deprecated_set_frame_context): New function.
14243 * frame.h (deprecated_get_frame_context): Declare.
14244 (deprecated_set_frame_context): Declare.
14245 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
14246 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
14247
14248 2003-01-07 Andrew Cagney <cagney@redhat.com>
14249
14250 * frame.c (deprecated_set_frame_next_hack): New function.
14251 (deprecated_set_frame_prev_hack): New function.
14252 * frame.h (deprecated_set_frame_next_hack): Declare.
14253 (deprecated_set_frame_prev_hack): Declare.
14254 * mcore-tdep.c (analyze_dummy_frame): Use
14255 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
14256 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14257
14258 2003-01-07 David Carlton <carlton@math.stanford.edu>
14259
14260 * linespec.c (decode_line_1): Move code into decode_dollar.
14261 (decode_dollar): New function.
14262
14263 2003-01-07 Andrew Cagney <cagney@redhat.com>
14264
14265 * arm-tdep.c (arm_init_extra_frame_info): Use
14266 deprecated_update_frame_base_hack.
14267 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
14268 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14269 (fix_frame_pointer): Ditto.
14270 (mn10300_analyze_prologue): Ditto.
14271
14272 2003-01-07 Andrew Cagney <cagney@redhat.com>
14273
14274 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
14275 extra_info using frame_extra_info_zalloc.
14276 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
14277 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
14278 (sh64_init_extra_frame_info): Ditto.
14279 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
14280 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
14281 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14282 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
14283 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
14284 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
14285 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
14286 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
14287 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
14288 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
14289 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
14290 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
14291
14292 * mn10300-tdep.c (analyze_dummy_frame): Use
14293 deprecated_set_frame_extra_info_hack.
14294 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14295
14296 2003-01-07 J. Brobecker <brobecker@gnat.com>
14297
14298 * mdebugread.c (parse_symbol): Skip stProc entries which storage
14299 class is not scText. These do not define "real" procedures.
14300 (parse_partial_symbols): Likewise.
14301
14302 2003-01-06 Michael Snyder <msnyder@redhat.com>
14303
14304 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
14305
14306 2003-01-06 Andrew Cagney <ac131313@redhat.com>
14307
14308 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
14309 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
14310 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
14311 deprecated_frame_xmalloc_with_cleanup.
14312 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
14313 deprecated_frame_xmalloc.
14314 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
14315 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
14316
14317 2003-01-06 Andrew Cagney <cagney@redhat.com>
14318
14319 * x86-64-linux-tdep.c: Include "osabi.h".
14320 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
14321
14322 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
14323
14324 2003-01-06 Andrew Cagney <cagney@redhat.com>
14325
14326 * MAINTAINERS (Target Instruction Set Architectures): Update
14327 arm-elf. Can be built with -Werror, has been multiarched.
14328
14329 * value.h (unpack_long): Make buffer parameter constant.
14330 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
14331 * scm-lang.h (scm_parse): Ditto.
14332 * defs.h (extract_typed_address, extract_address): Ditto.
14333 (extract_long_unsigned_integer): Ditto.
14334 * inferior.h (unsigned_pointer_to_address): Ditto.
14335 (signed_pointer_to_address): Ditto.
14336 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
14337 * gdbarch.h, gdbarch.c: Regenerate.
14338 * findvar.c (extract_long_unsigned_integer): Update.
14339 (extract_address): Update.
14340 (extract_typed_address): Update.
14341 (unsigned_pointer_to_address): Update.
14342 * values.c (unpack_long): Update.
14343 (unpack_double): Update.
14344 (unpack_pointer): Update.
14345 (unpack_field_as_long): Update.
14346 * d10v-tdep.c (d10v_pointer_to_address): Update.
14347 * avr-tdep.c (avr_pointer_to_address): Update.
14348 * scm-lang.c (scm_unpack): Update.
14349 * findvar.c (signed_pointer_to_address): Update.
14350
14351 2003-01-06 Michal Ludvig <mludvig@suse.cz>
14352
14353 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
14354 since it is in i386-tdep.c.
14355
14356 2003-01-06 J. Brobecker <brobecker@gnat.com>
14357
14358 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
14359 failure introduced in the previous change.
14360
14361 2003-01-05 Michael Chastain <mec@shout.net>
14362
14363 * README: Remove references to deleted remote-*.c files:
14364 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
14365 remote-nrom.c, remote-os9k.c, remote-udi.c.
14366
14367 2003-01-05 Mark Kettenis <kettenis@gnu.org>
14368
14369 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
14370 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
14371 i386_get_longjmp_target.
14372
14373 2003-01-05 Andrew Cagney <ac131313@redhat.com>
14374
14375 * arm-tdep.c (prologue_cache): Change to a pointer.
14376 (_initialize_arm_tdep): Allocate prologue_cache.
14377 (check_prologue_cache): Update.
14378 (save_prologue_cache): Update.
14379 (arm_gdbarch_init): Update.
14380
14381 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14382
14383 * stabsread.c (update_method_name_from_physname): Call complaint()
14384 instead of error.
14385
14386 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14387
14388 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
14389 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
14390 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
14391
14392 * blockframe.c: Include "gdbcmd.h" and "command.h".
14393 (backtrace_below_main): New variable.
14394 (file_frame_chain_valid, func_frame_chain_valid)
14395 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
14396 (generic_func_frame_chain_valid): Remove functions.
14397 (frame_chain_valid, do_flush_frames_sfunc): New functions.
14398 (_initialize_blockframe): New function.
14399 * Makefile.in (blockframe.o): Update dependencies.
14400 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
14401 comment. Call frame_chain_valid ().
14402 * frame.h: Remove old prototypes. Add prototype for
14403 frame_chain_valid and update comments to match.
14404 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
14405 Remove old comment.
14406 * gdbarch.h: Regenerated.
14407 * gdbarch.c: Regenerated.
14408
14409 * alpha-tdep.c (alpha_gdbarch_init): Don't call
14410 set_gdbarch_frame_chain_valid.
14411 * avr-tdep.c (avr_gdbarch_init): Likewise.
14412 * cris-tdep.c (cris_gdbarch_init): Likewise.
14413 * frv-tdep.c (frv_gdbarch_init): Likewise.
14414 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14415 * i386-tdep.c (i386_svr4_init_abi): Likewise.
14416 (i386_nw_init_abi): Likewise.
14417 (i386_gdbarch_init): Likewise.
14418 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
14419 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
14420 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
14421 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
14422 * mips-tdep.c (mips_gdbarch_init): Likewise.
14423 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
14424 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
14425 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
14426 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14427 * s390-tdep.c (s390_gdbarch_init): Likewise.
14428 * sh-tdep.c (sh_gdbarch_init): Likewise.
14429 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14430 * v850-tdep.c (v850_gdbarch_init): Likewise.
14431 * vax-tdep.c (vax_gdbarch_init): Likewise.
14432 * x86-64-tdep.c (x86_64_init_abi): Likewise.
14433
14434 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
14435 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
14436 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
14437 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
14438 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
14439 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
14440 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
14441 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
14442
14443 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14444
14445 * Makefile.in (acconfig_h): Remove incorrect macro.
14446 (config_h): Define.
14447 (osabi.o): Update dependencies.
14448 * configure.tgt: Set gdb_osabi based on target triplet.
14449 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
14450 * configure: Regenerated.
14451 * config.in: Regenerated.
14452 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
14453 (GDB_OSABI_DEFAULT): Define if not already defined.
14454 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
14455 (set_osabi_string): New variables.
14456 (gdbarch_register_osabi): Add new OS ABI to
14457 gdb_osabi_available_names.
14458 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
14459 (set_osabi, show_osabi): New functions.
14460 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
14461
14462 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14463
14464 * arch-utils.c (gdbarch_info_init): Set osabi to
14465 GDB_OSABI_UNINITIALIZED.
14466 * gdbarch.sh: Add osabi to struct gdbarch and to struct
14467 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
14468 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
14469 * gdbarch.c: Regenerated.
14470 * gdbarch.h: Regenerated.
14471 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
14472 there's no BFD.
14473 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
14474 * osabi.h (enum gdb_osabi): Move to defs.h.
14475 (gdbarch_init_osabi): Update prototype.
14476 * defs.h (enum gdb_osabi): Moved here.
14477 * Makefile.in: Update dependencies.
14478
14479 * alpha-tdep.h: Don't include "osabi.h".
14480 (struct gdbarch_tdep): Remove osabi member.
14481 * alpha-tdep.c: Include "osabi.h".
14482 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14483 iterate over arches. Update call to gdbarch_init_osabi.
14484 (alpha_dump_tdep): Don't dump osabi.
14485 * alpha-linux-tdep.c: Include "osabi.h".
14486 * alpha-osf1-tdep.c: Include "osabi.h".
14487 * alphafbsd-tdep.c: Include "osabi.h".
14488 * alphanbsd-tdep.c: Include "osabi.h".
14489
14490 * arm-tdep.h: Don't include "osabi.h".
14491 (struct gdbarch_tdep): Remove osabi member.
14492 * arm-tdep.c: Include "osabi.h".
14493 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14494 iterate over arches. Update call to gdbarch_init_osabi.
14495 (arm_dump_tdep): Don't dump osabi.
14496 * arm-linux-tdep.c: Include "osabi.h".
14497 * armnbsd-tdep.c: Include "osabi.h".
14498
14499 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14500 Update call to gdbarch_init_osabi.
14501
14502 * i386-tdep.h: Don't include "osabi.h".
14503 (struct gdbarch_tdep): Remove osabi member.
14504 * i386-tdep.c: Include "osabi.h".
14505 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14506 iterate over arches. Update call to gdbarch_init_osabi.
14507 (i386_dump_tdep): Don't dump osabi.
14508 * i386-linux-tdep.c: Include "osabi.h".
14509 * i386-sol2-tdep.c: Include "osabi.h".
14510 * i386bsd-tdep.c: Include "osabi.h".
14511 * i386gnu-tdep.c: Include "osabi.h".
14512 * i386ly-tdep.c: Include "osabi.h".
14513 * i386nbsd-tdep.c: Include "osabi.h".
14514 * i386obsd-tdep.c: Include "osabi.h".
14515
14516 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14517 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14518 check osabi when iterating over arches. Update call to
14519 gdbarch_init_osabi.
14520 (mips_dump_tdep): Don't dump osabi.
14521
14522 * ns32k-tdep.h: Don't include "osabi.h".
14523 (struct gdbarch_tdep): Remove.
14524 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14525 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14526 allocate tdep. Update call to gdbarch_init_osabi.
14527 (ns32k_dump_tdep): Remove.
14528 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14529 * ns32knbsd-tdep.c: Include "osabi.h".
14530
14531 * ppc-tdep.h: Don't include "osabi.h".
14532 (struct gdbarch_tdep): Remove osabi member.
14533 * rs6000-tdep.c: Include "osabi.h".
14534 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
14535 osabi when iterating over arches. Update call to
14536 gdbarch_init_osabi.
14537 (rs6000_dump_tdep): Don't dump osabi.
14538 * ppc-linux-tdep.c: Include "osabi.h".
14539 * ppcnbsd-tdep.c: Include "osabi.h".
14540
14541 * sh-tdep.h: Don't include "osabi.h".
14542 (struct gdbarch_tdep): Remove osabi member.
14543 * sh-tdep.c: Include "osabi.h".
14544 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14545 iterate over arches. Update call to gdbarch_init_osabi.
14546 (sh_dump_tdep): Don't dump osabi.
14547 * shnbsd-tdep.c: Include "osabi.h".
14548
14549 * sparc-tdep.c: Include "osabi.h".
14550 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14551 iterate over arches. Update call to gdbarch_init_osabi.
14552 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
14553 tdep structure.
14554
14555 * vax-tdep.h: Don't include "osabi.h".
14556 (struct gdbarch_tdep): Remove.
14557 * vax-tdep.c: Include "osabi.h".
14558 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14559 iterate over arches. Don't allocate tdep. Update call
14560 to gdbarch_init_osabi.
14561 (vax_dump_tdep): Remove.
14562 (_initialize_vax_tdep): Update call to gdbarch_register.
14563
14564 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14565
14566 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14567 entirely.
14568 (breakpoint_re_set_one): Don't fetch the value for a disabled
14569 watchpoint.
14570
14571 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14572
14573 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14574 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14575 (COERCE_FLOAT_TO_DOUBLE): Remove.
14576 * gdbarch.c: Regenerate.
14577 * gdbarch.h: Regenerate.
14578 * Makefile.in: Remove value_h from gdbarch_h.
14579 * valops.c (coerce_float_to_double): New variable.
14580 (default_coerce_float_to_double): Remove.
14581 (standard_coerce_float_to_double): Remove.
14582 (value_arg_coerce): Use coerce_float_to_double.
14583 (_initialize_valops): Add "set coerce-float-to-double".
14584 * value.h (default_coerce_float_to_double): Remove prototype.
14585 (standard_coerce_float_to_double): Remove prototype.
14586
14587 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14588 prototyped.
14589 * mdebugread.c (parse_symbol): Likewise.
14590 * stabsread.c (define_symbol): Mark all functions as prototyped.
14591
14592 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14593 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14594 set_gdbarch_coerce_float_to_double.
14595 * arm-tdep.c (arm_gdbarch_init): Likewise.
14596 * frv-tdep.c (frv_gdbarch_init): Likewise.
14597 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14598 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14599 * mips-tdep.c (mips_gdbarch_init): Likewise.
14600 (mips_coerce_float_to_double): Remove.
14601 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14602 (rs6000_coerce_float_to_double): Remove.
14603 * s390-tdep.c (s390_gdbarch_init): Likewise.
14604 * sh-tdep.c (sh_gdbarch_init): Likewise.
14605 (sh_coerce_float_to_double): Remove.
14606 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14607 (sparc_coerce_float_to_double): Remove.
14608 * v850-tdep.c (v850_gdbarch_init): Likewise.
14609 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14610 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14611 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14612 (hppa_coerce_float_to_double): Remove prototype.
14613 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14614
14615 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14616
14617 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14618
14619 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14620
14621 Suggested by Stewart Brown <sb24@avaya.com>:
14622 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14623 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14624 (c_type_print_varspec_suffix): Likewise.
14625
14626 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14627
14628 * configure.in: Don't set and AC_SUBST SUBDIRS.
14629 * configure: Regenerated.
14630
14631 * configure.in: Remove code dealing with shared libraries.
14632 * Makefile.in: Remove HLDFLAGS and HLDENV.
14633 * configure: Regenerated.
14634
14635 2003-01-04 Andrew Cagney <ac131313@redhat.com>
14636
14637 * frame.c (deprecated_frame_xmalloc): New function.
14638 (deprecated_set_frame_saved_regs_hack): New function.
14639 (deprecated_set_frame_extra_info_hack): New function.
14640 * frame.h (deprecated_frame_xmalloc): Declare.
14641 (deprecated_set_frame_saved_regs_hack): Declare.
14642 (deprecated_set_frame_extra_info_hack): Declare.
14643
14644 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14645
14646 * configure.in: Move code that provides the --enable-gdbtk option
14647 right after the code that handles the --enable-tui option, and
14648 polish it somewhat.
14649 * configure: Regenerated.
14650
14651 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14652 AC_CHECK_FUNCS and remove the old check for pread64.
14653 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14654 * acconfig.h (_GNU_SOURCE): Add.
14655 (HAVE_PREAD64): Remove.
14656 * configure, aclocal.m4, config.in: Regenerated.
14657
14658 2003-01-03 Andrew Cagney <ac131313@redhat.com>
14659
14660 * alpha-tdep.c: Use get_frame_saved_regs.
14661 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14662 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14663 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14664 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14665 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14666
14667 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14668
14669 * configure.in: Remove all use of the SUBDIRS variable; add
14670 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14671 code providing the --enable-multi-ice option, and move it right in
14672 front of the code that checks whether gdbserver is supported.
14673 Polish that too.
14674 * configure: Regenerated.
14675 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14676 @SUBDIRS@.
14677
14678 2003-01-03 Andrew Cagney <cagney@redhat.com>
14679
14680 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14681 * avr-tdep.c, cris-tdep.c: Ditto.
14682 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14683 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14684
14685 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14686
14687 * configure.in: Remove --enable-netrom option.
14688 * configure: Regenerated.
14689
14690 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14691
14692 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14693 declaration for `struct re_pattern_buffer' instead.
14694 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14695
14696 2003-01-03 J. Brobecker <brobecker@gnat.com>
14697
14698 * mdebugread.c (parse_symbol): Count until the stEnd matching
14699 the structure name.
14700
14701 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14702
14703 * configure.in: Remove --with-cpu option.
14704 subscripts. Remove evil changequotes here.
14705 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14706 * config.in, configure: Regenerated.
14707
14708 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14709 * configure.in: Cleanup section that sources GDB and BFD configure
14710 subscripts. Remove evil changequotes here.
14711 * config.in, configure: Regenerated.
14712
14713 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14714
14715 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14716 frame accessor methods.
14717 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14718 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14719 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14720 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14721 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14722 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14723 * z8k-tdep.c: Ditto.
14724
14725 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14726
14727 * configure.in: Remove UI_OUT configuration code.
14728 * ada-lang.c: Update assuming UI_OUT is always true.
14729 * Makefile.in (UIOUT_CFLAGS): Remove.
14730 * configure: Regenerated.
14731 * TODO: Remove blurb about elimination of -DUI_OUT.
14732
14733 * configure.in: Move code that provides the --enable-gdbcli,
14734 --enable-gdbmi options right before the code that handles the
14735 --enable-tui option. Polish a bit.
14736 * configure: Regenerated.
14737
14738 * configure.in: Rewrite check for GNU regex and the
14739 --without-included regex option, and move it into the "Checks for
14740 library functions" section. This makes us use the system regex
14741 again by default on systems with version 2 of the GNU C library.
14742 This was apparently broken.
14743 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14744 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14745 * config.in, configure: Regenerated.
14746
14747 * configure.in: Move code that provides the --enable-tui option
14748 before the "Checks for libraries" section. Polish the code
14749 somewhat and set need_curses to yes if we build the TUI. Rewrite
14750 code that looks for a library providing termcap functionality to
14751 match more closely what's done in the Readline library, and move
14752 it into to the "Checks for libraries" section.
14753 * configure: Regenerated.
14754 * Makefile.in (TERMCAP): Remove variable.
14755 * config/i386/go32.mh (TERMCAP): Remove variable.
14756
14757 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14758
14759 * MAINTAINERS: Mention gdb_mbuild.sh.
14760 * gdb_mbuild.sh: Rewrite.
14761
14762 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14763
14764 * configure.in: Fix typo in last change.
14765 * config.in, configure: Regenerated.
14766
14767 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14768
14769 * valarith.c (value_binop): Delete obsolete code and comments.
14770 * configure.host: Ditto.
14771 * buildsym.h (make_blockvector): Ditto.
14772 * buildsym.c (make_blockvector): Ditto.
14773 * defs.h (enum language): Ditto.
14774 (chill_demangle): Ditto.
14775 * elfread.c (elf_symtab_read): Ditto.
14776 * dwarfread.c (CHILL_PRODUCER): Ditto.
14777 (set_cu_language): Ditto.
14778 (handle_producer): Ditto.
14779 * expprint.c (print_subexp): Ditto.
14780 * gdbtypes.c (chill_varying_type): Ditto.
14781 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14782 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14783 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14784 (chill_varying_type): Ditto.
14785 * language.h (_LANG_chill): Ditto.
14786 * language.c (binop_result_type, integral_type): Ditto.
14787 (character_type, string_type, structured_type): Ditto.
14788 (lang_bool_type, binop_type_check): Ditto.
14789 * stabsread.h (os9k_stabs): Ditto.
14790 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14791 (define_symbol, read_type, read_struct_fields): Ditto.
14792 (read_array_type, read_enum_type, read_huge_number): Ditto.
14793 (read_range_type, start_stabs): Ditto.
14794 * symfile.c (init_filename_language_table): Ditto.
14795 (add_psymbol_with_dem_name_to_list): Ditto.
14796 * symtab.c (symbol_init_language_specific): Ditto.
14797 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14798 * symtab.h (struct general_symbol_info): Ditto.
14799 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14800 * typeprint.c (typedef_print): Ditto.
14801 * utils.c (fprintf_symbol_filtered): Ditto.
14802 * valops.c (value_cast, search_struct_field, value_slice): Delete
14803 obsolete code.
14804 (varying_to_slice): Delete function.
14805 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14806 (varying_to_slice): Delete declaration.
14807 * MAINTAINERS: Update.
14808
14809 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14810
14811 * configure.in: Reorganize "Checks for library functions section"
14812 a bit. Remove check for `btowc' and `isascii' functions.
14813 * configure: Regenerated.
14814
14815 * acconfig.h (_MSE_INT_H): Remove.
14816 * configure.in: Create "Checks for header files" section, and move
14817 appropriate tests there. Don't check for objlist.h, wchar.h,
14818 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14819 misdetection fix. Also add "Checks for types", "Checks for
14820 compiler characteristics" and "Checks for library functions"
14821 sections.
14822 * config.in, configure: Regenerated.
14823
14824 * configure.in: Create "Checks for programs" section, and move
14825 appropriate tests there.
14826
14827 2003-01-01 Mark Kettenis <kettenis@gnu.org>
14828
14829 * configure.in: Create "Checks for libraries" section, and move
14830 appropriate tests there. Cleanup check for wctype in libw. Use
14831 AC_SEARCH_LIBS to see whether we need libsocket.
14832 * configure: Regenerated.
14833
14834 For older changes see ChangeLog-2002
14835 \f
14836 Local Variables:
14837 mode: change-log
14838 left-margin: 8
14839 fill-column: 74
14840 version-control: never
14841 End:
This page took 0.456105 seconds and 5 git commands to generate.