* osabi.c (_initialize_gdb_osabi): Don't return before registering
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-11-20 Jim Blandy <jimb@redhat.com>
2
3 * osabi.c (_initialize_gdb_osabi): Don't return before registering
4 the 'set osabi' and 'show osabi' commands.
5
6 2003-11-19 Mark Kettenis <kettenis@gnu.org>
7
8 * frame.c (get_prev_frame): Use result from
9 get_frame_address_in_block instead of get_frame_pc as argument to
10 inside_main_func. Fixes PR backtrace/1435.
11
12 2003-11-19 Andrew Cagney <cagney@redhat.com>
13
14 * stack.c (return_command): Handle "void", "legacy" and "unknown
15 location" return values separatly.
16 * values.c (using_struct_return): Return 0 for a "void" return
17 type. Mention "register_value_being_returned".
18 (register_value_being_returned): Mention "using_struct_return".
19
20 2003-11-19 Daniel Jacobowitz <drow@mvista.com>
21
22 * dwarf2read.c (offreg, basereg, isderef, frame_base_reg)
23 (frame_base_offset): Delete.
24 (read_func_scope): Delete call to decode_locdesc.
25 (decode_locdesc): Update comments. Don't set the removed variables.
26 Complain for DW_OP_reg* not at the end. Remove DW_OP_breg* and
27 DW_OP_fbreg support.
28
29 2003-11-18 Daniel Jacobowitz <drow@mvista.com>
30
31 * dwarf2read.c (optimized_out, islocal): Remove.
32 (decode_locdesc): Update comments. Don't set optimized_out
33 or islocal.
34
35 2003-11-17 Jeff Johnston <jjohnstn@redhat.com>
36 David Mosberger <davidm@hpl.hp.com>
37
38 * ia64-tdep.c: Include elf.h.
39 [HAVE_LIBUNWIND_IA64_H]: Include libunwind-frame.h and
40 libunwind-ia64.h.
41 (ia64_rse_slot_num, ia64_rse_skip_regs): New for libunwind support.
42 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum): Ditto.
43 (ia64_is_fpreg, ia64_access_reg): Ditto.
44 (ia64_access_fpreg, ia64_access_mem): Ditto.
45 (get_kernel_table): Ditto.
46 (ia64_find_unwind_table): Ditto.
47 (ia64_find_proc_info_x, ia64_put_unwind_info): Ditto.
48 (ia64_get_dyn_info_list, ia64_libunwind_frame_this_id): Ditto.
49 (ia64_libunwind_frame_prev_register): Ditto.
50 (ia64_libunwind_frame_sniffer): Ditto.
51 (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Add libunwind frame
52 sniffer. Register libunwind functions needed by generic
53 libunwind frame code using libunwind_frame_set_descr().
54
55 2003-11-16 Daniel Jacobowitz <drow@mvista.com>
56
57 * breakpoint.c (re_enable_breakpoints_in_shlibs): Only re-enable a
58 bp_shlib_disabled breakpoint if there is a shared library mapped
59 at its expected address.
60
61 2003-11-16 Andrew Cagney <cagney@redhat.com>
62
63 * configure.tgt: Delete mips*tx39*-elf*.
64 * config/mips/tm-tx39.h: Delete file.
65 * config/mips/tx39.mt: Delete file.
66 * config/mips/tx39.mt: Delete file.
67
68 * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Declare.
69 * remote-mips.c (common_open): Instead of
70 "mips_read_register_type" and "mips_set_processor_type_command"
71 call "deprecated_mips_set_processor_regs_hack".
72 * config/mips/tm-mips.h (mips_read_processor_type): Delete
73 declaration.
74 (mips_set_processor_type_command): Delete declaration.
75 * mips-tdep.c (mips_gdbarch_init): Update comment.
76 (mips_dump_tdep): Do not print MIPS_REGISTER_NAMES.
77 (mips_set_processor_type): Delete function.
78 (NUM_MIPS_PROCESSOR_REGS): Define.
79 (mips_show_processor_type_command): Delete function.
80 (mips_set_processor_type_command): Delete function.
81 (tmp_mips_processor_type): Delete.
82 (mips_processor_type): Delete.
83 (mips_processor_type_table): Delete.
84 (mips_r3051_reg_names): Delete.
85 (mips_r3081_reg_names): Delete.
86 (mips_lsi33k_reg_names): Delete.
87 (mips_processor_reg_names): Delete.
88 (mips_read_processor_type): Delete function.
89 (deprecated_mips_set_processor_regs_hack): New function.
90 (struct gdbarch_tdep): Add member "mips_processor_reg_names".
91 (mips_register_name): Get the processor names from the tdep.
92 (mips_tx39_reg_names): New array.
93 (mips_generic_reg_names): Wire to a standard set of names.
94 (mips_gdbarch_init): Set "mips_processor_reg_names".
95 * config/mips/tm-irix5.h (MIPS_REGISTER_NAMES): Delete macro.
96 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Delete macro.
97 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Delete macro.
98
99 2003-11-16 Andrew Cagney <cagney@redhat.com>
100
101 * mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
102 (mips_fpa0_regnum, mips_regnum): New function.
103 (mips_gdbarch_init): Fill in the "regnum" fields.
104 * mips-tdep.h (struct mips_regnum): Define.
105 (mips_regnum): Declare.
106 * config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
107 (LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
108 (CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
109 (FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
110 * config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
111 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
112 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
113 * config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
114 (PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
115 (HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
116 * remote-mips.c: Include "mips-tdep.h". Update.
117 * mipsnbsd-tdep.c: Update.
118 * mipsv4-nat.c: Update.
119 * mips-tdep.c: Update.
120 * mips-nat.c: Update.
121 * mips-linux-tdep.c: Update.
122 * mips-linux-nat.c: Update.
123 * irix5-nat.c: Update.
124 * dve3900-rom.c: Include "mips-tdep.h". Update.
125 (ignore_packet): Supress GCC warning.
126 * config/mips/nm-riscos.h: Update.
127
128 2003-11-16 Andrew Cagney <cagney@redhat.com>
129
130 * mips-tdep.c: Replace DEPRECATED_REGISTER_RAW_SIZE with
131 register_size.
132 (mips_register_raw_size): Delete function.
133 (mips_register_type): Handle "mips64_transfers_32bit_regs_p".
134 (mips_gdbarch_init): Do not set "deprecated_register_raw_size".
135 Check and set "mips64_transfers_32bit_regs_p".
136 (struct gdbarch_tdep): Add "mips64_transfers_32bit_regs_p".
137 (mips_register_convertible): Check the architecture's
138 "mips64_transfers_32bit_regs_p".
139 (set_mips64_transfers_32bit_regs): New function.
140 (_initialize_mips_tdep): Use "add_setshow_cmd" when adding the
141 "set remote-mips64-transfers-32bit-regs" command. Specify
142 set_mips64_transfers_32bit_regs as the set function.
143 * Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
144
145 2003-11-16 Mark Kettenis <kettenis@gnu.org>
146
147 * i386-tdep.h (i386_supply_gregset): Provide prototype.
148 * i386-tdep.c (i386_supply_gregset): Make public.
149
150 2003-11-16 Andrew Cagney <cagney@redhat.com>
151
152 * mips-tdep.c (mips_register_byte): Delete function.
153 (mips_gdbarch_init): Do not set "deprecated_register_byte".
154 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Delete macro.
155 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Delete macro.
156 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Delete macro.
157
158 2003-11-16 Mark Kettenis <kettenis@gnu.org>
159
160 * i386-tdep.c (i386_extract_return_value): Don't use bfd_byte.
161
162 2003-11-16 Andrew Cagney <cagney@redhat.com>
163
164 * config/mips/linux64.mt: Delete file.
165 * config/mips/tm-linux64.h: Delete file.
166 * config/mips/tm-mips64.h: Delete file.
167 * config/mips/embed64.mt: Delete file.
168 * config/djgpp/fnchange.lst: Update.
169 * configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
170 mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
171 * config/mips/tm-irix6.h: Update copyright. Include
172 "mips/tm-mips.h" instead of "mips/tm-mips64.h".
173 * mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
174 "OP_LDGPR".
175
176 2003-11-15 Andrew Cagney <cagney@redhat.com>
177
178 * mips-tdep.c (mips_register_type): Simplify. Eliminate reference
179 to MIPS_REGISTER_TYPE. Make integer registers signed. Make IRIX
180 n32 registers 64 bit.
181 (mips_register_raw_size, mips_register_byte): For pseudo
182 registers, use the register's pseudo size and not the
183 corresponding raw register's size.
184 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Delete macro.
185 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Delete macro.
186 * config/mips/tm-irix6.h: Don't #undef MIPS_REGISTER_TYPE.
187 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Delete macro.
188
189 2003-11-15 Andrew Cagney <cagney@redhat.com>
190
191 * mips-tdep.c (struct gdbarch_tdep): Delete member
192 gdb_target_is_mips64.
193 (GDB_TARGET_IS_MIPS64): Delete macro.
194 (mips_gdbarch_init): Do not set tdep's gdb_target_is_mips64.
195 (mips_dump_tdep): Do not print GDB_TARGET_IS_MIPS64.
196 (mips_addr_bits_remove): Simplify.
197
198 * mips-tdep.c: Replace DEPRECATED_REGISTER_VIRTUAL_SIZE with
199 register_size.
200
201 Replace MIPS_REGSIZE with mips_regsize.
202 * mips-tdep.c (mips_regsize): New function.
203 * mips-tdep.h (mips_regsize): Declare.
204 * mipsnbsd-tdep.h (SIZEOF_STRUCT_FPREG): Update.
205 (SIZEOF_STRUCT_REG): Update.
206 * mipsnbsd-tdep.c (mipsnbsd_supply_reg): Update.
207 (mipsnbsd_fill_reg): Update.
208 (mipsnbsd_supply_fpreg): Update.
209 (mipsnbsd_fill_fpreg): Update.
210 (NBSD_MIPS_JB_ELEMENT_SIZE): Update.
211 * mips-tdep.c (mips_register_raw_size): Update.
212 (mips_register_type): Update.
213 (SIGFRAME_BASE): Update.
214 (SIGFRAME_PC_OFF): Update.
215 (SIGFRAME_REGSAVE_OFF): Update.
216 (SIGFRAME_FPREGSAVE_OFF): Update.
217 (SIGFRAME_REG_SIZE): Update.
218 (mips32_heuristic_proc_desc): Update.
219 (print_gp_register_row): Update.
220 (mips_dump_tdep): Do not print MIPS_REGSIZE.
221 * irix5-nat.c (supply_gregset): Update.
222 (fetch_core_registers): Update.
223 * config/mips/tm-mips64.h (MIPS_REGSIZE): Delete macro.
224 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Update.
225 * config/mips/tm-mips.h (MIPS_REGSIZE): Delete macro.
226 (MIPS_REGISTER_BYTE): Update.
227 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Update.
228
229 2003-11-15 Andrew Cagney <cagney@redhat.com>
230
231 * config/sparc/tm-sparc.h (DEPRECATE_USE_REGISTER_NOT_ARG): Rename
232 USE_REGISTER_NOT_ARG.
233 * stabsread.c (define_symbol): Update.
234
235 2003-11-15 Andrew Cagney <cagney@redhat.com>
236
237 * bcache.h (deprecated_bcache): Declare.
238 (bcache): Make returned buffer constant.
239 * bcache.c (deprecated_bcache): New function.
240 (bcache_data): New function.
241 (bcache): Call bcache data.
242 * symfile.c (add_psymbol_to_list): Use deprecated_bcache.
243 (add_psymbol_with_dem_name_to_list): Ditto.
244
245 2003-11-15 Mark Kettenis <kettenis@gnu.org>
246
247 * glibc-tdep.h (struct gdbarch): Declare opaque.
248 (glibc_skip_solib_resolver): Adjust prototype.
249 * glibc-tdep.c (glibc_skip_solib_resolver): Adjust.
250 * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Remove.
251 (arm_linux_init_abi): Set skip_solib_resolver.
252 * i386-linux-tdep.c (i386_linux_skip_solib_resolver): Remove.
253 (i386_linux_init_abi): Set skip_solib_resolver.
254 * config/arm/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
255 (arm_linux_skip_solib_resolver): Remove prototype.
256 * config/i386/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
257 (i386_linux_skip_solib_resolver): Remove prototype.
258
259 2003-11-14 Mark Kettenis <kettenis@gnu.org>
260
261 * gdbarch.sh (skip_solib_resolver): Change into a multi-arch
262 function.
263 * gdbarch.c, gdbarch.h: Regenerate.
264 * infrun.c (handle_inferior_event): Call
265 gdbarch_skip_solib_resolver instead of SKIP_SOLIB_RESOLVER.
266 * arch-utils.c (generic_in_solib_call_trampoline): Adjust function
267 definition.
268 * arch-utils.h (generic_in_solib_call_trampoline): Adjust function
269 prototype.
270
271 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
272
273 * libunwind-frame.c: New file.
274 * libunwind-frame.h: New file.
275 * acconfig.h (HAVE_LIBUNWIND): #undef reference added.
276 * configure.in: Add --with-libunwind option support. Define
277 HAVE_LIBUNWIND if libunwind support selected / defaulted.
278 Also check for libunwind.h and libunwind-ia64.h headers.
279 * configure: Regenerated.
280 * Makefile.in: Add support for libunwind-frame.o.
281 * config.in: Regenerated.
282
283 2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
284
285 * config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to
286 set up the ia64 linux native target method for getting the kernel
287 unwind table.
288 * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function.
289 * inftarg.c (child_xfer_partial): Enable section of code to
290 handle TARGET_OBJECT_UNWIND_TABLE.
291 * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro.
292
293 2003-11-14 Ian Lance Taylor <ian@wasabisystems.com>
294
295 * config/arm/nbsd.mt (TM_FILE): Define.
296 * config/arm/tm-nbsd.h: New file.
297
298 2003-11-14 Andrew Cagney <cagney@redhat.com>
299
300 * Makefile.in (ppc-sysv-tdep.o): Update dependencies.
301 * ppc-sysv-tdep.c: Include "objfiles.h".
302 (ppc64_sysv_abi_push_dummy_call): Provide the
303 the FN's objfile when looking for the descriptor.
304
305 * ppc-linux-tdep.c (ppc_linux_init_abi): Set PPC64's
306 "name_of_malloc" to ".malloc".
307
308 2003-11-13 Mark Kettenis <kettenis@gnu.org>
309
310 * config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
311
312 2003-11-13 David Carlton <carlton@kealia.com>
313
314 * cp-namespace.c (lookup_namespace_scope): Fix typo in comment.
315
316 2003-11-13 Andrew Cagney <cagney@redhat.com>
317
318 * arch-utils.h (selected_architecture_name): Declare.
319 (selected_byte_order): Declare.
320 * arch-utils.c (selected_byte_order): New function.
321 (selected_architecture_name): New function.
322 (target_architecture_auto): Make static.
323 (set_architecture_string): Make static.
324 (target_byte_order): Make static.
325 (target_byte_order_auto): Make static.
326 * gdbarch.sh (TARGET_BYTE_ORDER, TARGET_ARCHITECTURE): Delete
327 non-multi-arch definition.
328 (TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_AUTO): Delete.
329 (target_byte_order, target_architecture): Delete declaration.
330 (target_byte_order_auto, target_architecture_auto): Ditto.
331 * gdbarch.h: Re-generate.
332 * remote-sim.c (gdbsim_open): Use "selected_architecture_name" and
333 "selected_byte_order".
334
335 2003-11-13 Andrew Cagney <cagney@redhat.com>
336
337 * ppc-linux-tdep.c (ppc_linux_return_value): Fix parameter order.
338
339 2003-11-13 Jim Blandy <jimb@redhat.com>
340
341 * cp-namespace.c: Doc fix.
342
343 2003-11-12 Michael Snyder <msnyder@redhat.com>
344
345 * sh64_tdep.c: Regularize some names.
346 (sh_sh64_register_name): Rename to sh64_register_name.
347 (sh_sh64_breakpoint_from_pc): Rename to sh64_breakpoint_from_pc.
348 (sh_sh64_register_byte): Rename to sh64_register_byte.
349 (sh_sh64_build_float_register_type):
350 Rename to sh64_build_float_register_type.
351 (sh_sh64_register_convert_to_virtual):
352 Rename to sh64_register_convert_to_virtual.
353 (sh_sh64_register_convert_to_raw):
354 Rename to sh64_register_convert_to_raw.
355
356 * sh64-tdep.c (translate_insn_rn, is_media_pseudo,
357 sh64_media_reg_base_num, sh64_compact_reg_base_num,
358 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
359 sh64_extract_return_value, sh64_show_media_regs,
360 sh64_show_compact_regs, sh_sh64_register_byte, sh64_register_type,
361 sh_sh64_register_convert_to_virtual, sh_sh64_register_convert_to_raw,
362 sh64_pseudo_register_read, sh64_pseudo_register_write,
363 sh64_do_pseudo_register, sh_compact_print_registers_info):
364 Delete unused variable 'tdep'.
365
366 * sh64-tdep.c: Coding standard and spelling comment fixes.
367 (sh64_extract_return_value): Replace deprecated_store_floating
368 with store_typed_floating.
369 (sh_sh64_register_convert_to_raw): Replace
370 deprecated_store_floating with store_typed_floating.
371 (sh_sh64_register_virtual_type): Convert to sh64_register_type.
372 (sh64_frame_chain, sh64_get_saved_pr, sh64_get_saved_register,
373 sh64_nofp_frame_init_saved_regs, sh64_push_arguments,
374 sh64_extract_struct_value_address, sh64_pop_frame,
375 sh64_extract_return_value, sh64_store_return_value,
376 sh_sh64_register_convert_to_virtual, sh64_pseudo_register_read,
377 sh_sh64_register_convert_to_raw, sh_pseudo_register_write):
378 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
379 Replace DEPRECATED_REGISTER_VIRTUAL_TYPE with register_type.
380 (sh64_gdbarch_init): Don't set deprecated_register_bytes,
381 deprecated_register_virtual_type, deprecated_register_raw_size,
382 deprecated_max_register_raw_size, or
383 deprecated_max_register_virtual_size. Instead, just set
384 gdbarch_register_type.
385 (sh_sh64_register_raw_size): Delete.
386 (sh_sh64_register_virtual_size): Delete.
387
388 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
389
390 * dwarf2read.c (struct dwarf2_cu): New type.
391
392 (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
393 dwarf2_cu structure to pass down.
394
395 (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
396 (add_partial_enumeration, locate_pdi_sibling, process_die)
397 (read_file_scope, read_func_scope)
398 (read_lexical_block_scope, dwarf2_get_pc_bounds)
399 (dwarf2_add_field, dwarf2_attach_fields_to_type)
400 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
401 (read_structure_scope, read_enumeration, read_array_type)
402 (read_common_block, read_namespace, read_tag_pointer_type)
403 (read_tag_ptr_to_member_type, read_tag_reference_type)
404 (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
405 (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
406 (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
407 (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
408 (read_full_die. read_attribute_value, read_attribute)
409 (read_address, dwarf_decode_line_header, dwarf_decode_lines)
410 (var_decode_location, new_symbol, dwarf2_const_value, die_type)
411 (die_containing_type, type_at_offset, tag_type_to_type)
412 (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
413 (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
414
415 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
416
417 PR breakpoints/1450
418 * breakpoint.c (insert_bp_location): Fix a logic error by returning
419 0 after a catchpoint fails.
420
421 2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
422
423 * mips-tdep.c (msymbol_size): Delete.
424
425 2003-11-07 Michael Chastain <mec@shout.net>
426
427 * symtab.h (struct minimal_symbol): Add size.
428 * dbxread.c: Use it.
429 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
430 Rename to record_minimal_symbol.
431 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
432 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
433 (install_minimal_symbols): Ditto.
434 * objfiles.c (terminate_minimal_symbol_table): Ditto.
435 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
436 * m68hc11-tdep.c: Ditto.
437 * mips-tdep.c: Ditto.
438 * sh64-tdep.c: Ditto.
439
440 2003-11-10 Michael Chastain <mec.gnu@mindspring.com>
441
442 * MAINTAINERS: Change my e-mail address.
443
444 2003-11-10 Andrew Cagney <cagney@redhat.com>
445
446 * gdbarch.sh (return_value): Replace "inval" and "outval" with
447 "readbuf" and "writebuf".
448 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
449 * d10v-tdep.c (d10v_return_value): Ditto.
450 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
451 (ppc_sysv_abi_broken_return_value): Ditto.
452 (ppc64_sysv_abi_return_value): Ditto.
453 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
454 (ppc_sysv_abi_return_value): Ditto.
455 (ppc_sysv_abi_broken_return_value): Ditto.
456 (ppc64_sysv_abi_return_value): Ditto.
457 * values.c (register_value_being_returned): Update call.
458 * stack.c (return_command): Update call.
459 * gdbarch.h, gdbarch.c: Re-generate.
460
461 * target.h (struct target_ops): Order xfer buffer parameters "read
462 write" not "write read".
463 * bfd-target.c (target_bfd_xfer_partial): Update.
464 * remote.c (remote_xfer_partial): Update.
465 * inftarg.c (child_xfer_partial): Update.
466 * target.c (default_xfer_partial): Update.
467 (target_read_partial, target_write_partial): Update.
468 (debug_to_xfer_partial): Update.
469
470 * arch-utils.h, arch-utils.c: Fix typo in comment.
471
472 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
473 (gdbarch_from_bfd): Call gdbarch_find_by_info.
474 (set_gdbarch_from_file): Call
475 "deprecated_current_gdbarch_select_hack".
476
477 2003-11-09 Andrew Cagney <cagney@redhat.com>
478
479 * arch-utils.c (gdbarch_update_p): New function.
480 * gdbarch.sh (gdbarch_update_p): Delete function.
481 (find_arch_by_info, gdbarch_find_by_info): New functions.
482 (deprecated_current_gdbarch_select_hack): New function.
483 * gdbarch.c: Re-generate.
484
485 * gdbarch.sh (clear_gdbarch_swap): Delete function.
486 (swapout_gdbarch_swap): Delete function.
487 (swapin_gdbarch_swap): Delete function.
488 (init_gdbarch_swap): Delete function.
489 (initialize_non_multiarch): Delete function.
490 (current_gdbarch_swap_in_hack): New function.
491 (current_gdbarch_swap_out_hack): New function.
492 (current_gdbarch_swap_init_hack): New function.
493 * gdbarch.c: Re-generate.
494
495 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
496 parameter to "current_gdbarch". Add comment explaining why.
497 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
498 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
499 * gdbarch.c: Re-generate.
500
501 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
502 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
503 * config/s390/xm-linux.h: Delete file.
504 * config/m88k/xm-delta88v4.h: Delete stray.
505
506 * Makefile.in (arch-utils.o): Update dependencies.
507 * arch-utils.c: Include "osabi.h".
508 (gdbarch_info_fill): New function.
509 * arch-utils.h (gdbarch_info_fill): Declare.
510 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
511 * gdbarch.c: Re-generate.
512
513 2003-11-09 Mark Kettenis <kettenis@gnu.org>
514 David S. Miller <davem@redhat.com>
515
516 * glibc-tdep.c, glibc-tdep.h: New files.
517 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
518 * config/i386/linux.mt (TDEPFILES): Likewise.
519 * i386-linux-tdep.c (glibc-tdep.h): Include.
520 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
521 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
522 * arm-linux-tdep.c (glibc-tdep.h): Include.
523 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
524 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
525 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
526 (glibc_tdep_h): Define.
527 (glibc-tdep.o): Add dependencies.
528 (arm-linux-tdep.o): Update dependencies.
529 (i386-linux-tdep.o): Likewise.
530
531 2003-11-09 Andrew Cagney <cagney@redhat.com>
532
533 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
534 * config/mips/nm-irix6.h: Delete file.
535 * config/mips/nm-linux.h: Update copyright.
536 (MIPS_GNULINUX_TARGET): Delete macro.
537 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
538 * config/mips/xm-irix6.h: Delete file.
539 * config/mips/linux.mh (XM_FILE): Delete definition.
540 * config/mips/xm-linux.h: Delete file.
541
542 2003-11-09 Andrew Cagney <cagney@redhat.com>
543
544 * d10v-tdep.c (d10v_return_value): New function.
545 (d10v_use_struct_convention): Delete function.
546 (d10v_store_return_value): Delete function.
547 (d10v_extract_struct_value_address): Delete function.
548 (d10v_gdbarch_init): Set "return_value" instead of
549 "extract_return_value", "store_return_value",
550 "extract_struct_value_address", and "use_struct_convention".
551 (RET1_REGNUM): Delete const.
552
553 2003-11-09 Mark Kettenis <kettenis@gnu.org>
554
555 From David S. Miller <davem@redhat.com>:
556 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
557 * gdbarch.c, gdbarch.h: Regenerated.
558 * arch-utils.c (generic_skip_solib_resolver): New function.
559 * arch-utils.h (generic_skip_solib_resolver): New prototype.
560 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
561
562 2003-11-07 Andrew Cagney <cagney@redhat.com>
563
564 * top.c (print_gdb_version): Replace STREQ with strcmp.
565 * valops.c (value_struct_elt_for_reference): Ditto.
566 (value_struct_elt_for_reference): Ditto.
567 * symtab.c (gdb_mangle_name): Ditto.
568 (find_line_symtab): Ditto.
569 * symmisc.c (maintenance_print_symbols): Ditto.
570 * symfile.c (symbol_file_command): Ditto.
571 * stabsread.c (define_symbol, read_type): Ditto.
572 (cleanup_undefined_types, scan_file_globals): Ditto.
573 * solib.c (solib_map_sections): Ditto.
574 * solib-svr4.c (bfd_lookup_symbol): Ditto.
575 * rs6000-tdep.c (skip_prologue): Ditto.
576 * p-valprint.c (pascal_value_print): Ditto.
577 (pascal_object_is_vtbl_ptr_type): Ditto.
578 * objfiles.c (in_plt_section): Ditto.
579 * minsyms.c (lookup_minimal_symbol): Ditto.
580 (compact_minimal_symbols): Ditto.
581 (find_solib_trampoline_target): Ditto.
582 * mdebugread.c (parse_type): Ditto.
583 * language.c (set_language_command): Ditto.
584 (set_type_command, set_range_command): Ditto.
585 * f-lang.c (add_common_block): Ditto.
586 (add_common_block): Ditto.
587 (find_first_common_named): Ditto.
588 (patch_all_commons_by_name): Ditto.
589 * elfread.c (elf_locate_sections): Ditto.
590 (elf_locate_sections): Ditto.
591 (elfstab_offset_sections): Ditto.
592 * dwarf2read.c (dwarf2_locate_sections): Ditto.
593 * dbxread.c (add_old_header_file): Ditto.
594 (find_corresponding_bincl_psymtab): Ditto.
595 (read_dbx_symtab, process_one_symbol): Ditto.
596 * coffread.c (patch_opaque_types): Ditto.
597 * cli/cli-decode.c (delete_cmd): Ditto.
598 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
599 * c-typeprint.c (c_type_print_base): Ditto.
600 * breakpoint.c (bpstat_stop_status): Ditto.
601 (clear_command, breakpoint_re_set_one): Ditto.
602
603 2003-11-07 Andrew Cagney <cagney@redhat.com>
604
605 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
606 * bcache.c (struct bstring): Make "length" an unsigned short, add
607 "half_hash".
608 (struct bcache): Add "half_hash_error_count".
609 (bcache): Compute and save the "half_hash". Compare the
610 "half_hash" before comparing the length. Update
611 half_hash_error_count.
612
613 2003-11-07 Andrew Cagney <cagney@redhat.com>
614
615 * inftarg.c (child_xfer_partial): New function
616 (init_child_ops): Set "to_xfer_partial".
617
618 2003-11-07 Andrew Cagney <cagney@redhat.com>
619
620 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
621 set "return_value" instead of "use_struct_convention".
622 (ppc_linux_use_struct_convention): Delete function.
623 (ppc_linux_return_value): New function.
624 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
625 (ppc_sysv_abi_broken_return_value): New function.
626 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
627 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
628 static.
629 (ppc_sysv_abi_extract_return_value): Delete function.
630 (ppc_sysv_abi_broken_extract_return_value): Delete function.
631 (ppc_sysv_abi_store_return_value): Delete function.
632 (ppc_sysv_abi_broken_store_return_value): Delete function.
633 (ppc_sysv_abi_use_struct_convention): Delete function.
634 (ppc64_sysv_abi_use_struct_convention): Delete function.
635 (ppc64_sysv_abi_extract_return_value): Delete function.
636 (ppc64_sysv_abi_store_return_value): Delete function.
637 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
638 (ppcnbsd_init_abi): Set "return_value", instead of
639 "use_struct_convention", "extract_return_value", and
640 "store_return_value".
641 (ppcnbsd_use_struct_convention): Delete function.
642 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
643 (ppc_sysv_abi_return_value): Declare.
644 (ppc_sysv_abi_broken_return_value): Declare.
645 (ppc_sysv_abi_use_struct_convention): Delete.
646 (ppc_sysv_abi_store_return_value): Delete.
647 (ppc_sysv_abi_extract_return_value): Delete.
648 (ppc_sysv_abi_broken_store_return_value): Delete.
649 (ppc_sysv_abi_broken_extract_return_value): Delete.
650 (ppc64_sysv_abi_use_struct_convention): Delete.
651 (ppc64_sysv_abi_extract_return_value): Delete.
652 (ppc64_sysv_abi_store_return_value): Delete.
653 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
654 set "return_value" instead of "extract_return_value",
655 "store_return_value", and "use_struct_convention".
656
657 2003-11-07 Mark Kettenis <kettenis@gnu.org>
658
659 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
660
661 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
662 fscanf.
663
664 2003-11-07 Mark Kettenis <kettenis@gnu.org>
665
666 * fbsd-proc.c: Fix formatting.
667
668 2003-11-06 Kevin Buettner <kevinb@redhat.com>
669
670 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
671 Define.
672 (new_variant): Set name for iacc0_regnum.
673 (frv_register_name): Accommodate pseudo-registers.
674 (frv_register_type): Add case for iacc0_regnum.
675 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
676 (frv_gdbarch_init): Set number of pseudo registers. Establish
677 pseudo-register read/write methods.
678
679 2003-11-06 Andrew Cagney <cagney@redhat.com>
680
681 * valops.c (destructor_name_p): Replace STREQN with strncmp.
682 * top.c (command_line_input): Ditto.
683 * objc-exp.y (yylex): Ditto.
684 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
685 * jv-exp.y (yylex): Ditto.
686 * f-exp.y (yylex): Ditto.
687 * event-top.c (command_line_handler): Ditto.
688 * environ.c (get_in_environ): Ditto.
689 (set_in_environ): Ditto.
690 * dwarfread.c (handle_producer): Ditto.
691 * dbxread.c (process_one_symbol): Ditto.
692 * c-typeprint.c (c_type_print_base): Ditto.
693 * c-exp.y (yylex): Ditto.
694
695 2003-11-06 Andrew Cagney <cagney@redhat.com>
696 Jeff Johnston <jjohnstn@redhat.com>
697
698 * target.c (add_target): Only set "to_xfer_partial" when NULL.
699 (init_dummy_target): Set "to_xfer_partial".
700
701 2003-11-06 Andrew Cagney <cagney@redhat.com>
702
703 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
704 REGISTER_CONVENTION.
705
706 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
707
708 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
709 static.
710
711 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
712
713 * breakpoint.c (remove_breakpoint): Take an bp_location
714 instead of a breakpoint argument. Check the bp_location's type.
715 Fix a reversed condition for hardware breakpoints.
716
717 (insert_bp_location): Update call to remove_breakpoint.
718 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
719 (remove_hw_watchpoints): Likewise.
720 (reattach_breakpoints): Likewise.
721 (detach_breakpoints): Likewise.
722 (delete_breakpoint): Likewise.
723
724 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
725
726 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
727 (beakpoint_init_inferior): Likewise.
728 (breakpoint_here_p): Likewise. Only check addresses for software
729 or hardware breakpoints.
730 (breakpoint_inserted_here_p): Likewise.
731 (breakpoint_thread_match): Likewise. Correct comment.
732 (bpstat_have_active_hw_watchpoints): Likewise.
733 (check_duplicates): Likewise.
734
735 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
736
737 * breakpoints.c (insert_bp_location): New function, broken out
738 from insert_breakpoints. Work on an bp_location instead of a
739 breakpoint.
740 (insert_breakpoints): Use it.
741
742 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
743
744 * breakpoint.h (struct bp_location): Add section.
745 (struct breakpoint): Remove section.
746 * breakpoint.c (insert_breakpoints, remove_breakpoint)
747 (breakpoint_here_p, breakpoint_inserted_here_p)
748 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
749 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
750 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
751 section through loc.
752
753 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
754
755 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
756 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
757
758 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
759
760 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
761 arguments. Initialize owner and type for the new breakpoint
762 location item.
763 (set_raw_breakpoint): Update call to allocate_bp_location.
764
765 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
766
767 * breakpoint.h (struct bp_location): Add a chain pointer.
768 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
769 macros.
770 (bp_location_chain): New variable.
771 (allocate_bp_location): New function.
772 (set_raw_breakpoint): Use it.
773 (delete_breakpoint): Remove ->loc from the bp_location_chain.
774
775 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
776
777 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
778 (struct breakpoint): Remove address, shadow_contents, inserted,
779 requested_address, and duplicate. Add a struct bp_location.
780 * breakpoint.c (condition_command, read_memory_nobpt)
781 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
782 (reattach_breakpoints, update_breakpoints_after_exec)
783 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
784 (breakpoint_init_inferior, breakpoint_here_p)
785 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
786 (breakpoint_thread_match, bpstat_stop_status)
787 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
788 (describe_other_breakpoints, check_duplicates)
789 (make_breakpoint_permanent, create_thread_event_breakpoint)
790 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
791 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
792 (watch_command_1, print_one_exception_catchpoint)
793 (clear_command, breakpoint_re_set_one): Adjust member accesses to
794 use the breakpoint's ->loc.
795 (set_raw_breakpoint): Likewise. Initialize ->loc.
796 (delete_breakpoint): Likewise. Free ->loc.
797
798 2003-11-05 Andrew Cagney <cagney@redhat.com>
799
800 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
801 macro.
802 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
803 * config/i386/tm-cygwin.h
804 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
805 * config/powerpc/tm-linux.h
806 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
807 (at_subroutine_call_instruction_target): Delete declaration.
808 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
809 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
810 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
811
812 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
813 "struct bfd_section" and "struct bfd".
814 * target.h (struct section_table): Ditto.
815 * rs6000-nat.c (xcoff_relocate_core): Ditto.
816 * solib-svr4.c (elf_locate_base): Ditto.
817 * pa64solib.c (dld_cache_t): Ditto.
818 * objfiles.h (struct obj_section): Ditto.
819 * objfiles.c (add_to_objfile_sections): Ditto.
820 * exec.c (bfdsec_to_vmap): Ditto.
821 (add_to_section_table): Ditto.
822 (build_section_table): Ditto.
823 * corelow.c (get_core_register_section): Ditto.
824 * coffread.c (find_linenos): Ditto.
825 * elfread.c (elf_interpreter): Delete #if0'd function.
826
827 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
828 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
829 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
830 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
831
832 * arch-utils.h (generic_cannot_extract_struct_value_address):
833 Delete declaration.
834 * wince.c (_initialize_wince): Fix multi-line string.
835 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
836
837 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
838
839 * top.c (execute_command): Fix broken logic for command execution
840 while inferior is running in async mode.
841
842 2003-11-06 Mark Kettenis <kettenis@gnu.org>
843
844 * dwarf2-frame.c (execute_cfa_program): Mark register as
845 REG_SAVED_REG for DW_CFA_register opcode.
846
847 2003-11-05 Mark Kettenis <kettenis@gnu.org>
848
849 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
850 %rsp, %rip and %eflags to match ABI-change.
851
852 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
853
854 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
855 (ia64_gdbarch_init): Don't bother calculating the os.
856 Instead use the gdbarch_info struct and look at the osabi field.
857 Also use gdbarch_list_lookup_by_info() to look for a
858 candidate gdbarch.
859
860 2003-11-05 Kevin Buettner <kevinb@redhat.com>
861
862 * frv-tdep.c (frv_register_byte): Delete.
863 (frv_extract_return_value, frv_store_return_value)
864 (frv_extract_struct_value_address): Don't call frv_register_byte().
865 Convert to non-deprecated form.
866 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
867 Convert calls to set_gdbarch_deprecated_extract_return_value(),
868 set_gdbarch_deprecated_store_return_value(), and
869 set_gdbarch_deprecated_extract_struct_value_address() into
870 non-deprecated forms.
871
872 2003-11-05 Andrew Cagney <cagney@redhat.com>
873
874 * mips-tdep.c (mips_dump_tdep): Do not print
875 PRINT_EXTRA_FRAME_INFO.
876 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
877 Rename PRINT_EXTRA_FRAME_INFO.
878 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
879 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
880 (mips_print_extra_frame_info): Delete declaration.
881 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
882
883 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
884
885 * coffread.c (coff_symtab_read): Remove passing of info parameter
886 to prim_record_minimal_symbol_and_info.
887
888 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
889
890 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
891 (decode_base_type): Delete ifdeffed out code.
892
893 2003-11-04 Andrew Cagney <cagney@redhat.com>
894
895 * symtab.c (find_active_alias): Delete function.
896 (lookup_block_symbol): Delete alias code.
897 * stabsread.c (resolve_live_range): Delete function.
898 (add_live_range): Delete function.
899 (resolve_symbol_reference): Delete function.
900 (define_symbol): Delete live range and alias code.
901 (scan_file_globals): Delete alias code.
902 * symtab.h (SYMBOL_RANGES): Delete macro.
903 (struct range_list): Delete structure.
904 (struct symbol): Delete field "ranges".
905 (SYMBOL_ALIASES): Delete macro.
906 (struct alias_list): Delete structure.
907 (struct symbol): Delete field "aliases".
908
909 2003-11-04 Michael Snyder <msnyder@redhat.com>
910
911 * MAINTAINERS: Remove myself as owner of breakpoints and
912 of sparc/solaris.
913
914 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
915
916 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
917 (sh_sh4al_dsp_register_name): Ditto.
918 (sh4_nofpu_show_regs): Ditto.
919 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
920 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
921
922 2003-11-03 Andrew Cagney <cagney@redhat.com>
923
924 * bcache.c: Include "gdb_assert.h".
925 (struct bcache): Add fields "expand_count" and
926 "expand_hash_count".
927 (expand_hash_table): Update the expand counts.
928 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
929 on object sizes and hashes.
930 * Makefile.in (bcache.o): Update dependencies.
931
932 2003-11-03 Andrew Cagney <cagney@redhat.com>
933
934 * exec.c (xfer_memory): Eliminate xfer_fn.
935
936 2003-10-31 Kevin Buettner <kevinb@redhat.com>
937
938 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
939 (opcodes/frv-desc.h): Include.
940 (iacc0h_regnum, iacc0l_regnum): Define.
941 (last_spr_regnum, frv_num_regs): Update.
942 (new_variant): Don't supply default names for holes in the SPRs.
943 Supply names for iacc0h_regnum and iacc0l_regnum.
944 (frv_register_type): Use symbolic constants first_fpr_regnum and
945 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
946 builtin_type_int instead of builtin_type_int32.
947 (frv_register_sim_regno): New function.
948 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
949 * Makefile.in (gdb_sim_frv_h): Define.
950 (frv-tdep.o): Update dependencies.
951
952 2003-10-31 Andrew Cagney <cagney@redhat.com>
953
954 * avr-tdep.c (avr_frame_this_id): Do not call
955 deprecated_inside_entry_file.
956 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
957 * m32r-tdep.c (m32r_frame_this_id): Ditto.
958 * d10v-tdep.c (d10v_frame_this_id): Ditto.
959 * arm-tdep.c (arm_prologue_this_id): Ditto.
960 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
961
962 2003-10-31 Jim Blandy <jimb@redhat.com>
963
964 * elfread.c (elf_symtab_read): Allocate correct number of tail
965 elements to sectinfo structure. (Fix from Woody LaRue.)
966
967 2003-10-31 Andrew Cagney <cagney@redhat.com>
968
969 * stack.c (return_command): Use get_frame_type, instead of
970 CALL_DUMMY_HAS_COMPLETED.
971 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
972 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
973
974 2003-10-31 Mark Kettenis <kettenis@gnu.org>
975
976 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
977 explicitly specify size of array.
978 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
979 TDEP->sc_num_regs.
980
981 2003-10-31 Andrew Cagney <cagney@redhat.com>
982
983 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
984 function.
985 (s390_gdbarch_init): Set extract_struct_value_address.
986 * arch-utils.c (generic_cannot_extract_struct_value_address):
987 Delete function.
988 * arch-utils.h (generic_cannot_extract_struct_value_address):
989 Delete definition.
990
991 2003-10-31 Mark Kettenis <kettenis@gnu.org>
992
993 * i386-linux-nat.c (fetch_core_registers): Remove.
994 (linux_elf_core_fns): Remove.
995 (_initialize_i386_linux_nat): Remove.
996
997 2003-10-31 Andrew Cagney <cagney@redhat.com>
998
999 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
1000 "exec.h".
1001 (exec_entry_point): New function.
1002 (enable_break): Create a "tmp_bfd_target", use that and
1003 entry_point_address when computing the relocation offset.
1004 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
1005 * Makefile.in (solib-svr4.o): Update dependencies.
1006
1007 2003-10-31 Andrew Cagney <cagney@redhat.com>
1008
1009 * defs.h (XZALLOC): Define.
1010 * target.h (struct target_ops): Add "to_data";
1011 * bfd-target.h, bfd-target.c: New files.
1012 * Makefile.in (SFILES): Add "bfd-target.c".
1013 (COMMON_OBS): Add "bfd-target.o".
1014 (bfd-target.o): Specify dependencies.
1015 (bfd_target_h): Define.
1016 * defs.h (XZALLOC): Define.
1017
1018 2003-10-31 Andrew Cagney <cagney@redhat.com>
1019
1020 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
1021 adjust_breakpoint_address.
1022 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
1023 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
1024 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
1025 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
1026
1027 2003-10-31 Andrew Cagney <cagney@redhat.com>
1028
1029 * target.h (struct target_ops): Replace "to_read_partial" and
1030 "to_write_partial" with "to_xfer_partial". Update comments.
1031 * target.c (debug_to_write_partial): Delete function.
1032 (debug_to_xfer_partial): Replace debug_to_read_partial.
1033 (add_target, update_current_target, setup_target_debug): Set
1034 "to_xfer_partial" instead of "to_read_partial" and
1035 "to_write_partial".
1036 (default_xfer_partial): Replace "default_write_partial".
1037 (default_read_partial): Delete.
1038 (target_read_partial, target_write_partial): Call
1039 "to_xfer_partial".
1040 * remote.c (init_remote_ops): Set "to_xfer_partial".
1041 (init_remote_async_ops): Ditto.
1042 (remote_xfer_partial): Replace "remote_read_partial".
1043
1044 2003-10-31 Mark Kettenis <kettenis@gnu.org>
1045
1046 * i386-tdep.c (i386_supply_fpregset): Support floating-point
1047 registers in `fxsave' format.
1048 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
1049
1050 2003-10-30 Mark Kettenis <kettenis@gnu.org>
1051
1052 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
1053 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
1054 TDEP->gregset_num_regs and tdep->sizeof_gregset.
1055
1056 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
1057 specify size of array.
1058 (i386_linux_init_abi): Remove initialization of
1059 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
1060 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
1061
1062 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
1063 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
1064 core-regset.o.
1065
1066 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
1067 the ELF header.
1068
1069 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1070
1071 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
1072 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
1073 core-regset.o.
1074
1075 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
1076
1077 * corelow.c: Include "arch-utils.h", "regset.h" and
1078 "gdb_assert.h".
1079 (core_gdbarch): New variable.
1080 (sniff_core_bfd): Don't sniff if we have support for register sets
1081 in CORE_GDBARCH.
1082 (core_close): Reset CORE_GDBARCH.
1083 (core_open): Initialize CORE_GDBARCH.
1084 (get_core_register_section): Use register sets if they are
1085 supported by CORE_GDBARCH.
1086 (get_core_registers): Don't print error message if we have support
1087 for register sets in CORE_GDBARCH.
1088
1089 2003-10-29 Andrew Cagney <cagney@redhat.com>
1090
1091 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
1092 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
1093
1094 2003-10-29 Mark Kettenis <kettenis@gnu.org>
1095
1096 * objfiles.h (clear_objfile_data): New prototype.
1097 * objfiles.c (clear_objfile_data): New function.
1098 * symfile.c (reread_symbols): Clear per-objfile data.
1099
1100 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
1101
1102 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
1103 printf_unfiltered instead of printf_filtered for output messages.
1104 (add_symbol_file_command): Ditto.
1105 (reread_symbols): Ditto.
1106 (overlay_auto_command): Ditto.
1107 (overlay_manual_command): Ditto.
1108 (overlay_off_command): Ditto.
1109
1110 2003-10-27 Mark Kettenis <kettenis@gnu.org>
1111
1112 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
1113 (gdbarch_from_bfd): New function.
1114 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
1115 deprecated_select_gdbarch_hack.
1116 * arch-utils.h (gdbarch_from_bfd): New prototype.
1117
1118 2003-10-27 Andrew Cagney <cagney@redhat.com>
1119
1120 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
1121 arch_info. Use warning instead of fprintf_filtered. Do not use
1122 deprecated bfd_printable_arch_mach.
1123
1124 2003-10-26 Kevin Buettner <kevinb@redhat.com>
1125
1126 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
1127 Delete.
1128 (frv_register_type): Rename from frv_register_virtual_type. Add
1129 ``struct gdbarch *'' parameter.
1130 (frv_gdbarch_init): Delete calls to the following functions:
1131 set_gdbarch_deprecated_size(),
1132 set_gdbarch_deprecated_register_bytes(),
1133 set_gdbarch_deprecated_register_raw_size(),
1134 set_gdbarch_deprecated_max_register_raw_size(),
1135 set_gdbarch_deprecated_register_virtual_size(),
1136 set_gdbarch_deprecated_max_register_virtual_size(),
1137 set_gdbarch_deprecated_register_virtual_size(),
1138 set_gdbarch_deprecated_register_virtual_type().
1139 Add call to function set_gdbarch_register_type().
1140
1141 2003-10-26 Mark Kettenis <kettenis@gnu.org>
1142
1143 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
1144 FDOFF_REGNUM): Remove defines.
1145 * win32-nat.c (do_child_fetch_inferior_registers): Include
1146 "i387-tdep.h".
1147 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
1148 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
1149 undefine I387_ST0_REGNUM.
1150
1151 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
1152 * x86-64-tdep.c (x86_64_store_return_value): Use
1153 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
1154
1155 Change register numbers to enumartion values.
1156 * i386-tdep.h (enum i386_regnum): New.
1157 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1158 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
1159 I386_ST0_REGNUM): Remove defines.
1160 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1161 I386_EDI_REGNUM): Remove defines.
1162
1163 2003-10-24 Andrew Cagney <cagney@redhat.com>
1164
1165 * target.c: Include "gdbcore.h".
1166 (get_target_memory, get_target_memory_unsigned): New functions.
1167 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
1168 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
1169 Use get_target_memory_unsigned.
1170 * Makefile.in (target.o): Update dependencies.
1171
1172 2003-10-24 Andrew Cagney <cagney@redhat.com>
1173
1174 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
1175 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
1176 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
1177 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
1178 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
1179
1180 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
1181 (can_run_code_for): Use the OO term "singleton".
1182
1183 2003-10-23 Andrew Cagney <cagney@redhat.com>
1184
1185 * Makefile.in (stack.o): Add $(regcache_h).
1186 * stack.c: Include "regcache.h"
1187 (return_command): Rewrite. Use get_frame_id and
1188 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
1189 about unhandled return-values.
1190 * value.h (set_return_value): Delete declaration.
1191 * values.c (set_return_value): Delete function.
1192
1193 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
1194
1195 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
1196 (pseudo_regs): Add comment regarding register stack registers.
1197 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
1198 (floatformat_valid): New static routine.
1199 (floatformat_ia64_ext): Add name field and set up is_valid routine
1200 to floatformat_valid().
1201 (examine_prologue): For the previous cfm, use
1202 frame_unwind_register()
1203 if the cfm is not stored in a register-stack register. Save the
1204 previous cfm value in the prev_cfm field. Add debug output.
1205 (ia64_frame_this_id): Use frame_id_build_special() to also register
1206 the bsp. Add debug output.
1207 (ia64_sigtramp_frame_this_id): Ditto.
1208 (ia64_frame_prev_register): Look at cache saved_regs for a few more
1209 registers and also add some checks for framelessness before accepting
1210 current register values for fields such as return address. For cfm,
1211 use the cached prev_cfm field if available. Add comment to explain
1212 PSR logic. Add debug output.
1213 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
1214 as part of initialization.
1215 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
1216 calculated. Cache the bsp and cfm values.
1217 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
1218 instead of using ia64_frame_prev_register() which doesn't expect most
1219 registers to be saved. The saved values for bsp and sp
1220 can be taken from the cache. Add debug output.
1221 (ia64_push_dummy_call): Use frame_id_build_special() to also register
1222 the bsp.
1223
1224 2003-10-23 Jim Blandy <jimb@redhat.com>
1225
1226 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
1227 architecture the current arch can run code for --- but not if it's
1228 a superset.
1229 (can_run_code_for): New function.
1230
1231 2003-10-22 James E Wilson <wilson@specifixinc.com>
1232
1233 * MAINTAINERS: Move myself from paper trail section back to write
1234 after approval section.
1235
1236 2003-10-22 Andrew Cagney <cagney@redhat.com>
1237
1238 * exec.h: New file.
1239 * win32-nat.c: Include "exec.h".
1240 * solib.c: Include "exec.h".
1241 * target.h (build_section_table): Delete declaration.
1242 * somsolib.c: Include "exec.h".
1243 (exec_ops): Delete extern declaration.
1244 * rs6000-nat.c: Update copyright. Include "exec.h".
1245 (exec_ops): Delete extern declaration.
1246 * pa64solib.c: Update copyright. Include "exec.h".
1247 (exec_ops): Delete extern declaration.
1248 * exec.c: Update copyright. Include "exec.h".
1249 * corelow.c: Update dependencies. Include "exec.h".
1250 * Makefile.in (exec_h): Define.
1251 (exec.o, somsolib.o): Update dependencies.
1252 (pa64solib.o, corelow.o): Update dependencies.
1253
1254 2003-10-22 Andrew Cagney <cagney@redhat.com>
1255
1256 * target.c: Include "gdb_assert.h" (target_read): Call
1257 "target_read_partial", not "target_write_partial".
1258 (default_read_partial, default_write_partial): New function.
1259 (target_read_partial, target_write_partial): Simplify, assume that
1260 there is always a read/write method.
1261 (update_current_target, add_target): Always set "to_read_partial"
1262 and "to_write_partial".
1263 (target_write, target_read): Fail on a zero byte transfer.
1264 * Makefile.in (target.o): Update dependencies.
1265 * target.h: Update copyright date.
1266 (target_object): Fix typo.
1267
1268 2003-10-22 Andrew Cagney <cagney@redhat.com>
1269
1270 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
1271 multi-arch method, add "targ" parameter.
1272 (struct target_ops): Declare.
1273 * gdbarch.h, gdbarch.c: Re-generate.
1274 * Makefile.in (c-valprint.o): Update dependencies.
1275 * arch-utils.h: Update copyright.
1276 (convert_from_func_ptr_addr_identity): Declare.
1277 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
1278 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1279 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
1280 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
1281 * infcall.c (find_function_addr, call_function_by_hand): Update.
1282 * c-valprint.c: Include "target.h".
1283 (print_function_pointer_address): Update.
1284
1285 2003-10-22 Andrew Cagney <cagney@redhat.com>
1286
1287 * target.c (target_close): New function.
1288 (debug_to_close): Use "target_close".
1289 (push_target): Use "target_close".
1290 (unpush_target): Use "target_close".
1291 (pop_target): Use "target_close".
1292 * target.h (struct target_ops): Add "to_xclose".
1293 (target_open): Delete macro. Move comment to "to_open".
1294 (target_close): Replace macro with function that takes a target.
1295 * top.c (quit_target): Pass "current_target" to "target_close".
1296
1297 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
1298
1299 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
1300 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1301 * symtab.h (lookup_minimal_symbol_text): Update.
1302 * breakpoint.c (create_overlay_event_breakpoint,
1303 create_longjmp_breakpoint): Update callers.
1304 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
1305 * symtab.c (find_pc_sect_line): Ditto.
1306
1307 2003-10-21 Andrew Cagney <cagney@redhat.com>
1308
1309 * target.c (errno): Delete extern declaration.
1310
1311 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
1312
1313 * ia64-tdep.c: Change all occurrences of
1314 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
1315 (ia64_frame_prev_register): Minor whitespace change.
1316
1317 2003-10-20 Michael Chastain <mec@shout.net>
1318
1319 * config/djgpp/fnchange.lst: Add lines for:
1320 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
1321 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
1322 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
1323 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
1324 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
1325 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
1326 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
1327
1328 2003-10-20 Andrew Cagney <cagney@redhat.com>
1329
1330 * values.c (register_value_being_returned): Update comments. Use
1331 "gdbarch_return_value" when available.
1332 (using_struct_return): Ditto.
1333 (set_return_value): Ditto. Use "gdbarch_return_value" when
1334 available.. Print a warning, and not an error, when an unhandled
1335 return type is encountered.
1336 * infcmd.c: Include "gdb_assert.h".
1337 (print_return_value): When gdbarch_return_value_p, and using
1338 struct return, assume that the value is not available.
1339 * defs.h (return_value_convention): Define.
1340 * gdbarch.sh (gdbarch_return_value): New predicate method.
1341 * gdbarch.h, gdbarch.c: Re-generate
1342 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
1343
1344 2003-10-20 Andrew Cagney <cagney@redhat.com>
1345
1346 * symtab.c: Replace "struct sec" with "struct bfd_section".
1347 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
1348
1349 2003-10-19 Michael Chastain <mec@shout.net>
1350
1351 * config/djgpp/fnchange.lst: Add lines for:
1352 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
1353 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
1354 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
1355
1356 2003-10-19 Mark Kettenis <kettenis@gnu.org>
1357
1358 * amd64fbsd-nat.c (fetch_inferior_registers,
1359 store_inferior_registers): Remove functions.
1360 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
1361
1362 2003-10-18 Mark Kettenis <kettenis@gnu.org>
1363
1364 Add NetBSD/amd64 native configuration:
1365 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
1366 * amd64nbsd-tdep.c: New file.
1367 * amd64nbsd-nat.c: New file.
1368 * amd64bsd-nat.c: New file.
1369 * config/i386/nbsd64.mh: New file.
1370 * config/i386/nbsd64.mt: New file.
1371 * configure.host: Add x86_64-*-netbsd*.
1372 * configure.tgt: Add x86_64-*-netbsd*.
1373 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
1374 New targets.
1375 * NEWS (New native configurations): Mention NetBSD/amd64.
1376
1377 2003-10-17 Michael Chastain <mec@shout.net>
1378
1379 * config/djgpp/fnchange.lst: Remove dead lines for:
1380 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
1381 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
1382 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
1383 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
1384 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
1385 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
1386 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
1387 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
1388 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
1389 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
1390 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
1391 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
1392 gdb/config/sparc/tm-sparclite.h,
1393 gdb/gdbtk/generic/ChangeLog-2001,
1394 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
1395 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
1396 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
1397 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
1398 gdb/testsuite/gdb.mi/mi0-var-block.exp,
1399 gdb/testsuite/gdb.mi/mi0-var-child.exp,
1400 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
1401 gdb/testsuite/gdb.mi/mi0-var-display.exp,
1402 itcl/iwidgets3.0.0/demos/extfileselectionbox,
1403 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
1404 itcl/iwidgets3.0.0/demos/fileselectionbox,
1405 itcl/iwidgets3.0.0/demos/fileselectiondialog,
1406 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
1407 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
1408 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
1409 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
1410 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
1411 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
1412 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
1413 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
1414 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
1415 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
1416 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
1417 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
1418 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
1419 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1420 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1421 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1422 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1423 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1424 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1425 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1426 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1427 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1428 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1429 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1430 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1431 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1432 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1433 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1434 itcl/iwidgets3.0.0/demos/html/shell.n.html,
1435 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1436 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1437 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1438 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1439 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1440 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1441 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1442 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1443 itcl/iwidgets3.0.0/demos/scrolledframe,
1444 itcl/iwidgets3.0.0/demos/scrolledhtml,
1445 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1446 itcl/iwidgets3.0.0/demos/scrolledtext,
1447 itcl/iwidgets3.0.0/demos/selectionbox,
1448 itcl/iwidgets3.0.0/demos/selectiondialog,
1449 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1450 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1451 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1452 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1453 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1454 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1455 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1456 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1457 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1458 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1459 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1460 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1461 itcl/iwidgets3.0.0/doc/selectionbox.n,
1462 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1463 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1464 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1465 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1466 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1467 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1468 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1469 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1470 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1471 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
1472 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
1473 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
1474 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
1475 itcl/iwidgets3.0.0/generic/selectionbox.itk,
1476 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1477 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1478 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1479 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1480 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1481 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1482 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1483 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1484 itcl/iwidgets3.0.0/tests/scrolledframe.test,
1485 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1486 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1487 itcl/iwidgets3.0.0/tests/scrolledtext.test,
1488 itcl/iwidgets3.0.0/tests/selectionbox.test,
1489 itcl/iwidgets3.0.0/tests/selectiondialog.test,
1490 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1491 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1492 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1493 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1494 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1495 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1496 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1497 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1498 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1499 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1500 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1501 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1502 tk/mac/tkMacProjects.sit.hqx.
1503
1504 2003-10-17 Andrew Cagney <cagney@redhat.com>
1505
1506 * target.c (target_section_by_addr): New function.
1507 (do_xfer_memory): Use "target_section_by_addr".
1508 * target.h (target_section_by_addr): Declare.
1509
1510 * target.h (struct target_ops): Add "to_read_partial" and
1511 "to_write_partial", delete "to_query".
1512 (target_read_partial, target_write_partial): Declare.
1513 (target_read, target_write): Declare.
1514 (target_query): Delete macro.
1515 * target.c (target_read_partial): New function.
1516 (target_write_partial, target_read, target_write): New function.
1517 (update_current_target): Delete inheritance of "to_query". Add
1518 comments about "to_read_partial" and "to_write_partial".
1519 (debug_to_partial_read, debug_to_partial_write): New functions.
1520 (debug_to_query): Delete function.
1521 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1522 instead of "to_query".
1523 * remote.c (remote_read_partial): Replace "remote_query".
1524 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1525 (init_remote_async_ops): Ditto.
1526 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1527 "target_read_partial" instead of "target_query".
1528 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1529 Use "target_read_partial" instead of "target_query".
1530
1531 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1532
1533 * frame.h (struct frame_id): Add new field: special_addr.
1534 (frame_id_build_special): New prototype.
1535 * frame.c (frame_id_build_special): New function.
1536 (frame_id_build): Change to call frame_id_build_special().
1537 (frame_id_eq): Change to also test special_addr field.
1538 (frame_id_inner): Update comment.
1539
1540 2003-10-17 Andrew Cagney <cagney@redhat.com>
1541
1542 * target.c (update_current_target): Perform the target cleanup.
1543 Put the target stack beneath the squashed "current_target".
1544 (add_target): Delete disabled call to "cleanup_target".
1545 (cleanup_target): Delete function.
1546 (push_target, unpush_target): Do not call "cleanup_target".
1547
1548 2003-10-17 Andrew Cagney <cagney@redhat.com>
1549
1550 * target.c (target_stack): Change to a static target_ops.
1551 (update_current_target): Walk the "struct target_ops" stack.
1552 (pop_target, do_xfer_memory, target_info): Ditto.
1553 (find_target_beneath): Ditto.
1554 (push_target): Rewrite to use the "struct target_ops" stack.
1555 (unpush_target): Ditto.
1556 * target.h (struct target_stack_item): Delete definition.
1557 (target_stack): Delete declaration.
1558 (struct target_ops): Add field "beneath".
1559
1560 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
1561
1562 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1563 declaration.
1564 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
1565 (h8300_examine_prologue): Use h8300_normal_mode flag
1566 (h8300_gdbarch_init): Set architecture info for normal mode
1567
1568 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
1569
1570 * remote.c (remote_protocol_vcont): New variable.
1571 (set_remote_protocol_vcont_packet_cmd): New function.
1572 (show_remote_protocol_vcont_packet_cmd): New function.
1573 (init_all_packet_configs): Handle remote_protocol_vcont.
1574 (remote_vcont_probe): New function.
1575 (remote_vcont_resume): New function.
1576 (remote_resume): Use it.
1577 (remote_async_resume): Call remote_resume.
1578 (_initialize_remote): Add verbose-resume packet commands.
1579
1580 2003-10-16 Andrew Cagney <cagney@redhat.com>
1581
1582 * infrun.c (handle_inferior_event): Add comment about
1583 "frame_id_inner" being too weak.
1584
1585 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
1586
1587 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1588 second parameter, which is always null. Remove
1589 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1590 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1591 accordingly.
1592 * somsolib.c (som_solib_create_inferior_hook,
1593 som_solib_desire_dynamic_linker_symbols): Update callers.
1594 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
1595
1596 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1597
1598 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1599 debug interface, SDI (Scalable Debug Interface).
1600 * NEWS: Mention m32r SDI protocol was supported.
1601 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1602 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1603
1604 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1605
1606 * ia64-linux-tdep.c: Include gdbcore.h.
1607 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1608 (ia64_linux_sigcontext_register_addr): Find the address of the
1609 sigcontext area stored in the sigframe instead of using
1610 a magic offset constant.
1611
1612 2003-10-15 Andrew Cagney <cagney@redhat.com>
1613
1614 * remote.c (remote_search): Delete function.
1615 * target.h (target_search): Delete disabled macro.
1616 (struct target_ops): Delete disabled field "to_search".
1617
1618 2003-10-14 Kevin Buettner <kevinb@redhat.com>
1619
1620 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1621 instead of deprecated_inside_entry_file().
1622
1623 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
1624
1625 * sh-tdep.c: Fix copy/paste hangover in comment.
1626 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1627 mode.
1628 (sh3e_sh4_extract_return_value): Ditto.
1629
1630 2003-10-13 Richard Henderson <rth@redhat.com>
1631
1632 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1633 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1634 match c_val_print a bit closer.
1635
1636 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1637
1638 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1639 (frv_gdbarch_adjust_breakpoint_address): New function.
1640 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1641 method.
1642
1643 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1644
1645 * breakpoint.h (struct breakpoint): Add new member
1646 ``requested_address''.
1647 * breakpoint.c (breakpoint_adjustment_warning)
1648 (adjust_breakpoint_address): New static functions.
1649 (print_it_typical): Issue warning if breakpoint's address is different
1650 from its requested address.
1651 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1652 (breakpoint_re_set_one): Set breakpoint's
1653 ``requested_address'' field. Set ``address'' field to the
1654 result of calling adjust_breakpoint_address() on the requested
1655 address.
1656
1657 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1658
1659 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1660 * gdbarch.h, gdbarch.c: Regenerate.
1661
1662 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1663
1664 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1665 TDEP->sc_num_regs.
1666
1667 * i386fbsd-tdep.c: New file.
1668 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1669 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1670 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1671 i386bsd-tdep.c.
1672 (_initialize_i386fbsd_tdep): New function.
1673 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1674 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1675 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1676 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1677 TDEP->sc_num_regs.
1678 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1679 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1680 to initialize TDEP->sc_num_regs.
1681 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1682 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1683 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1684 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1685 FreeBSD ELF OS/ABI's here.
1686 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1687 (i386fbsd-tdep.o): New target.
1688 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1689 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1690
1691 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1692 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1693 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1694 in initialization of TDEP->sc_num_regs.
1695
1696 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1697 (x86_64_init_abi): Initialize regset_from_core_section if
1698 appropriate.
1699
1700 * i386-tdep.c (i386_regset_from_core_section): New function.
1701 (i386_gdbarch_init): Initialize regset_from_core_section if
1702 appropriate.
1703 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1704
1705 * i386-tdep.h (struct regset): Declare opaque.
1706
1707 * gdbarch.sh (regset_from_core_section): New method.
1708 (struct regset): Declare opaque.
1709 * gdbarch.c, gdbarch.h: Regenerated.
1710
1711 2003-10-11 Alan Modra <amodra@bigpond.net.au>
1712
1713 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1714 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1715 Correct test for pc within section.
1716
1717 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1718
1719 * gdbarch.sh: Remove trailing whitepsace from comments.
1720
1721 2003-10-08 Roland McGrath <roland@redhat.com>
1722
1723 * gcore.c (make_mem_sec): Function removed, folded into ...
1724 (gcore_create_callback): ... here. To omit a section, clear its
1725 SEC_LOAD bit rather than zeroing its size.
1726 Omit read-only sections only if they correspond to a known disk file.
1727 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1728
1729 2003-10-10 Michael Snyder <msnyder@redhat.com>
1730
1731 * d10v-tdep.c: Fix typo in comment.
1732
1733 2003-10-10 Andrew Cagney <cagney@redhat.com>
1734
1735 * rs6000-tdep.c (e500_store_return_value): Delete function.
1736 (e500_extract_return_value): Delete function.
1737 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1738 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1739 "ppc_sysv_abi_restore_return_value" where applicable.
1740 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1741 (ppc_sysv_abi_extract_return_value): Declare.
1742 (ppc_sysv_abi_broken_store_return_value): Declare.
1743 (ppc_sysv_abi_broken_extract_return_value): Declare.
1744 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1745 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1746 start of file.
1747 (do_ppc_sysv_return_value): New function.
1748 (ppc_sysv_abi_extract_return_value): New function.
1749 (ppc_sysv_abi_store_return_value): New function.
1750 (ppc_sysv_abi_broken_extract_return_value): New function.
1751 (ppc_sysv_abi_broken_store_return_value): New function.
1752 (ppc_sysv_abi_use_struct_convention): Call
1753 do_ppc_sysv_return_value.
1754
1755 2003-10-10 J. Brobecker <brobecker@gnat.com>
1756
1757 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1758 to lookup the main function symbol.
1759
1760 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1761
1762 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1763 types correctly.
1764 (sh_push_dummy_call_fpu): Fix argument passing rules.
1765 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1766 float types.
1767 (sh3e_sh4_store_return_value): Ditto.
1768
1769 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
1770
1771 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1772 comment.
1773
1774 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1775
1776 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1777 more readable code. Accomodate passing of bitfields.
1778
1779 2003-10-10 Andrew Cagney <cagney@redhat.com>
1780
1781 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1782 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1783 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1784 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1785 (ppc64_sysv_abi_push_dummy_call): New function.
1786 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1787 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1788 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1789
1790 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1791
1792 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1793 * README: Ditto.
1794 * d10v-tdep.c: Ditto.
1795 * h8300-tdep.c: Ditto.
1796 * remote-e7000.c: Ditto.
1797 * remote-hms.c: Ditto.
1798 * ser-e7kpc.c: Ditto.
1799 * sh-stub.c: Ditto.
1800 * sh-tdep.c: Ditto.
1801 * sh-tdep.h: Ditto.
1802 * sh3-rom.c: Ditto.
1803 * sh64-tdep.c: Ditto.
1804 * top.c: Ditto.
1805 * wince.c: Ditto.
1806 * config/d10v/d10v.mt: Ditto.
1807 * config/sh/embed.mt: Ditto.
1808 * config/sh/linux.mt: Ditto.
1809 * config/sh/tm-linux.h: Ditto.
1810 * config/sh/tm-sh.h: Ditto.
1811 * config/sh/wince.mt: Ditto.
1812
1813 2003-10-09 Andrew Cagney <cagney@redhat.com>
1814
1815 * ppc-tdep.h (struct type): Declare opaque.
1816 * x86-64-tdep.h (struct regcache): Declare opaque.
1817 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1818 coding style.
1819
1820 2003-10-09 Andrew Cagney <cagney@redhat.com>
1821
1822 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1823 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1824 (SOFTWARE_SINGLE_STEP_P): Ditto.
1825 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1826 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1827 (SOFTWARE_SINGLE_STEP_P): Ditto.
1828 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1829 software_single_step to rs6000_software_single_step.
1830
1831 2003-10-09 Andrew Cagney <cagney@redhat.com>
1832
1833 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1834
1835 2003-10-09 Michael Snyder <msnyder@redhat.com>
1836
1837 * frame.h: Fix typo in comment.
1838 * dummy-frame.c: Fix typo in comment.
1839 * d10v-tdep.c: Random whitespace/comment tweaks.
1840
1841 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1842
1843 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1844 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1845 on stack.
1846
1847 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1848 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1849 in detail.
1850
1851 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1852
1853 * remote-mips.c (mips_initialize): Remove unneeded call to
1854 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1855
1856 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1857
1858 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1859 a memory pointer.
1860
1861 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1862
1863 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1864 for any lwp we resume.
1865 (running_callback): Add lwps that have pending status events
1866 against them to be considered running.
1867
1868 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1869
1870 * m32r-tdep.c : Include "dis-asm.h".
1871 * Makefile.in (m32r-tdep.o): Update dependencies.
1872
1873 2003-10-06 J. Brobecker <brobecker@gnat.com>
1874
1875 * completer.h (get_gdb_completer_word_break_characters): Delete.
1876 * completer.c: include language.h.
1877 (gdb_completer_word_break_characters): Delete.
1878 (get_gdb_completer_word_break_characters): Delete.
1879 (location_completer): Use the word break characters of the current
1880 language.
1881 (complete_line): Likewise.
1882 (line_completion_function): Likewise.
1883 (skip_quoted_chars): Likewise.
1884 * Makefile.in (completer.o): Add dependency on language.h.
1885 * top.c (init_main): Set the readline word break characters
1886 to GDB's default word break characters.
1887
1888 2003-10-06 J. Brobecker <brobecker@gnat.com>
1889
1890 * language.h (language_defn): new field, la_word_break_characters.
1891 * language.c (unknown_language_defn): Set new field to
1892 default_word_break_characters.
1893 (auto_language_defn): Likewise.
1894 (local_language_defn): Likewise.
1895 * ada-lang.c (ada_language_defn): Likewise.
1896 * c-lang.c (c_language_defn): Likewise.
1897 (cplus_language_defn): Likewise.
1898 (asm_language_defn): Likewise.
1899 (minimal_language_defn): Likewise.
1900 * f-lang.c (f_language_defn): Likewise.
1901 * jv-lang.c (java_language_defn): Likewise.
1902 * m2-lang.c (m2_language_defn): Likewise.
1903 * objc-lang.c (objc_language_defn): Likewise.
1904 * p-lang.c (pascal_language_defn): Likewise.
1905 * scm-lang.c (scm_language_defn): Likewise.
1906
1907 2003-10-06 Andrew Cagney <cagney@redhat.com>
1908
1909 * ppc-sysv-tdep.c: Re-indent.
1910
1911 2003-10-06 J. Brobecker <brobecker@gnat.com>
1912
1913 * language.h (default_word_break_characters): Add prototype.
1914 * language.c (default_word_break_characters): New function.
1915
1916 2003-10-06 Andreas Schwab <schwab@suse.de>
1917
1918 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1919 with %eax.
1920
1921 2003-10-06 Andrew Cagney <cagney@redhat.com>
1922
1923 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1924 "h8500-tdep.c".
1925 (z8k-tdep.o): Delete custom build rule.
1926
1927 2003-10-06 Andrew Cagney <cagney@redhat.com>
1928
1929 * Makefile.in: Update all dependencies.
1930
1931 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1932 No longer list PA as as obsolete candidate. List m32r as
1933 broken instead of obsolete.
1934
1935 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1936 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1937 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1938 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1939 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1940 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1941 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1942 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1943 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1944 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1945 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1946 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1947 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1948 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1949 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1950 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1951 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1952 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1953 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1954 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1955 * config/z8k/z8k.mt: Ditto.
1956
1957 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1958 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1959 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1960 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1961 sparclite were removed.
1962 * configure.host, configure.tgt: Remove corresponding tuples.
1963
1964 * breakpoint.c, breakpoint.h: Remove obsolete code.
1965 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1966 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1967 * stabsread.h, xcoffread.c: Ditto.
1968
1969 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1970 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1971 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1972 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1973
1974 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1975
1976 * f-valprint.c: Reformatting
1977
1978 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1979
1980 * x86-64-tdep.c: Remove duplicate comment.
1981
1982 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1983 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1984 names for return values. This fixes a bug since we looked at %rbx
1985 instead of %rdx.
1986
1987 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1988
1989 * x86-64-tdep.c: Include "regset.h".
1990
1991 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1992 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1993 sizeof_fpregset.
1994 * i386-tdep.c: Include "regset.h".
1995 (i386_supply_gregset): New function.
1996 (i386_supply_fpregset): New function.
1997 (i386_gdbarch_init): Initialze register set-related members of
1998 TDEP.
1999 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
2000 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
2001
2002 2003-10-03 Andrew Cagney <cagney@redhat.com>
2003
2004 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
2005 set extract_return_value, store_return_value and
2006 use_struct_convention to ppc64_sysv_abi_extract_return_value,
2007 ppc64_sysv_abi_store_return_value and
2008 ppc64_sysv_abi_use_struct_convention.
2009 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
2010 (ppc64_sysv_abi_store_return_value): Declare.
2011 (ppc64_sysv_abi_use_struct_convention): Declare.
2012 * ppc-sysv-tdep.c (enum return_value_convention): Define.
2013 (ppc64_sysv_abi_extract_return_value): New function.
2014 (ppc64_sysv_abi_store_return_value): New function.
2015 (ppc64_sysv_abi_use_struct_convention): New function.
2016 (ppc64_sysv_abi_return_value): New function.
2017
2018 2003-10-03 Andrew Cagney <cagney@redhat.com>
2019
2020 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
2021 convert a descriptor to a function when it's in the ".opd"
2022 section.
2023
2024 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2025
2026 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
2027 reg_size to keep GCC silent.
2028
2029 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
2030
2031 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
2032 base for DW_EH_PE_textrel encodings.
2033 (read_encoded_value): Add a DW_EH_PE_textrel case.
2034 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
2035 section.
2036
2037 2003-10-03 Mark Kettenis <kettenis@gnu.org>
2038
2039 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
2040
2041 2003-10-02 Andrew Cagney <cagney@redhat.com>
2042
2043 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
2044 REGISTER_RAW_SIZE.
2045 * gdbarch.h, gdbarch.c: Re-generate.
2046 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
2047 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
2048 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2049 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2050 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
2051 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
2052 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
2053 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
2054 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
2055 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
2056 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
2057 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
2058 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
2059 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
2060 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
2061 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
2062
2063 2003-10-02 Jim Blandy <jimb@redhat.com>
2064
2065 * dwarf2read.c (struct die_info): Doc fix.
2066
2067 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2068
2069 * sh-tdep.c: Running thru gdb_indent.sh.
2070
2071 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
2072
2073 * sh-tdep.c (sh_justify_value_in_reg): New function.
2074 (sh_stack_allocsize): Ditto.
2075 (flt_argreg_array): New array used for floating point argument
2076 passing.
2077 (sh_init_flt_argreg): New function.
2078 (sh_next_flt_argreg): Ditto.
2079 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
2080 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
2081 Fix argument passing strategy.
2082 (sh_push_dummy_call_nofpu): Ditto.
2083
2084 2003-10-01 Andrew Cagney <cagney@redhat.com>
2085
2086 * value.h (register_value_being_returned): Declare. Replace
2087 "value_being_returned".
2088 * infcall.c (call_function_by_hand): Use
2089 register_value_being_returned.
2090 * infcmd.c (print_return_value): Call
2091 "register_value_being_returned", handle struct return locally.
2092 * values.c (register_value_being_returned): New function. Replace
2093 "value_being_returned".
2094
2095 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
2096
2097 * linux-proc.c (linux_do_registers): New function.
2098 (linux_make_note_section): Use linux_do_registers in case of
2099 single threaded inferior programs.
2100
2101 2003-10-01 Andrew Cagney <cagney@redhat.com>
2102
2103 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
2104 use STRUCT_ADDR. When not using "struct return convention", pass
2105 "0" to "value_being_returned". Add FIXMEs.
2106 * infcmd.c (print_return_value): Pass an explicit 0/1 to
2107 value_being_returned. Add comments.
2108 * values.c (value_being_returned): Add fixme.
2109 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
2110 (hppa_value_returned_from_stack): Add FIXME.
2111
2112 2003-09-30 David Carlton <carlton@kealia.com>
2113
2114 * dwarf2read.c (struct die_info): Add 'parent' field; replace
2115 'has_children' and 'next' by 'child' and 'sibling'.
2116 (read_comp_unit): Rework algorithm, breaking body into
2117 read_die_and_children and read_die_and_siblings.
2118 (read_die_and_children, read_die_and_siblings): New.
2119 (read_full_die): Add 'has_children' argument; set it instead of
2120 the die's 'has_children' field. Minor formatting cleanup.
2121 (free_die_list): Use die->child and die->sibling instead of
2122 die->next.
2123 (dump_die_list): Ditto.
2124 (sibling_die): Use die->sibling.
2125 (psymtab_to_symtab_1): Use die's 'child' field in place of its
2126 'has_children' and 'next' fields.
2127 (process_die, read_file_scope, read_func_scope)
2128 (read_lexical_block_scope, read_structure_scope)
2129 (read_enumeration, read_array_type, read_common_block)
2130 (read_namespace, read_subroutine_type, dump_die): Ditto.
2131
2132 2003-09-30 Andrew Cagney <cagney@redhat.com>
2133
2134 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
2135 to 224, not 220.
2136
2137 2003-09-30 Andrew Cagney <cagney@redhat.com>
2138
2139 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
2140 REGISTER_VIRTUAL_SIZE.
2141 * gdbarch.h, gdbarch.c: Regenerate.
2142 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
2143 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
2144 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
2145
2146 2003-09-29 Andrew Cagney <cagney@redhat.com>
2147
2148 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
2149 REGISTER_VIRTUAL_TYPE.
2150 * gdbarch.h, gdbarch.c: Regenerate.
2151 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
2152 * sh64-tdep.c, sparc-tdep.c: Update.
2153
2154 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
2155 * remote-vxmips.c (vx_read_register): Ditto.
2156 * remote-vx68.c (vx_read_register): Ditto.
2157 * gnu-nat.c (inf_validate_procs): Ditto.
2158
2159 2003-09-29 J. Brobecker <brobecker@gnat.com>
2160
2161 * infcall.c (call_function_by_hand): Fix build failure
2162 introduced in the previous change to this file.
2163
2164 2003-09-29 Andrew Cagney <cagney@redhat.com>
2165
2166 * NEWS: Mention Objective-C.
2167
2168 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
2169
2170 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
2171 test if the register has been saved on the stack.
2172 (arm_scan_prologue_cache): When analysing the instruction
2173 "str lr, [sp, #-4]", save the address where lr has been stored.
2174
2175 2003-09-28 Andrew Cagney <cagney@redhat.com>
2176
2177 * frame.c (frame_read_unsigned_register): Delete function.
2178 * frame.h (frame_read_unsigned_register): Delete declaration.
2179 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2180 get_frame_register_unsigned.
2181 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
2182 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2183 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2184
2185 * frame.h (frame_read_register): Delete declaration.
2186 * frame.c (frame_read_register): Delete function.
2187 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
2188 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
2189 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
2190 * mips-tdep.c (mips_register_to_value): Ditto.
2191 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
2192 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2193
2194 * frame.c (frame_read_signed_register): Delete function.
2195 (frame_read_unsigned_register): Update comments.
2196 * frame.h (frame_read_signed_register): Delete declaration.
2197 * h8300-tdep.c (h8300_print_register): Use
2198 get_frame_register_signed.
2199 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
2200
2201 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
2202 Rename VALUE_RETURNED_FROM_STACK.
2203 * infcmd.c (print_return_value): Update.
2204 * infcall.c (call_function_by_hand): Update.
2205
2206 2003-09-28 Mark Kettenis <kettenis@gnu.org>
2207
2208 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
2209 regcache argument and reverse the order of the other two
2210 arguments. Remove local regcache variable. Determine
2211 architecture from REGCACHE. Update comments.
2212 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
2213 reverse the order of the other two arguments. Remove local
2214 regcache variable. Determine architecture from REGCACHE. Update
2215 comments.
2216 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
2217 prototypes. Update comments.
2218 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
2219 comment.
2220 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
2221 Update.
2222 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
2223 * i386-interix-nat.c (supply_fpregset): Update.
2224 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
2225 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
2226 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
2227 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
2228 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
2229 Update.
2230 * i386obsd-tdep.c (fetch_core_registers): Update.
2231 * i386v4-nat.c (supply_fpregset): Update.
2232 * x86-64-linux-nat.c (supply_fpregset): Update.
2233 * x86-64-linux-tdep.c (fetch_core_registers): Update.
2234
2235 2003-09-27 Mark Kettenis <kettenis@gnu.org>
2236
2237 * i386-tdep.h: Put opaque declarations in alphabetical
2238 order. Remove spurious whitespace.
2239 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
2240 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
2241 * i386-tdep.c (MM0_REGNUM): Remove define.
2242 (i386_mmx_regnum_p): Add gdbarch argument.
2243 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
2244 Rewrite using new macro definitions for FPU/SSE registers.
2245 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
2246 definitions from i387-tdep.h.
2247 (i386_register_name): Update.
2248 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
2249 new macro definitions for FPU/SSE registers.
2250 (i386_extract_return_value): Determine whether floating-point
2251 registers are present by examining REGCACHE's architecture.
2252 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
2253 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
2254 FPU/SSE registers.
2255 (i386_register_type): Update.
2256 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
2257 definitions for FPU registers. Use REGCACHE's architecture to
2258 determine the appropriate register numbers.
2259 (i386_pseudo_register_read, i386_pseudo_register_write,
2260 i386_register_reggroup_p): Update.
2261 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
2262 TDEP->mm0_regnum.
2263 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
2264 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
2265 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
2266 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
2267 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
2268 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
2269 *' to `void *'.
2270 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
2271 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
2272 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
2273 definitions for FPU/SSE registers.
2274 (FXSAVE_MXCSR_ADDR): New define.
2275 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
2276 TDEP->mm0_regnum.
2277 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
2278 (I387_ST0_REGNUM): Define.
2279
2280 * regcache.h (get_regcache_arch): New prototype.
2281 * regcache.c (get_regcache_arch): New function.
2282
2283 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
2284 whitespace.
2285
2286 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
2287 Initialize using ARRAY_SIZE.
2288
2289 2003-09-27 Andrew Cagney <cagney@redhat.com>
2290
2291 * arch-utils.c (deprecated_init_frame_pc_default): Rename
2292 "init_frame_pc_default".
2293 * arch-utils.h (deprecated_init_frame_pc_default): Update.
2294 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2295 * vax-tdep.c (vax_gdbarch_init): Update.
2296 * v850-tdep.c (v850_gdbarch_init): Update.
2297 * sh64-tdep.c (sh64_gdbarch_init): Update.
2298 * s390-tdep.c (s390_gdbarch_init): Update.
2299 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2300 * mcore-tdep.c (mcore_gdbarch_init): Update.
2301 * h8300-tdep.c (h8300_gdbarch_init): Update.
2302 * cris-tdep.c (cris_gdbarch_init): Update.
2303 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
2304
2305 2003-09-26 Mark Kettenis <kettenis@gnu.org>
2306
2307 * regset.h: New file.
2308 * Makefile.in (regset_h): Add.
2309
2310 2003-09-25 Andrew Cagney <cagney@redhat.com>
2311
2312 * frame.h (deprecated_frame_saved_regs): Rename
2313 get_frame_saved_regs.
2314 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
2315 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
2316 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
2317 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
2318 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
2319
2320 2003-09-25 Andrew Cagney <cagney@redhat.com>
2321
2322 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
2323 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
2324 and Java.
2325 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
2326 arm*-*-* do not use the new frame code.
2327
2328 2003-09-25 David Carlton <carlton@kealia.com>
2329
2330 * c-exp.y: Remove 'register' declarations.
2331 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
2332
2333 2003-09-25 David Carlton <carlton@kealia.com>
2334
2335 * c-exp.y: Include cp-support.h. Add qualified_type.
2336 (yylex): Delete nested type hack; add comments.
2337 * cp-namespace.c (cp_lookup_nested_type): New function.
2338 * cp-support.h: Declare cp_lookup_nested_type.
2339 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
2340 instead of value_struct_elt_for_reference.
2341 * valops.c: Include cp-support.h.
2342 (value_aggregate_elt): New function.
2343 (value_namespace_elt): Ditto.
2344 (value_struct_elt_for_reference): Make static.
2345 * value.h: Delete declaration of value_struct_elt_for_reference;
2346 add declaration for value_aggregate_elt.
2347 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
2348 (valops.o): Ditto.
2349
2350 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
2351
2352 * stack.c: Include "reggroups.h".
2353 (frame_info): Only display registers in all_reggroup.
2354 * Makefile.in (stack.o): Update dependencies.
2355
2356 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2357
2358 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
2359 "add ip, sp #n" in the prologue.
2360 (arm_scan_prologue): Ditto.
2361
2362 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
2363
2364 * MAINTAINERS (write after approval): Add myself.
2365
2366 2003-09-25 Andreas Schwab <schwab@suse.de>
2367
2368 * m68k-tdep.c: Include "dwarf2-frame.h".
2369 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
2370 * Makefile.in (m68k-tdep.o): Update dependencies.
2371
2372 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
2373
2374 * sh-tdep.c (struct frame_extra_info): Remove.
2375 (struct sh_frame_cache): New structure.
2376 (GET_SOURCE_REG): New macro extracting source register of an opcode.
2377 (GET_TARGET_REG): Ditto but target register.
2378 (GET_PUSHED_REG): Remove.
2379 (IS_MOV_ARG_TO_REG): New macro.
2380 (IS_MOV_ARG_TO_IND_R14): New macro.
2381 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
2382 (IS_MOVW_PCREL_TO_REG): New macro.
2383 (IS_MOVL_PCREL_TO_REG): New macro.
2384 (IS_SUB_REG_FROM_SP): New macro.
2385 (IS_ARG_MOV): Remove.
2386 (IS_MOV_TO_R14): Remove.
2387 (IS_RESTORE_FP): New macro.
2388 (IS_RTS): New macro.
2389 (IS_LDS): New macro.
2390 (IS_MOV_FP_SP): New macro.
2391 (IS_ADD_REG_TO_FP): New macro.
2392 (IS_ADD_IMM_FP): New macro.
2393 (sh_skip_prologue_hard_way): Remove.
2394 (sh_saved_pc_after_call): Remove.
2395 (sh_frame_chain): Remove.
2396 (sh_find_callers_reg): Remove.
2397 (sh_nofp_frame_init_saved_regs): Remove.
2398 (sh_fp_frame_init_saved_regs): Remove.
2399 (sh_init_extra_frame_info): Remove.
2400 (sh_analyze_prologue): New function.
2401 (sh_skip_prologue): Remove deprecated code. Rely on new function
2402 sh_analyze_prologue when after_prologue fails.
2403 (sh_frame_saved_pc): Remove.
2404 (sh_alloc_frame_cache): New function.
2405 (sh_frame_cache): Ditto.
2406 (sh_frame_prev_register): Ditto.
2407 (sh_frame_this_id): Ditto.
2408 (sh_frame_unwind): New structure defining the heuristic frame
2409 sniffer interface.
2410 (sh_frame_sniffer): New function.
2411 (sh_unwind_sp): Ditto.
2412 (sh_unwind_pc): Ditto.
2413 (sh_unwind_dummy_id): Ditto.
2414 (sh_frame_base_address): Ditto.
2415 (sh_frame_base): New structure defining new frame base code.
2416 (sh_in_function_epilogue_p): New function.
2417 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
2418 code and to call all new code instead. Initialize dwarf2 and
2419 heuristic frame sniffer.
2420
2421 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2422
2423 * parser-defs.h (struct exp_descriptor): New definition, containing
2424 language-specific info for printing, prefixifying, dumping, and
2425 evaluating expressions.
2426 (exp_descriptor_standard): Declare new variable.
2427 (print_subexp): Make global and declare here (from expprint.c).
2428 (dump_subexp): Ditto.
2429 (dump_subexp_body_standard): Declare.
2430 (operator_length_standard): Declare.
2431 (op_name_standard): Declare.
2432 (print_subexp): Declare.
2433 (print_subexp_standard): Declare.
2434
2435 * language.h (struct language_defn): Add la_exp_desc field to hold
2436 pointer to table for language-specific operators.
2437 Remove evaluate_exp field, which is now in struct exp_descriptor.
2438
2439 * parse.c (operator_length): Move most code to new
2440 operator_length_standard function. Use language-specific information.
2441 (operator_length_standard): New function taking most code from
2442 operator_length.
2443 (exp_descriptor_standard): New constant.
2444
2445 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
2446 and OP_EXTENDED_LAST.
2447
2448 * expprint.c (print_subexp): Use language-specific print_subexp.
2449 Make global; remove static declaration.
2450 Move most code to print_subexp_standard.
2451 (print_subexp_standard): New function, containing code formerly in
2452 print_subexp.
2453 (op_name): Add expression to argument signature.
2454 Use langauge-specific op_name.
2455 Move most code to op_name_standard.
2456 (op_name_standard): New function, containing code formerly in op_name.
2457 (dump_subexp): Use new version of op_name function.
2458 Use language-specific dump_subexp_body, and move most existing code to
2459 dump_subexp_body_standard.
2460 (dump_raw_expression): Use new op_name interface.
2461 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2462 (dump_subexp_body_standard): New function, containing code formerly
2463 in dump_subexp_body.
2464
2465 * language.c (unknown_language): Add default la_exp_desc field and
2466 remove evaluate_exp field.
2467 (auto_language): Ditto.
2468 (local_language): Ditto.
2469 * f-lang.c (f_language_defn): Ditto.
2470 * c-lang.c (c_language_defn): Ditto.
2471 (cplus_language_defn): Ditto.
2472 (asm_language_defn): Ditto.
2473 (minimal_language_defn): Ditto.
2474 * p-lang.c (pascal_language_defn): Ditto.
2475 * m2-lang.c (m2_language_defn): Ditto.
2476 * objc-lang.c (objc_language_defn): Ditto.
2477
2478 * jv-lang.c (exp_descriptor_java): New variable, containing
2479 Java-specific expression evaluator.
2480 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2481 field.
2482 * scm-lang.c (exp_descriptor_scm): New variable, containing
2483 Scheme-specific expression evaluator.
2484 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2485 field.
2486 * objc-lang.c (print_object_command): Take evaluate_exp from the
2487 la_exp_desc field.
2488
2489 * Makefile.in (eval.o): Add dependency on parser-defs.h.
2490
2491 * eval.c: Include parser-defs.h for the full declaration of
2492 la_exp_desc's type.
2493 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
2494
2495 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2496
2497 * parser-defs.h (operator_length): Declare.
2498
2499 * parse.c (length_of_subexp): Use operator_length to get operator
2500 lengths and arities for operators.
2501 Move most code to new operator_length function.
2502 (operator_length): New function absorbing most code from
2503 length_of_subexp.
2504 (prefixify_subexp): Remove large case and use operator_length instead.
2505 (parse_exp_1): Use renamings:
2506 dump_prefix_expression => dump_raw_expression and
2507 dump_postfix_expression => dump_prefix_expression.
2508
2509 * expression.h (dump_prefix_expression): Rename to ...
2510 (dump_raw_expression): New name.
2511 (dump_postfix_expression): Rename to ...
2512 (dump_prefix_expression): New name.
2513
2514 * expprint.c (dump_subexp): Make global. Add comment.
2515 Move most existing code to dump_subexp_body.
2516 (dump_subexp_body): New function.
2517 (dump_prefix_expression): Rename to dump_raw_expression.
2518 Remove attempt to print the expression via print_expression: it can't
2519 work before the expression is prefixified.
2520 (dump_raw_expression): Renamed from dump_prefix_expression.
2521 (dump_postfix_expression): Rename to dump_prefix_expression, since
2522 that's what it does.
2523 Remove 'note' parameter, since this routine must be used on
2524 prefixified expression.
2525 (dump_prefix_expression): Renamed from dump_postfix_expression.
2526
2527 2003-09-22 Jim Blandy <jimb@redhat.com>
2528
2529 * dwarf2read.c (read_array_type): When building the type for an
2530 array of unspecified length, make sure to choose the upper bound
2531 so that the array's total length comes out to be zero --- that's
2532 how we represent such arrays.
2533
2534 2003-09-22 Michael Chastain <mec@shout.net>
2535
2536 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2537
2538 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2539
2540 * top.c (quit_force): Fix indirect call to quit_target so
2541 a struct qt_args pointer is passed.
2542
2543 2003-09-22 Andrew Cagney <cagney@redhat.com>
2544
2545 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2546 * arch-utils.c (init_frame_pc_noop): Delete function.
2547 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2548 "init_frame_pc".
2549 * mips-tdep.c (mips_gdbarch_init): Ditto.
2550 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2551 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2552 declaration.
2553 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2554 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2555 declaration.
2556 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2557
2558 2003-09-22 Anthony Green <green@redhat.com>
2559
2560 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2561 declaration.
2562
2563 2003-09-20 Andrew Cagney <cagney@redhat.com>
2564
2565 * breakpoint.c: Eliminate ARGSUSED.
2566 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2567 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2568 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2569 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2570 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2571 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2572 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2573 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2574 * wince.c, remote-vx.c: Ditto.
2575
2576 * cli/cli-script.c: Remove "register" attributes.
2577 * config/pa/tm-hppa.h: Ditto.
2578 * cli/cli-decode.c: Ditto.
2579 * cli/cli-cmds.c: Ditto.
2580
2581 2003-09-19 Andrew Cagney <cagney@redhat.com>
2582
2583 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2584 DEPRECATED_NPC_REGNUM.
2585 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2586
2587 2003-09-19 Christopher Faylor <cgf@redhat.com>
2588
2589 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2590
2591 2003-09-19 Jim Blandy <jimb@redhat.com>
2592
2593 * macrotab.c (macro_include): Use the correct comparison to find
2594 the appropriate place for this inclusion in the list.
2595
2596 2003-09-19 Andrew Cagney <cagney@redhat.com>
2597
2598 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2599 (DEPRECATED_HPUX_TEXT_END): Define.
2600 (deprecated_hpux_text_end): Declare.
2601 (struct target_ops): Declare opaque.
2602 * hppah-nat.c (text_end): Make static.
2603 (deprecated_hpux_text_end): New function.
2604 * exec.c (text_end): Delete global variable.
2605 (NEED_TEXT_START_END): Do not define.
2606 (exec_file_attach): Replace code computing "text_end" code with
2607 call to DEPRECATED_HPUX_TEXT_END.
2608
2609 2003-09-19 Andrew Cagney <cagney@redhat.com>
2610
2611 * utils.c (align_up, align_down): New functions.
2612 * defs.h (align_up, align_down): Declare.
2613 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2614 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2615 and "align_down".
2616 (round_up, round_down): Delete functions.
2617 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2618 "align_down".
2619 (ROUND_DOWN, ROUND_UP): Delete macros.
2620 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2621 * h8300-tdep.c: Replace "round_up" and "round_down" with
2622 "align_up" and "align_down".
2623 (round_up, round_down): Delete macros.
2624 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2625 "align_down".
2626 (ROUND_UP, ROUND_DOWN): Delete macros.
2627
2628 2003-09-18 J. Brobecker <brobecker@gnat.com>
2629
2630 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2631 hard-coded constant. Use the proper machine name instead.
2632
2633 2003-09-17 Andrew Cagney <cagney@redhat.com>
2634
2635 * sparc-tdep.c (legacy_register_name): Delete function.
2636 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2637 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2638 * infcmd.c (gdb_register_name): Delete variable.
2639 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2640 REGISTER_NAME and "tm.h".
2641 * gdbarch.h, gdbarch.c: Regenerate.
2642 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2643 REGISTER_NAMES in comments.
2644 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2645 * m68klinux-nat.c (regmap): Ditto.
2646
2647 2003-09-17 Jim Blandy <jimb@redhat.com>
2648
2649 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2650
2651 2003-09-17 Andrew Cagney <cagney@redhat.com>
2652
2653 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2654 (ppcnbsd_init_abi): Set "use_struct_convention" to
2655 "ppcnbsd_use_struct_convention".
2656
2657 2003-09-17 Mark Kettenis <kettenis@gnu.org>
2658
2659 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2660 * gdbarch.h, gdbarch.c: Regenerate.
2661 (stabs_argument_has_addr): New architecture method.
2662 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2663 * arch-utils.c: Include "buildsym.h".
2664 (default_stabs_argument_has_addr): New function.
2665 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2666 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2667
2668 2003-09-17 Andrew Cagney <cagney@redhat.com>
2669
2670 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2671 * gdbarch.h, gdbarch.c: Regenerate.
2672 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2673 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2674 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2675 * sparcnbsd-tdep.c: Update.
2676
2677 2003-09-17 Andrew Cagney <cagney@redhat.com>
2678
2679 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2680 * gdbarch.h, gdbarch.c: Regenerate.
2681 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2682 * d10v-tdep.c, frame.c: Update.
2683 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2684 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2685 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2686 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2687 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2688 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2689 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2690 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2691 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2692 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2693 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2694 * config/pa/nm-hppah.h: Update.
2695
2696 2003-09-16 Andrew Cagney <cagney@redhat.com>
2697
2698 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2699 "use_struct_convention" to "ppc_linux_use_struct_convention".
2700 (ppc_linux_use_struct_convention): New function.
2701 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2702 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2703 "rs6000_use_struct_convention".
2704 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2705 declaration.
2706 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2707 Delete function.
2708
2709 2003-09-16 Andrew Cagney <cagney@redhat.com>
2710
2711 * buildsym.c: Remove more occurances of "register".
2712 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2713 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2714 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2715 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2716 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2717 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2718 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2719 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2720
2721 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
2722
2723 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2724 numbers to enumeration values.
2725 * sh-tdep.c: Accomodate above change.
2726 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2727 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2728 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2729 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2730 (IS_FPUSH): Rename from IS_FMOV.
2731 (sh_extract_struct_value_address): Remove useless comment.
2732 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2733 instead of own local values.
2734 (sh_dump_tdep): Remove.
2735 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2736 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2737
2738 2003-09-15 Andrew Cagney <cagney@redhat.com>
2739
2740 * doublest.c (convert_floatformat_to_doublest): No longer need to
2741 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2742
2743 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
2744
2745 * values.c (unpack_double): Call floatformat_is_valid.
2746
2747 2003-09-15 Mark Kettenis <kettenis@gnu.org>
2748
2749 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2750 ps_strings into a long.
2751
2752 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2753 _initialize_am64fbsd_nat.
2754
2755 2003-09-15 Kevin Buettner <kevinb@redhat.com>
2756
2757 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2758 associated with DW_AT_ranges attribute is out of bounds.
2759
2760 2003-09-15 David Lecomber <dsl@sources.redhat.com>
2761
2762 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2763
2764 2003-09-14 Michael Chastain <mec@shout.net>
2765
2766 * config/m68k/nm-apollo68v.h: Delete.
2767 * config/m68k/xm-apollo68v.h: Delete.
2768
2769 2003-09-14 Andrew Cagney <cagney@redhat.com>
2770
2771 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2772 * dcache.c: Update copyrights and descriptions.
2773 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2774
2775 2003-09-14 Andrew Cagney <cagney@redhat.com>
2776
2777 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2778 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2779
2780 2003-09-14 Andrew Cagney <cagney@redhat.com>
2781
2782 * alpha-nat.c: Remove some occurances of "register".
2783 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2784 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2785 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2786 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2787 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2788 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2789 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2790 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2791 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2792 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2793 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2794 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2795 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2796 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2797 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2798 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2799 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2800 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2801 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2802 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2803 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2804 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2805
2806 2003-09-13 Andrew Cagney <cagney@redhat.com>
2807
2808 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2809 * ppc-tdep.h (struct regcache): Declare opaque.
2810 * objfiles.h (struct objfile_data): Declare opaque.
2811 * cp-support.h (struct objfile): Declare opaque.
2812 * linux-nat.h (target_waitstatus): Declare opaque.
2813
2814 2003-09-14 Mark Kettenis <kettenis@gnu.org>
2815
2816 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2817 (stabs_argument_has_addr): New architecture method.
2818 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2819 * arch-utils.c: Include "buildsym.h".
2820 (default_stabs_argument_has_addr): New function.
2821 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2822 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2823
2824 * cris-tdep.c (cris_gdbarch_init): Set
2825 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2826 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2827 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2828 * mips-tdep.c (mips_gdbarch_init): Likewise.
2829 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2830 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2831
2832 2003-09-13 Andrew Cagney <cagney@redhat.com>
2833
2834 * values.c (using_struct_return): Delete "function" and "funcaddr"
2835 parameters.
2836 * value.h (using_struct_return): Update declaration.
2837 * infcmd.c (finish_command_continuation): Update.
2838 (finish_command): Update.
2839 * infcall.c (call_function_by_hand): Update.
2840 * eval.c (evaluate_subexp_standard): Update.
2841
2842 2003-09-13 Christopher Faylor <cgf@redhat.com>
2843
2844 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2845 SSE registers since gdb will not operate correctly without this.
2846 Restore include file ordering munged in previous change.
2847 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2848
2849 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2850
2851 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2852 REG_STRUCT_HAS_ADDR.
2853 * gdbarch.c, gdbarch.h: Updated.
2854 * infcall.c (call_function_by_hand): Update.
2855 * stabsread.c (define_symbol): Updated.
2856
2857 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2858
2859 2003-09-12 Christopher Faylor <cgf@redhat.com>
2860
2861 * win32-nat.c: Reorganize so that defines used by target headers are
2862 actually defined by the system headers.
2863 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2864 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2865
2866 2003-09-12 Jim Blandy <jimb@redhat.com>
2867
2868 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2869 the file has no .data, .bss, or .rodata sections. Instead wait
2870 until we see a variable alleged to live in one of those sections.
2871
2872 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2873 .bss section, presume that any variables we find live in the
2874 .rodata section.
2875
2876 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2877 offsets for global and static variables.
2878
2879 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2880 symbol types are, by definition, in the .data section, so it is
2881 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2882 If there is no .data section, there should be no N_DATA or N_DATA
2883 | N_EXT symbols.
2884
2885 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2886
2887 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2888 (amd64fbsd_sigcontext_addr): Rewrite.
2889 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2890 with correct values.
2891 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2892 (amd64fbsd_init_abi): Fix typo.
2893
2894 2003-09-12 Andrew Cagney <cagney@redhat.com>
2895
2896 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2897 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2898
2899 2003-09-12 Andrew Cagney <cagney@redhat.com>
2900
2901 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2902 "entry_file_highpc". Update comments.
2903 * defs.h (deprecated_inside_entry_file): Rename
2904 "inside_entry_file".
2905 * blockframe.c (deprecated_inside_entry_file): Rename
2906 "inside_entry_file".
2907 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2908 * vax-tdep.c (vax_frame_chain): Update.
2909 * sh64-tdep.c (sh64_frame_chain): Update.
2910 * sh-tdep.c (sh_frame_chain): Update.
2911 * rs6000-tdep.c (rs6000_frame_chain): Update.
2912 * ns32k-tdep.c (ns32k_frame_chain): Update.
2913 * mips-tdep.c (mips_frame_chain): Update.
2914 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2915 * m32r-tdep.c (m32r_frame_this_id): Update.
2916 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2917 * frv-tdep.c (frv_frame_this_id): Update.
2918 * d10v-tdep.c (d10v_frame_this_id): Update.
2919 * cris-tdep.c (cris_frame_chain): Update.
2920 * blockframe.c (legacy_frame_chain_valid): Update.
2921 * avr-tdep.c (avr_frame_this_id): Update.
2922 * arm-tdep.c (arm_prologue_this_id): Update.
2923 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2924 * objfiles.c (objfile_relocate): Update.
2925 * mipsread.c (mipscoff_symfile_read): Update.
2926 (mipscoff_symfile_read): Update.
2927 * mdebugread.c (parse_partial_symbols): Update.
2928 * dwarfread.c (read_file_scope): Update.
2929 * dwarf2read.c (read_file_scope): Update.
2930 * dbxread.c (read_dbx_symtab): Update.
2931 (read_dbx_symtab): Update.
2932 * coffread.c (complete_symtab): Update.
2933
2934 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2935
2936 * top.c (quit_target): New static helper function.
2937 (quit_force): Moved code to quit_target(). Call quit_target()
2938 via catch_errors() to catch errors during quit.
2939
2940 2003-09-11 David Carlton <carlton@kealia.com>
2941
2942 * buildsym.c (finish_block): Use allocate_block to allocate the
2943 block.
2944 * mdebugread.c (new_block): Add FIXME.
2945
2946 2003-09-11 David Carlton <carlton@kealia.com>
2947
2948 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2949 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2950 (recursive_dump_type): Ditto.
2951 * printcmd.c (print_formatted): Ditto.
2952 * typeprint.c (print_type_scalar): Ditto.
2953 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2954 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2955 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2956 maint_cplus_cmd_list.
2957 * cp-support.c: Make maint_cplus_cmd_list extern.
2958 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2959 command.h.
2960 (lookup_symbol_file): Look in possible namespace blocks when
2961 appropriate.
2962 (initialize_namespace_symtab): New.
2963 (get_possible_namespace_block, free_namespace_block)
2964 (check_possible_namespace_symbols)
2965 (check_possible_namespace_symbols_loop)
2966 (check_one_possible_namespace_symbol)
2967 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2968 (_initialize_cp_namespace): Ditto.
2969 * block.h: Declare allocate_block.
2970 * block.c (allocate_block): New.
2971 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2972 allocate_block.
2973 * symfile.h: Update declaration of add_psymbol_to_list.
2974 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2975 question.
2976 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2977 scan_partial_symbols_call.
2978 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2979 helper functions.
2980 (add_partial_symbol): If necessary, scan mangled names for names
2981 of namespaces.
2982 (add_partial_namespace): Add NAMESPACE argument; generate partial
2983 symbols associated to namespaces.
2984 (add_partial_enumeration): Add NAMESPACE argument.
2985 (new_symbol): Allow namespace syms.
2986 (read_namespace): Generate namespace syms.
2987 * objfiles.h: Add opaque declaration of struct symtab.
2988 (struct objfile): Add cp_namespace_symtab member.
2989 * objfiles.c (allocate_objfile): Set
2990 objfile->cp_namespace_symtab.
2991 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2992 dictionary_h, command_h.
2993
2994 2003-09-11 Andrew Cagney <cagney@redhat.com>
2995
2996 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2997 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2998 near the function's end.
2999 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
3000 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
3001 regcache_raw_write_signed to set SP_REGNUM.
3002
3003 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
3004
3005 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
3006 orig_addrs is set up properly.
3007
3008 2003-09-11 Andrew Cagney <cagney@redhat.com>
3009
3010 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
3011 * gdbarch.h, gdbarch.c: Re-generate.
3012 * infcall.c (call_function_by_hand): Update.
3013 * hppa-tdep.c (hppa_push_arguments): Update.
3014 * ada-lang.c (place_on_stack): Update.
3015 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3016 * sparc-tdep.c (sparc_gdbarch_init): Update.
3017 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3018 * hppa-tdep.c (hppa_gdbarch_init): Update.
3019 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
3020 stack_align.
3021
3022 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
3023
3024 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
3025 register do need a frame.
3026
3027 2003-09-11 Andrew Cagney <cagney@redhat.com>
3028
3029 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
3030 buildable since GDB 5.0.
3031 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
3032 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
3033 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
3034 * irix4-nat.c: Delete file.
3035 * config/mips/irix4.mh: Delete file.
3036 * config/mips/irix3.mh: Delete file.
3037 * config/mips/irix3.mt: Delete file.
3038 * config/mips/tm-irix3.h: Delete file.
3039 * config/mips/nm-irix3.h: Delete file.
3040 * config/mips/xm-irix3.h: Delete file.
3041 * config/mips/nm-irix4.h: Delete file.
3042 * config/mips/xm-irix4.h: Delete file.
3043 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
3044
3045 2003-09-10 J. Brobecker <brobecker@gnat.com>
3046
3047 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
3048 * Makefile.in (hppa-tdep.o): Update dependencies.
3049
3050 2003-09-10 James E Wilson <wilson@specifixinc.com>
3051
3052 * MAINTAINERS: Change my e-mail address. Move to paper trail
3053 section.
3054
3055 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3056
3057 * MAINTAINERS (frv): New ISA entry.
3058
3059 2003-09-10 Kevin Buettner <kevinb@redhat.com>
3060
3061 * frv-tdep.c (dis-asm.h): Include.
3062 * Makefile.in (frv-tdep.o): Update dependencies.
3063
3064 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
3065
3066 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
3067 Fix typo for high range of floating registers.
3068
3069 2003-09-09 David Carlton <carlton@kealia.com>
3070
3071 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
3072 highpc initialization here out of scan_partial_symbols.
3073 (scan_partial_symbols): Restructure into a recursive version,
3074 calling add_partial_namespace and add_partial_enumeration when
3075 appropriate.
3076 (add_partial_namespace): New.
3077 (add_partial_enumeration, locate_pdi_sibling): Ditto.
3078
3079 2003-09-09 Andrew Cagney <cagney@redhat.com>
3080
3081 * rs6000-tdep.c (ppc_push_return_address): Delete function.
3082 (rs6000_push_dummy_call): Set LR to BP_ADDR.
3083 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
3084 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3085
3086 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
3087 (rs6000_push_dummy_call): Set the "TOC" register.
3088
3089 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
3090 methods "max_register_raw_size", "max_register_virtual_size" or
3091 "register_virtual_size".
3092
3093 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
3094
3095 * MAINTAINERS: Update my e-mail address.
3096
3097 2003-09-09 Andrew Cagney <cagney@redhat.com>
3098
3099 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
3100 (rs6000_push_dummy_call): Store the struct return address.
3101 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
3102
3103 2003-09-09 Andrew Cagney <cagney@redhat.com>
3104
3105 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
3106 "ppc_sysv_abi_push_arguments".
3107 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
3108 "ppc_sysv_abi_push_arguments".
3109 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
3110 instead of "push_arguments".
3111 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
3112
3113 2003-09-09 Andrew Cagney <cagney@redhat.com>
3114
3115 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
3116 instead of CALL_DUMMY_ADDRESS.
3117
3118 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
3119
3120 * p-lang.c: Eliminate "register".
3121 * c-lang.c: Ditto.
3122 * expprint.c: Ditto.
3123 * f-lang.c: Ditto.
3124 * jv-lang.c: Ditto.
3125 * language.c: Ditto.
3126 * m2-lang.c: Ditto.
3127 * parse.c: Ditto.
3128 * scm-lang.c: Ditto.
3129 * objc-lang.c: Ditto.
3130
3131 2003-09-09 Nick Clifton <nickc@redhat.com>
3132
3133 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
3134
3135 2003-09-04 Andrew Cagney <cagney@redhat.com>
3136
3137 * avr-tdep.c: Include "dis-asm.h".
3138 * cris-tdep.c: Include "dis-asm.h".
3139 (cris_delayed_get_disassembler): Use "struct disassemble_info"
3140 instead of corresponding typedef.
3141 * h8300-tdep.c: Include "dis-asm.h".
3142 * ia64-tdep.c: Include "dis-asm.h".
3143 * i386-tdep.c: Include "dis-asm.h".
3144 (i386_print_insn): Use "struct disassemble_info" instead of
3145 corresponding typedef.
3146 * m68k-tdep.c: Include "dis-asm.h".
3147 * mcore-tdep.c: Include "dis-asm.h".
3148 * mips-tdep.c: Include "dis-asm.h".
3149 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
3150 instead of corresponding typedef.
3151 * ns32k-tdep.c: Include "dis-asm.h".
3152 * s390-tdep.c: Include "dis-asm.h".
3153 * sparc-tdep.c: Include "dis-asm.h".
3154 * vax-tdep.c: Include "dis-asm.h".
3155 * v850-tdep.c: Include "dis-asm.h".
3156 * mn10300-tdep.c: Include "dis-asm.h".
3157 * rs6000-tdep.c: Include "dis-asm.h".
3158 * xstormy16-tdep.c: Include "dis-asm.h".
3159 (_initialize_xstormy16_tdep): Delete "extern" declaration of
3160 print_insn_xstormy16.
3161 * Makefile.in (v850-tdep.o): Update dependencies.
3162 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
3163 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
3164 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
3165 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
3166 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
3167 (gdbarch_h): Remove $(dis_asm_h).
3168 * disasm.c: Include "dis-asm.h".
3169 (dis_asm_read_memory): Use "struct disassemble_info" instead of
3170 corresponding typedef.
3171 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
3172 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
3173 * gdbarch.sh: Do not include "dis-asm.h".
3174 (struct disassemble_info): Declare opaque.
3175 (TARGET_PRINT_INSN): Update declaration.
3176 * gdbarch.h, gdbarch.c: Re-generate.
3177
3178 2003-09-08 Andrew Cagney <cagney@redhat.com>
3179
3180 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
3181 CALL_DUMMY_ADDRESS, change to a predicate.
3182 * gdbarch.h, gdbarch.c: Re-generate.
3183 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3184 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
3185 * infcall.c (call_function_by_hand): Ditto.
3186 * sparc-tdep.c (sparc_push_return_address): Ditto.
3187 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
3188 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
3189 CALL_DUMMY_ADDRESS with entry_point_address.
3190 * v850-tdep.c (v850_push_return_address): Ditto.
3191 * s390-tdep.c (s390_push_return_address): Ditto.
3192 * rs6000-tdep.c (ppc_push_return_address): Ditto.
3193 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
3194 * mcore-tdep.c (mcore_push_return_address): Ditto.
3195 * cris-tdep.c (cris_push_return_address): Ditto.
3196 * arm-tdep.c (arm_push_return_address): Ditto.
3197
3198 2003-09-08 Andrew Cagney <cagney@redhat.com>
3199
3200 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
3201 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
3202 and REG_UNMODIFIED to REG_SAME_VALUE.
3203 (execute_cfa_program): Update.
3204 (dwarf2_frame_cache): Update. Initialize table to
3205 REG_UNSPECIFIED, complain if CFI fails to specify a register's
3206 location.
3207 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
3208
3209 2003-09-08 Andrew Cagney <cagney@redhat.com>
3210
3211 * gnu-nat.c: Remove "inline" function attribute.
3212 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
3213
3214 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3215
3216 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
3217 target.
3218
3219 2003-09-08 Kevin Buettner <kevinb@redhat.com>
3220
3221 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
3222 (frame_extra_info): Rename this struct to frv_unwind_cache.
3223 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
3224 Add fields ``prev_sp'' and ``base''.
3225 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
3226 (frv_saved_pc_after_call, frv_init_extra_frame_info)
3227 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
3228 Delete.
3229 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
3230 Revise all callers. Fill in the unwind cache argument and make
3231 other adjustments to account for new frame mechanisms.
3232 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
3233 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
3234 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
3235 (frv_frame_unwind, frv_frame_base): New structs.
3236 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
3237 additional arguments expected by this method and adjust function
3238 body accordingly.
3239 (frv_gdbarch_init): Remove calls to the following functions:
3240 set_gdbarch_deprecated_init_frame_pc(),
3241 set_gdbarch_deprecated_saved_pc_after_call(),
3242 set_gdbarch_deprecated_frame_chain(),
3243 set_gdbarch_deprecated_frame_saved_pc(),
3244 set_gdbarch_deprecated_frame_init_saved_regs(),
3245 set_gdbarch_deprecated_push_arguments(),
3246 set_gdbarch_deprecated_push_return_address(),
3247 set_gdbarch_deprecated_pop_frame(),
3248 set_gdbarch_deprecated_call_dummy_words(),
3249 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3250 set_gdbarch_deprecated_init_extra_frame_info(),
3251 set_gdbarch_deprecated_dummy_write_sp(), and
3252 set_gdbarch_deprecated_pc_in_call_dummy().
3253 Add calls to the following functions:
3254 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
3255 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
3256 frame_base_set_default().
3257 * Makefile.in (frv-tdep.o): Update dependencies.
3258
3259 2003-09-09 Mark Kettenis <kettenis@gnu.org>
3260
3261 * dwarf2-frame.c (read_encoded_value): Add support for
3262 DW_EH_PE_aligned encoding.
3263
3264 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3265
3266 * infrun.c (normal_stop): Don't print a message if the inferior
3267 has exited.
3268
3269 2003-09-08 Jim Blandy <jimb@redhat.com>
3270
3271 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
3272 * dbxread.c: #include "gdb_assert.h".
3273 (read_dbx_symtab): If the objfile has no .data section, use the
3274 section index for the .bss section instead.
3275
3276 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
3277
3278 * frame.c (deprecated_safe_get_selected_frame): New function.
3279 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
3280 * findvar.c (read_var_value): Call it.
3281
3282 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
3283
3284 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
3285 (sh64-tdep.o): Add dependencies.
3286 * configure.tgt: Add FIXME to sh-*-linux*.
3287 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
3288 (sh_gdbarch_init): Always set correct sh_show_regs function
3289 pointer. Call sh64_gdbarch_init() if machine type is sh5.
3290 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
3291 * sh64-tdep.c: New file, containing all sh64 related code from
3292 sh-tdep.c.
3293 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
3294 * config/sh/linux.mt (TDEPFILES): Ditto.
3295 * config/sh/nbsd.mt (TDEPFILES): Ditto.
3296 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
3297 * config/sh/wince.mt (TDEPFILES): Ditto.
3298
3299 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3300
3301 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
3302 (stop_wait_callback): Handle !lp->signalled also.
3303 (lin_lwp_has_pending, flush_callback): New functions.
3304 (lin_lwp_wait): Call flush_callback.
3305 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
3306 (linux_proc_pending_signals): New function.
3307 * linux-nat.h (linux_proc_pending_signals): Add prototype.
3308
3309 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
3310
3311 From Nick Kelsey <nickk@ubicom.com>:
3312 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
3313 when the stop PC is at the beginning of a function also.
3314
3315 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
3316
3317 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
3318 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
3319
3320 2003-09-06 Mark Kettenis <kettenis@gnu.org>
3321
3322 * sol-thread.c: Include "gdb_string.h".
3323
3324 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
3325
3326 * gcore.c: Reorder include files in alphabetical order. Include
3327 "gdb_assert.h". Various coding style fixes.
3328 (derive_stack_segment, derive_heap_segment): Replace check for
3329 non-null BOTTOM and TOP with gdb_assert.
3330 (derive_heap_segment): Replace check for successful creation of
3331 ZERO with gdb_assert.
3332 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
3333
3334 2003-09-04 Andrew Cagney <cagney@redhat.com>
3335
3336 * thread-db.c (verbose_dlsym): New function.
3337 (thread_db_load): Use verbose_dlsym
3338 (thread_db_new_objfile): Print that libthread_db was loaded, and
3339 that thread debugging was enabled.
3340
3341 2003-09-04 Andrew Cagney <cagney@redhat.com>
3342
3343 * configure.tgt: Add "mips64*-*-*" target. Delete
3344 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
3345 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
3346 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
3347 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
3348 mips*-sony-*, and mips64*-*-elf* targets.
3349 * config/mips/embedl.mt: Delete file.
3350 * config/mips/embedl64.mt: Delete file.
3351 * config/mips/mips.mt: Delete file.
3352 * config/mips/mips64.mt: Delete file.
3353 * config/mips/tm-embed.h: Delete file.
3354 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
3355 * config/mips/embed64.mt: Delete out-of-date comment.
3356
3357 2003-09-04 Andrew Cagney <cagney@redhat.com>
3358
3359 * hppa-tdep.c (hppa_gdbarch_init): Set
3360 "have_nonsteppable_watchpoint".
3361 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3362 * mips-tdep.c (mips_dump_tdep): Do not print
3363 HAVE_NONSTEPPABLE_WATCHPOINT.
3364 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
3365 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3366 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3367 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
3368
3369 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3370
3371 * breakpoint.c (watchpoint_check): Remove accidentally checked in
3372 unused code. Add comment.
3373
3374 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
3375
3376 * breakpoint.c (watchpoint_check): Check for pc being in an
3377 epilogue if watchpoint frame couldn't be found.
3378
3379 2003-09-04 Andrew Cagney <cagney@redhat.com>
3380
3381 * Makefile.in: Re-generate all dependencies.
3382
3383 2003-09-03 Andrew Cagney <cagney@redhat.com>
3384
3385 * arch-utils.h (legacy_print_insn): Delete declaration.
3386 * arch-utils.c (legacy_print_insn): Delete function.
3387 * disasm.c (deprecated_tm_print_insn_info): Delete.
3388 (_initialize_disasm): Delete function, contained code initializing
3389 deprecated_tm_print_insn_info.
3390 * gdbarch.sh (deprecated_tm_print_insn): Delete.
3391 (deprecated_tm_print_insn_info): Delete.
3392 (TARGET_PRINT_INSN): Do not provide a default.
3393 * gdbarch.h, gdbarch.c: Re-generate.
3394
3395 2003-09-03 Andrew Cagney <cagney@redhat.com>
3396
3397 * disasm.c (fprintf_disasm): New function.
3398 (gdb_disassemble_info): Call "init_disassemble_info", instead of
3399 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
3400 reverts 2003-08-14 change.
3401 (_initialize_disasm): Call "init_disassemble_info", instead of
3402 INIT_DISASSEMBLE_INFO_NO_ARCH.
3403
3404 2003-09-03 Michael Snyder <msnyder@redhat.com>
3405
3406 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
3407
3408 2003-09-03 Andrew Cagney <cagney@redhat.com>
3409
3410 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
3411 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
3412 * symfile.c (syms_from_objfile): Update.
3413 (reread_symbols): `Update
3414 * exec.c (exec_file_attach): Update.
3415 (exec_file_attach): Update.
3416 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
3417 2003-08-29 change.
3418 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
3419
3420 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3421
3422 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3423 trad-frame.h.
3424 (arm_get_cache): Delete macro.
3425 (struct arm_prologue_cache): Update comments. Make saved_regs into
3426 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
3427 to prev_sp.
3428 (thumb_scan_prologue): Update for cache changes. Don't call
3429 DEPRECATED_PC_IN_CALL_DUMMY.
3430 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
3431 argument and use it in desperation search for our prologue. Do not
3432 search past the specified PC.
3433 (arm_make_prologue_cache): Simplify.
3434
3435 (arm_prologue_this_id, arm_prologue_prev_register)
3436 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3437 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3438 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3439 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3440 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3441
3442 (arm_frame_chain_valid, arm_find_callers_reg)
3443 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3444 (arm_pop_frame): Delete obsolete methods.
3445 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3446
3447 (arm_gdbarch_init): Update for new frame methods. Register prologue
3448 and sigtramp unwinders. Set the default frame base method.
3449
3450 * Makefile.in (arm-tdep.o): Update dependencies.
3451 * varobj.c (find_frame_addr_in_frame_chain): Call
3452 get_frame_base_address.
3453 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3454
3455 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3456
3457 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3458 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3459 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3460 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3461 Take NEXT_FRAME and CACHE arguments. Call
3462 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3463 Set unwound_pc in CACHE instead of modifying the frame argument.
3464 Don't bother checking the frame type when looking for sigtramp
3465 frames.
3466 (arm_make_prologue_cache, arm_frame_chain)
3467 (arm_init_extra_frame_info): New functions.
3468
3469 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3470
3471 * arm-tdep.c (arm_get_cache): Define.
3472 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
3473 unwound_sp, unwound_pc, and saved_regs.
3474 (thumb_scan_prologue): Take a cache instead of the frame.
3475 (arm_scan_prologue): Likewise.
3476 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3477 instead of a temporary frame.
3478 (arm_init_extra_frame_info): Allocate and use a cache.
3479 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3480
3481 2003-09-03 Andrew Cagney <cagney@redhat.com>
3482
3483 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3484 * config/mips/wince.mt (TM_CLIBS): Ditto.
3485 * config/sh/wince.mt (TM_CLIBS): Ditto.
3486 * config/pa/hppa64.mt (TM_CLIBS): Delete.
3487 * config/sparc/sp64.mt (CC): Delete.
3488
3489 2003-09-03 Andrew Cagney <cagney@redhat.com>
3490
3491 * defs.h: Do not include "arch-utils.h".
3492 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3493 GDB_MULTI_ARCH_PURE.
3494 * configure.in (GDB_MULTI_ARCH): Do not define.
3495 * configure, config.in: Regenerate.
3496 * configure.tgt: Do not set variable "gdb_multi_arch".
3497 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3498 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3499 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3500 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3501 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3502 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3503 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3504 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3505 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3506 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3507 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3508 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3509 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3510 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3511 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3512 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3513 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3514 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
3515
3516 2003-08-30 Michael Chastain <mec@shout.net>
3517
3518 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3519 * config/m68k/nm-hp300hpux.h: Delete.
3520 * config/m68k/tm-hp300hpux.h: Delete.
3521 * config/m68k/xm-hp300hpux.h: Delete.
3522 * config/m68k/xm-hp300bsd.h: Delete.
3523 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3524 tm-hp300hpux.h, xm-hp300hpux.h.
3525 * somsolib.c: Remove comment about hp300 shared libraries.
3526
3527 2003-08-31 Mark Kettenis <kettenis@gnu.org>
3528
3529 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3530 Only define PTRACE_GET_THREAD_AREA is not already defined.
3531 Various style fixes in code and comments and some additional
3532 spelling fixes in comments. Move after functions dealing with
3533 debug registers.
3534 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3535 Fix coding-style.
3536
3537 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3538 frame_unwind_register_unsigned instead of
3539 frame_unwind_unsigned_register.
3540
3541 2003-08-30 Mark Kettenis <kettenis@gnu.org>
3542
3543 * configure.in: Search for gethostbyname in libnsl.
3544 * configure: Regenerated.
3545
3546 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3547
3548 * configure.in: Remove redundant AC_MSG_RESULT in check for
3549 uintptr_t in stdint.h.
3550 * configure: Regenerated.
3551
3552 * amd64-nat.h (struct regcache): Add opaque declaration.
3553
3554 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3555 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3556 Change "register array" to "register cache" in comments.
3557 (x86_64_linux_gregset64_reg_offset): New variable.
3558 (GETREGS_SUPPLIES): Remove macro.
3559 (supply_gregset): Call amd64_supply_native_gregset instead of
3560 x86_64_linux_supply_gregset.
3561 (fill_gregset): Rename `regno' to `regnum'. Call
3562 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3563 (store_regs): Rename `regno' to `regnum'.
3564 (store_fpregs): Rename `regno' to `regnum'.
3565 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3566 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3567 Reorganize function a bit.
3568 (store_inferior_registers): Rename `regno' to `regnum'. Use
3569 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3570 Reorganize function a bit.
3571 (_initialize_x86_64_linux_nat): New function.
3572 * config/i386/x86-64linux.mh.
3573
3574 2003-08-29 Andrew Cagney <cagney@redhat.com>
3575
3576 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3577 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3578 (target_remove_watchpoint): Delete macro.
3579 (target_insert_watchpoint): Delete macro.
3580 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3581 (remote_mips_stopped_by_watchpoint): Delete declaration.
3582 (remote_mips_remove_watchpoint): Delete declaration.
3583 (remote_mips_set_watchpoint): Delete declaration.
3584 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3585 * remote-mips.c (_initialize_remote_mips): Set
3586 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3587 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3588 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3589 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3590 (mips_stopped_by_watchpoint): Rename
3591 remote_mips_stopped_by_watchpoint.
3592 (mips_can_hardware_watchpoint): Rename
3593 remote_mips_can_use_hardware_watchpoint, update function
3594 signature.
3595
3596 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3597
3598 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3599 USER_DS. We haven't given them a register number yet.
3600
3601 * amd64-nat.h: New file.
3602 * amd64-nat.c: New file.
3603 * amd64fbsd-nat.c: Include "amd64-nat.h".
3604 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3605 (amd64fbsd32_r_reg_offset): New variable.
3606 (supply_gregset): Simply call amd64_supply_native_gregset.
3607 (fill_gregset): Rename `regno' to `regnum'. Simply call
3608 amd64_collect_native_gregset.
3609 (fill_fpregset): Rename `regno' to `regnum'.
3610 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3611 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3612 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3613 `fpregset_t'. Call amd64_supply_native_gregset instead of
3614 supply_gregset. Call x86_64_supply_fxsave instead of
3615 supply_fpregset.
3616 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3617 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3618 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3619 `fpregset_t'. Call amd64_collect_native_gregset instead of
3620 fill_gregset. Call x86_64_collect_fxsave instead of
3621 fill_fpregset.
3622 (_initialize_am64fbsd_nat): Initialize
3623 amd64_native_gregset32_reg_offset and
3624 amd64_native_gregset64_reg_offset.
3625 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3626
3627 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3628 null pointer. Fix typo in comment.
3629
3630 * regcache.c (supply_register): Reimplement to call
3631 regcache_raw_supply.
3632 (regcache_collect): Reimplement by calling regcache_raw_collect.
3633
3634 2003-08-28 Mark Kettenis <kettenis@gnu.org>
3635
3636 * regcache.c (register_buffer): Consitify first argument.
3637 (regcache_raw_supply, regcache_raw_collect): New
3638 functions.
3639
3640 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3641
3642 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3643 by Nathan J. Williams.
3644
3645 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3646
3647 * lin-lwp.c (wait_lwp): New function, copied from
3648 stop_wait_callback. Clean up.
3649 (stop_wait_callback): Use wait_lwp.
3650
3651 2003-08-28 Andrew Cagney <cagney@redhat.com>
3652
3653 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3654 flavour and disassembler options.
3655 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3656 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3657 deprecated_tm_print_insn_info.
3658
3659 2003-08-27 Andrew Cagney <cagney@redhat.com>
3660
3661 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3662 Use target_read_memory.
3663 (s390_get_frame_info): Update. Do not reference
3664 deprecated_tm_print_insn_info.
3665 (s390_check_function_end, s390_is_sigreturn): Ditto.
3666
3667 2003-08-27 Andrew Cagney <cagney@redhat.com>
3668
3669 * Makefile.in (cris-tdep.o): Update dependencies.
3670 * cris-tdep.c: Include "gdb_assert.h".
3671 (cris_gdbarch_init): Set print_insn.
3672 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3673 (cris_delayed_get_disassembler): Simplify, directly call the
3674 disassembler returned by cris_get_disassembler.
3675 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3676 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3677 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3678 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3679 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3680 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3681 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3682 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3683 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3684 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3685 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3686 (gdb_print_insn_sparc): Delete function.
3687 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3688 deprecated_tm_print_insn_info.
3689 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3690 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3691 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3692 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3693 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3694 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3695 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3696 (s390_gdbarch_init): Set print_insn.
3697
3698 2003-08-27 Andrew Cagney <cagney@redhat.com>
3699
3700 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3701 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3702 * infcall.c (call_function_by_hand): Convert the entry point
3703 address into a code address.
3704
3705 2003-08-27 Andrew Cagney <cagney@redhat.com>
3706
3707 * dsrec.c: Include "gdb_string.h".
3708 * Makefile.in (dsrec.o): Update dependencies.
3709
3710 2003-08-27 Michael Chastain <mec@shout.net>
3711
3712 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3713
3714 2003-08-27 Andrew Cagney <cagney@redhat.com>
3715
3716 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3717 (alpha_osf1_init_abi): Do not set call_dummy_address.
3718
3719 2003-08-27 David Carlton <carlton@kealia.com>
3720
3721 From Randolph Chung <tausq@debian.org>:
3722 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3723 compiles with -Wformat-nonliteral -Werror.
3724
3725 2003-08-26 Jim Blandy <jimb@redhat.com>
3726
3727 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3728 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3729 bfd_lookup_symbol, since we only want symbols in code sections.
3730 (look_for_base): Pass zero as the SECT_FLAGS argument to
3731 bfd_lookup_symbol, since we're not concerned about which section
3732 the symbol is in.
3733
3734 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3735
3736 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3737 we are frameless or the return address register is already known.
3738
3739 2003-08-26 Andrew Cagney <cagney@redhat.com>
3740
3741 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3742 in size. Add comments.
3743
3744 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3745
3746 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3747 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3748
3749 2003-08-26 Jason Merrill <jason@redhat.com>
3750
3751 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3752 case out of #ifdef MIPS block.
3753
3754 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
3755
3756 PR java/1322
3757 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3758 available before calling SECT_OFF_TEXT.
3759 * PROBLEMS: Remove description of java/1322.
3760
3761 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3762
3763 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3764 bof, and nat0-nat127 as pseudo-registers.
3765 (ia64_frame_cache): New struct used to cache frame info.
3766 (ia64_register_reggroup_p): New routine used to override default
3767 register grouping so registers without names are still saved and
3768 restored.
3769 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3770 pseudo values.
3771 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3772 (ia64_pseudo_register_write): New routine to write pseudo-registers.
3773 (ia64_alloc_frame_cache): New routine to create a new
3774 ia64_frame_cache.
3775 (examine_prologue): Change prototype to add next_frame pointer.
3776 Assume frameless until otherwise proven. Verify that the cfm for
3777 current frame matches the cfm that should occur for the prologues
3778 alloc insn and if equal, mark as not frameless. At end of routine,
3779 if not frameless, calculate registers for the previous frame and store
3780 in the cache, if a cache is provided.
3781 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3782 and pass 0 for next_frame.
3783 (ia64_store_return_value): Change to use convert_typed_floating()
3784 instead of calling ia64_convert_to_raw().
3785 (ia64_extract_return_value): Change to use convert_typed_floating()
3786 instead of calling ia64_convert_to_virtual().
3787 (ia64_frame_cache): New routine to support new frame model.
3788 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3789 (ia64_frame_sniffer): Ditto.
3790 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3791 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3792 (ia64_sigtramp_frame_prev_register): Ditto.
3793 (ia64_sigtramp_frame_sniffer): Ditto.
3794 (ia64_frame_base_address): Ditto.
3795 (ia64_extract_struct_value_address): Change to issue error message.
3796 (ia64_frame_align): New routine to align sp.
3797 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3798 (ia64_push_arguments): Removed. Logic moved to
3799 ia64_push_dummy_call().
3800 (ia64_push_return_address): Ditto.
3801 (ia64_unwind_dummy_id): New function.
3802 (ia64_unwind_pc): Ditto.
3803 (ia64_convert_register_p): Ditto.
3804 (ia64_register_to_value): Ditto.
3805 (ia64_value_to_register): Ditto.
3806 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3807 (ia64_register_byte, ia64_register_raw_size): Ditto.
3808 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3809 (ia64_saved_pc_after_call): Ditto.
3810 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3811 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3812 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3813 (ia64_register_convert_to_raw): Ditto.
3814 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3815 (ia64_init_extra_frame_info): Ditto.
3816 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3817 (ia64_gdbarch_init): Remove registering of deprecated functions that
3818 are no longer used. Add registration of new gdbarch functions.
3819 Remove registering deprecated_write_sp. Replace
3820 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3821 Delete set_gdbarch_deprecated_register_convertible(),
3822 set_gdbarch_deprecated_register_convert_to_virtual(), and
3823 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3824 set_gdbarch_deprecated_register_size(),
3825 set_gdbarch_deprecated_register_bytes(),
3826 set_gdbarch_pcregnum(),
3827 set_gdbarch_deprecated_register_byte(),
3828 set_gdbarch_deprecated_register_raw_size(),
3829 set_gdbarch_deprecated_max_register_raw_size(),
3830 set_gdbarch_deprecated_register_virtual_size(),
3831 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3832 Replace set_gdbarch_deprecated_extract_return_value() with
3833 set_gdbarch_extract_return_value(). Remove calls to:
3834 set_gdbarch_deprecated_saved_pc_after_call();
3835 set_gdbarch_deprecated_frame_chain(),
3836 set_gdbarch_deprecated_frame_saved_pc(),
3837 set_gdbarch_deprecated_frame_init_saved_regs(),
3838 set_gdbarch_deprecated_get_saved_register(),
3839 set_gdbarch_deprecated_call_dummy_words(),
3840 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3841 set_gdbarch_deprecated_init_extra_frame_info(),
3842 set_gdbarch_deprecated_frame_args_address(),
3843 set_gdbarch_deprecated_frame_locals_address(),
3844 and set_gdbarch_deprecated_dummy_write_sp().
3845 Add set_gdbarch_convert_register_p(),
3846 set_gdbarch_register_to_value(),
3847 set_gdbarch_value_to_register(),
3848 set_gdbarch_push_dummy_call(),
3849 set_gdbarch_frame_align(),
3850 set_gdbarch_unwind_dummy_id(),
3851 set_gdbarch_unwind_pc(),
3852 frame_unwind_append_sniffer(),
3853 frame_unwind_append_sniffer(),
3854 and frame_base_set_default().
3855
3856 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3857
3858 * configure.tgt: Document need for special "mipsisa64" handling.
3859 (mipsisa64*-*-linux64): Handle as target linux64.
3860 (mipsisa64*-*-*): Handle as target embed64.
3861
3862 2003-08-18 Michael Chastain <mec@shout.net>
3863
3864 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3865 objfile bug.
3866
3867 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3868
3869 * i387-tdep.h: Update copyright date.
3870 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3871
3872 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3873 CFLAGS games to reflect reality.
3874
3875 2003-08-24 Andrew Cagney <cagney@redhat.com>
3876
3877 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3878 GDB_MULTI_ARCH is always non-zero.
3879 * osabi.c (_initialize_gdb_osabi): Ditto.
3880 (gdbarch_init_osabi): Ditto.
3881 * sparc-tdep.c: Ditto for #if code.
3882
3883 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3884
3885 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3886 Update comments.
3887 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3888 comments.
3889 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3890 x86_64_supply_fxsave.
3891 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3892 x86_64_supply_fxsave.
3893 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3894 x86_64_supply_fxsave.
3895
3896 2003-08-23 Andreas Jaeger <aj@suse.de>
3897
3898 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3899 i387_supply_fxsave.
3900
3901 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3902
3903 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3904 i387_supply_register.
3905 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3906 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3907 i387_supply_fsave.
3908 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3909 i387_supply_fxsave.
3910 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3911 i387_supply_fsave.
3912 * i386bsd-nat.c (supply_fpregset): Adjust call to
3913 i387_supply_fsave.
3914 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3915 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3916 supply_fpregset.
3917 (store_inferior_registers): Remove extraneous whitespace. Call
3918 i387_fill_fsave instead of fill_fpregset.
3919 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3920 (supply_fpregset): Likewise.
3921 * i386v4-nat.c (supply_fpregset): Adjust call to
3922 i387_supply_fsave.
3923 * i386-interix-nat.c (supply_fpregset): Adjust call to
3924 i387_supply_fsave.
3925 * i386-linux-nat.c (supply_fpregset): Adjust call to
3926 i387_supply_fsave.
3927 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3928 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3929 i387supply_fsave and i387_supply_fxsave.
3930 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3931 Incorporate code from `i387_supply_register.
3932 (i387_supply_register): Remove.
3933 (i387_supply_fxsave): Add `regnum' argument.
3934 Update comments.
3935 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3936 prototype.
3937 (i387_supply_register): remove prototype.
3938 Update comments.
3939
3940 2003-08-22 Michael Chastain <mec@shout.net>
3941
3942 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3943 Add lines for files in gdb/testsuite/gdb.cp/* that are
3944 still not 8.3 unique.
3945
3946 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3947
3948 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3949 TYPE_VPTR_FIELDNO is valid.
3950
3951 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3952
3953 * utils.c (set_width_command): Remove prototypes.
3954 (set_screen_size): New prototype.
3955 (init_page_info): Simplify by fetching the screen size from
3956 Readline. Call set_screen_size.
3957 (set_screen_size): New function.
3958 (set_width): Add missing whitespace in comment.
3959 (set_width_command): Call set_screen_size.
3960 (set_height_command): New function.
3961 (initialize_utils): Fix formatting. Make "set height" command
3962 call set_height_command. Remove redundant code that turns off
3963 pagination if output isn't a terminal. Remove redundant call to
3964 set_width_command.
3965
3966 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3967
3968 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3969 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3970 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3971 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3972 `case' keyword.
3973 (sparc64_register_info): Give the reister with number
3974 SPARC64_STATE_REGNUM a name.
3975 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3976 %asi and %ccr.
3977 (sparc64_push_dummy_call): Take BIAS into account when checking
3978 stcak alignment.
3979 (sparc_software_single_step): Remove assertions that check whether
3980 NPC and NNPC were zero.
3981 (sparc_supply_rwindow): Make public. Merge functionality with
3982 sparc64_supply_rwindow.
3983 (sparc_fill_rwindow): Make public. Merge functionality with
3984 sparc64_fill_rwindow.
3985 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3986 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3987 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3988 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3989 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3990
3991 * reggroups.c: Add whitespace after declarations of local
3992 variables in functions.
3993
3994 2003-08-21 Michael Chastain <mec@shout.net>
3995
3996 * gdbtypes.h: Change array bound type from an int to enum.
3997
3998 2003-08-21 Andrew Cagney <cagney@redhat.com>
3999
4000 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
4001 * config/sparc/tm-sparc.h: Ditto.
4002 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
4003 unconditionally.
4004 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
4005
4006 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4007
4008 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
4009 (register_objfile_data, set_objfile_data, objfile_data): New
4010 prototypes.
4011 * objfiles.c (objfile_alloc_data, objfile_free_data): New
4012 prototypes.
4013 (allocate_objfile): Call objfile_alloc_data.
4014 (free_objfile): Call objfile_free_data.
4015 (struct objfile_data): New.
4016 (struct objfile_data_registration): New.
4017 (struct objfile_data_registry): New.
4018 (objfile_data_registry): New variable.
4019 (register_objfile_data): New function.
4020 (objfile_alloc_data, objfile_free_data): New functions.
4021 (set_objfile_data, objfile_data): New functions.
4022 * dwarf2-frame.c (dwarf2_frame_data): New variable.
4023 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
4024 (_initialize_dwarf2_frame): New function and prototype.
4025
4026 2003-08-21 Andrew Cagney <cagney@redhat.com>
4027
4028 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
4029 a specific architecture.
4030 * arch-utils.h (set_architecture_from_arch_mach): Delete
4031 declaration.
4032 (target_architecture_hook): Delete declaration.
4033 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
4034 (default_float_format): Assume GDB_MULTI_ARCH.
4035 (default_double_format): Assume GDB_MULTI_ARCH.
4036 (set_endian_from_file): Delete function.
4037 (arch_ok): Delete function.
4038 (set_arch): Delete function.
4039 (set_architecture_from_arch_mach): Delete function.
4040 (set_architecture_from_file): Delete function.
4041 (set_architecture): Assume GDB_MULTI_ARCH.
4042 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
4043
4044 2003-08-21 Mark Kettenis <kettenis@gnu.org>
4045
4046 Rewrite FreeBSD/sparc64 native configuration.
4047 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
4048 * sparc64fbsd-nat.c: New file.
4049 * sparc64fbsd-tdep.c: New file.
4050 * sparc64-tdep.c sparc64-tdep.h: New files.
4051 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
4052 sparc64fbsd-tdep.o): New dependencies.
4053 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
4054 and sparc64fbsd-tdep.c.
4055 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
4056 * config/sparc/fbsd.mh: Remove copyright notice.
4057 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
4058 sparcbsd-nat.o.
4059 * config/sparc/fbsd.mt: Remove copyright notice.
4060 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
4061 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
4062 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
4063 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
4064 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
4065 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
4066 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
4067 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
4068 "sparc/tm-sp64.h".
4069 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
4070 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
4071
4072 2003-08-21 Michael Chastain <mec@shout.net>
4073
4074 * symtab.h: Add doco on the space critical structures and
4075 some measurements of space usage.
4076
4077 2003-08-21 Michael Snyder <msnyder@redhat.com>
4078
4079 * tracepoint.c (trace_dump_command): Trace break address
4080 is subject to DECR_PC_AFTER_BREAK.
4081 (set_traceframe_context): Make "trace_line" an int.
4082 Fixes suggested by Mark Newman <mark.newman@lmco.com>
4083
4084 2003-08-20 Michael Snyder <msnyder@redhat.com>
4085
4086 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
4087 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
4088 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
4089 argument passing.
4090 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
4091 functions, replace sh_push_dummy_call.
4092 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
4093
4094 2003-08-20 Michael Chastain <mec@shout.net>
4095
4096 * gdbtypes.h (struct main_type): Rearrange to save space.
4097
4098 2003-08-20 Michael Snyder <msnyder@redhat.com>
4099
4100 * trad-frame.c: Comment typo fix.
4101
4102 2003-08-20 Michael Snyder <msnyder@redhat.com>
4103 Kevin Buettner <kevinb@redhat.com>
4104
4105 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
4106 (frv_frame_init_saved_regs): Add declaration.
4107 (frame_extra_info): Add new field ``saved_regs''.
4108 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
4109 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
4110 Update frame related code.
4111 (frv_extract_struct_value_address): Adjust formatting.
4112 * Makefile.in (frv-tdep.o): Update dependencies.
4113 * config/frv/tm-frv.h (target_insert_watchpoint)
4114 (target_remove_watchpoint, target_insert_hw_breakpoint)
4115 (target_remove_hw_breakpoint): Delete these macros.
4116 (remote_insert_watchpoint, remote_remove_watchpoint)
4117 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
4118 these declarations.
4119
4120 2003-08-20 Michael Chastain <mec@shout.net>
4121
4122 * defs.h (ENUM_BITFIELD): New macro.
4123 * symtab.h (ENUM_BITFIELD): Use it.
4124 (BYTE_BITFIELD): Remove old macro, which was already disabled.
4125
4126 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
4127
4128 * MAINTAINERS (write after approval): Add myself.
4129
4130 2003-08-18 Andrew Cagney <cagney@redhat.com>
4131
4132 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
4133 * gdbarch.h, gdbarch.c: Re-generate.
4134 * infcall.c (call_function_by_hand): Adjust the SP by
4135 frame_red_zone_size before allocating any stack space.
4136 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
4137 * x86-64-tdep.c (x86_64_frame_align): New function.
4138 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
4139
4140 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
4141 Remove code adjusting SP so that it skips over the Red Zone.
4142
4143 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4144
4145 * NEWS (New native configurations): Mention FreeBSD/amd64.
4146
4147 2003-08-18 Andrew Cagney <cagney@redhat.com>
4148
4149 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
4150 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
4151 "m68k_frame_p".
4152 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
4153
4154 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4155
4156 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
4157
4158 2003-08-18 Michal Ludvig <mludvig@suse.cz>
4159
4160 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
4161 Define.
4162 * i386-linux-nat.c: Include "linux-nat.h".
4163 (child_post_startup_inferior): New function.
4164
4165 2003-08-18 Mark Kettenis <kettenis@gnu.org>
4166
4167 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
4168 at the start of a frameless function. This probably fixes PR
4169 backtrace/1338.
4170
4171 2003-08-17 Michael Chastain <mec@shout.net>
4172
4173 * symfile.c (find_sym_fns): Remove special case for apollo target.
4174
4175 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4176
4177 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
4178 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
4179 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
4180 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
4181 (linux_supports_tracevforkdone): New function.
4182 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
4183 TRACEVFORKDONE.
4184 (child_follow_fork): Handle vfork.
4185 (linux_handle_extended_wait): Likewise. Also handle exec.
4186 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
4187 * NEWS: Mention fork tracing.
4188
4189 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4190
4191 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4192
4193 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
4194
4195 * Makefile.in (i386-linux-nat.o): Update dependencies.
4196 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
4197 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
4198 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
4199 * i386-linux-nat.c: Include "linux-nat.h".
4200 (child_post_startup_inferior): New function.
4201 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
4202 * infptrace.c (kill_inferior): Wrap in #ifdef.
4203 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
4204 attaching to each LWP.
4205 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
4206 (init_lin_lwp_ops): Fill in some more operations.
4207 * linux-nat.h (linux_enable_event_reporting)
4208 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
4209 prototypes.
4210 * linux-nat.c (linux_enable_event_reporting): New function.
4211 (child_post_attach, linux_child_post_startup_inferior)
4212 (child_post_startup_inferior, child_follow_fork)
4213 (linux_handle_extended_wait, kill_inferior): New functions.
4214
4215 2003-08-16 Andrew Cagney <cagney@redhat.com>
4216
4217 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
4218 * gdbarch.h, gdbarch.c: Re-generate.
4219
4220 2003-08-16 Mark Kettenis <kettenis@gnu.org>
4221
4222 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
4223
4224 2003-08-16 Andrew Cagney <cagney@redhat.com>
4225
4226 * NEWS: Mention that "set prompt-escape-char" was deleted.
4227 * top.c (get_prompt_1): Delete function.
4228 (gdb_prompt_escape):
4229 (init_main): Do not clear "gdb_prompt_escape". Delete "set
4230 prompt-escape-char" command.
4231 (MAX_PROMPT_SIZE): Delete macro.
4232 (get_prompt): Simplify, do not call get_prompt_1.
4233
4234 2003-08-16 Andrew Cagney <cagney@redhat.com>
4235
4236 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
4237 -Werror. -Wformat-nonliteral problems.
4238
4239 2003-08-15 J. Brobecker <brobecker@gnat.com>
4240
4241 Further multiarching work mostly for hppa64-*-hpux11:
4242 * hppa-tdep.h: New file.
4243 * hppa-tdep.c: #include hppa-tdep.c.
4244 (hppa32_num_regs): Renamed from hppa_num_regs.
4245 (hppa64_num_regs): New constant.
4246 (hppa64_call_dummy_breakpoint_offset): New constant.
4247 (hppa32_call_dummy_length): New constant.
4248 (hppa64_call_dummy_length): New constant.
4249 (hppa32_stack_align): Make name 32bit explicit.
4250 (hppa32_register_virtual_type): Likewise.
4251 (hppa32_extract_return_value): Likewise.
4252 (hppa32_use_struct_convention): Likewise.
4253 (hppa32_store_return_value): Likewise.
4254 (hppa64_register_virtual_type): New function.
4255 (hppa64_extract_return_value): New function.
4256 (hppa64_use_struct_convention): New function.
4257 (hppa64_store_return_value): New function.
4258 (hppa_frame_locals_address): Remove declaration, function does
4259 not exist anymore.
4260 (hppa_register_byte): Add support for PA64 ABI.
4261 (hppa_gdbarch_init): Add support for PA64 ABI.
4262 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
4263 Make name 32bit explicit.
4264 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
4265 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
4266 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
4267 (hppa64_hpux_frame_base_before_sigtramp): New function.
4268 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
4269 * config/pa/tm-hppa64.h: Remove macros that are no longer
4270 necessary now that the gdbarch vector is properly setup.
4271 Transform some macros into function calls. Some minor cleanup.
4272 * config/pa/tm-hppah.h: Update function calls in macros
4273 following the function renaming in hppa-hpux-tdep.c.
4274 * Makefile.in (hppa_tdep_h): New variable.
4275 (hppa-tdep.o): Add dependency over hppa_tdep_h.
4276
4277 2003-08-14 Michael Snyder <msnyder@redhat.com>
4278
4279 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
4280
4281 2003-08-13 J. Brobecker <brobecker@gnat.com>
4282
4283 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
4284 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
4285 routine.
4286
4287 2003-08-13 Michael Snyder <msnyder@redhat.com>
4288
4289 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
4290 (frv_saved_pc_after_call): Use deprecated ftype.
4291 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
4292 (frv_remote_translate_xfer_address): Remove.
4293 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
4294
4295 2003-08-13 J. Brobecker <brobecker@gnat.com>
4296
4297 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
4298 initialization after the common gdbarch initialization, not before.
4299
4300 2003-08-13 J. Brobecker <brobecker@gnat.com>
4301
4302 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
4303 (ADDR_BITS_REMOVE): Remove, redundant.
4304
4305 2003-08-13 J. Brobecker <brobecker@gnat.com>
4306
4307 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
4308 gdbarch method to clear the 2 low bits of text addresses.
4309
4310 2003-08-12 Andrew Cagney <cagney@redhat.com>
4311
4312 * Makefile.in (dsrec.o): Update dependencies.
4313 * dsrec.c: Include "gdb_assert.h".
4314 (make_srec): Use snprintf instead of sprintf, use a literal format
4315 string.
4316
4317 2003-08-12 Andrew Cagney <cagney@redhat.com>
4318
4319 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
4320 FRAME_OBSTACK_ZALLOC.
4321
4322 2003-08-12 Kevin Buettner <kevinb@redhat.com>
4323
4324 * i386-tdep.c (i386_gdbarch_init): Enable default support for
4325 SSE registers.
4326
4327 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4328
4329 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
4330 amd64fbsd_sc_reg_offset): Add extern declarations.
4331 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
4332 declarations.
4333
4334 2003-08-11 Ben Elliston <bje@wasabisystems.com>
4335
4336 * MAINTAINERS (write after approval): Update my mail address.
4337
4338 2003-08-10 Andrew Cagney <cagney@redhat.com>
4339
4340 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
4341
4342 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4343
4344 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4345 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
4346 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
4347 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
4348 i386bsd_sc_reg_offset): Add extern declarations.
4349 * i386obsd-nat.c: Include "i386-tdep.h"
4350 (_initialize_i386obsd_nat): Remove extern declarations.
4351 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
4352 declarations.
4353 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
4354 declarations.
4355
4356 * i386-tdep.c (i386_register_to_value): Use get_frame_register
4357 instead of frame_read_register.
4358 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
4359 instead of frame_read_register. Use I386_ESP_REGNUM instead of
4360 SP_REGNUM.
4361 (i386_frame_prev_register): Use frame_unwind_register_unsigned
4362 instead of frame_unwind_unsigned_register. Use
4363 I386_EFLAGS_REGISTER instead of PS_REGNUM.
4364 (i386_get_longjmp_target): Use regcache_read_unsigned_register
4365 instead of read_register. Use builtin_type_void_data_ptr instead
4366 of builtin_type_void_func_ptr when extracting the address of the
4367 jmp_buf.
4368 (i386_extract_return_value, i386_store_return_value,
4369 i386_pseudo_register_read, i386_pseudo_register_write): Use
4370 register_size instead REGISTER_RAW_SIZE.
4371
4372 2003-08-10 Andrew Cagney <cagney@redhat.com>
4373
4374 * infcall.c (call_function_by_hand): Use xstrprintf instead of
4375 sprintf. Make "name" constant.
4376
4377 2003-08-10 Mark Kettenis <kettenis@gnu.org>
4378
4379 * i387-tdep.c (i387_register_to_value): Use get_frame_register
4380 instead of frame_read_register.
4381 (i387_print_float_info): Use get_frame_register and
4382 get_frame_register_unsigned instead of frame_register_read.
4383
4384 * i386fbsd-nat.c: Include "i386-tdep.h".
4385 (child_resume): Make `eflags' an ULONGEST. Use
4386 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
4387 instead of register_read and register_write.
4388
4389 * i386bsd-nat.c (fetch_inferior_registers,
4390 store_inferior_registers): Don't use && at the end of a line.
4391 (_initialize_i386bsd_nat): Fix typo.
4392
4393 * frame.c (_initialize_frame): Add missing backslash.
4394
4395 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4396 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
4397 and supply_register instead of manipulating the register buffer
4398 directly.
4399
4400 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4401 * config/i386/nm-i386sol2.h
4402 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
4403
4404 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
4405 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
4406 instructions that GCC likes to mingle into the prologue. Fixes
4407 gdb/1253 and gdb/1255.
4408
4409 2003-08-09 Andrew Cagney <cagney@redhat.com>
4410
4411 Fix GDB PR cli/926.
4412 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
4413 * command.h (add_setshow_uinteger_cmd): Declare.
4414 * frame.c (set_backtrace_cmd): New function.
4415 (show_backtrace_cmd): New function.
4416 * frame.c (_initialize_frame): Replace "set/show
4417 backtrace-below-main" with "set/show backtrace past-main". Add
4418 command "set/show backtrace limit".
4419 (backtrace_past_main): Rename "backtrace_below_main".
4420 (backtrace_limit): New variable.
4421 (get_prev_frame): Update. Check the backtrace_limit.
4422
4423 2003-08-09 Andrew Cagney <cagney@redhat.com>
4424
4425 * defs.h (xstrprintf): Declare.
4426 * utils.c (xstrprintf): New function.
4427 * breakpoint.c (insert_breakpoints): Replace sprintf and
4428 non-literal format strings, with xstrprintf and cleanups.
4429 (delete_breakpoint,breakpoint_re_set): Ditto.
4430 (commands_command, insert_breakpoints): Ditto.
4431 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4432 (break_at_finish_command_1): Ditto.
4433
4434 2003-08-09 Andrew Cagney <cagney@redhat.com>
4435
4436 * MAINTAINERS (language support): List Adam Fedor as Objective C
4437 maintainer.
4438
4439 2003-08-08 J. Brobecker <brobecker@gnat.com>
4440
4441 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4442 are now multiarched.
4443
4444 2003-08-08 J. Brobecker <brobecker@gnat.com>
4445
4446 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4447 longer necessary now that hppa64 is partially multiarch'ed.
4448
4449 2003-08-08 Andrew Cagney <cagney@redhat.com>
4450
4451 * interps.c (interp_set): Check for a NULL "old_interp".
4452
4453 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4454
4455 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4456 (install-only): Support DESTDIR.
4457 (uninstall): Likewise.
4458 (install-gdbtk): Likewise.
4459
4460 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
4461
4462 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4463 contains something meaningful at all times.
4464
4465 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
4466
4467 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
4468
4469 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
4470
4471 * MAINTAINERS (write after approval): Added self.
4472
4473 2003-08-07 Andrew Cagney <cagney@redhat.com>
4474
4475 * inferior.h (AT_SYMBOL): Define.
4476 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4477 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4478 * mips-tdep.c (mips_call_dummy_address): Delete function.
4479 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4480 set call_dummy_address.
4481
4482 2003-08-07 Andrew Cagney <cagney@redhat.com>
4483
4484 * language.c (op_error): Delete function.
4485 (binop_type_check): Delete function.
4486 * language.h (type_op_error, range_op_error): Delete macros.
4487 (op_error): Delete declaration.
4488
4489 2003-08-07 Andrew Cagney <cagney@redhat.com>
4490
4491 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4492
4493 2003-08-07 Michal Ludvig <mludvig@suse.cz>
4494
4495 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
4496 (x86_64_push_arguments): Skip the red zone.
4497
4498 2003-08-05 Andrew Cagney <cagney@redhat.com>
4499
4500 * reggroups.c (reggroup_next): Check for the final entry.
4501
4502 2003-08-04 Andrew Cagney <cagney@redhat.com>
4503
4504 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4505 * cli/cli-script.c (define_command): Call query directly, instead
4506 of passing it a buffer.
4507 * ocd.c (ocd_error): Pass error a constant format string.
4508 * remote-mips.c (mips_error): Use fputs_filtered.
4509
4510 * solib-svr4.c (_initialize_svr4_solib): Update
4511 register_gdbarch_data call.
4512 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4513
4514 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4515 (register_gdbarch_data): Delete "free" parameter. Update
4516 comments.
4517 * gdbarch.h, gdbarch.c: Re-generate.
4518 * reggroups.c (_initialize_reggroup): Update.
4519 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4520 * frame-base.c (_initialize_frame_base): Update.
4521 * frame-unwind.c (_initialize_frame_unwind): Update.
4522 * user-regs.c (_initialize_user_regs): Update.
4523 * remote.c (_initialize_remote): Update.
4524 * regcache.c (_initialize_regcache): Update.
4525
4526 * regcache.c (xfree_regcache_descr): Delete function.
4527 (_initialize_regcache): Update call to register_gdbarch_data.
4528 (init_regcache_descr, init_legacy_regcache_descr): Use
4529 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4530
4531 * remote.c (free_remote_state): Delete function.
4532 (_initialize_remote): Update register_gdbarch_data.
4533 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4534 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4535
4536 2003-08-04 Andrew Cagney <cagney@redhat.com>
4537
4538 * reggroups.c (struct reggroup_el): Define.
4539 (struct reggroups): Delete field "nr_group". Replace array
4540 "group" with a "first" to "last" linked list.
4541 (reggroups_init): Update. Allocate using gdbarch's obstack.
4542 (reggroups_free): Delete function.
4543 (add_group): Update. Add "el" parameter.
4544 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4545 (default_groups): Update.
4546 (reggroup_next): Replace reggroups.
4547 (reggroups_dump): Update.
4548 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4549 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4550 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4551
4552 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
4553
4554 * Makefile.in (tui-interp.o): Update dependencies.
4555
4556 2003-08-04 David Carlton <carlton@kealia.com>
4557
4558 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4559 to internal_error call.
4560 * source.c (forward_search_command): Add "%s" format argument.
4561 (reverse_search_command): Ditto.
4562 * top.c (quit_confirm): Ditto.
4563 * cli/cli-setshow.c (do_setshow_command): Ditto.
4564 * cp-valprint.c (cp_print_class_method): Replace
4565 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4566 (cp_print_class_member): Ditto.
4567 * event-top.c (command_line_handler): Ditto.
4568 * linux-proc.c (linux_info_proc_cmd): Ditto.
4569 * p-typeprint.c (pascal_type_print_base): Ditto.
4570 * p-valprint.c (pascal_object_print_class_method): Ditto.
4571 (pascal_object_print_class_member): Ditto.
4572 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4573 * remote.c (remote_cisco_section_offsets): Ditto.
4574 * top.c (command_line_input): Ditto.
4575 * utils.c (vwarning,error_stream,quit): Ditto.
4576 * valprint.c (print_floating,print_binary_chars)
4577 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4578
4579 2003-08-04 Andrew Cagney <cagney@redhat.com>
4580
4581 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4582
4583 2003-08-02 Andrew Cagney <cagney@redhat.com>
4584
4585 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4586 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4587 amd64fbsd-nat.c.
4588
4589 2003-08-02 Andrew Cagney <cagney@redhat.com>
4590
4591 * Makefile.in: Update all dependencies and definitions.
4592
4593 2003-08-02 Adam Fedor <fedor@gnu.org>
4594
4595 * linespec.c (is_objc_method_format): New function
4596 (decode_line_1, locate_first_half): Use it.
4597 Fixes PR objc/1298
4598
4599 2003-08-01 Andrew Cagney <cagney@redhat.com>
4600
4601 * NEWS: Mention that m32r is multi-arch.
4602 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4603 * configure.tgt: Recognize m32r-*-*.
4604 * config/m32r/tm-m32r.h: Delete file.
4605 * config/m32r/m32r.mt: New file.
4606 * m32r-rom.c (m32r_upload_command): Use hostent only when
4607 gethostname succeeds, in order to avoid a compilation
4608 warning.
4609 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4610 compiler warning.
4611
4612 2003-08-01 Michael Snyder <msnyder@redhat.com>
4613
4614 * sh-tdep.c (sh_frame_align): New gdbarch method.
4615 (sh_gdbarch_init): Set up frame_align method.
4616
4617 2003-07-31 Michael Snyder <msnyder@redhat.com>
4618
4619 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4620 which is already covered by the new frames infrastructure.
4621
4622 2003-07-31 Andrew Cagney <cagney@redhat.com>
4623
4624 * user-regs.c (struct user_reg): Add "next" link.
4625 (struct user_regs): Replace "user" with "first" and "last" links.
4626 (append_user_reg): Add pre-allocated "reg" parameter.
4627 (builtin_user_regs): Provide initial value for "last".
4628 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4629 (user_regs_init): Allocate memory from the gdbarch obstack.
4630 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4631 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4632 linked list.
4633 (usernum_to_user_reg): New function.
4634 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4635 (value_of_user_reg): Use usernum_to_user_reg.
4636 (user_regs_free): Delete function.
4637 (_initialize_user_regs): Update register_gdbarch_data call.
4638
4639 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
4640
4641 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4642
4643 2003-07-30 Michael Snyder <msnyder@redhat.com>
4644
4645 * value.h (value_being_returned): Add a struct_addr argument.
4646 * infcall.c (call_function_by_hand): Pass struct_addr to
4647 value_being_returned.
4648 * infcmd.c (print_return_value): Pass zero as struct_addr.
4649 * values.c (value_being_returned): If struct_addr is passed,
4650 use it instead of trying to recover it from the inferior.
4651
4652 2003-07-30 Kevin Buettner <kevinb@redhat.com>
4653
4654 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4655 the prologue analyzer won't need to attempt to extract the pc
4656 value from the woefully incomplete dummy frame.
4657 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4658 possible. Disable code which modifies the frame.
4659
4660 2003-07-28 Andrew Cagney <cagney@redhat.com>
4661
4662 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4663 to level 2.
4664 (annotate_breakpoints_table, annotate_record): Ditto.
4665 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4666 (annotate_field_name_end, annotate_field_value): Ditto.
4667 (annotate_field_end, annotate_frame_source_begin): Ditto.
4668 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4669 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4670 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4671 (annotate_frame_address_end, annotate_frame_address): Ditto.
4672 (annotate_frame_args, annotate_frame_end): Ditto.
4673 (annotate_frame_where, annotate_arg_begin): Ditto.
4674 (annotate_arg_name_end, annotate_arg_value): Ditto.
4675 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4676 (annotate_function_call, annotate_signal_name): Ditto.
4677 (annotate_signal_string, annotate_signal_name_end): Ditto.
4678 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4679 (annotate_value_begin, annotate_value_history_value): Ditto.
4680 (annotate_value_history_end, annotate_value_end): Ditto.
4681 (annotate_display_begin, annotate_display_number_end): Ditto.
4682 (annotate_display_format, annotate_display_expression): Ditto.
4683 (annotate_display_expression_end, annotate_display_value): Ditto.
4684 (annotate_display_end, annotate_array_section_begin): Ditto.
4685 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4686 (annotate_elt, annotate_array_section_end): Ditto.
4687
4688 2003-07-28 Andrew Cagney <cagney@redhat.com>
4689
4690 * regcache.c (struct regcache_descr): Update comments on
4691 nr_raw_registers.
4692 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4693 sizeof_raw_register_valid_p.
4694 (init_regcache_descr): Set nr_raw_registers and
4695 sizeof_raw_register_valid_p before calling
4696 init_legacy_regcache_descr.
4697
4698 2003-07-28 Andrew Cagney <cagney@redhat.com>
4699
4700 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4701 MOD NUM_REGS.
4702
4703 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
4704
4705 * thread.c (info_threads_command): Use get_selected_frame ().
4706 Check that there is at least one non-sentinel frame.
4707
4708 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4709
4710 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4711 (m68hc11_pop_frame): Remove.
4712 (m68hc11_frame_saved_pc): Remove.
4713 (m68hc11_frame_chain): Remove.
4714 (m68hc11_frame_init_saved_regs): Remove.
4715 (m68hc11_init_extra_frame_info): Remove.
4716 (m68hc11_store_struct_return): Remove.
4717 (m68hc11_saved_pc_after_call): Remove.
4718
4719 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4720
4721 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4722 frame unwind information.
4723 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4724 and adapted for frame unwinding.
4725 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4726 (m68hc11_unwind_pc): New function.
4727 (m68hc11_frame_unwind_cache): New function to analyze frames.
4728 (m68hc11_frame_this_id): New function to create new frame struct.
4729 (m68hc11_frame_prev_register): New function to unwind a register from
4730 the frame.
4731 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4732 (m68hc11_frame_p): New function for the above.
4733 (m68hc11_frame_base_address): New function to return fp of frame.
4734 (m68hc11_frame_args_address): Update for frame.
4735 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4736 (m68hc11_unwind_sp): New function.
4737 (m68hc11_unwind_dummy_id): New function.
4738 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4739 calls.
4740
4741 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4742
4743 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4744 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4745 when we are beyond the current pc.
4746
4747 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4748
4749 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4750 from m68hc11_push_arguments.
4751 (m68hc11_push_arguments): Remove.
4752 (m68hc11_push_return_address): Remove.
4753 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4754 handlers; remove deprecated_extra_stack_alignment_needed.
4755
4756 2003-07-27 Andrew Cagney <cagney@redhat.com>
4757
4758 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4759 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4760 REAL_PC and not the pointer.
4761 * hppa-hpux-tdep.c: Include frame.h
4762
4763 2003-07-27 Andrew Cagney <cagney@redhat.com>
4764
4765 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4766 GDB_MULTI_ACH_PARTIAL.
4767
4768 2003-07-27 Andrew Cagney <cagney@redhat.com>
4769
4770 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4771 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4772 operator at start and not end of line.
4773 (decode_prologue): Ditto.
4774 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4775 frame_unwind_register_unsigned instead of
4776 frame_unwind_unsigned_register.
4777 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4778 read_register.
4779 (m32r_push_dummy_call): Use register_size instead of
4780 REGISTER_RAW_SIZE.
4781 (m32r_frame_sniffer): Replace m32r_frame_p.
4782 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4783 * m32r-rom.c (report_transfer_performance): Delete extern
4784 declaration.
4785 (m32r_load, m32r_upload_command): Use print_transfer_performance
4786 instead of report_transfer_performance.
4787 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4788 / add_show_from_set.
4789
4790 2003-07-26 Andrew Cagney <cagney@redhat.com>
4791
4792 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4793 store_return_value and extract_struct_value_address.
4794
4795 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
4796
4797 PR c++/1267
4798 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4799 NULL, default to the section containing PC.
4800
4801 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4802
4803 * NEWS: Mention "regs" deprecated for m68hc11 too.
4804
4805 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4806 (m68hc11_print_register): New function to print out one register.
4807 (m68hc11_print_registers_info): New function to print registers.
4808 (show_regs): Deprecate and use the above.
4809 (m68hc11_gdbarch_init): Install the print_registers_info.
4810
4811 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4812
4813 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4814 that we have a SIGTRAP before returning non-zero.
4815
4816 2003-07-23 Michal Ludvig <mludvig@suse.cz>
4817 Elena Zannoni <ezannoni@redhat.com>
4818
4819 * linespec.c (decode_line_2): Avoid crash if
4820 find_function_start_sal() returns empty record.
4821
4822 2003-07-23 Andreas Schwab <schwab@suse.de>
4823
4824 * ia64-tdep.c (ia64_print_insn): New function.
4825 (ia64_gdbarch_init): Set print_insn to it.
4826 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4827 deprecated_tm_print_insn_info.
4828
4829 2003-07-22 Michael Snyder <msnyder@redhat.com>
4830
4831 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4832 handle 8-bit returns (long long).
4833 (h8300h_extract_return_value): Ditto.
4834 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4835
4836 2003-07-22 Andrew Cagney <cagney@redhat.com>
4837
4838 * gdbarch.c Include "gdb_obstack.h".
4839 (struct gdbarch): Add an "obstack".
4840 (alloc_gdbarch_data): Allocate the gdbarch data using
4841 GDBARCH_OBSTACK_CALLOC.
4842 (free_gdbarch_data): Delete function.
4843 (gdbarch_obstack_zalloc): New function.
4844 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4845 Assert that the architecture is not initialized.
4846 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4847 vector from the obstack.
4848 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4849 architecture obstack.
4850 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4851 (set_gdbarch_data): Assert that the data is not initialized.
4852 (struct gdbarch_data): Delete member "free".
4853 (register_gdbarch_data): Do not initialize "free".
4854 * gdbarch.h, gdbarch.c: Re-generate.
4855
4856 2003-07-22 Andrew Cagney <cagney@redhat.com>
4857
4858 * configure.in (build_warnings): Add -Wformat-nonliteral.
4859 * configure: Re-generate.
4860
4861 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4862
4863 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4864
4865 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4866
4867 * findvar.c (read_var_value): Remove case for thread local storage
4868 variables. It is now entirely handled by the dwarf2 location
4869 expression code.
4870 * printcmd.c (address_info): Ditto.
4871 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4872 enumeration value.
4873 (struct symbol): Remove objfile field, which was used by
4874 LOC_THREAD_LOCAL_STATIC only.
4875 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4876 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4877 usage of objfile pointer.
4878 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4879 thread local variables.
4880 Add include of objfiles.h.
4881 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4882 storage variables.
4883 * Makefile.in (dwarf2loc.o): Update dependencies.
4884
4885 2003-07-22 Andrew Cagney <cagney@redhat.com>
4886
4887 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4888 get_frame_base.
4889 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4890 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4891 (struct value): Add opaque declaration.
4892 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4893
4894 2003-07-21 Andrew Cagney <cagney@redhat.com>
4895
4896 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4897 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4898
4899 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4900
4901 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4902 regcache_cooked_read_unsigned instead of read_register.
4903 (m68hc11_saved_pc_after_call): Likewise.
4904 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4905 instead of write_register.
4906 (m68hc11_register_type): New function.
4907 (m68hc11_register_virtual_type): Remove.
4908 (m68hc11_store_return_value): Convert to use the regcache.
4909 (m68hc11_extract_struct_value_address): Likewise.
4910 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4911 m68hc11_register_type; undeprecate store_return_value and
4912 extract_struct_value_address.
4913
4914 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4915
4916 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4917 and translate to use regcache.
4918 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4919
4920 2003-07-18 Andrew Cagney <cagney@redhat.com>
4921
4922 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4923 * gdbarch.h, gdbarch.c: Re-generate.
4924 * i386-tdep.c (i386_gdbarch_init): Do not set
4925 DWARF2_BUILD_FRAME_INFO.
4926 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4927 unconditionally.
4928 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4929 DWARF2_BUILD_FRAME_INFO.
4930
4931 2003-07-18 Andrew Cagney <cagney@redhat.com>
4932
4933 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4934 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4935
4936 2003-07-18 Andrew Cagney <cagney@redhat.com>
4937
4938 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4939 frame_unwind_address_in_block, instead of frame_pc_unwind.
4940 (dwarf2_frame_cache): Ditto.
4941
4942 2003-07-18 Andrew Cagney <cagney@redhat.com>
4943
4944 * user-regs.h (struct gdbarch): Declare opaque.
4945 * ui-out.h (struct ui_file): Declare opaque.
4946 * dwarf2-frame.h (struct frame_info): Declare opaque.
4947
4948 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4949
4950 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4951 #include "...".
4952 (procfs_meminfo): Change strerror to safe_strerror.
4953 (procfs_can_run): Remove K&R badness.
4954
4955 2003-07-17 Michael Snyder <msnyder@redhat.com>
4956
4957 * remote-sim.c: Comment typo fix.
4958
4959 2003-07-17 Andrew Cagney <cagney@redhat.com>
4960
4961 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4962 configure.
4963 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4964 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4965 GDB_MULTI_ARCH_PARTIAL.
4966
4967 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4968
4969 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4970 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4971 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4972
4973 2003-07-16 Theodore A. Roth <troth@openavr.org>
4974
4975 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4976 found.
4977 (avr_frame_unwind_cache): Don't unwind FP for main.
4978 Update a comment.
4979 Save the computed prev_sp.
4980 (avr_saved_regs_unwinder): Remove function.
4981 (avr_frame_prev_register): Use PC unwind logic from
4982 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4983
4984 2003-07-16 Andrew Cagney <cagney@redhat.com>
4985
4986 * frame-base.h (frame_base_p_ftype): Delete definition.
4987 (frame_base_append_predicate): Delete declaration.
4988 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4989 (frame_unwind_append_predicate): Delete declaration.
4990 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4991 (append_predicate): Delete parameter "p".
4992 (frame_unwind_append_predicate): Delete function.
4993 (frame_unwind_append_sniffer): Update call to append_predicate.
4994 (frame_unwind_free): Delete function.
4995 (_initialize_frame_unwind): Pass NULL as "free" to
4996 register_gdbarch_data.
4997 (frame_unwind_init): Append the dummy_frame_sniffer.
4998 (frame_unwind_find_by_frame): Simplify.
4999 * frame-base.c (struct frame_base_table): Delete field "p".
5000 (append_predicate): Delete parameter "p".
5001 (frame_base_append_predicate): Delete function.
5002 (frame_base_append_sniffer): Update call to append_predicate.
5003 (frame_base_free): Delete function.
5004 (frame_base_find_by_frame): Simplify.
5005 (_initialize_frame_base): Pass NULL as "free" to
5006 register_gdbarch_data.
5007 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
5008 (x86_64_sigtramp_frame_sniffer): Replace
5009 "x86_64_sigtramp_frame_p".
5010 (x86_64_init_abi): Set the frame unwind sniffers.
5011 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
5012 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
5013 (m68k_gdbarch_init): Set the frame unwind sniffers.
5014 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
5015 "i386_sigtramp_frame_p".
5016 (i386_frame_sniffer): Replace "i386_frame_p".
5017 (i386_gdbarch_init): Set the frame unwind sniffers.
5018 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
5019 (avr_gdbarch_init): Set the frame unwind sniffers.
5020 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
5021 "alpha_sigtramp_frame_p"
5022 (alpha_heuristic_frame_sniffer): Replace
5023 "alpha_heuristic_frame_p".
5024 (alpha_gdbarch_init): Set the frame unwind sniffers.
5025 (alpha_dwarf2_init_abi): Ditto.
5026 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
5027 "alpha_debug_frame_p".
5028 (alpha_mdebug_frame_base_sniffer): Replace
5029 "alpha_mdebug_frame_base_p".
5030 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
5031 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
5032 (d10v_gdbarch_init): Set the frame unwind sniffer.
5033 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5034 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5035 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
5036 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
5037 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
5038 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
5039
5040 2003-07-16 Michael Snyder <msnyder@redhat.com>
5041
5042 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
5043 should go thru sh_dsp_register_sim_regno, else the dsp regs
5044 will not get the right values.
5045
5046 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5047
5048 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
5049 deprecated_store_floating by call to store_typed_floating.
5050 (sh_sh4_register_convert_to_raw): Substitute call to
5051 deprecated_extract_floating by call to extract_typed_floating.
5052
5053 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5054
5055 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
5056
5057 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
5058
5059 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
5060 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
5061 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
5062 as possible.
5063 (do_pseudo_register): Remove.
5064 (sh_push_dummy_code): New function.
5065 (sh64_store_struct_return): Rename from sh_store_struct_return.
5066 Only called for sh64 now.
5067 (sh_extract_struct_value_address): Regcache'ify.
5068 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
5069 and accomodate new tasks.
5070 (sh64_push_return_address): Rename from sh_push_return_address.
5071 Only called for sh64 now.
5072 (sh_default_extract_return_value): Rename from sh_extract_return_value.
5073 Regcache'ify.
5074 (sh3e_sh4_extract_return_value): Regcache'ify.
5075 (sh_default_store_return_value): Ditto.
5076 (sh3e_sh4_store_return_value): Ditto.
5077 (sh_default_register_byte): Remove.
5078 (sh_sh4_register_byte): Remove.
5079 (sh_default_register_raw_size): Remove.
5080 (sh_sh4_register_raw_size): Remove.
5081 (sh_register_virtual_size): Remove.
5082 (sh_sh3e_register_virtual_type): Remove.
5083 (sh_sh3e_register_type): New function.
5084 (sh_sh4_register_virtual_type): Remove.
5085 (sh_sh4_register_type): New function.
5086 (sh_default_register_virtual_type): Remove.
5087 (sh_default_register_type): New function.
5088 (do_fv_register_info): Add parameters to accomodate call from
5089 sh_print_registers_info.
5090 (do_dr_register_info): Ditto.
5091 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
5092 Add parameters to accomodate call from sh_print_registers_info.
5093 (sh_do_fp_register): Ditto.
5094 (sh64_do_pseudo_register): Call do_dr_register_info,
5095 do_fv_register_info and sh_do_fp_register with default parameters.
5096 (sh_do_register): Add parameters to accomodate call from
5097 sh_print_registers_info.
5098 (sh_print_register): Ditto.
5099 (sh_print_registers_info): Rename from sh_do_registers_info.
5100 Add parameters to be used as gdbarch_print_registers_info
5101 implementation. Accomodate removed do_pseudo_register function
5102 pointer.
5103 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
5104 function pointer. Call sh_print_register with default parameters.
5105 (sh64_do_registers_info): Call sh_print_registers_info instead of
5106 sh_do_registers_info.
5107 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
5108 detection of deprecated vs. non-deprecated functionality.
5109 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
5110 function pointer assignments by direct function calls.
5111
5112 2003-07-15 Andrew Cagney <cagney@redhat.com>
5113
5114 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
5115 (frame_register_unwind, create_new_frame): Ditto.
5116 (legacy_get_prev_frame, get_frame_type): Ditto.
5117 (get_frame_base_address): Use frame_base_find_by_frame.
5118 (get_frame_locals_address): Use frame_base_find_by_frame.
5119 (get_frame_args_address): Use frame_base_find_by_frame.
5120 * frame-base.h (frame_base_sniffer_ftype): Declare.
5121 (frame_base_append_sniffer): Declare.
5122 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
5123 * frame-base.c (append_predicate): Add a "sniffer" parameter.
5124 (frame_base_append_sniffer): New function.
5125 (frame_base_append_predicate): Add a NULL sniffer.
5126 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
5127 (struct frame_base_table): Add "sniffer".
5128 (frame_base_free): Free the "sniffer" table.
5129 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
5130 (frame_unwind_append_sniffer): Declare.
5131 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5132 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
5133 (struct frame_unwind_table): Add "sniffer", delete "middle".
5134 (append_predicate): Add "sniffer" parameter, append the sniffer.
5135 (frame_unwind_init): Update append_predicate call.
5136 (frame_unwind_append_sniffer): New function.
5137 (frame_unwind_append_predicate): Update append_predicate call.
5138 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
5139
5140 2003-07-15 Andrew Cagney <cagney@redhat.com>
5141
5142 * frame.c (get_prev_frame): Move disabled inside_entry_func to
5143 before code inhibiting repeated unwind attempts. Add to
5144 commentary on that test's problems.
5145 * blockframe.c (inside_main_func): Look for "main" in the minimal
5146 symbol table.
5147 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
5148 identical.
5149
5150 2003-07-15 Andrew Cagney <cagney@redhat.com>
5151
5152 * complaints.c (struct explanation): Define.
5153 (struct complaints): Change type of "explanation" to "struct
5154 explanation".
5155 (symfile_explanations): Convert to a "struct explanation" table.
5156 (vcomplaint): Update.
5157
5158 2003-07-15 Michal Ludvig <mludvig@suse.cz>
5159
5160 * x86-64-linux-nat.c (regmap): Removed.
5161 (supply_gregset, fill_gregset): Call
5162 x86_64_linux_(fill,supply)_gregset functions.
5163 * x86-64-linux-tdep.c (USER_*): New defines.
5164 (user_to_gdb_regmap, x86_64_core_fns): New structure.
5165 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
5166 New functions.
5167 (fetch_core_registers): Ditto.
5168 (_initialize_x86_64_linux_tdep): Call add_core_fns().
5169 * x86-64-linux-tdep.h: New file.
5170 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
5171 and core-regset.o.
5172 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
5173
5174 2003-07-13 Mark Kettenis <kettenis@gnu.org>
5175
5176 * x86-64-tdep.c (x86_64_store_return_value): Use
5177 regcache_cooked_write_part instead of regcache_cooked_write.
5178
5179 * configure.host: Add x86_64-*-freebsd*.
5180 * configure.tgt: Add x86_64-*-freebsd*.
5181 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
5182 * amd64fbsd-nat.c: New file.
5183 * amd64fbsd-tdep.c: New file.
5184 * config/i386/nm-fbsd64.h: New file.
5185 * config/i386/fbsd64.mh: New file.
5186 * config/i386/fbsd64.mt: New file.
5187
5188 2003-07-11 Mark Kettenis <kettenis@gnu.org>
5189
5190 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
5191 `sc_regs_offset' and `sc_fpregs_offset'.
5192 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
5193 SIGFRAME_FPREGSAVE_OFF): Remove defines.
5194 (alpha_sigtramp_register_address): Rewrite to use new members of
5195 `struct gdbarch_tdep'.
5196 (alpha_gdbarch_init): Initialize new members of struct
5197 gdbarch_tdep'.
5198 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
5199 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
5200 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
5201 (alphafbsd_pc_in_sigtramp): Implement.
5202 (alphafbsd_sigtramp_offset): New function.
5203 (alphafbsd_sigcontext_addr): New function.
5204 (alphafbsd_init_abi): Initialize signal trampoline related members
5205 of `struct gdbarch_tdep'.
5206 (_initialize_alphafbsd_tdep): Add prototype.
5207
5208 2003-07-11 Theodore A. Roth <troth@openavr.org>
5209
5210 * Makefile.in (install-only): Quote sed expression when generating
5211 transformed_name.
5212
5213 2003-07-11 Richard Henderson <rth@redhat.com>
5214
5215 * Makefile.in (dwarf2-frame.o): Add complaints_h.
5216 * dwarf2-frame.c: Include complaints.h.
5217 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
5218 variable initialization; return NULL on error.
5219 (decode_frame_entry): New.
5220
5221 2003-07-11 Andrew Cagney <cagney@redhat.com>
5222
5223 * frame.h (frame_address_in_block): Delete declaration.
5224 * blockframe.c (frame_address_in_block): Delete function.
5225 (get_frame_block): Use get_frame_address_in_block.
5226 (block_innermost_frame): Ditto.
5227 * stack.c (print_frame, backtrace_command_1): Ditto.
5228
5229 * frame.h (get_frame_address_in_block): Declare.
5230 (frame_unwind_address_in_block): Declare.
5231 * frame.c (frame_unwind_address_in_block): New function.
5232 (get_frame_address_in_block): New function.
5233
5234 2003-07-10 Andrew Cagney <cagney@redhat.com>
5235
5236 * gdbarch.sh: Simplify predicate methods. Remove need to provide
5237 pre-default. Note: re-generate has no effect.
5238
5239 2003-07-10 Andrew Cagney <cagney@redhat.com>
5240
5241 * gdbarch.sh: When a variable, but not a function, compare against
5242 0. Fix problem in previous patch.
5243 * gdbarch.c: Re-generate.
5244
5245 2003-07-10 Andrew Cagney <cagney@redhat.com>
5246
5247 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
5248 functions against NULL, not 0.
5249 * gdbarch.c: Re-generate.
5250
5251 2003-07-10 Fred Fish <fnf@ninemoons.com>
5252
5253 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
5254 null string instead of a null pointer.
5255 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
5256
5257 2003-07-09 Michael Snyder <msnyder@redhat.com>
5258
5259 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
5260
5261 2003-07-09 Mark Kettenis <kettenis@gnu.org>
5262
5263 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
5264 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
5265 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
5266 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
5267 * x86-64-tdep.c: ... from here.
5268
5269 2003-07-09 Andreas Schwab <schwab@suse.de>
5270
5271 * m68k-tdep.h (enum struct_return): Define.
5272 (struct gdbarch_tdep): Add struct_return.
5273 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
5274 bytes are padded to the right, not to the left. Pass struct value
5275 address in register %a1, not on stack.
5276 (m68k_use_struct_convention): New function.
5277 (m68k_gdbarch_init): Set use_struct_convention. Initialize
5278 struct_return in tdep to pcc_struct_return.
5279 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
5280 reg_struct_return.
5281
5282 2003-07-09 Joel Brobecker <brobecker@gnat.com>
5283
5284 * somread.c (som_symfile_offsets): Fix compilation error.
5285
5286 2003-07-09 Andrew Cagney <cagney@redhat.com>
5287
5288 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
5289 Add comments about the checks.
5290
5291 2003-07-08 Andrew Cagney <cagney@redhat.com>
5292
5293 * Makefile.in: Make dependency section headers consistent.
5294 (config_h): Move to $BUILD headers section.
5295 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
5296 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
5297 (ada-exp.tab.c): Move to YACC/LEX section.
5298 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
5299 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
5300
5301 2003-07-08 Kris Warkentin <kewarken@qnx.com>
5302
5303 * nto-procfs.c: Cleaned up a bunch of ARI hits.
5304 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
5305 of strerror with safe_strerror, use ISO C function definitions,
5306 and replace instances of sprintf with snprintf.
5307
5308 2003-07-07 Andrew Cagney <cagney@redhat.com>
5309
5310 * frame.c (get_prev_frame): Enable check for identical frames.
5311 Update comments. Update error messages.
5312
5313 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5314
5315 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
5316
5317 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5318
5319 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
5320 sort_symtab_syms, no longer necessary.
5321
5322 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5323
5324 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
5325
5326 2003-07-07 Joel Brobecker <brobecker@gnat.com>
5327
5328 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
5329 (mips_register_byte): Likewise.
5330
5331 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5332
5333 * Makefile.in (sparc_tdep_h): New.
5334 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
5335 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
5336 * sparc-linux-nat.c: Include "sparc-tdep.h".
5337 * sparc-nat.c: Likewise.
5338 * sparc-tdep.c: Likewise.
5339 * sparc64nbsd-nat.c: Likewise.
5340 * sparcnbsd-nat.c: Likewise.
5341 * sparcnbsd-tdep.c: Likewise.
5342 * sparc-tdep.h: New file.
5343 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
5344 and sparc_npc_regnum.
5345
5346 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5347
5348 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
5349 (mips_linux_cannot_store_register): List supported instead of
5350 unsupported registers.
5351
5352 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
5353
5354 * disasm.c (dump_insns): Separate instructions from addresses.
5355
5356 2003-07-07 Andreas Schwab <schwab@suse.de>
5357
5358 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
5359 dependencies.
5360 * m68k-tdep.c (NUM_FREGS): Delete.
5361 (SIG_PC_FP_OFFSET): Delete.
5362 (TARGET_M68K): Delete.
5363 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
5364 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
5365 P_MOVEL_SP, P_MOVEML_SP): Define.
5366 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
5367 P_TRAP): Delete.
5368 (m68k_register_raw_size): Delete.
5369 (m68k_register_virtual_size): Delete.
5370 (m68k_register_type): Renamed from m68k_register_virtual_type and
5371 add gdbarch argument.
5372 (m68k_store_struct_return): Delete.
5373 (m68k_deprecated_extract_return_value): Delete.
5374 (m68k_deprecated_extract_struct_value_address): Delete.
5375 (m68k_frame_chain): Delete.
5376 (m68k_frame_saved_pc): Delete.
5377 (m68k_fix_call_dummy): Delete.
5378 (m68k_push_dummy_frame): Delete.
5379 (m68k_pop_frame): Delete.
5380 (m68k_extract_return_value): New function.
5381 (m68k_store_return_value): Rewrite using regcache.
5382 (m68k_extract_struct_value_address): Rewrite using regcache.
5383 (m68k_push_dummy_call): New function.
5384 (struct m68k_frame_cache): Define.
5385 (m68k_alloc_frame_cache): New function.
5386 (m68k_analyze_frame_setup): New function.
5387 (m68k_analyze_register_saves): New function.
5388 (m68k_analyze_prologue): New function.
5389 (m68k_skip_prologue): Rewrite using above functions.
5390 (m68k_unwind_pc): New function.
5391 (m68k_frame_cache): New function.
5392 (m68k_frame_this_id): New function.
5393 (m68k_frame_prev_register): New function.
5394 (m68k_frame_unwind): New variable.
5395 (m68k_frame_p): New function.
5396 (m68k_sigtramp_frame_cache): New function.
5397 (m68k_sigtramp_frame_this_id): New function.
5398 (m68k_sigtramp_frame_prev_register): New function.
5399 (m68k_sigtramp_frame_unwind): New variable.
5400 (m68k_sigtramp_frame_p): New function.
5401 (m68k_frame_base_address): New function.
5402 (m68k_frame_base): New function.
5403 (m68k_unwind_dummy_id): New function.
5404 (fill_gregset): Use regcache_collect.
5405 (fill_fpregset): Likewise.
5406 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
5407 defined.
5408 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
5409 deprecated_init_frame_pc, deprecated_store_struct_return,
5410 deprecated_extract_return_value, deprecated_store_return_value,
5411 deprecated_frame_chain, deprecated_frame_saved_pc,
5412 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
5413 deprecated_register_virtual_size,
5414 deprecated_max_register_raw_size,
5415 deprecated_max_register_virtual_size,
5416 deprecated_register_virtual_type, deprecated_register_size,
5417 deprecated_register_byte, deprecated_register_bytes,
5418 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
5419 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5420 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5421 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5422 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5423 deprecated_push_dummy_frame, deprecated_pop_frame,
5424 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
5425 only if SYSCALL_TRAP is defined. Set extract_return_value,
5426 store_return_value, extract_struct_value_address, register_type,
5427 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
5428 predicates.
5429 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5430 M68K_MAX_REGISTER_SIZE): Define.
5431 (struct m68k_sigtramp_info): Define.
5432 (struct gdbarch_tdep): Add get_sigtramp_info.
5433 * m68klinux-nat.c (fetch_register): Use register_size instead of
5434 REGISTER_RAW_SIZE. Don't put assignment in if.
5435 (store_register): Likewise.
5436 (fetch_inferior_registers): Likewise.
5437 (store_inferior_registers): Likewise.
5438 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5439 (m68k_linux_frame_saved_pc): Delete.
5440 (m68k_linux_sigcontext_reg_offset,
5441 m68k_linux_ucontext_reg_offset): Define.
5442 (m68k_linux_get_sigtramp_info): New function.
5443 (m68k_linux_extract_return_value): Rewrite using regcache.
5444 (m68k_linux_store_return_value): Likewise.
5445 (m68k_linux_extract_struct_value_address): Likewise.
5446 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5447 Don't set deprecated_frame_saved_pc,
5448 deprecated_extract_return_value, deprecated_store_return_value,
5449 deprecated_extract_struct_value_address. Set
5450 extract_return_value, store_return_value,
5451 extract_struct_value_address.
5452
5453 2003-07-07 Andrew Cagney <cagney@redhat.com>
5454
5455 * expprint.c: Include "user-regs.h" instead of "frame.h".
5456 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5457 frame_map_regnum_to_name.
5458 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5459 (frame_map_name_to_regnum): Simplify, call
5460 user_reg_map_name_to_regnum.
5461 (frame_map_regnum_to_name): Simplify, call
5462 user_reg_map_regnum_to_name.
5463 (frame_register_unwind): Update.
5464 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5465 (_initialize_frame_reg): Call user_reg_add_builtin.
5466 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5467 (value_of_register): Use value_of_user_reg.
5468 * eval.c (evaluate_subexp_standard): Update.
5469 * parse.c (write_dollar_variable): Update.
5470 * d10v-tdep.c (d10v_print_registers_info): Update.
5471 * infcmd.c (registers_info): Update.
5472 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
5473 (builtin_regs_h): Delete macro.
5474 (user_regs_h): Define.
5475 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5476 (builtin-regs.o): Delete target.
5477 (user-regs.o): Specify dependencies.
5478 (expprint.o): Update dependencies.
5479 (findvar.o): Update dependencies.
5480 (frame.o): Update dependencies.
5481 (std-regs.o): Update dependencies.
5482
5483 2003-07-06 Christopher Faylor <cgf@redhat.com>
5484
5485 * win32-nat.c (solib_symbols_add): Use one variable for all section
5486 address stuff. Pass variable rather than address of variable to
5487 safe_symbol_file_add.
5488
5489 2003-07-06 Andreas Schwab <schwab@suse.de>
5490
5491 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5492
5493 2003-07-04 Joel Brobecker <brobecker@gnat.com>
5494
5495 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5496
5497 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5498
5499 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5500
5501 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5502
5503 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5504 * config/i386/nto.mh: New file.
5505 * config/i386/nm-nto.h: New file.
5506 * configure.host: Add i[3456]86-*-nto*.
5507
5508 2003-07-03 Joel Brobecker <brobecker@gnat.com>
5509
5510 * remote-vx.c (vx_add_symbols): Fix compilation error.
5511
5512 2003-07-03 Andrew Cagney <cagney@redhat.com>
5513
5514 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5515 * gdbarch.h, gdbarch.c: Re-generate.
5516 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5517 (legacy_register_name): Declare.
5518 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5519 (REGISTER_NAME): Define.
5520 * sparc-tdep.c (legacy_register_name): New function.
5521 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5522 (REGISTER_NAME): Define.
5523 (hppa64_register_name): Declare.
5524 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5525 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5526 (hppa64_register_name): New function.
5527 (hppa_register_name): New function.
5528 * arch-utils.c (legacy_register_name): Delete.
5529 * arch-utils.h (legacy_register_name): Delete.
5530
5531 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
5532
5533 * cli/cli-interp.c (cli_interpreter_resume): Update the
5534 cli_uiout's stream to gdb_stdout.
5535
5536 2003-07-03 Andrew Cagney <cagney@redhat.com>
5537
5538 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5539 predicate.
5540 * gdbarch.h, gdbarch.c: Re-generate.
5541 * regcache.c (init_regcache_descr): Use legacy code when either
5542 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5543
5544 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5545
5546 * NEWS: Move "set logging" entry into GDB 6.0 section.
5547
5548 2003-07-02 Jim Blandy <jimb@redhat.com>
5549
5550 * s390-tdep.c (struct frame_extra_info): new member:
5551 'stack_bought_valid'.
5552 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5553 initialize fextra_info->stack_bought.
5554 (s390_frameless_function_invocation): Don't trust the value of
5555 fextra_info_ptr->stack_bought unless
5556 fextra_info->stack_bought_valid is set.
5557
5558 New S390 prologue analyzer.
5559 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5560 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5561 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5562 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5563 compute_x_addr, s390_on_stack, s390_store,
5564 s390_get_signal_frame_info): New functions.
5565 (S390_NUM_SPILL_SLOTS): New macro.
5566 (s390_get_frame_info): Rewritten.
5567 (is_arg_reg): Deleted.
5568
5569 Break out the decoding of S/390 instructions into separate
5570 functions, to make it more legible, and easier to check
5571 against the spec.
5572 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5573 is_rx, is_rxe): New functions.
5574 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5575 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5576 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5577 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5578 enums for opcode values. (Is this an improvement?)
5579
5580 2003-07-02 Andrew Cagney <cagney@redhat.com>
5581
5582 * i386-tdep.c: Revert change committed as part of trad-frame code
5583 below.
5584
5585 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5586
5587 * breakpoint.c (insert_catchpoint): Make static.
5588
5589 2003-07-02 Andreas Schwab <schwab@suse.de>
5590
5591 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5592 former ia64_push_arguments and ia64_push_return_address, and use
5593 regcache functions instead of read/write_register.
5594 (ia64_gdbarch_init): Set push_dummy_call instead of
5595 deprecated_push_arguments and deprecated_push_return_address.
5596
5597 2003-07-01 Andreas Jaeger <aj@suse.de>
5598
5599 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5600 before the call.
5601 Set %rax only to number of SSE registers used.
5602
5603 2003-07-01 Andrew Cagney <cagney@redhat.com>
5604
5605 * trad-frame.h: Update comments, a -1 .addr is reserved.
5606 (trad_frame_value_p, trad_frame_addr_p): Declare.
5607 (trad_frame_reg_p): Declare.
5608 (trad_frame_set_value): Rename trad_frame_register_value.
5609 (trad_frame_set_unknown): Declare.
5610 * trad-frame.c (trad_frame_realreg_p): New function.
5611 (trad_frame_addr_p, trad_frame_value_p): New function.
5612 (trad_frame_set_unknown): New function.
5613 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5614 (trad_frame_prev_register): Use trad_frame_realreg_p,
5615 trad_frame_addr_p and trad_frame_value_p.
5616 (trad_frame_set_value): Rename trad_frame_register_value.
5617 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5618 and trad_frame_set_value.
5619
5620 2003-06-30 Jim Blandy <jimb@redhat.com>
5621
5622 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5623 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5624 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5625 for 16 registers, and then 32 more bytes.
5626 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5627 New macros.
5628 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5629 Move up in the file, since it's now used by is_simple_arg.
5630 (is_simple_arg): Don't assume registers are four bytes long.
5631 Exclude all double arguments. Extended floats are not simple
5632 args.
5633 (is_power_of_two): New function.
5634 (pass_by_copy_ref): Call is_power_of_two, and check that the
5635 length fits in a register, rather than listing all the acceptable
5636 sizes. Extended floats are not passed by reference.
5637 (s390_push_arguments): Don't assume registers are four bytes long.
5638 Reserve an argument register to point to the buffer for structures
5639 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5640 S390_STACK_FRAME_OVERHEAD.
5641
5642 2003-06-30 Andreas Schwab <schwab@suse.de>
5643
5644 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5645 format error message.
5646
5647 2003-06-30 Joel Brobecker <brobecker@gnat.com>
5648
5649 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5650
5651 2003-06-30 David Carlton <carlton@kealia.com>
5652
5653 Band-aid for PR c++/1245.
5654 * Makefile.in (cp-support.o): Depend on complaints_h.
5655 * cp-support.c: Include complaints.h. Add declaration for
5656 find_last_component.
5657 (cp_find_first_component): Separate code into
5658 cp_find_first_component_aux.
5659 (cp_find_first_component_aux): Call demangled_name_complaint.
5660 (demangled_name_complaint): New.
5661
5662 2003-06-30 Andrew Cagney <cagney@redhat.com>
5663
5664 * remote.c (remote_write_bytes): Explicitly compute and then use
5665 the payload size. Update comments to reflect. Fixes problem of
5666 GDB not sending small packets as found by Fred Fish.
5667
5668 2003-06-30 Andrew Cagney <cagney@redhat.com>
5669
5670 * remote.c (remote_async_wait): Fix -Wformat problem.
5671
5672 2003-06-29 Andrew Cagney <cagney@redhat.com>
5673
5674 * remote.c (remote_wait): Call error, and not warning, when the
5675 packet is corrupt.
5676 (remote_async_wait): Ditto.
5677
5678 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5679
5680 * sparc-tdep.c (sparc_y_regnum): Make external again.
5681
5682 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5683
5684 * cli/cli-logging.c (pop_output_files): Add void to function
5685 definition.
5686
5687 2003-06-29 Andrew Cagney <cagney@redhat.com>
5688
5689 * frame.c (frame_register_unwind): Use unsigned char when dumping
5690 the buffer contents.
5691
5692 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5693
5694 * cli/cli-logging.c: New file.
5695 * cli-out.c (struct ui_out_data): Add original_stream.
5696 (cli_redirect): New function.
5697 (cli_ui_out_impl): Add cli_redirect.
5698 (cli_out_new): Initialize original_stream.
5699 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5700 (uo_redirect, ui_out_redirect): New.
5701 * ui-out.h (struct ui_out_impl): Add redirect member.
5702 (redirect_ftype): New.
5703 (ui_out_redirect): Add prototype.
5704 * Makefile.in: Add rules for cli-logging.c.
5705 * NEWS: Mention "set logging".
5706
5707 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5708
5709 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5710
5711 2003-06-27 Andrew Cagney <cagney@redhat.com>
5712
5713 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5714 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5715 * avr-tdep.c (avr_call_dummy_address): Delete function.
5716 (avr_gdbarch_init): Do not set call_dummy_address.
5717
5718 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5719
5720 * symfile.c (syms_from_objfile): Move variables to inner block.
5721 Move the checks for the non-mainline case a bit earlier to avoid
5722 doing some useless computations.
5723
5724 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5725
5726 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5727
5728 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
5729
5730 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5731 sections.
5732
5733 2003-06-26 Michael Chastain <mec@shout.net>
5734
5735 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5736 gdb/testsuite/gdb.c++/pr-1210.exp.
5737
5738 2003-06-26 Andrew Cagney <cagney@redhat.com>
5739
5740 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5741 altivec_expression.h and altivec_registers.h.
5742
5743 2003-06-26 Andrew Cagney <cagney@redhat.com>
5744
5745 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5746 info->mach when MIPS16. Patch suggested by Fred Fish.
5747
5748 2003-06-26 Andrew Cagney <cagney@redhat.com>
5749
5750 * utils.c (internal_vproblem): Print the problem to a reason
5751 buffer and then pass to query. Make the msg variable more local.
5752
5753 2003-06-26 Andrew Cagney <cagney@redhat.com>
5754
5755 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5756 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5757 * gdbarch.h, gdbarch.c: Re-generate.
5758 * frame-base.c (default_frame_args_address): Update. Use
5759 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5760 not available.
5761 (default_frame_locals_address): Ditto for
5762 DEPRECATED_FRAME_LOCALS_ADDRESS.
5763 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5764 (vax_frame_num_args): Update.
5765 (vax_gdbarch_init): Update.
5766 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5767 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5768 * mcore-tdep.c (mcore_gdbarch_init): Update.
5769 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5770 * ia64-tdep.c (ia64_gdbarch_init): Update.
5771 * symtab.h (address_class): Update comments.
5772 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5773 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5774 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5775 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5776 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5777 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5778 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5779 * alpha-mdebug-tdep.c: Update.
5780 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5781
5782 2003-06-26 Andreas Jaeger <aj@suse.de>
5783
5784 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5785 of SSE registers so that varargs functions work. Rework handling
5786 of passing arguments on the stack.
5787 (x86_64_store_return_value): Return double and float values in SSE
5788 register.
5789
5790 2003-06-24 Michael Chastain <mec@shout.net>
5791
5792 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5793 the "constructor breakpoints ignored" bug.
5794
5795 2003-06-25 David Carlton <carlton@kealia.com>
5796
5797 * MAINTAINERS: Update e-mail address.
5798
5799 2003-06-24 Jim Blandy <jimb@redhat.com>
5800
5801 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5802
5803 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5804 function.
5805 (ppc_linux_init_abi): Register it as the
5806 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5807
5808 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5809 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5810 method.
5811
5812 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5813 (ppc64_standard_linkage_target): Use it.
5814
5815 2003-06-23 Andrew Cagney <cagney@redhat.com>
5816
5817 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5818 for 0 "int0" and 4 "int32" sized registers.
5819 * gdbtypes.c (builtin_type_int0): Define.
5820 (build_gdbtypes): Initialize builtin_type_int0.
5821 * gdbtypes.h (builtin_type_int0): Declare.
5822
5823 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5824
5825 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5826 as characters are unsigned.
5827
5828 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5829
5830 PR gdb/1179
5831 * dwarfread.c (struct_type): Skip static fields without crashing.
5832
5833 2003-06-22 Andrew Cagney <cagney@redhat.com>
5834
5835 GDB 6.0 branch created.
5836 * README: Update.
5837 * PROBLEMS: Update. Empty.
5838 * NEWS: Update.
5839
5840 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5841
5842 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5843 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5844
5845 2003-06-22 Andrew Cagney <cagney@redhat.com>
5846
5847 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5848 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5849 Velikov.
5850
5851 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5852
5853 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5854 compilers.
5855
5856 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5857
5858 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5859 argument of val_print.
5860 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5861 to the address argument of baseclass_offset or target_read_memory.
5862 Do add it to the argument of cp_print_value_fields.
5863
5864 2003-06-21 Andrew Cagney <cagney@redhat.com>
5865
5866 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5867 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5868 instead of 0..NUM_REGS.
5869 (mips_register_reggroup_p): New function.
5870 (mips_pseudo_register_write): New function.
5871 (mips_pseudo_register_read): New function.
5872 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5873 based on the register's type.
5874 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5875 cooked.
5876 (mips_get_saved_register): Simplify. Assert that REGNO is a
5877 pseudo / cooked.
5878 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5879 (mips_register_type): Replace mips_register_virtual_type. Map
5880 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5881 when available.
5882 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5883 that the register is cooked / virtual.
5884 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5885 Only get the extra info when needed.
5886 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5887 (mips32_heuristic_proc_desc): Fetch the cooked register.
5888 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5889 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5890 (mips_print_register): Use gdbarch_register_type, instead of
5891 REGISTER_VIRTUAL_TYPE.
5892 (print_gp_register_row): Use gdbarch_register_type, instead of
5893 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5894 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5895 Print the pseudo / cooked registers.
5896 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5897 Print the pseudo / cooked registers.
5898 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5899 REG_NUM is pseudo / cooked.
5900 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5901 (mips_n32n64_xfer_return_value): Ditto.
5902 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5903 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5904 (mips_register_sim_regno): New function.
5905 (mips_gdbarch_init): Set deprecated_register_byte,
5906 register_group_p, pseudo_register_write, pseudo_register_read,
5907 register_sim_regno, and num_pseudo_regs. Set register_type,
5908 instead of register_virtual_type.
5909 * Makefile.in (mips-tdep.o): Update dependencies.
5910 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5911 REGISTER_VIRTUAL_TYPE.
5912 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5913 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5914 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5915 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5916 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5917
5918 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5919
5920 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5921 * cli/cli-cmds.c: Include "gdb_vfork.h".
5922 (shell_escape): Use vfork.
5923
5924 2003-06-21 Andrew Cagney <cagney@redhat.com>
5925
5926 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5927 32 bit floating-point register saves.
5928
5929 * frame.h (deprecated_unwind_get_saved_register): Delete.
5930 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5931 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5932 and deprecated_get_next_frame_hack instead of
5933 deprecated_unwind_get_saved_register.
5934
5935 * mips-tdep.c (mips_dump_tdep): Do not print
5936 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5937
5938 * frame.c (get_frame_register): New function.
5939 (frame_unwind_register_signed): New function.
5940 (get_frame_register_signed): New function.
5941 (frame_unwind_register_unsigned): New function.
5942 (get_frame_register_unsigned): New function.
5943 * frame.h: Add comments on naming schema.
5944 (get_frame_register, frame_unwind_register_signed): Declare.
5945 (get_frame_register_signed, get_frame_register_signed): Declare.
5946 (frame_unwind_register_unsigned): Declare.
5947 (get_frame_register_unsigned): Declare.
5948
5949 2003-06-20 Theodore A. Roth <troth@openavr.org>
5950
5951 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5952
5953 2003-06-20 Theodore A. Roth <troth@openavr.org>
5954
5955 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5956 (avr_read_sp): Ditto.
5957
5958 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5959
5960 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5961 * config/arm/nm-linux.h: Likewise.
5962 * config/arm/tm-linux.h: Likewise.
5963 * config/ia64/nm-linux.h: Likewise.
5964 * config/ia64/tm-ia64.h: Likewise.
5965 * config/s390/tm-linux.h: Likewise.
5966 * config/s390/tm-s390.h: Likewise.
5967 * s390-nat.c: Likewise.
5968 * s390-tdep.c: Likewise.
5969
5970 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5971 * config/ia64/linux.mt: Likewise.
5972 * config/m68k/linux.mh: Likewise.
5973 * config/mips/linux.mt: Likewise.
5974 * config/powerpc/linux.mh: Likewise.
5975 * config/sh/linux.mt: Likewise.
5976
5977 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5978
5979 * solib.c (solib_open): Change tests for whether to search
5980 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5981 comments.
5982
5983 2003-06-19 Theodore A. Roth <troth@openavr.org>
5984
5985 * avr-tdep.c (avr_frame_address): Delete function.
5986 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5987 set_gdbarch_frame_args_address.
5988
5989 2003-06-19 Andrew Cagney <cagney@redhat.com>
5990
5991 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5992 (REGISTER_CONVERT_FROM_TYPE): Delete.
5993 (mips_register_convert_to_type): Delete declaration.
5994 (mips_register_convert_from_type): Delete declaration.
5995 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5996 kernel/.
5997
5998 2003-06-19 Michael Snyder <msnyder@redhat.com>
5999
6000 * linux-nat.h: New file.
6001 * linux-nat.c: Include linux-nat.h.
6002 * lin-lwp.c: Include linux-nat.h.
6003 Move struct lwp_info def to linux-nat.h.
6004 * linux-proc.c: Include linux-nat.h.
6005 (linux_make_note_section): Iterate over lwps instead of threads.
6006 (linux_do_thread_registers): Use lwp instead of merged pid.
6007 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
6008 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
6009 Add dependency on linux_nat_h.
6010
6011 2003-06-19 Theodore A. Roth <troth@openavr.org>
6012
6013 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
6014
6015 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6016
6017 * varobj.c (get_type, get_target_type): Use check_typedef.
6018
6019 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6020
6021 * breakpoint.c (insert_catchpoint): Call internal_error.
6022
6023 2003-06-19 Theodore A. Roth <troth@openavr.org>
6024
6025 * avr-tdep.c (avr_push_dummy_code): Delete function.
6026 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
6027
6028 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6029
6030 * arch-utils.c (default_prepare_to_proceed): Remove.
6031 (generic_prepare_to_proceed): Remove.
6032 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
6033 (generic_prepare_to_proceed): Remove prototype.
6034 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
6035 * gdbarch.c: Regenerate.
6036 * gdbarch.h: Regenerate.
6037 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
6038 * hppah-nat.c (hppa_switched_threads): Remove.
6039 * infrun.c (prepare_to_proceed): New static function, copied from
6040 generic_prepare_to_proceed. Remove select_it argument.
6041 (proceed): Call prepare_to_proceed.
6042 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
6043 variables.
6044 (ptrace_wait): Don't set the removed variables.
6045 (hppa_switched_threads): Remove.
6046 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
6047 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
6048 (lin_lwp_prepare_to_proceed): Remove prototype.
6049 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
6050 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
6051
6052 2003-06-18 Theodore A. Roth <troth@openavr.org>
6053
6054 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
6055 trad-frame.h.
6056 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
6057 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
6058 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
6059 (AVR_PROLOGUE_*): Enumerate prologue types.
6060 (struct frame_extra_info): Remove.
6061 (struct avr_unwind_cache): Define.
6062 (avr_write_sp): Delete function.
6063 (avr_read_fp): Ditto.
6064 (avr_init_extra_frame_info): Ditto.
6065 (avr_pop_frame): Ditto.
6066 (avr_frame_saved_pc): Ditto.
6067 (avr_saved_pc_after_call): Ditto.
6068 (avr_push_return_address): Ditto.
6069 (avr_frame_chain): Ditto.
6070 (avr_store_struct_return): Ditto.
6071 (avr_push_arguments): Ditto.
6072 (avr_scan_prologue): Update comments. Changed to set up the info for
6073 cache unwinding. Now returns end of prologue PC.
6074 (avr_skip_prologue): Better handling of functions lacking a prologue
6075 by using avr_scan_prologue.
6076 (avr_scan_arg_moves): New function.
6077 (avr_saved_regs_unwinder): Ditto.
6078 (avr_frame_unwind_cache): Ditto.
6079 (avr_unwind_pc): Ditto.
6080 (avr_frame_this_id): Ditto.
6081 (avr_frame_prev_register): Ditto.
6082 (avr_frame_p): Ditto.
6083 (avr_frame_base_address ): Ditto.
6084 (avr_unwind_dummy_id): Ditto.
6085 (avr_push_dummy_code): Ditto.
6086 (push_stack_item): Ditto.
6087 (pop_stack_item): Ditto.
6088 (avr_push_dummy_call): Ditto.
6089 (struct stack_item): Define.
6090 (avr_frame_unwind): Declare structure.
6091 (avr_frame_base): Ditto.
6092 (avr_gdbarch_init): Remove calls to
6093 set_gdbarch_deprecated_init_frame_pc,
6094 set_gdbarch_deprecated_target_read_fp,
6095 set_gdbarch_deprecated_dummy_write_sp,
6096 set_gdbarch_deprecated_fp_regnum,
6097 set_gdbarch_deprecated_push_arguments,
6098 set_gdbarch_deprecated_push_return_address,
6099 set_gdbarch_deprecated_pop_frame,
6100 set_gdbarch_deprecated_store_struct_return,
6101 set_gdbarch_deprecated_frame_init_saved_regs,
6102 set_gdbarch_deprecated_init_extra_frame_info,
6103 set_gdbarch_deprecated_frame_chain,
6104 set_gdbarch_deprecated_frame_saved_pc,
6105 set_gdbarch_deprecated_saved_pc_after_call.
6106 Add calls to set_gdbarch_push_dummy_call,
6107 set_gdbarch_push_dummy_code,
6108 frame_unwind_append_predicate,
6109 frame_base_set_default,
6110 set_gdbarch_unwind_dummy_id,
6111 set_gdbarch_unwind_pc.
6112 Wrap a long line.
6113
6114 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
6115
6116 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
6117 registers for H8/300S.
6118 (h8300_print_registers_info): Ditto.
6119 (h8300_gdbarch_init): Accommodate register count for H8/300S.
6120
6121 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
6122
6123 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
6124 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
6125 (lin_lwp_wait): Likewise. Update comments.
6126 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
6127 (pull_pid_from_list, linux_record_stopped_pid): New.
6128
6129 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6130
6131 * ada-lang.c (scan_discrim_bound): Name first argument.
6132 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
6133 declared by ALL_BLOCK_SYMBOLS.
6134
6135 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
6136
6137 * ada-tasks.c (find_function_in_inferior): Don't declare it.
6138 ("regcache.h"): Include it.
6139 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
6140
6141 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6142
6143 * NEWS: Mention gdbserver detach change and "disconnect" command.
6144 * infcmd.c (disconnect_command): New function.
6145 (_initialize_infcmd): Add ``disconnect'' command.
6146 * remote.c (remote_async_detach): Delete.
6147 (remote_detach): Merge remote_async_detach.
6148 (remote_disconnect): New.
6149 (init_remote_ops): Set to_disconnect.
6150 (init_remote_cisco_ops): Likewise.
6151 (init_remote_async_ops): Likewise. Use remote_detach.
6152 * target.c (cleanup_target): Default to_disconnect.
6153 (update_current_target): Inherit to_disconnect.
6154 (target_disconnect, debug_to_disconnect): New functions.
6155 (setup_target_debug): Set to_disconnect.
6156 * target.h (struct target_ops): Add to_disconnect.
6157 (target_disconnect): Add prototype.
6158
6159 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6160
6161 * breakpoint.c (insert_catchpoint): New function.
6162 (insert_breakpoints): Use catch_exceptions to call
6163 insert_catchpoint. Disable catchpoints if they fail to insert.
6164
6165 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6166
6167 * symfile.c (reread_symbols): Clear sym_private.
6168
6169 2003-06-17 Andrew Cagney <cagney@redhat.com>
6170
6171 * trad-frame.h (struct frame_info): Add opaque declaration.
6172 * remote-fileio.h (struct cmd_list_element): Add opaque
6173 declaration.
6174 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
6175 comments.
6176
6177 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6178
6179 * remote.c (remote_prepare_to_store): Replace call to
6180 deprecated_read_register_bytes with multiple regcache_raw_read
6181 calls.
6182
6183 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6184
6185 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
6186 (nto_find_and_open_solib): Likewise.
6187 (nto_init_solib_absolute_prefix): Likewise.
6188 (_initialize_nto_tdep): Fix indentation.
6189
6190 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6191
6192 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
6193
6194 2003-06-17 Kris Warkentin <kewarken@qnx.com>
6195
6196 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
6197
6198 2003-06-17 Jim Blandy <jimb@redhat.com>
6199
6200 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
6201
6202 2003-06-16 Theodore A. Roth <troth@openavr.org>
6203
6204 * avr-tdep.c (avr_extract_return_value): New function.
6205 (avr_gdbarch_init): Set extract_return_value method.
6206
6207 2003-06-16 Andrew Cagney <cagney@redhat.com>
6208
6209 * frame.h (deprecated_get_next_frame_hack): Declare.
6210 * frame.c (legacy_saved_regs_prev_register): Only require
6211 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
6212 there are always saved regs.
6213 (deprecated_generic_get_saved_register): Do not require
6214 DEPRECATED_FRAME_INIT_SAVED_REGS.
6215 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
6216 use frame ID unwind instead.
6217 (deprecated_get_next_frame_hack): New function.
6218
6219 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6220
6221 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
6222 (h8300_push_dummy_call): ...this function. Some minor optimization.
6223 (h8300_push_return_address): Remove.
6224 (h8300_gdbarch_init): Remove calls to
6225 set_gdbarch_deprecated_dummy_write_sp,
6226 set_gdbarch_deprecated_push_arguments and
6227 set_gdbarch_deprecated_push_return_address.
6228 Add call to set_gdbarch_push_dummy_call.
6229
6230 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
6231
6232 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
6233 (E_PSEUDO_EXR_REGNUM): Ditto.
6234 (h8300_is_argument_spill): Check for instructions moving argument
6235 registers into safe registers.
6236 (h8300_skip_prologue): Check for stm instruction to push registers
6237 used for register variables onto stack.
6238 (gdb_print_insn_h8300): Remove.
6239 (h8300_examine_prologue): Add a comment.
6240 (h8300_register_name): Take pseudo registers into account.
6241 (h8300s_register_name): Ditto.
6242 (h8300sx_register_name): Ditto.
6243 (h8300_print_register): Ditto.
6244 (h8300_print_registers_info): Define "nice" printing order.
6245 (h8300_saved_pc_after_call): Take pseudo registers into account.
6246 (h8300_register_type): Ditto. Return type used for remote connection
6247 when requesting real CCR or EXR register, return actual type when
6248 requesting pseudo CCR or EXR.
6249 (h8300_pseudo_register_read): New function.
6250 (h8300_pseudo_register_write): Ditto.
6251 (h8300_dbg_reg_to_regnum): Ditto.
6252 (h8300s_dbg_reg_to_regnum): Ditto.
6253 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
6254 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
6255 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
6256 set_gdbarch_print_insn architecture dependent.
6257 Call set_gdbarch_pseudo_register_read and
6258 set_gdbarch_pseudo_register_write.
6259 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
6260
6261 2003-06-16 Andrew Cagney <cagney@redhat.com>
6262
6263 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
6264 * gdbarch.h, gdbarch.c: Re-generate.
6265 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6266 * s390-tdep.c (s390_gdbarch_init): Update.
6267 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6268 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6269 * mips-tdep.c (mips_gdbarch_init): Update.
6270 * mcore-tdep.c (mcore_gdbarch_init): Update.
6271 * cris-tdep.c (cris_gdbarch_init): Update.
6272 * infcall.c (call_function_by_hand): Update.
6273 * ia64-tdep.c (ia64_push_arguments): Update comment.
6274 * frame.c (legacy_get_prev_frame): Do not assume
6275 SAVE_DUMMY_FRAME_TOS_P.
6276 * dummy-frame.c (find_dummy_frame): Update comment.
6277
6278 2003-06-16 Andrew Cagney <cagney@redhat.com>
6279
6280 * regcache.c (do_cooked_read): Do not use register_valid_p.
6281
6282 2003-06-15 Theodore A. Roth <troth@openavr.org>
6283
6284 * avr-tdep.c (avr_register_type): Remove a blank line.
6285 (avr_scan_prologue): Correct some comments.
6286
6287 2003-06-15 Theodore A. Roth <troth@openavr.org>
6288
6289 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
6290 prologue types.
6291 Properly scan prologues generated by gcc with the -mcall-prologues
6292 option.
6293 Add code to scan -mcall-prologues for mega devices.
6294
6295 2003-06-15 Theodore A. Roth <troth@openavr.org>
6296
6297 * avr-tdep.c (avr_register_byte): Delete function.
6298 (avr_register_raw_size): Delete function.
6299 (avr_register_virtual_size): Delete function.
6300 (avr_register_virtual_type): Delete function.
6301 (avr_register_type): New function.
6302 (avr_address_to_pointer): Remove unused code.
6303 (avr_read_fp): Need to read FP as two separate bytes due to change to
6304 avr_register_type() usage.
6305 (avr_gdbarch_init): Don't set deprecated_register_size.
6306 Don't set deprecated_register_bytes.
6307 Don't set deprecated_register_byte.
6308 Don't set deprecated_register_raw_size.
6309 Don't set deprecated_max_register_raw_size.
6310 Don't set deprecated_register_virtual_size.
6311 Don't set deprecated_max_register_virtual_size.
6312 Don't set deprecated_register_virtual_type.
6313 Set register_type method.
6314
6315 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
6316
6317 * Makefile.in (linux-nat.o): Add rule.
6318 * linux-nat.c: New file.
6319 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
6320 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
6321 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
6322 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
6323 * config/arm/linux.mh (NATDEPFILES): Likewise.
6324 * config/i386/linux.mh (NATDEPFILES): Likewise.
6325 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6326 * config/ia64/linux.mh (NATDEPFILES): Likewise.
6327 * config/m68k/linux.mh (NATDEPFILES): Likewise.
6328 * config/mips/linux.mh (NATDEPFILES): Likewise.
6329 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
6330 * config/s390/s390.mh (NATDEPFILES): Likewise.
6331 * config/sparc/linux.mh (NATDEPFILES): Likewise.
6332
6333 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6334
6335 * i387-tdep.c: Reorder includes, fix some whitespace issues and
6336 replace out-of-date comment.
6337
6338 2003-06-15 Andrew Cagney <cagney@redhat.com>
6339
6340 * rdi-share/host.h (Fail): Change to a varargs function.
6341 * remote-rdi.c (Fail): Update.
6342
6343 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6344
6345 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
6346 (i386_convert_register_p, i386_register_to_value,
6347 i386_register_from_value): Handle types longer than 8 bytes.
6348
6349 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6350
6351 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
6352 Move floating-point code to new function in i387-tdep.c.
6353 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
6354 New functions containing code moved here from i386-tdep.c.
6355 * i387-tdep.h: Add opaque declaration for `struct type'.
6356 (i387_register_to_value, i387_value_to_register): New prototypes.
6357 * x86-64-tdep.c (x86_64_convert_register_p): New function.
6358 (x86_64_init_abi): Set convert_register_p, register_to_value and
6359 value_to_register here.
6360
6361 2003-06-14 Andrew Cagney <cagney@redhat.com>
6362
6363 * mips-tdep.c (mips_register_to_value): Make static.
6364 (mips_value_to_register): Make static.
6365 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
6366 * ia64-tdep.c (ia64_register_raw_size): Make static.
6367 (ia64_register_virtual_size): Make static.
6368 (ia64_register_byte): Make static.
6369 * i387-tdep.c: Include "i387-tdep.h".
6370 (print_387_control_word): Delete function.
6371 (print_387_status_word): Delete function.
6372 (print_387_status_bits): Delete function.
6373 (print_387_control_bits): Delete function.
6374 * Makefile.in (i387-tdep.o): Update dependencies.
6375 * rdi-share/host.h (Fail): Declare.
6376 * remote-rdi.c (Fail): Update to match declaration.
6377
6378 2003-06-14 Andrew Cagney <cagney@redhat.com>
6379
6380 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
6381 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
6382 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
6383 * config/djgpp/fnchange.lst: Delete "remote-array.c".
6384 * README: Delete reference to remote-array.
6385 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
6386 (remote-array.o): Delete target.
6387 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
6388 * remote-array.c: Delete file.
6389
6390 2003-06-14 Andrew Cagney <cagney@redhat.com>
6391 Mark Kettenis <kettenis@gnu.org>
6392
6393 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
6394 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
6395 parameter with "frame".
6396 * gdbarch.h, gdbarch.c: Re-generate.
6397 * frame.h (put_frame_register): Declare.
6398 * frame.c (put_frame_register): New function.
6399 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
6400 (legacy_register_to_value): Rewrite, use "frame" to get the
6401 register value.
6402 (legacy_value_to_register): Rewrite, use "frame" to find the
6403 register's location before storing.
6404 * arch-utils.h (legacy_convert_register_p): Update.
6405 (legacy_register_to_value, legacy_value_to_register): Update.
6406 * findvar.c (value_from_register): Rewrite, eliminate use of
6407 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
6408 "frame" to REGISTER_TO_VALUE.
6409 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
6410 lval_reg_frame_relative + lval_register branch of the switch. Do
6411 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
6412 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
6413 I386_EDI_REGNUM): New defines.
6414 (i386_next_regnum, i386_convert_register_p,
6415 i386_register_to_value, i386_value_to_register): New functions.
6416 (i386_register_convertible, i386_register_convert_to_virtual,
6417 i386_convert_to_raw): Remove functions.
6418 (i386_gdbarch_init): Set convert_register_p, register_to_value and
6419 value_to_register instead of register_convertible,
6420 register_convert_to_virtual and register_convert_to_raw.
6421 * mips-tdep.c (mips_convert_register_p): New function.
6422 (mips_value_to_register): Replace mips_register_convert_from_type.
6423 (mips_register_to_value): Replace mips_register_convert_to_type.
6424 (mips_gdbarch_init): Set conver_register_p, value_to_register and
6425 register_to_value.
6426 * alpha-tdep.c (alpha_convert_register_p): Update.
6427 (alpha_value_to_register): Update, store the register.
6428 (alpha_register_to_value): Update, fetch the register.
6429
6430 2003-06-14 Theodore A. Roth <troth@openavr.org>
6431
6432 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6433 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6434 Don't set deprecated_call_dummy_words.
6435 Remove commented out set_gdbarch_believe_pcc_promotion() call.
6436 Don't set remote_translate_xfer_address.
6437 (avr_io_reg_read_command): Remove commented out debug printf.
6438 Wrap a long line.
6439
6440 2003-06-14 Theodore A. Roth <troth@openavr.org>
6441
6442 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6443 causes gdb to seg fault.
6444
6445 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
6446
6447 * sparc-nat.c (fetch_inferior_registers): Correct
6448 a reference to "registers".
6449
6450 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6451
6452 * Makefile.in (exc_request_U_h): Define
6453 (exc_request_S_h): Likewise.
6454 (msg_reply_S_h): Likewise.
6455 (msg_U_h): Likewise.
6456 (notify_S_h): Likewise.
6457 (process_reply_S_h): Likewise.
6458 (gnu-nat.o): Depend on gdb_obstack_h
6459 * gnu-nat.c: Include "gdb_obstack.h".
6460
6461 2003-06-13 Andrew Cagney <cagney@redhat.com>
6462
6463 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6464 * gdbarch.h, gdbarch.c: Re-generate.
6465
6466 2003-06-13 Andrew Cagney <cagney@redhat.com>
6467
6468 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
6469 when deprecated REGISTER macros can be deleted.
6470 * gdbarch.h, gdbarch.c: Re-generate.
6471
6472 2003-06-13 Jim Blandy <jimb@redhat.com>
6473
6474 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
6475 Linux entry point symbols for _dl_debug_state, too.
6476
6477 2003-06-13 Andrew Cagney <cagney@redhat.com>
6478
6479 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6480 available, do not use the FP register, and always save the TOS.
6481 * dummy-frame.c (dummy_frame_this_id): Do not assert
6482 SAVE_DUMMY_FRAME_TOS.
6483 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6484 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6485 (i386_push_dummy_call): Add 8 to the returned SP.
6486 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6487 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6488 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6489 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6490 (x86_64_push_dummy_call): Return "sp + 16".
6491 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6492 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6493 save_dummy_frame_tos.
6494
6495 2003-06-13 Jim Blandy <jimb@redhat.com>
6496
6497 * frv-tdep.c (frv_use_struct_convention): Delete static
6498 declaration for function deleted in my change of 2003-06-12.
6499
6500 2003-06-13 Theodore A. Roth <troth@openavr.org>
6501
6502 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6503 (avr_pointer_to_address): Shift code addrs left 1 bit.
6504 (avr_convert_from_func_ptr_addr): Delete function since operation is
6505 better handled by avr_address_to_pointer and avr_pointer_to_address.
6506 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6507
6508 2003-06-13 Mark Kettenis <kettenis@gnu.org>
6509
6510 From Kelley Cook <kelleycook@wideopenwest.com>:
6511 * configure.host: Accept i[34567]86 variants.
6512 * configure.tgt: Likewise.
6513 * nlm/configure.in: Likewise.
6514 * nlm/configure: Regenerated.
6515
6516 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
6517
6518 * arm-tdep.c (solib-svr4.h): Dont' include it.
6519 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6520 * arm-linux-tdep.c: ... here. Make static.
6521 (arm_linux_init_abi): Register it.
6522 (solib-svr4.h): Include it.
6523 * Makefile.in: Update dependencies.
6524 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6525 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6526
6527 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6528
6529 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6530 indicate registers used for return values.
6531 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6532 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6533 members.
6534 (h8300_init_extra_frame_info): Ditto.
6535 (h8300_frame_locals_address): Removed.
6536 (h8300_frame_args_address): Removed.
6537 (h8300_extract_return_value): Use new regcache structure. Only care
6538 for 16 bit CPUs.
6539 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6540 (h8300_store_return_value): Use new regcache structure. Only care
6541 for 16 bit CPUs.
6542 (h8300h_store_return_value): Same function for 32 bit CPUs.
6543 (h8300_store_struct_return): Removed.
6544 (h8300_extract_struct_value_address): Use new regcache structure.
6545 (h8300h_extract_struct_value_address): Removed.
6546 (h8300_push_dummy_code): New function.
6547 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6548 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6549 set_gdbarch_store_return_value architecture dependent.
6550 Call set_gdbarch_push_dummy_code and
6551 set_gdbarch_extract_struct_value_address.
6552 Remove calls to set_gdbarch_frame_args_address,
6553 set_gdbarch_frame_locals_address,
6554 set_gdbarch_deprecated_store_struct_return,
6555 set_gdbarch_deprecated_extract_return_value,
6556 set_gdbarch_deprecated_extract_struct_value_address,
6557 set_gdbarch_deprecated_call_dummy_words and
6558 set_gdbarch_deprecated_sizeof_call_dummy_words.
6559
6560 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6561
6562 * h8300-tdep.c (h8300_register_byte): Remove.
6563 (h8300h_register_byte): Remove.
6564 (h8300_register_virtual_type): Remove. Substitute by...
6565 (h8300_register_type): New function.
6566 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6567 (h8300h_extract_struct_value_address): Ditto.
6568 (h8300_gdbarch_init): Drop calls to
6569 set_gdbarch_deprecated_register_byte and
6570 set_gdbarch_deprecated_register_virtual_type.
6571 Add call to set_gdbarch_register_type.
6572
6573 2003-06-13 Andrew Cagney <cagney@redhat.com>
6574
6575 * gdbarch.sh: Update comments on registers.
6576 (deprecated_register_byte): Rename register_byte.
6577 (deprecated_register_raw_size): Rename register_raw_size.
6578 (deprecated_register_virtual_size): Rename register_virtual_size.
6579 (deprecated_register_virtual_type): Rename register_virtual_type.
6580 * gdbarch.h, gdbarch.c: Re-generate.
6581 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6582 * vax-tdep.c (vax_gdbarch_init): Update.
6583 * v850-tdep.c (v850_gdbarch_init): Update.
6584 * sparc-tdep.c (sparc_gdbarch_init): Update.
6585 * sh-tdep.c (sh_gdbarch_init): Update.
6586 * s390-tdep.c (s390_gdbarch_init): Update.
6587 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6588 * ns32k-tdep.c: Update.
6589 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6590 * mips-tdep.c (mips_gdbarch_init): Update.
6591 * mcore-tdep.c (mcore_gdbarch_init): Update.
6592 * m68k-tdep.c (m68k_gdbarch_init): Update.
6593 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6594 * ia64-tdep.c (ia64_gdbarch_init): Update.
6595 * hppa-tdep.c (hppa_gdbarch_init): Update.
6596 * h8300-tdep.c (h8300_gdbarch_init): Update.
6597 * frv-tdep.c (frv_gdbarch_init): Update.
6598 * cris-tdep.c (cris_gdbarch_init): Update.
6599 * avr-tdep.c (avr_gdbarch_init): Update.
6600 * alpha-tdep.c (alpha_gdbarch_init): Update.
6601 * arm-tdep.c (arm_gdbarch_init): Update.
6602
6603 2003-06-13 Andrew Cagney <cagney@redhat.com>
6604
6605 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6606 mips_o32_use_struct_convention with always_use_struct_convention.
6607
6608 2003-06-12 David Carlton <carlton@kealia.com>
6609
6610 * cp-namespace.c (cp_set_block_scope): Comment out
6611 processing_has_namespace_info branch.
6612
6613 2003-06-12 Jim Blandy <jimb@redhat.com>
6614
6615 Recognize and skip 64-bit PowerPC Linux linkage functions.
6616 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6617 insn_pattern, insns_match_pattern, d_field, ds_field): New
6618 functions, macros, and types for working with PPC instructions.
6619 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6620 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6621 ppc64_skip_trampoline_code): New functions, variables, and macros
6622 for recognizing and skipping linkage functions.
6623 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6624 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6625
6626 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6627 register offsets for both the 32- and 64-bit interfaces.
6628
6629 Actually finish the job started by my change of 2003-05-29.
6630 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6631 other #definition of this.
6632 (ppc_linux_skip_trampoline_code): Remove declaration.
6633 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6634 static.
6635 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6636 method for GDBARCH.
6637
6638 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6639 'long' on ppc64-*-linux*.
6640
6641 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6642 isn't #defined, assume the register doesn't exist: act as if
6643 tdep->ppc_mq_regnum were -1.
6644
6645 * configure.host, configure.tgt: Add entries for
6646 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6647 powerpc/linux.mt.
6648 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6649 New files.
6650
6651 * arch-utils.c (always_use_struct_convention): New function.
6652 * arch-utils.h (always_use_struct_convention): New prototype.
6653 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6654 (alpha_gdbarch_init): Register always_use_struct_convention,
6655 instead of alpha_use_struct_convention.
6656 * cris-tdep.c (cris_use_struct_convention): Delete.
6657 (cris_gdbarch_init): Register always_use_struct_convention,
6658 instead of cris_use_struct_convention.
6659 * frv-tdep.c (frv_use_struct_convention): Delete.
6660 (frv_gdbarch_init): Register always_use_struct_convention,
6661 instead of frv_use_struct_convention.
6662 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6663 (h8300_gdbarch_init): Register always_use_struct_convention,
6664 instead of h8300_use_struct_convention.
6665 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
6666 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6667 instead of mips_o32_use_struct_convention.
6668
6669 2003-06-12 Andrew Cagney <cagney@redhat.com>
6670
6671 * wince.c: Include "mips-tdep.h".
6672 * mips-tdep.h (mips_next_pc): Declare.
6673 * mcore-tdep.c: Make more local functions static.
6674 * Makefile.in (wince.o): Update dependencies.
6675
6676 2003-06-12 David Carlton <carlton@kealia.com>
6677
6678 * symtab.c (lookup_symbol_aux_minsyms): Replace
6679 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6680 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6681 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6682 SYMBOL_NATURAL_NAME.
6683
6684 2003-06-12 Andreas Schwab <schwab@suse.de>
6685
6686 * Makefile.in (tuiDisassem.o): Update dependencies.
6687
6688 2003-06-12 David Carlton <carlton@bactrian.org>
6689
6690 * symtab.h: Delete declaration of make_symbol_overload_list.
6691 Add declaration of lookup_partial_symbol.
6692 * symtab.c (remove_params): Move to cp-support.c.
6693 (overload_list_add_symbol, make_symbol_overload_list)
6694 (sym_return_val_size, sym_return_val_index): Ditto.
6695 (lookup_partial_symbol): Make extern.
6696 * cp-support.h: Add declaration of make_symbol_overload_list.
6697 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6698 symtab.h, and block.h.
6699 (remove_params): Move here from symtab.c.
6700 (overload_list_add_symbol, make_symbol_overload_list)
6701 (sym_return_val_size, sym_return_val_index): Ditto.
6702 * valops.c: Include cp-support.h.
6703 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6704 frame_h, and block_h.
6705 (valops.o): Depend on cp_support_h.
6706
6707 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
6708
6709 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6710 substitute by NUM_REGS throughout.
6711 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6712 (h8300s_register_name): New function for H8S registers.
6713 (h8300sx_register_name): Ditto for H8SX registers.
6714 (h8300_print_register): Revise register printing, avoid depending
6715 on 32 bit long.
6716 (h8300_register_byte): Only care for H8/300 registers.
6717 (h8300h_register_byte): New function for any other architecture.
6718 (h8300_register_raw_size): Remove.
6719 (h8300_register_virtual_type): Revise to return actually useful
6720 type.
6721 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6722 (h8300h_extract_struct_value_address): New function for any other
6723 architecture.
6724 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6725 set_gdbarch_register_name, set_gdbarch_register_byte,
6726 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6727 Remove calls to set_gdbarch_deprecated_register_size,
6728 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6729 set_gdbarch_deprecated_max_register_raw_size,
6730 set_gdbarch_register_virtual_size and
6731 set_gdbarch_deprecated_max_register_virtual_size entirely.
6732 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6733 set_gdbarch_long_double_bit.
6734
6735 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6736
6737 * doublest.c (convert_doublest_to_floatformat): When dealing
6738 with the implied integer bit, only alter mant_bits if we are
6739 processing a full 32 bits of mantissa.
6740
6741 2003-06-11 David Carlton <carlton@bactrian.org>
6742
6743 * dictionary.h: New.
6744 * dictionary.c: New.
6745 * block.h: Add opaque declaration for struct dictionary.
6746 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6747 'sym' members.
6748 (BLOCK_DICT): New macro.
6749 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6750 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6751 BLOCK_SHOULD_SORT.
6752 (ALL_BLOCK_SYMBOLS): Update definition.
6753 * Makefile.in (SFILES): Add dictionary.c.
6754 (dictionary_h): New.
6755 (COMMON_OBS): Add dictionary.o.
6756 (dictionary.o): New.
6757 (ada-lang.o): Depend on dictionary_h.
6758 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6759 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6760 (mi-cmd-stack.o): Ditto.
6761 (gdbtk-cmds.o): Update dependencies.
6762 (gdbtk-stack.o): Ditto.
6763 * ada-lang.c: Include dictionary.h.
6764 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6765 (fill_in_ada_prototype, debug_print_block): Ditto.
6766 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6767 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6768 'is_sorted'.
6769 * mdebugread.c: Include dictionary.h.
6770 (struct parse_stack): Delete 'maxsyms' member.
6771 (parse_symbol): Update calls to new_block. Delete calls to
6772 shrink_block. Use dictionary methods.
6773 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6774 Update calls to new_symtab. Don't maintain maxsyms data.
6775 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6776 (add_symbol): Just call dict_add_symbol.
6777 (new_symtab): Delete 'maxsyms' argument.
6778 (new_symtab): Update calls to new_block.
6779 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6780 (shrink_block): Delete function.
6781 (fixup_sigtramp): Update call to new_block. Add symbol via
6782 dict_add_symbol.
6783 * jv-lang.c: Include dictionary.h.
6784 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6785 appropriately. Set class_symtab->free_func. Make sure the
6786 blockvector is big enough to hold two blocks.
6787 (add_class_symtab_symbol): Use dictionary methods.
6788 (free_class_block): New function.
6789 (type_from_class): Replace explicit iteration by
6790 ALL_BLOCK_SYMBOLS.
6791 * symtab.h (struct symtab): Replace 'free_ptr' method by
6792 'free_func'.
6793 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6794 sort_symtab_syms.
6795 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6796 sort_symtab_syms.
6797 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6798 Include dictionary.h.
6799 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6800 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6801 sort_symtab_syms.
6802 * objfiles.c: Include dictionary.h.
6803 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6804 * buildsym.c: Include dictionary.h.
6805 (finish_block): Use dictionary methods.
6806 (end_symtab): Set free_func to NULL, not free_ptr.
6807 * tracepoint.c: Include dictionary.h.
6808 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6809 (scope_info): Ditto.
6810 * stack.c: Include dictionary.h.
6811 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6812 (print_block_frame_labels, print_frame_arg_vars)
6813 (print_frame_args): Ditto.
6814 * symmisc.c (free_symtab_block): Use dictionary methods.
6815 (dump_symtab): Ditto.
6816 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6817 Include dictionary.h.
6818 * symfile.h: Delete declarations of sort_block_syms,
6819 sort_symtab_syms.
6820 * symfile.c (sort_block_syms): Delete.
6821 (sort_symtab_syms): Delete.
6822 * symtab.c: Include dictionary.h.
6823 (lookup_block_symbol): Use dictionary iterators.
6824 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6825 (search_symbols, make_symbol_completion_list): Ditto.
6826 (make_symbol_overload_list): Ditto.
6827 * valops.c (value_of_local): Use dict_empty.
6828 Include dictionary.h.
6829
6830 2003-06-11 J. Brobecker <brobecker@gnat.com>
6831
6832 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6833
6834 2003-06-11 David Carlton <carlton@bactrian.org>
6835
6836 * block.h (BLOCK_SHOULD_SORT): Delete.
6837 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6838 blocks.
6839 * ada-lang.c (ada_add_block_symbols): Ditto.
6840 * symfile.c (sort_block_syms): Delete.
6841 (sort_symtab_syms): Ditto.
6842 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6843 declarations.
6844 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6845 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6846 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6847 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6848 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6849 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6850 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6851
6852 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6853
6854 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6855 bits to 128.
6856
6857 2003-06-11 Andrew Cagney <cagney@redhat.com>
6858
6859 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6860 REGISTER_CONVERTIBLE.
6861 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6862 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6863 * gdbarch.h, gdbarch.c: Re-generate.
6864 * arch-utils.h (deprecated_register_convertible_not): Rename
6865 generic_register_convertible_not.
6866 * arch-utils.c (deprecated_register_convertible_not): Rename
6867 generic_register_convertible.
6868 (legacy_convert_register_p, legacy_register_to_value): Update.
6869 * sh-tdep.c (sh64_push_arguments): Update.
6870 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6871 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6872 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6873 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6874 * arch-utils.c (legacy_value_to_register): Update.
6875 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6876 (rs6000_register_convert_to_raw): Make parameter "from" const.
6877 * mips-tdep.c (mips_gdbarch_init): Update.
6878 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6879 * infcmd.c (default_print_registers_info): Update.
6880 * ia64-tdep.c (ia64_gdbarch_init): Update.
6881 (ia64_register_convert_to_raw): Make parameter "from" const.
6882 * i386-tdep.c (i386_gdbarch_init): Update.
6883 (i386_register_convert_to_raw): Update.
6884
6885 2003-06-11 Andrew Cagney <cagney@redhat.com>
6886
6887 * remote-fileio.c: Include "remote-fileio.h".
6888 * Makefile.in (remote-fileio.o): Update dependencies.
6889 (remote_fileio_h): Fix typo.
6890
6891 2003-06-11 Andrew Cagney <cagney@redhat.com>
6892
6893 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6894 (xstormy16_save_dummy_frame_tos): Make static.
6895 (_initialize_xstormy16_tdep): Add declaration.
6896 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6897 * v850-tdep.c: Make local functions static.
6898 (_initialize_v850_tdep): Add declaration.
6899 * sparc-tdep.c: Make local functions static.
6900 (_initialize_sparc_tdep): Add declaration.
6901 * sh-tdep.c: Make local functions static.
6902 (_initialize_sh_tdep): Add declaration.
6903 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6904 * s390-tdep.c: Make local functions static.
6905 (_initialize_s390_tdep): Add declaration.
6906 * dbxread.c (find_stab_function_addr): Make static.
6907 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6908 * ocd.c (_initialize_remote_ocd): Add declaration.
6909 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6910 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6911 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6912 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6913 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6914 * remote-array.c (_initialize_array): Add declaration.
6915 (_initialize_remote_monitors): Add declaration.
6916 * remote-mips.c: Make local functions static.
6917 (_initialize_remote_mips): Add declaration.
6918 * mcore-tdep.c: Make all local functions static.
6919 (_initialize_mcore_tdep): Add declaration.
6920 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6921 * abug-rom.c (_initialize_abug_rom): Add declaration.
6922 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6923 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6924 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6925 * remote-est.c (_initialize_est): Add declaration.
6926 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6927 (m68hc11_call_dummy_address): Make static.
6928 * ia64-tdep.c: Make local functions static.
6929 (_initialize_ia64_tdep): Add declaration.
6930 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6931 * monitor.c (monitor_wait_filter): Make static.
6932 (_initialize_remote_monitors): Add declaration.
6933 * remote-hms.c (_initialize_remote_hms): Add declaration.
6934 * remote-e7000.c (fetch_regs_from_dump): Make static.
6935 (expect_n): Make static.
6936 (_initialize_remote_e7000): Add declaration.
6937 * ser-e7kpc.c: Always include "defs.h".
6938 (_initialize_ser_e7000pc): Add declaration.
6939 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6940 * cris-tdep.c: Make all but one function static.
6941 (_initialize_cris_tdep): Add declaration.
6942 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6943 * solib.c (update_solib_list): Make static.
6944 (_initialize_solib): Add declaration.
6945 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6946 (_initialize_avr_tdep): Add declaration.
6947 * remote-rdi.c (voiddummy): Make static.
6948 (_initialize_remote_rdi): Add declaration.
6949 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6950 * remote-rdp.c (send_rdp): Make static.
6951 (_initialize_remote_rdp): Add declaration.
6952 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6953
6954 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6955
6956 * remote-fileio.c: Make ari happy.
6957
6958 2003-06-10 J. Brobecker <brobecker@gnat.com>
6959
6960 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6961 fetching the trailing bytes of the buffer we are about to write.
6962
6963 2003-06-10 Andrew Cagney <cagney@redhat.com>
6964
6965 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6966 * Makefile.in (remote-fileio.o): Update dependencies.
6967 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6968 include <setjmp.h>, or <sys/types.h> conditional on USG.
6969 (remote_fio_jmp_buf): Delete global variable.
6970
6971 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6972 Martin M. Hunt <hunt@redhat.com>
6973
6974 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6975 (SFILES): Add remote-fileio.c.
6976 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6977 dependencies for building remote.o.
6978 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6979 * remote-fileio.h: New header file defining remote File-I/O interface.
6980 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6981 static storage class.
6982 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6983 'F' packet.
6984 (_initialize_remote): Call initialize_remote_fileio().
6985 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6986 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6987 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6988 (captured_main): Initialize new ui_files.
6989 * ui-file.c: Add read and fgets input functions.
6990 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6991 (null_file_read): New function.
6992 (ui_file_read): New function.
6993 (set_ui_file_read): New function.
6994 (stdio_file_read): New function.
6995 * ui-file.h: New type ui_file_read_ftype.
6996 (set_ui_file_read): Declare.
6997 (ui_file_read): Declare.
6998
6999 2003-06-09 Andrew Cagney <cagney@redhat.com>
7000
7001 * frame.h (deprecated_unwind_get_saved_register): Rename
7002 generic_unwind_get_saved_register, update comments.
7003 * mips-tdep.c (mips_get_saved_register): Update.
7004 * frame.c (deprecated_unwind_get_saved_register): Update.
7005
7006 2003-06-09 Andrew Cagney <cagney@redhat.com>
7007
7008 * vax-tdep.c (vax_frame_locals_address): Delete function.
7009 (vax_gdbarch_init): Do not set frame_locals_address.
7010 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
7011 (m68hc11_gdbarch_init): Do not set frame_locals_address.
7012 * s390-tdep.c (s390_frame_args_address): Delete function.
7013 (s390_gdbarch_init): Do not set frame_args_address or
7014 frame_locals_address.
7015 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
7016 (ns32k_gdbarch_init): Do not set frame_locals_address.
7017 * hppa-tdep.c (hppa_frame_args_address): Delete function.
7018 (hppa_frame_locals_address): Delete function.
7019 (hppa_gdbarch_init): Do not set frame_args_address, or
7020 frame_locals_address.
7021 * arm-tdep.c (arm_frame_args_address): Delete.
7022 (arm_frame_locals_address): Delete.
7023 (arm_gdbarch_init): Do not set frame_args_address, or
7024 frame_locals_address.
7025
7026 2003-06-09 Andrew Cagney <cagney@redhat.com>
7027
7028 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
7029 * gdbarch.h, gdbarch.c: Re-generate.
7030 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
7031 * arch-utils.c (frame_num_args_unknown): Delete function.
7032 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
7033 (frame_info): Use FRAME_NUM_ARGS_P.
7034 * arm-tdep.c (arm_frame_num_args): Delete function.
7035 (arm_gdbarch_init): Do not set frame_num_args.
7036 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
7037 * hppa-tdep.c (hppa_frame_num_args): Delete function.
7038 (hppa_gdbarch_init): Do not set frame_num_args.
7039 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
7040 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7041 frame_num_args to default frame_num_args_unknown.
7042 * v850-tdep.c (v850_gdbarch_init): Ditto.
7043 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7044 * sh-tdep.c (sh_gdbarch_init): Ditto.
7045 * s390-tdep.c (s390_gdbarch_init): Ditto.
7046 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7047 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7048 * mips-tdep.c (mips_gdbarch_init): Ditto.
7049 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7050 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7051 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7052 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7053 * i386-tdep.c (i386_gdbarch_init): Ditto.
7054 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7055 * frv-tdep.c (frv_gdbarch_init): Ditto.
7056 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7057 * cris-tdep.c (cris_gdbarch_init): Ditto.
7058 * avr-tdep.c (avr_gdbarch_init): Ditto.
7059 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7060
7061 2003-06-09 Andrew Cagney <cagney@redhat.com>
7062
7063 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
7064 (print_frame_args): Moved to "stack.c".
7065 * stack.c: Include "gdb_assert.h".
7066 (print_frame_nameless_args): Moved from "printcmd.c", made static.
7067 (print_frame_args): Moved from "printcmd.c".
7068 * frame.h (print_frame_args): Delete declaration.
7069 * Makefile.in (stack.o): Update dependencies.
7070
7071 2003-06-08 Andrew Cagney <cagney@redhat.com>
7072
7073 * frame.c (get_prev_frame): Remove reference to
7074 frame_args_address_correct in comments.
7075 * frame-base.c (default_frame_args_address): Delete code
7076 conditional on FRAME_ARGS_ADDRESS_CORRECT.
7077 * vax-tdep.c (vax_frame_args_address_correct): Delete.
7078 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
7079 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
7080 (vax_frame_args_address_correct): Delete declaration.
7081
7082 2003-06-08 Andrew Cagney <cagney@redhat.com>
7083
7084 * gdbarch.sh (UNWIND_SP): Add.
7085 * gdbarch.h, gdbarch.c: Re-generate.
7086 * frame.c (frame_sp_unwind): New function.
7087 (get_frame_sp): New function.
7088 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
7089 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
7090 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
7091 value.
7092 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
7093 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
7094
7095 2003-06-08 Andrew Cagney <cagney@redhat.com>
7096
7097 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
7098 REMOTE_BREAKPOINT.
7099 * remote.c: Update.
7100 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
7101 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
7102 * config/m68k/tm-sun3.h: Update.
7103 * config/m68k/tm-m68klynx.h: Update.
7104 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
7105
7106 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
7107 trad_frame". Update comments.
7108 * d10v-tdep.c (struct d10v_unwind_cache): Update.
7109 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
7110 (trad_frame_register_value, trad_frame_prev_register): Update.
7111
7112 2003-06-08 Andrew Cagney <cagney@redhat.com>
7113
7114 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
7115 from GCC's acinclude.m4.
7116 * configure.in: Check for getopt's delcaration.
7117 * aclocal.m4, config.in, configure: Re-generate.
7118 * main.c (error_init): Delete declaration.
7119 * defs.h (error_init): Declare.
7120 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
7121 (rs6000_convert_from_func_ptr_addr): Make static.
7122 (_initialize_rs6000_tdep): Add declaration.
7123 * cli/cli-cmds.c (dont_repeat): Delete declaration.
7124 (show_commands, set_verbose, show_history): Delete declaration.
7125 * top.h (set_verbose): Add declaration.
7126 (show_history, set_history, show_commands): Add declaration.
7127 (do_restore_instream_cleanup): Add declaration.
7128 * objc-lang.c (specialcmp): Make static.
7129 (print_object_command): Make static.
7130 (find_objc_msgsend): Make static.
7131 (find_objc_msgcall_submethod_helper): Make static.
7132 (find_objc_msgcall_submethod): Make static.
7133 (_initialize_objc_language): Add declaration.
7134 (find_implementation_from_class): Make static.
7135 (find_implementation): Make static.
7136 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
7137 * objc-lang.h (lookup_struct_typedef): Add declaration.
7138 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
7139 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
7140 (do_restore_user_call_depth): Make static.
7141 (do_restore_instream_cleanup): Delete declaration.
7142 (dont_repeat): Delete declaration.
7143 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
7144 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
7145 * reggroups.c (_initialize_reggroup): Add declaration.
7146 * cp-support.c (_initialize_cp_support): Add declaration.
7147 * cp-abi.c (_initialize_cp_abi): Add declaration.
7148 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
7149 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
7150 (_initialize_gnu_v3_abi): Add declaration.
7151 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
7152 (_initialize_gnu_v2_abi): Add declaration.
7153 * frame-base.c (_initialize_frame_base): Add declaration.
7154 * doublest.c (floatformat_from_length): Make static.
7155 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
7156 * frame.c (create_sentinel_frame): Make static.
7157 (_initialize_frame): Add declaration.
7158 * top.c (do_catch_errors): Make static.
7159 (gdb_rl_operate_and_get_next_completion): Make static.
7160 * typeprint.c: Include "typeprint.h".
7161 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
7162 (sentinel_frame_this_id): Make static.
7163 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
7164 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
7165 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
7166 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
7167 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
7168 * maint.c (maintenance_print_architecture): Make static.
7169 * signals/signals.c (_initialize_signals): Add declaration.
7170 * std-regs.c (_initialize_frame_reg): Add declaration.
7171 * jv-exp.y (push_variable): ISO C definition.
7172 (push_qualified_expression_name): Ditto.
7173 * memattr.c (_initialize_mem): Add declaration.
7174 * remote.c (remote_check_watch_resources): Make static.
7175 (remote_stopped_by_watchpoint): Make static.
7176 (remote_stopped_data_address): Make static.
7177 * d10v-tdep.c (nr_dmap_regs): Make static.
7178 (a0_regnum): Make static.
7179 (d10v_frame_unwind_cache): Make static.
7180 (d10v_frame_p): Make static.
7181 * osabi.c (show_osabi): Make static.
7182 (_initialize_gdb_osabi): Add extern declaration.
7183 * gdbtypes.c (make_qualified_type): Make static.
7184 (safe_parse_type): Make static.
7185 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
7186 * macrotab.c (macro_bcache_free): Make static.
7187 * interps.c (interp_set_quiet): Make static.
7188 (interpreter_exec_cmd): Make static.
7189 * stack.h (select_frame_command): New file.
7190 * stack.c: Include "stack.h".
7191 (select_frame_command_wrapper): Delete function.
7192 (select_frame_command): Make global.
7193 * infcall.c: Include "infcall.h".
7194 * linespec.c: Include "linespec.h".
7195 * symfile.c (sections_overlap): Make static.
7196 * cp-support.h (cp_initialize_namespace): ISO C declaration.
7197 * charset.c (_initialize_charset): Add missing prototype.
7198 * regcache.c (init_legacy_regcache_descr): Make static.
7199 (do_regcache_xfree): Make static.
7200 (regcache_xfer_part): Make static.
7201 (_initialize_regcache): Add missing prototype.
7202 * breakpoint.c (parse_breakpoint_sals): Make static.
7203 (breakpoint_sals_to_pc): Make static.
7204 * interps.h (clear_interpreter_hooks): ISO C declaration.
7205 * Makefile.in (stack_h): Define.
7206 (stack.o, typeprint.o, mi-main.o): Update dependencies.
7207 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
7208
7209 2003-06-08 Andrew Cagney <cagney@redhat.com>
7210
7211 * Makefile.in (d10v-tdep.o): Update dependencies.
7212 (SFILES): Add trad-frame.c.
7213 (trad_frame_h): Define.
7214 (COMMON_OBS): Add trad-frame.o.
7215 (trad-frame.o): Specify dependencies.
7216 * d10v-tdep.c: Include "trad-frame.h".
7217 (saved_regs_unwinder): Delete function.
7218 (d10v_frame_prev_register): Use trad_frame_prev_register.
7219 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
7220 trad_frame", delete "regs" and "prev_sp".
7221 (prologue_find_regs): Use trad-frame.
7222 * trad-frame.h, trad-frame.c: New files.
7223
7224 2003-06-08 Mark Kettenis <kettenis@gnu.org>
7225
7226 * dwarf2cfi.c, dwarf2cfi.h: Remove.
7227
7228 2003-06-07 Adam Fedor <fedor@gnu.org>
7229
7230 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
7231 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
7232 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
7233 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
7234 resolve_msgsend_super, resolve_msgsend_super_stret):
7235 Use it.
7236
7237 2003-06-07 Andrew Cagney <cagney@redhat.com>
7238
7239 * symfile.h: Re-indent, clean up comments.
7240
7241 2003-06-07 Andrew Cagney <cagney@redhat.com>
7242
7243 * inferior.h (deprecated_write_sp): Replace
7244 generic_target_write_sp.
7245 * regcache.c (deprecated_write_sp): Replace
7246 generic_target_write_sp.
7247 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7248 * vax-tdep.c (vax_gdbarch_init): Update.
7249 * v850-tdep.c (v850_gdbarch_init): Update.
7250 * sparc-tdep.c (sparc_gdbarch_init): Update.
7251 * sh-tdep.c (sh_gdbarch_init): Update.
7252 * s390-tdep.c (s390_gdbarch_init): Update.
7253 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7254 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7255 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7256 * mcore-tdep.c (mcore_gdbarch_init): Update.
7257 * m68k-tdep.c (m68k_gdbarch_init): Update.
7258 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7259 * ia64-tdep.c (ia64_gdbarch_init): Update.
7260 * h8300-tdep.c (h8300_gdbarch_init): Update.
7261 * frv-tdep.c (frv_gdbarch_init): Update.
7262 * cris-tdep.c (cris_gdbarch_init): Update.
7263 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
7264
7265 2003-06-07 Andrew Cagney <cagney@redhat.com>
7266
7267 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
7268 Assert that PC_REGNUM is valid.
7269 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
7270
7271 2003-06-07 Andrew Cagney <cagney@redhat.com>
7272
7273 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
7274 * gdbarch.h, gdbarch.c: Regenerate.
7275 * mn10300-tdep.c: Include "gdb_assert.h".
7276 (mn10300_read_fp): New function.
7277 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
7278 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
7279 * ia64-tdep.c: Include "gdb_assert.h".
7280 (ia64_read_fp): New function.
7281 (ia64_gdbarch_init): Set deprecated_target_read_fp to
7282 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
7283 * regcache.c (generic_target_read_sp): Delete function.
7284 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
7285 * inferior.h (generic_target_read_sp): Delete declaration.
7286 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
7287 generic_target_read_sp.
7288 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7289 * sparc-tdep.c (sparc_gdbarch_init): Ditto
7290 * sh-tdep.c (sh_gdbarch_init): Ditto.
7291 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7292 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
7293
7294 2003-06-07 Andrew Cagney <cagney@redhat.com>
7295
7296 * gdbarch.sh: Comment each field of startup_gdbarch.
7297 * gdbarch.h, gdbarch.c: Re-generate.
7298
7299 2003-06-07 Andrew Cagney <cagney@redhat.com>
7300
7301 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
7302 * gdbarch.h, gdbarch.c: Re-generate.
7303 * regcache.c: Update comments on read_pc et.al.
7304 (generic_target_read_pc): Delete function.
7305 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
7306 * inferior.h (generic_target_read_pc): Delete declaration.
7307 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
7308 generic_target_read_pc.
7309 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7310 * sh-tdep.c (sh_gdbarch_init): Ditto.
7311 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7312 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7313
7314 2003-06-07 Andrew Cagney <cagney@redhat.com>
7315
7316 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
7317 "index" with "special_local_sect". Use strcmp instead of STREQ.
7318 Append period to coments.
7319
7320 2003-06-06 Mark Mitchell <mark@codesourcery.com>
7321
7322 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
7323 (elfstab_offset_sections): Likewise.
7324 * gdb-stabs.h (stab_section_info): Likewise.
7325 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
7326 * objfiles.c (objfile_relocate): Likewise.
7327 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
7328 * remote.c (get_offsets): Likewise.
7329 (remote_cisco_objfile_relocate): Likewise.
7330 * somread.c (som_symfile_offsets): Likewise.
7331 * symfile.c (alloc_section_addr_info): New function.
7332 (build_section_addr_info_from_section_tab): Use it.
7333 (free_section_addr_info): Adjust.
7334 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
7335 (syms_from_objfile): Allocate local_addr dynamically.
7336 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
7337 dynamically.
7338 (add_symbol_file_command): Allocate sect_opts dynamically.
7339 (reread_symbols): Avoid use of SECT_OFF_MAX.
7340 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
7341 (alloc_section_addr_info): Declare it.
7342 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
7343 * win32-nat.c (solib_symbols_add): Allocate section_addrs
7344 dynamically.
7345 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
7346
7347 2003-06-06 Andrew Cagney <cagney@redhat.com>
7348
7349 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
7350 (d10v_frame_unwind_cache): Do not set "return_pc".
7351
7352 2003-06-06 Michael Snyder <msnyder@redhat.com>
7353
7354 * h8300-tdep.c: Make tidy (long lines).
7355
7356 2003-06-06 Michal Ludvig <mludvig@suse.cz>
7357
7358 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
7359 to regcache_collect().
7360
7361 2003-06-05 J. Brobecker <brobecker@gnat.com>
7362
7363 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
7364 pc_in_sigtramp multiarch method.
7365 (hppa_hpux_som_init_abi): Use it.
7366 (hppa_hpux_elf_init_abi): Likewise.
7367 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
7368 macro has been multiarched.
7369 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
7370 macro here, as hppa64 isn't multiarched yet.
7371
7372 2003-06-05 Andrew Cagney <cagney@redhat.com>
7373
7374 * Makefile.in (value_h): Add $(frame_h).
7375 * value.h: Include "frame.h".
7376 (struct value): Replace "frame_addr" with "frame_id".
7377 (VALUE_FRAME_ID): Replace VALUE_FRAME.
7378 * values.c (allocate_value): Use VALUE_FRAME_ID.
7379 (value_copy): Use VALUE_FRAME_ID.
7380 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
7381 * valops.c (value_assign): Update. Use frame_find_by_id.
7382
7383 2003-06-05 Michal Ludvig <mludvig@suse.cz>
7384
7385 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
7386 in each pass.
7387
7388 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
7389
7390 * thread-db.c (check_event): For create/death event breakpoints,
7391 loop through all messages to ensure that we read the message
7392 corresponding to the breakpoint we are at.
7393
7394 2003-06-04 Michael Snyder <msnyder@redhat.com>
7395
7396 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
7397
7398 2003-06-04 Mark Kettenis <kettenis@gnu.org>
7399
7400 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
7401 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
7402 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
7403 when handling .eh_frame sections.
7404
7405 2003-06-04 J. Brobecker <brobecker@gnat.com>
7406
7407 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
7408 prepare_to_proceed procedure instead of the hppa-specific one.
7409 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
7410
7411 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
7412
7413 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
7414 * config.in: Regenerated.
7415 * configure.in: Add test for syscall function and check for
7416 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
7417 * configure: Regenerated.
7418 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
7419 <sys/syscall.h>.
7420 (kill_lwp): New function that uses tkill syscall or
7421 uses kill, depending on whether threading model is nptl or not.
7422 All callers of kill() changed to use kill_lwp().
7423 (lin_lwp_wait): Make special check when WIFEXITED occurs to
7424 see if all threads have already exited in the nptl model.
7425 (stop_and_resume_callback): New callback function used by the
7426 lin_lwp_wait thread exit handling code.
7427 (stop_wait_callback): Check for threads already having exited and
7428 delete such threads fromt the lwp list when discovered.
7429 (stop_callback): Don't assert retcode of kill call.
7430
7431 Roland McGrath <roland@redhat.com>
7432 * i386-linux-nat.c (ps_get_thread_area): New function needed by
7433 nptl libthread_db.
7434
7435 2003-06-03 Richard Henderson <rth@redhat.com>
7436
7437 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7438 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7439 (alpha_sigtramp_frame_prev_register): Likewise.
7440 (alpha_heuristic_frame_prev_register): Likewise.
7441 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7442
7443 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
7444 alpha-specific register id names.
7445 (alpha_mdebug_frame_unwind_cache): Likewise.
7446 (alpha_mdebug_frame_prev_register): Likewise.
7447
7448 2003-06-03 Richard Henderson <rth@redhat.com>
7449
7450 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7451 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7452 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7453 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7454 unwind routines.
7455 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7456 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7457 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7458
7459 * alpha-linux-tdep.c: Remove unnecessary includes.
7460 * Makefile.in (alpha-linux-tdep.o): Update.
7461
7462 2003-06-03 Richard Henderson <rth@redhat.com>
7463
7464 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7465 (alphabsd_fill_fpreg): Likewise.
7466
7467 2003-06-03 J. Brobecker <brobecker@gnat.com>
7468
7469 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
7470 references to struct frame_info fields by calls to the equivalent
7471 accessors. Necessary now that frame_info is opaque.
7472
7473 2003-06-03 J. Brobecker <brobecker@gnat.com>
7474
7475 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7476 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7477 structure, field no longer exists.
7478
7479 2003-06-03 J. Brobecker <brobecker@gnat.com>
7480
7481 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7482 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7483
7484 2003-06-03 J. Brobecker <brobecker@gnat.com>
7485
7486 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7487 references to struct frame_info fields by calls to the equivalent
7488 accessors. Necessary now that frame_info is opaque.
7489
7490 2003-06-03 J. Brobecker <brobecker@gnat.com>
7491
7492 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7493 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7494 structure, field no longer exists.
7495
7496 2003-06-03 Theodore A. Roth <troth@openavr.org>
7497
7498 * remote.c (init_remote_state): Compute sizeof_g_packet by
7499 accumulation of the size of all registers instead of blindly using
7500 DEPRECATED_REGISTER_BYTES.
7501
7502 2003-06-03 Michael Snyder <msnyder@redhat.com>
7503
7504 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7505 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7506 for h8300sx.
7507
7508 2003-06-03 J. Brobecker <brobecker@gnat.com>
7509
7510 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7511 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7512
7513 2003-06-03 Andrew Cagney <cagney@redhat.com>
7514
7515 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7516 (sparc_convert_to_raw): Delete function.
7517 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7518 register_convert_to_virtual.
7519
7520 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7521
7522 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7523 layer if not dealing with a statically-linked threaded program.
7524
7525 2003-06-03 Kris Warkentin <kewarken@qnx.com>
7526
7527 * solib.c (solib_open): Update comment to reflect actual search order.
7528
7529 2003-06-03 Andrew Cagney <cagney@redhat.com>
7530
7531 * frame.c (get_frame_memory_signed): New function.
7532 (get_frame_memory, get_frame_memory_unsigned): New function.
7533 (get_frame_arch): New function.
7534 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7535 (get_frame_memory, get_frame_unsigned_memory): Declare.
7536 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7537 get_frame_memory_unsigned and get_frame_arch.
7538 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7539
7540 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7541
7542 * MAINTAINERS (write after approval): Add myself.
7543
7544 2003-06-03 Jim Blandy <jimb@redhat.com>
7545
7546 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7547 elements of gregset_t are 64 bits each, but access registers
7548 are still 32 bits, so they're packed two per gregset_t
7549 element. Unpack/pack them properly.
7550
7551 2003-06-02 David Carlton <carlton@bactrian.org>
7552
7553 * linespec.c (find_methods): Break out code into
7554 add_matching_methods and add_constructors.
7555 (add_matching_methods): New.
7556 (add_constructors): Ditto.
7557
7558 2003-06-02 Andrew Cagney <cagney@redhat.com>
7559
7560 * sparc-tdep.c (sparc_print_registers): Delete call to
7561 REGISTER_CONVERTIBLE.
7562 (sparc_gdbarch_init): Do not set register_convertible.
7563 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7564 * frv-tdep.c (frv_gdbarch_init): Ditto.
7565 * cris-tdep.c (cris_gdbarch_init): Ditto.
7566
7567 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
7568
7569 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
7570 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7571 (syms_from_objfile): Ditto.
7572
7573 2003-06-03 Andreas Schwab <schwab@suse.de>
7574
7575 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7576 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7577
7578 2003-06-02 Richard Henderson <rth@redhat.com>
7579
7580 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7581 a member of all_reggroup.
7582
7583 2003-06-02 Richard Henderson <rth@redhat.com>
7584
7585 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7586 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7587 (alpha_lds, alpha_sts): New.
7588 (alpha_convert_register_p): Change from _register_convertible.
7589 (alpha_register_to_value): Change from _convert_to_virtual;
7590 restructure and fail for type sizes other than 4 or 8.
7591 (alpha_value_to_register): Similarly.
7592 (alpha_extract_return_value): Use alpha_sts.
7593 (alpha_store_return_value): Use alpha_lds.
7594 (alpha_gdbarch_init): Update hooks.
7595
7596 2003-06-02 Richard Henderson <rth@redhat.com>
7597
7598 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7599 regnum identifiers.
7600 (alpha_sigtramp_register_address): Likewise.
7601
7602 2003-06-02 Richard Henderson <rth@redhat.com>
7603
7604 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7605 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7606 * alpha-tdep.h: Declare them.
7607
7608 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7609 Remove zerobuf. Don't error on UNIQUE.
7610 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7611 (ALPHA_REGSET_UNIQUE): Provide default.
7612 (supply_gregset): Use alpha_supply_int_regs.
7613 (fill_gregset): Use alpha_fill_int_regs.
7614 (supply_fpregset): Use alpha_supply_fp_regs.
7615 (fill_fpregset): Use alpha_fill_fp_regs.
7616 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7617 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7618 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7619 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7620 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7621 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7622
7623 2003-06-02 Richard Henderson <rth@redhat.com>
7624
7625 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7626
7627 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7628 (alpha_store_return_value): Likewise.
7629
7630 2003-06-02 David Carlton <carlton@math.stanford.edu>
7631
7632 * block.c (contained_in): Add 'const' to arguments.
7633 (block_function): Ditto.
7634 * block.h: Update declarations for block_function and
7635 contained_in.
7636
7637 2003-06-02 David Carlton <carlton@math.stanford.edu>
7638
7639 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7640 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7641 * p-valprint.c (pascal_val_print): Ditto.
7642 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7643
7644 2003-06-02 Richard Henderson <rth@redhat.com>
7645
7646 * alpha-tdep.c (alpha_push_dummy_call): Use
7647 builtin_type_ieee_double_little instead of builtin_type_double.
7648
7649 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
7650 sign-extension of 32-bit values.
7651 (alpha_store_return_value): Similarly.
7652
7653 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7654 (alpha_extract_return_value): Likewise.
7655 (alpha_store_return_value): Likewise.
7656
7657 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7658 (alpha_store_return_value): Error on IEEE Quad floats.
7659
7660 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7661 (alpha_extract_struct_value_address): Likewise.
7662 (alpha_store_return_value): Likewise.
7663 (alpha_store_struct_return): Remove.
7664 (alpha_gdbarch_init): Update hook registration to match.
7665
7666 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7667 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7668 macros where appropriate.
7669 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7670 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
7671
7672 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7673 for SP, GP; void_func_ptr for PC; non-language-specific types
7674 for all others.
7675 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
7676
7677 2003-06-02 Richard Henderson <rth@redhat.com>
7678
7679 * top.h (lim_at_start): Declare.
7680 * main.c (captured_main): Set it.
7681 * top.c (lim_at_start): Define.
7682 (command_loop): Use it instead of &environ.
7683 * event-top.c (command_handler): Likewise.
7684
7685 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7686
7687 * mipsnbsd-tdep.c: Update copyright years.
7688 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7689
7690 2003-06-01 Richard Henderson <rth@redhat.com>
7691
7692 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7693 (alpha-linux-tdep.o): Update dependencies.
7694 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7695 * alpha-mdebug-tdep.c: Remove unneeded includes.
7696
7697 2003-06-01 Richard Henderson <rth@redhat.com>
7698
7699 * alpha-tdep.c (alpha_register_reggroup_p): New.
7700 (alpha_gdbarch_init): Register it.
7701
7702 2003-06-02 Andrew Cagney <cagney@redhat.com>
7703
7704 * dwarfread.c: Eliminate "register"
7705 (decode_die_type): Eliminate assignment within "if".
7706 (struct_type, decode_array_element_type): Ditto.
7707 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7708 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7709 (decode_modified_type, completedieinfo): Ditto.
7710 * block.c: Eliminate "register".
7711 (blockvector_for_pc_sect): Eliminate assignment within "if".
7712 * cp-support.h (struct symbol): Opaque declaration.
7713 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7714
7715 2003-06-01 Richard Henderson <rth@redhat.com>
7716
7717 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7718 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
7719
7720 2003-06-01 Adam Fedor <fedor@gnu.org>
7721
7722 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7723 * gdbarch.[ch]: Regenerate.
7724 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7725 (hppa_gdbarch_init): Set it in the gdbarch vector.
7726 * i386-tdep.c (i386_fetch_pointer_argument): New
7727 (i386_gdbarch_init): Set it into gdbarch.
7728 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7729 (rs6000_gdbarch_init): Set it in gdbarch.
7730 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7731 (sparc_gdbarch_init): Set it in gdbarch.
7732
7733 2003-06-01 Andrew Cagney <cagney@redhat.com>
7734
7735 * defs.h (extract_address): Delete declaration.
7736 * findvar.c (extract_address): Delete function.
7737 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7738 extract_address with the inline equivalent,
7739 extract_unsigned_integer.
7740 (xstormy16_extract_struct_value_address): Ditto.
7741 (xstormy16_pointer_to_address): Ditto.
7742 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7743 * v850-tdep.c (v850_push_arguments): Ditto.
7744 (v850_extract_return_value): Ditto.
7745 (v850_extract_struct_value_address): Ditto.
7746 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7747 (sparcnbsd_get_longjmp_target_64): Ditto.
7748 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7749 (get_longjmp_target): Ditto.
7750 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7751 (sh64_extract_struct_value_address): Ditto.
7752 (sh_push_arguments): Ditto.
7753 (sh64_push_arguments): Ditto.
7754 * remote-vxsparc.c (vx_read_register): Ditto.
7755 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7756 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7757 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7758 * mipsv4-nat.c (get_longjmp_target): Ditto.
7759 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7760 * mips-nat.c (get_longjmp_target): Ditto.
7761 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7762 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7763 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7764 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7765 * irix5-nat.c (get_longjmp_target): Ditto.
7766 * irix4-nat.c (get_longjmp_target): Ditto.
7767 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7768 (ia64_push_arguments): Ditto.
7769 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7770 * h8300-tdep.c (h8300_push_arguments): Ditto.
7771 (h8300_store_return_value): Ditto.
7772 (h8300_extract_struct_value_address): Ditto.
7773 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7774 (frv_push_arguments): Ditto.
7775 * avr-tdep.c (avr_pointer_to_address): Ditto.
7776 (avr_push_arguments): Ditto.
7777 * arm-tdep.c (arm_push_dummy_call): Ditto.
7778 (arm_get_longjmp_target): Ditto.
7779 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7780 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7781 (alpha_get_longjmp_target): Ditto.
7782
7783 * solib-irix.c (extract_mips_address): Inline extract_address,
7784 replacing it with extract_signed_integer.
7785 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7786 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7787 (first_link_map_member, open_symbol_file_object): Ditto.
7788 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7789 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7790 (LM_NEXT, LM_NAME): Ditto.
7791
7792 2003-06-01 Richard Henderson <rth@redhat.com>
7793
7794 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7795 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7796 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7797 (alpha_cannot_store_register): Likewise.
7798 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7799 * alpha-nat.c (supply_gregset): Likewise.
7800 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7801
7802 2003-06-01 Andrew Cagney <cagney@redhat.com>
7803
7804 * infcall.c (call_function_by_hand): Update comment on
7805 DEPRECATED_DUMMY_WRITE_SP.
7806
7807 * mips-tdep.c (mips_gdbarch_init): Do not set
7808 deprecated_dummy_write_sp.
7809 (mips_eabi_push_dummy_call): Set the SP register.
7810 (mips_o64_push_dummy_call): Set the SP register.
7811 (mips_o32_push_dummy_call): Set the SP register.
7812 (mips_n32n64_push_dummy_call): Set the SP register.
7813
7814 2003-06-01 Richard Henderson <rth@redhat.com>
7815
7816 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7817 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7818 (supply_gregset): Likewise.
7819 * alpha-tdep.c (alpha_store_return_value): Likewise.
7820 (alpha_get_longjmp_target): Likewise.
7821 (alpha_register_name): Constify array.
7822 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7823 deprecated_register_size, deprecated_register_bytes,
7824 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7825 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7826 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7827
7828 2003-06-01 Richard Henderson <rth@redhat.com>
7829
7830 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7831 from arg_reg_buffer to regcache to avoid double conversion.
7832
7833 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7834
7835 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7836 SP_REGNUM.
7837 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7838 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7839
7840 2003-06-01 Richard Henderson <rth@redhat.com>
7841
7842 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7843 (decode_frame_entry): Set it. Skip FDE augmentation.
7844
7845 2003-06-01 Richard Henderson <rth@redhat.com>
7846
7847 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7848 not overlapping PC_REGNUM.
7849
7850 2003-06-01 Richard Henderson <rth@redhat.com>
7851
7852 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7853 alpha_push_arguments. Don't dump argument register data to
7854 the target stack. Fix float and 128-bit long double semantics.
7855 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7856 (alpha_fix_call_dummy): Remove.
7857 (alpha_call_dummy_words): Remove.
7858 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7859
7860 2003-06-01 Richard Henderson <rth@redhat.com>
7861
7862 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7863
7864 2003-06-01 Andrew Cagney <cagney@redhat.com>
7865
7866 * mips-tdep.c (is_mips16_addr): New function.
7867 (make_mips16_addr, unmake_mips16_addr): New functions.
7868 (pc_is_mips16, mips_fetch_instruction): Use.
7869 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7870 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7871 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7872 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7873 TARGET_MIPS.
7874 * config/mips/tm-mips.h: Update copyright.
7875 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7876 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7877 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7878 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7879 (TM_PRINT_INSN_MACH): Delete.
7880 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7881
7882 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7883 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7884 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7885 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7886 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7887 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7888 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7889 mips*-*-riscos* and mips*-*-sysv* onto mips.
7890 * config/mips/mips64.mt: New file.
7891 * config/mips/mips.mt: New file.
7892 * config/mips/littlemips.mt: Delete file.
7893 * config/mips/decstation.mt: Delete file.
7894 * config/mips/vr4300el.mt: Delete file.
7895 * config/mips/vr5000el.mt: Delete file.
7896 * config/mips/vr5000.mt: Delete file.
7897 * config/mips/vr4100.mt: Delete file.
7898 * config/mips/vr4xxxel.mt: Delete file.
7899 * config/mips/vr4300.mt: Delete file.
7900 * config/mips/vr4xxx.mt: Delete file.
7901 * config/mips/bigmips.mt: Delete file.
7902 * config/mips/bigmips64.mt: Delete file.
7903 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7904 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7905 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7906 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7907 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7908 "tm-bigmips.h".
7909 * config/mips/tm-irix3.h: Ditto.
7910 * config/mips/tm-mipsv4.h: Ditto.
7911 * config/mips/tm-embed.h: Ditto.
7912 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7913 "tm-bigmips64.h".
7914 * config/mips/tm-vr5000el.h: Delete file.
7915 * config/mips/tm-tx39l.h: Delete file.
7916 * config/mips/tm-vr4300el.h: Delete file.
7917 * config/mips/tm-vr4xxxel.h: Delete file.
7918 * config/mips/tm-vr4300.h: Delete file.
7919 * config/mips/tm-vr4100.h: Delete file.
7920 * config/mips/tm-vr4xxx.h: Delete file.
7921 * config/mips/tm-vr5000.h: Delete file.
7922 * config/mips/tm-embedl64.h: Delete file.
7923 * config/mips/tm-embedl.h: Delete file.
7924 * config/mips/tm-embed64.h: Delete file.
7925 * config/mips/tm-bigmips64.h: Delete file.
7926 * config/mips/tm-bigmips.h: Delete file.
7927
7928 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7929
7930 Fix gdb/1216.
7931 * shnbsd-nat.c: Include "sh-tdep.h".
7932
7933 From Richard Henderson <rth@redhat.com>:
7934 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7935
7936 2003-05-31 Andrew Cagney <cagney@redhat.com>
7937
7938 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7939 forward declaration.
7940 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7941 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7942 (mips_find_saved_regs): Use set_reg_offset.
7943 (mips_frame_init_saved_regs): Delete function.
7944 (mips_pop_frame): Call mips_find_saved_regs instead of
7945 DEPRECATED_FRAME_INIT_SAVED_REGS.
7946
7947 2003-05-31 Andrew Cagney <cagney@redhat.com>
7948
7949 * mips-tdep.c (mips_gdbarch_init): Do not set
7950 deprecated_max_register_raw_size, register_virtual_size, and
7951 deprecated_max_register_virtual_size.
7952
7953 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7954
7955 * i386-tdep.c: Include "dwarf2-frame.h".
7956 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7957 * Makefile.in (i386-tdep.o): Update dependencies.
7958
7959 * dwarf2-frame.c, dwarf2-frame.h: New files.
7960 * Makefile.in (SFILES): Add dwarf2-frame.c.
7961 (dwarf2_frame_h): Define.
7962 (COMMON_OBS): Add dwarf2-frame.o.
7963 (dwarf2-frame.o): Add dependencies.
7964
7965 2003-05-31 Andreas Jaeger <aj@suse.de>
7966
7967 * x86-64-linux-nat.c: Fix comment.
7968
7969 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7970
7971 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7972 function signature.
7973
7974 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7975 have a sigcontext_addr handler.
7976 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7977 sigcontext_addr handler.
7978
7979 2003-05-31 Andrew Cagney <cagney@redhat.com>
7980
7981 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7982 (print_fp_register_row): Replace do_fp_register_row.
7983 (mips_print_fp_register): Add "file" and "frame" parameters.
7984 (mips_print_register): Add "file" and "frame" parameters.
7985 (mips_print_registers_info): Replace mips_do_registers_info.
7986 (mips_gdbarch_init): Set print_registers_info instead of
7987 deprecated_do_registers_info.
7988 (mips_read_fp_register_single): Add "frame" parameter.
7989 (mips_read_fp_register_double): Add "frame" parameter.
7990
7991 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7992
7993 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7994 Fixes a bug where GDB would print the wrong register names for
7995 targets without SSE.
7996
7997 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7998 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7999 registers.
8000
8001 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
8002 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
8003 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8004 TDEP->sc_sp_offset.
8005
8006 From Michal Ludvig <mludvig@suse.cz>:
8007 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
8008 and `sc_num_regs'.
8009 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8010 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8011 I386_ST0_REGNUM): Move here from...
8012 * i386-tdep.c: ... here.
8013 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
8014 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
8015 registers if possible.
8016 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
8017 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
8018 Remove variables.
8019 (i386bsd_sc_reg_offset): New variable.
8020 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
8021 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8022 TDEP->sc_sp_offset.
8023 (i386fbsd_sc_reg_offset): New variable.
8024 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
8025 TDEP->sc_num_regs.
8026 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
8027 variables.
8028 (i386fbsd4_sc_reg_offset): New variable.
8029 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
8030 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8031 TDEP->sc_sp_offset.
8032 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
8033 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
8034 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
8035 Remove variables.
8036 (i386nbsd_sc_reg_offset): New variable.
8037 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
8038 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8039 TDEP->sc_sp_offset.
8040 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
8041 Remove variables.
8042 (i386obsd_sc_reg_offset): New variable.
8043 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
8044 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
8045 TDEP->sc_sp_offset.
8046 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
8047 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
8048 for frame pointer offset in `struct sigcontext'.
8049
8050 2003-05-31 Andrew Cagney <cagney@redhat.com>
8051
8052 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
8053 architecture methods call_dummy_words, sizeof_call_dummy_words,
8054 push_return_address, store_struct_return, and fix_call_dummy. Set
8055 push_dummy_call instead of deprecated_push_arguments.
8056 (mips_store_struct_return): Delete function.
8057 (mips_fix_call_dummy): Delete function.
8058 (mips_push_return_address): Delete function.
8059 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
8060 RA_REGNUM and T9_REGNUM.
8061 (mips_n32n64_push_dummy_call): Ditto for
8062 mips_n32n64_push_arguments.
8063 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
8064 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
8065
8066 2003-05-31 Andrew Cagney <cagney@redhat.com>
8067
8068 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
8069 "dummy_addr" to "bp_addr".
8070 * infcall.c (call_function_by_hand): Pass "funaddr" to
8071 gdbarch_push_dummy_call.
8072 * gdbarch.h, gdbarch.c: Re-generate.
8073 * i386-tdep.c (i386_push_dummy_call): Update.
8074 * arm-tdep.c (arm_push_dummy_call): Update.
8075 * d10v-tdep.c (d10v_push_dummy_call): Update.
8076
8077 2003-05-31 Mark Kettenis <kettenis@gnu.org>
8078
8079 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
8080 variable declarations.
8081 (x86_64_register_number, x86_64_register_name): Remove prototypes.
8082 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
8083 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
8084 x86_64_init_frame_pc, x86_64_init_frame_pc,
8085 x86_64_function_has_prologue): Remove prototypes.
8086 (X86_64_NUM_GREGS): New define.
8087 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
8088 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
8089 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
8090 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
8091 XMM1_REGNUM): Remove defines.
8092 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
8093 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
8094 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
8095 X86_64_XMM1_REGNUM): New defines.
8096 (struct x86_64_register_info): Renamed from `struct
8097 register_info'. Remove `size' member.
8098 (x86_64_register_info_table): Remove variable.
8099 (x86_64_register_info): New variable.
8100 (X86_64_NUM_REGS): New define.
8101 (X86_64_NUM_GREGS): Remove define.
8102 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
8103 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
8104 Remove variables.
8105 (x86_54_dwarf2_reg_to_regnum): Remove function.
8106 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
8107 (x86_64_dwarf_reg_to_regnum): New function.
8108 (x86_64_register_name): Rewrite.
8109 (x86_64_register_raw_size): Remove function.
8110 (x86_64_register_byte_table): Remove variable.
8111 (x86_64_register_byte): Remove function.
8112 (x86_64_register_virtual_type): Remove function.
8113 (x86_64_register_type): New function.
8114 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
8115 x86_64_register_convert_to_raw): Remove functions.
8116 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
8117 (x86_64_use_struct_convention): Make static. Adjust for renamed
8118 defines.
8119 (x86_64_frame_init_saved_regs): Remove function.
8120 (x86_64_push_arguments): Make static. Change to accept a regcache
8121 as argument.
8122 (x86_64_store_return_value, x86_64_extract_return_value): Make
8123 static. Rewrite based on i386 counterparts.
8124 (x86_64_push_dummy_call): New function.
8125 (X86_64_NUM_SAVED_REGS): New define.
8126 (x86_64_register_number): Remove function.
8127 (x86_64_store_struct_return): Remove function.
8128 (x86_64_frameless_function_invocation,
8129 x86_64_function_has_prologue): Remove functions.
8130 (PROLOG_BUFSIZE): Remove define.
8131 (struct x86_64_frame_cache): New structure.
8132 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
8133 x86_64_frame_cache, x86_64_frame_this_id,
8134 x86_64_frame_prev_register, x86_64_frame_p,
8135 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
8136 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
8137 functions.
8138 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
8139 variables.
8140 (x86_64_skip_prologue): Rewrite in terms of
8141 x86_64_analyze_prologue.
8142 (x86_64_frame_base_address): New function.
8143 (x86_64_frame_base): New variable.
8144 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
8145 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
8146 set deprecated_fp_regnum, deprecated_register_size,
8147 deprecated_register_bytes, register_raw_size, register_byte,
8148 register_virtual_type, register_convertiable,
8149 register_convert_to_virtual, convert_to_raw,
8150 deprecated_get_saved_register, deprecated_target_read_fp,
8151 deprecated_push_arguments, deprecated_push_return_address,
8152 deprecated_pop_frame, deprecated_store_struct_return,
8153 deprecated_frame_init_saved_regs, deprecated_frame_chain,
8154 frameless_function_invocation, deprecated_frame_saved_pc,
8155 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
8156 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
8157 deprecated_init_frame_pc and virtual_frame_pointer. Call
8158 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
8159 and x86_64_frame_p. Call frame_base_set_default to register
8160 x86_64_frame_base.
8161 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
8162 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
8163 (_initialize_x86_64_tdep): Remove function.
8164 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
8165 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
8166 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
8167 define.
8168 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
8169 (x86_64_linux_sigcontext_addr): Rewrite.
8170 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
8171 x86_64_linux_frame_saved_pc): Remove functions.
8172 (x86_64_linux_pc_in_sigtramp): Renamed from
8173 x86_64_linux_in_sigtramp. Try harder to recognize a signal
8174 trampoline.
8175 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
8176 Remove_functions.
8177 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
8178 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8179 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
8180 (x86_64_regmap): Rename to regmap.
8181 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
8182 x86_64_num_gregs.
8183 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
8184 x86_64_regmap.
8185 (x86_64_fxsave_offset): Remove function.
8186 (supply_fpregset): Simply call x86_64_supply_fxsave.
8187 (fill_fpregset): Simply call x86_64_fill_fxsave.
8188 (fetch_inferior_registers, store_inferior_registers): Avoid
8189 asignment in if-statement.
8190 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
8191 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
8192 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
8193 (fetch_core_registers): Remove function.
8194 (linux_elf_core_fns): Remove.
8195 (offsetoff): Don't define.
8196 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
8197 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
8198 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
8199 add core-regset.o.
8200 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
8201 protection against multiple includes instead of NM_X86_64_h. Add
8202 various comments. Include "config/nm-linux.h". Don't include
8203 <signal.h>.
8204 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
8205 GET_THREAD_SIGNALS): Remove defines.
8206 (x86_64_register_u_addr, kernel_u_size,
8207 lin_thread_get_thread_signals): Remove prototypes.
8208 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
8209 [HAVE_LINK_H]: Don't include "solib.h".
8210 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
8211 * config/i386/tm-x86-64linux.h: Fix comments.
8212 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
8213 x86-64-tdep.o): Update dependencies.
8214
8215 2003-05-30 Andrew Cagney <cagney@redhat.com>
8216
8217 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
8218 Change parameter type to a "struct regcache *".
8219
8220 * gdbarch.sh: Regardless of the multi-arch level, always define
8221 the macro when not already defined.
8222 * gdbarch.h, gdbarch.c: Re-generate.
8223
8224 2003-05-30 Richard Henderson <rth@redhat.com>
8225
8226 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
8227 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
8228 (alpha_mdebug_frame_this_id): Likewise.
8229 (alpha_mdebug_frame_prev_register): Likewise.
8230 (alpha_mdebug_frame_base_address): Likewise.
8231 (alpha_mdebug_frame_locals_address): Likewise.
8232 (alpha_mdebug_frame_args_address): Likewise.
8233 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
8234 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
8235 (alpha_heuristic_frame_unwind_cache): Make static; add missing
8236 loop increment.
8237 (alpha_heuristic_frame_this_id): Make static.
8238 (alpha_heuristic_frame_prev_register): Likewise.
8239 (alpha_heuristic_frame_base_address): Likewise.
8240 * alpha-tdep.h: Update.
8241
8242 2003-05-30 Mark Kettenis <kettenis@gnu.org>
8243
8244 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
8245 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
8246 defenitions.
8247 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
8248 * i386-tdep.c: Mark functions that are 64-bit safe as such.
8249 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8250 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8251 I386_ST0_REGNUM): New defines.
8252 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
8253 codestream_get): Remove define.
8254 (codestream_next_addr, condestream_addr, condestream_buf,
8255 codestream_off, codestream_cnt): Remove variables.
8256 (codestream_fill, codestream_seek, codestream_read): Remove
8257 functions.
8258 (i386_follow_jump): Rewrite to avoid usage of removed codestream
8259 functionality.
8260 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
8261 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
8262 i386_frame_saved_pc, i386_saved_pc_after_call,
8263 i386_frame_num_args, i386_frame_init_saved_regs,
8264 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
8265 i386_push_arguments): Remove functions.
8266 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
8267 functionality. Use i386_analyze_prologue instead of
8268 i386_get_frame_setup.
8269 (I386_NUM_SAVED_REGS): New define.
8270 (struct i386_frame_cache): New structure.
8271 (i386_alloc_frame_cache, i386_analyze_struct_return,
8272 i386_skip_probe, i386_analyze_frame_setup,
8273 i386_analyze_register_saves, i386_analyze_prologue,
8274 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
8275 i386_frame_prev_register, i386_sigtramp_frame_cache,
8276 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
8277 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
8278 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
8279 New functions.
8280 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
8281 New variables.
8282 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
8283 I386_EAX_REGNUM and I386_EDX_REGNUM.
8284 (i386_extract_return_value, i386_store_return_value): Use
8285 I386_ST0_REGNUM where appropriate.
8286 (i386_extract_struct_value_address): Rewrite to use extract_address.
8287 (i386_svr4_pc_in_sigtramp): Add comment.
8288 (i386_svr4_sigcontext_addr): Rewrite.
8289 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
8290 TDEP->sc_sp_offset.
8291 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
8292 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
8293 of new defines. Set push_dummy_call, don't set
8294 deprecated_push_arguments, deprecated_push_return_address,
8295 deprecated_pop_frame. Don't set parm_boundary. Don't set
8296 deprecated_frame_chain, deprecated_frame_saved_pc,
8297 deprecated_saved_pc_after_call. Set unwind_dummy_id,
8298 save_dummy_frame_tos, unwind_pc. Call
8299 frame_unwind_append_predicate and frame_base_set_default. Don't
8300 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
8301 Don't set frameless_function_invocation. Don't set
8302 deprecated_register_bytes, deprecated_register_size,
8303 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
8304 * i386-linux-tdep.c: Fix formatting in some comments.
8305 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
8306 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
8307 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
8308 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
8309 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
8310 redundant parentheses.
8311 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
8312 (i386_linux_sigcontext_addr): Use it. Rewrite.
8313 (find_minsym_and_objfile): Change name of second argument.
8314 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
8315 changed. Use frame_pc_unwind instead of
8316 DEPRECATED_SAVED_PC_AFTER_CALL.
8317 (i386_linux_init_abi): Don't set deprecated_register_bytes.
8318 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
8319 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
8320 unwinder.
8321 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
8322 "dummy-frame.h".
8323 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
8324 (_initialize_i386_cygwin_tdep): New prototype.
8325 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
8326 deprecated_frame_chain_valid.
8327 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
8328 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
8329 Rely on the SVR4 defaults.
8330 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
8331 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
8332
8333 2003-05-30 Andrew Cagney <cagney@redhat.com>
8334
8335 * infcall.c (call_function_by_hand): Always call
8336 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
8337
8338 2003-05-30 Richard Henderson <rth@redhat.com>
8339
8340 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
8341 increment.
8342
8343 2003-05-29 Jim Blandy <jimb@redhat.com>
8344
8345 Use gdbarch methods for solib stuff on PowerPC Linux.
8346 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
8347 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
8348 show through.
8349 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
8350 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
8351 giving the same effect as the #definitions above.
8352
8353 2003-05-29 Adam Fedor <fedor@gnu.org>
8354
8355 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
8356 (find_implementation_from_class): Replace it with the standard
8357 case i.e. do nothing.
8358
8359 2003-05-29 Richard Henderson <rth@redhat.com>
8360
8361 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
8362 (alpha_linux_sigtramp_offset): Use it. Make static.
8363 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
8364 update for new frame model.
8365 * alpha-mdebug-tdep.c: New file.
8366 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
8367 (alpha_osf1_init_abi): Install it.
8368 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
8369 (linked_proc_desc_table): Remove.
8370 (alpha_frame_past_sigtramp_frame): Remove.
8371 (alpha_dynamic_sigtramp_offset): Remove.
8372 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
8373 (alpha_proc_desc_is_dyn_sigtramp): Remove.
8374 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
8375 (push_sigtramp_desc): Remove.
8376 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
8377 (alpha_cannot_store_register): Likewise.
8378 (alpha_sigcontext_addr): Remove.
8379 (alpha_find_saved_regs): Remove.
8380 (alpha_frame_init_saved_regs): Remove.
8381 (alpha_init_frame_pc_first): Remove.
8382 (read_next_frame_reg): Remove.
8383 (alpha_frame_saved_pc): Remove.
8384 (alpha_saved_pc_after_call): Remove.
8385 (temp_proc_desc, temp_saved_regs): Remove.
8386 (alpha_about_to_return): Remove.
8387 (cached_proc_desc): Remove.
8388 (alpha_frame_chain): Remove.
8389 (alpha_print_extra_frame_info): Remove.
8390 (alpha_init_extra_frame_info): Remove.
8391 (alpha_frame_locals_address): Remove.
8392 (alpha_frame_args_address): Remove.
8393 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
8394 (alpha_push_dummy_frame): Remove.
8395 (alpha_pop_frame): Remove.
8396 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
8397 (alpha_read_insn): New.
8398 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
8399 for different insn encodings.
8400 (alpha_in_lenient_prologue): Remove.
8401 (struct alpha_sigtramp_unwind_cache): New.
8402 (alpha_sigtramp_frame_unwind_cache): New.
8403 (alpha_sigtramp_register_address): New.
8404 (alpha_sigtramp_frame_this_id): New.
8405 (alpha_sigtramp_frame_prev_register): New.
8406 (alpha_sigtramp_frame_unwind): New.
8407 (alpha_sigtramp_frame_p): New.
8408 (struct alpha_heuristic_unwind_cache): New.
8409 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
8410 don't count nop insns that occur between functions.
8411 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
8412 heuristic_proc_desc, but without the mdebug wrapping.
8413 (alpha_heuristic_frame_this_id): New.
8414 (alpha_heuristic_frame_prev_register): New.
8415 (alpha_heuristic_frame_unwind): New.
8416 (alpha_heuristic_frame_p): New.
8417 (alpha_heuristic_frame_base_address): New.
8418 (alpha_heuristic_frame_base): New.
8419 (alpha_unwind_dummy_id): New.
8420 (alpha_unwind_pc): New.
8421 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
8422 frame related deprecated initializations; install replacements.
8423 (alpha_dump_tdep): Remove.
8424 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8425 (alpha_read_insn, alpha_after_prologue,
8426 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8427 alpha_heuristic_frame_prev_register,
8428 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8429 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8430 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8431 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8432
8433 2003-05-29 Andrew Cagney <cagney@redhat.com>
8434
8435 * gdb_assert.h (gdb_assert_fail): Provide different definitions
8436 dependant on the availability of ASSERT_FUNCTION.
8437 (ASSERT_FUNCTION): Do not define when there is no function name.
8438
8439 2003-05-29 Kevin Buettner <kevinb@redhat.com>
8440
8441 From Jimi X <jimix@watson.ibm.com>:
8442 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8443
8444 2003-05-28 Jim Blandy <jimb@redhat.com>
8445
8446 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8447 argument to ptrace to int; the system headers should give it the
8448 right type, and pointers don't fit in ints on powerpc64-*-*.
8449
8450 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8451
8452 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8453 DW_TAG_catch_block.
8454
8455 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8456
8457 * stabsread.c (dbx_lookup_type): Make static.
8458 (read_type): Ditto.
8459 (add_undefined_type): Ditto.
8460 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8461 not export.
8462
8463 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8464
8465 * hpread.c (hpread_has_name): Make static.
8466 (hpread_psymtab_to_symtab): Ditto.
8467 (file_exists): Ditto.
8468 (hpread_call_pxdb): Ditto.
8469 (hpread_pxdb_needed): Ditto.
8470 (hpread_quick_traverse): Ditto.
8471 (hpread_get_header): Ditto.
8472 (hpread_get_lntt): Ditto.
8473 (hpread_get_slt): Ditto.
8474 (class_of): Ditto.
8475
8476 2003-05-25 Andreas Schwab <schwab@suse.de>
8477
8478 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8479 stack_align and deprecated_extra_stack_alignment_needed.
8480 (m68k_stack_align): Delete.
8481
8482 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8483 (m68k_register_virtual_size): Likewise.
8484 (altos_skip_prologue): Remove obsolete function.
8485 (isi_frame_num_args): Likewise.
8486 (news_frame_num_args): Likewise.
8487 (m68k_fix_call_dummy): Make static.
8488 (m68k_push_dummy_frame): Likewise.
8489 (m68k_pop_frame): Likewise.
8490 (m68k_skip_prologue): Likewise.
8491 (m68k_frame_init_saved_regs): Likewise.
8492 (m68k_saved_pc_after_call): Likewise.
8493 (m68k_get_longjmp_target): Make multi-arch.
8494 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8495 structure. Register m68k_get_longjmp_target if enabled.
8496 * m68k-tdep.h (struct gdbarch_tdep): Define.
8497 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8498
8499 * Makefile.in (config.status): Also depend on configure.tgt
8500 and configure.host.
8501 (m68klinux-tdep.o): Update dependencies.
8502 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8503 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8504 (M68K_LINUX_JB_PC): Define.
8505 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8506 and take additional parameter.
8507 (m68k_linux_sigtramp_saved_pc): Update.
8508 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8509 m68k_linux_pc_in_sigtramp, in_plt_section,
8510 find_solib_trampoline_target.
8511 * config/m68k/tm-linux.h: Don't include any tm headers.
8512 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8513 (JB_ELEMENT_SIZE): Likewise.
8514 (JB_PC): Likewise.
8515 (GET_LONGJMP_TARGET): Likewise.
8516 (IN_SIGTRAMP): Likewise.
8517 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8518
8519 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8520
8521 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8522 (sparc32_push_arguments): Re-implement by calling
8523 sparc32_do_push_arguments.
8524
8525 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8526
8527 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8528 SPARC_O1_REGNUM): New defines.
8529 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8530 (sparc32_store_return_value): New function.
8531 (sparc_extract_struct_value_address): Rewrite to operate on a
8532 regcache.
8533 (sparc_gdbarch_init): Don't set
8534 deprecated_extract_struct_value_address. Set
8535 extract_struct_value_address instead. Don't set
8536 deprecated_extract_return_value and deprecated_store_return_value
8537 for 32-bit targets. Set extract_return_value and
8538 store_return_value instead.
8539 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
8540 DEPRECATED_EXTRACT_RETURN_VALUE,
8541 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8542 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8543 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8544 (sparc_store_return_value): Remove prototype.
8545 (sparc32_store_return_value): New prototype.
8546 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8547 Adjust prototypes.
8548
8549 2003-05-24 Mark Kettenis <kettenis@gnu.org>
8550
8551 * sparcnbsd-tdep.c: Include "gdb_string.h".
8552
8553 2003-05-23 Andrew Cagney <cagney@redhat.com>
8554
8555 * p-valprint.c (pascal_val_print): Replace extract_address with
8556 the inline equivalent extract_unsigned_integer.
8557 * jv-valprint.c (java_value_print): Ditto.
8558 * ada-valprint.c (ada_val_print_1): Ditto.
8559 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8560
8561 2003-05-23 Theodore A. Roth <troth@openavr.org>
8562
8563 * blockframe.c (frameless_look_for_prologue): Remove unused
8564 after_prologue variable.
8565
8566 2003-05-23 Mark Kettenis <kettenis@gnu.org>
8567
8568 * blockframe.c (get_pc_function_start): Rewrite to avoid
8569 asignments in if-statements.
8570
8571 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8572
8573 Committed by Elena Zannoni <ezannoni@redhat.com>.
8574 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
8575 files, don't relocate absolute symbols (and do use mst_abs).
8576
8577 2003-05-23 Andrew Cagney <cagney@redhat.com>
8578
8579 * objc-lang.c: Include "gdb_assert.h".
8580 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8581 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8582 (gdb_check, gdb_check_fatal): Delete functions.
8583 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8584 gdb_assert.
8585 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8586 * Makefile.in (objc-lang.o): Update dependencies.
8587
8588 2003-05-22 Ian Lance Taylor <ian@airs.com>
8589
8590 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8591 with fprintf_filtered, not fprintf_unfiltered.
8592
8593 2003-05-22 Andrew Cagney <cagney@redhat.com>
8594
8595 * stack.c (frame_info): Inline extract_address, replacing it with
8596 extract_unsigned_integer.
8597 * findvar.c (unsigned_pointer_to_address): Ditto.
8598 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8599 * dwarf2expr.c (dwarf2_read_address): Ditto.
8600 * frame.c (frame_pc_unwind): Update comment.
8601 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8602
8603 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8604
8605 * infptrace.c (detach): Call print_sys_errmsg rather than
8606 perror_with_name to issue warning message when errno is non-zero
8607 after calling ptrace detach.
8608
8609 2003-05-21 J. Brobecker <brobecker@gnat.com>
8610
8611 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8612 macro definitions from here...
8613 * hppa-tdep.c: ...to there.
8614
8615 2003-05-20 Kevin Buettner <kevinb@redhat.com>
8616
8617 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8618 register_ptrace_addr(). Fix all callers.
8619
8620 2003-05-21 Andreas Schwab <schwab@suse.de>
8621
8622 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8623 dependencies.
8624 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8625 end.
8626 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8627 (_initialize_m68k_linux_tdep): New function.
8628 (m68k_linux_frame_saved_pc): Make static.
8629 (m68k_linux_extract_return_value): Likewise.
8630 (m68k_linux_store_return_value): Likewise.
8631 (m68k_linux_extract_struct_value_address): Likewise.
8632 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8633 Remove.
8634 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8635 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8636 (DEPRECATED_FRAME_SAVED_PC): Remove.
8637
8638 2003-05-20 Kris Warkentin <kewarken@qnx.com>
8639
8640 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8641 regset numbering rather than our own.
8642
8643 2003-05-19 David Carlton <carlton@bactrian.org>
8644
8645 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8646
8647 2003-05-19 David Carlton <carlton@bactrian.org>
8648
8649 Partial fix for PR c++/827.
8650 * cp-support.h: Include symtab.h.
8651 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8652 * cp-namespace.c: Update contributors.
8653 (cp_lookup_symbol_nonlocal): New.
8654 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8655 (lookup_symbol_file): Ditto.
8656 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8657 * block.h: Declare block_scope, block_using, block_global_block.
8658 * block.c (block_scope): New.
8659 (block_using, block_global_block): Ditto.
8660 * Makefile.in (cp_support_h): Depend on symtab_h.
8661 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8662
8663 2003-05-19 David Carlton <carlton@bactrian.org>
8664
8665 * language.h (struct language_defn): Add 'la_value_of_this'
8666 and 'la_lookup_symbol_nonlocal' members.
8667 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8668 lookup_symbol_static, lookup_symbol_global,
8669 lookup_symbol_aux_block.
8670 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8671 if we should search fields of this and how to do static/global
8672 lookup.
8673 (lookup_symbol_aux_block): Make extern.
8674 (basic_lookup_symbol_nonlocal): New.
8675 (lookup_symbol_static, lookup_symbol_global): Ditto.
8676 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8677 'la_lookup_symbol_nonlocal' members.
8678 * c-lang.c (c_language_defn, cplus_language_defn)
8679 (asm_language_defn, minimal_language_defn): Ditto.
8680 * jv-lang.c (java_language_defn): Ditto.
8681 * language.c (unknown_language_defn, auto_language_defn)
8682 (local_language_defn): Ditto.
8683 * m2-lang.c (m2_language_defn): Ditto.
8684 * objc-lang.c (objc_language_defn): Ditto.
8685 * scm-lang.c (scm_language_defn): Ditto.
8686 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8687 * p-lang.c (pascal_language_defn): Ditto for both.
8688 * Makefile.in (f-lang.o): Depend on value_h.
8689 (p-lang.o): Ditto.
8690
8691 2003-05-19 David Carlton <carlton@bactrian.org>
8692
8693 * block.h: Declare block_static_block.
8694 * block.c (block_static_block): New.
8695 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8696 lookup_symbol_aux_local, calling block_static_block instead.
8697 (lookup_symbol_aux_local): Delete 'static_block' argument.
8698
8699 2003-05-19 David Carlton <carlton@bactrian.org>
8700
8701 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8702
8703 2003-05-19 Michal Ludvig <mludvig@suse.cz>
8704
8705 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8706 register numbers mapping.
8707
8708 2003-05-18 Adam Fedor <fedor@gnu.org>
8709
8710 * symtab.c (completion_list_objc_symbol): New function.
8711 (make_symbol_completion_list): Use it to add ObjC symbols
8712 when looking though the list.
8713 (language_search_unquoted_string): New function.
8714 (make_file_symbol_completion_list): Use it.
8715
8716 2003-05-18 Andreas Schwab <schwab@suse.de>
8717
8718 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8719 dependencies.
8720 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8721 as m68k_linux_extract_return_value.
8722 (DEPRECATED_STORE_RETURN_VALUE): Define as
8723 m68k_linux_store_return_value.
8724 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8725 m68k_linux_extract_struct_value_address.
8726 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8727 get_next_frame, get_frame_base, get_frame_pc.
8728 (m68k_linux_frame_saved_pc): Use get_frame_base.
8729 (m68k_linux_extract_return_value): New function.
8730 (m68k_linux_store_return_value): New function.
8731 (m68k_linux_extract_struct_value_address): New function.
8732 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8733
8734 * c-exp.y (typebase): Remove duplicate occurence of
8735 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8736 of lookup_signed_typename.
8737
8738 2003-05-18 Mark Kettenis <kettenis@gnu.org>
8739
8740 * dwarf2loc.c (find_location_expression): Change type of second
8741 argument to `size_t *'.
8742 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8743 for size variable.
8744
8745 2003-05-18 David Carlton <carlton@bactrian.org>
8746
8747 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8748 'linkage_name'. Add comment.
8749 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8750 'linkage_name'.
8751 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8752 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8753 (lookup_block_symbol): Ditto.
8754
8755 2003-05-16 Andrew Cagney <cagney@redhat.com>
8756
8757 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8758 * gdbarch.h, gdbarch.c: Re-generate.
8759 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8760 * TODO (REGISTER_BYTES): Delete reference.
8761 * alpha-tdep.c (alpha_gdbarch_init): Update.
8762 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8763 * x86-64-tdep.c (x86_64_init_abi): Update.
8764 * vax-tdep.c (vax_gdbarch_init): Update.
8765 * v850-tdep.c (v850_gdbarch_init): Update.
8766 * sparc-tdep.c (sparc_gdbarch_init): Update.
8767 * sh-tdep.c (sh_gdbarch_init): Update.
8768 * s390-tdep.c (s390_gdbarch_init): Update.
8769 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8770 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8771 (ns32k_gdbarch_init_32382): Update.
8772 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8773 * mcore-tdep.c (mcore_gdbarch_init): Update.
8774 * m68k-tdep.c (m68k_gdbarch_init): Update.
8775 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8776 * ia64-tdep.c (ia64_gdbarch_init): Update.
8777 * i386-tdep.c (i386_gdbarch_init): Update.
8778 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8779 * hppa-tdep.c (hppa_gdbarch_init): Update.
8780 * h8300-tdep.c (h8300_gdbarch_init): Update.
8781 * frv-tdep.c (frv_gdbarch_init): Update.
8782 * cris-tdep.c (cris_gdbarch_init): Update.
8783 * avr-tdep.c (avr_gdbarch_init): Update.
8784 * arm-tdep.c (arm_gdbarch_init): Update.
8785 * sparc-tdep.c (sparc_pop_frame): Update.
8786 * rs6000-tdep.c (rs6000_pop_frame): Update.
8787 * remote.c (init_remote_state): Update.
8788 (remote_prepare_to_store): Update.
8789 * remote-vx.c (vx_prepare_to_store): Update.
8790 * remote-sds.c (sds_fetch_registers): Update.
8791 (sds_prepare_to_store): Update.
8792 * remote-array.c: Update.
8793 * regcache.c (init_legacy_regcache_descr): Update.
8794 (init_regcache_descr): Update.
8795 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8796 (mips_o64_extract_return_value): Update.
8797 * irix5-nat.c (fetch_core_registers): Update.
8798 * irix4-nat.c (fetch_core_registers): Update.
8799 * i386-tdep.h: Update.
8800 * hppa-tdep.c (pa_do_registers_info): Update.
8801 (pa_do_strcat_registers_info): Update.
8802 * cris-tdep.c (cris_register_bytes_ok): Update.
8803 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8804 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8805 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8806 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8807 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8808 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8809 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8810 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8811 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8812 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8813 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8814 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8815 (REGISTER_BYTES_OK): Update.
8816 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8817 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8818
8819 2003-05-16 Ian Lance Taylor <ian@airs.com>
8820
8821 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8822 (vax_print_insn, print_insn_arg): Remove static functions.
8823 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8824 print_insn_vax from opcodes library.
8825 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8826
8827 2003-05-15 Andrew Cagney <cagney@redhat.com>
8828
8829 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8830 * target.h (memory_breakpoint_from_pc): Delete declaration.
8831 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8832 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8833 * monitor.c (monitor_insert_breakpoint): Use
8834 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8835 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8836 * gdbarch.h, gdbarch.c: Re-generate.
8837 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8838 (sparc_gdbarch_init): Set breakpoint_from_pc to
8839 sparc_breakpoint_from_pc.
8840 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8841 (BREAKPOINT_FROM_PC): Define.
8842 (sparc_breakpoint_from_pc): Declare.
8843 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8844 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8845 (BREAKPOINT_FROM_PC): Define.
8846 (BREAKPOINT): Delete macro.
8847 * target.h: Update comment.
8848 * s390-tdep.c (s390_gdbarch_init): Update comments.
8849 * remote.c: Update comments.
8850 * remote-mips.c: Update comments.
8851 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8852 * mem-break.c: Update comment.
8853 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8854 (ia64_memory_insert_breakpoint): Update.
8855 * config/sparc/tm-sparc.h: Update comment.
8856 * config/pa/tm-hppa64.h: Update comment.
8857 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8858 (rs6000_breakpoint_from_pc): Update.
8859 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8860 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8861 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8862 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8863 (mips_breakpoint_from_pc): Update.
8864 (mips_dump_tdep): Update.
8865
8866 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8867 * minsyms.c (lookup_minimal_symbol): Inline
8868 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8869
8870 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8871 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8872 * p-lang.c (pascal_printstr): Ditto.
8873 * objc-lang.c (objc_printstr): Ditto.
8874 * m2-lang.c (m2_printstr): Ditto.
8875 * jv-valprint.c (java_print_value_fields): Ditto.
8876 * f-lang.c (f_printstr): Ditto.
8877 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8878 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8879 for repeat_count_threshold.
8880 * Makefile.in (cp-valprint.o): Update dependencies.
8881
8882 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8883
8884 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8885 (examine_prologue): Support looking through leaf functions, knowing
8886 they start with mov r2,r12. Support skipping over indirect stores
8887 of the input registers. Upon hitting a non-nop branch instruction
8888 or predicated instruction, bail out by setting lim_pc to the current
8889 pc value in the loop. At the end, if the lim_pc value is still
8890 beyond our calculated value and we have trust_limit set,
8891 use the lim_pc value.
8892
8893 2003-05-15 Andrew Cagney <cagney@redhat.com>
8894
8895 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8896 generic_find_dummy_frame.
8897 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8898 (deprecated_generic_find_dummy_frame): Update.
8899 (deprecated_read_register_dummy): Update.
8900 * frame.c (deprecated_generic_get_saved_register): Update.
8901
8902 2003-05-15 Theodore A. Roth <troth@openavr.org>
8903
8904 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8905 (avr_gdbarch_init): Set breakpoint_from_pc method.
8906
8907 2003-05-15 Andrew Cagney <cagney@redhat.com>
8908
8909 * regcache.c (build_regcache): Set deprecated_register_valid
8910 directly.
8911 (deprecated_grub_regcache_for_register_valid): Delete function.
8912 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8913 declaration.
8914
8915 2003-05-15 David Carlton <carlton@bactrian.org>
8916
8917 Committed by Elena Zannoni <ezannoni@redhat.com>
8918 * symtab.c (lookup_symbol_aux): Delete calls to
8919 lookup_symbol_aux_minsyms.
8920 (lookup_symbol_aux_minsyms): Comment out function and
8921 prototype. Delete lookup by mangled name.
8922
8923 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8924
8925 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8926 correctly indicate an empty stack and ``stack_allocated'' to the
8927 indicate the number of elements initially allocated.
8928 (dwarf_expr_grow_stack): Simplify method for computing new
8929 stack size. Don't loop infinitely if ``stack_len'' is zero.
8930 (execute_stack_op): Move ``ctx->in_reg'' initialization
8931 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8932 be used in conjuction with DW_OP_piece. Revise error message
8933 accordingly.
8934
8935 2003-05-14 Theodore A. Roth <troth@openavr.org>
8936
8937 * MAINTAINERS: Update my email address.
8938 * avr-tdep.c: Ditto.
8939
8940 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8941
8942 * symtab.h (enum domain_enum): Rename from namespace_enum.
8943 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8944 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8945 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8946 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8947 TYPES_NAMESPACE, METHODS_NAMESPACE.
8948 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8949 (struct symbol, struct partial_symbol): Rename field
8950 'namespace_enum namespace' to 'domain_enum domain'.
8951 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8952 Delete old define kludge for namespace.
8953
8954 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8955 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8956 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8957 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8958 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8959 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8960 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8961 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8962 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8963 occurrences of the above.
8964
8965 2003-05-14 Ian Lance Taylor <ian@airs.com>
8966
8967 * Makefile.in (install-only): Use $(SHELL) when running
8968 mkinstalldirs.
8969
8970 2003-05-13 Ian Lance Taylor <ian@airs.com>
8971
8972 * MAINTAINERS (write after approval): Add myself.
8973
8974 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8975 second and third arguments.
8976 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8977 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8978
8979 2003-05-13 Andrew Cagney <cagney@redhat.com>
8980
8981 * defs.h (store_address): Delete declaration.
8982 findvar.c (store_address): Delete function.
8983 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8984 store_unsigned_integer.
8985 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8986 * v850-tdep.c (v850_push_arguments): Ditto.
8987 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8988 * sh-tdep.c (sh64_get_saved_register): Ditto.
8989 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8990 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8991 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8992 (mips_get_saved_register): Ditto.
8993 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8994 (find_func_descr, ia64_push_arguments): Ditto.
8995 * i386-tdep.c (i386_push_arguments): Ditto.
8996 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8997 * frv-tdep.c (frv_push_arguments): Ditto.
8998 * frame.c (legacy_saved_regs_prev_register): Ditto.
8999 (deprecated_generic_get_saved_register): Ditto.
9000 * findvar.c (unsigned_address_to_pointer): Ditto.
9001 * dwarf2read.c (dwarf2_const_value): Ditto.
9002 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
9003 * alpha-tdep.c (alpha_push_arguments): Ditto.
9004
9005 2003-05-12 J. Brobecker <brobecker@gnat.com>
9006
9007 * NEWS: Mention that the hppa-hpux port has been partially
9008 multiarched (32bit ABIT only, so far).
9009
9010 2003-05-11 Andrew Cagney <cagney@redhat.com>
9011
9012 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
9013 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
9014 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
9015 sim/testsuite/sim/arm/misaligned2.ms, and
9016 sim/testsuite/sim/arm/misaligned3.ms.
9017 * disasm.h (struct ui_file): Add opaque struct declaration.
9018 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
9019 * frame.h (struct ui_file): Ditto.
9020
9021 2003-05-11 Mark Kettenis <kettenis@gnu.org>
9022
9023 * value.h: Pretty print.
9024
9025 2003-05-10 Mark Kettenis <kettenis@gnu.org>
9026
9027 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
9028
9029 2003-05-08 Andrew Cagney <cagney@redhat.com>
9030
9031 * regcache.h (max_register_size): Delete declaration.
9032 * regcache.c (max_register_size): Delete function.
9033 (struct regcache_descr): Delete field "max_register_size".
9034 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
9035 registers fit in MAX_REGISTER_SIZE.
9036 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
9037 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
9038 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
9039 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
9040 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
9041 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
9042 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
9043 * dve3900-rom.c, hppa-tdep.c: Ditto.
9044
9045 2003-05-08 David Carlton <carlton@math.stanford.edu>
9046
9047 * valops.c (push_word): Fix typo.
9048
9049 2003-05-08 Andrew Cagney <cagney@redhat.com>
9050
9051 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
9052 * gdbarch.h: Re-generate.
9053 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
9054 (legacy_max_register_raw_size): Delete declaration.
9055 * regcache.c (legacy_max_register_raw_size): Delete function.
9056 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
9057 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
9058 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
9059 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
9060 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
9061 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
9062 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
9063 * findvar.c, dwarf2cfi.c: Ditto.
9064
9065 2003-05-08 Andrew Cagney <cagney@redhat.com>
9066
9067 * mips-tdep.c (read_signed_register): New function, moved to here
9068 from "regcache.c".
9069 (read_signed_register_pid): Ditto.
9070 * regcache.c (read_signed_register_pid): Delete function, moved to
9071 "mips-tdep.c".
9072 (read_signed_register): Ditto.
9073 * regcache.h (read_signed_register): Delete declaration.
9074 (read_signed_register_pid): Delete declaration.
9075
9076 2003-05-08 Andrew Cagney <cagney@redhat.com>
9077
9078 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
9079 * gdbarch.h: Re-generate.
9080 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
9081 (legacy_max_register_virtual_size): Delete declaration.
9082 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
9083 * d10v-tdep.c (d10v_print_registers_info): Ditto.
9084 * tracepoint.c (memrange_sortmerge): Ditto.
9085 * sparc-tdep.c (sparc_print_registers): Ditto.
9086 * regcache.c (legacy_max_register_virtual_size): Delete function.
9087
9088 2002-05-08 J. Brobecker <brobecker@gnat.com>
9089
9090 * fork-child.c (escape_bang_in_quoted_argument): New function.
9091 (fork_inferior): Escape '!' characters in quoted arguments
9092 only when needed.
9093
9094 2003-05-08 J. Brobecker <brobecker@gnat.com>
9095
9096 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
9097 the language of the CU is not currently supported by GDB.
9098
9099 2003-05-08 J. Brobecker <brobecker@gnat.com>
9100
9101 * defs.h (language): Add language_minimal enum value.
9102 * c-lang.c (minimal_language_defn): New language definition.
9103 (_initialize_c_language): Add the new minimal language to the list
9104 of languages known to GDB.
9105
9106 2003-05-08 Kevin Buettner <kevinb@redhat.com>
9107
9108 * frame.c (get_frame_type): Don't attempt to lazily initialize
9109 frame's unwinder for legacy frames.
9110
9111 2003-05-07 Andrew Cagney <cagney@redhat.com>
9112
9113 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
9114 and "regcache" parameters.
9115 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
9116
9117 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9118
9119 * dwarf2read.c (dwarf_decode_lines): Only use output of
9120 check_cu_functions() when calling record_line(). Do not update
9121 the current address.
9122
9123 2003-05-07 Andrew Cagney <cagney@redhat.com>
9124
9125 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
9126 code.
9127
9128 2003-05-07 Jim Blandy <jimb@redhat.com>
9129
9130 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
9131 'maint info symtabs' and 'maint info psymtabs'.
9132 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
9133 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
9134 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
9135 Declarations updated.
9136 * maint.c (maintenance_list_command): Delete.
9137 (_initialize_maint_cmds): Update calls to add_cmd.
9138 * gdbcmd.h (maintenancelistlist): Delete declaration.
9139 * cli/cli-cmds.c (maintenancelistlist): Delete.
9140 (init_cmd_lists): Don't initialize it.
9141 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
9142
9143 2003-05-07 Andrew Cagney <cagney@redhat.com>
9144
9145 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
9146 "regcache".
9147 (d10v_print_registers_info): Update.
9148 (d10v_dmap_register, d10v_imap_register): Delete functions.
9149 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
9150 and "imap_register".
9151 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
9152 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
9153 * arch-utils.c (generic_remote_translate_xfer_address): Add
9154 "regcache" and "gdbarch" parameters.
9155 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
9156 parameter. Change class to multi-arch.
9157 * gdbarch.h, gdbarch.c: Re-generate.
9158 * remote.c (remote_xfer_memory): Use
9159 gdbarch_remote_translate_xfer_address.
9160
9161 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
9162
9163 * infrun.c (prev_pc): Move declaration ahead of proceed().
9164 (proceed): Refresh prev_pc value before resuming.
9165 (stop_stepping): Remove code to refresh prev_pc.
9166
9167 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9168
9169 * nto-tdep.c: Removed stray comment.
9170
9171 2003-05-06 Kris Warkentin <kewarken@qnx.com>
9172
9173 * i386-nto-tdep.c: Fix old K&R function definitions.
9174 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
9175 Also change add_show_from_set() call to add_setshow_cmd().
9176 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
9177
9178 2003-05-05 Andrew Cagney <cagney@redhat.com>
9179
9180 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
9181 (fprint_dummy_frames): New function.
9182 (maintenance_print_dummy_frames): New function.
9183 (_initialize_dummy_frame): Add command "maint print dummy-frames".
9184 * frame.c (fprint_frame_id): Make global.
9185 * frame.h (fprint_frame_id): Declare.
9186 * Makefile.in (dummy-frame.o): Update dependencies.
9187
9188 2003-05-05 Andrew Cagney <cagney@redhat.com>
9189
9190 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
9191 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
9192 SIZEOF_CALL_DUMMY_WORDS.
9193 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
9194 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
9195 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
9196 CALL_DUMMY_BREAKPOINT_OFFSET.
9197 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
9198 CALL_DUMMY_START_OFFSET.
9199 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
9200 * gdbarch.h, gdbarch.c: Re-generate.
9201 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
9202 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
9203 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
9204 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
9205 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
9206 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
9207 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
9208 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
9209 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
9210 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
9211 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
9212 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
9213 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
9214 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
9215 * config/sparc/tm-sparc.h: Update.
9216
9217 2003-05-05 Kris Warkentin <kewarken@qnx.com>
9218
9219 * configure.tgt: Add i[3456]86-*-nto*.
9220 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
9221 * nto-tdep.c: New file. Neutrino target support routines.
9222 * nto-tdep.h: New file. Neutrino target header.
9223 * config/tm-qnxnto.h: New file.
9224 * config/i386/i386nto.mt: New file.
9225 * config/i386/tm-i386nto.h: New file.
9226
9227 2003-05-04 Andrew Cagney <cagney@redhat.com>
9228
9229 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
9230 (load_infrun_state): Ditto.
9231 (struct thread_info): Drop "prev_func_name" field.
9232 * thread.c (load_infrun_state): Update.
9233 (save_infrun_state): Update.
9234 * infrun.c (prev_func_name): Delete variable.
9235 (init_wait_for_inferior): Do not clear prev_func_name.
9236 (stop_stepping, keep_going, context_switch): Do not swap
9237 prev_func_name.
9238 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
9239 instead of PC_IN_SIGTRAMP.
9240
9241 2003-05-04 Andrew Cagney <cagney@redhat.com>
9242
9243 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9244 REGISTER_BYTE with register_offset_hack.
9245 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
9246 that REGISTER_BYTE is consistent with the regcache.
9247 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
9248 * gdbarch.h, gdbarch.c: Regenerate.
9249
9250 2003-05-04 Mark Kettenis <kettenis@gnu.org>
9251
9252 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
9253 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
9254
9255 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
9256
9257 2003-05-03 J. Brobecker <brobecker@gnat.com>
9258
9259 From Thierry Schneider <tpschneider1@yahoo.com>
9260 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
9261 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
9262 (mi-cmd-symbol.o): Add rule.
9263
9264 2003-05-03 Andrew Cagney <cagney@redhat.com>
9265
9266 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
9267 comments noteing that it replaces the old FIX_CALL_DUMMY code.
9268 * gdbarch.h, gdbarch.c: Re-generate.
9269 * d10v-tdep.c (d10v_push_dummy_code): New function.
9270 (d10v_gdbarch_init): Set push_dummy_code.
9271 * infcall.c (legacy_push_dummy_code): New function.
9272 (generic_push_dummy_code): New function.
9273 (push_dummy_code): New function.
9274 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
9275 instead of dummy_addr, to push_dummy_call. Move call to
9276 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
9277 switch.
9278 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
9279
9280 2003-05-03 Andrew Cagney <cagney@redhat.com>
9281
9282 * disasm.h (print_insn): Declare.
9283 * disasm.c (init_gdb_disassemble_info): New function.
9284 (gdb_disassembly): Call init_gdb_disassemble_info.
9285 (gdb_print_insn): New function.
9286 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
9287 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
9288 * mcore-tdep.c: Include "disasm.h"
9289 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
9290 * d10v-tdep.c: Include "disasm.h".
9291 (display_trace): Call gdb_print_insn, instead of print_insn.
9292 (print_insn): Delete function.
9293 * printcmd.c: Include "disasm.h".
9294 (print_insn): Delete function.
9295 (print_formatted): Call gdb_print_insn, instead of print_insn.
9296 * Makefile.in (printcmd.o): Update dependencies.
9297 (mcore-tdep.o, d10v-tdep.o): Ditto.
9298
9299 2003-05-02 Andrew Cagney <cagney@redhat.com>
9300
9301 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
9302 PC_REGNUM, re-indent.
9303 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
9304 PC_REGNUM isn't set.
9305
9306 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
9307 * gdbarch.h, gdbarch.c: Re-generate.
9308 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
9309 register_virtual_size, pc_regnum, or register_bytes.
9310 (D10V_PC_REGNUM): Rename _PC_REGNUM.
9311 (d10v_register_type): Use D10V_PC_REGNUM.
9312 (d10v_print_registers_info, d10v_read_pc): Ditto.
9313 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
9314 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
9315
9316 2003-05-02 David Carlton <carlton@bactrian.org>
9317
9318 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
9319 the name with mstrsave.
9320
9321 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9322
9323 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
9324 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
9325 (host_charset_name, target_charset_name): New vars for use by
9326 set/show commands.
9327 (host_charset_enum, target_charset_enum): New enums for set/show
9328 commands.
9329 (set_charset_sfunc, set_host_charset_sfunc,
9330 set_target_charset_sfunc): New functions.
9331 (set_host_charset, set_target_charset): Make static.
9332 (list_charsets, set_host_charset_command,
9333 set_target_charset_command): Delete functions.
9334 (show_charset_command): Rewrite as....
9335 (show_charset): Hook this up with the set/show command mechanism.
9336 (_initialize_charset): Change names of charsets to match the
9337 set/show enums. Use host_charset_name and target_charset_name.
9338 Use set/show mechanism for charset, host-charset, target-charset
9339 commands. Do not make 'show host-charset' and 'show
9340 target-charset' be aliases of 'show charset'.
9341
9342 * charset.h (set_host_charset, set_target_charset): Don't export,
9343 they are not used outside the file.
9344
9345 2003-05-01 Andrew Cagney <cagney@redhat.com>
9346
9347 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
9348 (gdb_disassembly): Make "di" non static, always initialize and
9349 cleanup. Always use dis_asm_read_memory.
9350 (gdb_dis_asm_read_memory): Delete function.
9351
9352 2003-05-01 Andrew Cagney <cagney@redhat.com>
9353
9354 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
9355 (d10v_gdbarch_init): Set frame_align instead of stack_align.
9356
9357 2003-04-30 Andrew Cagney <cagney@redhat.com>
9358
9359 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
9360 "tm_print_insn_info".
9361 (TARGET_PRINT_INSN_INFO): Delete macro.
9362 (dis_asm_read_memory): Delete function declaration.
9363 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9364 (tm_print_insn_info): Delete variable definition.
9365 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
9366 * gdbarch.h, gdbarch.c: Re-generate.
9367 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
9368 "deprecated_tm_print_insn_info".
9369 * mcore-tdep.c (mcore_dump_insn): Ditto.
9370 * mips-tdep.c (mips_gdbarch_init): Ditto.
9371 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
9372 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
9373 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
9374 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
9375 instead of TARGET_PRINT_INSN_INFO, add comment.
9376 * s390-tdep.c (s390_get_frame_info): Instead of
9377 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
9378 (s390_check_function_end, s390_is_sigreturn): Ditto.
9379 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
9380 (dis_asm_memory_error, dis_asm_print_address): Ditto.
9381 * disasm.c: Include "gdbcore.h".
9382 (_initialize_disasm): New function, initialize
9383 "deprecated_tm_print_insn_info".
9384 (deprecated_tm_print_insn_info): New variable.
9385 (dis_asm_read_memory): Moved from "corefile.c", made static.
9386 (dis_asm_print_address, dis_asm_memory_error): Ditto.
9387 * Makefile.in (disasm.o): Update dependencies.
9388
9389 2003-04-30 Andrew Cagney <cagney@redhat.com>
9390
9391 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
9392
9393 2003-04-29 Adam Fedor <fedor@gnu.org>
9394
9395 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
9396 * infcall.c (find_function_addr): Make non-static.
9397 * infcall.h (find_function_addr): Declare.
9398 * Makefile.in (eval.o): Update dependencies.
9399
9400 2003-04-28 Adam Fedor <fedor@gnu.org>
9401
9402 * symtab.c (symbol_find_demangled_name): Check for and demangle
9403 ObjC symbols.
9404 (symbol_init_demangled_name): Init for language_objc as well.
9405
9406 2003-04-28 Andrew Cagney <cagney@redhat.com>
9407
9408 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
9409 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
9410 * gdbarch.h, gdbarch.c: Re-generate.
9411 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
9412 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
9413 * inferior.h (deprecated_read_fp): Rename read_fp.
9414 (generic_target_read_fp): Delete declaration.
9415 * regcache.c (generic_target_read_fp): Delete function.
9416 (deprecated_read_fp): Replace read_fp, use
9417 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
9418 * d10v-tdep.c (d10v_read_fp): Delete function.
9419 (d10v_gdbarch_init): Do not set deprecated_read_fp.
9420
9421 * sparc-tdep.c (sparc_gdbarch_init): Do not set
9422 deprecated_target_read_fp to generic_target_read_fp.
9423 * sh-tdep.c (sh_gdbarch_init): Ditto.
9424 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9425 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9426 * frv-tdep.c (frv_gdbarch_init): Ditto.
9427
9428 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9429 deprecated_fp_regnum.
9430 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9431 * vax-tdep.c (vax_gdbarch_init): Ditto.
9432 * v850-tdep.c (v850_gdbarch_init): Ditto.
9433 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9434 * sh-tdep.c (sh_gdbarch_init): Ditto.
9435 * s390-tdep.c (s390_gdbarch_init): Ditto.
9436 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9437 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9438 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9439 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9440 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9441 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9442 * i386-tdep.c (i386_gdbarch_init): Ditto.
9443 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9444 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9445 * frv-tdep.c (frv_gdbarch_init): Ditto.
9446 * cris-tdep.c (cris_gdbarch_init): Ditto.
9447 * avr-tdep.c (avr_gdbarch_init): Ditto.
9448 * arm-tdep.c (arm_gdbarch_init): Ditto.
9449 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9450
9451 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9452 * v850-tdep.c (v850_gdbarch_init): Ditto.
9453 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9454 * sh-tdep.c (sh_gdbarch_init): Ditto.
9455 * s390-tdep.c (s390_gdbarch_init): Ditto.
9456 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9457 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9458 * mips-tdep.c (mips_gdbarch_init): Ditto.
9459 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9460 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9461 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9462 * frv-tdep.c (frv_gdbarch_init): Ditto.
9463 * avr-tdep.c (avr_gdbarch_init): Ditto.
9464 * arm-tdep.c (arm_gdbarch_init): Ditto.
9465
9466 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9467 DEPRECATED_FP_REGNUM.
9468 (vax_push_dummy_frame, vax_pop_frame): Ditto.
9469 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9470 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9471 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
9472 (sparc32_register_virtual_type): Ditto.
9473 * sh-tdep.c (sh64_frame_chain): Ditto.
9474 (sh64_get_saved_register, sh64_pop_frame): Ditto.
9475 (sh_nofp_frame_init_saved_regs): Ditto.
9476 (sh64_nofp_frame_init_saved_regs): Ditto.
9477 (sh_fp_frame_init_saved_regs): Ditto.
9478 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9479 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9480 * procfs.c (procfs_fetch_registers): Ditto.
9481 (procfs_store_registers): Ditto.
9482 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9483 (store_inferior_registers, fetch_core_registers): Ditto.
9484 (fetch_kcore_registers, clear_regs): Ditto.
9485 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9486 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9487 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9488 * nlm/i386.c (do_status): Ditto.
9489 * mipsv4-nat.c (supply_gregset): Ditto.
9490 * mips-tdep.c: Ditto for comments.
9491 * mips-nat.c (fetch_inferior_registers): Ditto.
9492 (store_inferior_registers, fetch_core_registers): Ditto.
9493 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9494 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9495 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9496 (i386_do_pop_frame, i386_register_type): Ditto.
9497 * hppa-tdep.c (hppa_frame_chain): Ditto.
9498 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9499 (hppa_pop_frame, hppa_read_fp): Ditto.
9500 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9501 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9502 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9503 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9504 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9505 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9506 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9507 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9508 * blockframe.c: Ditto for comments.
9509 * arch-utils.h: Ditto for comments.
9510 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9511 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9512 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9513 * alpha-tdep.h: Ditto for comments.
9514 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9515 (alpha_cannot_store_register): Ditto.
9516 (alpha_push_dummy_frame): Ditto.
9517 * alpha-nat.c (supply_gregset): Ditto.
9518
9519 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9520 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9521 * config/sparc/tm-sparc.h: Update comment.
9522
9523 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9524 deprecated_read_fp instead of TARGET_READ_FP.
9525 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9526 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9527 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9528 deprecated_read_fp instead of read_fp.
9529 * s390-tdep.c (s390_push_arguments): Ditto.
9530 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9531 * frame.h: Ditto in comments.
9532 * frame.c (legacy_get_prev_frame): Ditto.
9533 * dummy-frame.c (dummy_frame_this_id): Ditto.
9534 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9535
9536 2003-04-28 Andrew Cagney <cagney@redhat.com>
9537
9538 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9539 * gdbarch.h, gdbarch.c: Re-generate.
9540 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9541 * vax-tdep.c (_initialize_vax_tdep): Update.
9542 * v850-tdep.c (_initialize_v850_tdep): Update.
9543 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9544 * s390-tdep.c (_initialize_s390_tdep): Update.
9545 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9546 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9547 * mips-tdep.c (_initialize_mips_tdep): Update.
9548 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9549 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9550 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9551 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9552 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9553 * frv-tdep.c (_initialize_frv_tdep): Update.
9554 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9555 (_initialize_cris_tdep): Update.
9556 * arch-utils.c (legacy_print_insn): Update.
9557 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9558
9559 2003-04-26 Adam Fedor <fedor@gnu.org>
9560
9561 * linespec.c (decode_objc): New function to decode ObjC calls
9562 (decode_line_1): Check for ObjC calls (using decode_objc)
9563 * Makefile (linespec.o): Update dependencies.
9564
9565 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
9566
9567 * breakpoint.h (struct breakpoint_ops): New.
9568 (struct breakpoint): Add ops member.
9569
9570 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9571 (mention): Use new breakpoint ops member.
9572 (set_raw_breakpoint): Initialize ops field to NULL.
9573 (print_exception_catchpoint, print_one_exception_catchpoint)
9574 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9575 (gnu_v3_exception_catchpoint_ops): New.
9576 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9577
9578 2003-04-25 Adam Fedor <fedor@gnu.org>
9579
9580 * Makefile.in (COMMON_OBS): Add objc-lang.o
9581
9582 2003-04-25 Andrew Cagney <cagney@redhat.com>
9583
9584 * d10v-tdep.c (print_insn): Delete function.
9585 (display_trace): Use TARGET_PRINT_INSN.
9586 (_initialize_d10v_tdep): Do not set tm_print_insn.
9587 (d10v_gdbarch_init): Set print_insn.
9588
9589 2003-04-25 Andrew Cagney <cagney@redhat.com>
9590
9591 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9592 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9593 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9594 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9595 (nr_dmap_regs, a0_regnum): ... new functions.
9596 (d10v_print_registers_info): Use a0_regnum, use register_size.
9597 (d10v_register_byte): Delete function.
9598 (d10v_register_raw_size): Delete function.
9599 (d10v_register_type): Use a0_regnum.
9600 (d10v_print_registers_info): Use a0_regnum.
9601 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9602 (d10v_gdbarch_init): Do not set register_byte or
9603 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9604 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9605 extract_address.
9606 (trace_command): Use XCALLOC.
9607 (print_insn): Delete reference to tm_print_insn.
9608 (saved_regs_unwinder): Use store_unsigned_integer instead of
9609 store_address.
9610 * frame.h (FRAME_OBSTACK_CALLOC): Define
9611
9612 2003-04-25 David Carlton <carlton@bactrian.org>
9613
9614 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9615
9616 2003-04-24 Adam Fedor <fedor@gnu.org>
9617
9618 * objc-lang.c: Include "valprint.h"
9619 * Makefile.in (objc-lang.o): Update dependencies.
9620
9621 2003-04-24 Adam Fedor <fedor@gnu.org>
9622
9623 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
9624 architecture dependant compilation and mark as unimplemented
9625 (until they get put in the gdbarch vector).
9626
9627 2003-04-23 David Carlton <carlton@bactrian.org>
9628
9629 * cp-support.c (cp_find_first_component): Accept 'operator' in
9630 more locations.
9631
9632 2003-04-23 Andrew Cagney <cagney@redhat.com>
9633
9634 * infcall.c (call_function_by_hand): Eliminate redundant
9635 indentation. Move "saved_async" and "old_cleanups" to where they
9636 are needed.
9637
9638 2003-04-23 Andrew Cagney <cagney@redhat.com>
9639
9640 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9641 and "buffer". Move the "name" code to where it is needed.
9642
9643 2003-04-23 Andrew Cagney <cagney@redhat.com>
9644
9645 * infcall.c (call_function_by_hand): Move variables "start_sp",
9646 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9647 code to ON_STACK switch branch.
9648
9649 2003-04-23 Andrew Cagney <cagney@redhat.com>
9650
9651 * infcall.c (call_function_by_hand): Make declaration of "i",
9652 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9653 lint.
9654
9655 2003-04-23 Andrew Cagney <cagney@redhat.com>
9656
9657 * infcall.c (call_function_by_hand): Delete variable
9658 "n_method_args". Localize "param_type"'s declaration to the loop
9659 that it is used. Reinstate code assigning to said variable -
9660 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9661 Rationalize code using "param_type".
9662
9663 2003-04-22 Andrew Cagney <cagney@redhat.com>
9664
9665 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9666 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9667 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9668 to DEPRECATED_PUSH_RETURN_ADDRESS.
9669
9670 2003-04-22 Kevin Buettner <kevinb@redhat.com>
9671
9672 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9673 on the DWARF2 register number prior to fetching a register.
9674
9675 2003-04-22 J. Brobecker <brobecker@gnat.com>
9676
9677 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9678 Update all the tests using SOFT_FLOAT considering the fact that
9679 this macro was always set to 0.
9680 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9681 considering the fact that this macro was always set to 0.
9682 * hppa-tdep.h (hppa_store_return_value): Likewise.
9683 (hppa_extract_return_value): Likewise.
9684
9685 2003-04-22 J. Brobecker <brobecker@gnat.com>
9686
9687 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9688 the hppa-pro target only.
9689
9690 2003-04-21 J. Brobecker <brobecker@gnat.com>
9691
9692 Ongoing multi-arch conversion effort for HP/UX:
9693 * config/pa/tm-hppa.h: Move all macro that are no longer
9694 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9695 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9696
9697 2003-04-21 J. Brobecker <brobecker@gnat.com>
9698
9699 * config/pa/tm-hppa.h: Obsolete a section that was only used
9700 for hppa-pro.
9701
9702 2003-04-21 J. Brobecker <brobecker@gnat.com>
9703
9704 Ongoing multi-arch conversion for HP/UX.
9705 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9706 if already defined (allows hppa64 to stay non-multiarched for now).
9707 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9708
9709 2003-04-21 Andrew Cagney <cagney@redhat.com>
9710
9711 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9712
9713 2003-04-21 Andrew Cagney <cagney@redhat.com>
9714
9715 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9716 "i386_num_mmx_regs".
9717
9718 2003-04-21 Andrew Cagney <cagney@redhat.com>
9719
9720 * infcall.c: New file.
9721 * infcall.h: New file.
9722 * valarith.c: Include "infcall.h".
9723 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9724 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9725 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9726 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9727 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9728 (SFILES): Add "infcall.c"
9729 (COMMON_OBS): Add "infcall.o".
9730 (infcall.o): Specify dependencies.
9731 * value.h (call_function_by_hand): Delete declaration.
9732 * inferior.h (run_stack_dummy): Delete declaration.
9733 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9734 (run_stack_dummy): Move to "infcall.c", merged into
9735 call_function_by_hand.
9736 * valops.c (call_function_by_hand): Moved to "infcall.c".
9737 (find_function_addr, value_arg_coerce): Ditto.
9738 (unwindonsignal_p, coerce_float_to_double): Ditto.
9739 (_initialize_valops): Move "set/show coerce-float-to-double", and
9740 "set/show unwindonsignal" commands to "infcall.c".
9741 * v850-tdep.c, target.h: Update comments.
9742 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9743 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9744 (sh64_init_extra_frame_info): Update comments.
9745 * mn10300-tdep.c: Update comments.
9746 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9747 * config/sparc/tm-sparc.h: Update comments.
9748 * breakpoint.h: Update comments.
9749 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9750 * arm-tdep.c: Update comment.
9751
9752 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9753
9754 * i386-tdep.c (i386_num_register_names): New variable.
9755 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9756 (MM0_REGNUM): Remove redundant parentheses in define.
9757 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9758 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9759 i386_mxcsr_regnum_p): Remove redundant parentheses.
9760 (i386_register_name): Use i386_num_register_names.
9761
9762 * i386-tdep.c (i386_extract_return_value,
9763 i386_store_return_value): Correct check for availability of
9764 floating-point registers.
9765
9766 * i386-tdep.c (i386_frame_num_args): Remove function.
9767 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9768
9769 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9770 mmx_regnum_to_fp_regnum. Adjust all callers.
9771
9772 * i386-tdep.c (i386_get_longjmp_target): Use
9773 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9774 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9775 extract_address.
9776
9777 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9778
9779 * core-regset.c: Update comments to reflect reality. Re-order
9780 includes.
9781 (fetch_core_registers): Use switch instead of if. Remove
9782 redundant prototype.
9783
9784 2003-04-18 Jim Blandy <jimb@redhat.com>
9785
9786 * s390-tdep.c (s390_frame_align): New function.
9787 (s390_gdbarch_init): Register it with the gdbarch object.
9788
9789 2003-04-17 Richard Henderson <rth@redhat.com>
9790
9791 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9792
9793 2003-04-17 Michael Snyder <msnyder@redhat.com>
9794 Karen Bennet <bennet@redhat.com>
9795
9796 Committed by Elena Zannoni <ezannoni@redhat.com>
9797 * gdb_gcore.sh: New script to create a core dump of a process.
9798
9799 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9800
9801 * values.c (value_being_returned): Don't fetch the return
9802 value if the return type is void.
9803
9804 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9805
9806 * thread-db.c: Reindented.
9807
9808 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9809
9810 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9811 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9812 as types.
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9839
9840 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9841 the size of ``long double'' to 16, instead of 8.
9842
9843 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9844
9845 * i386-linux-nat.c: Add some whitespace to make things more
9846 readable.
9847 (fetch_register, store_register, fetch_inferior_registers,
9848 store_inferior_registers): Get rid of assignment in if-statement.
9849 (store_register): Fix typo in error message.
9850
9851 2003-04-16 Andrew Cagney <cagney@redhat.com>
9852
9853 * utils.c (xmmalloc): Always allocate something, matches
9854 libiberty/xmalloc's semantics.
9855 (xmrealloc, xmcalloc): Ditto.
9856
9857 2003-04-16 Andrew Cagney <cagney@redhat.com>
9858
9859 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9860 update comments.
9861 (get_frame_type): Initialize unwind and type when needed.
9862 (get_frame_id, frame_register_unwind): Ditto.
9863
9864 2003-04-16 Andrew Cagney <cagney@redhat.com>
9865
9866 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9867 obsolete.
9868 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9869 * sparcl-stub.c: Obsolete file.
9870 * config/sparc/tm-sparclet.h: Obsolete file.
9871 * sparclet-stub.c: Obsolete file.
9872 * sparclet-rom.c: Obsolete file.
9873 * sparcl-tdep.c: Obsolete file.
9874 * config/sparc/tm-sparclite.h: Obsolete file.
9875 * config/sparc/sparclite.mt: Obsolete file.
9876 * config/sparc/sparclet.mt: Obsolete file.
9877 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9878 sparc86x-*-* obsolete.
9879
9880 2003-04-15 David Carlton <carlton@math.stanford.edu>
9881
9882 * Makefile.in (SFILES): Add cp-namespace.c.
9883 (COMMON_OBS): Add cp-namespace.o.
9884 (block.o): Depend on gdb_obstack_h and cp_support_h.
9885 (buildsym.o): Depend on cp_support_h.
9886 (cp-namespace.o): New.
9887 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9888 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9889 (dwarf2read.o): Depend on cp_support_h.
9890 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9891 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9892 processing_current_namespace.
9893 (read_namespace): Update processing_current_namespace; check for
9894 anonymous namespaces.
9895 (dwarf2_name): New function.
9896 (dwarf2_extension): Ditto.
9897 * cp-support.h: Update copyright, contributors.
9898 Add inclusion guards.
9899 Add opaque declaration for structs obstack, block, symbol.
9900 (struct using_direct): New struct.
9901 Add declarations for cp_find_first_component,
9902 cp_entire_prefix_len, processing_has_namespace_info,
9903 processing_current_namespace, cp_is_anonymous,
9904 cp_add_using_directive, cp_initialize_namespace,
9905 cp_finalize_namespace, cp_set_block_scope,
9906 cp_scan_for_anonymous_namespaces.
9907 * cp-namespace.c: New file.
9908 * cp-support.c: Update copyright.
9909 Include ctype.h, gdb_assert.h, gdbcmd.h.
9910 New variable maint_cplus_cmd_list.
9911 (cp_find_first_component): New function.
9912 (cp_entire_prefix_len, maint_cplus_command)
9913 (first_component_command, _initialize_cp_support): Ditto.
9914 * buildsym.c: Include cp-support.h.
9915 New variable using_list.
9916 (add_symbol_to_list): Check for anonymous namespaces.
9917 (finish_block): Set block's scope.
9918 (start_symtab): Initialize C++ namespace support.
9919 (end_symtab): Finalize C++ namespace support.
9920 * block.h: Add opaque declarations for structs
9921 block_namespace_info, using_direct, and obstack.
9922 Add declarations for block_set_scope and block_set_using.
9923 (struct block): Add 'language_specific' member.
9924 (BLOCK_NAMESPACE): New macro.
9925 * block.c: Include gdb_obstack.h and cp-support.h.
9926 (struct block_namespace_info): New struct.
9927 (block_set_scope): New function.
9928 (block_set_using, block_initialize_namespace): Ditto.
9929
9930 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9931
9932 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9933 (locate_base): Return early if there aren't any link map offsets.
9934 (svr4_solib_create_inferior_hook): Warn if shared library support
9935 is unavailable.
9936
9937 2003-04-14 David Carlton <carlton@math.stanford.edu>
9938
9939 * symtab.c (symbol_set_names): Add prefix when storing Java names
9940 in hash table. Fix for PR java/1039.
9941
9942 2003-04-14 David Carlton <carlton@math.stanford.edu>
9943
9944 * symtab.c (symbol_set_names): Rename 'name' arg to
9945 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9946 * symtab.h: Change 'name' argument in declaration of
9947 symbol_set_names to 'linkage_name'.
9948 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9949
9950 2003-04-14 Andrew Cagney <cagney@redhat.com>
9951
9952 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9953 return the fully sign-extended register value.
9954 (get_frame_pointer): Ditto.
9955 (mips_pop_frame): Initialize "proc_desc" after checking for a
9956 dummy frame.
9957
9958 2003-04-14 Andrew Cagney <cagney@redhat.com>
9959
9960 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9961 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9962 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9963 (mips_push_register): Delete function.
9964 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9965 PUSH_FP_REGNUM.
9966
9967 2003-04-14 Jim Blandy <jimb@redhat.com>
9968
9969 * symmisc.c: #include "gdb_regex.h".
9970 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9971 functions.
9972 * maint.c (maintenance_list_command): New function.
9973 (_initialize_maint_cmds): Register the above as commands.
9974 * symtab.h (maintenance_list_symtabs,
9975 maintenance_list_psymtabs): New declarations.
9976 * cli/cli-cmds.c (maintenancelistlist): New variable.
9977 (init_cmd_lists): Initialize it.
9978 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9979 * gdbcmd.h (maintenancelistlist): New declaration.
9980 * Makefile.in (symmisc.o): Update dependencies.
9981
9982 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9983
9984 * s390-nat.c: Include asm/types.h for addr_t.
9985
9986 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9987
9988 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9989 actually incoming type.
9990
9991 2003-04-13 Andrew Cagney <cagney@redhat.com>
9992
9993 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9994 get_next_frame and get_frame_saved_regs.
9995
9996 2003-04-13 Andrew Cagney <cagney@redhat.com>
9997
9998 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9999 of gdbarch_num_regs.
10000
10001 2003-04-13 Andrew Cagney <cagney@redhat.com>
10002
10003 * frame.h: Mention what replaced what in "struct frame_info".
10004 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
10005 deprecated_update_frame_base_hack and
10006 deprecated_update_frame_pc_hack.
10007 * hppa-tdep.c: Ditto.
10008
10009 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10010
10011 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
10012 to read_reg and update its comment. Remove regnum member.
10013 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
10014 Don't call read_reg when setting in_reg. Call read_reg to get
10015 the frame base if it's in a register. Return the register number
10016 on the stack instead of in the context. Remove extra arguments
10017 to read_reg.
10018 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
10019 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
10020 the register number on the expression stack.
10021 (needs_frame_read_reg): Remove extra arguments.
10022
10023 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10024
10025 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
10026 made non-static.
10027 (execute_stack_op): All callers updated.
10028 * dwarf2expr.h: Add prototype for dwarf2_read_address.
10029 * dwarf2loc.c (find_location_expression): New function.
10030 (dwarf_expr_frame_base): Call it.
10031 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
10032 (dwarf2_tracepoint_var_ref): New function, broken out from
10033 locexpr_tracepoint_var_ref.
10034 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
10035 Make static.
10036 (loclist_read_variable, loclist_read_needs_frame): New functions.
10037 (loclist_describe_location, loclist_tracepoint_var_ref): New
10038 functions.
10039 (dwarf2_loclist_funcs): New struct location_funcs.
10040 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
10041 (struct dwarf2_locexpr_baton): Add comments.
10042 (dwarf2_loclist_funcs): New extern.
10043 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
10044 base_address and base_known.
10045 (dwarf_loc_buffer): New variable.
10046 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
10047 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
10048 (dwarf2_has_info): Initialize dwarf_loc_offset.
10049 (dwarf2_build_psymtabs): Read in .debug_loc.
10050 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
10051 DWARF_LOC_SIZE.
10052 (psymtab_to_symtab_1): Likewise. Move base address calculation
10053 here, from...
10054 (dwarf2_get_pc_bounds): ... here. Use the base address from
10055 cu_header.
10056 (dwarf2_symbol_mark_computed): Handle location lists.
10057
10058 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
10059
10060 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
10061 if the linkage name demangled successfully.
10062
10063 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10064
10065 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
10066 disassmbly_flavour): Removed.
10067
10068 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
10069
10070 2003-04-13 Mark Kettenis <kettenis@gnu.org>
10071
10072 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
10073
10074 2003-04-12 Andrew Cagney <cagney@redhat.com>
10075
10076 * frame.h (struct frame_info): Move definition from here ...
10077 * frame.c (struct frame_info): ... to here.
10078
10079 2003-04-12 Andrew Cagney <cagney@redhat.com>
10080
10081 * gdbthread.h (save_infrun_state): Delete parameter
10082 "prev_func_start".
10083 (struct thread_info): Delete field "prev_func_start".
10084 (load_infrun_state): Ditto.
10085 * thread.c (load_infrun_state, save_infrun_state): Update.
10086 * infrun.c (prev_func_start): Delete variable.
10087 (context_switch, init_wait_for_inferior): Update.
10088 (stop_stepping, keep_going): Update.
10089
10090 2003-04-12 Andrew Cagney <cagney@redhat.com>
10091
10092 * gdbarch.sh: Add missing opaque declarations.
10093 * gdbarch.h: Regnerate.
10094 * symtab.h: Add missing opaque declarations.
10095 * value.h, target.h, symfile.h, stabsread.h: Ditto.
10096 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
10097 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
10098 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
10099 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
10100 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
10101 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
10102 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
10103 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
10104 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
10105 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
10106 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
10107 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
10108
10109 2003-04-11 Andrew Cagney <cagney@redhat.com>
10110
10111 * frame.c (get_frame_id): Return this frame's "id".
10112 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
10113 function start.
10114 (legacy_saved_regs_this_id): Replace function body with
10115 internal-error.
10116 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
10117 FRAME_OBSTACK_ZALLOC.
10118 (create_new_frame): Mark the frame ID as valid.
10119
10120 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
10121
10122 * Makefile.in (libbfd_h): Added missing setting.
10123 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
10124 according to the selected ABI.
10125
10126 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
10127
10128 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
10129
10130 2003-04-11 Andrew Cagney <cagney@redhat.com>
10131
10132 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
10133 SAVED_PC_AFTER_CALL.
10134 * gdbarch.h, gdbarch.c: Regenerate.
10135 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10136 * x86-64-tdep.c (x86_64_init_abi): Update.
10137 * vax-tdep.c (vax_gdbarch_init): Update.
10138 * v850-tdep.c (v850_gdbarch_init): Update.
10139 * sparc-tdep.c (sparc_gdbarch_init): Update.
10140 * sh-tdep.c (sh_gdbarch_init): Update.
10141 * s390-tdep.c (s390_gdbarch_init): Update.
10142 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10143 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10144 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10145 * mips-tdep.c (mips_gdbarch_init): Update.
10146 * mcore-tdep.c (mcore_gdbarch_init): Update.
10147 * m68k-tdep.c (m68k_gdbarch_init): Update.
10148 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10149 * ia64-tdep.c (ia64_gdbarch_init): Update.
10150 (ia64_saved_pc_after_call): Update declaration.
10151 * i386ly-tdep.c (i386lynx_init_abi): Update.
10152 * i386-tdep.c (i386_gdbarch_init): Update.
10153 * hppa-tdep.c (hppa_gdbarch_init): Update.
10154 * h8300-tdep.c (h8300_gdbarch_init): Update.
10155 * frv-tdep.c (frv_gdbarch_init): Update.
10156 * cris-tdep.c (cris_gdbarch_init): Update.
10157 * avr-tdep.c (avr_gdbarch_init): Update.
10158 * arm-tdep.c (arm_gdbarch_init): Update.
10159 * alpha-tdep.c (alpha_gdbarch_init): Update.
10160 * ns32knbsd-nat.c (frame_num_args): Update.
10161 * ns32k-tdep.c (umax_frame_num_args): Update.
10162 * mips-tdep.c (mips_init_frame_pc_first): Update.
10163 * infrun.c (step_over_function): Update.
10164 * i386-linux-tdep.c (skip_hurd_resolver): Update.
10165 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
10166 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10167 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10168 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10169 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
10170 * arm-linux-tdep.c (skip_hurd_resolver): Update.
10171 * arch-utils.c (init_frame_pc_default): Update.
10172 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10173 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
10174 declaration.
10175
10176 2003-04-11 Andrew Cagney <cagney@redhat.com>
10177
10178 * i387-tdep.c: Update copyright.
10179 (i387_to_double): Delete function.
10180 (double_to_i387): Delete function.
10181
10182 2003-04-10 Andrew Cagney <cagney@redhat.com>
10183
10184 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
10185 frame's function's address. Simplify.
10186 (d10v_frame_unwind_cache): Check that the frame's function is
10187 non-zero.
10188
10189 2003-04-10 Jim Blandy <jimb@redhat.com>
10190
10191 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
10192 call to set_gdbarch_deprecated_push_arguments.
10193
10194 2003-04-10 Andrew Cagney <cagney@redhat.com>
10195
10196 * frame.c (fprint_frame_id): New function.
10197 (fprint_frame_type, fprint_frame): New function.
10198 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
10199 (create_sentinel_frame, get_frame_id): Ditto.
10200 (frame_id_p, frame_id_eq): Ditto.
10201 (frame_id_inner, create_new_frame): Ditto.
10202 (legacy_get_prev_frame, get_prev_frame): Ditto.
10203 (deprecated_update_frame_pc_hack): Ditto.
10204 (frame_register_unwind): Ditto.
10205 (deprecated_update_frame_base_hack): Ditto.
10206
10207 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10208
10209 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
10210 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
10211 frame_chain function.
10212 * Makefile.in: Add dependencies due to above change.
10213
10214 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
10215
10216 * blockframe.c (legacy_frame_chain_valid): Move call to
10217 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
10218 inside_entry_file.
10219
10220 2003-04-09 Andrew Cagney <cagney@redhat.com>
10221
10222 * frame.h (struct frame_id): Replace "pc" and "base" with
10223 "stack_addr" and "code_addr". Update comments.
10224 (frame_id_build): Update parameter names and comment.
10225 (struct frame_info): Replace "id_p" and "id" with "this_id".
10226 * dummy-frame.c (dummy_frame_this_id): Update.
10227 * breakpoint.c (print_one_breakpoint): Update.
10228 * frame.c (get_frame_id): Update.
10229 (get_frame_base, frame_id_build): Update.
10230 (create_sentinel_frame, legacy_get_prev_frame): Update.
10231 (deprecated_update_frame_base_hack): Update.
10232 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
10233 (frame_id_inner): Ditto.
10234
10235 2003-04-09 Andrew Cagney <cagney@redhat.com>
10236
10237 * defs.h (gdb_print_host_address): Make "addr" parameter a
10238 pointer constant.
10239 * utils.c (gdb_print_host_address): Update.
10240
10241 2003-04-09 Kevin Buettner <kevinb@redhat.com>
10242
10243 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
10244 register number for R0 is 0.
10245
10246 2003-04-09 J. Brobecker <brobecker@gnat.com>
10247
10248 * frame.h (struct gdbarch): Add opaque structure definition
10249 to avoid a compilation warning on LynxOS 4.0.
10250
10251 2003-04-09 Andrew Cagney <cagney@redhat.com>
10252
10253 * frame.h (struct frame_info): Delete field "pc". Replace
10254 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
10255 structure.
10256 * frame.c (frame_pc_unwind): Update.
10257 (create_sentinel_frame): Do not set "pc".
10258 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
10259 (get_frame_pc): Call frame_pc_unwind.
10260 (deprecated_update_frame_pc_hack): Update.
10261 (create_new_frame): Use "pc" not "->pc".
10262
10263 2003-04-09 Andrew Cagney <cagney@redhat.com>
10264
10265 * frame.c (get_frame_id): Eliminate code updating "frame".
10266 (legacy_get_prev_frame): Ditto.
10267 (get_frame_base): Return id.base directly.
10268 (deprecated_update_frame_base_hack): Update "id.base".
10269 * frame.h (struct frame_info): Delete field "frame".
10270
10271 2003-04-09 Andrew Cagney <cagney@redhat.com>
10272
10273 * NEWS: Mention that the "Sequent family" is obsolete.
10274 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
10275 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10276 * configure.host: Obsolete i[3456]86-sequent-bsd*,
10277 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
10278 * config/i386/tm-ptx4.h: Obsolete file.
10279 * config/i386/tm-ptx.h: Obsolete file.
10280 * symm-tdep.c: Obsolete file.
10281 * config/i386/symmetry.mt: Obsolete file.
10282 * config/i386/tm-symmetry.h: Obsolete file.
10283 * symm-nat.c: Obsolete file.
10284 * config/i386/nm-symmetry.h: Obsolete file.
10285 * config/i386/xm-symmetry.h: Obsolete file.
10286 * config/i386/symmetry.mh: Obsolete file.
10287 * config/i386/nm-ptx4.h: Obsolete file.
10288 * config/i386/ptx4.mh: Obsolete file.
10289 * config/i386/ptx.mt: Obsolete file.
10290 * config/i386/ptx.mh: Obsolete file.
10291 * config/i386/xm-ptx4.h: Obsolete file.
10292 * config/i386/xm-ptx.h: Obsolete file.
10293
10294 2003-04-09 Andrew Cagney <cagney@redhat.com>
10295
10296 Obsolete mips*-*-mach3*.
10297 * NEWS: Mention that mips*-*-mach3* is obsolete.
10298 * m3-nat.c: Obsolete file.
10299 * config/nm-m3.h: Obsolete file.
10300 * config/mips/tm-mipsm3.h: Obsolete file.
10301 * config/mips/mipsm3.mt: Obsolete file.
10302 * config/mips/mipsm3.mh: Obsolete file.
10303 * config/mips/xm-mipsm3.h: Obsolete file.
10304 * mipsm3-nat.c: Obsolete file.
10305 * configure.host: Obsolete mips-dec-mach3*.
10306 * configure.tgt: Obsolete mips*-*-mach3*.
10307
10308 2003-04-09 Andrew Cagney <cagney@redhat.com>
10309
10310 * doublest.h: Update copyright.
10311 (deprecated_store_floating, deprecated_extract_floating): Rename
10312 store_floating and extract_floating. Update comments.
10313 * doublest.c: Update copyright.
10314 (extract_floating_by_length): Replace extract_floating.
10315 (store_floating_by_length): Replace store_floating.
10316 (deprecated_extract_floating): New function.
10317 (deprecated_store_floating): New function.
10318 (extract_typed_floating): Call extract_floating_by_length.
10319 (store_typed_floating): Call store_floating_by_length.
10320 * x86-64-tdep.c (x86_64_store_return_value): Update.
10321 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
10322 (sh64_extract_return_value): Update.
10323 (sh_sh4_register_convert_to_virtual): Update.
10324 (sh_sh64_register_convert_to_virtual): Update.
10325 (sh_sh4_register_convert_to_raw): Update.
10326 (sh_sh64_register_convert_to_raw): Update.
10327 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
10328 (rs6000_register_convert_to_raw): Update.
10329 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
10330 (ia64_register_convert_to_raw): Update.
10331 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
10332 (REGISTER_CONVERT_TO_VIRTUAL): Update.
10333 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
10334 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
10335 (alpha_register_convert_to_raw): Update.
10336
10337 2003-04-08 Andrew Cagney <cagney@redhat.com>
10338
10339 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
10340 * gdbarch.h, gdbarch.c: Re-generate.
10341 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
10342 (d10v_gdbarch_init): Do not set saved_pc_after_call.
10343 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
10344 conditionally, use frame_pc_unwind as an alternative. Add
10345 comments.
10346 * arch-utils.c (init_frame_pc_default): Only call
10347 SAVED_PC_AFTER_CALL when available.
10348
10349 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10350
10351 * infrun.c (stop_soon): Rename from stop_soon_quietly.
10352 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
10353 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
10354 (start_remote): Ditto.
10355 (handle_inferior_event): Ditto.
10356 (save_inferior_status): Ditto.
10357 (restore_inferior_status): Ditto.
10358 * infcmd.c (attach_command): Ditto.
10359 * fork-child.c (startup_inferior): Ditto.
10360 * inferior.h (stop_soon): Rename from stop_soon_quietly.
10361 * alpha-tdep.c (heuristic_proc_start): Ditto.
10362 * mips-tdep.c (heuristic_proc_start): Ditto.
10363 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
10364 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
10365 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
10366 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
10367 * remote-vx.c (vx_create_inferior): Ditto.
10368
10369 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
10370
10371 * infrun.c (stop_soon_quietly): Make it an enum, to better
10372 override the default behavior of handle_inferior_event.
10373 (clear_proceed_status): Update uses of stop_soon_quietly to
10374 reflect that it is now an enum.
10375 (start_remote): Ditto.
10376 (handle_inferior_event): Change logic a bit if stop_soon_quietly
10377 is set to handle the new GNU/Linux kernel behavior for
10378 attach/sigstop. Update uses of stop_soon_quietly.
10379 * inferior.h (enum stop_kind): New enum.
10380 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
10381 Reset normal handle_inferior_event behavior, afterwards.
10382 * fork-child.c (startup_inferior): Update.
10383 * alpha-tdep.c (heuristic_proc_start): Update.
10384 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
10385 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
10386 * solib-osf.c (osf_solib_create_inferior_hook): Update.
10387 * solib-irix.c (irix_solib_create_inferior_hook): Update.
10388 * remote-vx.c (vx_create_inferior): Update.
10389 * mips-tdep.c (heuristic_proc_start): Update.
10390
10391 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
10392
10393 * disasm.c (dump_insns): Move variables inside loop, or they will
10394 be freed more than once, causing wild memory corruptions.
10395 (gdb_disassembly): Look for the substring "-thread",
10396 instead of "-threads" in the target name, to make sure to find
10397 the 'multi-thread' target. Also, make sure we do the right thing
10398 with the "core" target.
10399
10400 2003-04-07 Kevin Buettner <kevinb@redhat.com>
10401
10402 * mips-tdep.c (mips_print_fp_register): New function, created from
10403 do_fp_register_row(). Registers are now (also) printed as hex.
10404 Only one register is printed per row.
10405 (mips_print_register, do_fp_register_row): Print floating point
10406 registers with mips_print_fp_register().
10407
10408 2003-04-06 Andrew Cagney <cagney@redhat.com>
10409
10410 * valprint.h (inspect_it): Add extern declaration.
10411 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
10412 (selectors_info, classes_info): Ditto.
10413 (find_objc_msgcall): Fix indentation.
10414 (objc_printstr): Delete extern declarations.
10415
10416 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
10417
10418 2003-04-06 Andrew Cagney <cagney@redhat.com>
10419
10420 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10421 Update comment.
10422 * frame.c (legacy_saved_regs_this_id): Update.
10423 (legacy_get_prev_frame): Update.
10424 * xstormy16-tdep.c: Update comment.
10425 * sparc-tdep.c (sparc_frame_chain): Update comment.
10426 * blockframe.c (legacy_frame_chain_valid): Update.
10427
10428 2003-04-06 Andrew Cagney <cagney@redhat.com>
10429
10430 * valprint.c (val_print_type_code_int): Delete #ifdef
10431 PRINT_TYPELESS_INTEGER code.
10432
10433 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10434 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10435 multi-arch definition.
10436 * gdbarch.h: Re-generate.
10437
10438 2003-04-05 Andrew Cagney <cagney@redhat.com>
10439
10440 Eliminate FRAME_FIND_SAVED_REGS.
10441 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10442 Change FSR parameter to a pointer.
10443 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10444 Assume FSR parameter is a pointer.
10445 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10446 Make fsr a pointer.
10447 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10448 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10449 saved_regs a pointer.
10450 (hppa_frame_saved_pc): Ditto.
10451 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10452 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10453 pointer.
10454 (restore_pc_queue): Make fsr a pointer.
10455 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10456 (hppa_frame_chain): Make saved_regs a pointer, call
10457 hppa_frame_init_saved_regs.
10458 * sparc-tdep.c: Include "gdb_assert.h".
10459 (sparc_frame_find_saved_regs): Replace internal_error with
10460 gdb_assert.
10461 * remote-vxsparc.c (vx_read_register): Delete reference to
10462 FRAME_FIND_SAVED_REGS.
10463 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10464 * gdbarch.h: Regenerate.
10465 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10466 (deprecated_get_frame_saved_regs): Delete declaration.
10467 (struct frame_saved_regs): Delete definition.
10468 * frame.c (deprecated_get_frame_saved_regs): Delete function.
10469 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10470 (hppa_frame_find_saved_regs): Delete declaration.
10471 (FRAME_FIND_SAVED_REGS): Delete macro.
10472 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
10473 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
10474 FRAME_FIND_SAVED_REGS in comment.
10475
10476 2003-04-05 Andrew Cagney <cagney@redhat.com>
10477
10478 * frame.c (frame_func_unwind, get_frame_func): New functions.
10479 * frame.h (get_frame_func, frame_func_unwind): Declare.
10480 (struct frame_info): Add field "prev_func" for caching the
10481 previous frame's function address.
10482 * arm-tdep.c (arm_frameless_function_invocation): Combine
10483 get_pc_function_start and get_frame_pc into get_frame_func.
10484 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10485 (sh64_nofp_frame_init_saved_regs): Ditto.
10486 * s390-tdep.c (s390_function_start): Ditto.
10487 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10488 (rs6000_frameless_function_invocation): Ditto.
10489 (rs6000_frame_saved_pc): Ditto.
10490 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10491 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10492 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10493 (i386_frame_init_saved_regs): Ditto.
10494 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10495 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10496 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10497 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10498 * blockframe.c (frameless_look_for_prologue): Ditto.
10499
10500 2003-04-05 Andrew Cagney <cagney@redhat.com>
10501
10502 * frame.c (legacy_get_prev_frame): Link prev to next at the
10503 function start. Update comments.
10504
10505 2003-04-05 Andrew Cagney <cagney@redhat.com>
10506
10507 * frame.c (get_frame_id): Update comment.
10508 (legacy_get_prev_frame): Update comment.
10509 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10510 * gdbarch.h: Regenerate.
10511 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10512 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10513
10514 2003-04-05 Andrew Cagney <cagney@redhat.com>
10515
10516 * stack.c (print_frame_info): Use get_frame_pc.
10517
10518 2003-04-04 Andrew Cagney <cagney@redhat.com>
10519
10520 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10521 the frame's type from the unwinder.
10522 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10523 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10524 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10525 (get_frame_base_address): Use get_frame_type.
10526 (get_frame_locals_address, get_frame_args_address): Ditto.
10527 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10528 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10529 (struct frame_info): Add comment explaining why the frame contains
10530 a "type" field.
10531 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10532 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10533 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10534 NORMAL_FRAME.
10535 * frame-unwind.h: Include "frame.h".
10536 (struct frame_unwind): Add "type" field.
10537 * Makefile.in (frame_unwind_h): Add $(frame_h).
10538
10539 2003-04-04 Andrew Cagney <cagney@redhat.com>
10540
10541 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10542 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10543 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10544 get_frame_base.
10545 (d10v_unwind_dummy_id): Use frame_id_build.
10546 * frame.c (find_frame_sal): Use get_frame_pc.
10547 (create_new_frame): Use deprecated_update_frame_pc_hack and
10548 deprecated_update_frame_base_hack.
10549 (create_sentinel_frame): Add comment about ->pc going away.
10550 (get_prev_frame): Add comment about ->pc going away.
10551 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10552 frame_id_build, deprecated_update_frame_pc_hack and
10553 deprecated_update_frame_base_hack.
10554 (select_frame): Use get_frame_pc.
10555 (legacy_saved_regs_this_id): Use frame_id_build.
10556
10557 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
10558
10559 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10560 signed integer case.
10561 (classify_argument): Handle enumerations and references.
10562
10563 2003-04-04 Andrew Cagney <cagney@redhat.com>
10564
10565 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10566 ID to NULL.
10567
10568 2003-04-01 Adam Fedor <fedor@gnu.org>
10569
10570 * gdb/objc-lang.c (selectors_info): Replace calls to
10571 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10572 SYMBOL_NATURAL_NAME.
10573 (classes_info, find_methods): Likewise.
10574
10575 2003-04-03 Kevin Buettner <kevinb@redhat.com>
10576
10577 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10578 ``mach'' to the value determined by bfd_default_set_arch_mach().
10579
10580 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10581
10582 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10583 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10584 (mi-cmd-file.o): Update dependencies.
10585
10586 2003-04-01 Kevin Buettner <kevinb@redhat.com>
10587
10588 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10589 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10590
10591 2003-04-01 Adam Fedor <fedor@gnu.org>
10592
10593 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10594 * language.h (struct language_defn): Add la_demangle.
10595 (language_demangle): Declare.
10596 * language.c (language_demangle): New function.
10597 (unk_lang_demangle): Likewise.
10598 (unknown_language_defn, auto_language_defn, local_language_defn):
10599 Add ukn_lang_demangle.
10600 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
10601 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
10602 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10603 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10604 * jv-lang.c (java_demangle): New function
10605 (java_language_defn): Use it for la_demangle element.
10606 * objc-lang.c (objc_demangle): Add options argument
10607 (objc_language_defn): Use objc_demangle for la_demangle element.
10608 * maint.c (maintenance_demangle): Replace switch with
10609 call to language_demangle.
10610 * utils.c (fprintf_symbol_filtered): Likewise.
10611
10612 2003-04-01 Andrew Cagney <cagney@redhat.com>
10613
10614 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10615 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10616 PRINT_TYPELESS_INTEGER.
10617 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10618 PUSH_RETURN_ADDRESS.
10619
10620 2003-04-01 Andrew Cagney <cagney@redhat.com>
10621
10622 * Makefile.in (d10v-tdep.o): Update dependencies.
10623 * d10v-tdep.c: Include "frame-base.h".
10624 (d10v_frame_unwind): Make constant.
10625 (d10v_frame_base_address): New function.
10626 (d10v_frame_base): New variable.
10627 (d10v_gdbarch_init): Set frame_base default.
10628 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10629 comment for base.
10630 (d10v_frame_unwind_cache): Set and use "prev_sp".
10631 (d10v_frame_this_id): Use the previous frame's inner most stack
10632 address and this frame's func address for the frame ID. Use
10633 frame_id_build. Don't analyze beyond the current instruction.
10634
10635 2003-04-01 Andrew Cagney <cagney@redhat.com>
10636
10637 * frame.h (get_frame_locals_address, get_frame_args_address):
10638 Refer to the base address, instead of the address of the first
10639 local or parameter.
10640
10641 2003-04-01 Andrew Cagney <cagney@redhat.com>
10642
10643 Add frame debug info addresses:
10644 * frame-base.c: New file.
10645 * frame-base.h: New file.
10646 * frame.h (struct frame_base): Add opaque declaration.
10647 (get_frame_base): Update comment.
10648 (get_frame_base_address): Declare.
10649 (get_frame_locals_address): Declare.
10650 (get_frame_args_address): Declare.
10651 (struct frame_info): Add "base" and "base_cache". Update
10652 comments on the unwinder.
10653 * frame.c: Include "frame-base.h".
10654 (get_frame_locals_address): New function.
10655 (get_frame_base_address): New function.
10656 (get_frame_args_address): New function.
10657 * findvar.c (read_var_value): Use get_frame_locals_address and
10658 get_frame_args_address.
10659 * stack.c (frame_info): Use get_frame_locals_address and
10660 get_frame_args_address.
10661 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10662 moved to "frame-base.c".
10663 * printcmd.c (print_frame_nameless_args): Ditto.
10664 * symtab.h (address_class): Update comments.
10665 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10666 get_frame_base_address.
10667 * dwarf2expr.c (execute_stack_op): Ditto.
10668 * Makefile.in (frame_base_h): Define.
10669 (frame.o): Update dependencies.
10670 (frame-base.o): Add dependencies.
10671 (SFILES): Add frame-base.c.
10672 (COMMON_OBS): Add frame-base.o.
10673
10674 2003-04-01 Andrew Cagney <cagney@redhat.com>
10675
10676 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10677 CALL_DUMMY_LENGTH): Ditto.
10678 * gdbarch.c: Re-generate.
10679 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10680 (CALL_DUMMY_LENGTH): Delete macro.
10681 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10682 * arm-tdep.c (arm_gdbarch_init): Ditto.
10683 * avr-tdep.c (avr_gdbarch_init): Ditto.
10684 * cris-tdep.c (cris_gdbarch_init): Ditto.
10685 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10686 * frv-tdep.c (frv_gdbarch_init): Ditto.
10687 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10688 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10689 * i386-tdep.c (i386_gdbarch_init): Ditto.
10690 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10691 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10692 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10693 * mips-tdep.c (mips_gdbarch_init): Ditto.
10694 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10695 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10696 * s390-tdep.c (s390_gdbarch_init): Ditto.
10697 * sh-tdep.c (sh_gdbarch_init): Ditto.
10698 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10699 * v850-tdep.c (v850_gdbarch_init): Ditto.
10700 * vax-tdep.c (vax_gdbarch_init): Ditto.
10701 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10702
10703 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
10704
10705 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10706
10707 2003-04-01 Andrew Cagney <cagney@redhat.com>
10708
10709 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10710 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10711 * gdbarch.h, gdbarch.c: Re-generate.
10712 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10713 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10714 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10715 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10716 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10717 * infcmd.c (run_stack_dummy): Simplify assuming
10718 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10719 * infrun.c (handle_inferior_event): Ditto.
10720 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10721 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10722 * arm-tdep.c (arm_gdbarch_init): Ditto.
10723 * avr-tdep.c (avr_gdbarch_init): Ditto.
10724 * cris-tdep.c (cris_gdbarch_init): Ditto.
10725 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10726 * frv-tdep.c (frv_gdbarch_init): Ditto.
10727 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10728 * i386-tdep.c (i386_gdbarch_init): Ditto.
10729 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10730 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10731 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10732 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10733 * mips-tdep.c (mips_gdbarch_init): Ditto.
10734 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10735 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10736 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10737 * s390-tdep.c (s390_gdbarch_init): Ditto.
10738 * sh-tdep.c (sh_gdbarch_init): Ditto.
10739 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10740 * v850-tdep.c (v850_gdbarch_init): Ditto.
10741 * vax-tdep.c (vax_gdbarch_init): Ditto.
10742 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10743
10744 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
10745
10746 * symfile.c (symfile_relocate_debug_section): Update call to
10747 bfd_simple_get_relocated_section_contents.
10748
10749 2003-03-31 Andrew Cagney <cagney@redhat.com>
10750
10751 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10752 * gdbarch.h, gdbarch.c: Regenerate.
10753 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10754 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10755 available.
10756 * frame.h (generic_fix_call_dummy): Delete declaration.
10757 * dummy-frame.h: Update comment.
10758 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10759 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10760 fix_call_dummy.
10761 * sh-tdep.c (sh_gdbarch_init): Ditto.
10762 * s390-tdep.c (s390_gdbarch_init): Ditto.
10763 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10764 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10765 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10766 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10767 * i386-tdep.c (i386_gdbarch_init): Ditto.
10768 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10769 * frv-tdep.c (frv_gdbarch_init): Ditto.
10770 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10771 * cris-tdep.c (cris_gdbarch_init): Ditto.
10772 * avr-tdep.c (avr_gdbarch_init): Ditto.
10773 * arm-tdep.c (arm_gdbarch_init): Ditto.
10774
10775 2003-03-31 J. Brobecker <brobecker@gnat.com>
10776
10777 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10778 (INIT_FRAME_AP): Likewise.
10779 (EXTRA_FRAME_INFO): Likewise.
10780
10781 2003-03-31 Andrew Cagney <cagney@redhat.com>
10782
10783 * gdbarch.sh: Include "symfile.h".
10784 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10785 * gdbarch.h, gdbarch.c: Re-generate.
10786 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10787 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10788 call_dummy_address, the default is at entry_point_address.
10789 * v850-tdep.c (v850_gdbarch_init): Ditto.
10790 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10791 * sh-tdep.c (sh_gdbarch_init): Ditto.
10792 * s390-tdep.c (s390_gdbarch_init): Ditto.
10793 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10794 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10795 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10796 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10797 * i386-tdep.c (i386_gdbarch_init): Ditto.
10798 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10799 * frv-tdep.c (frv_gdbarch_init): Ditto.
10800 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10801 * cris-tdep.c (cris_gdbarch_init): Ditto.
10802 * arm-tdep.c (arm_gdbarch_init): Ditto.
10803
10804 2003-03-31 Andrew Cagney <cagney@redhat.com>
10805
10806 * gdbarch.sh (CALL_DUMMY_P): Delete.
10807 * gdbarch.h, gdbarch.c: Re-generate.
10808 * inferior.h (CALL_DUMMY_P): Delete macro.
10809 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10810 * vax-tdep.c (vax_gdbarch_init): Update.
10811 * v850-tdep.c (v850_gdbarch_init): Update.
10812 * sparc-tdep.c (sparc_gdbarch_init): Update.
10813 * sh-tdep.c (sh_gdbarch_init): Update.
10814 * s390-tdep.c (s390_gdbarch_init): Update.
10815 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10816 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10817 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10818 * mips-tdep.c (mips_gdbarch_init): Update.
10819 * mcore-tdep.c (mcore_gdbarch_init): Update.
10820 * m68k-tdep.c (m68k_gdbarch_init): Update.
10821 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10822 * ia64-tdep.c (ia64_gdbarch_init): Update.
10823 * i386-tdep.c (i386_gdbarch_init): Update.
10824 * h8300-tdep.c (h8300_gdbarch_init): Update.
10825 * frv-tdep.c (frv_gdbarch_init): Update.
10826 * d10v-tdep.c (d10v_gdbarch_init): Update.
10827 * cris-tdep.c (cris_gdbarch_init): Update.
10828 * breakpoint.c (deprecated_frame_in_dummy): Update.
10829 * avr-tdep.c (avr_gdbarch_init): Update.
10830 * alpha-tdep.c (alpha_gdbarch_init): Update.
10831 * arm-tdep.c (arm_gdbarch_init): Update.
10832 * dummy-frame.c (dummy_frame_this_id): Update comments.
10833 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10834 * frame.c (legacy_get_prev_frame): Ditto.
10835 * valops.c (call_function_by_hand): Delete function.
10836 (hand_function_call): Rename to call_function_by_hand
10837
10838 2003-03-30 Andrew Cagney <cagney@redhat.com>
10839
10840 2002-11-10 Klee Dienes <kdienes@apple.com>
10841 * value.h (struct value): Update comment.
10842
10843 2003-03-30 Andrew Cagney <cagney@redhat.com>
10844
10845 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10846 D10V_FP_REGNUM.
10847 (d10v_gdbarch_init): Do not set fp_regnum.
10848
10849 * frame.c (get_frame_base): Force ID initialization.
10850 (get_prev_frame): Move computation of the frame ID from here ...
10851 (get_frame_id): ... to here.
10852 (legacy_get_prev_frame): Mark the frame ID as valid.
10853 * frame.h (struct frame_info): Add field "id_p".
10854
10855 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10856
10857 * i386-tdep.c (i386_store_struct_return): Removed.
10858 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10859
10860 2003-03-30 Andrew Cagney <cagney@redhat.com>
10861
10862 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10863 * gdbarch.h, gdbarch.c: Regenerate.
10864 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10865 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10866 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10867 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10868 * i386-tdep.c (i386_gdbarch_init): Ditto.
10869 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10870 * cris-tdep.c (cris_gdbarch_init): Ditto.
10871 * vax-tdep.c (vax_gdbarch_init): Ditto.
10872 * s390-tdep.c (s390_gdbarch_init): Ditto.
10873 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10874 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10875 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10876 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10877 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10878 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10879 * sparc-tdep.c (sparc_gdbarch_init): Update.
10880 * sh-tdep.c (sh_gdbarch_init): Update.
10881 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10882 * mips-tdep.c (mips_gdbarch_init): Update.
10883 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10884 * ia64-tdep.c (ia64_gdbarch_init): Update.
10885 * frv-tdep.c (frv_gdbarch_init): Update.
10886 * avr-tdep.c (avr_gdbarch_init): Update.
10887 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10888 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10889 instead of when push_dummy_call is not available.
10890
10891 2003-03-30 Andrew Cagney <cagney@redhat.com>
10892
10893 * infttrace.c: Include "gdbthread.h".
10894 (parent_attach_all): Fix function signature.
10895 (call_ptrace): Update call.
10896 * Makefile.in (infttrace.o): Update dependencies.
10897
10898 2003-03-30 Andrew Cagney <cagney@redhat.com>
10899
10900 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10901 PUSH_RETURN_ADDRESS.
10902 * gdbarch.h, gdbarch.c: Regenerate.
10903 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10904 * x86-64-tdep.c (x86_64_init_abi): Update.
10905 * v850-tdep.c (v850_gdbarch_init): Update.
10906 * sparc-tdep.c (sparc_gdbarch_init): Update.
10907 * sh-tdep.c (sh_gdbarch_init): Update.
10908 * s390-tdep.c (s390_gdbarch_init): Update.
10909 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10910 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10911 * mips-tdep.c (mips_gdbarch_init): Update.
10912 * mcore-tdep.c (mcore_gdbarch_init): Update.
10913 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10914 * ia64-tdep.c (ia64_gdbarch_init): Update.
10915 * i386-tdep.c (i386_gdbarch_init): Update.
10916 * h8300-tdep.c (h8300_gdbarch_init): Update.
10917 * frv-tdep.c (frv_gdbarch_init): Update.
10918 * cris-tdep.c (cris_gdbarch_init): Update.
10919 * avr-tdep.c (avr_gdbarch_init): Update.
10920 * arm-tdep.c (arm_gdbarch_init): Update.
10921 * valops.c (hand_function_call): Update.
10922
10923 2003-03-29 Andrew Cagney <cagney@redhat.com>
10924
10925 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10926 sizeof_call_dummy_words.
10927 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10928 define.
10929 * gdbarch.h: Regenerate.
10930
10931 2003-03-29 Andrew Cagney <cagney@redhat.com>
10932
10933 * infttrace.h: New file.
10934 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10935 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10936 (hpread_read_doc_function_type): Detect an initialized type1.
10937 (hpread_quick_traverse): Initialize mod_name_string.
10938 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10939 (som_solib_get_solib_by_pc): Declare.
10940 (so_lib_thread_start_addr): Declare.
10941 (no_shared_libraries): Declare.
10942 * somread.c (init_import_symbols): Make static. Add forward
10943 declaration.
10944 * config/pa/nm-hppah.h: Include "infttrace.h" for
10945 parent_attach_all.
10946 (hppa_insert_hw_watchpoint): Declare.
10947 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10948 * hppah-nat.c: Include "gdb_string.h".
10949 (parent_attach_all): Delete extern declaration, moved to
10950 "infttrace.h".
10951 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10952 int.
10953 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10954 * Makefile.in (infttrace_h): Define.
10955 (hpread.o): Update dependencies.
10956 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10957 * hppa-hpux-tdep.c: Include "gdb_string.h".
10958 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10959 * infrun.c (handle_inferior_event): Always initialize
10960 stepped_after_stopped_by_watchpoint. Add default and remove
10961 fallthrough in switch statement.
10962 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10963 parameter to int.
10964 (hppa_remove_hw_watchpoint): Ditto.
10965
10966 2003-03-29 Andrew Cagney <cagney@redhat.com>
10967
10968 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10969 offset.
10970
10971 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10972
10973 * arm-tdep.c (arm_push_arguments): Delete.
10974 (struct stack_item): New type.
10975 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10976 (arm_store_struct_return): Delte.
10977 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10978 arm_push_arguments or arm_store_struct_return.
10979
10980 2003-03-28 Andrew Cagney <cagney@redhat.com>
10981
10982 * Makefile.in (d10v-tdep.o): Update dependencies.
10983 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10984 * d10v-tdep.c: Include "remote.h".
10985 (target_resume_hook): Delete extern declaration.
10986 (target_wait_loop_hook): Ditto.
10987 (tdisassemble_command): Eliminate assignment in "if" conditional.
10988 (d10v_ts2_register_sim_regno): Eliminate call to
10989 legacy_register_sim_regno.
10990 (d10v_ts3_register_sim_regno): Ditto.
10991
10992 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10993
10994 * thread.c: Reindented.
10995 * lin-lwp.c: Ditto.
10996 * linux-proc.c: Ditto.
10997
10998 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10999
11000 * MAINTAINERS (write after approval): Add myself.
11001
11002 2003-03-27 Theodore A. Roth <troth@openavr.org>
11003
11004 * objc-exp.y: Add missing semi-colons.
11005
11006 2003-03-27 Andrew Cagney <cagney@redhat.com>
11007
11008 * regcache.c (write_sp): Delete function and references.
11009 * inferior.h (write_sp): Delete declaration.
11010 * valops.c (hand_function_call): Replace write_sp with
11011 TARGET_WRITE_SP.
11012 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
11013 (sparc_pop_frame): Ditto.
11014
11015 2003-03-27 Andrew Cagney <cagney@redhat.com>
11016
11017 * NEWS: Mention removal of support for hppa*-*-bsd* and
11018 hppa*-*-osf* natives, and hppa*-*-pro* target.
11019 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
11020 * config/pa/xm-pa.h: Obsolete file.
11021 * config/pa/xm-hppab.h: Obsolete file.
11022 * config/pa/nm-hppab.h: Obsolete file.
11023 * config/pa/tm-hppab.h: Obsolete file.
11024 * config/pa/tm-hppao.h: Obsolete file.
11025 * config/pa/nm-hppao.h: Obsolete file.
11026 * config/pa/tm-pro.h: Obsolete file.
11027 * config/pa/hppaosf.mt: Obsolete file.
11028 * config/pa/hppaosf.mh: Obsolete file.
11029 * config/pa/hppapro.mt: Obsolete file.
11030 * config/pa/hppabsd.mt: Obsolete file.
11031 * config/pa/hppabsd.mh: Obsolete file.
11032 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
11033 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
11034 hppa*-*-osf*.
11035
11036 2003-03-27 Andrew Cagney <cagney@redhat.com>
11037
11038 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
11039 push_arguments. Don't set push_return_address or write_sp.
11040 (d10v_push_dummy_call): Replace d10v_push_arguments.
11041 (d10v_push_return_address, d10v_write_sp): Delete function,
11042 handled by push_dummy_call.
11043
11044 2003-03-26 Andrew Cagney <cagney@redhat.com>
11045
11046 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
11047 (push_dummy_call): New pure multi-arch replacement with gdbarch,
11048 regcache and dummy_addr parameters.
11049 * gdbarch.h, gdbarch.c: Re-generate.
11050 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
11051 available; assume it will handle stack alignment and return
11052 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
11053 legacy_push_arguments.
11054 (legacy_push_arguments): Rename default_push_arguments.
11055 * value.h (legacy_push_arguments): Rename default_push_arguments.
11056 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
11057 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11058 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11059 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
11060 * config/i386/tm-symmetry.h: Update.
11061 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11062 * x86-64-tdep.c (x86_64_init_abi): Update.
11063 * v850-tdep.c (v850_gdbarch_init): Update.
11064 * sparc-tdep.c (sparc_gdbarch_init): Update.
11065 * sh-tdep.c (sh_gdbarch_init): Update.
11066 * s390-tdep.c (s390_gdbarch_init): Update.
11067 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11068 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11069 * mips-tdep.c (mips_gdbarch_init): Update.
11070 * mcore-tdep.c (mcore_gdbarch_init): Update.
11071 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11072 * ia64-tdep.c (ia64_gdbarch_init): Update.
11073 * i386-tdep.c (i386_gdbarch_init): Update.
11074 * hppa-tdep.c (hppa_gdbarch_init): Update.
11075 * h8300-tdep.c (h8300_gdbarch_init): Update.
11076 * frv-tdep.c (frv_gdbarch_init): Update.
11077 * d10v-tdep.c (d10v_gdbarch_init): Update.
11078 * cris-tdep.c (cris_gdbarch_init): Update.
11079 * avr-tdep.c (avr_gdbarch_init): Update.
11080 * arm-tdep.c (arm_gdbarch_init): Update.
11081 * arm-linux-tdep.c (arm_linux_init_abi): Update.
11082 * alpha-tdep.c (alpha_gdbarch_init): Update.
11083
11084 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11085
11086 * signals/signals.c (do_target_signal_to_host): Correct realtime
11087 signal range test.
11088
11089 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11090
11091 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
11092 (struct sal_chain, map_catch_names): Remove.
11093 (catch_exception_command_1): Don't call
11094 handle_gnu_4_16_catch_command.
11095
11096 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11097
11098 From Mark Dettinger <dettinge@de.ibm.com>:
11099 * dwarf2cfi.c (read_2u): Increment pointer by two.
11100
11101 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11102
11103 * signals/signals.c: Fix typos in last change.
11104
11105 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
11106
11107 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
11108 not already defined. Use __SIGRTMIN if available.
11109 (target_signal_from_host): Remove SIGRTMIN block.
11110 (do_target_signal_to_host): Remove SIGRTMIN block; check that
11111 the signal is within the realtime range.
11112
11113 2003-03-25 Adam Fedor <fedor@gnu.org>
11114
11115 * Makefile.in (infrun.o): Add $(language_h)
11116 * infrun.c (handle_inferior_event): Use skip_language_trampoline
11117 for language specific trampolines.
11118 * language.h (struct language_defn): Add skip_trampoline.
11119 (skip_language_trampoline): Declare.
11120 * language.c (unk_lang_trampoline, skip_language_trampoline):
11121 New functions.
11122 (unknown_language_defn, auto_language_defn, local_language_defn):
11123 Add ukn_lang_trampoline.
11124 * ada-lang.c (ada_language_defn): Add NULL for language
11125 specific skip_trampoline.
11126 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
11127 scm-lang.c: Likewise.
11128 * objc-lang.c (objc_skip_trampoline): New function.
11129 (objc_language_defn): Add objc_skip_trampoline.
11130
11131 2003-03-25 Andrew Cagney <cagney@redhat.com>
11132
11133 * frame.c (get_prev_frame): Delay validating a frame's ID -
11134 non-NULL, didn't go backwards - until an attempt to unwind it to
11135 the previous frame.
11136
11137 2003-03-25 Andrew Cagney <cagney@redhat.com>
11138
11139 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
11140 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
11141 * gdbarch.h, gdbarch.c: Re-generate.
11142 * config/sparc/tm-sparc.h
11143 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
11144 * sparc-tdep.c (sparc_gdbarch_init): Set
11145 deprecated_extra_stack_alignment_needed.
11146 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11147 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
11148 extra_stack_alignment_needed.
11149 * v850-tdep.c (v850_gdbarch_init): Ditto.
11150 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11151 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11152 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11153 * cris-tdep.c (cris_gdbarch_init): Ditto.
11154 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11155 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11156
11157 2003-03-25 Andrew Cagney <cagney@redhat.com>
11158
11159 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
11160 STORE_STRUCT_RETURN.
11161 * gdbarch.h, gdbarch.c: Regenerate.
11162 * d10v-tdep.c (d10v_store_struct_return): Delete function.
11163 (d10v_push_arguments): Set the struct return register.
11164 (d10v_gdbarch_init): Update.
11165 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11166 * x86-64-tdep.c (x86_64_init_abi): Update.
11167 * vax-tdep.c (vax_gdbarch_init): Update.
11168 * v850-tdep.c (v850_gdbarch_init): Update.
11169 * sparc-tdep.c (sparc_gdbarch_init): Update.
11170 * sh-tdep.c (sh_gdbarch_init): Update.
11171 * s390-tdep.c (s390_gdbarch_init): Update.
11172 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11173 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11174 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11175 * mips-tdep.c (mips_gdbarch_init): Update.
11176 * mcore-tdep.c (mcore_gdbarch_init): Update.
11177 * m68k-tdep.c (m68k_gdbarch_init): Update.
11178 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11179 * ia64-tdep.c (ia64_gdbarch_init): Update.
11180 * i386-tdep.c (i386_gdbarch_init): Update.
11181 * hppa-tdep.c (hppa_gdbarch_init): Update.
11182 * h8300-tdep.c (h8300_gdbarch_init): Update.
11183 * frv-tdep.c (frv_gdbarch_init): Update.
11184 * cris-tdep.c (cris_gdbarch_init): Update.
11185 * avr-tdep.c (avr_gdbarch_init): Update.
11186 * arm-tdep.c (arm_gdbarch_init): Update.
11187 * alpha-tdep.c (alpha_gdbarch_init): Update.
11188
11189 2003-03-25 Andrew Cagney <cagney@redhat.com>
11190
11191 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
11192 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
11193 CALL_DUMMY_STACK_ADJUST with a predicate variable.
11194 * gdbarch.h, gdbarch.c: Regenerate.
11195 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11196 call_dummy_stack_adjust_p.
11197 * vax-tdep.c (vax_gdbarch_init): Ditto.
11198 * v850-tdep.c (v850_gdbarch_init): Ditto.
11199 * sh-tdep.c (sh_gdbarch_init): Ditto.
11200 * s390-tdep.c (s390_gdbarch_init): Ditto.
11201 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11202 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11203 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11204 * mips-tdep.c (mips_gdbarch_init): Ditto.
11205 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11206 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11207 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11208 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11209 * i386-tdep.c (i386_gdbarch_init): Ditto.
11210 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11211 * frv-tdep.c (frv_gdbarch_init): Ditto.
11212 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11213 * cris-tdep.c (cris_gdbarch_init): Ditto.
11214 * avr-tdep.c (avr_gdbarch_init): Ditto.
11215 * arm-tdep.c (arm_gdbarch_init): Ditto.
11216 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11217 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11218 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
11219 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
11220 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
11221 call_dummy_stack_adjust_p.
11222 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
11223 (CALL_DUMMY_STACK_ADJUST): Delete macro.
11224 * sparc-tdep.c (sparc32_push_arguments): Update.
11225 * valops.c (hand_function_call): Update.
11226
11227 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
11228
11229 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
11230 set_gdbarch_char_signed.
11231
11232 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11233
11234 PR cli/548
11235 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
11236
11237 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
11238
11239 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
11240 (_initialize_arm_tdep): Don't set tm_print_insn.
11241
11242 2003-03-24 Adam Fedor <fedor@gnu.org>
11243
11244 * Makefile.in (YYOBJ): Add objc-exp.tab.o
11245 * objc-lang.h: Add multiple inclusion protection.
11246 (start_msglist, add_msglist, end_msglist): Additional declarations.
11247
11248 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
11249
11250 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
11251 value was renamed to ARM_FLOAT_SOFT_FPA.
11252
11253 2003-03-23 Andrew Cagney <cagney@redhat.com>
11254
11255 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
11256 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
11257 * gdbarch.h, gdbarch.c: Regenerate.
11258 * valops.c (hand_function_call): Update.
11259 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11260 * frame.c (legacy_saved_regs_this_id): Update.
11261 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
11262 * dummy-frame.h: Update.
11263 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
11264 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
11265 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
11266 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
11267 * config/m68k/tm-sun3.h: Update.
11268 * blockframe.c (inside_main_func, frame_chain_valid): Update.
11269 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11270 * x86-64-tdep.c (x86_64_init_abi): Update.
11271 * vax-tdep.c (vax_gdbarch_init): Update.
11272 * v850-tdep.c (v850_gdbarch_init): Update.
11273 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
11274 * sh-tdep.c (sh_gdbarch_init): Update.
11275 * s390-tdep.c (s390_gdbarch_init): Update.
11276 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
11277 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
11278 (frame_get_saved_regs): Update.
11279 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11280 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11281 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11282 * mips-tdep.c (mips_gdbarch_init): Update.
11283 * mcore-tdep.c (mcore_gdbarch_init): Update.
11284 * m68k-tdep.c (m68k_gdbarch_init): Update.
11285 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11286 * ia64-tdep.c (ia64_gdbarch_init): Update.
11287 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
11288 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11289 (i386_interix_back_one_frame): Update.
11290 * hppa-tdep.c (hppa_gdbarch_init): Update.
11291 (hppa_init_extra_frame_info): Update.
11292 * h8300-tdep.c (h8300_gdbarch_init): Update.
11293 * frv-tdep.c (frv_gdbarch_init): Update.
11294 * cris-tdep.c (cris_gdbarch_init): Update.
11295 * avr-tdep.c (avr_gdbarch_init): Update.
11296 * arm-tdep.c (arm_gdbarch_init): Update.
11297 * alpha-tdep.c (alpha_gdbarch_init): Update.
11298
11299 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11300
11301 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
11302 (arm_get_fp_model): Declare.
11303 * arm-tdep.c (fp_model_strings): New string array.
11304 (arm_fp_model, current_fp_model): New variables.
11305 (arm_get_fp_model): New function.
11306 (arm_set_fp): New function.
11307 (set_fp_model_sfunc): New function.
11308 (show_fp_model): New function.
11309 (_initialize_arm_tdep): Add new command to set/show the FPU.
11310 (arm_extract_return_value): Use arm_get_fp_model.
11311 (arm_store_return_value): Likewise.
11312 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
11313 to initialize the floating-point data types.
11314 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
11315 model is FPA.
11316
11317 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11318
11319 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
11320 the current setting of each value.
11321 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
11322 new_set and new_show. Use add_setshow_cmd_full and
11323 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
11324 commands and add new version as subcommands of "set/show arm".
11325
11326 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11327
11328 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
11329 (set_arm_command, show_arm_command): New functions.
11330 (_initialize_arm_tdep): Add them.
11331 (num_disassembly_options): Renamed from num_flavor_options.
11332 (valid_disassembly_styles): Renamed from valid_flavors.
11333 (disassembly_style): Renamed from disassembly_flavor.
11334 (set_disassembly_style_sfunc): Renamed from
11335 set_disassembly_flavor_sfunc.
11336 (set_disassembly_style): Renamed from set_disassembly_flavor.
11337 (arm_othernames): Updated.
11338 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
11339 command. Add "set/show arm disassembly" commands. Deprecate
11340 "othernames" command.
11341
11342 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11343
11344 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
11345 (arm-tdep.o): Depend on elf_arm_h.
11346
11347 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11348
11349 * Makefile.in (coff_internal_h): Define.
11350 (arm-tdep.o): Update dependencies.
11351
11352 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
11353
11354 * arm-tdep.c (prologue_cache): Delete.
11355 (check_prologue_cache, save_prologue_cache): Delete.
11356 (arm_scan_prologue): Don't check or update the prologue_cache.
11357 (arm_gdb_arch_init): Don't initialize it.
11358 (_initialize_arm_tdep): Likewise.
11359
11360 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11361
11362 * MAINTAINERS (tui): Maintainer of tui code.
11363
11364 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
11365
11366 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
11367 (i386-cygwin-tdep.o): Add dependencies.
11368 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
11369 * i386-cygwin-tdep.c: New file.
11370 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
11371 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
11372
11373 2003-03-20 Andrew Cagney <cagney@redhat.com>
11374
11375 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
11376 (handle_inferior_event): Remove code calling
11377 DYNAMIC_TRAMPOLINE_NEXTPC.
11378
11379 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
11380 already has a full path.
11381
11382 * main.c (gdb_main): Return 1.
11383 (captured_main): Call error to report an invalid interpreter.
11384
11385 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
11386 * alpha-osf1-tdep.c: Include "gdb_string.h".
11387
11388 2003-03-19 J. Brobecker <brobecker@gnat.com>
11389
11390 Continuing work to convert the hppa targets to multiarch partial.
11391
11392 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
11393 method, now that hppa_push_dummy_frame has a conformant prototype.
11394 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
11395 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
11396 for the switch to multiarch partial.
11397
11398 2003-03-19 Kevin Buettner <kevinb@redhat.com>
11399
11400 * mdebugread.c (parse_symbol): For stEnd, we're done counting
11401 when iss is issNull.
11402
11403 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11404
11405 * mips-tdep.c (mips_register_name): Fix fencepost error involving
11406 NUM_REGS bounds check.
11407
11408 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11409
11410 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
11411 * mips-tdep.c (gdb_assert.h): Include.
11412 (mips_generic_reg_names, mips_processor_reg_names): Make static.
11413 (mips_register_name): Handle integer registers explicitly. Add
11414 bounds checking.
11415 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
11416 (mips_lsi33k_reg_names): Don't list integer registers; they're
11417 handled by mips_register_name() now.
11418 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
11419 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11420 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11421 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11422 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11423
11424 2003-03-18 Andrew Cagney <cagney@redhat.com>
11425
11426 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11427 a void pointer.
11428 * gdbtypes.h (print_scalar_formatted): Update declaration.
11429 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11430
11431 2003-03-18 J. Brobecker <brobecker@gnat.com>
11432
11433 * infrun.c (observer.h): Add #include.
11434 (normal_stop): Add call to observer_notify_normal_stop.
11435 * Makefile.in (infrun.o): Add dependency on observer.h.
11436
11437 2003-03-18 J. Brobecker <brobecker@gnat.com>
11438
11439 Continuing work to convert the hppa targets to multiarch partial.
11440 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11441 parameter. Reformat comment.
11442 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11443 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11444 to match new profile.
11445
11446 2003-03-18 J. Brobecker <brobecker@gnat.com>
11447
11448 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11449 appear to be working in any case.
11450
11451 2003-03-18 J. Brobecker <brobecker@gnat.com>
11452
11453 * observer.c (observer_test_first_observer): New static variable.
11454 (observer_test_second_observer): Likewise.
11455 (observer_test_third_observer): Likewise.
11456 (observer_test_first_notification_function): New static function.
11457 (observer_test_second_notification_function): Likewise.
11458 (observer_test_third_notification_function): Likewise.
11459
11460 2003-03-17 J. Brobecker <brobecker@gnat.com>
11461
11462 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11463 * somsolib.c (gdb_assert.h): Likewise.
11464 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11465 (somsolib.o): Likewise.
11466
11467 2003-03-17 Andrew Cagney <cagney@redhat.com>
11468
11469 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11470 BFD. Simplify setting of di.endian.
11471
11472 2003-03-17 Andrew Cagney <cagney@redhat.com>
11473
11474 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
11475 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11476
11477 From Elena Zannoni <ezannoni@redhat.com>
11478 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11479 vector and floating-point parameters.
11480 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11481 convention.
11482 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11483
11484 2003-03-17 Fernando Nasser <fnasser@redhat.com>
11485
11486 * MAINTAINERS: Remove my name from several maintainership roles.
11487
11488 2003-03-17 Andrew Cagney <cagney@redhat.com>
11489
11490 Fix frame off-by-one bug.
11491 * frame-unwind.h (frame_this_id_ftype): Replace
11492 frame_unwind_id_ftype.
11493 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11494 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11495 with "prev_register".
11496 * frame-unwind.c (frame_unwind_find_by_pc): Return
11497 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11498 comment.
11499 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11500 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11501 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11502 (dummy_frame_unwind): Update.
11503 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11504 sentinel_frame_register_unwind.
11505 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11506 (sentinel_frame_unwinder): Update.
11507 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11508 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11509 * frame.c (create_sentinel_frame): Update. Initialize
11510 "prologue_cache" instead of "unwind_cache".
11511 (frame_register_unwind): Call this frame's prev_register with the
11512 next frame and this frame's prologue cache.
11513 (get_prev_frame): Simplify. Always call prev frame's this_id with
11514 this frame and prev frame's prologue cache. Document that this
11515 call is shifted one to the left when compared to the
11516 frame_register_unwind call.
11517 (legacy_saved_regs_prev_register): Replace
11518 frame_saved_regs_register_unwind.
11519 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11520 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11521 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11522 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11523 (d10v_frame_unwind): Update.
11524 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11525 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11526 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11527 "saved_regs" with "this_saved_regs".
11528
11529 2003-03-16 Andrew Cagney <cagney@redhat.com>
11530
11531 * frame.c (frame_pop): Don't call target_store_registers. Fix
11532 problem reported by Mark Kettenis.
11533
11534 2003-03-16 Mark Kettenis <kettenis@gnu.org>
11535
11536 * i386-tdep.c (i386_register_type): Renamed from
11537 i386_register_virtual_type. Adjust function signature.
11538 (i386_gdbarch_init): Set register_type instead of
11539 deprecated_max_register_raw_size,
11540 deprecated_max_register_virtual_size and register_virtual_type.
11541
11542 2003-03-14 Andrew Cagney <cagney@redhat.com>
11543
11544 * frame.c (get_prev_frame): When a legacy frame, always call
11545 legacy_get_prev_frame. Simplify unwind code using assumption that
11546 the unwinder is new.
11547 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11548 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11549 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11550
11551 2003-03-14 Andrew Cagney <cagney@redhat.com>
11552
11553 * frame.c (get_saved_register): Delete function.
11554 * frame.h (get_saved_register): Delete declaration.
11555 * xstormy16-tdep.c: Update comment.
11556 * regcache.h: Update comments.
11557 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11558 get_saved_register and extract_address, use
11559 frame_read_unsigned_register.
11560 (sparc_frame_saved_pc): Ditto.
11561 (sparc_get_saved_register): Instead of get_saved_register, use
11562 frame_register.
11563 (sparc_pop_frame): Ditto.
11564 * findvar.c: Update comments.
11565 (value_of_register): Call frame_register instead of
11566 get_saved_register.
11567 (value_from_register): Ditto.
11568 * config/sparc/tm-sparc.h: Update comment.
11569 * breakpoint.c: Update comment.
11570
11571 2003-03-14 Andrew Cagney <cagney@redhat.com>
11572
11573 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11574 GET_SAVED_REGISTER.
11575 * gdbarch.h, gdbarch.c: Re-generate.
11576 * frame.h: Update comments.
11577 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11578 * x86-64-tdep.c (x86_64_init_abi): Update.
11579 * sparc-tdep.c (sparc_gdbarch_init): Update.
11580 * sh-tdep.c (sh_gdbarch_init): Update.
11581 * mips-tdep.c (mips_gdbarch_init): Update.
11582 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11583 * cris-tdep.c (cris_gdbarch_init): Update.
11584 * ia64-tdep.c (ia64_gdbarch_init): Update.
11585 * frame.c (frame_register): Update.
11586 (get_saved_register): Update.
11587 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
11588
11589 2003-03-13 Andrew Cagney <cagney@redhat.com>
11590
11591 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11592 * gdbarch.h, gdbarch.c: Regenerate.
11593 * valops.c (hand_function_call): Update comment.
11594 * stack.c (return_command): Update comment.
11595 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11596 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11597 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11598 * x86-64-tdep.c (x86_64_init_abi): Update.
11599 * vax-tdep.c (vax_gdbarch_init): Update.
11600 * v850-tdep.c (v850_gdbarch_init): Update.
11601 * sparc-tdep.c (sparc_gdbarch_init): Update.
11602 * sh-tdep.c (sh_gdbarch_init): Update.
11603 * s390-tdep.c (s390_gdbarch_init): Update.
11604 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11605 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11606 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11607 * mips-tdep.c (mips_gdbarch_init): Update.
11608 * mcore-tdep.c (mcore_gdbarch_init): Update.
11609 * m68k-tdep.c (m68k_gdbarch_init): Update.
11610 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11611 * ia64-tdep.c (ia64_gdbarch_init): Update.
11612 * i386-tdep.c (i386_gdbarch_init): Update.
11613 * hppa-tdep.c (hppa_gdbarch_init): Update.
11614 * h8300-tdep.c (h8300_gdbarch_init): Update.
11615 * frv-tdep.c (frv_gdbarch_init): Update.
11616 * cris-tdep.c (cris_gdbarch_init): Update.
11617 * avr-tdep.c (avr_gdbarch_init): Update.
11618 * arm-tdep.c (arm_gdbarch_init): Update.
11619 * alpha-tdep.c (alpha_gdbarch_init): Update.
11620
11621 2003-03-13 Andrew Cagney <cagney@redhat.com>
11622
11623 * frame.c (legacy_frame_p): New function.
11624 (get_prev_frame): Use legacy_frame_p.
11625 * frame.h (legacy_frame_p): Declare.
11626
11627 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11628
11629 * MAINTAINERS (write after approval): Alphabetically
11630 listing corrected.
11631
11632 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11633
11634 * MAINTAINERS (write after approval): Add myself.
11635
11636 2003-03-12 Andrew Cagney <cagney@redhat.com>
11637
11638 * frame.c (get_prev_frame): Rename the frame parameter to
11639 "this_frame".
11640 (get_next_frame, legacy_get_prev_frame): Ditto.
11641
11642 2003-03-12 Andrew Cagney <cagney@redhat.com>
11643
11644 * frame.c (get_current_frame): Check target_has_registers before
11645 checking target_has_stack.
11646 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11647 instead of deprecated_selected_frame.
11648 * findvar.c (value_of_register): Pass "frame", not
11649 deprecated_selected_frame, to value_of_builtin_reg.
11650
11651 2003-03-12 Andrew Cagney <cagney@redhat.com>
11652
11653 * regcache.c (regcache_cooked_write_signed): New function.
11654 (regcache_cooked_write_unsigned): New function.
11655 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11656 (regcache_cooked_read_signed): Fix regnum in range assertion.
11657 * regcache.h (regcache_cooked_write_signed): Declare.
11658 (regcache_cooked_write_unsigned): Declare.
11659
11660 2003-03-12 Andrew Cagney <cagney@redhat.com>
11661
11662 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11663 * gdbarch.h, gdbarch.c: Re-generate.
11664 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11665 * x86-64-tdep.h: Update.
11666 * x86-64-tdep.c (x86_64_init_abi): Update.
11667 * v850-tdep.c (v850_gdbarch_init): Update.
11668 * sparc-tdep.c (sparc_gdbarch_init): Update.
11669 * sh-tdep.c (sh_gdbarch_init): Update.
11670 * s390-tdep.c (s390_gdbarch_init): Update.
11671 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11672 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11673 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11674 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11675 * mips-tdep.c (mips_gdbarch_init): Update.
11676 * mcore-tdep.c (mcore_gdbarch_init): Update.
11677 * m68k-tdep.c (m68k_gdbarch_init): Update.
11678 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11679 * ia64-tdep.c (ia64_gdbarch_init): Update.
11680 * i386-tdep.c (i386_gdbarch_init): Update.
11681 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11682 * hppa-tdep.c (hppa_gdbarch_init): Update.
11683 * h8300-tdep.c (h8300_gdbarch_init): Update.
11684 * frv-tdep.c (frv_gdbarch_init): Update.
11685 * cris-tdep.c (cris_gdbarch_init): Update.
11686 * avr-tdep.c (avr_gdbarch_init): Update.
11687 * arm-tdep.c (arm_gdbarch_init): Update.
11688 * alpha-tdep.c (alpha_gdbarch_init): Update.
11689 * sh-tdep.c (sh_init_extra_frame_info): Update.
11690 (sh64_init_extra_frame_info): Update.
11691 * ns32knbsd-nat.c (frame_num_args): Update.
11692 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11693 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11694 (xstormy16_frame_chain_valid): Update.
11695 * vax-tdep.c (vax_saved_pc_after_call): Update.
11696 * v850-tdep.c (v850_frame_chain): Update.
11697 (v850_pop_frame): Update.
11698 (v850_init_extra_frame_info): Update.
11699 * sparc-tdep.c (setup_arbitrary_frame): Update.
11700 * ns32k-tdep.c (umax_frame_num_args): Update.
11701 * s390-tdep.c (s390_pop_frame_regular): Update.
11702 * mn10300-tdep.c (mn10300_frame_chain): Update.
11703 (mn10300_pop_frame_regular): Update.
11704 (mn10300_init_extra_frame_info): Update.
11705 * mips-tdep.c (mips_init_frame_pc_first): Update.
11706 (mips_frame_chain): Update.
11707 (mips_pop_frame): Update.
11708 * mcore-tdep.c (mcore_frame_chain): Update.
11709 (mcore_pop_frame): Update.
11710 (mcore_init_extra_frame_info): Update.
11711 * arch-utils.c (init_frame_pc_default): Update.
11712 * m68k-tdep.c (isi_frame_num_args): Update.
11713 (delta68_frame_num_args): Update.
11714 (news_frame_num_args): Update.
11715 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11716 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11717 (alpha_frame_chain): Update.
11718 (alpha_pop_frame): Update.
11719 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11720 (hppa_init_extra_frame_info): Update.
11721 (hppa_frame_chain): Update.
11722 (hppa_frame_chain_valid): Update.
11723 * cris-tdep.c (cris_init_extra_frame_info): Update.
11724 * avr-tdep.c (avr_init_extra_frame_info): Update.
11725 * arm-tdep.c (arm_frame_chain_valid): Update.
11726 (arm_init_extra_frame_info): Update.
11727 (arm_pop_frame): Update.
11728 * frame.c (frame_pc_unwind): Update.
11729 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11730 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11731 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11732 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11733 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11734 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11735
11736 2003-03-12 Andrew Cagney <cagney@redhat.com>
11737
11738 Eliminate the need for POP_FRAME.
11739 * frame.c (do_frame_unwind_register): New function.
11740 (frame_pop): When no POP_FRAME, pop the frame using register
11741 unwind and a scratch regcache.
11742 (frame_saved_regs_pop): Delete function.
11743 (trad_frame_unwinder): Update.
11744 * d10v-tdep.c (d10v_frame_pop): Delete function.
11745 (d10v_frame_unwind): Update.
11746 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11747 (sentinel_frame_unwinder): Update.
11748 * dummy-frame.c (dummy_frame_pop): Delete function.
11749 (dummy_frame_unwind): Update.
11750 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11751 (struct frame_unwind): Update.
11752
11753 2003-03-11 Kevin Buettner <kevinb@redhat.com>
11754
11755 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11756 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11757 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11758 Do range checks on register number obtained from debugging info.
11759 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11760 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11761 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11762 mapping function.
11763 (do_fp_register_row): Fix typo which caused double type to be
11764 used when attempting to unpack a float.
11765
11766 2003-03-11 J. Brobecker <brobecker@gnat.com>
11767
11768 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11769
11770 2003-03-11 Andrew Cagney <cagney@redhat.com>
11771
11772 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11773 frame. Problem found by Corinna Vinschen.
11774
11775 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11776
11777 * doublest.c (floatformat_from_length): Accept also
11778 the real size of 'long double' type.
11779
11780 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
11781
11782 From Klee Dienes <kdienes@apple.com>:
11783 * breakpoint.c (bpstat_copy): Copy the command lines as well
11784 as the old value, to match what is freed in bpstat_clear.
11785
11786 2003-03-10 David Carlton <carlton@math.stanford.edu>
11787
11788 * minsyms.c (add_minsym_to_hash_table): Replace
11789 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11790 (compare_minimal_symbols, compact_minimal_symbols)
11791 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11792 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11793 of DEPRECATED_SYMBOL_MATCHES_NAME.
11794 (lookup_minimal_symbol_solib_trampoline): Ditto.
11795
11796 2003-03-10 Andrew Cagney <cagney@redhat.com>
11797
11798 * regcache.h (regcache_cooked_read_ftype): Define.
11799 (regcache_save, regcache_restore): Add a cooked_read parameter.
11800 * regcache.c (regcache_save, regcache_restore): Update.
11801 (do_cooked_read): New function.
11802 (regcache_cpy): Pass do_cooked_read to regcache_save and
11803 regcache_restore.
11804
11805 2003-03-10 Andrew Cagney <cagney@redhat.com>
11806
11807 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11808 * gdbarch.h, gdbarch.c: Re-generate.
11809 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11810 * x86-64-tdep.h: Update.
11811 * x86-64-tdep.c (x86_64_init_abi): Update.
11812 * v850-tdep.c (v850_gdbarch_init): Update.
11813 * sparc-tdep.c (sparc_gdbarch_init): Update.
11814 * sh-tdep.c (sh_gdbarch_init): Update.
11815 * s390-tdep.c (s390_gdbarch_init): Update.
11816 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11817 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11818 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11819 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11820 * mips-tdep.c (mips_gdbarch_init): Update.
11821 * mcore-tdep.c (mcore_gdbarch_init): Update.
11822 * m68k-tdep.c (m68k_gdbarch_init): Update.
11823 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11824 * ia64-tdep.c (ia64_gdbarch_init): Update.
11825 * i386-tdep.c (i386_gdbarch_init): Update.
11826 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11827 * hppa-tdep.c (hppa_gdbarch_init): Update.
11828 * h8300-tdep.c (h8300_gdbarch_init): Update.
11829 * frv-tdep.c (frv_gdbarch_init): Update.
11830 * cris-tdep.c (cris_gdbarch_init): Update.
11831 * avr-tdep.c (avr_gdbarch_init): Update.
11832 * arm-tdep.c (arm_gdbarch_init): Update.
11833 * alpha-tdep.c (alpha_gdbarch_init): Update.
11834 * sh-tdep.c (sh_init_extra_frame_info): Update.
11835 (sh64_init_extra_frame_info): Update.
11836 * ns32knbsd-nat.c (frame_num_args): Update.
11837 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11838 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11839 (xstormy16_frame_chain_valid): Update.
11840 * vax-tdep.c (vax_saved_pc_after_call): Update.
11841 * v850-tdep.c (v850_frame_chain): Update.
11842 (v850_pop_frame): Update.
11843 (v850_init_extra_frame_info): Update.
11844 * sparc-tdep.c (setup_arbitrary_frame): Update.
11845 * ns32k-tdep.c (umax_frame_num_args): Update.
11846 * s390-tdep.c (s390_pop_frame_regular): Update.
11847 * mn10300-tdep.c (mn10300_frame_chain): Update.
11848 (mn10300_pop_frame_regular): Update.
11849 (mn10300_init_extra_frame_info): Update.
11850 * mips-tdep.c (mips_init_frame_pc_first): Update.
11851 (mips_frame_chain): Update.
11852 (mips_pop_frame): Update.
11853 * mcore-tdep.c (mcore_frame_chain): Update.
11854 (mcore_pop_frame): Update.
11855 (mcore_init_extra_frame_info): Update.
11856 * arch-utils.c (init_frame_pc_default): Update.
11857 * m68k-tdep.c (isi_frame_num_args): Update.
11858 (delta68_frame_num_args): Update.
11859 (news_frame_num_args): Update.
11860 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11861 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11862 (alpha_frame_chain): Update.
11863 (alpha_pop_frame): Update.
11864 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11865 (hppa_init_extra_frame_info): Update.
11866 (hppa_frame_chain): Update.
11867 (hppa_frame_chain_valid): Update.
11868 * cris-tdep.c (cris_init_extra_frame_info): Update.
11869 * avr-tdep.c (avr_init_extra_frame_info): Update.
11870 * arm-tdep.c (arm_frame_chain_valid): Update.
11871 (arm_init_extra_frame_info): Update.
11872 (arm_pop_frame): Update.
11873 * frame.c (frame_pc_unwind): Update.
11874 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11875 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11876 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11877 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11878 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11879 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11880
11881 2003-03-10 Andrew Cagney <cagney@redhat.com>
11882
11883 * gdbarch.sh (gdbarch_unwind_pc): New method.
11884 * gdbarch.h, gdbarch.c: Regenerate.
11885 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11886 but use read_pc and FRAME_SAVED_PC as fall backs.
11887 (frame_saved_regs_pc_unwind): Delete function.
11888 (trad_frame_unwinder): Update.
11889 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11890 (struct frame_unwind): Update.
11891 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11892 (dummy_frame_unwind): Update.
11893 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11894 (sentinel_frame_unwinder): Update.
11895 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11896 (d10v_frame_unwind): Update.
11897 (d10v_unwind_pc): New function.
11898 (d10v_gdbarch_init): Set unwind_pc.
11899
11900 2003-03-10 Andrew Cagney <cagney@redhat.com>
11901
11902 * gdbarch.h: Re-generate.
11903
11904 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11905 PC.
11906 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11907 the PC register.
11908
11909 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11910
11911 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11912
11913 2003-03-08 Andrew Cagney <cagney@redhat.com>
11914
11915 * cli-out.c: Update copyright.
11916 (cli_out_data): Define typedef. Use instead of ui_out_data.
11917
11918 2003-03-08 Andrew Cagney <cagney@redhat.com>
11919
11920 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11921 the result.
11922
11923 2003-03-07 Andrew Cagney <cagney@redhat.com>
11924
11925 * gdbarch.sh: Don't generate two macro definitions when an
11926 undefined macro taking no arguments.
11927 * gdbarch.h: Regenerate.
11928
11929 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11930
11931 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11932 (x86_64_unwind_dummy_id): New functions.
11933 (x86_64_init_abi): Register these two new functions.
11934
11935 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11936
11937 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11938 (x86_64_skip_prologue): Move prologue detection to
11939 separate function.
11940 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11941
11942 2003-03-05 Andrew Cagney <cagney@redhat.com>
11943
11944 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11945 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11946 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11947 to use unwind_dummy_id when a dummy frame.
11948 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11949 predicate.
11950 * gdbarch.h, gdbarch.c: Regneerate.
11951
11952 2003-03-05 Andrew Cagney <cagney@redhat.com>
11953
11954 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11955 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11956 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11957 values.
11958
11959 2003-03-05 Andrew Cagney <cagney@redhat.com>
11960
11961 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11962 (struct d10v_unwind_cache): Delete field "frameless". Replace
11963 "next_addr" with "sp_offset". Add "r11_offset".
11964 (d10v_frame_unwind_cache): Update.
11965 (prologue_find_regs): Update. When "mv r11, sp", save the
11966 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11967 RN was saved in r11_offset.
11968
11969 2003-03-05 Andrew Cagney <cagney@redhat.com>
11970
11971 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11972 cached PC value in the next frame.
11973
11974 2003-03-05 Andrew Cagney <cagney@redhat.com>
11975
11976 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11977 "id_unwind_cache" with "id".
11978 (frame_id_unwind): Delete declaration.
11979 * frame.c (frame_id_unwind): Delete function.
11980 (get_prev_frame): Call the frame id unwind method directly. Store
11981 the returned next frame's ID value in NEXT_FRAME. Note that there
11982 is a problem with the wrong unwind ID being called with the wrong
11983 unwind cache.
11984
11985 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11986
11987 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11988
11989 2003-03-05 James Ingham <jingham@apple.com>
11990 Daniel Jacobowitz <drow@mvista.com>
11991
11992 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11993 (auto_cp_abi): New variable.
11994 (current_cp_abi, num_cp_abis): Make static.
11995 (CP_ABI_MAX): Define.
11996 (cp_abis): Turn into an array.
11997 (value_virtual_fn_field): Fix formatting.
11998 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11999 takes a pointer.
12000 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
12001 (list_cp_abis, _initialize_cp_abi): New functions.
12002 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
12003 declarations for cp_abis, num_cp_abis, current_cp_abi, and
12004 switch_to_cp_abi. Update prototype for register_cp_abi.
12005 * Makefile.in (cp-abi.o): Update dependencies.
12006 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
12007 instead of switch_to_cp_abi.
12008 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
12009 register_cp_abi.
12010 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
12011 register_cp_abi.
12012 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
12013
12014 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
12015
12016 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
12017 * dwarf2loc.c: Include "regcache.h".
12018 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
12019 register_size.
12020 * Makefile.in (dwarf2loc.o): Update dependencies.
12021
12022 2003-03-04 Theodore A. Roth <troth@openavr.org>
12023
12024 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
12025 number of io registers reported by remote target is not a multiple of
12026 step.
12027
12028 2003-03-04 David Carlton <carlton@math.stanford.edu>
12029
12030 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
12031 (lookup_symbol_aux_psymtabs): Update call to
12032 lookup_partial_symbol.
12033 (lookup_transparent_type, find_main_psymtab)
12034 (make_symbol_overload_list): Ditto.
12035
12036 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
12037
12038 * MAINTAINERS (Write after approval): Update my email address.
12039
12040 2003-03-03 Andrew Cagney <cagney@redhat.com>
12041
12042 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
12043 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
12044 predicate. Replace MAX_REGISTER_RAW_SIZE.
12045 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
12046 MAX_REGISTER_VIRTUAL_SIZE.
12047 * regcache.c (legacy_max_register_raw_size): New function.
12048 (legacy_max_register_virtual_size): New function.
12049 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
12050 (MAX_REGISTER_RAW_SIZE): Define.
12051 (legacy_max_register_raw_size): Declare.
12052 (legacy_max_register_virtual_size): Declare.
12053 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12054 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
12055 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12056 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12057 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
12058 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
12059 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12060 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12061 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
12062 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12063 * vax-tdep.c (vax_gdbarch_init): Update.
12064 * v850-tdep.c (v850_gdbarch_init): Update.
12065 * sparc-tdep.c (sparc_gdbarch_init): Update.
12066 * sh-tdep.c (sh_gdbarch_init): Update.
12067 * s390-tdep.c (s390_gdbarch_init): Update.
12068 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12069 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12070 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12071 * mips-tdep.c (mips_gdbarch_init): Update.
12072 * mcore-tdep.c (mcore_gdbarch_init): Update.
12073 * m68k-tdep.c (m68k_gdbarch_init): Update.
12074 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12075 * ia64-tdep.c (ia64_gdbarch_init): Update.
12076 * i386-tdep.c (i386_gdbarch_init): Update.
12077 * hppa-tdep.c (hppa_gdbarch_init): Update.
12078 * h8300-tdep.c (h8300_gdbarch_init): Update.
12079 * frv-tdep.c (frv_gdbarch_init): Update.
12080 * cris-tdep.c (cris_gdbarch_init): Update.
12081 * avr-tdep.c (avr_gdbarch_init): Update.
12082 * arm-tdep.c (arm_gdbarch_init): Update.
12083 * alpha-tdep.c (alpha_gdbarch_init): Update.
12084 * d10v-tdep.c (d10v_gdbarch_init): Do not set
12085 max_register_raw_size or max_register_virtual_size.
12086
12087 2003-03-03 David Carlton <carlton@math.stanford.edu>
12088
12089 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
12090 SYMBOL_MATCHES_NAME, add comment.
12091 (SYMBOL_MATCHES_NATURAL_NAME): New.
12092 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
12093 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
12094 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
12095 * symtab.c (lookup_partial_symbol): Use
12096 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
12097 unhelpful comment.
12098 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
12099 SYMBOL_MATCHES_NAME.
12100 Fix for PR c++/33.
12101
12102 2003-03-03 David Carlton <carlton@math.stanford.edu>
12103
12104 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
12105 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
12106 by regexp matching against SYMBOL_NATURAL_NAME.
12107
12108 2003-03-03 David Carlton <carlton@math.stanford.edu>
12109
12110 * linespec.c (find_method): Extract code into collect_methods.
12111 (collect_methods): New.
12112
12113 2003-03-02 Mark Kettenis <kettenis@gnu.org>
12114
12115 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
12116 get_frame_base.
12117
12118 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
12119 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12120
12121 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
12122
12123 * arch-utils.c (generic_register_byte): Fix to use the loop index
12124 and not regnum when summing the size of all registers up to regnum.
12125
12126 2003-03-01 Andrew Cagney <cagney@redhat.com>
12127
12128 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
12129 FRAME_INIT_SAVED_REGS.
12130 * gdbarch.h, gdbarch.c: Regenerate.
12131 * stack.c (frame_info): Update.
12132 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
12133 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
12134 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
12135 * ns32k-tdep.c (ns32k_pop_frame): Update.
12136 * mips-tdep.c (mips_pop_frame): Update.
12137 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
12138 * ia64-tdep.c (ia64_frame_chain): Update.
12139 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
12140 (ia64_frameless_function_invocation): Update.
12141 (ia64_init_extra_frame_info): Update.
12142 (ia64_pop_frame_regular): Update.
12143 * frame.h (struct frame_info): Update comment.
12144 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
12145 * frame.c (frame_saved_regs_register_unwind): Update.
12146 (frame_saved_regs_register_unwind): Update.
12147 (deprecated_generic_get_saved_register): Update.
12148 * cris-tdep.c: Update comment.
12149 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
12150 Rename macro.
12151 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12152 * x86-64-tdep.c (x86_64_init_abi): Update.
12153 * vax-tdep.c (vax_gdbarch_init): Update.
12154 * v850-tdep.c (v850_gdbarch_init): Update.
12155 * sparc-tdep.c (sparc_gdbarch_init): Update.
12156 * sh-tdep.c (sh_gdbarch_init): Update.
12157 * s390-tdep.c (s390_gdbarch_init): Update.
12158 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12159 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12160 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12161 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12162 * mips-tdep.c (mips_gdbarch_init): Update.
12163 * mcore-tdep.c (mcore_gdbarch_init): Update.
12164 * m68k-tdep.c (m68k_gdbarch_init): Update.
12165 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12166 * ia64-tdep.c (ia64_gdbarch_init): Update.
12167 * i386-tdep.c (i386_gdbarch_init): Update.
12168 * frv-tdep.c (frv_gdbarch_init): Update.
12169 * avr-tdep.c (avr_gdbarch_init): Update.
12170 * arm-tdep.c (arm_gdbarch_init): Update.
12171 * alpha-tdep.c (alpha_gdbarch_init): Update.
12172
12173 2003-03-01 Andrew Cagney <cagney@redhat.com>
12174
12175 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
12176 option enum and switch. When no windows, set the interpreter to
12177 INTERP_CONSOLE.
12178
12179 2003-03-01 Andrew Cagney <cagney@redhat.com>
12180
12181 * main.c (captured_main): Replace magic option characters with an
12182 enum.
12183
12184 2003-03-01 Andrew Cagney <cagney@redhat.com>
12185
12186 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
12187 INIT_EXTRA_FRAME_INFO.
12188 * gdbarch.h, gdbarch.c: Regenerate.
12189 * arm-tdep.c: Update comments.
12190 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
12191 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
12192 * frame.h, avr-tdep.c: Ditto.
12193 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
12194 (create_new_frame, legacy_get_prev_frame): Ditto.
12195 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12196 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
12197 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
12198 deprecated_init_extra_frame_info instead of init_extra_frame_info.
12199 * x86-64-tdep.c (x86_64_init_abi): Ditto.
12200 * v850-tdep.c (v850_gdbarch_init): Ditto.
12201 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12202 * sh-tdep.c (sh_gdbarch_init): Ditto.
12203 * s390-tdep.c (s390_gdbarch_init): Ditto.
12204 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
12205 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12206 * mips-tdep.c (mips_gdbarch_init): Ditto.
12207 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12208 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12209 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12210 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12211 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12212 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12213 * frv-tdep.c (frv_gdbarch_init): Ditto.
12214 * cris-tdep.c (cris_gdbarch_init): Ditto.
12215 * avr-tdep.c (avr_gdbarch_init): Ditto.
12216 * arm-tdep.c (arm_gdbarch_init): Ditto.
12217 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12218 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12219
12220 2003-03-01 Andrew Cagney <cagney@redhat.com>
12221
12222 * gdbarch.sh (register_type): New function with predicate.
12223 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
12224 * gdbarch.h, gdbarch.c: Re-generate.
12225 * arch-utils.c (generic_register_byte): Use generic_register_size.
12226 (generic_register_size): When available, use
12227 gdbarch_register_type.
12228 * regcache.c (init_regcache_descr): When available, initialize the
12229 register type array using gdbarch_register_type. If the
12230 architecture supplies gdbarch_register_type, do not use the legacy
12231 regcache layout.
12232 * d10v-tdep.c (d10v_register_type): Replace
12233 d10v_register_virtual_type.
12234 (d10v_gdbarch_init): Set register_type instead of
12235 register_virtual_type.
12236
12237 2003-03-01 Andrew Cagney <cagney@redhat.com>
12238
12239 * Makefile.in (ax-gdb.o): Update dependencies.
12240 * ax-gdb.c: Include "regcache.h".
12241 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
12242 * findvar.c (value_of_register): Ditto.
12243 * infcmd.c (default_print_registers_info): Ditto.
12244
12245 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12246
12247 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
12248 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
12249
12250 2003-03-01 Mark Kettenis <kettenis@gnu.org>
12251
12252 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
12253 of STREQ.
12254
12255 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
12256
12257 * Makefile.in (dwarf2loc.o): Update dependencies.
12258 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
12259 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
12260 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
12261 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
12262 (locexpr_tracepoint_var_ref): New function.
12263 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
12264
12265 2003-02-28 Andrew Cagney <cagney@redhat.com>
12266
12267 * regcache.c (register_size): New function.
12268 * regcache.h (register_size): Declare
12269 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
12270 max_register_size instead of MAX_REGISTER_RAW_SIZE.
12271
12272 2003-02-28 David Carlton <carlton@math.stanford.edu>
12273
12274 * linespec.c (decode_compound): Extract code into find_method.
12275 (find_method): New.
12276
12277 2003-02-28 J. Brobecker <brobecker@gnat.com>
12278
12279 * Makefile.in: Add rules to build and link in observer.o.
12280
12281 2003-02-27 J. Brobecker <brobecker@gnat.com>
12282
12283 * observer.c: Minor comments edits.
12284
12285 2003-02-27 J. Brobecker <brobecker@gnat.com>
12286
12287 * observer.h, observer.c: New file.
12288
12289 2003-02-27 Andrew Cagney <cagney@redhat.com>
12290
12291 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
12292
12293 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
12294
12295 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
12296 (M6812_OP_STS_EXT): Likewise.
12297 (m6811_prologue): Use the above to recognize prologue.
12298 (m6812_prologue): Likewise.
12299
12300 2003-02-27 David Carlton <carlton@math.stanford.edu>
12301
12302 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
12303 SYMBOL_PRINT_NAME.
12304 (compare_psymbols): Ditto.
12305 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
12306
12307 2003-02-27 Michael Snyder <msnyder@redhat.com>
12308
12309 * f-lang.c (build_fortran_types): New function.
12310 (_initialize_f_language): Gdbarch-register built-in fortran types.
12311 * doublest.c (extract_floating): Fix warning text.
12312
12313 2003-02-27 Andrew Cagney <cagney@redhat.com>
12314
12315 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
12316 predicate. Replaces PUSH_DUMMY_FRAME.
12317 * gdbarch.h, gdbarch.c: Regnerate.
12318 * valops.c (hand_function_call): Update. Call
12319 generic_push_dummy_frame directly.
12320 * vax-tdep.c (vax_gdbarch_init): Update.
12321 * sparc-tdep.c (sparc_gdbarch_init): Update.
12322 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
12323 * m68k-tdep.c (m68k_gdbarch_init): Update.
12324 * hppa-tdep.c (hppa_gdbarch_init): Update.
12325 * alpha-tdep.c (alpha_gdbarch_init): Update.
12326 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12327 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
12328 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
12329 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
12330 push_dummy_frame to generic_push_dummy_frame.
12331 * v850-tdep.c (v850_gdbarch_init): Ditto.
12332 * sh-tdep.c (sh_gdbarch_init): Ditto.
12333 * s390-tdep.c (s390_gdbarch_init): Ditto.
12334 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12335 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12336 * mips-tdep.c (mips_gdbarch_init): Ditto.
12337 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12338 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12339 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12340 * i386-tdep.c (i386_gdbarch_init): Ditto.
12341 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12342 * frv-tdep.c (frv_gdbarch_init): Ditto.
12343 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12344 * cris-tdep.c (cris_gdbarch_init): Ditto.
12345 * avr-tdep.c (avr_gdbarch_init): Ditto.
12346 * arm-tdep.c (arm_gdbarch_init): Ditto.
12347
12348 2003-02-26 Kevin Buettner <kevinb@redhat.com>
12349
12350 * mips-tdep.c (show_mips_abi): New function.
12351 (_initialize_mips_tdep): Use show_mips_abi() to implement the
12352 command ``show mips abi''.
12353
12354 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
12355
12356 From Elena Zannoni <ezannoni@redhat.com>
12357 * dbxread.c (process_one_symbol): Only record line 0 if one or
12358 more sline entries have been seen for the function.
12359
12360 2003-02-26 Michael Chastain <mec@shout.net>
12361
12362 * configure: Regenerate with autoconf 000227.
12363
12364 2003-02-26 Michael Chastain <mec@shout.net>
12365
12366 Close PR build/660.
12367 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
12368 for old libc5/glibc.
12369 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
12370
12371 2003-02-26 Kris Warkentin <kewarken@qnx.com>
12372
12373 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
12374 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
12375
12376 2003-02-26 Michael Chastain <mec@shout.net>
12377
12378 * configure.in: New variable HAVE_UINTPTR_T.
12379 * configure, config.in: Regenerated.
12380
12381 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
12382
12383 Fix PR build/1097.
12384 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
12385
12386 2003-02-25 Andrew Cagney <cagney@redhat.com>
12387
12388 * frame.c (get_prev_frame): Add comment on check for
12389 inside_entry_func. Only check for inside_entry_file when not a
12390 dummy and not a sentinel. Check that the new frame is not inner
12391 to the old frame.
12392
12393 2003-02-25 Andrew Cagney <cagney@redhat.com>
12394
12395 * frame.c (frame_debug): New variable.
12396 (_initialize_frame): Add "set/show debug frame" command.
12397 (get_prev_frame): When frame_debug, print reason why unwind
12398 failed.
12399
12400 2003-02-25 Michael Chastain <mec@shout.net>
12401
12402 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
12403 to avoid uintptr_t definition problems.
12404
12405 2003-02-25 David Carlton <carlton@math.stanford.edu>
12406
12407 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
12408 (SYMBOL_LINKAGE_NAME): Ditto.
12409 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
12410 SYMBOL_LINKAGE_NAME.
12411 (struct general_symbol_info): Expand comment.
12412 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
12413 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
12414 (SYMBOL_MATCHES_REGEXP): Ditto.
12415 * symtab.c (symbol_natural_name): New function.
12416 * objfiles.h: Replace all uses of SYMBOL_NAME by
12417 DEPRECATED_SYMBOL_NAME.
12418 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
12419 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12420 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12421 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12422 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12423 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12424 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12425 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12426 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12427 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12428 * ada-exp.y: Ditto.
12429 * ada-exp.y: Update copyright.
12430 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12431 * cp-valprint.c: Ditto.
12432
12433 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
12434
12435 * infptrace.c (detach): Do not flag error if ptrace detach fails
12436 and errno is set to ESRCH.
12437
12438 2003-02-24 Andrew Cagney <cagney@redhat.com>
12439
12440 * infptrace.c (udot_info): Change type of udot_off to long. Use
12441 paddr when printing udot_off's value.
12442
12443 2003-02-24 David Carlton <carlton@math.stanford.edu>
12444
12445 * symtab.c (make_symbol_overload_list): Only read in partial
12446 symtabs containing a matching partial symbol.
12447
12448 2003-02-24 David Carlton <carlton@math.stanford.edu>
12449
12450 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12451 do the comparison, not strcmp.
12452 * symfile.c (compare_psymbols): Ditto.
12453 * defs.h: Declare strcmp_iw_ordered.
12454 * utils.c (strcmp_iw_ordered): New function.
12455
12456 2003-02-24 Jim Blandy <jimb@redhat.com>
12457
12458 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12459 support, shared libs): Remove my name from here, to better reflect
12460 reality.
12461
12462 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12463
12464 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12465 (target_ops): Add to_have_continuable_watchpoint.
12466 * target.c (update_current_target): Add INHERIT line for
12467 to_have_continuable_watchpoint.
12468 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12469 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12470 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12471 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
12472
12473 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
12474
12475 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12476 maintainership.
12477
12478 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12479
12480 * solib.c (solib_open): Call target defined search function after
12481 failing with solib-search-path.
12482 * solist.h (target_so_ops): Add find_and_open_solib function hook and
12483 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
12484
12485 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12486
12487 * MAINTAINERS: Add myself to Write After section.
12488
12489 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12490
12491 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12492
12493 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12494
12495 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12496 (m68hc11_add_reggroups): New function.
12497 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12498 (m68hc11_gdbarch_init): Install the reggroups.
12499 (_initialize_m68hc11_tdep): Initialize them.
12500
12501 2003-02-21 James E Wilson <wilson@tuliptree.org>
12502
12503 * MAINTAINERS: Update my email address.
12504
12505 2003-02-21 David Carlton <carlton@math.stanford.edu>
12506
12507 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12508
12509 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
12510
12511 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12512 * symtab.h: Add opaque declarations of struct axs_value and
12513 struct agent_expr.
12514 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12515 (struct location_funcs): New type.
12516 (struct symbol): Add "loc" to aux_value.
12517 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12518 * dwarf2read.c: Include "dwarf2expr.h".
12519 (dwarf2_symbol_mark_computed): New function.
12520 (read_func_scope): Use it.
12521 (var_decode_location): New function.
12522 (new_symbol): Use it.
12523 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12524
12525 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12526 (dwarf2expr_h, dwarf2loc_h): New variables.
12527 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12528 (dwarf2expr.o, dwarf2loc.o): New rules.
12529 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12530 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12531 LOC_COMPUTED_ARG.
12532 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12533 * m2-exp.y (yylex): Likewise.
12534 * printcmd.c (address_info, print_frame_args): Likewise.
12535 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12536 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12537 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12538 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12539 * symtab.c (lookup_block_symbol): Likewise.
12540
12541 2003-02-20 Adam Fedor <fedor@gnu.org>
12542
12543 * symtab.h: Remove objc_specific struct
12544 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12545 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12546 Have language_objc use cplus_specific struct.
12547
12548 2003-02-20 Tom Tromey <tromey@redhat.com>
12549
12550 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12551 TYPE_NAME, when printing a String value. PR java/1075.
12552
12553 2003-02-20 Adam Fedor <fedor@gnu.org>
12554
12555 * objc-lang.h (find_methods): Remove declaration.
12556 * objc-lang.c (find_methods): Make static.
12557
12558 2003-02-20 Christopher Faylor <cgf@redhat.com>
12559
12560 * win32-nat.c (get_image_name): Check return value from
12561 ReadProcessMemory.
12562 (child_xfer_memory): Ditto.
12563
12564 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
12565
12566 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12567 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12568 '${exec_prefix}' (in addition to the expansion thereof) as
12569 relocatable.
12570 * configure: Rebuilt.
12571
12572 2003-02-20 David Carlton <carlton@math.stanford.edu>
12573
12574 * symtab.c (search_symbols): Revert the search_symbols part of my
12575 2002-12-23 patch. Add comment.
12576
12577 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12578
12579 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12580 * dbxread.c (elfstab_build_psymtabs): Don't call
12581 install_minimal_symbols.
12582 (stabsect_build_psymtabs): Likewise.
12583 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12584 earlier.
12585 * somread.c (som_symfile_read): Call install_minimal_symbols
12586 and do_cleanups earlier.
12587 * nlmread.c (nlm_symfile_read): Likewise.
12588 * mdebugread.c (elfmdebug_build_psymtabs): Call
12589 install_minimal_symbols and make appropriate cleanups.
12590
12591 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12592
12593 * solib.c (reload_shared_libraries): New function.
12594 (_initialize_solib): Add callbacks for ``set solib-search-path''
12595 and ``set solib-absolute-prefix''.
12596
12597 2003-02-20 David Carlton <carlton@math.stanford.edu>
12598
12599 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12600 expand comment.
12601 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12602 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12603 * ada-typeprint.c (ada_typedef_print): Ditto.
12604 * ax-gdb.c (gen_var_ref): Ditto.
12605 * breakpoint.c (print_one_breakpoint): Ditto.
12606 * buildsym.c (finish_block): Ditto.
12607 * c-valprint.c (c_val_print): Ditto.
12608 * expprint.c (print_subexp): Ditto.
12609 * findvar.c (locate_var_value): Ditto.
12610 * infcmd.c (jump_command): Ditto.
12611 * linespec.c (decode_line_2, decode_compound): Ditto.
12612 * maint.c (maintenance_translate_address): Ditto.
12613 * objc-lang.c (compare_selectors, compare_classes): Ditto.
12614 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12615 Ditto.
12616 * p-valprint.c (pascal_val_print): Ditto.
12617 * stabsread.c (define_symbol): Ditto.
12618 * stack.c (print_frame, frame_info, print_block_frame_locals)
12619 (print_frame_arg_vars, return_command): Ditto.
12620 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12621 * symmisc.c (print_symbol): Ditto.
12622 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12623 (compare_search_syms, print_symbol_info, print_msymbol_info)
12624 (rbreak_command): Ditto.
12625 * tracepoint.c (tracepoints_info): Ditto.
12626 * typeprint.c (typedef_print): Ditto.
12627 * valops.c (value_of_variable, hand_function_call): Ditto.
12628 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12629 * ada-typeprint.c: Update Copyright.
12630 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12631 * tracepoint.c, cli/cli-cmds.c: Ditto.
12632
12633 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12634
12635 * frame.c (generic_unwind_get_saved_register): Make non-static.
12636 * frame.h (generic_unwind_get_saved_register): Declare.
12637 * mips-tdep.c (read_next_frame_reg): Fetch register from
12638 current regcache when frame is NULL.
12639 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12640 that must be NULL.
12641 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12642 instead of frame_register_unwind().
12643
12644 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12645
12646 * remote-sim.c (gdbsim_insert_breakpoint)
12647 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12648 code.
12649
12650 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12651
12652 * remote.c (_initialize_remote): Add commands "set/show remote
12653 hardware-watchpoint-limit" and "set/show remote
12654 hardware-breakpoint-limit".
12655 (remote_hw_watchpoint_limit): Initialize to -1.
12656 (remote_hw_breakpoint_limit): Ditto.
12657 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12658
12659 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12660
12661 * coff-pe-read.c: New file - support reading of minimal symbols from a
12662 portable executable using the export table.
12663 * coff-pe-read.h: New file.
12664 * coffread.c: Include coff-pe-read.h.
12665 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12666 debugging symbols found.
12667 * Makefile.in (SFILES): Add coff-pe-read.o.
12668 (coff_pe_read_h): Define.
12669 (COMMON_OBS): Add coff-pe-read.o.
12670 (coffread.o): Add coff_pe_read_h dependency.
12671 (coff-pe-read.o): New target.
12672
12673 2003-02-19 David Carlton <carlton@math.stanford.edu>
12674
12675 * Makefile.in (SFILES): Add block.c.
12676 (block_h): New.
12677 (COMMON_OBS): Add block.o.
12678 (block.o): New.
12679 (x86-64-tdep.o): Add $(block_h).
12680 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12681 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12682 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12683 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12684 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12685 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12686 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12687 * value.h: Add opaque declaration for struct block.
12688 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12689 * ada-lang.h: Ditto.
12690 * x86-64-tdep.c: #include "block.h"
12691 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12692 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12693 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12694 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12695 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12696 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12697 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12698 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12699 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12700 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12701 * symtab.c (block_function): Ditto.
12702 (contained_in): Ditto.
12703 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12704 block.h. Add opaque declaration for struct block.
12705 * symtab.h: Move block_function and contained_in declarations to
12706 block.h. Add opaque declarations for struct block, struct
12707 blockvector.
12708 (struct block): Move to block.h.
12709 (struct blockvector): Ditto.
12710 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12711 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12712 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12713 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12714 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12715 Ditto.
12716 * block.c: New file.
12717 * block.h: New file.
12718
12719 2003-02-19 Theodore A. Roth <troth@openavr.org>
12720
12721 * avr-tdep.c (avr_extract_return_value): Remove function.
12722 (avr_store_return_value): Remove function.
12723 (avr_extract_struct_value_address): Remove function.
12724 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12725
12726 2003-02-19 Andrew Cagney <ac131313@redhat.com>
12727
12728 * rs6000-tdep.c: Include "gdb_assert.h".
12729 (registers_e500): Add "acc" and "spefscr".
12730 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12731 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12732 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12733 really is "r0".
12734 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12735
12736 2003-02-18 Keith Seitz <keiths@redhat.com>
12737
12738 * Makefile.in: Add gdbtk-interps.c.
12739
12740 2003-02-18 Kevin Buettner <kevinb@redhat.com>
12741
12742 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12743 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12744
12745 2003-02-18 Andrew Cagney <cagney@redhat.com>
12746
12747 * symtab.h (struct objfile): Add opaque declaration.
12748
12749 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
12750
12751 From Jim Ingham <jingham@apple.com>:
12752 * dbxread.c (process_one_symbol): Use last_function_start rather
12753 than function_start_offset to find the real beginning of the
12754 current function. The latter is just the text section offset on
12755 some systems, the former is always the real function start.
12756
12757 2003-02-17 Andrew Cagney <cagney@redhat.com>
12758
12759 * configure.in: Revert ${target} != ${host}.
12760
12761 2003-02-17 Andrew Cagney <ac131313@redhat.com>
12762
12763 * configure.in (Makefile): Use the test ${target} != ${host},
12764 instead of the absence of the "nm.h" file, to determine of the
12765 configuration non-native.
12766 * configure: Regenerate.
12767
12768 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
12769
12770 From Brian Ford <ford@vss.fsi.com>
12771
12772 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12773 conditionalize tui_active test.
12774 (lookup_cmd_1): Ditto.
12775
12776 2003-02-14 Mark Kettenis <kettenis@gnu.org>
12777
12778 * configure.in: Add check for _etext.
12779 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12780 available.
12781 * config.in, configure: regenerated.
12782
12783 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
12784
12785 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12786
12787 2003-02-14 Andrew Cagney <ac131313@redhat.com>
12788
12789 * main.c (tui_version): Delete variable.
12790 (captured_main): When --tui, set interpreter_p to "tui" instead of
12791 enabling tui_version.
12792 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12793 tui_version.
12794 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12795 * cli/cli-cmds.c (disassemble_command): Ditto.
12796 * defs.h (tui_version): Delete declaration.
12797 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12798 (tui-interp.o): Add rules.
12799 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12800
12801 2003-02-14 Christopher Faylor <cgf@redhat.com>
12802
12803 * win32-nat.c (register_loaded_dll): Correctly set address range for
12804 just-loaded dll.
12805
12806 2003-02-12 Jason Molenda (jmolenda@apple.com)
12807
12808 * symmisc.c (print_objfile_statistics): Include information about
12809 the number of psymtabs and symtabs in each object file.
12810
12811 2003-02-13 Keith R Seitz <keiths@redhat.com>
12812
12813 * main.h (struct captured_main_args): Add interpreter_p.
12814 * main.c (captured_main): Initialize interpreter_p from context.
12815 * gdb.c (main): Set interpreter_p argument.
12816 * Makefile.in (gdb.o): Add dependency for interps.h.
12817
12818 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12819
12820 * event-top.c (cli_command_loop): Delete declaration.
12821 (_initialize_event_loop): Delete function setting event_loop_hook.
12822 * event-top.h (cli_command_loop): Declare. Update copyright.
12823 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12824 * interps.c (current_interp_command_loop): When event_loop_p, call
12825 cli_command_loop.
12826
12827 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12828
12829 * interps.h (interp_command_loop_ftype): Change return type to
12830 void.
12831
12832 2003-02-12 Michal Ludvig <mludvig@suse.cz>
12833
12834 * x86-64-tdep.c (x86_64_extract_return_value)
12835 (x86_64_store_return_value): Use regcache instead of regbuf.
12836 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12837 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12838
12839 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12840
12841 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12842 * aclocal.m4: Regenerate.
12843 * configure: Regenerate.
12844
12845 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12846 TCL_LD_SEARCH_FLAGS.
12847
12848 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12849
12850 * dwarf2cfi.c: Reindented.
12851
12852 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12853
12854 * interps.c (clear_interpreter_hooks): Convert function definition
12855 to ISO C.
12856
12857 2003-02-07 David Carlton <carlton@math.stanford.edu>
12858
12859 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12860
12861 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12862
12863 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12864 (struct type): ...to here.
12865 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12866 field.
12867 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12868 (replace_type): Set length on all type variants for a given type.
12869
12870 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12871
12872 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12873 <sys/stat.h>.
12874 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12875
12876 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12877
12878 * Makefile.in (symm-nat.o): Update dependencies.
12879 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12880 (lynx-nat.o, ia64-linux-nat.): Ditto.
12881 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12882 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12883 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12884
12885 * Makefile.in (inflow_h): Define.
12886 (procfs.o, inflow.o, procfs.o): Update dependencies.
12887 * inftarg.c (child_stop): Delete extern declaration of
12888 inferior_process_group. Include "inflow.h".
12889 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12890 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12891 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12892 (our_process_group, inferior_process_group): Extern declarations.
12893
12894 * procfs.c: Include "gdb_assert.h".
12895
12896 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12897 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12898 * jv-typeprint.c (java_type_print_base): Ditto.
12899 * typeprint.c (typedef_print): Eliminate STREQ.
12900 * cli/cli-script.c (define_command, define_command): Ditto.
12901 * main.c (captured_main): Ditto.
12902 * values.c (lookup_internalvar): Ditto.
12903 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12904 within `if' conditional.
12905 * linespec.c (decode_line_2): Ditto.
12906 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12907 (bfd_openw_with_cleanup): Ditto.
12908
12909 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12910
12911 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12912 legacy_extract_return_value and store_return_value to
12913 legacy_return_value.
12914
12915 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12916
12917 * win32-nat.c (get_relocated_section_addrs): New function. Find
12918 section load addresses for symbol handling in relocated DLLs.
12919 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12920
12921 2003-02-05 Fred Fish <fnf@intrinsity.com>
12922
12923 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12924 '=' and '!='.
12925 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12926 with '&' and '=='.
12927 (angel_RDI_info): Ditto.
12928 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12929 with '&' and '!='.
12930 (threads_continue_all_with_signals): Ditto.
12931
12932 2003-02-05 Jim Ingham <jingham@apple.com>
12933 Keith Seitz <keiths@redhat.com>
12934 Elena Zannoni <ezannoni@redhat.com>
12935 Andrew Cagney <ac131313@redhat.com>
12936
12937 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12938 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12939 (SUBDIR_MI_OBS): Add "mi-interp.o".
12940 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12941 (SFILES): Add "interps.c".
12942 (COMMON_OBS): Add "interps.o".
12943 (interps_h, mi_main_h): Define.
12944 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12945 (mi-main.o, main.o, event-top.o): Update dependencies.
12946 * cli/cli-interp.c: New file.
12947 * interps.h, interps.c: New files.
12948 * top.c: (gdb_init): Don't install the default interpreter, handed
12949 by captured_main.
12950 * main.c: Include "interps.h".
12951 (interpreter_p): Note that it should malloc'ed.
12952 (captured_command_loop): Call current_interp_command_loop.
12953 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12954 xfree and xstrdup when updating interpreter_p. Install the
12955 default interpreter. Add hack to stop mi1's copyright notice
12956 being encoded.
12957 * event-top.h (gdb_setup_readline): Declare.
12958 (gdb_disable_readline): Declare.
12959 * event-top.c: Include "interps.h".
12960 (display_gdb_prompt): Call current_interp_display_prompt_p.
12961 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12962 gdb_stdlog, and gdb_stdtarg.
12963 (_initialize_event_loop): Don't call gdb_setup_readline.
12964 * cli-out.c (cli_out_set_stream): New function.
12965 * cli-out.h (cli_out_set_stream): Declare.
12966
12967 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12968
12969 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12970 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12971 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12972 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12973 config/i386/i386v42mp.mt: Removed.
12974
12975 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12976
12977 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12978 GDB_OSABI_SOLARIS.
12979
12980 2003-02-05 Michael Chastain <mec@shout.net>
12981
12982 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12983 2.12.1 and earlier versions.
12984
12985 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12986
12987 Remove orphaned hosts, targets and files.
12988 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12989 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12990 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12991 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12992 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12993 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12994 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12995 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12996 * config/sparc/tm-sp64sim.h: Delete.
12997 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12998 hosts.
12999 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
13000 mips*-dec-mach3* targets.
13001
13002 2003-02-04 Michael Chastain <mec@shout.net>
13003
13004 * NEWS: Fix typo: sepcifying -> specifying.
13005
13006 2003-02-04 Michael Chastain <mec@shout.net>
13007
13008 * dwarfread.c: Add documentation on the state of dwarf-1,
13009 looking towards obsoletion.
13010
13011 2003-02-03 Michael Chastain <mec@shout.net>
13012
13013 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
13014 gdb/testsuite/gdb.c++/pr-1023.exp.
13015
13016 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13017
13018 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
13019 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
13020
13021 * utils.c (init_page_info): Delete reference to MPW in comments.
13022 * main.c (captured_main): Delete #ifdef MPW.
13023
13024 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13025
13026 * NEWS: Note that the m32r-*-elf* is obsolete.
13027 * monitor.c (monitor_expect): Obsolete reference to m32r.
13028 * configure.tgt: Mark m32r-*-elf* as obsolete.
13029 * MAINTAINERS: Mark m32k as obsolete.
13030 * m32r-rom.c: Obsolete file.
13031 * config/m32r/m32r.mt: Obsolete file.
13032 * config/m32r/tm-m32r.h: Obsolete file.
13033 * m32r-stub.c: Obsolete file.
13034 * m32r-tdep.c: Obsolete file.
13035
13036 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13037
13038 * NEWS: Mention that the z8k-zilog-none is obsolete.
13039 * MAINTAINERS: Mark z8k as obsolete.
13040 * configure.tgt: Obsolete the z8k-*-coff* target.
13041 * config/z8k/z8k.mt: Obsolete file.
13042 * config/z8k/tm-z8k.h: Obsolete file.
13043 * z8k-tdep.c: Obsolete file.
13044
13045 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13046
13047 * NEWS: Mention that the mn10200-elf is obsolete.
13048 * configure.tgt: Obsolete mn10200-*-* target.
13049 * breakpoint.c (update_breakpoints_after_exec): Update comment to
13050 mention that the mn10200 is obsolete.
13051 * breakpoint.h: Ditto.
13052 * MAINTAINERS: Mark the mn10200-elf as obsolete.
13053 * config/mn10200/mn10200.mt: Obsolete file.
13054 * config/mn10200/tm-mn10200.h: Obsolete file.
13055 * mn10200-tdep.c: Obsolete file.
13056
13057 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13058
13059 * MAINTAINERS: Mark h8500 as obsolete.
13060 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
13061 * findvar.c (value_from_register): Ditto.
13062 * h8500-tdep.c: Mark file as obsolete.
13063 * config/h8500/h8500.mt: Ditto.
13064 * config/h8500/tm-h8500.h: Ditto.
13065 * NEWS: Mention that h8500 is obsolete.
13066
13067 2003-02-04 David Carlton <carlton@math.stanford.edu>
13068
13069 * objfiles.c (allocate_objfile): Always set name. Add comment at
13070 start of function.
13071 * jv-lang.c (get_dynamics_objfile): Add comment.
13072
13073 2003-02-04 David Carlton <carlton@math.stanford.edu>
13074
13075 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
13076 * printcmd.c (build_address_symbolic): Replace uses of
13077 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
13078 SYMBOL_NAME, and asm_demangle.
13079 Update copyright.
13080
13081 2003-02-04 David Carlton <carlton@math.stanford.edu>
13082
13083 * linespec.c (decode_compound): Extract code into
13084 lookup_prefix_sym.
13085 (lookup_prefix_sym): New function.
13086
13087 2003-02-04 David Carlton <carlton@math.stanford.edu>
13088
13089 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
13090 FLOAT_COERCION_BADNESS.
13091 * gdbtypes.c (rank_one_type): Replace all uses of
13092 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
13093
13094 2003-02-04 Jim Blandy <jimb@redhat.com>
13095
13096 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
13097 section, let dwarf_macinfo_section point to it, not
13098 dwarf_loc_section.
13099
13100 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13101
13102 Pointed out by Anton Blanchard <anton@samba.org>.
13103 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
13104 (ppc_linux_at_sigtramp_return_path): Use it.
13105
13106 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
13107
13108 * defs.h (streq): Add prototype.
13109 * utils.c (streq): New function.
13110
13111 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
13112 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
13113 * mdebugread.c (new_symbol): Likewise.
13114 * stabsread.c (define_symbol): Likewise.
13115 * coffread.c (process_coff_symbol): Likewise.
13116 * dwarfread.c (new_symbol): Likewise.
13117
13118 * minsyms.c (prim_record_minimal_symbol_and_info): Use
13119 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
13120 here.
13121 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
13122 SYMBOL_INIT_DEMANGLED_NAME.
13123 * objfiles.c: Include "hashtab.h".
13124 (allocate_objfile): Call htab_set_functions_ex for the
13125 demangled_names_hash.
13126 (free_objfile): Call htab_delete for the demangled_names_hash.
13127 * objfiles.h (struct htab): Add declaration.
13128 (struct objfile): Add demangled_names_hash.
13129 * symfile.c: Include "hashtab.h".
13130 (reread_symbols): Call htab_delete for the demangled_names_hash.
13131 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
13132 SYMBOL_NAME in the bcache.
13133 * symtab.c: Include "hashtab.h". Update comments.
13134 (create_demangled_names_hash, symbol_set_names): New functions.
13135 (symbol_find_demangled_name): New function, broken out from
13136 symbol_init_demangled_names.
13137 (symbol_init_demangled_names): Use it.
13138 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
13139 (SYMBOL_SET_NAMES): New macro.
13140 (symbol_set_names): Add prototype.
13141
13142 2003-02-03 Jim Blandy <jimb@redhat.com>
13143
13144 Use a single, consistent representation for an empty minimal
13145 symbol table in an objfile.
13146 * objfiles.c (terminate_minimal_symbol_table): New function.
13147 (allocate_objfile): Call it.
13148 * objfiles.h (terminate_minimal_symbol_table): New declaration.
13149 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
13150 non-NULL.
13151 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
13152 objfile has minimal symbols, compare minimal_symbol_count to zero,
13153 instead of comparing msymbols with NULL.
13154 * objfiles.c (have_minimal_symbols): Same.
13155 * solib-sunos.c (solib_add_common_symbols): Call
13156 terminate_minimal_symbol_table.
13157 * symfile.c (reread_symbols): Same.
13158
13159 2003-02-03 Kevin Buettner <kevinb@redhat.com>
13160
13161 * s390-tdep.c (s390_address_class_type_flags)
13162 (s390_address_class_type_flags_to_name)
13163 (s390_address_class_name_to_type_flags): New functions.
13164 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
13165 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
13166
13167 2003-02-03 Michael Snyder <msnyder@redhat.com>
13168
13169 * arm-tdep.c: Fix spell-o in comment.
13170
13171 2003-02-03 Michal Ludvig <mludvig@suse.cz>
13172
13173 * dwarf2cfi.c (pointer_encoding): Added new parameter.
13174 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
13175 error messages to contain BFD filename.
13176
13177 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
13178
13179 Fix PR gdb/742 gdb/743 gdb/877
13180 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
13181 (do_mixed_source_and_assembly): Use
13182 make_cleanup_ui_out_tuple_begin_end and
13183 make_cleanup_ui_out_tuple_begin_end.
13184 (do_mixed_source_and_assembly): Ditto.
13185 * thread.c (do_captured_list_thread_ids): Ditto.
13186 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
13187 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
13188 ui_out_tuple_end): Delete prototypes.
13189 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
13190 ui_out_list_end, ui_out_tuple_end): Delete.
13191
13192 From Kevin Buettner <kevinb@redhat.com>:
13193 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
13194 * ui-out.c (make_cleanup_ui_out_table_begin_end)
13195 (do_cleanup_table_end): New functions.
13196 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
13197 Use cleanups to invoke_ui_out_tuple_end().
13198 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
13199 * cli/cli-setshow.c (cmd_show_list): Use
13200 make_cleanup_ui_out_tuple_begin_end.
13201
13202 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13203
13204 * frame.c (frame_unwind_register): New function.
13205 (frame_unwind_unsigned_register): Use.
13206 (frame_unwind_signed_register): Use.
13207 (frame_read_register): New function.
13208 * frame.h (frame_unwind_register): Declare.
13209 (frame_read_register): Declare.
13210
13211 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
13212 and frame_unwind_register instead of read_memory, write_register
13213 and deprecated_write_register_bytes.
13214
13215 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13216
13217 * frame.h: Note that namelen can be negative.
13218 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
13219 NAME's length.
13220
13221 * NEWS: Mention that the d10v's `regs' command is deprecated.
13222 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
13223 (d10v_print_registers_info): New function.
13224 (show_regs): Call d10v_print_registers_info.
13225 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
13226
13227 2003-02-02 Mark Kettenis <kettenis@gnu.org>
13228
13229 * stack.c (print_frame_info): Restore call to annotate_frame_begin
13230 lost in the previous patch.
13231
13232 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13233
13234 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
13235 * stack.c (print_frame_info_base): Output complete FRAME tuple
13236 for synthesized frames.
13237
13238 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13239
13240 * mips-nat.c (zerobuf): Delete.
13241 (fetch_inferior_registers): Alloc local zerobuf.
13242 (fetch_core_registers): Alloc local zerobuf.
13243 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
13244 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
13245 * thread-db.c (thread_db_store_registers): Ditto.
13246 * sh-tdep.c (sh_do_register): Ditto.
13247 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
13248 * remote-sim.c (gdbsim_store_register): Ditto.
13249 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
13250 * remote-e7000.c (fetch_regs_from_dump): Ditto.
13251 * monitor.c (monitor_supply_register): Ditto.
13252 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
13253 * mips-nat.c (fetch_inferior_registers): Ditto.
13254 * m68klinux-nat.c (fetch_register): Ditto.
13255 * lynx-nat.c (fetch_inferior_registers): Ditto.
13256 (fetch_inferior_registers): Ditto.
13257 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
13258 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
13259 (hpux_thread_store_registers): Ditto.
13260 * hppah-nat.c (fetch_register): Ditto.
13261 * hppab-nat.c (fetch_register): Ditto.
13262 * hppa-tdep.c (pa_register_look_aside): Ditto.
13263 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
13264 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
13265
13266 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13267
13268 * gdbarch.sh: Explictly specify all method levels. When a
13269 variable with an empty level, provide a non-multi-arch default.
13270 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
13271 * gdbarch.h: Re-generate.
13272 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
13273 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
13274
13275 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13276
13277 * defs.h (host_pointer_to_address): Delete declaration.
13278 (address_to_host_pointer): Delete declaration.
13279 * utils.c (host_pointer_to_address): Delete function.
13280 (address_to_host_pointer): Delete function.
13281 * procfs.c (procfs_address_to_host_pointer): New function.
13282 * procfs.c (proc_set_watchpoint): Use.
13283 (procfs_can_use_hw_breakpoint): Update comments.
13284 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
13285 (som_solib_add): Use.
13286 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
13287 * hppa-tdep.c (unwind_command): Use.
13288
13289 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13290
13291 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
13292 strlen d_name.
13293
13294 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
13295 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
13296 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
13297 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
13298 (define_symbol): Update.
13299 * symfile.c (generic_load): Remove references to nindy.
13300 * symtab.c: Remove references to nindy.
13301
13302 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13303
13304 * infcmd.c (print_float_info): Delete code conditional on
13305 FLOAT_INFO.
13306 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
13307 * config/m68k/nm-apollo68b.h: Ditto.
13308 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
13309 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
13310 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
13311
13312 2003-02-01 Mark Kettenis <kettenis@gnu.org>
13313
13314 * config/i386/tm-i386os9k.h: Removed.
13315
13316 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
13317 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
13318 they're identical to i[3456]86-*-sysv* now.
13319 * config/i386/i386v32.mh: Removed.
13320 * config/i386/xm-i386v32.h: Removed.
13321 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
13322
13323 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
13324
13325 * config/i386/i386dgux.mh: Removed.
13326 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
13327
13328 * configure.in: Fix typo.
13329 * configure: Regenerated.
13330
13331 2003-01-31 David Carlton <carlton@math.stanford.edu>
13332
13333 * dwarf2read.c (dwarf2_locate_sections): Set
13334 dwarf_ranges_section.
13335
13336 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13337
13338 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
13339 * utils.c: Update comments documenting legitimate uses of PTR.
13340
13341 * utils.c: Re-indent.
13342
13343 * config/djgpp/fnchange.lst: Delete nindy files.
13344 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
13345 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
13346 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
13347 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
13348 * nindy-share/README, nindy-share/Onindy.c: Delete files.
13349 * nindy-tdep.c, nindy-share/Makefile: Delete files.
13350 * Makefile.in (init.c): Remove nindy references.
13351 (saber_gdb): Delete rule.
13352 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
13353 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
13354 and a68v-nat.c.
13355 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
13356 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
13357 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
13358 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
13359 nindy-share/stop.h.
13360 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
13361 * saber.suppress: Delete file.
13362
13363 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
13364
13365 * dbxread.c (stabs_data): New static variable.
13366 (fill_symbuf): Support an in-memory buffer for stabs data.
13367 (stabs_seek): New function.
13368 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
13369 (read_ofile_symtab): Use stabs_seek.
13370 (elfstab_build_psymtabs): Take an asection* instead of
13371 an offset and size. Relocate the stabs data if necessary.
13372 Save the section* for dbx_psymtab_to_symtab.
13373 * dwarf2read.c: Add section variables for each debug section.
13374 (dwarf2_locate_sections): Fill them in.
13375 (dwarf2_read_section): Take an asection* argument.
13376 Relocate the section contents if necessary.
13377 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
13378 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
13379 it to dwarf2_read_section.
13380 (dwarf2_build_frame_info): Update callers.
13381 * elfread.c (elf_symfile_read): Update call to
13382 elfstab_build_psymtabs.
13383 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
13384 (DBX_STAB_SECTION): New macro.
13385 * stabsread.h (elfstab_build_psymtabs): Update prototype.
13386 * symfile.c (symfile_dummy_outputs): New function.
13387 (symfile_relocate_debug_section): New function.
13388 * symfile.h (symfile_relocate_debug_section): Add prototype.
13389
13390 2003-01-31 Richard Henderson <rth@redhat.com>
13391
13392 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
13393 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
13394 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
13395 * alpha-tdep.c (alpha_register_name): Add "unique".
13396 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
13397 (ALPHA_UNIQUE_REGNUM): New.
13398 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
13399
13400 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13401
13402 * README: Remove reference to Ericsson 1800 monitor.
13403 * Makefile.in (remote-es.o): Delete rule.
13404 (ALLDEPFILES): Delete remote-es.c.
13405 * remote-es.c: Delete file.
13406 * config/m68k/es1800.mt: Delete file.
13407 * config/djgpp/fnchange.lst: Update.
13408 * configure.tgt: Delete m68*-ericsson-* target.
13409
13410 2003-01-31 Adam Fedor <fedor@gnu.org>
13411
13412 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
13413 Remove duplicate/shadowing variable of same name.
13414
13415 2003-01-30 Jim Blandy <jimb@redhat.com>
13416
13417 * symfile.c (find_separate_debug_file): Assert that the objfile's
13418 directory name we compute ends with a slash, and then assume that
13419 that's so everywhere we use it.
13420
13421 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
13422
13423 * valops.c (value_assign): Flush frame cache after stores to memory
13424 also.
13425
13426 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13427
13428 * Makefile.in (mon960-rom.o): Delete rule.
13429 * mon960-rom.c: Delete file.
13430
13431 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13432
13433 * d10v-tdep.c: Include "frame-unwind.h".
13434 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13435 list.
13436 (next_addr, uses_frame): Delete.
13437 (struct d10v_unwind_cache): Define.
13438 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13439 Use info instead of next_addr and uses_frame globals.
13440 (d10v_frame_init_saved_regs): Delete function.
13441 (d10v_init_extra_frame_info): Delete function.
13442 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13443 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13444 init_frame_pc or frame_saved_pc.
13445 (d10v_pop_frame): Delete function.
13446 (do_d10v_pop_frame): Delete function.
13447 (d10v_frame_chain): Delete function.
13448 (d10v_frame_chain_valid): Delete function.
13449 (d10v_frame_pc_unwind): New function.
13450 (d10v_frame_id_unwind): New function.
13451 (saved_regs_unwinder): New function.
13452 (d10v_frame_register_unwind): New function.
13453 (d10v_frame_pop): New function.
13454 (d10v_frame_unwind): New variable.
13455 (d10v_frame_p): New function.
13456 (d10v_frame_saved_pc): Delete function.
13457 * Makefile.in (d10v-tdep.o): Update dependencies.
13458
13459 2003-01-30 J. Brobecker <brobecker@gnat.com>
13460
13461 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13462 causing some regressions due to a change in the default value
13463 for this macro.
13464
13465 2003-01-29 Richard Henderson <rth@redhat.com>
13466 Elena Zannoni <ezannoni@redhat.com>
13467 Daniel Jacobowitz <drow@mvista.com>
13468
13469 Fix PR gdb/961.
13470 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
13471 variables.
13472 (RANGES_SECTION): New.
13473 (dwarf_ranges_buffer): New variable.
13474 (struct comp_unit_head): Add member "die".
13475 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13476 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13477 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13478 (dwarf2_locate_sections): Likewise.
13479 (dwarf2_build_psymtabs): Read .debug_ranges.
13480 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13481 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
13482 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13483 Look for DW_AT_ranges and return the bounding box.
13484
13485 2003-01-29 Brian Ford <ford@vss.fsi.com>
13486
13487 * win32-nat.c (cygwin_pid): Removed as unused.
13488 (child_attach): Try fall back to Cygwin pid.
13489
13490 2003-01-29 Jim Blandy <jimb@redhat.com>
13491
13492 * objfiles.h (struct objfile): Doc fix.
13493
13494 2003-01-29 Andrew Cagney <ac131313@redhat.com>
13495
13496 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13497 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13498 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13499 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13500 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13501 (FRAME_SAVED_PC): Change to a function with predicate.
13502 * gdbarch.h, gdbarch.c: Re-generate.
13503
13504 2003-01-28 Andrew Cagney <ac131313@redhat.com>
13505
13506 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13507
13508 * complaints.c (complain): Delete function.
13509 * complaints.h (struct deprecated_complaint): Delete definition.
13510 (complain): Delete declaration.
13511
13512 2003-01-28 Kevin Buettner <kevinb@redhat.com>
13513
13514 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13515 dummy frames.
13516
13517 2003-01-27 Andrew Cagney <ac131313@redhat.com>
13518
13519 * sentinel-frame.h, sentinel-frame.c: New files.
13520 * Makefile.in (frame.o): Update dependencies.
13521 (SFILES): Add sentinel-frame.c.
13522 (sentinel_frame_h): Define.
13523 (COMMON_OBS): Add sentinel-frame.o.
13524 (sentinel-frame.o): Specify dependencies.
13525 * frame.c: Include "sentinel-frame.h".
13526 (frame_register_unwind): Rewrite assuming that there is always a a
13527 ->next frame.
13528 (frame_register, generic_unwind_get_saved_register): Ditto.
13529 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13530 (create_sentinel_frame, unwind_to_current_frame): New functions.
13531 (get_current_frame): Rewrite using create_sentinel_frame and
13532 unwind_to_current_frame. When possible, always create a frame.
13533 (create_new_frame): Set next to the sentinel frame.
13534 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13535 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13536 ID cache when necessary.
13537 (frame_saved_regs_id_unwind): Use frame_relative_level.
13538 (deprecated_generic_get_saved_register): Use frame_relative_level,
13539 get_frame_saved_regs, get_frame_pc, get_frame_base and
13540 get_next_frame.
13541 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13542 frame_register.
13543
13544 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13545
13546 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13547
13548 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13549
13550 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13551 (maintenance_set_profile_cmd): Use error () instead of warning ().
13552
13553 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13554
13555 * configure.in: Check that -pg works if using --enable-profiling.
13556 Check for monstartup and _mcleanup regardless of --enable-profiling.
13557 * maint.c: Check for monstartup and _mcleanup before using them.
13558 * config.in: Regenerated.
13559 * configure: Regenerated.
13560
13561 2003-01-24 Nick Clifton <nickc@redhat.com>
13562
13563 * Add sh2e support:
13564
13565 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13566
13567 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13568 (sh2e_show_regs): New.
13569 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13570 * config/sh/tm-sh.h: Added sh2e to comments.
13571
13572 2003-01-23 Jim Blandy <jimb@redhat.com>
13573
13574 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13575 symbols found)" message here; we haven't checked for a separate
13576 debug info file yet, so we don't know yet.
13577 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13578 we've looked everywhere. Also, there's no need to print a special
13579 message when we're loading the separate debug info file: the one
13580 symbol_file_add prints is fine.
13581
13582 2003-01-23 Alexander Larsson <alexl@redhat.com>
13583 Jim Blandy <jimb@redhat.com>
13584
13585 Add support for executables whose debug info has been separated
13586 out into a separate file, leaving only a link behind.
13587 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13588 and separate_debug_objfile_backlink.
13589 (put_objfile_before): New declaration.
13590 * symfile.c: #include "filenames.h".
13591 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13592 debug info in a separate file, read that, too. Save the addrs
13593 argument, so we can use it again to read the separated debug info;
13594 syms_from_objfile modifies the table we pass it.
13595 (reread_symbols): After re-reading an objfile, call
13596 reread_separate_symbols to refresh its separate debug info
13597 objfile, if it has one.
13598 (reread_separate_symbols, find_separate_debug_file,
13599 get_debug_link_info, separate_debug_file_exists): New functions.
13600 (debug_file_directory): New global var.
13601 (_initialize_symfile): Initialize debug_file_directory, and
13602 provide the new `set debug-file-directory' command to let the user
13603 change it.
13604 * objfiles.c (free_objfile): If this objfile has its debug info in
13605 a separate objfile, free that one too. If this is itself a
13606 separate debug info objfile, clear our parent's backlink.
13607 (put_objfile_before): New function.
13608 * utils.c (gnu_debuglink_crc32): New function.
13609 * defs.h (gnu_debuglink_crc32): New declaration.
13610 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13611 * configure.in: Handle --with-separate-debug-dir config option.
13612 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13613 * acconfig.h (DEBUGDIR): New macro.
13614 * configure, aclocal.m4, config.in: Regenerated.
13615
13616 2003-01-22 Jim Blandy <jimb@redhat.com>
13617
13618 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13619 like the old symbol_file_add, but taking new arguments: you can
13620 now pass in either a `struct section_addr_info' list to say where
13621 each section is loaded, or a `struct section_offsets' table. Pass
13622 these new arguments through to syms_from_objfile as appropriate.
13623 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
13624 with the appropriate quiescent values for the new arguments.
13625
13626 * symfile.c: #include "gdb_assert.h".
13627 (syms_from_objfile): Add the ability to pass in a section offset
13628 table directly, as an alternative to the section_addr_info table.
13629 Document arguments better.
13630 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13631 * symfile.h (syms_from_objfile): Update declaration.
13632 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13633 syms_from_objfile.
13634 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13635
13636 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13637
13638 Original patch by Tom Tromey <tromey@cygnus.com> and
13639 Jason Molenda <jmolenda@apple.com>.
13640 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13641 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13642 * NEWS: Mention profiling.
13643 * configure.in (--enable-gdbtk): Fix typo.
13644 (--enable-profiling): New. Set PROFILE_CFLAGS.
13645 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13646 Fill in function.
13647 (profiling_state): New variable.
13648 (mcleanup_wrapper): New function.
13649 (_initialize_maint): Remove NOTYET, fix call to
13650 add_setshow_boolean_cmd for "maint set profile".
13651 * configure: Regenerated.
13652
13653 2003-01-21 Martin M. Hunt <hunt@redhat.com>
13654
13655 * Makefile.in (install-gdbtk): Install PNG images too.
13656
13657 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13658
13659 * exec.c (text_start): Delete global variable.
13660 (exec_file_attach): Make text_start local to the function.
13661 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13662 * valops.c (hand_function_call): Delete code that handles
13663 BEFORE_TEXT_END and AFTER_TEXT_END.
13664 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13665 of CALL_DUMMY_LOCATION.
13666 * gdbarch.c: Regenerate.
13667 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13668 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13669 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13670 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13671 (text_end): Delete extern declaration.
13672
13673 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13674
13675 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13676 * blockframe.c (backtrace_below_main): Move to "frame.c".
13677 (frame_chain_valid): Delete check for backtrace_below_main.
13678 (_initialize_blockframe): Delete initialization, move ``set
13679 backtrace-below-main'' command to "frame.c".
13680 (do_flush_frames_sfunc): Delete function.
13681 * frame.c: Include "command.h" and "gdbcmd.h".
13682 (frame_type_from_pc): New function.
13683 (create_new_frame): Use frame_type_from_pc.
13684 (legacy_get_prev_frame): New function.
13685 (get_prev_frame): Rewrite. When an old style frame, call
13686 legacy_get_prev_frame. Otherwize, unwind the PC first.
13687 (_initialize_frame): Add ``set backtrace-below-main'' command.
13688 * Makefile.in (frame.o): Update dependencies.
13689
13690 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13691
13692 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13693 DEPRECATED_REGISTERS_INFO.
13694
13695 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13696
13697 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13698 Maintainers'. Update `Various Maintainers'.
13699
13700 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13701
13702 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13703 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13704 Suppress actual parameters when `-'.
13705 * gdbarch.h, gdbarch.c: Regenerate.
13706
13707 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13708
13709 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13710 code handling dummy frames.
13711
13712 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13713
13714 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13715 (struct frame_unwind): Add field pop.
13716 * frame.h (frame_pop): Declare.
13717 * frame.c (frame_saved_regs_pop): New function.
13718 (trad_frame_unwinder): Add frame_saved_regs_pop.
13719 (frame_pop): New function.
13720 * dummy-frame.c (dummy_frame_pop): New function.
13721 (discard_innermost_dummy): New function.
13722 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13723 (dummy_frame_unwind): Add dummy_frame_pop.
13724 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13725 * valops.c (hand_function_call): Ditto.
13726 * stack.c (return_command): Ditto.
13727
13728 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13729
13730 * cris-tdep.c: Fix function declaration indentation.
13731 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13732 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13733 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13734 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13735 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13736 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13737
13738 2003-01-18 Michael Chastain <mec@shout.net>
13739
13740 * README (Unpacking and Installation -- quick overview):
13741 Warn against ".../gdb-5.3/gdb/configure".
13742
13743 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13744
13745 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13746 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13747 (struct frame_unwind): Declare opaque.
13748 (dummy_frame_p): Declare function.
13749 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13750 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13751 * dummy-frame.c: Include "frame-unwind.h".
13752 (dummy_frame_p): New function.
13753 (dummy_frame_unwind): New variable.
13754 * frame.c: Include "frame-unwind.h".
13755 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13756 to use the new unwind field.
13757 (set_unwind_by_pc): Delete function.
13758 (create_new_frame, get_prev_frame): Set unwind field using
13759 frame_unwind_find_by_pc.
13760 (trad_frame_unwind, trad_frame_unwinder): New variables.
13761 * frame.h (trad_frame_unwind): Declare variable.
13762 (frame_id_unwind_ftype): Delete declaration.
13763 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13764 (struct frame_unwind): Declare opaque.
13765 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13766 register_unwind with a single unwind pointer.
13767 * frame-unwind.h, frame-unwind.c: New files.
13768 * Makefile.in (SFILES): Add frame-unwind.c.
13769 (frame_unwind_h): Define.
13770 (COMMON_OBS): Add frame-unwind.o.
13771 (frame-unwind.o): Specify dependencies.
13772 (frame.o, dummy-frame.o): Update dependencies.
13773
13774 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13775
13776 * ada-valprint.c: Eliminate PTR.
13777 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13778 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13779 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13780 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13781 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13782 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13783 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13784
13785 2003-01-17 Andrew Cagney <ac131313@redhat.com>
13786
13787 * main.c (captured_main): Don't use PTR.
13788 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13789 * gdbtypes.c (lookup_primitive_typename): Ditto.
13790 (lookup_struct_elt_type): Ditto.
13791 * f-valprint.c (info_common_command): Ditto.
13792 (list_all_visible_commons): Ditto.
13793 * jv-typeprint.c (java_type_print_base): Ditto.
13794
13795 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13796 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13797 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13798 i386-interix-nat.c and i386-interix-tdep.c. Rename
13799 m68klinux-nat.c and m68klinux-tdep.c. Rename
13800 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13801 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13802 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13803 * main.c (captured_main): Use xfree, not free.
13804
13805 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13806
13807 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13808 ID back using a parameter.
13809 * frame.c (frame_id_unwind): Update call.
13810 (frame_saved_regs_id_unwind): Update.
13811 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13812 * dummy-frame.h (struct frame_id): Add opaque declaration.
13813 (dummy_frame_id_unwind): Update declaration.
13814
13815 2003-01-15 Andrew Cagney <ac131313@redhat.com>
13816
13817 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13818
13819 2003-01-15 Stephen P. Smith <ischis2@cox.net>
13820
13821 * MAINTAINERS (Stephen P. Smith): Updated email address.
13822
13823 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13824
13825 Fix PR gdb/898
13826 * breakpoint.c (until_break_command): Add new argument. Use it to
13827 decide whether to stop only at the current frame or not.
13828 * breakpoint.h (until_break_command): Update prototype.
13829 * infcmd.c (until_command): Add new argument to until_break_command
13830 call.
13831 (advance_command): New function.
13832 (_initialize_infcmd): Update help string for 'until' command.
13833 Add new 'advance' command.
13834
13835 2003-01-14 David Carlton <carlton@math.stanford.edu>
13836
13837 * linespec.c (decode_line_1): Normalize comments.
13838 (set_flags): Ditto.
13839 (locate_first_half): Ditto.
13840 (decode_compound): Ditto.
13841 (symtab_from_filename): Ditto.
13842 (decode_all_digits): Ditto.
13843 (decode_dollar): Ditto.
13844 (find_methods): Ditto.
13845 (find_toplevel_char): Ditto.
13846
13847 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13848
13849 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13850 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13851 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13852 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13853 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13854 * language.c, language.h, m32r-tdep.c: Update copyright.
13855 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13856 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13857 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13858 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13859 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13860 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13861
13862 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13863
13864 * stabsread.h (process_later, resolve_cfront_continuation):
13865 Obsolete.
13866 Update copyright years.
13867 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13868 Update copyright year.
13869 * dbxread.c(struct cont_elem): Obsolete.
13870 (process_later, process_now): Obsolete functions.
13871 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13872 Update copyright year.
13873 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13874 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13875 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13876 (parse_partial_symbols): Obsolete cfront support.
13877 * stabsread.c
13878 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13879 macros.
13880 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13881 read_cfront_baseclasses, read_cfront_member_functions,
13882 resolve_cfront_continuation,read_cfront_static_fields,
13883 copy_cfront_struct_fields): Obsolete functions.
13884 (define_symbol, read_one_struct_field): Obsolete cfront support.
13885 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13886 Update Copyright year.
13887
13888 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13889
13890 * stack.c (print_frame_info, print_stack_frame_base_stub,
13891 print_stack_frame_base, show_and_print_stack_frame_stub,
13892 show_and_print_stack_frame, print_only_stack_frame_stub,
13893 print_only_stack_frame): Delete functions.
13894 (print_stack_frame_stub): Call print_frame_info instead of
13895 print_frame_info_base.
13896 (print_frame_info_base): Rename to print_frame_info.
13897 (backtrace_command_1): Call print_frame_info, instead of
13898 print_frame_info_base.
13899 (current_frame_command): Call print_stack_frame, instead of
13900 print_only_stack_frame.
13901 (frame_command): Call print_stack_frame, instead of
13902 show_and_print_stack_frame.
13903 (up_command): Ditto.
13904 (down_command): Ditto.
13905 * frame.h (print_only_stack_frame): Delete prototype.
13906 * infrun.c (normal_stop): Call print_stack_frame, instead of
13907 show_and_print_stack_frame.
13908 * thread.c (info_threads_command): Call print_stack_frame, instead
13909 of print_only_stack_frame.
13910
13911 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13912
13913 * README (Graphical interface to GDB): Update URL. Point at
13914 gdb/links/.
13915
13916 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13917 version match.
13918
13919 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13920
13921 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13922 lines.
13923
13924 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13925
13926 * thread-db.c (attach_thread): Prototype.
13927 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13928 thread information (ti), and valid flags (th_valid, ti_valid).
13929 (attach_thread): Move target_pid_to_str call to after the thread
13930 is added to GDB's list. Initialize the cache.
13931 (thread_get_info_callback, thread_db_map_id2thr)
13932 (thread_db_get_info): New functions.
13933 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13934 (thread_db_store_registers, thread_db_thread_alive)
13935 (thread_db_get_thread_local_address): Use them.
13936 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13937 of calling error() for threads in unknown state.
13938
13939 (clear_lwpid_callback): New function.
13940 (thread_db_resume): Use it to clear the cache.
13941
13942 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13943
13944 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13945 (resume_callback): Remove dead code.
13946
13947 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13948
13949 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13950 predicate.
13951 * gdbarch.h, gdbarch.c: Regenerate.
13952 * stack.c (frame_info): Only initialize the saved registers when
13953 FRAME_INIT_SAVED_REGS_P.
13954 * frame.c (frame_saved_regs_register_unwind): Assert
13955 FRAME_INIT_SAVED_REGS_P.
13956 (deprecated_generic_get_saved_register): Ditto.
13957
13958 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13959
13960 * source.c (openp): Squelch warning about "filename".
13961
13962 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13963
13964 * source.c (openp): If the file does not exist don't necessarily
13965 search the path.
13966
13967 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13968
13969 Fix PR gdb/872.
13970 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13971 (integer_types_same_name_p): New function.
13972 (rank_one_type): Use it.
13973 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13974
13975 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13976
13977 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13978 variables.
13979 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13980 * configure.in: Add --with-sysroot.
13981 * configure: Regenerated.
13982 * main.c (gdb_sysroot): New variable.
13983 (captured_main): Initialize gdb_sysroot.
13984 * defs.h (gdb_sysroot): New extern declaration.
13985 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13986
13987 2003-01-12 Michael Chastain <mec@shout.net>
13988
13989 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13990
13991 2003-01-12 Michael Chastain <mec@shout.net>
13992
13993 * top.c (print_gdb_version): Bump copyright year to 2003.
13994
13995 2003-01-12 David Carlton <carlton@bactrian.org>
13996
13997 * linespec.c (symtab_from_filename): Rename variable 's' to
13998 'file_symtab'.
13999
14000 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14001
14002 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
14003 dummy frame.
14004 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
14005
14006 2003-01-12 Andrew Cagney <ac131313@redhat.com>
14007
14008 * d10v-tdep.c: Include "gdb_assert.h".
14009 (d10v_store_return_value): Rewrite to match current interface.
14010 (d10v_extract_struct_value_address): Ditto.
14011 (d10v_extract_return_value): Ditto.
14012 (d10v_gdbarch_init): Set store_restore_value,
14013 extract_struct_value_address and extract_return_value.
14014
14015 2003-01-12 J. Brobecker <brobecker@gnat.com>
14016
14017 * hpread.c (set_namestring): New procedure replacing the
14018 SET_NAMESTRING macro.
14019 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
14020 by calls to set_namestring.
14021
14022 2003-01-11 J. Brobecker <brobecker@gnat.com>
14023
14024 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
14025 a compilation warning.
14026 (hpread_process_one_debug_symbol): Likewise.
14027
14028 2003-01-10 David Carlton <carlton@math.stanford.edu>
14029
14030 * linespec.c (decode_line_1): Rename variable 's' to
14031 'file_symtab'.
14032 (decode_all_digits): Rename argument 's' to 'file_symtab'.
14033 (decode_dollar): Ditto.
14034 (decode_variable): Ditto.
14035 (symbol_found): Ditto.
14036
14037 2003-01-09 Michael Chastain <mec@shout.net>
14038
14039 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
14040
14041 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
14042
14043 * win32-nat.c (set_process_privilege): New function.
14044 (child_attach): Call set_process_privilege() to enable the
14045 SE_DEBUG_NAME user privilege if available in process token.
14046
14047 2003-01-10 J. Brobecker <brobecker@gnat.com>
14048
14049 * hpread.c (hpread_process_one_debug_symbol): Fix a small
14050 compilation error in the previous revision.
14051
14052 2003-01-09 David Carlton <carlton@math.stanford.edu>
14053
14054 * linespec.c: Update copyright.
14055
14056 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14057
14058 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
14059 than inferior_ptid.
14060 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
14061
14062 2003-01-09 Andrew Cagney <ac131313@redhat.com>
14063
14064 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
14065 Update comments.
14066 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
14067 (frame_saved_regs_zalloc): Update.
14068 (frame_saved_regs_register_unwind): Update.
14069 (create_new_frame): Update.
14070 (get_prev_frame): Update.
14071 (frame_extra_info_zalloc): Update.
14072 (deprecated_get_frame_saved_regs): Update.
14073 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
14074 * cris-tdep.c: Update comment.
14075
14076 * somsolib.h: Fix function indentation.
14077 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
14078 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
14079 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
14080 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
14081 * somsolib.c, inftarg.c: Remove assignment in if conditional.
14082
14083 * infrun.c (follow_fork): Use ISO C definition.
14084 * expprint.c (print_subexp): Use xfree instead of free.
14085 * charset.c: Include "gdb_string.h" instead of <string.h>.
14086 (register_iconv_charsets): Use ISO C definition.
14087 (host_charset, target_charset): Ditto.
14088 * Makefile.in (charset.o): Update dependencies.
14089 (mi-cmd-env.o): Update dependencies.
14090
14091 2003-01-08 Andrew Cagney <cagney@redhat.com>
14092
14093 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
14094 get_frame_base.
14095
14096 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14097
14098 * gdb_mbuild.sh: Add --keep option. When specified, keep the
14099 build directories. Save edited gdb output in Mbuild.log. If a
14100 build fails, remove any final GDB executable.
14101
14102 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14103
14104 * gdb_mbuild.sh: Edit the output of `maint print architecture'
14105 replacing hex constants with function names and stripping leading
14106 file name directory prefixes.
14107
14108 2003-01-08 Andrew Cagney <cagney@redhat.com>
14109
14110 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
14111 get_frame_base.
14112
14113 2003-01-08 David Carlton <carlton@math.stanford.edu>
14114
14115 * linespec.c (decode_line_1): Move code into decode_variable.
14116 (decode_variable): New function.
14117
14118 2003-01-08 Andrew Cagney <ac131313@redhat.com>
14119
14120 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
14121
14122 2003-01-08 Andrew Cagney <cagney@redhat.com>
14123
14124 * cris-tdep.c (cris_frame_init_saved_regs): Use
14125 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
14126 saved_regs buffer.
14127 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
14128 (sh64_nofp_frame_init_saved_regs): Ditto.
14129 (sh_fp_frame_init_saved_regs): Ditto.
14130 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
14131 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14132 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14133 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14134
14135 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
14136
14137 * minsyms.c (lookup_minimal_symbol): Update comment.
14138 (lookup_minimal_symbol_text): Update comment. Use the hash table.
14139 (lookup_minimal_symbol_solib_trampoline): Likewise.
14140
14141 2003-01-08 Andrew Cagney <cagney@redhat.com>
14142
14143 * d10v-tdep.c (d10v_init_extra_frame_info): Use
14144 frame_relative_level.
14145
14146 * alpha-tdep.c: Use get_frame_extra_info.
14147 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14148 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
14149 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14150 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
14151
14152 * alpha-tdep.c: Use get_next_frame.
14153 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14154 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14155 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
14156 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
14157 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
14158 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
14159 * xstormy16-tdep.c: Ditto.
14160
14161 2003-01-07 Andrew Cagney <cagney@redhat.com>
14162
14163 * alpha-tdep.c: Use get_frame_base.
14164 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14165 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14166 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14167 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
14168 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
14169 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14170 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
14171 * config/sparc/tm-sparc.h: Ditto.
14172
14173 2003-01-07 Andrew Cagney <cagney@redhat.com>
14174
14175 * frame.c (deprecated_get_frame_context): New function.
14176 (deprecated_set_frame_context): New function.
14177 * frame.h (deprecated_get_frame_context): Declare.
14178 (deprecated_set_frame_context): Declare.
14179 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
14180 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
14181
14182 2003-01-07 Andrew Cagney <cagney@redhat.com>
14183
14184 * frame.c (deprecated_set_frame_next_hack): New function.
14185 (deprecated_set_frame_prev_hack): New function.
14186 * frame.h (deprecated_set_frame_next_hack): Declare.
14187 (deprecated_set_frame_prev_hack): Declare.
14188 * mcore-tdep.c (analyze_dummy_frame): Use
14189 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
14190 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14191
14192 2003-01-07 David Carlton <carlton@math.stanford.edu>
14193
14194 * linespec.c (decode_line_1): Move code into decode_dollar.
14195 (decode_dollar): New function.
14196
14197 2003-01-07 Andrew Cagney <cagney@redhat.com>
14198
14199 * arm-tdep.c (arm_init_extra_frame_info): Use
14200 deprecated_update_frame_base_hack.
14201 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
14202 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
14203 (fix_frame_pointer): Ditto.
14204 (mn10300_analyze_prologue): Ditto.
14205
14206 2003-01-07 Andrew Cagney <cagney@redhat.com>
14207
14208 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
14209 extra_info using frame_extra_info_zalloc.
14210 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
14211 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
14212 (sh64_init_extra_frame_info): Ditto.
14213 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
14214 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
14215 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
14216 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
14217 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
14218 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
14219 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
14220 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
14221 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
14222 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
14223 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
14224 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
14225
14226 * mn10300-tdep.c (analyze_dummy_frame): Use
14227 deprecated_set_frame_extra_info_hack.
14228 * mcore-tdep.c (analyze_dummy_frame): Ditto.
14229
14230 2003-01-07 J. Brobecker <brobecker@gnat.com>
14231
14232 * mdebugread.c (parse_symbol): Skip stProc entries which storage
14233 class is not scText. These do not define "real" procedures.
14234 (parse_partial_symbols): Likewise.
14235
14236 2003-01-06 Michael Snyder <msnyder@redhat.com>
14237
14238 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
14239
14240 2003-01-06 Andrew Cagney <ac131313@redhat.com>
14241
14242 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
14243 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
14244 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
14245 deprecated_frame_xmalloc_with_cleanup.
14246 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
14247 deprecated_frame_xmalloc.
14248 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
14249 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
14250
14251 2003-01-06 Andrew Cagney <cagney@redhat.com>
14252
14253 * x86-64-linux-tdep.c: Include "osabi.h".
14254 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
14255
14256 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
14257
14258 2003-01-06 Andrew Cagney <cagney@redhat.com>
14259
14260 * MAINTAINERS (Target Instruction Set Architectures): Update
14261 arm-elf. Can be built with -Werror, has been multiarched.
14262
14263 * value.h (unpack_long): Make buffer parameter constant.
14264 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
14265 * scm-lang.h (scm_parse): Ditto.
14266 * defs.h (extract_typed_address, extract_address): Ditto.
14267 (extract_long_unsigned_integer): Ditto.
14268 * inferior.h (unsigned_pointer_to_address): Ditto.
14269 (signed_pointer_to_address): Ditto.
14270 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
14271 * gdbarch.h, gdbarch.c: Regenerate.
14272 * findvar.c (extract_long_unsigned_integer): Update.
14273 (extract_address): Update.
14274 (extract_typed_address): Update.
14275 (unsigned_pointer_to_address): Update.
14276 * values.c (unpack_long): Update.
14277 (unpack_double): Update.
14278 (unpack_pointer): Update.
14279 (unpack_field_as_long): Update.
14280 * d10v-tdep.c (d10v_pointer_to_address): Update.
14281 * avr-tdep.c (avr_pointer_to_address): Update.
14282 * scm-lang.c (scm_unpack): Update.
14283 * findvar.c (signed_pointer_to_address): Update.
14284
14285 2003-01-06 Michal Ludvig <mludvig@suse.cz>
14286
14287 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
14288 since it is in i386-tdep.c.
14289
14290 2003-01-06 J. Brobecker <brobecker@gnat.com>
14291
14292 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
14293 failure introduced in the previous change.
14294
14295 2003-01-05 Michael Chastain <mec@shout.net>
14296
14297 * README: Remove references to deleted remote-*.c files:
14298 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
14299 remote-nrom.c, remote-os9k.c, remote-udi.c.
14300
14301 2003-01-05 Mark Kettenis <kettenis@gnu.org>
14302
14303 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
14304 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
14305 i386_get_longjmp_target.
14306
14307 2003-01-05 Andrew Cagney <ac131313@redhat.com>
14308
14309 * arm-tdep.c (prologue_cache): Change to a pointer.
14310 (_initialize_arm_tdep): Allocate prologue_cache.
14311 (check_prologue_cache): Update.
14312 (save_prologue_cache): Update.
14313 (arm_gdbarch_init): Update.
14314
14315 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14316
14317 * stabsread.c (update_method_name_from_physname): Call complaint()
14318 instead of error.
14319
14320 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14321
14322 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
14323 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
14324 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
14325
14326 * blockframe.c: Include "gdbcmd.h" and "command.h".
14327 (backtrace_below_main): New variable.
14328 (file_frame_chain_valid, func_frame_chain_valid)
14329 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
14330 (generic_func_frame_chain_valid): Remove functions.
14331 (frame_chain_valid, do_flush_frames_sfunc): New functions.
14332 (_initialize_blockframe): New function.
14333 * Makefile.in (blockframe.o): Update dependencies.
14334 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
14335 comment. Call frame_chain_valid ().
14336 * frame.h: Remove old prototypes. Add prototype for
14337 frame_chain_valid and update comments to match.
14338 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
14339 Remove old comment.
14340 * gdbarch.h: Regenerated.
14341 * gdbarch.c: Regenerated.
14342
14343 * alpha-tdep.c (alpha_gdbarch_init): Don't call
14344 set_gdbarch_frame_chain_valid.
14345 * avr-tdep.c (avr_gdbarch_init): Likewise.
14346 * cris-tdep.c (cris_gdbarch_init): Likewise.
14347 * frv-tdep.c (frv_gdbarch_init): Likewise.
14348 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14349 * i386-tdep.c (i386_svr4_init_abi): Likewise.
14350 (i386_nw_init_abi): Likewise.
14351 (i386_gdbarch_init): Likewise.
14352 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
14353 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
14354 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
14355 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
14356 * mips-tdep.c (mips_gdbarch_init): Likewise.
14357 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
14358 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
14359 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
14360 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14361 * s390-tdep.c (s390_gdbarch_init): Likewise.
14362 * sh-tdep.c (sh_gdbarch_init): Likewise.
14363 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14364 * v850-tdep.c (v850_gdbarch_init): Likewise.
14365 * vax-tdep.c (vax_gdbarch_init): Likewise.
14366 * x86-64-tdep.c (x86_64_init_abi): Likewise.
14367
14368 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
14369 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
14370 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
14371 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
14372 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
14373 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
14374 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
14375 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
14376
14377 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
14378
14379 * Makefile.in (acconfig_h): Remove incorrect macro.
14380 (config_h): Define.
14381 (osabi.o): Update dependencies.
14382 * configure.tgt: Set gdb_osabi based on target triplet.
14383 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
14384 * configure: Regenerated.
14385 * config.in: Regenerated.
14386 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
14387 (GDB_OSABI_DEFAULT): Define if not already defined.
14388 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
14389 (set_osabi_string): New variables.
14390 (gdbarch_register_osabi): Add new OS ABI to
14391 gdb_osabi_available_names.
14392 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
14393 (set_osabi, show_osabi): New functions.
14394 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
14395
14396 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14397
14398 * arch-utils.c (gdbarch_info_init): Set osabi to
14399 GDB_OSABI_UNINITIALIZED.
14400 * gdbarch.sh: Add osabi to struct gdbarch and to struct
14401 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
14402 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
14403 * gdbarch.c: Regenerated.
14404 * gdbarch.h: Regenerated.
14405 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
14406 there's no BFD.
14407 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
14408 * osabi.h (enum gdb_osabi): Move to defs.h.
14409 (gdbarch_init_osabi): Update prototype.
14410 * defs.h (enum gdb_osabi): Moved here.
14411 * Makefile.in: Update dependencies.
14412
14413 * alpha-tdep.h: Don't include "osabi.h".
14414 (struct gdbarch_tdep): Remove osabi member.
14415 * alpha-tdep.c: Include "osabi.h".
14416 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14417 iterate over arches. Update call to gdbarch_init_osabi.
14418 (alpha_dump_tdep): Don't dump osabi.
14419 * alpha-linux-tdep.c: Include "osabi.h".
14420 * alpha-osf1-tdep.c: Include "osabi.h".
14421 * alphafbsd-tdep.c: Include "osabi.h".
14422 * alphanbsd-tdep.c: Include "osabi.h".
14423
14424 * arm-tdep.h: Don't include "osabi.h".
14425 (struct gdbarch_tdep): Remove osabi member.
14426 * arm-tdep.c: Include "osabi.h".
14427 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14428 iterate over arches. Update call to gdbarch_init_osabi.
14429 (arm_dump_tdep): Don't dump osabi.
14430 * arm-linux-tdep.c: Include "osabi.h".
14431 * armnbsd-tdep.c: Include "osabi.h".
14432
14433 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14434 Update call to gdbarch_init_osabi.
14435
14436 * i386-tdep.h: Don't include "osabi.h".
14437 (struct gdbarch_tdep): Remove osabi member.
14438 * i386-tdep.c: Include "osabi.h".
14439 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14440 iterate over arches. Update call to gdbarch_init_osabi.
14441 (i386_dump_tdep): Don't dump osabi.
14442 * i386-linux-tdep.c: Include "osabi.h".
14443 * i386-sol2-tdep.c: Include "osabi.h".
14444 * i386bsd-tdep.c: Include "osabi.h".
14445 * i386gnu-tdep.c: Include "osabi.h".
14446 * i386ly-tdep.c: Include "osabi.h".
14447 * i386nbsd-tdep.c: Include "osabi.h".
14448 * i386obsd-tdep.c: Include "osabi.h".
14449
14450 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14451 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14452 check osabi when iterating over arches. Update call to
14453 gdbarch_init_osabi.
14454 (mips_dump_tdep): Don't dump osabi.
14455
14456 * ns32k-tdep.h: Don't include "osabi.h".
14457 (struct gdbarch_tdep): Remove.
14458 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14459 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14460 allocate tdep. Update call to gdbarch_init_osabi.
14461 (ns32k_dump_tdep): Remove.
14462 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14463 * ns32knbsd-tdep.c: Include "osabi.h".
14464
14465 * ppc-tdep.h: Don't include "osabi.h".
14466 (struct gdbarch_tdep): Remove osabi member.
14467 * rs6000-tdep.c: Include "osabi.h".
14468 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
14469 osabi when iterating over arches. Update call to
14470 gdbarch_init_osabi.
14471 (rs6000_dump_tdep): Don't dump osabi.
14472 * ppc-linux-tdep.c: Include "osabi.h".
14473 * ppcnbsd-tdep.c: Include "osabi.h".
14474
14475 * sh-tdep.h: Don't include "osabi.h".
14476 (struct gdbarch_tdep): Remove osabi member.
14477 * sh-tdep.c: Include "osabi.h".
14478 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14479 iterate over arches. Update call to gdbarch_init_osabi.
14480 (sh_dump_tdep): Don't dump osabi.
14481 * shnbsd-tdep.c: Include "osabi.h".
14482
14483 * sparc-tdep.c: Include "osabi.h".
14484 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14485 iterate over arches. Update call to gdbarch_init_osabi.
14486 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
14487 tdep structure.
14488
14489 * vax-tdep.h: Don't include "osabi.h".
14490 (struct gdbarch_tdep): Remove.
14491 * vax-tdep.c: Include "osabi.h".
14492 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14493 iterate over arches. Don't allocate tdep. Update call
14494 to gdbarch_init_osabi.
14495 (vax_dump_tdep): Remove.
14496 (_initialize_vax_tdep): Update call to gdbarch_register.
14497
14498 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14499
14500 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14501 entirely.
14502 (breakpoint_re_set_one): Don't fetch the value for a disabled
14503 watchpoint.
14504
14505 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14506
14507 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14508 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14509 (COERCE_FLOAT_TO_DOUBLE): Remove.
14510 * gdbarch.c: Regenerate.
14511 * gdbarch.h: Regenerate.
14512 * Makefile.in: Remove value_h from gdbarch_h.
14513 * valops.c (coerce_float_to_double): New variable.
14514 (default_coerce_float_to_double): Remove.
14515 (standard_coerce_float_to_double): Remove.
14516 (value_arg_coerce): Use coerce_float_to_double.
14517 (_initialize_valops): Add "set coerce-float-to-double".
14518 * value.h (default_coerce_float_to_double): Remove prototype.
14519 (standard_coerce_float_to_double): Remove prototype.
14520
14521 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14522 prototyped.
14523 * mdebugread.c (parse_symbol): Likewise.
14524 * stabsread.c (define_symbol): Mark all functions as prototyped.
14525
14526 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14527 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14528 set_gdbarch_coerce_float_to_double.
14529 * arm-tdep.c (arm_gdbarch_init): Likewise.
14530 * frv-tdep.c (frv_gdbarch_init): Likewise.
14531 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14532 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14533 * mips-tdep.c (mips_gdbarch_init): Likewise.
14534 (mips_coerce_float_to_double): Remove.
14535 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14536 (rs6000_coerce_float_to_double): Remove.
14537 * s390-tdep.c (s390_gdbarch_init): Likewise.
14538 * sh-tdep.c (sh_gdbarch_init): Likewise.
14539 (sh_coerce_float_to_double): Remove.
14540 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14541 (sparc_coerce_float_to_double): Remove.
14542 * v850-tdep.c (v850_gdbarch_init): Likewise.
14543 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14544 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14545 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14546 (hppa_coerce_float_to_double): Remove prototype.
14547 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14548
14549 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14550
14551 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14552
14553 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14554
14555 Suggested by Stewart Brown <sb24@avaya.com>:
14556 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14557 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14558 (c_type_print_varspec_suffix): Likewise.
14559
14560 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14561
14562 * configure.in: Don't set and AC_SUBST SUBDIRS.
14563 * configure: Regenerated.
14564
14565 * configure.in: Remove code dealing with shared libraries.
14566 * Makefile.in: Remove HLDFLAGS and HLDENV.
14567 * configure: Regenerated.
14568
14569 2003-01-04 Andrew Cagney <ac131313@redhat.com>
14570
14571 * frame.c (deprecated_frame_xmalloc): New function.
14572 (deprecated_set_frame_saved_regs_hack): New function.
14573 (deprecated_set_frame_extra_info_hack): New function.
14574 * frame.h (deprecated_frame_xmalloc): Declare.
14575 (deprecated_set_frame_saved_regs_hack): Declare.
14576 (deprecated_set_frame_extra_info_hack): Declare.
14577
14578 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14579
14580 * configure.in: Move code that provides the --enable-gdbtk option
14581 right after the code that handles the --enable-tui option, and
14582 polish it somewhat.
14583 * configure: Regenerated.
14584
14585 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14586 AC_CHECK_FUNCS and remove the old check for pread64.
14587 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14588 * acconfig.h (_GNU_SOURCE): Add.
14589 (HAVE_PREAD64): Remove.
14590 * configure, aclocal.m4, config.in: Regenerated.
14591
14592 2003-01-03 Andrew Cagney <ac131313@redhat.com>
14593
14594 * alpha-tdep.c: Use get_frame_saved_regs.
14595 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14596 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14597 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14598 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14599 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14600
14601 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14602
14603 * configure.in: Remove all use of the SUBDIRS variable; add
14604 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14605 code providing the --enable-multi-ice option, and move it right in
14606 front of the code that checks whether gdbserver is supported.
14607 Polish that too.
14608 * configure: Regenerated.
14609 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14610 @SUBDIRS@.
14611
14612 2003-01-03 Andrew Cagney <cagney@redhat.com>
14613
14614 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14615 * avr-tdep.c, cris-tdep.c: Ditto.
14616 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14617 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14618
14619 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14620
14621 * configure.in: Remove --enable-netrom option.
14622 * configure: Regenerated.
14623
14624 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14625
14626 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14627 declaration for `struct re_pattern_buffer' instead.
14628 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14629
14630 2003-01-03 J. Brobecker <brobecker@gnat.com>
14631
14632 * mdebugread.c (parse_symbol): Count until the stEnd matching
14633 the structure name.
14634
14635 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14636
14637 * configure.in: Remove --with-cpu option.
14638 subscripts. Remove evil changequotes here.
14639 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14640 * config.in, configure: Regenerated.
14641
14642 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14643 * configure.in: Cleanup section that sources GDB and BFD configure
14644 subscripts. Remove evil changequotes here.
14645 * config.in, configure: Regenerated.
14646
14647 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14648
14649 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14650 frame accessor methods.
14651 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14652 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14653 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14654 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14655 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14656 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14657 * z8k-tdep.c: Ditto.
14658
14659 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14660
14661 * configure.in: Remove UI_OUT configuration code.
14662 * ada-lang.c: Update assuming UI_OUT is always true.
14663 * Makefile.in (UIOUT_CFLAGS): Remove.
14664 * configure: Regenerated.
14665 * TODO: Remove blurb about elimination of -DUI_OUT.
14666
14667 * configure.in: Move code that provides the --enable-gdbcli,
14668 --enable-gdbmi options right before the code that handles the
14669 --enable-tui option. Polish a bit.
14670 * configure: Regenerated.
14671
14672 * configure.in: Rewrite check for GNU regex and the
14673 --without-included regex option, and move it into the "Checks for
14674 library functions" section. This makes us use the system regex
14675 again by default on systems with version 2 of the GNU C library.
14676 This was apparently broken.
14677 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14678 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14679 * config.in, configure: Regenerated.
14680
14681 * configure.in: Move code that provides the --enable-tui option
14682 before the "Checks for libraries" section. Polish the code
14683 somewhat and set need_curses to yes if we build the TUI. Rewrite
14684 code that looks for a library providing termcap functionality to
14685 match more closely what's done in the Readline library, and move
14686 it into to the "Checks for libraries" section.
14687 * configure: Regenerated.
14688 * Makefile.in (TERMCAP): Remove variable.
14689 * config/i386/go32.mh (TERMCAP): Remove variable.
14690
14691 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14692
14693 * MAINTAINERS: Mention gdb_mbuild.sh.
14694 * gdb_mbuild.sh: Rewrite.
14695
14696 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14697
14698 * configure.in: Fix typo in last change.
14699 * config.in, configure: Regenerated.
14700
14701 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14702
14703 * valarith.c (value_binop): Delete obsolete code and comments.
14704 * configure.host: Ditto.
14705 * buildsym.h (make_blockvector): Ditto.
14706 * buildsym.c (make_blockvector): Ditto.
14707 * defs.h (enum language): Ditto.
14708 (chill_demangle): Ditto.
14709 * elfread.c (elf_symtab_read): Ditto.
14710 * dwarfread.c (CHILL_PRODUCER): Ditto.
14711 (set_cu_language): Ditto.
14712 (handle_producer): Ditto.
14713 * expprint.c (print_subexp): Ditto.
14714 * gdbtypes.c (chill_varying_type): Ditto.
14715 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14716 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14717 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14718 (chill_varying_type): Ditto.
14719 * language.h (_LANG_chill): Ditto.
14720 * language.c (binop_result_type, integral_type): Ditto.
14721 (character_type, string_type, structured_type): Ditto.
14722 (lang_bool_type, binop_type_check): Ditto.
14723 * stabsread.h (os9k_stabs): Ditto.
14724 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14725 (define_symbol, read_type, read_struct_fields): Ditto.
14726 (read_array_type, read_enum_type, read_huge_number): Ditto.
14727 (read_range_type, start_stabs): Ditto.
14728 * symfile.c (init_filename_language_table): Ditto.
14729 (add_psymbol_with_dem_name_to_list): Ditto.
14730 * symtab.c (symbol_init_language_specific): Ditto.
14731 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14732 * symtab.h (struct general_symbol_info): Ditto.
14733 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14734 * typeprint.c (typedef_print): Ditto.
14735 * utils.c (fprintf_symbol_filtered): Ditto.
14736 * valops.c (value_cast, search_struct_field, value_slice): Delete
14737 obsolete code.
14738 (varying_to_slice): Delete function.
14739 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14740 (varying_to_slice): Delete declaration.
14741 * MAINTAINERS: Update.
14742
14743 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14744
14745 * configure.in: Reorganize "Checks for library functions section"
14746 a bit. Remove check for `btowc' and `isascii' functions.
14747 * configure: Regenerated.
14748
14749 * acconfig.h (_MSE_INT_H): Remove.
14750 * configure.in: Create "Checks for header files" section, and move
14751 appropriate tests there. Don't check for objlist.h, wchar.h,
14752 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14753 misdetection fix. Also add "Checks for types", "Checks for
14754 compiler characteristics" and "Checks for library functions"
14755 sections.
14756 * config.in, configure: Regenerated.
14757
14758 * configure.in: Create "Checks for programs" section, and move
14759 appropriate tests there.
14760
14761 2003-01-01 Mark Kettenis <kettenis@gnu.org>
14762
14763 * configure.in: Create "Checks for libraries" section, and move
14764 appropriate tests there. Cleanup check for wctype in libw. Use
14765 AC_SEARCH_LIBS to see whether we need libsocket.
14766 * configure: Regenerated.
14767
14768 For older changes see ChangeLog-2002
14769 \f
14770 Local Variables:
14771 mode: change-log
14772 left-margin: 8
14773 fill-column: 74
14774 version-control: never
14775 End:
This page took 0.329433 seconds and 5 git commands to generate.